@font-face {
	font-family: 'Email_font_Oswald';
	src: url('//beta.user.mattel.com/Content/css/email-signup-barbie-fonts/Oswald-Heavy_0.eot');
	src: local('ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº'), url('//beta.user.mattel.com/Content/css/email-signup-barbie-fonts/Oswald-Heavy_0.woff') format('woff'), url('//beta.user.mattel.com/Content/css/email-signup-barbie-fonts/Oswald-Heavy_0.ttf') format('truetype'), url('//beta.user.mattel.com/Content/css/email-signup-barbie-fonts/Oswald-Heavy_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.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: 20px;
	box-sizing: content-box;
    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 !important;
    font-family: 'Raleway';
}
#popupTemplate .email-modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=30);
}
#popupTemplate .modal-wrapper{
	width: 94%;
	position: absolute;
	top: 50px;
	background-color: #fff;
	margin: 0 auto;
	z-index: 10000;
	display: none;
	font-family: Raleway;
	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;
}
.noBoxShadow{
	box-shadow:none !important;
}
.btn-default:hover { 
    border-color: #adadad;
}
#popupTemplate .modal-wrapper #DOB-content .rightArrow,#popupTemplate .modal-wrapper #thankyouDiv .rightArrow,#popupTemplate .modal-wrapper #moreDetails.hidden-x .rightArrow{
    background: url('../images/rightArrow.png') no-repeat;
    width: 15px;
    height: 18px;
    right: 20px;
    bottom: 8px;
    position: absolute;
}
#popupTemplate .modal-wrapper #DOB-content .rightArrow{
	background: url('../images/pink_right_arrow.png') no-repeat;
}
#popupTemplate .modal-wrapper .leftArrow{
    display: inline-block;
    margin-right: 10px;
    background: url('../images/pink_left_arrow.png') 30% /52% no-repeat;
    width: 22px;
    height: 20px;
    left: 18px;
    bottom: 12px;
    position: absolute;
}
#popupTemplate #childInfoContainer .submitBtn .leftArrow{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 95px;
	bottom: 11px;
	background: url('../images/pink_left_arrow.png') 30% /52% no-repeat;
}
#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 #f2674f !important;
}
#popupTemplate .errorText{
	color:#f2674f;
}
#popupTemplate .modal-wrapper button{
    color: #fff;
    font-style: normal;
    /* font-weight: 700; */
    cursor: pointer;
    outline: none;
    border: none;
    position:relative;
    margin-top:20px;
    background: #01c1d6;
    border-radius: 0;
    font-family: Email_font_Oswald;
    font-size: 1.4em;
    padding: 7px 40px;
    /* letter-spacing: 2px; 
    -webkit-box-shadow: 0px 6px 0px 0px rgba(217,217,217,1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(217,217,217,1);
    box-shadow: 0px 6px 0px 0px rgba(217,217,217,1);*/
}
#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 */

