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: 'Glyphicons Halflings';
	src: url('font/glyphicons-halflings-regular.eot');
	src: url('font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
	     url('font/glyphicons-halflings-regular.woff2') format('woff2'),
		 url('font/glyphicons-halflings-regular.woff') format('woff'),
		 url('font/glyphicons-halflings-regular.ttf') format('truetype'),
		 url('font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@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: '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-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;
}
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_snp{
	max-width:1195px;
	height:auto;
	margin:auto;
}
/*============================================ Header Start ============================================*/
.header_container_snp{
	padding:20px 10px;
}
.logo_snp,
.home_logo_snp{
	float:left;
}
.logo_snp img,
.home_logo_snp img{
	display:inline-block;
}
.michigan_auto_snp{
	float:left;
	width:41%;
	color:#499fd5;
	font-size:18px;
	font-family: 'OpenSans-Italic';
	font-style:normal;
	text-align:center;
	padding-top:12px;
}
.speak_navigation_conti_snp{
	float:right;
}
.speak_navigation_conti_snp ul li h1,
.speak_navigation_conti_snp ul li h1 a,
.speak_navigation_conti_snp ul li h1 a:hover,
.speak_navigation_conti_snp ul li h1 a:focus{
	color:#266486;
	font-size:23px;
	font-weight:normal;
    font-family: 'ralewaybold';
	line-height:28px;
}
/*========================== Navigation*/
.menu_but_snp{
	float:right;
	border:none!important;
	min-height:inherit !important;
	margin-bottom:0px;
}
.navigation_snp{
	float:right;
	padding:15px 0px 0px !important;
}
.navigation_snp ul{
	margin-bottom:0px;
}
.navigation_snp ul li{
	list-style:none;
	display:inline-block;
}
.navigation_snp 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_snp ul li a strong{
	font-size:15px;
}
.navigation_snp ul li a:hover{
	text-decoration:underline;
	color:#0d6294;
}
.navigation_snp ul li:nth-child(3) a{
	border-right:none;
}
/*============================================== Banner Page */
.home_banner_wrapper_snp{
	background:url(images/banner_snp_mi.jpg) no-repeat center top;
	padding-bottom:25px;
	text-align:center;
}
.banner_container_snp{
	text-align:center;
}
.banner_container_snp img{
	display:inline-block;
}
.zip_box_container_snp{
	max-width:700px;
	height:auto;
	margin:auto;
	padding-top:30px;
	position:relative;
}
.home_arrow_snp{
	position:absolute;
    left: -37px;
    top: 88px;
}
.zip_box_con_snp{
	background:url(images/blue_bg_ssnp.png) repeat;
	padding:20px 0px 10px;
}
.zip_box_con_snp h1{
	color:#fff;
	font-size:36px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	text-align:left;
	padding:0px 15px 15px 40px;
}
.zip_box_con_snp h1 img{
	float:left;
	margin-right:15px;
}
.padd_zip_none_snp{
	float:left;
	width:51%;
	padding-left:40px;
}
.padd_btn_none_snp{
	float:left;
	padding-left:15px;
	width:44%;
}
.zip_box_container_snp input[type="text"],
.zip_box_container_snp input[type="tel"],
.zip_box_container_snp input[type="email"] {
	/*background:url(images/zipcode_snp_mi.jpg) no-repeat 15px #FFF;
	padding:0px 0px 0px 127px;*/
	color:#222;
	font-size:23px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-color:#8c9296;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	height:57px !important;
	border:none;
}
.zip_box_container_snp input[type="tel"]::-webkit-input-placeholder {color:#b0aeb1;}
.zip_box_container_snp input[type="tel"]:-moz-placeholder { /* Firefox 18- */color:#b0aeb1;}
.zip_box_container_snp input[type="tel"]::-moz-placeholder {  /* Firefox 19+ */color:#b0aeb1;}
.zip_box_container_snp input[type="tel"]:-ms-input-placeholder {  color:#b0aeb1;}
.compare_discount_box_snp{
	background:#FFF;
	padding:15px;
	padding-bottom:5px;
	text-align:center;
}
.we_do_the_snp{
	border-bottom:1px solid #b3b3b3;
	margin-bottom:10px;
}
.we_do_the_snp ul{
	margin-bottom:0px;
}
.we_do_the_snp ul li{
	list-style:none;
	display:inline-block;
	width:47%;
	text-align:left;
	color:#212223;
	font-size:15px;
	font-family: 'OpenSans';
	margin-bottom:10px;
}
.we_do_the_snp ul li img{
	margin:auto;
	vertical-align:-2px;
	margin-right:3px;
}
.compare_discount_box_snp h2{
	color:#181919;
	font-size:14px;
	font-family: 'OpenSans';
	font-style:normal;
	text-align:center;
}
.compare_discount_box_snp h2 strong{
	font-family: 'OpenSans-BoldItalic';
	font-style:normal;
}
.compare_discount_box_snp img{
	margin:10px;
}
.average_rates_mini_snp{
	background:#bac8ce;
	border-top:1px solid #d0d9dd;
	border-bottom:5px solid #90a4ad;
	padding:7px;
	color:#4c585e;
	font-size:17px;
	font-weight:normal;
	font-family: 'OpenSans';
}
.average_rates_mini_snp img{
	margin-left:10px;
	margin-right:10px;
}
.average_rates_mini_snp em{
	color:#000;
	font-family: 'OpenSans-BoldItalic';
	font-style:normal;
}
.average_rates_mini_snp strong{
	color:#4c585e;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.average_left_mini_snp{
	float:left;
	padding-right:10px;
}
.average_right_mini_snp{
	float:left;
	width:84%
}
/*============================================ Home Content Start =======================*/
.home_content_container_snp{
	padding:30px 0px;
}
.home_left_part_snp{
}
.social_box_snp{
	padding-top:10px;
}
.home_img_snp{
	float:left;
	margin-right:15px;
}
.content_snp h1{
	color:#232323;
	font-size:24px;
	padding-top:15px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.content_snp h2{
	color:#232323;
	font-size:24px;
	padding-top:15px;
	font-weight:normal;
	font-family: 'OpenSans';
}
.content_snp h3{
	color:#636060;
	font-size:16px;
	padding-top:10px;
	font-weight:normal;
	font-family: 'OpenSans';
}
.content_snp h3 em{
	font-family: 'OpenSans-Italic';
	font-style:normal;
}
.content_snp p{
	color:#636060;
	font-size:16px;
	padding-top:15px;
	font-weight:normal;
	font-family: 'OpenSans';
}
.content_snp p strong{
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.content_snp ul{
	padding-top:20px;
}
.content_snp ul li{
	color:#636060;
	font-size:16px;
	padding-top:1px;
	font-weight:normal;
	font-family: 'OpenSans';
	margin-left:40px;
	list-style:none;
}
.get_quote_inner_box_snp{
	padding-top:40px;
}
.get_quote_inner_box_snp h1{
	color:#0389c8;
	font-size:24px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	padding-top:20px;
	padding-bottom:20px;
}
.get_quote_inner_box_snp label{
	color:#232323;
	font-size:18px;
	font-weight:normal;
	font-family: 'OpenSans';
}
.get_quote_inner_box_snp label strong{
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.get_quote_inner_box_snp input[type="text"],
.get_quote_inner_box_snp input[type="tel"],
.get_quote_inner_box_snp input[type="email"] {
	color:#222;
	font-size:20px;
	font-weight:normal;
	font-family: 'ralewaybold';
	border-color:#0389c8;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	height:50px !important;
}
.get_quote_inner_box_snp input[type="text"]::-moz-placeholder,
.get_quote_inner_box_snp input[type="tel"]::-moz-placeholder,
.get_quote_inner_box_snp input[type="email"]::-moz-placeholder {
    color: #969696;
}
.padd_zip_inn_snp{
	padding-left:0px !important;
	padding-right:5px !important;
}
.padd_btn_inn_snp{
	padding-left:5px !important;
	padding-right:0px !important;
}
.home_right_part_snp{
}
.testi_moni_box_snp{
	color:#636060;
	font-size:16px;
	font-family: 'OpenSans-Italic';
	font-style:normal;
	line-height:25px;
}
.testi_moni_box_snp strong{
	font-family: 'OpenSans-BoldItalic';
	font-style:normal;
}
.testi_moni_box_snp p{
	color:#0389c8;
	font-size:16px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	padding-top:10px;
}
.testi_moni_box_snp p em{
	font-family: 'OpenSans-Italic';
}
.testi_pic_snp{
	display:table-cell;
	padding-right:15px;
}
.testi_d_snp{
	display:table-cell;
	vertical-align:middle;
}
.lqc_arrow_snp{
	vertical-align:2px;
}
.left_bor_snp{
}
.resource_box_snp{
	padding-top:20px;
	padding-bottom:10px;
}
.resource_box_snp h1{
	color:#232323;
	font-size:19px;
	font-weight:normal;
	font-family: 'OpenSans';
}
.resource_box_snp ul{
	margin-bottom:0px;
}
.resource_box_snp ul li{
	list-style:none;
	background:url(images/li_list_snp.png) no-repeat left 6px;
	padding-left:30px;
	margin-top:10px;
}
.resource_box_snp ul li a{
	color:#636060;
	font-size:16px;
	font-weight:normal;
	font-family: 'OpenSans';
	text-decoration:underline;
}
.resource_box_snp ul li a:hover,
.resource_box_snp ul li a:focus{
	text-decoration:none;
	outline:none;
}
.average_car_insurance_box_container_snp{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #f4f4f4;
}
.average_car_insurance_box_container_snp h1{
	color:#232323;
	font-size:23px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.city_box_snp{
	margin-top:15px;
	background:#f9f9f9;
	padding:15px 15px;
}
.city_box_snp p{
	color:#000000;
	font-size:13px;
	font-family: 'OpenSans-Italic';
	padding-top:5px;
}
.city_b_snp{
	width:9%;
	float:left;
	color:#636060;
	font-size:25px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	padding:0px;
	margin:0px;
	line-height:19px;
}
.city_k_snp{
	float:left;
	width:13%;
	color:#636060;
	font-size:16px;
	font-weight:normal;
	font-family: 'OpenSans';
	text-align:center;
	background:url(images/k_bor_snp.jpg) repeat-y center bottom;
	padding-bottom:15px;
}
.city_k_snp span{
	background:#f9f9f9;
}
.city_llb_snp{
	float:left;
	width:9%;
	height:10px;
	background:url(images/k_bor_snp.jpg) repeat-y center bottom;
}
.city_in_snp{
	float:left;
	width:13%;
	height:10px;
	background:url(images/k_bor_snp.jpg) repeat-y center bottom;
}
.city_progress{
    height: 38px;
	padding:5px 0px;
    overflow: hidden;
    background-color: #fff;
}
.city_progress .progress-bar{
	line-height:26px;
	padding:0px 5px;
	background:#309ed2;
	color:#FFF;
	font-size:15px;
	font-family: 'OpenSans';
	font-weight:normal;
}
.progress_1snp{	background:#81c4e3 !important;}
.progress_2snp{	background:#7cc1e2 !important;}
.progress_3snp{	background:#75bee1 !important;}
.progress_4snp{	background:#6dbbdf !important;}
.progress_5snp{	background:#6dbbdf !important;}
.progress_6snp{	background:#5eb4dc !important;}
.progress_7snp{	background:#56b0da !important;}
.progress_8snp{	background:#4eacd8 !important;}
.progress_9snp{	background:#44a8d6 !important;}
.progress_10snp{ background:#44a8d6 !important;}
.progress_11snp{ background:#3fa5d5 !important;}
.progress_12snp{ background:#35a1d3 !important;}
.progress_13snp{ background:#309ed2 !important;}
.progress_14snp{ background:#2c9cd1 !important;}
.progress_15snp{ background:#279ad0 !important;}
.progress_16snp{ background:#2297cf !important;}
.progress_17snp{ background:#1c95cd !important;}
.progress_18snp{ background:#1a94cd !important;}
.progress_19snp{ background:#1792cc !important;}
.progress_20snp{ background:#1591cc !important;}
.progress_21snp{ background:#108fcb !important;}
.progress_22snp{ background:#0389c8 !important;}

.top_auto_insurance_snp{
	background:#ebf0f2;
	margin-top:25px;
	clear:both;
}
.top_auto_insurance_snp h1{
	background:#0389c8;
	font-size:17px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	padding:5px;
	color:#FFF;
}
.top_auto_insurance_snp ul{
	padding:20px;
}
.top_auto_insurance_snp ul li{
	list-style:none;
	color:#636060;
	font-size:16px;
	font-weight:normal;
	font-family: 'OpenSans';
	margin-top:15px;
}
.top_auto_insurance_snp ul li strong{
	color:#0389c8;
	font-size:17px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	padding-right:10px;
	padding-left:10px;
}
.top_auto_insurance_snp ul li:first-child{
	margin-top:0px;
}
.find_which_box_snp{
	background:#f9f9f9;
	padding:15px;
}
.find_which_box_snp h2{
	color:#656666;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	font-size:16px;
	padding-bottom:20px;
}
.find_which_box_snp input[type="text"],
.find_which_box_snp input[type="tel"],
.find_which_box_snp input[type="email"] {
	color:#222;
	font-size:20px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	border-color:#0389c8;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	height:50px !important;
}
.find_which_box_snp input[type="text"]::-moz-placeholder,
.find_which_box_snp input[type="tel"]::-moz-placeholder,
.find_which_box_snp input[type="email"]::-moz-placeholder {
    color: #969696;
}
.find_which_box_snp button[type="submit"]{
	background:#0389c8;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	color:#fff;
	font-size:21px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
/*========================================== Footer Start ==========================================*/
.footer_container_snp{
	margin-top:20px;
	text-align:center;
	color:#333333;
	font-size:13px;
	font-family: 'OpenSans';
	font-weight:normal;
	background:#f2f7f9;
	padding:30px 15px;
}
.step_form_footer_snp{
	text-align:center;
	color:#333333;
	font-size:13px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding:25px;
}
.clear {
	clear:both;
}
