@font-face {
	font-family: 'andadaregular';
	src: url('/shared/fonts/andada-regular-webfont.eot');
	src: url('/shared/fonts/andada-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/shared/fonts/andada-regular-webfont.woff') format('woff'),
		 url('/shared/fonts/andada-regular-webfont.ttf') format('truetype'),
		 url('/shared/fonts/andada-regular-webfont.svg#andadaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'andadabold';
    src: url('/shared/fonts/andada-bold-webfont.eot');
    src: url('/shared/fonts/andada-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/shared/fonts/andada-bold-webfont.woff') format('woff'),
         url('/shared/fonts/andada-bold-webfont.ttf') format('truetype'),
         url('/shared/fonts/andada-bold-webfont.svg#andadabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'open_sanslight';
	src: url('/shared/fonts/OpenSans-Light-webfont.eot');
	src: url('/shared/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/shared/fonts/OpenSans-Light-webfont.woff') format('woff'),
		 url('/shared/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
		 url('/shared/fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansregular';
	src: url('/shared/fonts/OpenSans-Regular-webfont.eot');
	src: url('/shared/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/shared/fonts/OpenSans-Regular-webfont.woff') format('woff'),
		 url('/shared/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		 url('/shared/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sanssemibold';
	src: url('/shared/fonts/OpenSans-Semibold-webfont.eot');
	src: url('/shared/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/shared/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
		 url('/shared/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
		 url('/shared/fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansbold';
	src: url('/shared/fonts/OpenSans-Bold-webfont.eot');
	src: url('/shared/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/shared/fonts/OpenSans-Bold-webfont.woff') format('woff'),
		 url('/shared/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
		 url('/shared/fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}







/*----- Site -----*/

body {
	background-color:#135b7e;
	color:#333333;
	font-size:16px!important;
}

.clear {
	clear:both;
}

/*----- transition for sizing -----*/

#header img.site-logo, #header .contact, #circle, #circle img.health-icon {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}


/*----- Header -----*/

#header {
	background-color:#ffffff;
	font-family: 'andadaregular';
	color:#333333;
	padding:0.5em 0em 0em;
}

#header img.site-logo {
	margin:0em auto .5em;
	display:block;
	width:165px;
	height:auto;
}

#header .contact {
	font-size:0.875em;
	text-align:center;
}

#header .contact a {
	font-family: 'andadaregular';
	color:#333333;
}

#header .contact .glyphicon {
	margin-right: .3125em;
}


/*----- Hero & LP form -----*/

#hero {
	color:#ffffff;
}

#hero h1 {
	font-family: 'open_sanslight';
	font-size:1.7em;
	line-height:1.38em;
	padding-bottom:.6em;
}

#hero #form-box {
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.2);
	margin-left:0.9375em;
	margin-right:0.9375em;
	padding:1.7em 1.3em 2em;
}

label {
	margin-bottom: 2px!important;
	font-family: 'open_sanssemibold';
	font-weight:normal!important;
}

.form-group {
	margin-bottom:10px!important;
}
 
.form-control {
	font-size:1em!important;
}

.border-no {
	border:none!important;
}

.boxshadow-no {
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
	box-shadow:none!important;
}

form .form-group .radio-btn {
	color:#333333;
	font-family: 'open_sanssemibold';
	font-size:1em;
	background-color:#e7e7e7;
	border:none;
	box-shadow:none;
	width:48%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

form .form-group .radio-btn:hover, form .form-group .radio-btn.active {
	color:#ffffff;
	background-color:#68c6e9;
}

form .site-submit-btn {
	background-color:#ff0000;
	border:none;
	color:#ffffff;
	font-family: 'open_sansbold';
	font-size:1em;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(118, 73, 13, 0.50);
	-moz-box-shadow:0px 1px 0px 0px rgba(118, 73, 13, 0.50);
	box-shadow:0px 1px 0px 0px rgba(118, 73, 13, 0.50);
	width:100%;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 0px solid #000000;
	margin-top:5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

form .site-submit-btn:hover, form .site-submit-btn:active, form .site-submit-btn:focus {
	background-color:#d50000;
	color:#ffffff;
}

form .secure {
	font-family: 'open_sanssemibold';
	font-size:.7857em;
	color:#ffffff;
	text-align:center;
	margin-top:1em;
}




/*-- Validation Styling --*/

.has-error .form-control {
	background-color:#FFC8C8;
}

#hero .errorMsg, #sub-form .errorMsg {
	font-size: 13px;
	display: block;
	color: #AE0000;
	margin-top: 3px;
	margin-left: 1px;
	font-family: 'open_sansbold';
}

#hero .errorMsg {
	color: #FFDF00!important;
}

/*----- circle -----*/

#circle {
	margin-top: 15px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background-color: #f6f6f4;
	margin: 0px auto;
	padding-top:1.25em;
	margin-top:1.25em;
}
#circle img.health-icon {
	width: 50px;
	height: auto;
	display: block;
	margin: 0px auto;
}