#popupTemplate .modal-wrapper .header-wrapper{
    padding-bottom: 1%;
    background-color: #eb3e97;
    color:#fff;
}
#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: 3em;
	font-weight: 700;
	opacity: 1;
	text-shadow: 0 0;
	right: 20px;
	font-family: initial;
	margin-top: 15px;
}
#popupTemplate .modal-wrapper .header-wrapper .header-tile .title::after {
    content: " ";
    position: relative;
    height: 2px;
    top: 3px;
    background-color: #fff;
    display: block;
    width: 85%;
}
#popupTemplate .modal-wrapper .header-wrapper .left-tile,#popupTemplate .modal-wrapper .header-wrapper .right-tile{
	display:none;
}
#popupTemplate .modal-wrapper .header-wrapper .header-tile {
    width: 82%;
    margin: 0 auto;
    padding-bottom: 2%;
}
#popupTemplate .modal-wrapper #moreDetails.visible-x .header-wrapper .header-tile {
    width: 85%;
}
#popupTemplate .modal-wrapper .header-wrapper .header-tile .title  {
    line-height: 32px;
    color: #fff;
    margin: 1px 0 10px;
    padding-top: 5%;
    font: 2em Email_font_Oswald;
    text-transform: uppercase;
    padding: 9px 0 0 20px;
}
#popupTemplate .modal-wrapper .header-wrapper .header-tile .footer{
    font: 600 1.2em Raleway;
    color: #f3b2d5;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 0px 0 0 20px;
}
#popupTemplate .modal-wrapper .footer-wrapper{
    background-color: #fff;
    padding-bottom: 30px;
    color: #666;
    line-height: 1.5;
}
#popupTemplate .modal-wrapper .footer-wrapper .footer-details{
    font-size: 0.8em;
    width: 90%;
    padding-top: 20px;
    margin: 0 auto;
    font-weight:100;
    border-top: 1px solid #e5e5e5;
}
#popupTemplate .modal-wrapper .footer-wrapper .viewDetails + .footer-details{
    display:none;
}
#popupTemplate .modal-wrapper .footer-wrapper .footer-details p{
                color: #666;
                font-size: 1em;
                line-height: 1.5;
                font-weight: 100;
                font-family: raleway;
}
/*#popupTemplate .modal-wrapper .footer-wrapper .footer-details p span{
                font-weight: 700;
} */
#popupTemplate .modal-wrapper .footer-wrapper .footer-details ul li{
	color: #666;
	font-family: raleway;
	font-weight: 100;
}

#popupTemplate .modal-wrapper .footer-wrapper .footer-links{
    color: #81A594;
}
#popupTemplate .modal-wrapper .footer-wrapper a.viewDetails{
	color: #5d5d5d;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	font-family: RaleWay;
	font-size: 1.2em;
	padding: 0 0 2% 5%;
}
#popupTemplate .modal-wrapper .footer-wrapper a.viewDetails:before {
    content: "\3e";
    display: inline-block;
    margin-right: 5px;
    font-family: Raleway;
    font-size: 1em;
    -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: 2% 0 2%;
}
#popupTemplate .modal-wrapper .sorryContent .title .ageErrorMessage{
    display: inline-block;
    font-size: 2em;
}
/*sorry page end*/	


/* mobile email capture screen */
	#popupTemplate .modal-wrapper #moreDetails.visible-x .header-wrapper{
	    display:block;
	}
	#popupTemplate .modal-wrapper #moreDetails.visible-x{
		width: 100%;
		padding: 3%;
		background-color: #e94397;
	}
	#popupTemplate #moreDetails.visible-x .contactDetails{
		width: 88%;
		margin-top:10px;
	}
	#popupTemplate #moreDetails.visible-x .contactDetails input[type=text]{
		float:none;
		width: 98%;
		border-radius:0px;
	}
	#popupTemplate #moreDetails.visible-x .contactDetails button{
	    font-size: 1.125em;
	    padding: 11.5px 15px;
	    color: #b1b1b1;
	    margin: 0px 10px 0 -34px;
	    vertical-align: top;
	    float: right;
	    border-radius: 0;
	    background-color: #fff;
	    border: 1px solid #ccc;
	    box-shadow:none;
	}
	#popupTemplate .contactDetails .viewDetailsMob{
	    font: normal 1.1em Raleway;
	    color: #f1b3d5;
	    display: block;
	    padding-top: 10px;
	    clear:both;
	    pointer:cursor;
	}
	#popupTemplate .contactDetails  .footer-details-mob {
		display:none;
	}
	#popupTemplate .contactDetails  .footer-details-mob p, #popupTemplate .contactDetails  .footer-details-mob ul li{
		color:#fff;
		font: normal 1em Raleway ;
	}
