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;
	background:#eff5f8 !important;
}
@font-face {
	font-family: 'Roboto-Light';
	src: url('font/Roboto-Light.eot?#iefix') format('embedded-opentype'),
	     url('font/Roboto-Light.woff') format('woff'),
		 url('font/Roboto-Light.ttf') format('truetype'),
		 url('font/Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
	     url('font/Roboto-Regular.woff') format('woff'),
		 url('font/Roboto-Regular.ttf') format('truetype'),
		 url('font/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Italic';
	src: url('font/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
	     url('font/Roboto-Italic.woff') format('woff'),
		 url('font/Roboto-Italic.ttf') format('truetype'),
		 url('font/Roboto-Italic.svg#Roboto-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/Roboto-Bold.woff') format('woff'),
		 url('font/Roboto-Bold.ttf') format('truetype'),
		 url('font/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-BoldItalic';
	src: url('font/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
	     url('font/Roboto-BoldItalic.woff') format('woff'),
		 url('font/Roboto-BoldItalic.ttf') format('truetype'),
		 url('font/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCE-Roman';
	src: url('font/HelveticaNeueCE-Roman.eot?#iefix') format('embedded-opentype'),
	     url('font/HelveticaNeueCE-Roman.woff') format('woff'),
		 url('font/HelveticaNeueCE-Roman.ttf') format('truetype'),
		 url('font/HelveticaNeueCE-Roman.svg#HelveticaNeueCE-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCE-Italic';
	src: url('font/HelveticaNeueCE-Italic.eot?#iefix') format('embedded-opentype'),
	     url('font/HelveticaNeueCE-Italic.woff') format('woff'),
		 url('font/HelveticaNeueCE-Italic.ttf') format('truetype'),
		 url('font/HelveticaNeueCE-Italic.svg#HelveticaNeueCE-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCE-Bold';
	src: url('font/HelveticaNeueCE-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/HelveticaNeueCE-Bold.woff') format('woff'),
		 url('font/HelveticaNeueCE-Bold.ttf') format('truetype'),
		 url('font/HelveticaNeueCE-Bold.svg#HelveticaNeueCE-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCE-BoldItalic';
	src: url('font/HelveticaNeueCE-BoldItalic.eot?#iefix') format('embedded-opentype'),
	     url('font/HelveticaNeueCE-BoldItalic.woff') format('woff'),
		 url('font/HelveticaNeueCE-BoldItalic.ttf') format('truetype'),
		 url('font/HelveticaNeueCE-BoldItalic.svg#HelveticaNeueCE-BoldItalic') 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_csg{
	max-width:1140px;
	height:auto;
	margin:auto;
}
/*============================================ Header Start ============================================*/
.header_container_csg{
	background:#FFF;
	padding:15px 15px 27px;
}
.logo_csg{
	float:left;
	padding-top:12px;
}
.header_nav_text_csg{
	float:right;
	text-align:right;
}
.advertorial_csg{
	color:#4d4e4f;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.advertorial_csg img{
	margin-right:10px;
}
.advertorial_updated_csg{
	color:#4d4e4f;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	border-bottom:2px solid #f1f0f0;
	padding-bottom:13px;
}
/*=============================== Navigation*/ 
.menu_but_csg{
	float:right;
}
.navbar-toggle{
	margin:0px !important;
}
.navigation_csg{
	padding-top:30px;
	padding-right:0px !important
}
.navigation_csg ul{
	margin-bottom:0px;
}
.navigation_csg ul li{
	list-style:none;
	color:#7a7a7a;
	display:inline-block;
	padding:0px 10px;
	line-height:16px;
}
.navigation_csg ul li a{
	color:#7a7a7a;
	font-size:19px;
	font-family: 'Roboto-Light';
	font-weight:normal;
}
.navigation_csg ul li a:hover,
.navigation_csg ul li a:focus{
	color:#8c1003;
	text-decoration:none;
}
/*============================================ Body Container Start ============================================*/
.body_container_csg{
	background:url(images/header_shadow_csg.png) repeat-x top;
}
.body_box_csg{
	background:url(images/header_shadow_csg.png) repeat-x top #FFF;
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ededed;
	max-width:1140px;
	height:auto;
	margin:auto;
	padding-bottom:50px;
}
.body_left_csg{
	padding-top:30px;
}
.body_left_csg h1{
	color:#8c1003;
	font-size:31px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
}
.body_left_csg h6{
	color:#7c7a7a;
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	padding-top:10px;
	border-bottom:1px solid #e4e3e3;
	padding-bottom:20px;
}
.body_left_csg hr{
	display:block;
	background-color:#f1f1f1;
	height:2px;
	margin:10px 0px 0px;
}
.content_csg{
}
.content_csg img{
	float:left;
	margin-right:20px;
	margin-top:15px;
}
.date_csg{
	padding-top:15px;
	color:#404142;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.content_csg h1{
	color:#124e82;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	padding-top:20px;
}
.content_csg h2{
	background:#fffff5;
	padding:15px;
	border-left:2px solid #365975;
	color:#365975;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:15px;
}
.content_csg p{
	color:#353535;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:15px;
}
.content_csg p em{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}
.content_csg p a{
	color:#3399da;
	text-decoration:underline;
}
.content_csg p a:hover{
	color:#3399da;
	text-decoration:none;
}
.call_right_csg{
	padding:10px;
}
.call_right_csg h1,
.call_right_csg h1 a,
.call_right_csg h1 a:hover,
.call_right_csg h1 a:focus{
	color:#cc2c27;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
.call_right_csg h1 img{
	float:none;
	margin-top:0px;
	margin-right:10px;
}
.call_right_csg p{
	padding-top:5px;
}
.enter_zip_container_csg{
	max-width:600px;
	margin:auto;
	margin-top:20px;
	background:#f3f6f9;
	padding:25px 20px 30px;
}
.enter_zip_container_csg label{
	color:#21336b;
	font-size:17px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
}
.enter_zip_container_csg input[type="text"],
.enter_zip_container_csg input[type="tel"],
.enter_zip_container_csg input[type="email"]{
	color:#636566;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border:1px solid #b5b5b7;
}
.padd_zip_none_csg{
	padding:0px !important;
	padding-right:3px !important;
}
.padd_btn_none_csg{
	padding:0px !important;
	padding-left:3px !important;
}
.enter_zip_container_csg input[type="image"]{
	display:inline-block;
}
.enter_zip_container_csg img{
	float:none;
	margin:auto;
	display:inline-block;
}
.map_container_csg{
	margin-top:30px;
}
#map_base{
	height:auto !important;
}
.map_popup_container{
	margin-top:30px;
	background:url(images/map_popup_bg_csg.jpg) no-repeat left top;
	padding:50px 0px 80px;
}
.map_popup_container h1{
	color:#3a5898;
	text-align:center;
	font-size:29px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	padding-top:25px;
}
.map_popup_container h2{
	color:#000000;
	font-size:26px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	text-align:center;
	background:none;
	border:none;
	padding:15px 0px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.map_popup_container h2 strong{
	font-weight:normal;
	font-family: 'Roboto-Bold';
}
.check_discount_csg{
	max-width:666px;
	margin:auto;
	margin-top:20px;
	padding:25px 10px 30px;
}
.check_discount_csg label{
	color:#21336b;
	font-size:17px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
}
.check_discount_csg input[type="text"],
.check_discount_csg input[type="tel"],
.check_discount_csg input[type="email"]{
	color:#636566;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	height:42px !important;
	border:1px solid #b5b5b7;
}
/*============================================ Transition Page*/
.transition_contai_csg{
	display:none;
	background:#FFF;
	text-align:center;
}
.transition_contai_csg h1{
	color:#1fb351;
	font-size:28px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	padding:15px 5px 10px;
	text-transform:uppercase;
	border-bottom:1px solid #c9daf1;
	padding-bottom:10px;
}
.transition_contai_csg h2{
	color:#4d4b4c;
	font-size:21px;
	text-align:left;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	padding:15px 5px 15px;
	line-height:30px;
	max-width:515px;
	margin:auto;
}
.transition_contai_csg h2 strong{
	font-weight:normal;
	font-family: 'Roboto-Bold';
	color:#2591ce;
	text-decoration:underline;
}
.transition_contai_csg h2 img{
	margin-right:15px;
	float:left;
}
.transition_contai_csg h3{
	color:#146394;
	font-size:21px;
	font-family: 'Roboto-Regular';
	font-weight:normal;
	padding:15px 5px 20px;
}
.transition_contai_csg h3 strong{
	font-weight:normal;
	font-family: 'Roboto-Bold';
	text-decoration:underline;
}
.fancybox-inner{height:auto !important;}

/*--------------------- XXXXX ---------------------*/
.body_right_csg{
	padding-top:36px;
}
/*============================================ Fotm Start ============================================*/
.form_container_csg{
	border:2px solid #8fa2b6;
	background:#FFF;
	box-shadow: 1px 1px 3px #a2a4a9;
	-moz-box-shadow: 1px 1px 3px #a2a4a9;
	-webkit-box-shadow: 1px 1px 3px #a2a4a9;
}
.form_container_csg h1{
	color:#fff;
	font-size:33px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	text-align:center;
	background:#124e82;
	padding:10px 5px 5px;
}
.form_container_csg h2{
	font-weight:normal;
	font-family: 'Roboto-Bold';
	text-align:center;
	color:#124e82;
	font-size:33px;
	padding:5px;
}
.form_container_csg h3{
	font-weight:normal;
	font-family: 'Roboto-Bold';
	text-align:center;
	color:#FFF;
	font-size:26px;
	background:#124e82;
	padding:0px 5px 10px 5px;
}
.lowest_logos_csg{
	padding:10px 5px 0px;
	text-align:center;
}
.lowest_logos_csg img{
	display:inline-block;
}
.form_box_csg{
	background:#f3f6f9;
	margin:10px;
}
.form_box_csg h1{
	padding:0px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	text-align:center;
	color:#ed3044;
	background:none;
	font-size:22px;
	padding-top:10px;
}
.form_box_csg p{
	color:#4b4c4c;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	font-family: 'Roboto-Regular';
	padding-top:10px;
}
.form_csg{
	padding:10px;
}
.form_csg label{
	color:#4c4f51;
	font-size:20px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
}
.form_csg input[type="text"],
.form_csg input[type="tel"],
.form_csg input[type="email"]{
	border-color:#bdbfc2;
	border-width:2px;
	color:#636566;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
}
.form_radio_button_csg{
	text-align:left;
}
.form_radio_button_csg input[type="radio"] {
	display:none;
}
.form_radio_button_csg input[type="radio"] + label {
	margin-right:5px;
	cursor:pointer;
	padding-right:0px;
	margin-bottom:0px;
	padding-top:0px !important;
	width:48%;
	float:left;
}
.form_radio_button_csg input[type="radio"] + label p {
	height:44px;
	vertical-align:middle;
	background: #efefef;
	border:1px solid #6d6e72;
	cursor:pointer;
	text-align:center;
	line-height:42px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-khtml-border-radius:3px;
	color:#6d6e72;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:19px;
	font-weight:normal;
    font-family: 'Roboto-Regular';
	padding-top:0px;
}
.form_radio_button_csg input[type="radio"]:checked + label p {
	background: #124e82;
	color:#FFF;
	border:2px solid #124e82;
}
.new_citystatezip_csg{
	background:#e9f5fb;
	color:#666666;
	font-size:18px;
	font-family: 'Roboto-Regular';
	font-style:normal;
	border:2px solid #919191;
}
.new_citystatezip_csg span{
	font-size:13px;
	line-height:24px;
}
.werespect_csg{
	color:#0093ed;
	font-size:13px;
	padding-top:5px;
	font-family: 'Roboto-Regular';
	font-weight:normal;
}
.padlright_csg{
	padding-left:0px !important;
	padding-right:10px !important;
}
.padnone_csg{
	padding-left:0px !important;
	padding-right:0px !important;
}
.edit_csg{
	background:#82a94a;
	padding:3px 20px;
	font-size:15px;
	color:#FFF;
}
.addvehickes_csg{
	text-align:right;
}
.form_getrates_botton_csg{
	text-align:center;
}
.form_getrates_botton_csg input[type="image"]{
	display:inline-block;
}
.example_savings_csg{
	padding-top:20px;
}
.example_savings_csg h1{
	text-align:center;
	color:#8c1003;
	font-size:21px;
	padding:10px;
	font-family: 'Roboto-Regular';
	font-weight:normal;
	border-bottom:1px solid #ebeaea;
	border-top:1px solid #ebeaea;
}
.example_savings_csg h3{
	color:#353535;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding-top:20px;
	line-height:23px;
	max-width:262px;
	margin:auto;
}
.example_savings_csg h3 img{
	margin-bottom:15px;
}
.example_savings_csg ul{
	padding-top:20px;
}
.example_savings_csg ul li{
	list-style:none;
	width:32%;
	display:inline-block;
	padding-top:10px;
}
@media (max-width:479px) {
	.example_savings_csg ul li{
		width:48%;
	}
}
.example_savings_csg ul li a{
	list-style:none;
	background:url(images/sdision_arrow_csg.jpg) no-repeat left 2px;
	color:#124e82;
	font-size:14px;
	font-family: 'Roboto-Regular';
	text-decoration:underline;
	padding-left:15px;
}
.ex_img_csg{
	float:right;
	margin-left:10px;
}
.example_savings_csg p{
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	max-width:262px;
	margin:auto;
}
.vehicle_csg{
	text-align:center;
	border-bottom:1px solid #ebeaea;
	padding-bottom:10px;
}
.vehicle_csg img{
	display:inline-block;
	margin-top:10px;
}
/*============================================ New Pop BOX =========================================*/
.modal-content{
	border:3px solid #3a5898 !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-khtml-border-radius:0px !important;
}
.modal-dialog{
	width:820px !important;
}
.modal-header{
	border-bottom:none !important;
	padding:20px 10px !important;
}
.modal-body{
	padding:10px 10px 20px 10px !important;
}
.pop_logos_csg{
	padding-bottom:20px;
	text-align:center;
}
.pop_logos_csg img{
	display:inline-block;
}
.question_answer_box_csg{
	background:#f5f6fa;
	padding:5px 20px;
}
.question_answer_box_csg img{
	float:left;
	margin-right:15px;
	margin-top:5px;
}
.question_answer_box_csg p{
	color:#ee5a29;
	font-size:20px;
	font-family: 'Roboto-Regular';
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
}
.question_answer_box_csg p strong{
	color:#3f3f3f;
	font-size:20px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
}
.find_which_csg{
	padding-top:20px;
	color:#282828;
	font-size:20px;
	font-family: 'Roboto-Regular';
	font-weight:normal;
	border-bottom:2px solid #e9e9e9;
	padding-bottom:10px;
}
.pop_form_csg{
	padding-top:30px;
}
.pop_form_csg label{
	color:#4c4f51;
	font-size:20px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
}
.pop_form_csg input[type="text"],
.pop_form_csg input[type="tel"],
.pop_form_csg input[type="email"]{
	border-color:#5c5d5e;
	border-width:2px;
	color:#636566;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	height:45px;
}
.input-lg > .dropdown-toggle{
	height:46px;
}
.pop_form_csg .bootstrap-select > .dropdown-toggle,
.pop_form_csg .bootstrap-select.btn-group > .disabled,
.form_csg .bootstrap-select > .dropdown-toggle,
.form_csg .bootstrap-select.btn-group > .disabled{
	border-color:#5c5d5e;
	border-width:2px;
	background: #fff;
	font-size:16px;
	color:#636566;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
}
.form_csg .bootstrap-select > .dropdown-toggle,
.form_csg .bootstrap-select.btn-group > .disabled{
	border-color:#cececf;
	border-width:2px;
}
.date_padlft_csg{
	padding-left:0px !important;
	padding-right:5px !important;
}
.date_padmid_csg{
	padding-left:5px !important;
	padding-right:5px !important;
}
.date_padrt_csg{
	padding-left:5px !important;
	padding-right:0px !important;
}
.pop_arrow_csg{
	padding-left:0px !important;
	padding-right:0px !important;
}
.pop_arrow_csg img{
	margin-top:-3px;
}
.pop_radio_button_csg{
	text-align:left;
}
.pop_radio_button_csg input[type="radio"] {
	display:none;
}
.pop_radio_button_csg input[type="radio"] + label {
	margin-right:5px;
	cursor:pointer;
	padding-right:0px;
	margin-bottom:0px;
	padding-top:0px !important;
	width:48%;
	float:left;
}
.pop_radio_button_csg input[type="radio"] + label p {
	height:46px;
	vertical-align:middle;
	background: #f4f4f4;
	border:2px solid #5c5d5e;
	cursor:pointer;
	text-align:center;
	line-height:42px;
	color:#8a878b;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:19px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	padding-top:0px;
	text-transform:uppercase;
}
.pop_radio_button_csg input[type="radio"]:checked + label p {
	background: #9cabcb;
	color:#FFF;
	border:2px solid #9cabcb;
}
.divopen {
	display: none;
}
.poplabel_pad_csg{
	padding-right:5px !important;
}
.popfild_pad_csg{
	padding-left:5px !important;
}
/*============================================= Thankyou Page Start ============================================*/
.congra_conti_csg{
	float:left;
	margin-top:10px;
}
.congra_conti_csg h1{
	color:#2c658c;
	font-size:31px;
	font-family: 'Roboto-Bold';
	font-weight:normal;
}
.congra_conti_csg h2{
	color:#5b5b5b;
	font-size:23px;
	font-family: 'Roboto-Regular';
	font-weight:normal;
	padding-top:10px;
}
.location_box_csg{
	float:right;
	border:2px solid #e0e4e8;
	padding:7px;
	width:32%;
	margin-top:10px;
}
.location_box_csg p{
	padding-left:20px;
	color:#365975;
	font-size:16px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:2px;
}
.location_map_csg{
	float:left;
	border-right:2px solid #e0e4e8;
	padding:11px;
	margin-right:12px;
}
.thankyou_container_csg{
	padding:40px 15px;
}
.th_please_click_csg{
	background:#2c658c;
	padding:15px;
	border-top:6px solid #9fcee5;
	text-align:center;
	position:relative;
}
.th_arrow_csg{
	position:absolute;
    right: 48px;
    top: -25px;
}
.th_please_click_csg h2{
	color:#fff;
	font-size:19px;
	font-family: 'Roboto-Bold';
	font-weight:normal;
}
.th_please_click_csg p{
	color:#ffffff;
	font-size:17px;
	padding-top:10px;
	font-family: 'Roboto-Italic';
}
.thanks_fst_box_csg{
	padding:20px 15px;
	background:#fffff6;
	border-bottom:1px solid #CCC;
}
.thanks_reg_box_csg{
	padding:20px 15px;
	background:#fff;
	border-bottom:1px solid #CCC;
}
.star_csg{
	text-align:center;
	float:left;
	padding-top:26px;
	width:26px;
	height:25px;
	color:#222;
	font-size:22px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
}
.thanks_fst_logo_csg{
	background:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
	border:1px solid #eaeae9;
	-moz-box-shadow: 1px 3px 1px #c2c2ba;
	-webkit-box-shadow: 1px 3px 1px #c2c2ba;
	box-shadow:1px 3px 1px #c2c2ba;
	float:left;
	margin-left:15px;
	width:14%;
}
.thanks_featured_logo_csg{
	text-align:center;
}
.thanks_featured_logo_csg table{
	height:82px;
}
.thanks_featured_logo_csg img{
	display:inline-block;
}
.thanks_fst_logo_csg h3{
	background:#fefdb2;
	color:#222;
	font-size:15px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	padding:4px;
	text-align:center;
	border-top:1px solid #c2c2ba;
}
.thanks_dis_csg{
	float:left;
	margin-left:20px;
}
.thanks_dis_csg h1{
	color:#456587;
	font-size:19px;
	font-family: 'Roboto-Bold';
	font-weight:normal;
	padding-bottom:7px;
	padding-top:10px;
}
.thanks_dis_csg p{
	color:#222;
	font-size:15px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
}
.thanks_dis_csg ul{
	margin-bottom:0px;
}
.thanks_dis_csg ul li{
	color:#222;
	font-size:15px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	margin-left:20px;
	list-style:square;
}
.get_quote_btn_csg{
	float:right;
	text-align:center;
	padding-top:10px;
}
.get_quote_btn_csg img{
	display:inline-block;
}
.th_footer_container{
	text-align:center;
	background:#FFF;
	padding:15px 15px 35px;
}
/*============================================= Footer Start ============================================*/
.right_map_desigm_csg{
}
.right_map_pos_csg{
	position:inherit !important;
}
#mapwrapper svg{
	height:auto !important;
}
.right_map_desigm_csg h1{
	background:#eef3f6;
	color:#124e82;
	font-size:25px;
	font-family: 'Roboto-Bold';
	font-weight:normal;
}
.right_map_desigm_csg h3{
	background:#eef3f6;
	color:#404142;
	font-size:19px;
	font-family: 'Roboto-Italic';
	position:relative;
}
img.arrow_csg{
	position:absolute;
    right: -30px;
    top: -18px;
}
.map_demo_csg{
	text-align:center;
	padding-top:10px;
	position:relative;
}
.map_demo_csg img{
	display:inline-block;
}
/*============================================= Footer Start ============================================*/
.footer_container_csg{
	background:#efefef;
	padding:15px;
	text-align:center;
}
.footer_navi_csg{
	padding-top:20px;
	color:#8a8a8a;
	font-size:14px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
}
.footer_navi_csg a{
	color:#7c7c7c;
	font-size:14px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	padding-left:10px;
	padding-right:10px;
}
.footer_container_csg h2{
	padding-top:15px;
	color:#7c7c7c;
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
}
.footer_container_csg p{
	padding-top:15px;
	color:#7c7c7c;
	font-size:11px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	line-height:15px;
	line-height:14px;
}
.copy_csg{
	padding-top:47px;
	padding-bottom:58px;
	color:#7c7c7c;
	font-size:13px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	line-height:15px;
}
.clear{
	clear:both;
}
/*==================================================== Css Update 2017-05-04*/
.home_up_bg_csg{
	background:#FFF !important;
}
.advertorial_new_csg{
	background:#f2f2f2;
	color:#4d4e4f;
	font-size:14px;
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Roman';
	text-align:center;
	padding:7px;
}
.health_insu_editor_csg{
	float:right;
	text-align:center;
	padding-top:13px;
}
.health_insu_editor_csg img{
	display:inline-block;
}
.body_box_update_csg{
	max-width:1140px;
	height:auto;
	margin:auto;
	padding-bottom:50px;
}
.body_left_pad_csg{
	padding-left:0px !important;
}
.body_right_pad_csg{
	padding-right:0px !important;
}
.body_left_update_csg{
	padding-top:38px;
}
.body_left_update_csg h1{
	color:#3a5897;
	font-size:31px;
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Roman';
}
.body_left_update_csg h1 strong{
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Bold';
}
.body_left_update_csg h2{
	color:#2d2b2a;
	font-size:31px;
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Bold';
}
.body_left_update_csg h6{
	color:#7c7a7a;
	font-size:16px;
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Bold';
	padding-top:10px;
	border-bottom:1px solid #e4e3e3;
	padding-bottom:20px;
}
.body_left_update_csg hr{
	display:block;
	background-color:#f1f1f1;
	height:2px;
	margin:10px 0px 0px;
}
.content_update_csg img{
	float:left;
	margin-right:20px;
	margin-top:15px;
}
.content_update_csg h3{
	color:#124e81;
	font-size:17px;
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Roman';
	padding-top:15px;
}
.content_update_csg h3 strong{
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Bold';
}
.content_update_csg p{
	color:#353535;
	font-size:17px;
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Roman';
	padding-top:15px;
}
.content_update_csg p em{
	font-family: 'HelveticaNeueCE-Italic';
}
.content_update_csg p strong{
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Bold';
}
.content_update_csg p a{
	color:#3399da;
	text-decoration:underline;
}
.content_update_csg p a:hover{
	color:#3399da;
	text-decoration:none;
}
.enter_zip_container_update_csg{
	margin:auto;
	margin-top:20px;
	background:#e6f9fc;
	padding:20px 30px;
	-moz-box-shadow: 2px 3px 3px #c2c2ba;
	-webkit-box-shadow: 2px 3px 3px #c2c2ba;
	box-shadow:2px 3px 3px #c2c2ba;
	margin-bottom:20px;
}
.enter_zip_container_update_csg h2{
	color:#343435;
	font-size:17px;
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Roman';
	line-height:22px;
	padding-bottom:20px;
}
.enter_zip_container_update_csg h2 strong{
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Bold';
}
.enter_zip_container_update_csg label{
	color:#124e81;
	font-size:17px;
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Bold';
}
.enter_zip_container_update_csg input[type="text"],
.enter_zip_container_update_csg input[type="tel"],
.enter_zip_container_update_csg input[type="email"]{
	color:#636566;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border:1px solid #b5b5b7;
}
.enter_zip_container_update_csg img{
	margin:auto;
}
.health_innovators_csg{
	border:2px solid #124e81;
	background:#d7f2f9;
}
.health_innovators_csg h2{
	color:#fff;
	font-size:17.36px;
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Roman';
	background:#124e81;
	padding:17px 10px;
	text-align:center;
}
.health_innovators_csg h2 strong{
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Bold';
}
.fifty_plans_csg{
	background:#FFF;
	text-align:center;
	padding:10px;
}
.fifty_plans_csg img{
	display:inline-block;
}
.health_plans_form_csg{
	padding:10px;
}
.health_plans_form_csg label{
	text-align:center;
	display:block;
	color:#124e81;
	font-size:25.87px;
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Roman';
	padding:15px 0px;
}
.health_plans_form_csg label strong{
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Bold';
}
.health_plans_form_csg input[type="text"],
.health_plans_form_csg input[type="tel"]{
	color:#aeacaf;
	font-size:31.35px;
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Roman';
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border:2px solid #b5b5b7;
	text-align:center;
	height:60px !important;
}
.health_plans_form_csg button[type="button"]{
	background:#27a9e3;
	border:2px solid #fff;
	-moz-box-shadow: 2px 3px 3px #c2c2ba;
	-webkit-box-shadow: 2px 3px 3px #c2c2ba;
	box-shadow:2px 3px 3px #c2c2ba;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	font-size:32.33px;
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Bold';
}
.example_savings_update_csg{
	padding-top:35px;
	border-bottom:1px solid #ebeaea;
	padding-bottom:20px;
}
.example_savings_update_csg h1{
	text-align:center;
	color:#3a5897;
	font-size:26px;
	padding:10px;
	font-family: 'HelveticaNeueCE-Roman';
	font-weight:normal;
	border-bottom:1px solid #ebeaea;
	border-top:1px solid #ebeaea;
}
.eximg_csg{
	text-align:center;
	padding:15px 0px;
	border-bottom:1px solid #eae9e9;
}
.eximg_csg img{
	display:inline-block;
}
.ex_test_csg{
	color:#353535;
	font-size:15px;
	font-family: 'HelveticaNeueCE-Italic';
	padding-top:12px;
	max-width:262px;
	margin:auto;
	text-align:justify;
}
.ex_test_csg strong{
	font-family: 'HelveticaNeueCE-BoldItalic';
	font-weight:normal;
}
.ex_test_csg p{
	padding-top:10px;
	font-family: 'HelveticaNeueCE-Roman';
	font-weight:normal;
	font-size:15px;
	color:#000000;
}
.map_update_csg{
	border:1px solid #f8f8f8;
}
.map_header_csg{
	background:#3a5897;
	border-bottom:6px solid #6b8ac1;
	padding:20px 12px 15px;
	text-align:center;
}
.map_header_csg h1{
	color:#ffffff;
	font-size:23.94px;
	font-weight:normal;
	font-family: 'HelveticaNeueCE-Bold';
}
.map_header_csg h3{
	font-family: 'HelveticaNeueCE-Italic';
	font-style:normal;
	color:#FFF;
	font-size:18.83px;
	padding-top:6px;
}
.map_up_box_csg{
	text-align:center;
}
.map_up_box_csg img{
	display:inline-block;
}
/*================================================ Css Update 2017-07-31*/
.content_csg h2{
	background:#fffff5;
	padding:15px;
	border-left:2px solid #365975;
	color:#365975;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:15px;
}