/*----- Benefits -----*/

#benefits {
	background-color:#f6f6f4;
	margin-top: -3.75em;
	padding-top: 0.9375em;
}

#benefits .container {
	margin-left:0.9375em;
	margin-right:0.9375em;
}

.content-title {
	font-family: 'andadaregular';
	font-size:1.5em;
	line-height:1.3333em;
	color:#ff0000;
	text-align:center;
	margin-bottom:1em;
}

#benefits .benefit-box {
	text-align:center;
	font-family: 'open_sanslight';
	background-color:#ffffff;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 0px solid #000000;
	margin-bottom:1.2em;
	padding:1em 1.5em;
}

#benefits .benefit-icon {
	font-size:2em;
	color:#135b7e;
}

#benefits .benefit-box h4 {
	font-size:1.35em;
	color:#135b7e;
}

#benefits .benefit-box p {
	font-size:1em;
	color:#545950;
}

/*----- Articles -----*/

#articles {
	background-color:#f6f6f4;
	padding-top:1.875em;
	padding-bottom: 4.375em;
	color:#3C3C3C;
}

#articles .article-box {
	background-color:#f6f6f4;
	color:#3C3C3C;
	margin-bottom:1.875em;
}

#articles .article-box .article-title {
	font-family: 'open_sansregular';
	font-size:1.15em;
}

#articles .article-box .article-content {
	font-family: 'open_sanslight';
	font-size:0.875em;
}

#articles .article-box ul {
	font-family: 'open_sanslight';
	font-size:0.875em;
	padding-left:20px!important;
}

#articles .article-box .read-on {
	font-family: 'open_sansregular';
	font-size:0.875em;
}

#articles .article-box .read-on span {
	font-size:0.6875em;
}


/*----- bottom-cta -----*/

#bottom-cta {
	padding-top:1.5625em;
	padding-bottom:2.1875em;
	text-align:center;
}

#bottom-cta p {
	font-family: 'open_sansregular';
	font-size:1.25em;
	color:#ffffff;
}

.scroll-top-wrapper {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

#bottom-cta .bottom-cta-btn {
	background-color:#ff0000;
	border:none;
	color:#ffffff;
	font-family: 'open_sansbold';
	font-size:1em;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(118, 73, 13, 0.50);
	-moz-box-shadow:0px 1px 0px 0px rgba(118, 73, 13, 0.50);
	box-shadow:0px 1px 0px 0px rgba(118, 73, 13, 0.50);
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 0px solid #000000;
	margin-top:0.3125em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-transform:uppercase;
	width:65%;
}

#bottom-cta .bottom-cta-btn:hover {
	background-color:#d50000;
}


/*----------------------*/
/*------- Step 2 -------*/
/*----------------------*/

#sub-step {
	padding: 0.625em 0px 0.3125em;
}

#sub-step .step-title {
	color:#ffffff;
	font-family: 'open_sansregular';
	font-size:1.125em;
	padding-left:1em;
	padding-right:1em;
}

#sub-form {
	background-color:#f6f6f4;
	padding-top:0.625em;
	padding-bottom:9.375em;
	margin-bottom:0px;
}

#sub-form p.current-step {
	font-family: 'open_sansbold';
	font-size:1em;
	color:#ff0000;
}

