/* ==========================================================================
   Custom styles
   ========================================================================== */

html{
	-webkit-font-smoothing: antialiased;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;	
	overflow-x:hidden;

	background-color: #0076DC;

	/* Gradient background */

	background: #0076dc; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #0076dc 1%, #003399 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#0076dc), color-stop(100%,#003399)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #0076dc 1%,#003399 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #0076dc 1%,#003399 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #0076dc 1%,#003399 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #0076dc 1%,#003399 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076dc', endColorstr='#003399',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}





/* STICKY FOOTER STYLES */

html, body {
    height: 100%;
    margin: 0;
}
.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
.content {
    display: table-row;  /* height is dynamic, and will expand as content is added (won't scroll) */
    height: 100%;
}
.footer {
    display: table-row;
}

/* /STICKY FOOTER STYLES */





body{
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;	
}

h1{
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0;
	font-size: 28px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}

h2#subheader{
	line-height: 130%;
	font-size: 18px;
	font-weight: bold;	

	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #999;
}


h3{
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

hr{
	border-top: 1px solid #a8be7d;
	margin: 5px 0 15px 0;
}

.hr-first{
	margin-bottom: 5px;
}

#pp-logo{
	width: 160px;
}

#bupa-award{
	position: absolute;
	width: 120px;
	left: 13px;
	bottom: 40px;
}

.contact-form-container{
	background-color: #90D609;
	padding-top: 10px;
}

.contact-form{
	padding-bottom:20px;
}

header{
	margin-bottom: 30px;
}

#body-text{
	line-height: 130%;
	font-size: 14px;
}

#body-text ul li{
	line-height: 130%;
	list-style: none; 
	margin-bottom: 10px;
	background-image: url("/assets/images/ob_2/bullet-tick.jpg");
	margin-left: 0;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0px 3px; 
}

#body-text ul{
	margin-bottom: 30px;
	padding-left: 20px;
}

#body-text h2{
	line-height: 130%;
	font-size: 18px;
	font-weight: bold;	

	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #999;
}

#body-text .leader{
	line-height: 130%;
	font-size: 16px;
	font-weight: 
}

.main-container{
	padding-top: 30px;
}


div.pitch {
	position: relative;
	background-color: #ffffff;
	padding: 20px;
	padding-bottom: 0;
}

#bupa-logo{
	float: left;
	margin-right: 20px;
	width: 80px;
	margin-bottom: 20px;
}

#cigna-logo{
	margin-right: 20px;
	width: 120px;
	margin-bottom: 20px;
}


.form-header{
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}


#form-step1{

}

#form-step2 .contact-form{
	margin-top: -3px;
}

#form-step2 .form-border{
	padding-top: 6px;
}

.section-2 .checkbox{
	margin-top: 5px;
	margin-bottom: 5px;
}




.form-border{
	background-color: #d3ef9d;
	border-radius: 5px;
	border: 2px solid #39B54A;
	padding: 17px 15px 5px 15px;
}

.terms,
.terms a,
.terms a:hover{
	font-size: 10px;
	color: #659506;
	text-decoration: none;
	z-index: 20000;
}


.btn-primary{
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;

	position: relative;
	margin-left: auto;
	margin-right: auto;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #c1272c;
	padding:9px 18px;
	text-decoration:none;
	background-color:#ed1c23;
	color:#ffffff;
 	-webkit-box-shadow:inset 0px 1px 0px 0px #f26166;
 	-moz-box-shadow:inset 0px 1px 0px 0px #f26166;
 	box-shadow:inset 0px 1px 0px 0px #f26166;

	text-transform: uppercase;
}

.btn-primary:hover {
	background-color: #D10212;
	color: white;
	border-color: #C1272D;
}

.btn-primary:focus {
	background-color: #D10212;
	color: white;
	border-color: #C1272D;
}


.terms{
	text-align: center;
}

.right-caret {
	position: relative;
    top: -2px;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid white;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
}