/* 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: 600;
    font-size: 1.5em;
	color:#e74797;
}
#popupTemplate .DOBfields .DOBcontent .date{
	text-align:right;
}
#popupTemplate .DOBfields .DOBcontent .year{
	text-align:left;
}
#popupTemplate .DOBfields select{
    color: #b1b1b1;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    padding: 5px;
    border: 1px solid #ea5ea4;
    border-radius: 0px;
    width: 95%;
    background: url(../images/selectArrow.png) no-repeat 96% #fff;
    -webkit-appearance: none;
	appearance: none;
	-ms-appearance:none;
	-moz-appearance:none;
	 text-overflow: ''; 
	
}

#popupTemplate .DOBfields select::-ms-expand{
	display:none;
}
#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:focus::-ms-value{
	background-color: transparent;
	color:#b1b1b1
 }
#popupTemplate .DOBfields select:after{
	content:^
}
#popupTemplate .ageErrorMessage{
	display:none;
	margin-bottom: 7px;
	margin-top: 7px;
	font-size: 1.16em;
	color: #f2674f;
	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 40px 0%;
    text-align:center;
}
/* 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: 0 0px 15px 0px;
	/* color: #fff; */
	font: 100 1em Arial;
	font-family: "Noto Sans";
	position: relative;
	clear: both;
}
#popupTemplate .modal-wrapper .contactDetails button {
    font-size: 1.2em;
    background: #01c1d6;
    padding: 13px 52px 13px 40px;
}
#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-family: 'Noto Sans',sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 12.5px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	font-size: 1em;
	width:100%;
	float: left;
	margin-bottom: 5px;
}
#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{
    padding: 0;
    margin: 10px 0;
    color: #fff;
}
#popupTemplate  .contactDetails ul li{
	color: #666;
	font-family:Raleway;
	font-weight: 400;
	font-size: 1.25em;
	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: #a5a7a8;
	font-weight: 600;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile{
	padding-bottom: 2%;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .right-tile{
    width: 20%;
    margin-right: 2%;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .left-tile{
	margin-left: 2%;
    width: 14%;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile .title{
	padding-top: 2%;
}
#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: 46%;
	display:inline-block;
}
 #popupTemplate .childInfoWrapper .child-info .childDOB input{
    padding: 12px;
    width: 33.15%;
    float: left;
    height: auto;
    font-weight: 700;
    border: 0;
    font-family: 'Noto Sans',sans-serif;
    text-align: center;
    font-size: 1.125em;
    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:16px;
}
#popupTemplate .childInfoWrapper .remove-child-option a,#popupTemplate .childInfoWrapper .add-child-option a{
    color: #eb3e97;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: bold;
    font-style: normal;
}
#popupTemplate .childInfoWrapper .remove-child-option a:before{
	content:"";
	width: 14px;
	height: 4px;
	background-color: #eb3e97;
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}
#popupTemplate .childInfoWrapper .add-child-option{
    border: 2px dotted #e8edf0;
    border-radius: 5px;
    padding: 0px 3%;
    margin-top: 25px;
}
#popupTemplate .childInfoWrapper .add-child-option a:before {
    content: "+";
    width: 0px;
    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;
}
#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 #f2674f !important;
}
 #popupTemplate .childInfoWrapper .item-list input[type="radio"]:checked + label:before {
    background: -webkit-radial-gradient(circle cover,#dd4296 0,#dd4296 49%,#fff 50%,#fff 100%);
	background:-ms-radial-gradient(circle cover,#dd4296 0,#dd4296 49%,#fff 50%,#fff 100%);
	background:-moz-radial-gradient(circle cover,#dd4296 0,#dd4296 49%,#fff 50%,#fff 100%);
	background:-o-radial-gradient(circle cover,#dd4296 0,#dd4296 49%,#fff 50%,#fff 100%);
	background:radial-gradient(circle cover,#dd4296 0,#dd4296 49%,#fff 50%,#fff 100%);
}
  #popupTemplate .childInfoWrapper .item-list input[type="radio"]:focus + label:before {
    background: -webkit-radial-gradient(circle cover,#dd4296 0,#dd4296 100%,#fff 50%,#fff 100%);
	background:-ms-radial-gradient(circle cover,#dd4296 0,#dd4296 100%,#fff 50%,#fff 100%);
	background:-moz-radial-gradient(circle cover,#dd4296 0,#dd4296 100%,#fff 50%,#fff 100%);
	background:-o-radial-gradient(circle cover,#dd4296 0,#dd4296 100%,#fff 50%,#fff 100%);
	background:radial-gradient(circle cover,#dd4296 0,#dd4296 100%,#fff 50%,#fff 100%);
}
#popupTemplate .childInfoWrapper .buttonContainer{
	display: block;
	text-align: center;
	margin-top: 25px;
}
#popupTemplate .childInfoWrapper .buttonContainer button{
    padding: 10px 80px;
    margin: 0 20px 0 20px;
}

#popupTemplate #childInfoContainer .footer-wrapper a{
	font-size: 0.9em;
}
 #popupTemplate .childInfoWrapper .item-list label{
   	color:#ababab;
   	line-height:18px;
   	display:inline-block;
   	font-size: 1em;
}
 
#popupTemplate .childInfoWrapper .prevContent label{
	width: 20%;
	display: inline-block;
	padding-bottom: 11px;
	position: relative;
	font-size: 1em;
	margin-top: 5px;
}
#popupTemplate .childInfoWrapper label{
    font-size: 1em;
}
#popupTemplate .childInfoWrapper label span{
	display:block;
	margin-left:30px;
}
#popupTemplate .childInfoWrapper .prevContent > div div{
	width: 58%;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	padding-left: 41px;
}
#popupTemplate .childInfoWrapper .prevContent .emailData{
	padding-bottom: 20px;
}
/*miny's changes-28062016*/
#popupTemplate .childInfoWrapper .prevContent .emailData input{
    border: none;
    color:#dd4296;
    background: 0;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size:1.125em;
	width:100%
}
#popupTemplate .childInfoWrapper .prevContent .infoClarification label:after{
    content: "";
    border-right: 1px solid #b2c1ca;
    height: 75%;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: -17%;
}
 #popupTemplate .childInfoWrapper .prevContent .infoClarification p{
 	margin:0;
 	color:#a5a7a8;
 	font-weight: 600;
 	font-style: normal;
 	font-size: 1.1em;
 }   
 #popupTemplate .modal-wrapper .header-wrapper .viewDetailsMob + .footer-details-mob{
    display:none;
}
 #popupTemplate .modal-wrapper .header-wrapper .viewDetailsMob + .footer-details-mob span{
   margin-top:10px;
   display:inline-block
}
#popupTemplate .modal-wrapper .header-wrapper .viewDetailsMob + .footer-details-mob > div{
    width: 89%;
    margin: 0 auto;
    border-top: 1px solid #1299a6;
    color: #f1b3d5;
}
#popupTemplate .modal-wrapper .header-wrapper .viewDetailsMob{
    color: #f1b3d5;	
    font-size: 1.25em;
    text-decoration: underline;
    display: block;
    clear: both;
    padding: 0 0 10px 20px;
}
/* page 3 ends */