/*------- Step 2 form -------*/

#sub-form form label {
	color:#333333;
	font-family: 'open_sanssemibold';
}

#sub-form form .form-group .radio-btn {
	border:1px solid #cccccc;
}

#sub-form form .form-group .radio-btn:hover, #sub-form form .form-group .radio-btn.active {
	border:1px solid #52A7C7;
	color:#ffffff;
}

#sub-form form .form-group .btn-right {
	float:right;
}

#sub-form form .form-group .dropdown {
	margin-bottom:0.25em;
}

#sub-form form .secure {
	color:#555555;
	font-family: 'open_sansregular';
}

.tooltip-helper {
	color:#428BCA;
	cursor:pointer;
	font-size:0.875em;
	margin-left:0.2em;
}

.bg-lightgray {
	background-color: #FAFAFA;
	border-bottom: 1px solid #AEACAC;
}

.modal-header p {
	margin-bottom: 0;
}
.modal-header h4 {
	font-size: 20px;
	font-weight: bold;
}

.popover {
	font-family: 'open_sansregular';	
	font-size:0.875em!important;
	background-color: #5F5F5F!important;
	color:#ffffff!important;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	white-space: normal;
}

.popover.top {
	margin-top: -12px!important;
}

.popover.top>.arrow:after {
	border-top-color: #5F5F5F!important;
}

.submit-legal {
	font-family: 'open_sansregular';
	font-size:0.6875em;
	color:#555555;
	margin-top:1.875em;
}

#sub-form form .site-submit-btn {
	margin:2.5em auto 0.625em;
	display:block;
}



/*----- footer -----*/

#footer {
	background-color:#ffffff;
	padding-top:2.5em;
	padding-bottom:3.125em;
	color:#333333;
	font-size:.75em;
	font-family: 'open_sansregular';
}

#footer img.site-logo {
	width:200px;
	height:auto;
	margin-bottom:0.3125em;
}

#footer p {
	margin-bottom:1.25em;
}

#footer .socialmedia-wrapper {
	padding:0px 0px 10px;
}

#footer .socialmedia-wrapper i {
	margin-right:5px;
}
#footer .socialmedia-wrapper i:hover {
	color:#DCDCDC;
}

#footer ul {
	list-style-type:none;
	padding-left:0px;
}

#footer ul li {
	font-family: 'open_sansbold';
}

#footer ul li a {
	cursor:pointer;
	color:#333333;
}



/*-----------------------------*/
/*------- Modal Windows -------*/
/*------- Confirm page  -------*/
/*-----------------------------*/

#confirm-popover .modal-content {
	padding:5px 10px;
	margin:10px;
	text-align:center;
}

#confirm-popover .modal-content .modal-header {
	color:#0f87c9;
	font-family: 'andadabold';
	font-size:1.25em;
	padding-bottom:0px;
}

#confirm-popover .modal-content .modal-body {
	color:#333333;
	font-family: 'open_sanslight';
	font-size:1.125em;
}

#confirm-popover .modal-content .modal-body .attention {
	font-family: 'open_sansbold';
	color:#f18b03!important;
}

#confirm-popover .modal-content .modal-body .number {
	font-size:1.375em;
}

.modal-content .modal-body .sm-text {
	font-size:0.875em;
}

#confirm-popover .modal-content .modal-body .phone-ring {
	margin-bottom: 15px;
	width: 55px;
	height: auto;
}

#confirm-popover .modal-content .modal-body .no-accept {
	font-family: 'open_sansregular';
	font-size:1.125em;
	color:#ff0000;
}

#confirm-popover .modal-content .modal-footer {
	color:#5e5e5e;
	font-family: 'open_sansbold';
	font-size:.75em;
	text-align:center;
	margin-top:0px;
	padding: 10px 20px 12px;
}

#confirm-popover .modal-content .modal-footer a{
	color:#5e5e5e;
}



/*-----------------------------*/
/*------- Click Feed -------*/
/*-----------------------------*/

#call-end {
	padding-top:0.75em;
	margin-bottom:0.625em;
}

