
#emailSignupContainer{
	font-size: 16px;
	text-align: left;
}
.email-tile h2 {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.3;
    color: #8c8c8c;
    margin: 0 0 15px;
    display: inline-block;
}

.email-tile h2 span {
    color: #505050;
}

.mattel_email_loadingWrapper{
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
}
.mattel_email_loadingWrapper .mattel_email_loader_bg {
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
	width : 100%;
	height : 100%;
}
.mattel_email_loadingWrapper .mattel_email_loader_content {
    width: 250px;
    height: 27px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -30px;
	text-align : center;
	padding: 10px 0px;
}
.mattel_email_loadingWrapper .mattel_email_loader_content span{
	background: url('../images/spriteBlack.png') no-repeat -241px -25px;
    width: 12px;
    height: 12px;
    display: inline-block;
    /* zoom: 1.5; */
    font-size: 9px;
}
.mattel_email_loader_image {
    -webkit-animation: rotation 1s infinite linear;
	-ms-animation-duration: 1s;
	-ms-animation-timing-function: linear;
	-ms-animation-name:rotation;
	-ms-animation-iteration-count: infinite;
	-ms-animation: rotation 1s infinite linear;
	-moz-animation-name: rotation;
	  -moz-animation-duration: 1s;
	  -moz-animation-iteration-count: infinite;
	  -moz-animation-timing-function: linear;
	  -o-animation-name: rotation;
	  -o-animation-duration: 1s;
	  -o-animation-iteration-count: infinite;
	  -o-animation-timing-function: linear;
	  animation-name: rotation;
	  animation-duration: 1s;
	  animation-iteration-count: infinite;
	  animation-timing-function: linear;

}
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
  from { -moz-transform: rotate(0deg);}
  to { -moz-transform: rotate(360deg);}
}

@-o-keyframes rotation {
from { -o-transform: rotate(0deg);}
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotation {
 from {
   transform: rotate(0deg);
 }

 to {
   transform: rotate(360deg);
 }
}  
.email-link{	
    font-weight: 700;
    font-size: 1em;
    line-height: 1.3;
    color: #505050;
    display: inline-block;
    margin: 0;
    text-decoration: underline;
}
 .desktop-tile{


 text-align:center
 }
#popupTemplate {
    margin: 0;
    padding: 0;
    font-size:16px;
    font-family: 'UnitedSansReg', sans-serif;
}
#popupTemplate .email-modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
}
#popupTemplate .modal-wrapper.noBoxShadow{
	margin-bottom: 0;
	top: 0px;
}
#popupTemplate .modal-wrapper{
	width: 94%;
	position: absolute;
	top: 50px;
	background-color: #fff;
	margin: 0 auto;
	z-index: 1048;
	/* display: none; */
	font-weight: 700;
	-webkit-box-shadow: 0px 0px 30px 1px rgba(50, 50, 50, 0.46);
	-moz-box-shadow: 0px 0px 30px 1px rgba(50, 50, 50, 0.46);
	box-shadow: 0px 0px 30px 1px rgba(50, 50, 50, 0.46);
	left: 0;
	right: 0;
	margin-bottom: 2em;
}
/*Added in media query*/
.noBoxShadow{
	/*box-shadow:none !important;*/
	position:absolute !important;
}
.btn-default:hover { 
    border-color: #adadad;
}
#popupTemplate .modal-wrapper .rightArrow{
    background: url('../images/email_signup_sprite.png') no-repeat -460px -74px;
    width: 12px;
    height: 12px;
    right: 26px;
    bottom: 14px;
    position: absolute;
}
#popupTemplate .modal-wrapper .leftArrow{
    display: inline-block;
    margin-right: 10px;
    background: url('../images/email_signup_sprite.png') no-repeat -434px -74px;
    width: 8px;
    height: 13px;
    left: 28px;
    bottom: 14px;
    position: absolute;
}
#popupTemplate #childInfoContainer .submitBtn .leftArrow{
	left: 99px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: 16px;
}
#popupTemplate .MAT-ageicontip{
    background: url('../images/icon-tip.png') right no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    cursor: pointer;
    padding-left: 10px;
    vertical-align: top;
    margin-left: 10px;
}
#popupTemplate .MAT-ageicontip[data-tip]:after {
    content: attr(data-tip);
    position: absolute;
    top: 28px;
    left: -69px;
    padding: 5px 8px;
    width: 50px;
    background: #fff;
    color: #707070;
    z-index: 9;
    font: 12px Arial,Helvetica,Sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    word-wrap: normal;
    border: 2px solid #707070;
    width: 146px;
    display: none;
    height: auto;
}
#popupTemplate .MAT-ageicontip[data-tip]:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #707070;
    position: absolute;
    z-index: 8;
    font-size: 0;
    left: 13px;
    line-height: 0;
    width: 0;
    height: 0;
    top: auto;
    bottom: -11px;
    right: 0px;
    display: none;
}
#popupTemplate .MAT-ageicontip:hover:before,#popupTemplate  .MAT-ageicontip:hover:after {
    display: block;
}
#popupTemplate .error{
    border: 1px solid #f15e79 !important
}
#popupTemplate .errorText{
	color:#f15e79;
}