/* page4 */
#popupTemplate  #thankyouDiv .content{
	color: #90a0aa;
	font-weight: 600;
	font-size: 1.522em;
	padding-top: 7%;
	margin: 0 auto;
	width: 61%;
	font-family: Raleway;
	text-align:center;
}
#popupTemplate  #thankyouDiv{
	 padding-bottom:20px
}
#popupTemplate  #thankyouDiv .content span.highlightDiv{
	 color: #eb3e97;
	 font-weight: 700;
}
#popupTemplate .modal-wrapper  #thankyouDiv .content .buttonContainer{
	display:block;
	text-align:center;
	margin-bottom: 20px;
}
#popupTemplate .modal-wrapper  #thankyouDiv .content .continueBtn{
	font-size: 1em;
	margin-top: 20px;
	margin-bottom:20px;
	background-color: #01c1d6;
}
 #popupTemplate .modal-wrapper #thankyouDiv .header-wrapper .header-tile .title{
 	font-size:3em;
 	width: 100%;
 }
 #popupTemplate .modal-wrapper #thankyouDiv .header-wrapper .header-tile{
     text-align: center;
 }
 #popupTemplate .modal-wrapper #thankyouDiv .header-wrapper .header-tile .title::after {
 	content:"";
 	width: 0;
    height: 0;
 }