.caption{
	display: none;
	z-index: 1000;
}

.caption-text{
	display: none;
}

#comparison-screen {
	width: 100%;
	height: 380px;
	margin-top: -10px;
	background-image: url("/assets/images/ob_2/screenshot-mobile.png");
	background-size: cover;
}

.comparison-screen-bupa {
	background-image: url("/assets/images/ob_2/screenshot-mobile-bupa.png") !important;
}

.comparison-screen-cigna {
	background-image: url("/assets/images/ob_2/screenshot-mobile-cigna.png") !important;
}

.comparison-screen-sg {
	background-image: url("/assets/images/ob_2/screenshot-mobile-sg.png") !important;
}

.comparison-screen-hk {
	background-image: url("/assets/images/ob_2/screenshot-mobile-hk.png") !important;
}

.form-wrapper{
	padding-top: 0;
}



.contact-form{
	padding-left: 15px;
	padding-right: 15px;
}









/* ==========================================================================
   MORE INFO ACCORDIAN
   ========================================================================== */


.more-header{
	position: relative;
	background-color: #f7f7f7;
	color: #989898;
	margin: 0;
	font-family: Arial, sans-serif;
	padding: 12px 50px;
	font-style: 300;
	font-size: 12px;
	margin-bottom: 1px;
	cursor: pointer;
}

.more-header:focus{
	outline: none;
}

.more-content .more-text{
	padding: 16px 0 60px 0;
}

.more-content{
	padding: 0;
}

.element.style {
	display: block;
}

.more-img-full img{
	width: 100%; 
}

.more-img-half img{
	width: 50%;
	float: left; 
}

.more-img-thirds .first{
	width: 33%;
	float: left; 
}

.more-img-thirds .second{
	display: block;
	width: 33%;
    margin-left: auto;
    margin-right: auto;
    }

.more-img-thirds .third{
	width: 33%;
	float: right;
}

.more-img-full,
.more-img-half,
.more-img-thirds{
	margin-bottom: 12px;
}

.ui-state-default:before{
	content: url(../img/more-arrow.png);
	position: absolute;
	left: 24px;
	top: 12px;
}
.ui-state-active:before{
	content: url(../img/more-arrow-active.png);
	position: absolute;
	left: 23px;
	top: 12px;
}

.quote-up{
	font-family: "myriad-pro", Arial, sans-serif;
	padding: 8px 16px 8px 50px;
	font-style: 300;
	font-size: 24px;
	border-radius: 0;

	background-color: #f8981c;
	color: white;
	float: right;

	position: relative;
}

.quote-up:before {
	content: url(../img/quote-up-arrow.png);
	position: absolute;
	left: 16px;
	top: 6px;
	width: 20px;
	height: 13px;
}

.quote-up:hover,
.quote-up:focus,
.quote-up:active{
	color: white;
	background-color: #ed891b;
	box-shadow: none;
}


.copyright{
	color: #428bca;
	font-size: 14px;

	display: inline-block !important;
	float: right;
	margin-top: 12px;

}



@media screen and (max-width: 767px) {

	.more-img-half img{
		display: none;
		width: 100%;
	}

	.more-img-half img:first-child{
		display: block;
	}

	.more-img-half img.show-second{
		display: block;
	}

	.more-img-full img{
		width: 200%;
		position: relative;
		left: -50%;
	}
	.more-img-full{
		overflow: hidden;
	}
	.more-img-thirds .second,
	.more-img-thirds .third{
		display: none;
	}

	.more-img-thirds img:nth-child(1){
		display: block;
		width: 100%;
		position: relative;
	}

	.more-content .more-text p{
		font-size: 12px;
		padding-left: 16px;
		padding-right: 16px;

	}

	.quote-up{
		width: 100%;
		padding: 8px 50px 8px 50px;
	}


}









/* ==========================================================================
   MORE INFO TABS
   ========================================================================== */



.tab-container{
	background-color: #003399;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 0;

}