#popupTemplate .modal-wrapper button{
    font-size: 1.15em;
    background: #ea212d;
    padding: 15px 42px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    border: none;
    font-family: 'UnitedSansReg', sans-serif;
    position:relative;
    margin-top:20px;
    text-transform: uppercase;
}
#popupTemplate .modal-wrapper button:focus,
#popupTemplate .modal-wrapper button:hover{
    transform: scaleY(1.03);
    outline: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);	
}
.visible-x{
	display:inline-block;
}
.hidden-x{
	display:none;
}	
/* modal header and footer styles */

/* minys change -29/7 */
#popupTemplate .modal-wrapper .header-wrapper{
    background-color: #0567B1;
    color:#fff;
    margin-top: -1px;
    margin-bottom: 15px;
    position: relative;
    z-index: 98;
}
#popupTemplate .modal-wrapper .header-wrapper .left-tile{
	width: 38%;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	z-index: 10000000;
}
/* minys change -29/7 end*/
#popupTemplate .modal-wrapper .header-wrapper img{
    height:auto;
    max-width: 100%;
}
#popupTemplate .modal-wrapper .header-wrapper .close{
	position: absolute;
	top: 0px;
	color: #fff;
	text-decoration: none;
	font-size: 3.5em;
	font-weight: 100;
	opacity: 1;
	text-shadow: 0 0;
	right: 7px;
}
#popupTemplate .modal-wrapper .header-wrapper .right-tile {
    width: 25%;
    overflow: hidden;
    float: right;
    word-wrap: break-word;
}

#popupTemplate .modal-wrapper .header-wrapper .header-tile {
    width: 68%;	
    /* margin: 0 auto; */
     padding: 0.5px 0 5% 35%;
	line-height: 23px;
}
#popupTemplate .modal-wrapper .header-wrapper .header-tile .title  {
    font-weight: 700;
    font-size: 1.7em;
    color: #fff;
    margin: 1px 0 10px;
    padding-top: 5%;
    font-family: Utility;
    padding: 9px 0 0 0px;
    width: 80%;
}
/* minys change -29/7 */
#popupTemplate .modal-wrapper .header-wrapper .header-tile span.superText{
	font-size: 0.9em;
	vertical-align: text-top;
	font-weight: 100;
	margin-left: -3px;
	margin-right: 2px;
}
/* minys change -29/7 end */
#popupTemplate .modal-wrapper .header-wrapper .header-tile .footer{
    color: #25b1e4;
    font-family: Utility;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.3;
    padding: 0px 0 0 0px;
	width:93%;
}
#popupTemplate .modal-wrapper .footer-wrapper{
    background-color: #fff;
    color: #666;
    line-height: 1.5;
}
#popupTemplate .modal-wrapper .footer-wrapper .footer-details{
    width: 90%;
    padding-top: 5px;
    margin: 0 auto;    
	font-weight:100;
    border-top: 1px solid #e5e5e5;
}
#popupTemplate .modal-wrapper .footer-wrapper p + .footer-details{
    display:none;
}
#popupTemplate .modal-wrapper #thankyouDiv .footer-wrapper .footer-details{
    display:none;
}
#popupTemplate .modal-wrapper .footer-wrapper .footer-details p{
	color: #666;
	font-size: 1em;
	line-height: 1.5;
	margin-top: 12px;
}
#popupTemplate .modal-wrapper .footer-wrapper .footer-details p span {
    font-weight: 700;
}
#popupTemplate .modal-wrapper .footer-wrapper .footer-links{
    color: #81A594;
}
#popupTemplate .modal-wrapper .footer-wrapper a.viewDetails{
	color: #666;
    font-weight: 100;
    text-decoration: none;
    display: inline-block;
    padding: 0 0 2% 5%;
}
#popupTemplate .modal-wrapper .footer-wrapper a.viewDetails:before {
    content: "\3e";
    display: inline-block;
    margin-right: 5px;
    font-family: monospace;
    font-size: 1.5em;
    -webkit-transition: transform .15s ease-in-out;
    -moz-transition: transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transform: rotate(0deg);
}
#popupTemplate .modal-wrapper .footer-wrapper a.rotateArrow:before{
	transform: rotate(90deg);
	-webkit-transition: transform .15s ease-in-out;
    -moz-transition: transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
}
/* modal header and footer styles end*/

/*sorry page*/
#popupTemplate .modal-wrapper .sorryContent{
	display: block;
}
#popupTemplate .modal-wrapper .sorryContent div .ageErrorMessage {
    background: none;
    color: #81A594;
    margin: 0 auto;
    font-size: 1.4em;
    width: 70%;
    text-align: center;
    padding-top: 5%;
}
#popupTemplate .modal-wrapper .sorryContent .title .ageErrorMessage{
    display: inline-block;
    font-size: 2em;
}
#popupTemplate .display{
	display:inline-block;
}
/*sorry page end*/	