/* 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 .modal-wrapper #moreDetails.hidden-x .rightArrow{
	bottom: 13px;
	right: 26px;
    background-size: 8.5px;
}
#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 {
  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;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #00c1d5;
  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: #ef4123;
  border-radius: 0 0 .25em 0;
  opacity:0.8;
}
.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);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}
/* confirmation popup CSS end*/
@media only screen and (min-width:320px) and (max-width:640px) {
    #popupTemplate .modal-wrapper #DOB-content .rightArrow {
        background-size: 10px;
        bottom: 6px;
    }
}
@media only screen and (min-width:320px){
    #popupTemplate{
		font-size: 0.58em;
	}
	#popupTemplate .modal-wrapper{
		font-size:0.7em
	}

	#popupTemplate #moreDetails.visible-x .modal-wrapper .header-wrapper .close{
    right: 7px;
    margin-top: 9px;
	}
    #popupTemplate .header-wrapper .header-tile{
        float:left;
        width:80%;
    }
    #popupTemplate .modal-wrapper .header-wrapper .header-tile .footer{
    	line-height: 16px;
    	width: 100%;
    }
    #popupTemplate .childInfoWrapper .buttonContainer button {
	    padding: 10px 43px;
	    margin: 0 2px 10px 2px;
	}
    #popupTemplate .header-wrapper .left-tile{
        display:none
    }
    #popupTemplate .modal-wrapper  #thankyouDiv .content .continueBtn{
    	padding: 9px 24px 9px 12px;
    	margin-top: 40px;
    	margin-bottom: 10px;
    }
    #popupTemplate .modal-wrapper #thankyouDiv .rightArrow{
    	right:5px;
    	bottom:8px;
    }
    #popupTemplate  #thankyouDiv .content{
    	 width: 97%;
    	 font-size: 1.32em;
    }
    #popupTemplate .modal-wrapper #thankyouDiv .header-wrapper .header-tile .title{
	    width: 98%;
	    margin-left: 10px;
    }
    #popupTemplate .modal-wrapper .header-wrapper{
   		  padding-bottom: 0; 
  	}
  	#popupTemplate .DOBfields,#popupTemplate  #moreDetails{
 		font-size: 1em;
 	}
    #popupTemplate .header-wrapper {
        overflow: auto;
        margin-top:-1px;
    }
    /*miny's changes-28062016*/
    #popupTemplate .contactDetails form{
	    font-weight: 500;
	    display: inline-block;
	    float: left;
	    vertical-align: bottom;
	    width: 92%;
	   }
    /*miny's changes-28062016 end*/
    #popupTemplate .childInfoWrapper{
    	padding-top:20px;
    }
    #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;
	}
	#popupTemplate  .buttonContainer{
		margin:0;
		display:block;
		font-size: 1em;
	}
	#popupTemplate .contactDetails > span{
		padding-left: 15px;
	}
}
@media only screen and (min-width:475px){
	#popupTemplate{
		font-size:0.75em;
	}
}
@media only screen and (min-width:568px){
	#popupTemplate{
		font-size:0.85em;
	}
}

@media only screen and (min-width:640px){
.visible-x{
	display:none;
}
.hidden-x{
	display:inline-block;
}
#popupTemplate .modal-wrapper{
	font-size:1em
}
	#popupTemplate .modal-wrapper .header-wrapper .close{
		margin-top: 0px;
	}