#call-end .action-msg {
	font-family: 'open_sanssemibold';
	font-size:1.25em;
	color:#ffffff;
	margin-top:5px;
	margin-left: -15px;
	margin-right: -15px;
}

#call-end .feed-title {
	font-family: 'open_sansregular';
	font-size:1em;
	color:#ffffff;
	margin-left: -15px;
	margin-right: -15px;
}

#click-feed {
	color:#333333;
	margin-top:0.25em;
}

#click-feed .feed-details {
	background-color:#fff1a3;
	padding:0.625em 0.9375em;
	font-size:0.875em;
	font-family: 'open_sansregular';
	margin-left: -15px;
	margin-right: -15px;
	margin-top:-10px;
}


iframe {
	position:absolute;
}












/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	body {
		background-size:226px;
	}
	#header {
		padding-bottom: 1em;
	}
	#header img.site-logo {
		margin: 0px;
		float: left;
	}
	#header .contact {
		text-align: right;
		float: right;
		margin-top:0.7em;
		font-size:1em;
	}
	#header .contact p {
		margin-bottom:0px;
	}
	#hero h1 {
		font-size:2.4375em;
		line-height:1.28em;
		padding-top:1.2em;
		padding-bottom:1.7em;
	}
	#hero #form-box {
		margin-top: 3.125em;
		margin-left: 1.875em;
	}
	#circle {
		margin-top: 0px;
		width: 130px;
		height: 130px;
		padding-top: 23px;
	}
	#circle img.health-icon {
		width: 80px;
		height: auto;
	}
	#benefits {
		margin-top:-4.6875em;
		padding-top: 1.875em;
	}
	.content-title {
		font-size:1.625em;
	}
	#benefits .container {
		margin-left:auto;
		margin-right:auto;
	}
	#benefits .benefit-box .benefit-icon {
		font-size:3.125em;
		margin-top:0.2em;
	}
	#benefits .benefit-box h4 {
		text-align:left;
		font-size:1.25em;
	}
	#benefits .benefit-box p {
		text-align:left;
		font-size:0.875em;
	}
	#bottom-cta {
		padding-top: 1.875em;
		padding-bottom: 1.875em;
	}
	#bottom-cta p {
		font-size:1.5em;
		margin-right:1.875em;
		display: inline-block;
		margin-bottom:0px;
	}
	#bottom-cta .bottom-cta-btn {
		display: inline;
		margin-top: 0px;
		position: relative;
		top: -4px;
	}
	
	/*------- Step 2 -------*/
	#sub-step {
		padding-top:1.5625em;
	}
	#sub-step .step-title {
		text-align:center;
		font-size: 1.3em;
	}
	#sub-form p.current-step {
		text-align:center;
		margin-bottom:1.25em;
		margin-top: 0.625em;
		font-size:1em;
	}
	#sub-form {
		border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		border: 0px solid #000000;
		margin-bottom:20%;
		padding-bottom:1.25em;
	}
	#sub-form form label {
		font-size:0.875em;
	}
	#sub-form form .form-group .radio-btn {
		width:80px;
	}
	#sub-form form .form-group .btn-right {
		float:none;
	}
	#sub-form form .site-submit-btn {
		width:260px;
		margin:1.875em auto 0.625em;
		display:block;
	}
	#call-end .action-msg {
		font-size:1.7em;
	}
	#click-feed .feed-details {
		padding-right:130px;
		margin-left:auto;
		margin-right:auto;
		margin-top:auto;
	}
	

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#header img.site-logo {
		width:200px;
		height:auto;
	}
	#header .contact {
		font-size:1.125em;
	}
	#hero h1 {
		font-size:2.8125em;
		line-height:1.28em;
		padding-top:1.2em;
		padding-bottom:1.7em;
	}
	#hero #form-box {
		margin-left:0px;
		margin-right:0px;
	}
	.content-title {
		font-size:1.75em;
	}
	#benefits {
		padding-top:3.125em;
	}
	#benefits .benefit-box h4 {
		text-align:center;
		font-size:1.25em;
	}
	#benefits .benefit-box p {
		text-align:center;
	}
	#call-end .action-msg {
		font-size:2em;
	}
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

