/* mobile email capture screen */
	#popupTemplate .modal-wrapper #moreDetails.visible-x .header-wrapper{
		display:none;
	}
	#popupTemplate .modal-wrapper #moreDetails.visible-x{
		width: 100%;
		padding:6% 0;
	}
	#popupTemplate #moreDetails.visible-x .contactDetails{
		width: 87%;
		padding-top: 15px;
	}
	#popupTemplate #moreDetails.visible-x .contactDetails input[type=text]{
		float:none;
		width: 100%;
		border-radius:0px;
	}
	.display{
		display:inline-block;
	}
	#popupTemplate #moreDetails.visible-x .contactDetails button{
	    font-size: 1.625em;
	    padding: 15.5px 15px;
	    color: #b1b1b1;
	    margin: 0px 9px 0 -39px;
	    vertical-align: top;
	    float: right;
	    border-radius: 0;
	    background-color: #fff;
	    border: 1px solid #ccc;
	}
	#popupTemplate .contactDetails .viewDetailsMob ,#popupTemplate .contactDetails  .footer-details-mob{
		display:none;
	}
/*mobile email capture screen end */

/* PAGE 1 STYLES */
#popupTemplate .DOBfields .DOBcontent .birthClass{
    padding:20px 0px 20px;
    display: inline-block;
    color: #666;
    width:70%;
    font-weight: 700;
    font-size: 1.3em;
    font-family: 'Archer SSm 7r','Archer SSm A','Archer SSm B','Arial';
}
#popupTemplate .DOBfields select{
    color: #b1b1b1;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    font-size: 1.125em;
    padding: 9px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    width: 95%;
}
#popupTemplate .DOBfields select:focus{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.19);
	-moz-box-shadow:    0px 0px 5px 1px rgba(50, 50, 50, 0.19);
	box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.19);
	outline:none;
}
#popupTemplate .DOBfields select:after{
	content:^
}
#popupTemplate .ageErrorMessage{
	display:none;
	margin-bottom: 7px;
	margin-top: 7px;
	font-size: 1.16em;
	color: #f15e79;
	font-weight: 100;
}
#popupTemplate .DOBfields .date,#popupTemplate .DOBfields .month,#popupTemplate .DOBfields .year{
    display: inline-block;
    width: 32.8%;
}
#popupTemplate .DOBfields .year{
    float:right
}
#popupTemplate .DOBfields .DOBcontent{
    padding: 0px 0px 5% 5%;
}
/* PAGE 1 STYLES END*/

/* PAGE 2 STYLES*/
#popupTemplate .contactDetails label{
    display: block;
    padding-bottom: 5px;
    width: 92%;
}
#popupTemplate .contactDetails form{
    font-weight: 500;
    display: inline-block;
    width: 87%;
}
#popupTemplate .formElementWrapper{
	display: inline-block;
	vertical-align: top;
	width:100%;
}
#popupTemplate .formElementWrapper span,.childErrorMessage{
	margin: 5px 0px 15px 0px;
	color: #f15e79;
	font: 100 1em Arial;
	font-family: "Noto Sans";
	position: relative;
}
#popupTemplate .modal-wrapper .contactDetails button {
    font-size: 1em;
    padding: 15px 52px;
}
#popupTemplate .modal-wrapper .contactDetails button.next-child-info-btn + a{
	display: block;
    margin-left: 0px;
    margin-top: 15px;
    color: #222;
    font-size: 0.9em;
    text-decoration: underline;
    font-weight: 100;
    font-style: normal;

}
#popupTemplate .formElementWrapper input,#popupTemplate .formElementWrapper select {
	color: #b1b1b1;
	font-style: italic;
	padding: 15.5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	font-size: 1em;
	width:100%;
	font-family: 'UnitedSansReg', sans-serif;
	font-weight: 700;
}
#popupTemplate .formElementWrapper input:focus,#popupTemplate .formElementWrapper select:focus{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.19);
	-moz-box-shadow:    0px 0px 5px 1px rgba(50, 50, 50, 0.19);
	box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.19);
	outline:none;
}
#popupTemplate .buttonContainer{
	vertical-align: top;
}
#popupTemplate  .contactDetails ul{
    margin-bottom: 20px;
    padding:0;
}
#popupTemplate  .contactDetails ul li{
	color: #666;
	font-family: Utility;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.3;
	margin: 0 0 10px 3%;
	list-style: disc;
	font-style: normal;
}
/* page 2 ends */

/*page 3*/
#popupTemplate .childInfoWrapper{
	padding: 2.5% 5% 2%;
	font-size: 1.25em;
}
#popupTemplate .childInfoWrapper .header{
	display: block;
	padding-top: 4%;
	text-align:right;
	color:#737373;
	font-weight: 700;
	font-size: 1.2em;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile{
	padding-bottom: 1%;
	width: 58%;
	padding: 9% 0% 2% 42%;
}
/* minys change -29/7 */
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .right-tile{
    width: 20%;
    margin-right: 0;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .left-tile{
	width: 42%;
	float: left;
	margin-right: 2%;
	position: absolute;
	bottom: -4px;
}
/* minys change -29/7 end*/
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile .title{
	padding-top: 2%;
	width: 85%;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile .title::after{
	width:0;
	height:0;
}
#popupTemplate .childInfoWrapper .child-info > div:nth-child(2n)  {
	display: inline-block;
	vertical-align:top;
}
#popupTemplate .childInfoWrapper .child-info > div:nth-child(2n+1)  {
	display: inline-block;
	width:100%;
	vertical-align:top;
}
#popupTemplate .childInfoWrapper .child-info > div:last-child{
	width:100%;
	display:block
}
#popupTemplate .childInfoWrapper .child-info{
	position: relative;
	padding: 3%;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 2%;
}