#popupTemplate .modal-wrapper .header-wrapper .viewDetailsMob{
	display:none;
}
#popupTemplate #childInfoContainer .leftArrow{
	bottom: 12px;
	left: 46px;
}
#popupTemplate{
	font-size:0.75em;
}
#popupTemplate .modal-wrapper button.agegate-btn{
	margin-top: 45px;
	padding: 15px 61px 15px 50px;
	font-size: 1.5em;
	text-transform: uppercase;
}
#popupTemplate .formElementWrapper span,.childErrorMessage{
	color:#f2674f;
}
#popupTemplate .modal-wrapper .footer-wrapper, #popupTemplate .contactDetails, #popupTemplate .DOBcontent, #popupTemplate .sorryContent {
    font-size: 0.87em;
    /* width: 90%; */
    /* margin: 0 auto; */
}
	#popupTemplate .modal-wrapper #DOB-content .rightArrow{
		right: 40px;
		bottom: 20px;
	}
#popupTemplate .modal-wrapper .contactDetails button {
	margin: -1px 0 0 30px;
}
#popupTemplate .modal-wrapper .contactDetails button.next-child-info-btn + a{
/* margin-left:38px */
    width: 100%;
    text-align: center;
    margin-left: 8%;
}
#popupTemplate .childInfoWrapper{
	font-size:0.75em;
}
#popupTemplate .childInfoWrapper .prevContent label{
	width: 12%;
}
#popupTemplate .childInfoWrapper .child-info .childGender .childData.optionData .item-list{
	width: 26%;
}
#popupTemplate .modal-wrapper .header-wrapper {
    font-size: 1.125em;
}
#popupTemplate .modal-wrapper #thankyouDiv .header-wrapper {
    font-size: 1em;
}
#popupTemplate .modal-wrapper #thankyouDiv .header-wrapper .header-tile .title{
 	font-size: 3.5em;
 	width: 50%;
 	margin: 0 auto;
 	padding: 35px 0 10px 0;
 	line-height: 65px;
}

#popupTemplate .DOBfields select{
    width: 81%;
    padding: 9px;
}
#popupTemplate .modal-wrapper .header-wrapper .right-tile {
    width: 35%;
 }
#popupTemplate .modal-wrapper .header-wrapper .left-tile {    
	width: 15%;  
	word-wrap: break-word; 
	float: left;
	display:none;
}
#popupTemplate .modal-wrapper{ 
	width: 620px;
}
#popupTemplate .modal-wrapper .header-wrapper .header-tile{
	width: 65%;
	float:none;
}
#popupTemplate .modal-wrapper .header-wrapper .header-tile .title  {
    padding: 15px 0 0 0px;
    margin: 1px 0 5px;
    width: 90%;
    line-height: 49px;
}

#popupTemplate .modal-wrapper .header-wrapper .header-tile .footer{
    padding: 0px;
    width: 82%;
    font-size: 1.1em;
    margin-top: 10px;
    line-height:23px;
}
#popupTemplate .contactDetails form {
    width: 43%;
    margin-left: 50px;
}

    #popupTemplate .contactDetails {
    padding: 30px 0 5% 11%;
}

#popupTemplate .modal-wrapper .footer-wrapper .footer-details ul {
     line-height: 25px; 
     padding-left:12px;
}
#popupTemplate .childInfoWrapper .child-info > div:nth-child(2){
	border-bottom:none;
}
#popupTemplate .childInfoWrapper .child-info > div{
	margin-bottom:0px;
}
#popupTemplate .header-wrapper {
    overflow: visible;
}
#popupTemplate .buttonContainer{
	display: inline-block;
}

#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile{
	padding-bottom: 2%;
	width: 67%;
	padding-left: 5%;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile .title{
	margin: 0px 0 -12px;
	line-height: 45px;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .header-tile .footer{
	font-size: 0.9em;
	padding-top: 5px;
	width: 100%;
	letter-spacing: normal;
}
#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper .right-tile{
    width: 28%;
}
 #popupTemplate .modal-wrapper .header-wrapper .viewDetailsMob{
     display:none;
 }
#popupTemplate .childInfoWrapper .prevContent > div div{
	width: 69%;
	padding-left: 27px;
}

