html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('font/opensans-light-webfont.eot');
    src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-light-webfont.woff2') format('woff2'),
         url('font/opensans-light-webfont.woff') format('woff'),
         url('font/opensans-light-webfont.ttf') format('truetype'),
         url('font/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('font/OpenSans.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans.woff') format('woff'),
		 url('font/OpenSans.ttf') format('truetype'),
		 url('font/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Italic';
	src: url('font/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Italic.woff') format('woff'),
		 url('font/OpenSans-Italic.ttf') format('truetype'),
		 url('font/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('font/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Semibold.woff') format('woff'),
		 url('font/OpenSans-Semibold.ttf') format('truetype'),
		 url('font/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('font/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Bold.woff') format('woff'),
		 url('font/OpenSans-Bold.ttf') format('truetype'),
		 url('font/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-BoldItalic';
	src: url('font/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-BoldItalic.woff') format('woff'),
		 url('font/OpenSans-BoldItalic.ttf') format('truetype'),
		 url('font/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'RalewayRegular';
    src: url('font/raleway-regular.eot');
    src: url('font/raleway-regular.eot') format('embedded-opentype'),
         url('font/raleway-regular.woff2') format('woff2'),
         url('font/raleway-regular.woff') format('woff'),
         url('font/raleway-regular.ttf') format('truetype'),
         url('font/raleway-regular.svg#RalewayRegular') format('svg');
}
@font-face {
    font-family: 'ralewaybold';
    src: url('font/raleway-bold-webfont.eot');
    src: url('font/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/raleway-bold-webfont.woff2') format('woff2'),
         url('font/raleway-bold-webfont.woff') format('woff'),
         url('font/raleway-bold-webfont.ttf') format('truetype'),
         url('font/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-Cond';
	src: url('font/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),
	     url('font/MyriadPro-Cond.otf') format('opentype'),
		 url('font/MyriadPro-Cond.woff') format('woff'),
		 url('font/MyriadPro-Cond.ttf') format('truetype'),
		 url('font/MyriadPro-Cond.svg#MyriadPro-Cond') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-BoldIt';
	src: url('font/MyriadPro-BoldIt.eot?#iefix') format('embedded-opentype'),
	     url('font/MyriadPro-BoldIt.otf') format('opentype'),
		 url('font/MyriadPro-BoldIt.woff') format('woff'),
		 url('font/MyriadPro-BoldIt.ttf') format('truetype'),
		 url('font/MyriadPro-BoldIt.svg#MyriadPro-BoldIt') format('svg');
	font-weight: normal;
	font-style: normal;
}
a{
	-webkit-transition: all .20s ease-in-out .0s;
	-moz-transition: all .20s ease-in-out .0s;
	-ms-transition: all .20s ease-in-out .0s;
	-o-transition: all .20s ease-in-out .0s;
	transition: all .20s ease-in-out .0s;
}
a:hover{
	outline:none;
}
#wrapper{
	width:auto;
	height:auto;
}
.wrapper_container_olp{
	max-width:1168px;
	height:auto;
	margin:auto;
}
/*============================================ Header Start ============================================*/
.header_container_olp{
	border-top:5px solid #00467f;
	background:#00608b;
	padding:10px 0px 15px;
}
.logo_olp{
	float:left;
	padding:13px 15px 7px;
}
.logo_olp img{
	display:inline-block;
	outline:none;
	text-align:center;
}
.call_fo_instant_olp{
	padding:8px 15px;
	color:#000;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
	font-size:18px;
	text-align:right;
	float:right;
}
.call_fo_instant_olp strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	color:#00467f;
	font-size:24px;
}
.call_fo_instant_olp img{
	margin:0px 10px;
}
.call_fo_instant_olp h2{
	color:#fff;
	font-family: 'OpenSans';
	font-weight:normal;
	font-size:18px;
}
.call_fo_instant_olp h2 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	color:#fff;
	font-size:24px;
}
/*======================================== Home Page Banner Start ===========================================*/
.home_banner_container_olp{
	background:url(images/home_banner_olp.jpg) no-repeat center bottom;
	padding-bottom:20px;
}
.banner_shadow_olp{
	background:url(images/banner_shadow_olp.png) repeat-x top;
}
.banner_pad_right_none_olp{
	padding-right:0px !important;
}
.banner_left_olp{
	padding-top:50px;
}
.banner_left_olp h1{
	color:#444345;
	font-size:27px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	line-height:30px;
}
.save_up_to_olp{
	padding-top:15px;
}
.save_up_to_olp ul{
	margin-bottom:0px;
}
.save_up_to_olp ul li{
	list-style:none;
	background:url(images/list_arrow_olp.png) no-repeat left 3px;
	padding-left:22px;
	color:#6b6c6d;
	font-family: 'open_sanslight';
	font-weight:normal;
	font-size:16px;
	margin-top:10px;
	width:50%;
	display:inline-block;
}
.save_up_to_olp ul li strong{
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.save_up_to_olp ul li:nth-child(1),
.save_up_to_olp ul li:nth-child(3){
	width:40%;
}
/*----------------------- Home Form*/
.banner_right_olp{
	margin-top:25px;
}
.home_form_olp{
	background:#fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding:15px 33px 0px;
	-moz-box-shadow: 0px 0px 4px #bababa;
	-webkit-box-shadow: 0px 0px 4px #bababa;
	box-shadow: 0px 0px 4px #bababa;
	position:relative;
}
img.arrow_grn_olp{
	position:absolute;
	left: -12px;
    top: 122px;
}
.home_form_olp h1{
	color:#00608b;
	font-size:30px;
	font-weight:normal;
	text-align:center;
	font-family: 'OpenSans-Bold';
}
.home_form_olp h3{
	color:#5d5d5d;
	font-size:20px;
	text-align:center;
	font-weight:normal;
	font-family: 'OpenSans-BoldItalic';
	padding-top:6px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
}
.homeform_hit_olp{
	margin-bottom:10px !Important;
}
.homeform_padd_right_olp{
	padding-right:7.5px !important;
}
.homeform_padd_left_olp{
	padding-left:7.5px !important;
}
.pading_olp {
    padding: 0 !important;
}
.pading_M_olp{
	padding: 0 5px!important;
}
.pading_L_olp{
	padding:0px 0px 0px 2.5px !important;
}
.pading_R_olp{
	padding:0px 2.5px 0px 0px !important;
}
.pading_zip_olp{
	padding:0px 0px 0px 5px !important;
}
.home_form_olp label{
    color: #3d3d3d;
	font-family: 'OpenSans-Bold';
    font-size: 16px;
	font-weight:normal;
}
.bootstrap-select > .dropdown-toggle,
.bootstrap-select.btn-group .dropdown-menu,
.home_form_olp input[type="text"],
.home_form_olp input[type="tel"],
.home_form_olp input[type="email"]{
	border:1px solid #c4c4c4;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	font-size: 14px !important;
	color:#3d3d3d;
	font-family: 'OpenSans';
	font-weight:normal;
}
.home_form_olp input.email_olp::-webkit-input-placeholder {
  color: transparent;
  text-indent: -9999px;
  background-image: url("images/email_no_spam_olp.jpg");
  background-repeat: no-repeat; 
}
.home_form_olp input.email_olp::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
  text-indent: -9999px;
  background-image: url("images/email_no_spam_olp.jpg");
  background-repeat: no-repeat; 
}
.home_form_olp input.email_olp:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
  text-indent: -9999px;
  background-image: url("images/email_no_spam_olp.jpg");
  background-repeat: no-repeat; 
}
.home_form_olp input.email_olp:-ms-input-placeholder {
  /* IE 10- */
  color: transparent;
  text-indent: -9999px;
  background-image: url("images/email_no_spam_olp.jpg");
  background-repeat: no-repeat; 
}
form .form-control::-webkit-input-placeholder { color:#222; font-family: 'OpenSans';	font-weight:normal; }
form .form-control:-moz-placeholder { color:#222; font-family: 'OpenSans';	font-weight:normal; }
form .form-control::-moz-placeholder { color:#222; font-family: 'OpenSans';	font-weight:normal; }
form .form-control:-ms-input-placeholder { color:#222; font-family: 'OpenSans';	font-weight:normal; }
.home_form_olp .dropdown-menu{
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
}
.home_form_olp .dropdown-toggle .caret {
	vertical-align:middle;
	border-top:0px dashed !important;
	border-top:0px solid\9 !important;
	border-right:0px solid transparent !important;
	border-left:0px solid transparent !important;
	background:url(images/aro_olp.jpg) no-repeat right top;
	width:30px;
	height:32px;
	margin-top: 0 !important;
	right: 0px !important;
	top: 0% !important;
	border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-khtml-border-radius: 0px 6px 6px 0px;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-bottom: 0px dashed !important;
	border-top: 0 none !important;
	content: "";
}
.home_form_olp .bootstrap-select .dropdown-toggle:focus { 
   outline: none !important;
}
.redio_button_olp{
	text-align:left;
}
.redio_button_olp input[type="radio"] {
	display:none;
}
.redio_button_olp input[type="radio"] + label {
	margin-right:5px;
	cursor:pointer;
	padding-right:0px;
	margin-bottom:0px;
	padding-top:0px !important;
	width:48%;
	float:left;
}
.redio_button_olp input[type="radio"] + label:last-child {
	margin-right:0px;
}
.redio_button_olp input[type="radio"] + label p {
	height:34px;
	vertical-align:middle;
	background: #f3f3f3;
	border:1px solid #c4c4c4;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	cursor:pointer;
	text-align:center;
	line-height:30px;
	color:#3d3d3d;
	padding:0px;
	margin:0px;
	font-size:15px;
	font-weight:normal;
	font-family: 'OpenSans';
}
.redio_button_olp input[type="radio"]:checked + label p {
	background: #00467f;
	color:#FFF;
	border:1px solid #00467f;
}
.doyou_currently_trf{
	background:#fffcf0;
	padding:2px 15px 0px;
	margin-right:-10px;
}
.lable_pad_right_olp{
	padding-right:5px !important;
}
.lable_pad_left_olp{
	padding-left:5px !important;
	padding-right:5px !important;
}
.zip_olp{
	padding-top:7px !important;
}
.btn {
    padding: 6px 8px !important;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    padding-left:7px !important;
}
.get_my_quote_not_btn_olp,
.getresource__my_quote_not_btn_olp,
.your_information_is_secure_olp{
    text-align: center;
}
.get_my_quote_not_btn_olp input[type="image"],
.getresource__my_quote_not_btn_olp input[type="image"],
.your_information_is_secure_olp img{
    display: inline-block;
}
.your_information_is_secure_olp{
	padding-top:15px;
}
.by_requesting_billdoard {
    color: #666262;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-family: 'OpenSans';
	padding:15px 15px;
}
/*======================================================== Home Content Start*/
.resource_container_olp{
	padding-top:40px;
}
.resource_container_olp h1{
	text-align:center;
	color:#00608b;
	font-size:27px;
	font-weight:normal;
	font-family: 'open_sanslight';
}
.resource_container_olp h1 strong{
	font-weight:normal;
	font-family: 'OpenSans-Semibold';
}
.resource_container_olp p{
	text-align:center;
	color:#666666;
	font-size:17px;
	font-weight:normal;
	font-family: 'OpenSans';
	padding-top:16px;
}
.resource_box_olp{
	margin-top:30px;
}
.resource_box_1_olp{
	padding-left:0px !important;
	padding-right:5px !important;
}
.resource_box_2_olp,
.resource_box_3_olp{
	padding-left:5px !important;
	padding-right:5px !important;
}
.resource_box_4_olp{
	padding-left:5px !important;
	padding-right:0px !important;
}
.vaiable_box_container_olp{
	padding-top:20px;
}
.vaiable_box_container_olp ul{
	margin-bottom:0px;
}
.vaiable_box_container_olp ul li{
	list-style:none;
	margin-top:30px;
	background:#f2f2f2;
	clear:both;
	min-height:228px;
	padding-right:15px;
}
.vaiable_box_container_olp ul li img{
	float:left;
	margin-right:20px;
}
.vaiable_box_container_olp ul li h2{
	color:#00608b;
	font-size:21px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	padding-top:20px;
}
.vaiable_box_container_olp ul li p{
	color:#535353;
	font-size:17px;
	text-align:left;
	font-family: 'OpenSans';
	font-weight:normal;
	line-height:28px;
	padding-bottom:20px;
}
.vaiable_box_container_olp ul li a{
	color:#0676b6;
	font-size:17px;
	text-align:left;
	font-family: 'OpenSans';
	font-weight:normal;
	text-decoration:underline;
}
.free_line_container_olp{
	background:url(images/home_bttom_banner_olp.jpg) no-repeat bottom #dcdbd9;
	border-top:1px solid #c0bfbd;
	margin-top:40px;
	padding:25px 0px;
}
.age_olp{
	float:right;
	width:150px;
	margin-top:120px;
	margin-right:60px;
}
.age_olp h2{
	color:#333333;
	font-size:17px;
	font-family: 'MyriadPro-BoldIt';
	font-weight:normal;
}
.age_olp p{
	color:#515151;
	font-size:20px;
	font-weight:normal;
	font-family: 'MyriadPro-Cond';
}
.free_plane_box_olp{
	background:#FFF;
	-moz-box-shadow: 3px 3px 5px #bababa;
	-webkit-box-shadow: 3px 3px 5px #bababa;
	box-shadow: 3px 3px 5px #bababa;
	float:right;
	padding:40px 20px;
	width:575px;
}
.free_plane_box_olp h1{
	color:#00608b;
	font-size:33px;
	font-family: 'OpenSans';
	font-weight:normal;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}
.free_plane_box_olp h1 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.free_plane_box_olp h2{
	border-bottom:2px solid #b6b4b4;
	text-align:center;
}
.free_plane_box_olp h2 span{
	color:#494747;
	font-size:25px;
	font-weight:normal;
	font-family: 'OpenSans-BoldItalic';
	background:#FFF;
	padding:5px 15px;
	display:inline-block;
	margin-bottom:-20px;
}
.free_plane_box_olp ul{
	margin-bottom:0px;
}
.free_plane_box_olp ul li{
	list-style:none;
	background:url(images/list_arrow_olp.png) no-repeat left 3px;
	padding-left:22px;
	color:#6b6c6d;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	font-size:16px;
	margin-top:15px;
	width:48%;
	display:inline-block;
}
.free_plane_box_olp ul li strong{
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.get_btn_olp{
	text-align:center;
	padding-top:40px;
}
.get_btn_olp img{
	display:inline-block;
}
/*========================================= Privacy Container Start ================================================*/
.privacy_container_olp{
	background:#f7f5f5;
	padding:30px 15px;
}
.inner_content_olp{
	background:#FFF;
	padding:20px;
}
.inner_content_olp h2{
	color:#00608b;
	font-size:20px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.inner_content_olp h3{
	color:#00608b;
	font-size:16px;
	font-weight:normal;
	font-family: 'OpenSans';
	padding-top:25px;
}
.inner_content_olp p{
	color:#424141;
	font-size:16px;
	font-weight:normal;
	font-family: 'OpenSans';
	padding-top:20px;
}
/*========================================= Resource Container Start ================================================*/
.resource_inner_list_olp{
	margin-bottom:15px;
	background:#FFF;
	min-height:87px;
}
.resource_inner_list_olp h1{
	background:#0c7ca3;
	color:#ffffff;
	font-size:25px;
	font-weight:normal;
	font-family: 'OpenSans';
	text-align:center;
	float:left;
	padding:30px 40px;
	margin-right:20px;
}
.resource_inner_list_olp ul{
	margin-bottom:0px;
}
.resource_inner_list_olp ul li{
	list-style:none;
	background:url(images/resource_li_list_olp.png) no-repeat left 4px;
	padding:5px 0px 5px 30px;
	margin-top:8px;
	width:20%;
	display:inline-block;
}
.resource_inner_list_olp ul li a{
	color:#6b6c6d;
	font-family: 'OpenSans';
	font-weight:normal;
	font-size:16px;
	text-decoration:underline;
}
.resource_inner_list_olp ul li a:hover{
	text-decoration:none;
}
.inner_reso_form_olp{
	padding:30px 15px;
	background:#fff;
	-moz-box-shadow: 0px 0px 7px #bababa;
	-webkit-box-shadow: 0px 0px 7px #bababa;
	box-shadow: 0px 0px 7px #bababa;
}
.inner_reso_form_olp h1{
	font-size:19px;
}
.inner_reso_form_olp h3{
	font-family: 'OpenSans-BoldItalic';
	color:#5d5d5d;
	font-size:19px;
	padding-top:6px;
	border:none;
	position:relative;
	margin-bottom:30px;
}
.inner_arrow_olp{
	position:absolute;
	right:-5px;
	top:33px;
}
/*========================================= Thankyou Note Container Start ================================================*/
.thanks_container_olp{
	padding:7% 15px;
	border-top:3px solid #00467f;
}
.th_box_note_olp{
	max-width:1166px;
	height:auto;
	margin:auto;
	border:2px solid #d5d5d5;
	-moz-box-shadow: 1px 1px 3px #bababa;
	-webkit-box-shadow: 1px 1px 3px #bababa;
	box-shadow: 1px 1px 3px #bababa;
}
.th_man_img_olp{
	padding-top:30px;
	padding-left:20px;
}
.contualion_container_olp{
	height:auto;
	margin:auto;
	padding-top:80px;
}
.contualion_container_olp h1{
	color:#3a3a39;
	font-family: 'OpenSans';
	font-size:17px;
	font-weight:normal;
}
.contualion_container_olp h1 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.contualion_container_olp h1 span{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#549938;
	font-size:21px;
}
.contualion_container_olp h1 img{
	margin-right:10px;
}
.contualion_container_olp h2{
	color:#3a3a39;
	font-size:19px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	padding-top:30px;
}
.contualion_container_olp p{
	color:#3a3a39;
	font-family: 'OpenSans';
	font-size:16px;
	font-weight:normal;
	line-height:18px;
	padding-top:26px;
}
/*================================================ Thankyou Container Start  =============================================*/
.th_note_wrapper_olp {
    max-width: 890px;
    margin: auto;
}
.th_note_container_olp{
	background:#e5e9f0;
}
.th_note_container_olp h1{
	color:#5b5d5e;
	font-size:26px;
	font-family: 'OpenSans';
	font-weight:normal;
	text-align:center;
	background:#fff;
	padding:15px 0px;
}
.th_note_container_olp h1 img{
	vertical-align:text-top;
}
.th_note_container_olp h1 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.th_box_conti_olp{
	text-align:center;
}
.th_box_conti_olp img{
	display:inline-block;
}
.th_box_olp{
	background:url(images/th_bg_olp.jpg) no-repeat left bottom #FFF;
	border:2px solid #c7c9c9;
	padding:15px;
	margin-top:20px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	-khtml-border-radius:12px;
}
.th_details_olp{
	float:right;
	text-align:left;
	width:60%;
}
.th_details_olp h2{
	color:#4c4b4c;
	font-size:16px;
	font-weight:normal;
	padding-top:25px;
	font-family: 'OpenSans-Bold';
}
.th_details_olp p{
	color:#4c4b4c;
	font-size:16px;
	font-weight:normal;
	padding-top:15px;
	font-family: 'OpenSans';
	padding-bottom:0px;
	border-bottom:none;
}
.th_details_olp p:first-child{
	padding-top:0px;
}
.th_details_olp p strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.state_details_box_olp{
	border:2px solid #cecece;
	margin-top:10px;
	background:#f7f7f7;
}
.state_map_olp{
	float:left;
	background:#FFF;
	border-right:2px solid #cecece;
}
.th_det_olp{
	float:left;
	padding:14px;
}
.th_det_olp p{
	padding-top:2px;
	font-size:15px;
}
.th_det_olp p:first-child{
	padding-top:0px;
}
/*========================================= Thankyou Update Container Start ================================================*/
.th_updated_wrapper_container{
	max-width:980px;
	padding:30px 0px;
	margin:auto;
	height:auto;
}
.th_updated_container{
	height:auto;
	background:#FFF;
	padding:30px 20px;
}
.criteria_container_olp{
	border:2px solid #1c326b;
	background:#FFF;
	box-shadow: 0px 0px 2px #8a8a8a;
	-moz-box-shadow: 0px 0px 2px #8a8a8a;
	-webkit-box-shadow: 0px 0px 2px #8a8a8a;
}
.criteria_title_olp{
	background:#1c326b;
	color:#ffffff;
	font-size:16px;
	font-family: 'RalewayRegular';
	font-weight:normal;
	padding:5px 0px 10px;
	text-align:center;
}
.criteria_title_olp strong{
	font-family: 'ralewaybold';
	font-weight:normal;
}
.criteria_title_olp span{
	padding-left:10px;
	padding-right:10px;
}
.criteria_content_box_olp{
	background:#ffffff;
	padding:15px;
	text-align:center;
}
.congra_olp h1{
	color:#8a7c6c;
	font-size:23px;
	font-weight:normal;
	font-family: 'OpenSans';
	padding-bottom:0px;
	padding-top:10px;
}
.congra_olp h1 strong{
	color:#685f56;
	font-family: 'OpenSans-Bold';
}
.congra_olp h1 img{
	vertical-align:middle;
}
.congra_olp h2{
	font-size:29px;
	color:#8eba1f;
	font-family: 'OpenSans-Bold';
	padding-bottom:0px;
}
.congra_olp h3{
	color:#424042;
	font-size:15px;
	font-weight:normal;
	font-family: 'OpenSans-Italic';
	padding-top:25px;
	text-align:left;
	padding-left:60px;
}
.congra_olp h3 strong{
	font-family: 'OpenSans-BoldItalic';
	font-weight:normal;
}
.top_match_critria_olp{
	float:left;
	margin-left:50px;
}
.average_savings_olp{
	padding:10px 0px;
}
.average_savings_olp ul{
	margin-bottom:0px;
}
.average_savings_olp ul li{
	list-style:none;
	color:#605f60;
	font-size:17px;
	font-weight:normal;
	font-family: 'OpenSans';
	background:url(images/li_dor_olp.jpg) no-repeat left top 8px;
	padding-left:20px;
	margin-top:10px;
	display:inline-block;
	width:45%;
	text-align:left;
}
.average_savings_olp ul li strong{
	color:#685f56;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.consumar_box_olp{
	padding-top:30px;
}
.consumar_box_olp h1{
	color:#606060;
	font-size:17.4px;
	font-weight:normal;
	font-family: 'OpenSans';
	text-align:left;
	line-height:30px;
}
.consumar_box_olp h1 strong{
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.consumar_box_olp h1 span{
	color:#074376;
	font-size:20px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.gerber_box_container_olp{
	text-align:center;
}
.gerber_box_container_olp img{
	display:inline-block;
}
.gerber_box_olp{
	border:3px solid #112133;
	background:#f8fcff;
}
.gerver_left_box_olp{
	float:left;
	width:50%;
	padding:15px;
}
.gerver_left_box_olp h1{
	background:none;
	color:#23507a;
	font-size:24px;
	font-weight:normal;
	font-family: 'OpenSans';
	padding:0px;
}
.gerver_left_box_olp h1 strong{
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.gerver_left_box_olp h2{
	color:#b53872;
	font-size:19px;
	font-family: 'OpenSans-Italic';
	padding-top:15px;
	padding-bottom:25px;
}
.gerver_left_box_olp h2 strong{
	font-family: 'OpenSans-BoldItalic';
}
.gerver_left_box_olp p{
	color:#323333;
	font-size:18px;
	font-family: 'OpenSans-Italic';
	padding-top:30px;
}
.gerver_left_box_olp p img{
	float:right;
}
.guaranteed_olp{
	border-top:1px solid #c4d0dd;
	border-bottom:1px solid #c4d0dd;
	padding:15px 0px;
}
.guaranteed_olp img{
	float:left;
	margin-right:5px;
}
.guaranteed_olp ul{
	margin-bottom:0px;
	float:left;
}
.guaranteed_olp ul li{
	list-style:none;
	color:#2d4c7a;
	font-family: 'OpenSans';
	font-size:16px;
	font-weight:normal;
	background:url(images/geber_dot_olp.png) no-repeat left 10px;
	margin-left:10px;
	text-align:left;
	padding-left:20px;
	margin-top:8px;
}
.guaranteed_olp ul li strong{
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.gerber_right_form_olp{
	background:url(images/gerber_side_bg_olp.jpg) repeat-y left #FFF;
	float:right;
	width:50%;
	padding:30px 15px 15px;
}
.gerber_right_form_olp label{
	color:#23507a;
	font-size:15px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.bootstrap-select > .dropdown-toggle,
.bootstrap-select.btn-group .dropdown-menu,
.gerber_right_form_olp input[type="text"],
.gerber_right_form_olp input[type="tel"],
.gerber_right_form_olp input[type="email"]{
	border:1px solid #c4c4c4;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	font-size: 14px !important;
}
.receive_quote_btn_olp{
	text-align:center;
}
.receive_quote_btn_olp input[type="image"]{
	display:inline-block;
	outline:none;
}
.geber_pad_olp{
	padding:0px !important;
}
.gerber_thankyou_page_olp{
	min-height:300px;
}
.gerber_thankyou_page_olp h1{
	color:#23507a;
	font-size:24px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	padding-bottom:20px;
	padding-top:30px;
}
.gerber_thankyou_page_olp h1 img{
	vertical-align:middle;
}
.gerber_thankyou_page_olp h2{
	color:#2d4c7a;
	font-weight:normal;
	font-family: 'OpenSans';
	font-size:18px;
	border-top:2px solid #f2f2f2;
	border-bottom:2px solid #f2f2f2;
	padding:20px 0px;
	line-height:26px;
}
.gerber_thankyou_page_olp h2 strong{
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
/*========================================= Footer Container Start ================================================*/
.footer_container_olp{
	padding:10px 10px 15px;
}
.footer_logo_olp{
	padding:10px 0px 0px;
	text-align:center;
}
.footer_logo_olp img{
	display:inline-block;
}
.footer_container_olp p,
.footer_container_olp p a{
	color:#222;
	font-size:13px;
	font-weight:normal;
	font-family: 'OpenSans';
	text-align:center;
	text-decoration:none;
	padding-top:10px;
}
.footer_container_olp p a{
	text-decoration:underline;
}
.clear{
	clear:both;
}