#popupTemplate .childInfoWrapper .child-info > div >div{
	padding: 10px 0px;
}

#popupTemplate .childInfoWrapper .child-info > div >div >label{
	display: inline-block;
	vertical-align: top;
	padding-bottom:15px;
}
#popupTemplate .childInfoWrapper .child-info .childData input{
	width:0%
}
#popupTemplate .childInfoWrapper .child-info .childData.optionData{
	display:block;
	width:100%
}
#popupTemplate .childInfoWrapper .child-info .childData.optionData .item-list{
	width: 49%;
	display:inline-block;
	margin-bottom: 10px;
	vertical-align: top;
}

#popupTemplate .childInfoWrapper .child-info .childGender .childData.optionData .item-list:nth-child(3){
	width: 100%;
	display:inline-block;
	margin-top: 20px;
}
 #popupTemplate .childInfoWrapper .child-info .childDOB input{
    padding: 15px;
    width: 33.15%;
    float: left;
    height: auto;
    font-weight: 700;
    border: 0;
    font-family: 'Noto Sans',sans-serif;
    text-align: center;
    font-size: 2em;
    border-right: 1px solid #ccc;
    font-style: italic;
    color: #b1b1b1;
}
#popupTemplate .childInfoWrapper .child-info .childDOB .input-row.childData{
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#popupTemplate .childInfoWrapper .child-info .childRelation{	
    line-height: 33px;
    width:100%;
}
#popupTemplate .childInfoWrapper .child-info .childRelation .item-list{
	/* line-height: 43px; */
}
#popupTemplate .childInfoWrapper .remove-child-option a,#popupTemplate .childInfoWrapper .add-child-option a{
    color: #0567b2;
    text-decoration: none;
    font-size: 1.25em;
}
/* minys change -29/7 */
#popupTemplate .childInfoWrapper .remove-child-option a:before{
	content:"";
	width: 14px;
	height: 4px;
	background-color: #0567b2;
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}
/* minys change -29/7 end*/
#popupTemplate .childInfoWrapper .add-child-option{
    border: 2px dashed #e8edf0;
    border-radius: 5px;
    padding: 15px 3%;
    margin-top: 35px;
}
#popupTemplate .childInfoWrapper .add-child-option a:before {
    content: "+";
    width: 0px;
    background-color:#00c1d5;
    margin-right: 25px;
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    font-size: 2em;
    vertical-align: sub;
}
#popupTemplate .childInfoWrapper .item-list input[type="radio"]{
	opacity: 0;
    position: absolute;
}
.zeroIndex{
	z-index:0 !important;
}
#popupTemplate .childInfoWrapper .item-list input[type="radio"] + label:before {
    display: block;
    bottom: 3px;
    left: 0px;
    float: left;
    top: 6px;
    content: '';
    background: #fff;
    border: 1px solid #D1D3D4;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    margin-left: 0px;
}
#popupTemplate .childInfoWrapper .item-list input[type="radio"] + label.errorRadio:before{
    border: 1px solid #f15e79 !important
}
#popupTemplate .childInfoWrapper .item-list input[type="radio"]:checked + label:before {
    background: -webkit-radial-gradient(circle cover,#0567B1 0,#0567B1 49%,#fff 50%,#fff 100%);
	background:-ms-radial-gradient(circle cover,#0567B1 0,#0567B1 49%,#fff 50%,#fff 100%);
	background:-moz-radial-gradient(circle cover,#0567B1 0,#0567B1 49%,#fff 50%,#fff 100%);
	background:-o-radial-gradient(circle cover,#0567B1 0,#0567B1 49%,#fff 50%,#fff 100%);
	background:radial-gradient(circle cover,#0567B1 0,#0567B1 49%,#fff 50%,#fff 100%);
}
 #popupTemplate .childInfoWrapper .item-list input[type="radio"]:focus + label:before {
    background: -webkit-radial-gradient(circle cover,#0567B1 0,#0567B1 100%,#fff 50%,#fff 100%);
		background:-ms-radial-gradient(circle cover,#0567B1 0,#0567B1 49%,#fff 50%,#fff 100%);
	background:-moz-radial-gradient(circle cover,#0567B1 0,#0567B1 49%,#fff 50%,#fff 100%);
	background:-o-radial-gradient(circle cover,#0567B1 0,#0567B1 49%,#fff 50%,#fff 100%);
	background:radial-gradient(circle cover,#0567B1 0,#0567B1 49%,#fff 50%,#fff 100%)
}
#popupTemplate .childInfoWrapper .buttonContainer{
	display: block;
	text-align: center;
	margin-top: 25px;
}
#popupTemplate .childInfoWrapper .buttonContainer button{
	padding: 15px 44px;
	margin:0;
}
 #popupTemplate .childInfoWrapper .item-list label{
   	color:#ababab;
   	line-height: 18px;
   	display: inline-block;
}
 
#popupTemplate .childInfoWrapper .prevContent .infoClarification > div{
	vertical-align:top
}
#popupTemplate .childInfoWrapper .prevContent label{
	width: 21%;
	display: inline-block;
	position: relative;
	word-wrap:break-word
}
#popupTemplate .childInfoWrapper label{
    font-size: 1.35em;
}
#popupTemplate .childInfoWrapper label span{
	display:block;
	margin-left:30px;
}
#popupTemplate .childInfoWrapper .prevContent > div div{
	width: 72%;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}