.ui-tabs-nav{
	margin: 0;
	padding: 0;
}

#tabs>ul>li{
	list-style: none;
}


.ui-tabs-nav>li{
	display: inline-block;
}

.ui-tabs-nav>li>a{
	display: inline-block;
	padding: 12px 12px;
	text-decoration: none;
}

.tab-container .ui-state-active{
	background-color: white;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

}

.ui-tabs-anchor:hover{
	color: white;
}

.ui-tabs-anchor:hover{
	color: white;
}

.tab-container a:focus{
	outline: none;
}

.tab-content{
	border-radius: 5px;
	border-radius: 5px;
	background-color: white;
	padding: 20px 20px 0 20px;

}

.ui-tabs-nav{
	padding-left: 15px;
	padding-right: 15px;
}

#tabs .ui-state-default:before{
	display: none;
}

.ui-tabs-active a,
.ui-tabs-active a:hover{
	color: #222;
}

.quote-up{
	background-color: #ed1c23;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	border: 1px solid #c1272c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f26166;
	-moz-box-shadow: inset 0px 1px 0px 0px #f26166;
	box-shadow: inset 0px 1px 0px 0px #f26166;
	border-radius: 5px;

	margin-top: 40px;

}

.quote-up:hover,
.quote-up:active,
.quote-up:focus{
	background-color: #d10212;
	color: white;
}

.more-img>img{
	width: 100%;
}

.more-content .more-text{
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {

	.ui-tabs-nav>li{
		display: block;
	}

	.ui-tabs-nav>li>a{
		display: inline-block;
		padding: 12px 12px;
		text-decoration: none;
	}

	.footer-push.step1{
	}

	.more-img{
	}

	.tab-content{
		padding-bottom: 20px;
		border-radius: 0;
	}

	.more-content .more-text>p{
		padding-left: 0;
		padding-right: 0;
	}

	.more-content .more-text>ul>li{
		font-size: 12px;
		margin-bottom: 8px;
	}

	.copyright{
		font-size: 12px;
		float: none;
		margin-bottom: 8px;
	}

	.ui-tabs-nav{
		font-size: 12px;
	}

	.quote-up{
	}

	.ui-tabs-nav>li>a{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.ui-tabs-nav>li.ui-tabs-active>a{
		padding-left: 12px;
		padding-right: 12px;
	}

	.ui-tabs-nav>li.ui-tabs-active{
		border-radius: 5px;
	}

	.ui-tabs-nav{
		padding-bottom: 16px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.footer-push.step1{
	}

	.more-img{
		width: 30%;
		float: left;	
		margin-top: 20px;
		margin-bottom: 200px;
	}

	.tab-content{
		margin-bottom: 40px;
	}

	.more-text{
		width: 68%;
		float: right;
	}

	.copyright{
		font-size: 12px;
	}

	.ui-tabs-nav{
		font-size: 12px;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

	.footer-push.step1{
	}

	.more-img{
		width: 30%;
		float: left;	
		margin-top: 20px;
		margin-bottom: 200px;
	}

	.tab-content{
		margin-bottom: 40px;
	}

	.more-text{
		width: 68%;
		float: right;
	}

}


@media screen and (min-width: 1200px) {

	.footer-push.step1{
		height: 133px;
	}

	.more-img{
		width: 40%;
		float: left;	
		margin-top: 20px;
		margin-bottom: 200px;
	}

	.tab-content{
		margin-bottom: 40px;
	}

	.more-text{
		width: 58%;
		float: right;
	}

}








/* ==========================================================================
   Media queries
   ========================================================================== */


@media screen and (min-width: 500px) {

	#comparison-screen {
		height: 550px;
	}

	.contact-form{
		padding-left: 15px;
		padding-right: 15px;
	}

}


/* Tablet and up*/

@media screen and (min-width: 768px) {

	h1{
		font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
		color: #000;
		margin-top: 0;
		font-size: 36px;
	}

	#pp-logo{
		width: auto;
	}

	#body-text{
		width: 100%;
	}

	div.pitch {
		background-color: #ffffff;
		padding: 20px;
		border-radius: 5px;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#bupa-award {
		position: absolute;
		left: 420px;
		top: 230px;
		z-index: 1000;
		width: 180px;
	}

	#bupa-logo{
		float: left;
		width: auto;
	}

	#cigna-logo{
		float: left;
		width: auto;
	}

	.caption{
		display: block;
		position: absolute;
		bottom: 50px;
		right: 180px;
		background-image: url(../img/arrow.png);
		width: 30px;
		height: 99px;
	}

	.caption-text{
		display: block;
		position: absolute;
		right: 30px;
		bottom: -30px;
		background-image: url(../img/caption-text.png);
		background-repeat: no-repeat;
		width: 153px;
		height: 58px;
	}
	
	#form-step2 .caption{
		bottom: 70px;
	}


	#comparison-screen {
		right: -20px;
		bottom: -635px;
		position: absolute;
		background-image: url("/assets/images/ob_2/screenshot.png");
		background-size: cover;
		height: 685px;
		margin-top: 0;
	}

	.comparison-screen-bupa {
		background-image: url("/assets/images/ob_2/screenshot_bupa.png") !important;
	}

	.comparison-screen-cigna {
		background-image: url("/assets/images/ob_2/screenshot_cigna.png") !important;
	}

	.comparison-screen-sg {
		background-image: url("/assets/images/ob_2/screenshot_sg.png") !important;
	}

	.comparison-screen-hk {
		background-image: url("/assets/images/ob_2/screenshot_hk.png") !important;
	}

	.form-header{
		padding-bottom: 30px;
	}

	#form-step1{
		display: block;
		background-image: url("/assets/images/ob_2/form_bg1.png");

		background-size: 100% 100%;
		background-repeat: no-repeat;

		width: 696px;
		height: 603px;
	}

	#form-step2{
		display: block;
		background-image: url("/assets/images/ob_2/form_bg2.png");

		background-size: 100% 100%;
		background-repeat: no-repeat;

		width: 696px;
		height: 800px;
	}


	.contact-form-container{
		margin-left: -80px;
		padding-left: 100px;
		padding-top: 45px;

		background-color: transparent;
	}

	.contact-form{
		width: 400px;
	}

}


