/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
    border: 3px solid #c1c1c1;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}
.fancybox-close{
    background: url('../images/btnClose.png') no-repeat;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	bottom: -14px;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	bottom : 0px;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: -9px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: -12px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
/*code added on 2/10 */
.fancybox-lock .fancybox-overlay {
	/*overflow: auto;*/
	/*overflow-y: scroll;*/
    width: 500px;
    display: block;

    height: auto;
    position: absolute;
    opacity: 1;
    overflow: visible;
    z-index: 8030;
}
/*code added on 2/10 */
/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	/*#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {*/
		/*background-image: url('../images/fancybox_sprite@2x.png');*/
		/*background-size: 44px 152px; *//*The size of the normal image, half the size of the hi-res image*/
	/*}*/

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* Updated on 09/10/2013 */

/****************************Extra css added*************************/
.frameWrap {

}
.frameWrap h1 {
    color: #124992;
    font: 24px/28px 'museo_sans500';
    margin: 10px 0px 5px 0px;
   }


.frameWrap h3 {
    color: #272727;
    font: 16px/20px 'museo_sans500';
    margin: 5px 0px;

}
.frameWrap p {
    font: 14px/18px 'museo_sans300';
    color: #484848;
    margin: 10px 0px;
}
.frameWrap a{
   color: #1a677e;
    font:14px/18px 'museo_sans500';
    text-decoration: none;
    cursor: pointer;
    z-index: 9;

}
.frameWrap a:hover{
    font-family: museo_sans700;
    text-decoration: underline;
}
.frameWrap input[ type="button"]{
    padding: 5px 15px;
    background-color: #dff0f6;
    border: 1px solid #abd7e6;
    border-radius: 5px;
    color: #535353;
    z-index: 9;

}
/*code edited on 03102013*/
.frameWrap h2{
    color: #124992;
    font: 16px/20px 'museo_sans700';
    margin: 10px 0px 5px 0px;
}
.frameWrap ul.square{
    list-style-type:square;
}
.frameWrap ul li{
    margin-left: 15px;
    margin-bottom: 10px;
}
.frameWrap span{
    font: 20px/24px 'museo_sans500';
    color: #1a4e94;
}
/*code edited on 03102013*/

/*code added on 16012014*/
.frameWrap a.blueBtn{
    /*border: 1px solid #abd7e6;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-ms-border-radius: 5px;*/
    /*-o-border-radius: 5px;*/
    /*border-radius: 5px;*/
    padding: 8px 15px;
    color: #535353;
    font: normal 12px/16px 'museo_sans500';
    /*background-color: #e5f9ff !important;*/
    /*background-color: #e5f9ff !important;*/
    /*display:inline-block;*/
}
/*code added on 16012014*/

/*code added on 24032014*/
/*Participate Dealers popup link different*/
.frameWrap p a#hrexternal{
    color: #484848;
    font:14px/18px 'museo_sans300';
    /*text-decoration: none;*/
}
.frameWrap p a#hrexternal:hover{
    font:14px/18px 'museo_sans300';
    text-decoration: none;
}
/*code added on 24032014*/

.clearfix:before,
.clearfix:after {
    content: "" !important;
    display: table !important;
}
.clearfix:after {
    clear: both !important;
}
.clearfix {
    zoom: 1 !important;
    /* For IE 6/7 (trigger hasLayout) */

}

/****************************Extra css added*************************/
/* Updated on 09/10/2013 */
.fancybox-opened.addInside{
    /*width:890px !important;*/
    /*height:auto !important;*/
    /*overflow: hidden !important;*/
}
.addInside .fancybox-skin{
    background: #ffffff;
    color: #ffffff;
    border: none;
    text-shadow: none;
    border-radius: 0px;
    padding:0 !important;
}
.addInside .fancybox-opened .fancybox-skin{
    box-shadow: none;
}
.addInside .fancybox-close{
    display:inline-block;
    width: 33px;
    height: 23px;
    background: url("../images/sprite_Social.png") no-repeat;
    background-position: -272px -248px;
    position: absolute;
    top:17px;
    right:14px;
    vertical-align: middle;
}
.addInside .fancybox-nav{
    display: none;
}
/*.addInside .fancybox-inner{*/
    /*width:890px;*/
    /*height:auto;*/
    /*overflow: hidden;*/
/*}*/
.popupClass.fancybox-wrap{
    width:537px !important;
}
.popupClass .fancybox-inner{
    width:500px !important;
    height:332px !important;
    height:390px \9 !important;
}
.popupClass .fancybox-close{
    background: url("../images/btnClosePNG2.png") no-repeat;
    top:5px;
    right:5px;
}