#popupTemplate .childInfoWrapper .prevContent .emailData{
	padding-bottom: 20px;
}
/*miny's changes-28062016*/
#popupTemplate .childInfoWrapper .prevContent .emailData input{
    border: none;
    color: #0567b2;
    background: 0;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.45em;
    width:100%;
}
#popupTemplate .childInfoWrapper .prevContent .infoClarification label:after{
    content: "";
    border-right: 1px solid #b2c1ca;
    height: 102%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -17%;
}
 #popupTemplate .childInfoWrapper .prevContent .infoClarification p{
 	margin:0;
 	color:#a5a7a8;
 	font-weight: 100;
 	font-style: normal;
 	font-size: 1.35em;
 }   
  #popupTemplate .modal-wrapper .header-wrapper .viewDetailsMob + .footer-details-mob{
    display:none;
}
#popupTemplate .modal-wrapper .header-wrapper .viewDetailsMob + .footer-details-mob > div{
    width: 89%;
    margin: 0 auto;
    border-top: 1px solid #1299a6;
}
#popupTemplate .modal-wrapper .header-wrapper .viewDetailsMob{
	color: #b3edf2;
	font-size: 1.25em;
	text-decoration: underline;
	display: none;
	clear: both;
	padding: 0 0 10px 20px;
}
/* page 3 ends */

/* page4 */
#popupTemplate  #thankyouDiv .content{
	color: #90a0aa;
	font-weight: 400;
	font-size: 1.622em;
	padding-top: 5%;
	margin: 0 auto;
	width: 83%;
	font-family: Utility;
	text-align:center;
}
#popupTemplate  #thankyouDiv{
	 padding-bottom:20px
}

#popupTemplate .modal-wrapper  #thankyouDiv .content .buttonContainer{
	display:block;
	text-align:center;
}
#popupTemplate .modal-wrapper  #thankyouDiv .content .continueBtn{
	font-size: 0.7em;
	margin-bottom: 25px;
	padding: 15px 23px 15px 0px;
	width: 100%;
}
#popupTemplate .modal-wrapper  #thankyouDiv .content .continueBtn .rightArrow{
	right: 13px;
	top: 15px;
}
 #popupTemplate .modal-wrapper #thankyouDiv .header-wrapper .header-tile .title{
 	font-size: 2.25em;
 	margin: 0px 0px;
 	padding-top: 0px;
 }
/* minys change -29/7 */
 #popupTemplate .modal-wrapper #thankyouDiv .header-wrapper .header-tile{
     text-align: center;
     padding-top: 24px;
     width: 53%;
     /* margin-left: 32px; */
 }
/* minys change -29/7 end*/
 #popupTemplate .modal-wrapper #thankyouDiv .header-wrapper .header-tile .title::after {
 	content:""; 

 	width: 0;
    height: 0;
 }
 #popupTemplate .modal-wrapper #thankyouDiv .header-wrapper .left-tile{
	width: 110px;
	display:inline-block;
	bottom: -4px;
	}
/* page 4 ends */

/*common styles*/
#popupTemplate .contactDetails, #popupTemplate .childInfoWrapper {
    display: inline-block;
    color: #666;
    font-style: italic;
    font-weight: 600;
    font-size: 1em;
}
#popupTemplate .contactDetails{
	width:91%;
    padding: 0 0 5% 7%;
}
#popupTemplate .contactDetails > span{
    font-size: 1.25em;
    color: #00c1d5;
    display:block;
    text-align: left;
}
#popupTemplate .DOBfields,#popupTemplate  #moreDetails{
    overflow: visible;
    background-color: #fff;
}
#popupTemplate  input, #popupTemplate  select,#popupTemplate  span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* confirmation popup CSS */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, f, fff, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  top:15%;
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-family: 'Archer SSm 6r','Archer SSm A','Archer SSm B';
}
.cd-popup-container p {
  padding: 3em 2em 1em;
}
.cd-popup-container .cd-buttons{
    list-style: none;
    padding-left: 0
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-decoration: none;
}
/* minys change -29/7 */
.cd-popup-container .cd-buttons li:first-child a {
  background: #0567b2;
  border-radius: 0 0 0 .25em;
  opacity:0.8;
}
.cd-popup-container .cd-buttons li:first-child a:hover,.cd-popup-container .cd-buttons li:last-child a:hover{
  opacity:1;
  font-weight:700
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #ea212d;
  border-radius: 0 0 .25em 0;
  opacity:0.8;
}
/* minys change -29/7 end*/
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#moreDetails .email-protection-copy.screen-1,#childInfoContainer .email-protection-copy.screen-2{
	max-width: 80%;
    line-height: 1.4;
    font-size: 1em;
    border: 1px solid #0567B1;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 7px;
    font-family: utility;
	font-style:normal;
}
#childInfoContainer .email-protection-copy.screen-2{
	max-width: 100%;
	margin-top: 20px;
	font-size: 1.15em;
}
#childInfoContainer .email-protection-copy.screen-2 label{
	font-size:100%;
}
#popupTemplate .formElementWrapper input{
	padding:16px;
	font-size:1.5em;
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}
/* confirmation popup CSS end*/