#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;
    /* line-height: 29px; */
}
 #popupTemplate .modal-wrapper #thankyouDiv .header-wrapper .header-tile{
     width:100%;
 }
 #popupTemplate .modal-wrapper  #thankyouDiv .content .continueBtn{
	font-size: 0.8em;
	padding: 14px 26px 14px 17px;
}
#popupTemplate .childInfoWrapper .child-info:after{
    content: "";
    display:block;
    top: 30px;
    width:1px;
    height:78%;
    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:768px){
	#popupTemplate{
		font-size:0.87em;
	}
	#popupTemplate .modal-wrapper #thankyouDiv .rightArrow{
		    right: 4px;
		    bottom: 16px;
            background-size: 9px;
	}
	#popupTemplate .childInfoWrapper,#popupTemplate .modal-wrapper .footer-wrapper{
		font-size:0.75em;
	}
	#popupTemplate .modal-wrapper .header-wrapper {
	    font-size: 1.125em;
	}
	#popupTemplate .modal-wrapper #moreDetails .header-wrapper {
	    font-size: 0.9em;
	    
	}
	#popupTemplate .modal-wrapper #moreDetails .header-wrapper .header-tile .title{
		line-height: 40px;
		width: 71%;
	}
	#popupTemplate .modal-wrapper .header-wrapper .header-tile .title::after{
		width: 91%;
	}
	#popupTemplate .modal-wrapper #moreDetails .header-wrapper .header-tile .footer{
		width:70%
	}
	#popupTemplate .modal-wrapper{ 
		width: 720px;
	}
	#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper {
    font-size: 1em;
	}
	#popupTemplate .childInfoWrapper .prevContent > div div{
	width: 70%;
	}
	#popupTemplate .childInfoWrapper .buttonContainer button{
		padding: 10px 70px;
		margin: 0 20px 0 20px;
	}
	#popupTemplate  #thankyouDiv .content{
	width:70%;
}
	#popupTemplate #childInfoContainer .submitBtn .leftArrow{
		left: 124px;
		bottom: 11px;
	}
}

@media only screen and (min-width:1024px){
#popupTemplate .modal-wrapper {
    width: 800px;
}
#popupTemplate #childInfoContainer .leftArrow {
    bottom: 14px;
    left: 39px;
}
#popupTemplate .childInfoWrapper .buttonContainer button{
    padding: 10px 80px;
    margin: 0 20px 0 20px;
}
#popupTemplate .modal-wrapper .header-wrapper {
    font-size: 1.25em;
}
#popupTemplate .modal-wrapper #moreDetails .header-wrapper {
    font-size: 1.25em;
}
#popupTemplate #childInfoContainer .leftArrow{
	left: 48px;
    background: url('../images/pink_left_arrow.png') 45% /59% no-repeat;
}
#popupTemplate #childInfoContainer .submitBtn .leftArrow{
    left: 149px;
    bottom: 13px;        
    background: url('../images/pink_left_arrow.png') 30% /58% no-repeat; 

}
#popupTemplate .modal-wrapper #moreDetails .header-wrapper .header-tile .title {
    line-height:50px;
    width: 89%;
    padding-top: 20px;
}
#popupTemplate .modal-wrapper .header-wrapper .header-tile .title::after{
		width: 85%;
}
#popupTemplate .modal-wrapper #moreDetails .header-wrapper .header-tile .footer {
    width:90%
}
#moreDetails .header-wrapper .header-tile .title {
    line-height: 40px;
    width: 60%;
}

#popupTemplate .modal-wrapper #childInfoContainer .header-wrapper {
    font-size: 1.125em;
}
#popupTemplate .modal-wrapper .footer-wrapper, #popupTemplate .contactDetails, #popupTemplate .childInfoWrapper, #popupTemplate .DOBcontent, #popupTemplate .sorryContent {
    font-size: 0.87em;
}
#popupTemplate  #thankyouDiv .content{
	width:61%;
}
}