/* Tablet only*/

@media screen and (min-width: 768px) and (max-width: 991px) {

	h1{
		font-size: 32px;
	}

	#bupa-award{
		width: 160px;
		left: auto;
		right: 20px;
		top: auto;
		bottom: -135px;
	}

	#comparison-screen {
		right: -30px;
		bottom: -520px;
		width: 400px;
		position: absolute;
		height: 537px;
	}

	.contact-form-container{
		top: -10px;
		width: 550px !important;
		margin-left: -50px;
		padding-left: 75px;	
	}

	.contact-form{
		width: 350px;
	}

	.caption{
		bottom: 80px;
		right: 105px;		
	}

	.terms{
		font-size: 8px;
	}

	#form-step2 .terms{
		margin-top: -7px;
	}


}


/* Small Desktop only*/

@media screen and (min-width: 992px) and (max-width: 1199px) {

	#comparison-screen {
		right: -20px;
		bottom: -590px;
		width: 520px;
		height: 685px;
		position: absolute;
	}

	.contact-form-container{
		top: -10px;
		padding-left: 85px;
		margin-left: -65px;
	}

	#bupa-award{
		width: 160px;
		left: 800px;
		top: -40px;
	}

	.contact-form{
		width: 430px;
	}
}


/* Large Desktop only*/

@media screen and (min-width: 1200px) {

	#comparison-screen {
		right: -20px;
		bottom: -780px;
		width: 669px;
		height: 897px;
		position: absolute;
	}

	.contact-form-container{
		top: -10px;
		padding-left: 85px;
		margin-left: -65px;
	}

	.contact-form{
		width: 450px;
	}

}