@media only screen and (min-width:320px){
    #popupTemplate{
		font-size: 0.58em;
	}
	/* miny 08022016 */
	#popupTemplate .modal-wrapper{
		overflow-y:scroll;
        -webkit-overflow-scrolling : touch !important; 
	}
	#popupTemplate .modal-wrapper #childInfoContainer {		
		overflow: scroll;
	}
	/* miny 08022016 end*/
	#popupTemplate .modal-wrapper #moreDetails.visible-x{
		display:inline-block;
	}
    #popupTemplate .modal-wrapper .header-wrapper .right-tile{
        display:none
    }
    #popupTemplate .modal-wrapper .header-wrapper{
   		  padding-bottom: 0;
   }
  	#popupTemplate .DOBfields,#popupTemplate  #moreDetails{
 		font-size: 1em;
 	}
    /*miny's changes-28062016*/
    #popupTemplate .contactDetails form{
	    font-weight: 500;
	    display: inline-block;
	    float: left;
	    vertical-align: bottom;
    }
    /*miny's changes-28062016 end*/
    #popupTemplate .childInfoWrapper{
    	padding-top: 0px;
    }
    #popupTemplate .childInfoWrapper .child-info > div{
    	margin-bottom:20px;
    }
    #popupTemplate .childInfoWrapper .child-info > div:nth-child(2){
    	border-bottom:1px solid #ccc; 
    }
    #popupTemplate .childInfoWrapper .child-info:after{
    	display:none
    }
    /*miny's changes-28062016*/
    /*miny's changes-28062016 end*/
    #popupTemplate .contactDetails{
		text-align:left;
		padding-top: 45px;
	}
	#popupTemplate  .buttonContainer{
		margin:0;
		display:block;
		font-size: 1em;
	}
	#popupTemplate .contactDetails > span{
		padding-left: 15px;
	}
/* minys change -29/7 */
	#popupTemplate .modal-wrapper #thankyouDiv .header-wrapper{
		height: 110px;
	}
/* minys change -29/7 end*/
}
@media only screen and (min-width:375px){
	#popupTemplate .modal-wrapper .header-wrapper .header-tile .title{
		line-height:33px;
		font-size:1.9em;
	}
	#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile{
	    padding: 3% 0% 2% 41%;
	}
	#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .left-tile{
		width:33%;
	}
}
@media only screen and (min-width:475px){
	#popupTemplate{
		font-size:0.75em;
	}
	#popupTemplate .contactDetails form{
		width:93%;
	}
	#popupTemplate #childInfoContainer .submitBtn .leftArrow{
		width:105px;
		bottom:17px;
	}
	#popupTemplate .modal-wrapper .leftArrow{
		bottom:16px;
	}
}
@media only screen and (min-width:568px){
	#popupTemplate #childInfoContainer .submitBtn .leftArrow{
		width:110px;
		bottom:18px;
	}
}
@media only screen and (min-width:475px) and (max-width:639px){
	#moreDetails .email-protection-copy.screen-1{
		max-width:100%;
	}
}
@media only screen and (min-width:568px){
	#popupTemplate{
		font-size:0.85em;
	}
	#popupTemplate .formElementWrapper input{
		padding:17px;
	}
	#popupTemplate .modal-wrapper .header-wrapper .left-tile {
		width: 30%;
	}
	#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .left-tile{
		width:26%;
	}
	#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile {
		padding: 3% 0% 2% 35%;
	}
}

@media only screen and (min-width:640px){
#popupTemplate{
	font-size:0.75em;
}
#popupTemplate .childInfoWrapper .buttonContainer button{
	padding: 15px 48px;
	margin:0;
}
#popupTemplate .modal-wrapper .leftArrow{
	left:41px;
	bottom: 15px;
}
/* miny 08022016 */
#popupTemplate .modal-wrapper{		        
        overflow-y: scroll;
        -webkit-overflow-scrolling : touch !important; 
	}
