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-face {
	font-family: 'Raleway-Light';
	src: url('font/Raleway-Light.eot?#iefix') format('embedded-opentype'),
	     url('font/Raleway-Light.woff') format('woff'),
		 url('font/Raleway-Light.ttf') format('truetype'),
		 url('font/Raleway-Light.svg#Raleway-Light') 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: 'RalewaySemiBold';
    src: url('font/raleway-semibold.eot');
    src: url('font/raleway-semibold.eot') format('embedded-opentype'),
         url('font/raleway-semibold.woff2') format('woff2'),
         url('font/raleway-semibold.woff') format('woff'),
         url('font/raleway-semibold.ttf') format('truetype'),
         url('font/raleway-semibold.svg#RalewaySemiBold') 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: '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-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;
}
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;
	margin:auto;
}
.wrapper_container_sn {
	max-width:1020px;
	height:auto;
	margin:auto;
}
/*============================================ Header Start ============================================*/
.header_container_sn {
	background:url(images/top_bar_sn.jpg) repeat-x top;
	padding:35px 10px 20px 10px;
}
.logo_sn {
	float:left;
}
.logo_sn img {
	display:inline-block;
}
.speak_navigation_conti_sn {
	float:right;
}
.speak_navigation_conti_sn h1{
	color:#444444;
	font-size:17px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	line-height:28px;
}
.speak_navigation_conti_sn h1 strong,
.speak_navigation_conti_sn h1 strong a,
.speak_navigation_conti_sn h1 strong a:hover,
.speak_navigation_conti_sn h1 strong a:focus{
	color:#0d6294;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	text-decoration:none;
	outline:none;
	padding-left:10px;
}
/*========================== Navigation*/
.menu_but_sn{
	float:right;
	border:none!important;
	min-height:inherit !important;
	margin-bottom:0px;
}
.navigation_sn{
	float:right;
	padding:15px 0px 0px !important;
}
.navigation_sn ul{
	margin-bottom:0px;
}
.navigation_sn ul li{
	list-style:none;
	display:inline-block;
}
.navigation_sn ul li a{
	font-family: 'RalewayRegular';
	color:#444444;
	font-size:14px;
	text-decoration:none;
	padding-left:17px;
	padding-right:19px;
	border-right:1px solid #444444;
}
.navigation_sn ul li a strong{
	font-size:15px;
}
.navigation_sn ul li a:hover{
	text-decoration:underline;
	color:#0d6294;
}
.navigation_sn ul li:first-child a{
	padding-left:0px;
}
.navigation_sn ul li:last-child a{
	padding-right:0px;
	border-right:none;
}
/*============================================== Banner Page */
.banner_container_sn {
	background:url(images/banner_bg_sn.jpg) no-repeat center top;
}
.banner_shadow_sn{
	background:url(images/header_bg_sn.png) repeat-x top;
	padding-top:40px;
}
.banner_man_sn{
	float:left;
	margin-left:-80px;
}
.banner_form_sn{
	float:right;
	width:63%;
}
.banner_form_sn h1{
	color:#515151;
	font-size:28px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	padding-top:26px;
}
.banner_form_sn h1 strong{
	font-family: 'ralewaybold';
	font-weight:normal;
}
.banner_form_sn h2{
	color:#0d6294;
	font-size:28px;
	font-weight:normal;
	font-family: 'ralewaybold';
	padding:30px 0px 30px;
}
.get_match_form_sn{
	position:relative;
}
.get_match_arrow_sn{
    left: -73px;
    position: absolute;
    top: -32px;
}
.get_match_form_sn ul{
	margin-bottom:30px;
	clear:both;
}
.get_match_form_sn ul li{
	list-style:none;
	display:inline-block;
	margin-right:4px;
	margin-top:7px;
}
.get_match_form_sn ul li a{
	padding:12px 21px;
	color:#4b4c4c;
	font-size:15px;
	font-weight:normal;
	font-family: 'ralewaybold';
	border:1px solid #4b4c4c;
	background:#FFF;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.453);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.45);
}
.get_match_form_sn ul li a:hover{
	text-decoration:none;
	border:1px solid #FFF;
	background:#0d6294;
	color:#fff;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.453);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.45);
}
.get_match_form_sn ul li a span{
	display:inline-block;
	margin-right:3px;
}
.get_match_form_sn ul li:nth-child(1) a span{
	background:url(images/auto_img_icon_sn.png) no-repeat;
	width:30px;
	height:15px;
	vertical-align:text-top;
}
.get_match_form_sn ul li:nth-child(1) a:hover span{
	background:url(images/auto_img_icon_hov_sn.png) no-repeat;
}
.get_match_form_sn ul li:nth-child(2) a span{
	background:url(images/health_img_icon_sn.png) no-repeat;
	width:25px;
	height:20px;
	vertical-align:text-top;
}
.get_match_form_sn ul li:nth-child(2) a:hover span{
	background:url(images/health_img_icon_hov_sn.png) no-repeat;
}
.get_match_form_sn ul li:nth-child(3) a span{
	background:url(images/home_img_icon_sn.png) no-repeat;
	width:25px;
	height:24px;
	vertical-align:bottom;
}
.get_match_form_sn ul li:nth-child(3) a:hover span{
	background:url(images/home_img_icon_hov_sn.png) no-repeat;
}
.get_match_form_sn ul li:nth-child(4) a span{
	background:url(images/life_img_icon_sn.png) no-repeat;
	width:25px;
	height:25px;
	vertical-align:bottom;
}
.get_match_form_sn ul li:nth-child(4) a:hover span{
	background:url(images/life_img_icon_hov_sn.png) no-repeat;
}
.get_match_form_sn ul li:nth-child(5) a span{
	background:url(images/medicare_img_icon_sn.png) no-repeat;
	width:24px;
	height:25px;
	vertical-align:bottom;
}
.get_match_form_sn ul li:nth-child(5) a:hover span{
	background:url(images/medicare_img_icon_hov_sn.png) no-repeat;
}
.get_match_form_sn ul li a.active{
	text-decoration:none;
	border:1px solid #FFF;
	background:#0d6294;
	color:#fff;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.453);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.45);
}
.get_match_form_sn ul li:nth-child(1) a.active span{
	background:url(images/auto_img_icon_hov_sn.png) no-repeat;
}
.get_match_form_sn ul li:nth-child(2) a.active span{
	background:url(images/health_img_icon_hov_sn.png) no-repeat;
}
.get_match_form_sn ul li:nth-child(3) a.active span{
	background:url(images/home_img_icon_hov_sn.png) no-repeat;
}
.get_match_form_sn ul li:nth-child(4) a.active span{
	background:url(images/life_img_icon_hov_sn.png) no-repeat;
}
.get_match_form_sn ul li:nth-child(5) a.active span{
	background:url(images/medicare_img_icon_hov_sn.png) no-repeat;
}
.get_match_form_sn input[type="text"],
.get_match_form_sn input[type="tel"],
.get_match_form_sn input[type="email"] {
	color:#222;
	font-size:20px;
	font-weight:normal;
	font-family: 'ralewaybold';
	border-color:#8c9296;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	height:55px !important;
}
.get_match_form_sn input[type="text"]::-moz-placeholder,
.get_match_form_sn input[type="tel"]::-moz-placeholder,
.get_match_form_sn input[type="email"]::-moz-placeholder {
    color: #969696;
}
.padd_zip_none_sn {
	padding:0px 5px 0px 0px !important;
}
.padd_btn_none_sn {
	padding:0px 0px 0px 5px !important;
}
.get_match_form_sn button[type="submit"] {
	color:#FFF;
	font-size:26px;
	font-weight:normal;
	font-family: 'ralewaybold';
	line-height:17px;
	height:55px !important;
	background:#80b13f;
	border-color:#FFF;
	border:2px solid #FFF;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.453);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
}
.get_match_form_sn button[type="submit"].focus,
.get_match_form_sn button[type="submit"]:focus,
.get_match_form_sn button[type="submit"]:hover{
	color:#fff;
	background-color:#0d6294;
	border-color:#fff
}
/*============================================== Home Content */
.why_conpare_here_conti_sn{
	background:#0d6294;
	padding-bottom:30px;
}
.why_should_box_sn{
	background:url(images/why_should_bg_sn.jpg) repeat-x bottom #FFF;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.453);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
	padding-bottom:5px;
	min-height:182px;
	margin-top:30px;
}
.why_should_box_sn h1{
	color:#444444;
	font-size:22px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	text-align:center;
	padding:15px 10px 10px 10px;
}
.why_should_box_sn ul{
	margin-bottom:0px;
	padding-top:10px;
}
.why_should_box_sn ul li{
	color:#444444;
	font-size:13px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	list-style:disc;
	padding-top:10px;
	margin-left:30px;
}
.readmore_btn_sn{
	text-align:center;
	padding-top:20px;
}
.compare_logos_sn{
	text-align:center;
	padding:10px;
}
.compare_logos_sn img{
	display:inline-block;
}
.resource_center_container_sn{
	padding-top:65px;
	padding-bottom:25px;
}
.resource_center_container_sn h1{
	color:#0d6294;
	font-size:37px;
	text-align:center;
	font-family: 'ralewaybold';
	font-weight:normal;
}
.resource_center_container_sn h3{
	color:#646566;
	font-size:23px;
	font-weight:normal;
	font-family: 'Raleway-Light';
	text-align:center;
	padding-top:7px;
	padding-bottom:45px;
	border-bottom:1px solid #dcdcdc;
}
.resource_center_container_sn h3 strong{
	font-weight:normal;
	font-family: 'RalewaySemiBold';
}
.resource_box_sn{
	margin-top:30px;
}
.resource_img_sn,
.resource_dis_sn{
    display: table-cell;
    vertical-align: top;
}
.resource_dis_sn{
	padding-left:20px;
}
.resource_dis_sn h1{
	color:#0d6294;
	font-size:23px;
	text-align:left;
	font-family: 'ralewaybold';
	font-weight:normal;
}
.resource_dis_sn p{
	color:#727272;
	font-size:15px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	padding-top:10px;
	line-height:19px;
}
.learnmore_sn{
	padding-top:12px;
}
.learnmore_sn a{
	color:#484749;
	font-size:18px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	text-decoration:none;
}
.learnmore_sn a:hover{
	color:#0d6294;
	text-decoration:none;
}
.by_comparing_sn{
	padding-bottom:30px;
	border-top:1px solid #dcdcdc;
}
.get_free_sn{
	margin-top:74px;
	float:left;
}
.by_comparing_rates_sn{
	float:right;
	width:60%;
	padding-top:30px;
}
.by_comparing_rates_sn h1{
	color:#515151;
	font-size:29px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	padding-bottom:20px;
}
.by_comparing_rates_sn h1 strong{
	font-family: 'ralewaybold';
	font-weight:normal;
}
.by_comparing_rates_sn .dropdown-toggle,
.by_comparing_form_sn .dropdown-toggle{
	height:55px;
	border-color:#747474;
	color:#494949;
	font-size:18px;
	font-family: 'ralewaybold';
	font-weight:normal;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #e0e1e1 100%);
	background: -webkit-linear-gradient(top,  #fff 0%,#e0e1e1 100%);
	background: linear-gradient(to bottom,  #fff 0%,#e0e1e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e0e1e1',GradientType=0 );
}
.by_comparing_rates_sn .bootstrap-select,
.by_comparing_form_sn .bootstrap-select{
	height:55px;
}
.by_comparing_rates_sn .dropdown-menu,
.by_comparing_form_sn .dropdown-menu{
	color:#494949;
	font-size:18px;
	font-weight:normal;
	font-family: 'ralewaybold';
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
}
.bootstrap-select.btn-group .dropdown-menu li{
	padding-top:0px;
}
.by_comparing_rates_sn .dropdown-toggle .caret,
.by_comparing_form_sn .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/select_arrow_sn.png) no-repeat right top;
	width:19px;
	height:11px;
	margin-top: 0 !important;
	right: 9px !important;
	top: 39% !important;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-bottom: 0px dashed !important;
	border-top: 0 none !important;
	content: "";
}
.by_comparing_rates_sn input[type="text"],
.by_comparing_rates_sn input[type="tel"],
.by_comparing_rates_sn input[type="email"],
.by_comparing_form_sn input[type="text"],
.by_comparing_form_sn input[type="tel"],
.by_comparing_form_sn input[type="email"]{
	color:#222;
	font-size:20px;
	font-weight:normal;
	font-family: 'ralewaybold';
	border-color:#8c9296;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	height:55px !important;
}
.by_comparing_rates_sn input[type="text"]::-moz-placeholder,
.by_comparing_rates_sn input[type="tel"]::-moz-placeholder,
.by_comparing_rates_sn input[type="email"]::-moz-placeholder,
.by_comparing_form_sn input[type="text"]::-moz-placeholder,
.by_comparing_form_sn input[type="tel"]::-moz-placeholder,
.by_comparing_form_sn input[type="email"]::-moz-placeholder {
    color: #969696;
}
.by_comparing_rates_sn button[type="submit"],
.by_comparing_form_sn button[type="submit"]{
	color:#FFF;
	font-size:26px;
	font-weight:normal;
	font-family: 'ralewaybold';
	line-height:17px;
	height:55px !important;
	background:#80b13f;
	border-color:#FFF;
	border:2px solid #FFF;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.453);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
}
.by_comparing_rates_sn button[type="submit"].focus,
.by_comparing_rates_sn button[type="submit"]:focus,
.by_comparing_rates_sn button[type="submit"]:hover{
	color:#fff;
	background-color:#0d6294;
	border-color:#fff
}
/*========================================== Inner Pages Start ==========================================*/
.inner_pages_container_sn{
	background:url(images/inner_pages_sn.jpg) repeat-x top;
}
.inner_container_sn {
	max-width:1060px;
	height:auto;
	margin:auto;
}
.inner_pages_banner_sn{
	float:left;
	width:36%;
}
.inner_pages_box_sn{
	background:#FFF;
	float:left;
	width:64%;
	padding:20px;
}
.inner_pages_box_sn h1,
.inner_pages_content_sn h1,
.resources_pages_content_sn h1{
	color:#0d6294;
	font-size:25px;
	font-weight:normal;
	font-family: 'ralewaybold';
}
.inner_pages_content_sn h1{
	border-bottom:1px solid #dcdcdc;
	padding-bottom:6px;
}
.inner_pages_content_sn h2,
.resources_pages_content_sn h2{
	color:#0d6294;
	font-size:19px;
	font-weight:normal;
	font-family: 'ralewaybold';
	padding-top:25px;
}
.inner_pages_box_sn p,
.inner_pages_content_sn p,
.resources_pages_content_sn p{
	color:#727272;
	font-size:17px;
	font-family: 'RalewayRegular';
	font-weight:normal;
	padding-top:15px;
}
/*--------------------- Contact Form!!*/
.contact_form_sn{
	padding-top:20px;
}
.contact_form_sn h3{
	color:#656666;
	font-size:16px;
	font-weight:normal;
	font-family: 'OpenSans-Italic';
	padding-bottom:15px;
}
.contact_form_sn label{
	color:#656666;
	font-size:17px;
	font-family: 'RalewayRegular';
	padding-top: 5 !important;
}
.contact_form_sn input[type="text"],
.contact_form_sn input[type="tel"],
.contact_form_sn input[type="email"],
.contact_form_sn textarea,
.contact_form_sn select{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	border-color:#0d6294;
	border-width:1px;
}
.ph_first_sn{
	padding-left:0px !important;
	padding-right:5px !important
}
.ph_last_sn{
	padding:0px !important;
}
.start_btn_bottom_btn_sn{
	display:inline-block;
	margin-left:30px;
}
.start_btn_bottom_btn_is input[type="image"]{
	display:inline-block;
	vertical-align:middle;
}
.contact_submit_btn_sn button{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.453);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
	border:1px solid #FFF;
}
.contact_select_sn{
	float:none;
	width:auto;
}
/*--------------------- Resources Page!!*/
.resource_cen_box_sn{
}
.resource_cen_box_sn h1{
	color:#0d6294;
	font-size:30px;
	font-weight:normal;
	font-family: 'Raleway-Light';
}
.resource_cen_box_sn h1 strong{
	font-family: 'ralewaybold';
	font-weight:normal;
}
.resource_boxs_sn{
	padding:20px 0px;
	border-bottom:2px solid #ededed;
}
li.nbs-flexisel-item p{
	text-align:left !important;
	padding-left:50px;
	padding-top:5px;
}
.resource_pages_content_sn{
	padding-top:30px;
}
.free_insurance_quote_box_conti_sn{
	border:1px solid #acadaf;
}
.free_insurance_quote_box_conti_sn h1{
	background:#094c72;
	font-size:26px;
	color:#FFF;
	font-family: 'ralewaybold';
	font-weight:normal;
	padding:15px;
	text-align:center;
}
.by_comparing_form_sn{
	padding:15px;
	background:#0d6294;
	position:relative;
}
.resource_arrow_sn{
	position:absolute;
	right:-50px;
	top:20px;
}
.by_comparing_form_sn h2{
	font-size:24px;
	color:#FFF;
	font-family: 'RalewayRegular';
	font-weight:normal;
	padding-bottom:27px;
}
.by_comparing_form_sn h2 strong{
	font-family: 'ralewaybold';
	font-weight:normal;
}
.instantly_compare_sn{
	padding:15px;
	text-align:center;
}
.instantly_compare_sn h2{
	font-size:23px;
	color:#494949;
	font-family: 'RalewayRegular';
	font-weight:normal;
	border-bottom:2px solid #f3f3f3;
	padding-bottom:20px;
}
.instantly_compare_sn img{
	display:inline-block;
	margin-top:20px;
}
/*===================================================== Quote Page!!*/
.quote_form_container_sn{
}
.quote_form_container_sn h1{
	color:#494949;
	font-size:32px;
	font-family: 'RalewayRegular';
	font-weight:normal;
	text-align:center;
}
.quote_form_container_sn h1 strong{
	font-family: 'ralewaybold';
	font-weight:normal;
}
.quote_top_logos_sn{
	padding-top:20px;
	text-align:center;
}
.quote_bottom_logos_sn{
	margin-top:30px;
	text-align:center;
	background:#FFF;
	padding:10px 0px;
}
.quote_top_logos_sn img,
.quote_bottom_logos_sn img{
	margin:10px 30px;
}
.quote_form_box_sn{
	margin-top:20px;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.453);
	box-shadow:2px 2px 2px rgba(0, 0, 0, 0.45);
	border:1px solid #ececec;
	background:#FFF;
	padding:20px 10px 40px 10px;
}
.step_bar_sn {
}
.step_bornp_sn {
	padding-right:2px !important;
}
.step_bar_sn ul {
	margin-bottom:0px;
}
.step_bar_sn ul li {
	list-style:none;
	float:left;
	color:#86b1cc;
	font-size:18px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	width:25%;
	background:url(images/step_bg_sn.jpg) repeat-x top;
	line-height:62px;
}
.step_bar_three_sn ul li {
	width:33%;
}
.step_bar_sn ul li:last-child{
	background:url(images/list_right_bg_sn.jpg) no-repeat right top;
}
.step_bar_sn ul li span {
	background:url(images/list_li_sn.png) no-repeat;
	width:63px;
	height:62px;
	display:inline-block;
	text-align:center;
	color:#ced2d5;
	margin-right:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:60px;
	position:relative;
}
.step_bar_sn ul li span em {
	font-style:normal;
}
.step_bar_sn ul li:first-child span {
	margin-left:-11px;
}
.step_bar_sn ul li.active{
	color:#fff;
	font-weight:normal;
    font-family: 'RalewaySemiBold';
}
.step_bar_sn ul li.active span {
	background:url(images/list_li_active_sn.png) no-repeat;
	float:left;
	color:#fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.step_bar_sn ul li.complete {
	font-weight:normal;
    font-family: 'RalewaySemiBold';
	color:#d4f484;
}
.step_bar_sn ul li.complete span {
	background:url(images/list_li_complete_sn.png) no-repeat;
	float:left;
	height:63px;
}
.step_bar_sn ul li.complete em {
	display:none;
}
/*----------- XXX -----------*/
.step_form_box_sn {
	text-align:left;
	padding:0px 60px;
}
.step_form_box_sn hr{
	border-color:#d1d9db;
}
.step_form_box_sn h1{
	color:#0d6299;
	font-size:21px;
	font-weight:normal;
	font-family: 'OpenSans-Italic';
	text-align:left;
	position:relative;
	padding-left:15px;
	padding-top:20px;
	padding-bottom:20px;
}
.step_form_box_sn h1 strong{
	font-weight:normal;
	font-family: 'OpenSans-BoldItalic';
}
.quote_arrow_sn {
    left: -64px;
    position: absolute;
    top: 18px;
}
.step_form_box_sn label {
	color:#666666;
	font-size:20px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	line-height:32px;
}
.step_form_box_sn label span {
	font-size:18px;
}
.step_form_box_sn label em {
	color:#0f2940;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:15px;
}
.step_form_box_sn input[type="text"],
.step_form_box_sn input[type="tel"],
.step_form_box_sn input[type="email"] {
	border-color:#9c9e9f;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	height:58px;
	font-family: 'RalewayRegular';
	font-style:normal;
	font-size:21px;
}
.homerenters_btn_sn{
}
.homerenters_btn_sn a{
	display:block;
	text-decoration:none;
	color:#676667;
	font-size:21px;
	font-weight:normal;
	font-family: 'ralewaybold';
	height:58px;
	border:1px solid #c1bfbf;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #e0e1e1 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #e0e1e1 100%);
	background: linear-gradient(to bottom, #fff 0%, #e0e1e1 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e0e1e1', GradientType=0 );
	text-align:center;
	line-height:54px;
}
.homerenters_btn_sn a:hover{
	text-decoration:none;
	color:#fff;
	font-size:21px;
	background:#0d6294;
}
.city_zip_box_sn{
	background:#eaf6fd;
	border-color:#9c9e9f;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	height:58px !important;
	line-height:37px !important;
	color:#4d5052 !important;
	padding:10px !important;
}
.city_zip_box_sn span{
	font-size:13px;
	color:#4d5052 !important;
}
.step_form_radio_button_sn {
	text-align:left;
}
.step_form_radio_button_sn input[type="radio"] {
	display:none;
}
.step_form_radio_button_sn input[type="radio"] + label {
	margin-right:5px;
	cursor:pointer;
	padding-right:0px;
	margin-bottom:0px;
	padding-top:0px !important;
	width:49%;
	float:left;
}
.step_form_radio_button_sn input[type="radio"] + label:last-child {
	margin-right:0px;
}
.step_form_radio_button_sn input[type="radio"] + label p {
	height:58px;
	vertical-align:middle;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #e0e1e1 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #e0e1e1 100%);
	background: linear-gradient(to bottom, #fff 0%, #e0e1e1 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e0e1e1', GradientType=0 );
	border:1px solid #9c9e9f;
	cursor:pointer;
	text-align:center;
	line-height:56px;
	color:#565555;
	padding:0px;
	margin:0px;
	font-size:21px;
	font-weight:normal;
	font-family: 'RalewayRegular';
}
.step_form_radio_button_sn input[type="radio"]:checked + label p {
	background: #1b75bc;
	color:#FFF;
	border:1px solid #1b75bc;
}
.step_form_box_sn .dropdown-toggle {
	height:58px;
	border-color:#c1bfbf;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #e0e1e1 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #e0e1e1 100%);
	background: linear-gradient(to bottom, #fff 0%, #e0e1e1 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e0e1e1', GradientType=0 );
	color:#4c4f51;
	font-size:18px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
}
.step_form_box_sn .bootstrap-select {
	height:58px;
}
.step_form_box_sn .dropdown-menu {
	color:#4c4f51;
	font-size:16px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
}
.step_form_box_sn .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_sn.png) no-repeat right top;
	width:26px;
	height:43px;
	margin-top: 0 !important;
	right: 12px !important;
	top: 12% !important;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-bottom: 0px dashed !important;
	border-top: 0 none !important;
	content: "";
}
.padlright_sn {
	padding-left:0px !important;
	padding-right:5px !important;
}
.padnoneaip_sn {
	padding-left:0px !important;
	padding-right:0px !important;
}
.padcity_sn {
	padding-right:5px !important;
}
.additional_box_sn {
	padding-top:15px;
}
.additional_padd_sn {
	padding-top:12px;
}
.continue_btn_sn{
	margin-top:20px;
	text-align:center;
}
.continue_btn_sn input[type="image"]{
	display:inline-block;
}
.yourin_secure_sn {
	text-align:center;
	padding-top:10px;
}
.yourin_secure_sn img {
	display:inline-block;
}
.bysubmiting_update_sn {
	color: #838383;
	font-weight:normal;
	font-family: 'RalewayRegular';
	font-size: 13px;
	padding-top: 20px;
	text-align: left;
}





/*--------------------- Thankyou Page!!*/
.thankyou_container_sn{
	background:url(images/thankyou_bg_sn.jpg) no-repeat center top;
	padding-bottom:40px;
}
.thankyou_box_sn{
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.453);
	box-shadow:2px 2px 2px rgba(0, 0, 0, 0.45);
	border:1px solid #ececec;
	background:#FFF;
	padding:20px;
}
.thankyou_box_inner_sn{
	border:2px solid #ececec;
	padding:20px 20px 0px;
}
.thankyou_man_sn{
	padding-top:20px;
}
.thankyou_dis_sn{
	padding-top:90px;
}
.thankyou_dis_sn h3{
	color:#676667;
	font-size:21px;
	padding-top:30px;
	font-family: 'RalewayRegular';
	font-weight:normal;
}
/*--------------------- Thankyou Listing Page!!*/
.congra_conti_sn{
	float:right;
}
.congra_conti_sn span{
	font-family: 'ralewaybold';
	font-weight:normal;
}
.congra_conti_sn img{
	float:left;
	margin-right:-8px;
	z-index:9;
	position:relative;
}
.congra_conti_sn p{
	float:left;
	background:#0d6299;
	font-size:16px;
	-moz-border-radius: 0px 70px 70px 0px;
	-webkit-border-radius: 0px 70px 70px 0px;
	border-radius: 0px 70px 70px 0px;
	-khtml-border-radius: 0px 70px 70px 0px;
	color:#fff;
	font-size:16px;
	font-family: 'RalewayRegular';
	font-weight:normal;
	padding:8px 15px;
	margin-top:12px;
	z-index:0;
}
.thankyou_listing_box_sn{
	padding-top:20px;
}
.thankyou_listing_box_sn h2{
	color:#3a3a39;
	font-size:18px;
	font-family: 'RalewayRegular';
	font-weight:normal;
	text-align:center;
	padding-bottom:20px;
	position:relative;
}
.th_arrow_sn{
    position: absolute;
    right: 8px;
    top: -25px;
}
.thankyou_listing_box_sn h2 strong{
	font-family: 'ralewaybold';
	font-weight:normal;
	color:#0e6fa5;
}
.thanks_box_container_sn{
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow:2px 2px 2px rgba(0, 0, 0, 0.25);
	border:1px solid #ececec;
	background:#FFF;
	padding:20px;
}
.thankyou_first_box{
	border:4px solid #82bc3f;
	background:url(images/star_con_sn.png) no-repeat left top #fffff5;
	padding:20px 0px;
}
.thankyou_logo_frts_sn{
	-moz-border-radius: 20px 0px 20px 20px;
	-webkit-border-radius: 20px 0px 20px 20px;
	border-radius: 20px 0px 20px 20px;
	-khtml-border-radius: 20px 0px 20px 20px;
	background:#FFF;
	padding:20px;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.25);
	margin:13px 0px;
}
.lg_bor_sn{
	border-right:1px solid #cccccc;
}
.thankyou_lis_sn h2{
	color:#0580d7;
	font-size:18px;
	font-family: 'ralewaybold';
	font-weight:normal;
	text-align:left;
	padding-bottom:1px;
}
.thankyou_lis_sn ul{
	margin-bottom:0px;
}
.thankyou_lis_sn ul li{
	color:#3a3a39;
	font-size:14px;
	font-family: 'RalewayRegular';
	padding-top:5px;
	margin-left:15px;
}
.thankyou_lis_sn p{
	color:#3a3a39;
	font-size:14px;
	font-family: 'RalewayRegular';
	padding-top:5px;
}
.thankyou_button_sn{
	margin-top:20px;
}
.thankyou_regu_box{
	margin-top:20px;
	border:1px solid #999999;
	padding:20px 0px;
}
.thankyou_logo_sn{
	text-align:center;
	background:#FFF;
	padding:20px;
}
.thankyou_logo_sn img{
	display:inline-block;
}
/*========================================== Footer Start ==========================================*/
.footer_container_sn {
	margin-top:20px;
	padding:15px 10px;
	text-align:center;
	color:#565757;
	font-size:14px;
	font-family: 'RalewayRegular';
	font-weight:normal;
}
.footer_container_sn p {
	padding-top:10px;
	font-family: 'RalewayRegular';
	font-size:13px;
	color:#8c8c8c;
	font-weight:normal;
}
.footer_logo_sn {
	text-align:center;
	padding-bottom:10px;	
	border-top:1px solid #dcdcdc;
	padding-top:30px;
}
.footer_logo_sn img {
	display:inline-block;
}
.footer_navi_sn {
	padding-top:10px;
	font-family: 'ralewaybold';
	font-weight:normal;
	font-size:17px;
}
.footer_navi_sn a {
	color:#444444;
	font-size:15px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	padding-left:15px;
	padding-right:15px;
}
.clear {
	clear:both;
}