/*Extra css added for inline popup*/
/*code edited on 02102013*/
.inlineWrap{
    width:640px;
    min-height:250px;
    /*overflow:auto;*/
}
/*code edited on 02102013*/
/* Radio popup css */
.radioAddClass{
  width:550px !important;
  /*height:auto !important;*/
}
.radioAddClass span{
    padding-bottom: 15px;
    display: block;
}
.radioAddClass h1
{
    font: 16px/20px 'museo_sans500';
    color: #272727;
    padding: 0 0 10px 0;
    margin: 0;
}
/* Radio popup css */
/*css for life stage pop-up*/
/* Updated 29/11 - Radio btn styles */
.lifeStagewrap.fancybox-wrap.fancybox-skin{
    padding: 0px !important;
}
.lifeStage h2 {
    border-bottom:1px dotted #c1c1c1;
    margin-bottom: 25px;
}
.lifeStage ul {
    border: 1px solid #c1c1c1;
}
.lifeStage ul li{
    float: left;

    width: 24.95%;
    margin: 0;
    padding: 0;
}
.lifeStage ul li img {
    border-left:1px solid #c1c1c1;
    width: 100%;
}
.lifeStage ul li:first-child img {
    border: 0px none;
}
.lifeStage a {
    font: normal 12px/16px 'museo_sans300';
    /*text-decoration: none;*/
}
.lifeStage .quizContent {
    width: 45%;
}
.ageRange .radioBtnStyles{
    margin-top: 25px;

}
.radioBtnStyles td{
    padding-bottom:10px;
    cursor: pointer;
}
.radioBtnStyles tr td input[type="radio"]{
    cursor: pointer;
    margin-right:15px;
}
/* Updated checkbox styles - 2/12  */
.radioBtnStyles tr td input[type="checkbox"]{
    cursor: pointer;
    margin-right:15px;
}
/* Updated checkbox styles - 2/12  */
.lifeStage .ageRange {
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    padding:12px 22px 22px  22px;
    box-sizing: border-box;
    width: 50%;
    *width: 47%;
}
.gecko .lifeStage .ageRange{
    width: 47%;
}
.lifeStage .ageRange input[type="button"]{
    margin: 20px 10px 0px 0px;
}
.lifeStage .ageRange h2{
    border: 0px none;
    color: #484848;

}
/* Updated 29/11 - Radio btn styles */


/*code added on 31122013*/
/*code for homepage spanish button popup iframe*/
.comingSoon{
    width: 965px !important;
}
.comingSoon .fancybox-inner{
    height: 540px !important;
    width: 925px !important;
}
/*code for homepage spanish button popup iframe*/
/*code added on 31122013*/


/*code edited/added on 23102015*/

.fancybox-overlay .fancybox-wrap {
    width: 500px !important;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin {
    padding: 15px;
    border: 3px solid #dbdcdc !important;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap {
    width: 445px !important;
    min-height: 155px !important;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap h3 {
    font-family: 'Open Sans', Arial, sans-serif, verdana !important;
    color: #4b4f54 !important;
    font-size: 18px!important;
    font-weight: 600!important;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap h1 {
    color: #074e7c!important;
    font-family: 'Open Sans', Arial, sans-serif, verdana !important;
    font-weight: 600 !important;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap p {
    color: #4b4f54!important;
    font-size: 14px!important;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap p a {
    color: #004a87!important;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap p a:hover {
    color: #000000!important;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap input.blueBtn {
    background-color: #a4d65e!important;
    color: #ffffff!important;
    border: 0px!important;
    font-family: 'Open Sans', Arial, sans-serif, verdana !important;
    font-size: 14px!important;
}

@media (max-width: 767px) {
    .fancybox-overlay .fancybox-wrap {
        width: 280px!important;
        left: 10px !important;
    }
    .fancybox-overlay .fancybox-wrap .fancybox-skin {
        width: 280px !important;
    }
    .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner {
        width: 245px !important;
        height: 150px;
    }
    .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap {
        width: 245px !important;
        min-height: 135px !important;
    }
    .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap h3 {
        font-size: 14px !important;
    }
    .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap h1 {
        font-size: 16px !important;
        margin: 5px 0px !important;
        line-height: 20px !important;
    }
    .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap p {
        font-size: 14px;
        margin: 5px 0px !important;
    }
    .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap p a {
        color: #004a87;
    }
    .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap p a:hover {
        color: #000000;
    }
    .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap input.blueBtn {
        font-size: 13px !important;
        padding: 5px 10px !important;
    }

}

/*code edited/added on 23102015*/

/*code edited/added on 26102015*/
.fancybox-overlay-fixed{
    z-index: 0;
}

.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .inlineWrap input.blueBtn{
    z-index: 1;
}
/*code edited/added on 26102015*/