#popupTemplate .modal-wrapper #childInfoContainer {    
    overflow-y: scroll;
    overflow-x:hidden;
}
/* miny 08022016 end*/
#popupTemplate  .contactDetails ul{
    width: 80%;
}
#popupTemplate .childInfoWrapper .prevContent label{
	width: 21%;
	word-wrap: break-word;
}
#popupTemplate #childInfoContainer .submitBtn .leftArrow{
	/* display:none; */
	left: 119px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: 17px;
}
#popupTemplate .childInfoWrapper .child-info .childGender .childData.optionData .item-list{
	width: 26%;
	display:inline-block;
	vertical-align:top;
}
#popupTemplate .modal-wrapper  #thankyouDiv .content .continueBtn .rightArrow{
	top:16px
}
#popupTemplate .modal-wrapper #moreDetails.visible-x{
	display:none !important;
}
#popupTemplate .childInfoWrapper .child-info .childDOB input{
	font-size:1.3em
}
 #popupTemplate .contactDetails, #popupTemplate .DOBcontent, #popupTemplate .sorryContent {
    font-size: 0.87em;
}
#popupTemplate .modal-wrapper .rightArrow{
	bottom: 16px;
}
#popupTemplate .modal-wrapper .contactDetails button {    
	margin:0 0 0 30px;
}
#popupTemplate .modal-wrapper .contactDetails button.next-child-info-btn + a{
    margin-left: 8%;    
    text-align: center;
    width: 100%;
}
#popupTemplate .childInfoWrapper{
	font-size: 0.75em;
}
/* minys change -29/7 */
#popupTemplate .childInfoWrapper .prevContent .infoClarification label:after {
    right: 0%;
}
/* minys change -29/7 end*/
#popupTemplate .modal-wrapper .header-wrapper {
    font-size: 1.125em;
}
/* minys change -29/7 */
#popupTemplate .modal-wrapper #thankyouDiv .header-wrapper {
    font-size: 1em;
    height: 163px;
}
#popupTemplate .modal-wrapper #thankyouDiv .header-wrapper .header-tile .title{
 	font-size: 3.5em;
 	width: 53%;
	line-height:50px;
}
/* minys change -29/7 end*/
#popupTemplate .modal-wrapper #thankyouDiv .header-wrapper .header-tile{
	width: 81%;
	padding-top: 7%;
	padding-bottom: 1%;
	line-height: 42px;
}
#popupTemplate .DOBfields .DOBcontent .birthClass{
	padding: 20px 0px 20px;
}
#popupTemplate .DOBfields select{
    width:70%;
}
/* minys change -29/7 */
#popupTemplate .modal-wrapper .header-wrapper .right-tile {
    width: 12.8%;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
 }
#popupTemplate .modal-wrapper .header-wrapper .left-tile {
	width: 29.3%;
	word-wrap: break-word;
	display:inline-block;
	bottom: -5px;
}
/* minys change -29/7 end*/

#popupTemplate .modal-wrapper{ 
	width: 620px;
}
#popupTemplate .childInfoWrapper .child-info .childGender .childData.optionData .item-list{
	width:26%
}
#popupTemplate .childInfoWrapper .child-info .childGender .childData.optionData .item-list:nth-child(3){
	width: 38%;
	margin-top:0;
}
#popupTemplate .modal-wrapper .header-wrapper .header-tile .footer{
    padding: 0px;
    margin-top: 0px;
    width:91%;
}
/* minys change -29/7 */
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .left-tile{
	width: 19.8%;
	position: absolute;
	bottom: -4px;
}
/* minys change -29/7 end*/
#popupTemplate .contactDetails form {
    width: 43%; 
}

#popupTemplate .contactDetails {
    padding: 0px 0 4% 18%;
}

#popupTemplate .modal-wrapper .footer-wrapper .footer-details ul {
     line-height: 25px; 
     padding-left:12px;
     list-style: disc;
     margin-top: 12px;
}
#popupTemplate .modal-wrapper .footer-wrapper .footer-details ul li {
     list-style: disc;
}
#popupTemplate .modal-wrapper .header-wrapper .header-tile .title::after {
    content: " ";
    position: relative;
    width: 80px;
    height: 7px;
    background-color: #fff;
    display: block;
    top: 15px;
}
#popupTemplate .modal-wrapper .header-wrapper .header-tile {
    width: 68%;
    float:none;
    padding:1px 0 0 32%;
}
/* minys change -29/7 */
#popupTemplate .modal-wrapper .header-wrapper .header-tile .title {
    padding: 20px 0 0 0px;
    margin: 1px 0 29px;
    width: 92%;
}
/* minys change -29/7 end*/
#popupTemplate .childInfoWrapper .child-info > div:nth-child(2){
	border-bottom:none;
}
#popupTemplate .childInfoWrapper .child-info > div{
	margin-bottom:0px;
}
#popupTemplate .modal-wrapper .header-wrapper .header-tile .footer{
    font-size:1.2em;
    width: 67%;
    word-wrap: break-word;
	padding-bottom:10px;
}
#popupTemplate .header-wrapper {
    overflow: visible;
}
#popupTemplate .buttonContainer{
	display: inline-block;
}
#popupTemplate .childInfoWrapper .buttonContainer button {
    padding: 15px 60px;
    margin: 0 20px 0 20px;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile{
	padding: 0 0 0px 0;
	width: 94%;
	margin-left: 160px;
	font-size: 0.9em;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile .title{
	margin: 0px 0 -12px;
	width: 68%;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile .footer{
	font-size: 1.4em;
	width: 67%;
	margin-top: 20px;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .right-tile{
    width: 19.4%;
}
 #popupTemplate .modal-wrapper .header-wrapper .viewDetailsMob{
     display:none;
 }
#popupTemplate .childInfoWrapper .prevContent > div div{
	width: 69%;
}
#popupTemplate .childInfoWrapper .child-info .childDOB .input-row.childData{
    width: 50%;
    margin-left: 7%;
}
#popupTemplate .childInfoWrapper .child-info .childDOB label{
	width: 37%;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper {
    font-size: 1em;
    /* overflow: hidden; */
}
#popupTemplate .modal-wrapper #thankyouDiv .header-wrapper .left-tile{
	width:27%;
	bottom: -6px;
}
#popupTemplate .modal-wrapper #thankyouDiv .header-wrapper .right-tile{
	width: 22%;
	margin-right: 0px;
}
 #popupTemplate .modal-wrapper  #thankyouDiv .content .continueBtn{
	font-size: 0.54em;
	margin: 40px 0 0 0;
	width: auto;
	padding: 15px 30px 15px 20px;
}
#popupTemplate  #thankyouDiv .content{
		width: 80%;
}
#popupTemplate .childInfoWrapper .child-info:after{
    content: "";
    display:block;
    top: 30px;
    width:1px;
    height: 63%;
    bottom: 20px;
    position: absolute;
    left: 53%;
    border-left: 1px solid #ccc;
}
#popupTemplate .childInfoWrapper .child-info > div:nth-child(2n+1)  {
	width: 52%;    
}
#popupTemplate .childInfoWrapper .child-info > div:nth-child(2n){
	width: 45%; 
}
#popupTemplate .childInfoWrapper .child-info .childRelation {
    float: right;
}
}
@media only screen and (min-width:641px){
.noBoxShadow{
	box-shadow:none !important;
	position:relative !important;
}
}

@media only screen and (min-width:768px){
	#popupTemplate{
		font-size:0.87em;
	}
	#popupTemplate .modal-wrapper .footer-wrapper{
		font-size: 0.87em;
	}
	#popupTemplate .modal-wrapper .header-wrapper {
	    font-size: 1.125em;
	    /* height: 187px; */
	}
	#popupTemplate .modal-wrapper{ 
		width: 720px;
	}
	#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper {
    font-size: 1em;
    height: 141px;
 }
	#popupTemplate .childInfoWrapper .prevContent > div div{
		width: 70%;
	}
	#popupTemplate .modal-wrapper #thankyouDiv .header-wrapper {   
		height: 193px;
	}
}

#popupTemplate .DOBfields .DOBcontent{
    padding: 0 5% 5%;
    text-align: center;
}
#popupTemplate .DOBfields .DOBcontent {
    padding: 0px 0px 40px 0%;
    text-align: center;
} 
#popupTemplate .DOBfields .date{
text-align:right;
}
#popupTemplate .DOBfields .year{
text-align:left;
}
#popupTemplate .modal-wrapper .header-wrapper{
margin:0px;
}
#popupTemplate .modal-wrapper .sorryContent div .ageErrorMessage{
padding:2% 0 2%;
}




@media only screen and (min-width:1024px){
#popupTemplate .modal-wrapper {
    width: 800px;
}


/* minys change -29/7 */
#popupTemplate .modal-wrapper .header-wrapper .right-tile {
    width: 19.8%;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile .title{
	width: 69%;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .right-tile{
    width: 20%;
    margin-right: -21px;
}
#popupTemplate .modal-wrapper .header-wrapper {
    font-size: 1.25em;
    height: 253px;
}
#popupTemplate .modal-wrapper #childInfoContainer {
    height: auto;
    overflow: inherit;
}
#popupTemplate .modal-wrapper {
    overflow-y: inherit;
}
#popupTemplate .modal-wrapper .header-wrapper .left-tile {
	width: 31.9%;
	word-wrap: break-word;
	bottom: -9px;
	display:inline-block;
}
/* minys change -29/7 end*/
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper {
    font-size: 1.125em;
    height: 158px;
}
#popupTemplate .modal-wrapper .footer-wrapper, #popupTemplate .contactDetails, #popupTemplate .DOBcontent, #popupTemplate .sorryContent {
    font-size: 0.87em;
}
#popupTemplate  #thankyouDiv .content{
		width: 69%;
		line-height: 26px;
	}
/* minys change -29/7 */
#popupTemplate .modal-wrapper #thankyouDiv .header-wrapper{height: 214px;}
/* minys change -29/7 end*/
#popupTemplate .modal-wrapper .header-wrapper .header-tile .title {
    padding: 30px 0 0 0px;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile {
    padding: 1.5em;
}
}

