
@font-face {
  font-family:'ProximaNova-Bold';
  src:url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
  	  url('../fonts/ProximaNova-Bold.woff') format('woff'),
	  url('../fonts/ProximaNova-Bold.ttf')  format('truetype'),
	  url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src:url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
  	  url('../fonts/ProximaNova-Regular.woff') format('woff'),
	  url('../fonts/ProximaNova-Regular.ttf')  format('truetype'),
	  url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'ProximaNova-Light';
  src:url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
  	  url('../fonts/ProximaNova-Light.woff') format('woff'),
	  url('../fonts/ProximaNova-Light.ttf')  format('truetype'),
	  url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'ProximaNova-Extrabld';
  src:url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
  	  url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
	  url('../fonts/ProximaNova-Extrabld.ttf')  format('truetype'),
	  url('../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Bold';
  src:url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
  	  url('../fonts/MyriadPro-Bold.otf')  format('opentype'),
	  url('../fonts/MyriadPro-Bold.woff') format('woff'),
	  url('../fonts/MyriadPro-Bold.ttf')  format('truetype'),
	  url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src:url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
  	  url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
	  url('../fonts/MyriadPro-Regular.woff') format('woff'),
	  url('../fonts/MyriadPro-Regular.ttf')  format('truetype'),
	  url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.home-top .widget:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.home-top .widget:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #585959;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.625;
	-moz-font-feature-settings: "kern" 1;
    -ms-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}



a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	text-decoration: none;
}

a:hover {
	color: #e66345;
}

p {
	margin: 0 0 40px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

.greyf9 {
	background: #f9f9f9;
	overflow: hidden;
}

.white {
	background: #fff;
	overflow: hidden;
}
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	color:#e66345;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h2.divider {
	text-align: left;
	margin-bottom: 6px
}

h2.divider::before {
	content: "";
	display: block;
	width: 90px;
	height: 3px;
	margin: 30px 0 15px;
	background: #9e9e9e
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
    font-size: 20px;
    font-weight: 600;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 600;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #6ab446;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #5b9b3c;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 980px;
}


.site-inner {
	clear: both;
	font-size: 16px;
	overflow: hidden;
}
body.grey .content,
body.grey .site-inner .wrap,
body.grey .site-inner {
	background: #f7f7f7;
}

.bai-home .site-inner {
display: none;
}


.outreach-pro-landing .wrap {
	max-width: 900px;
}

.page-template-car-templates.archive .site-inner {
    background-image: none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	background-color: #fff;
	border-radius: 3px;
	float: right;
	margin-bottom: 30px;
	padding: 40px 40px 40px 0;
	width: 660px;
}

.outreach-pro-home .content {
	margin: 0;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 550px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 310px;
	margin-top: 40px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 12px;
	margin-bottom: 30px;
	padding: 10px 16px;
}

.archive-description {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
}

.author-box {
	background-color: #111;
	color: #fff;
	margin: 0 -40px 40px;
	padding: 30px;
}

.author-box-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 30px;
	font-weight: 700;
}

.content .entry-title a {
	color: #333;
}

.content .entry-title a:hover {
	color: #e66345;
}

.widget-title {
	margin-bottom: 20px;

}

.footer-widgets .widget-title,
.site-header .widget-title {
	color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	display: block;
	margin-bottom: 16px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 15px;
}


.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_calendar table {
	border-color: #494949;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
}

.featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-comments-link {
	float: none;
}

.more-from-category {
	border-top: 1px dotted #494949;
	margin-top: 10px;
	padding-top: 10px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	border: none;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
------------------------------------------------------------ */

.content #genesis-responsive-slider {
	-webkit-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0 60px 100px rgba(0, 0, 0, 0.5);
	box-shadow:         0 60px 100px rgba(0, 0, 0, 0.5);
	border: none;
	padding: 0;
}

.content #genesis-responsive-slider a:hover,
.content #genesis-responsive-slider h2 a,
.content #genesis-responsive-slider h2,
.content #genesis-responsive-slider p {
	color: #fff;
}

.content #genesis-responsive-slider a,
.content #genesis-responsive-slider h2 a:hover {
	color: #6ab446;
}

#genesis-responsive-slider li {
	border: none;
	margin: 0;
	padding: 0;
}

.content .slide-excerpt {
	background-color: rgba(0, 0, 0, 0.7);
	border: none;
	filter: alpha(opacity=10);
	margin: 0;
	opacity: 1;
}

html > body .content .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 30px;
}

.content #genesis-responsive-slider p {
	color: #fff;
}

.widget.genesis_responsive_slider,
.content #genesis-responsive-slider .flex-control-nav {
	margin-bottom: 0;
}

.content #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(../images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}

.content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.home .site-header.dropdown {
 position: fixed;
    width:100%;
    top:0;
    box-shadow:2px 2px 2px #777;
    z-index: 500;
}

.site-header .widget {
	margin-bottom: 0;
}
.single-cars .site-header .wrap,
.single-states .site-header .wrap {
	max-width: 980px;
	padding: 8px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 14px 0;
	width: 340px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 26px;
	font-weight: 300;
	line-height: 1;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}
.site-title a span {
	color:#f7d521;
	font-weight:700;
}

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
	float: left;
	min-height: 100px;
	width: 100%;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	height: 0;
	line-height: 1.5;
	text-indent: -9999px;
	padding:0 !important;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 630px;
}

.site-header .widget-area a {
	color: #fff;
}

.site-header .widget-area a:hover {
	color: #F7D521;
}

.site-header .widget li {
	border-color: #fff;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #fff;
	color: #000;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 26px;
	width: 100%;
}

.genesis-nav-menu,
.genesis-nav-menu a {
	color: #fff;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 14px 20px;
	font-family: 'Roboto Slab', serif;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover > a {

}

.genesis-nav-menu > .menu-item > a {
	text-transform: capitalize;
	font-family: 'Roboto Slab', serif;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 999;
	font-family: 'Roboto Slab', serif;
}

.genesis-nav-menu .sub-menu a {
	background-color: #eee;
	border: 1px solid #fff;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 14px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 18px 20px;
}

.genesis-nav-menu .right:hover > a {
	background: none;
	color: #fff;
}

.genesis-nav-menu .right > a:hover {
	background: #fff;
	color: #000;
}

.genesis-nav-menu > .search {
	padding: 9px 0 0;
}

.genesis-nav-menu input[type="search"] {
	font-size: 14px;
	padding: 10px 16px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #6ab446;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	background-color: #111;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 16px;
}

.nav-secondary .genesis-nav-menu > li > a:hover,
.nav-secondary .genesis-nav-menu > li:hover > a {
	background: none;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li:hover > a {
	color: #6ab446;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #090909;
	border-color: #292929;
	color: #fff;
}

.nav-secondary .sub-menu {
	border-color: #292929;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */


.bai-home .content {
	padding: 0;
}

.bai-home .widget-area .wrap {
	padding:30px 0;
}

.home-section1 {
	background: url(../images/section1-bg.png) repeat-x top center;
	display:block;
	padding:20px 0 85px;
}


.home-section1 h2 {
	font-size: 51px;
	color:#fff;
	text-align: center;
}


.home-section1 p {
	font-size: 18px;
	color:#fff;
	text-align: center;
}


.home-top .widget:first-child {
	padding-top: 40px;
}


/*
Home Section2
--
-------------------------------------------*/
.home-section8 .widget-title,
.home-section7 .widget-title,
.home-section6 .widget-title,
.home-section5 .widget-title,
.home-section4 .widget-title,
.home-section3 .widget-title,
.home-section2 .widget-title {
	font-size: 35px;
	text-align: center;

}
.home-section4 p,
.home-section2 p {
	text-align: center;
}

p.large {
	font-size: 18px;
}

#tabscontainer1 .content {
	min-height:165px;
}

/*
Home Section3
------------------------------------------------*/

.home-section3 {
	background: #0b3e5e;
	padding:40px 0;
}
.home-section7 .widget-title,
.home-section5 .widget-title,
.home-section4 .widget-title,
.home-section3 .widget-title {
	color:#e66345;
	margin-bottom: 40px

}

.home-section3 a {
	color:#fff;
}
.home-section3 a:hover {
	color:#f7d521;
}

.home-section3 ul li {
	list-style-type: none;
	width:33%;
	float:left;
	background:url(../images/blue-exclam1.png)  no-repeat center left;
	padding: 5px 5px 5px 30px;
}

/*
Home Section4
------------------------------------------------*/

.home-section4 {
    background: url("../images/state-title-bg.png") no-repeat scroll center top #dceff5;
	padding:25px 0;
	border-top: #bde3ef solid 7px;
}

.home-section4 .coverage-btn {
	display: block;
	cursor: pointer;
}
.home-section4 .coverage-btn {
	display: block;
	text-align: center;
	background: #fff;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
	margin:10px auto 0;
	padding:10px 0;
	width:50%;
		border:1px solid #a6a6a6;

}

.home-section4 a {
	color: #e66345;
}

.home-section4 a:hover {
	text-decoration: underline;
	color: #e66345;
}


.state-requirement-widget {
		border:1px solid #a6a6a6;
		background: #fff;
		width:50%;
		margin:0 auto 30px;
		display: none;
		overflow: hidden;
		border-top: none
}

.state-requirement-widget ul li {
	list-style-type: none;
	width:25%;
	padding:5px;
	float:left;
}


.home-section4 .entry {
	width:20%;
	float: left;
}

.home-section4 h2 {
    font-size: 18px;
    margin:5px;
}


.home-section4 a {
	color: #333;
    font-size: 27px;
}
/*
Home Section5
------------------------------------------------*/

.home-section5{
	background: #fff;
	padding:10px 0;
}
.home-section5 .kim-numb {
	background:url(../images/number-bg.png) no-repeat top center;
	line-height: 115px;
	display: block;
	height:115px;
	color:#e66345;
	font-size:70px;
	text-align: center;
	margin-bottom: 35px;

}

.home-section5 p {
	padding:0 40px;
	text-align: center;
}

/*Home Section6
------------------------------------------------*/

.home-section6{
	background: #1f6cb2;
	padding: 0;
}
.home-section6.widget-area .wrap{
	padding:0;
	max-width:100%;
}

.home-section6 .widget-title a {
	color: #f7d521;
line-height: 80px;
margin-bottom: 0;

}

.home-section6 .widget {
	margin-bottom: 0;
}

.home-section6 .widget:hover {
	border:3px solid #f7d521
}

#featured-post-6,
#featured-post-2 {
	background: url(../images/ferrari-bg.png) no-repeat top right #4694C5;
}
#featured-post-7,
#featured-post-3 {
	background: url(../images/ford-bg.png) no-repeat top right #3583B5;
}
#featured-post-8,
#featured-post-4 {
	background: url(../images/corvette-bg.png) no-repeat top right #2876A9;
}

#featured-post-9{
	background: url(../images/header-safe-driving.png) no-repeat top right #3885be;
}

#featured-post-10{
	background: url(../images/mustang-feat1.png) no-repeat top right #4592D2;
}

#featured-post-11{
	background: url(../images/green-machine.png) no-repeat top right #3885be;
}

#featured-post-12{
	background: url(../images/mopar-car.png) no-repeat top right #2773AB;
}

#featured-post-13{
	background: url(../images/seatbelt.png) no-repeat top right #4592D2;
}

#featured-post-14{
	background: url(../images/tesla.png) no-repeat top right #2773AB;
}

#featured-post-15{
	background: url(../images/100-cars.png) no-repeat top right #3C8ABD;
}

#featured-post-30{
	background: url(../images/cards.jpg) no-repeat top right #4592D2;
}


.featurepg.summary .content {

    border-radius: 0;
    float: right;
    margin-bottom: 0;
    padding:0;;
}
.featurepg.summary .click {
	border: 3px solid transparent;
}

.featurepg.summary .click:hover {
	border:3px solid yellow
}




.home-section6 .widget-wrap	{
	max-width: 1140px;
	margin:0 auto;
}

.home-section6 .entry {
	padding:52px 0;
}

.home-section6 .featuredpost h2{
	font-size: 22px;
}

.home-section6 .featuredpost h2 a {
	color:#fff;
}

.home-section6 .featuredpost p {
	color: #fff;
	font-size: 16px;
}

/*Home Section7
------------------------------------------------*/

.home-section7{
	background: url("https://www.buyautoinsurance.com/wp-content/uploads/2018/05/CarLogos8.jpg") repeat-x scroll center top #dceff5;
}

.home-section7 ul.carlist li {
	float:left;
	width:25%;
	line-height:22px;
	margin:5px 0;
	color: #e66345;

}

.home-section7 ul.carlist img.car-thumb {
	height:22px;
}
.home-section7 ul.carlist p {
	color: #e66345;
	font-size: 17px;
}

.home-section7 p {
	font-size: 17px;
	text-align: center;
}

.home-section7 a {
    font-size: 27px;
	color: #0b3e5e;
}

.home-section7 a:hover {
	text-decoration: underline;
	color: #e66345;
}

/*Home Section8
------------------------------------------------*/

.home-section8{
	background:url(../images/-section8-bg.png) repeat-x top center #3B8CC0;
	border-top:7px solid #3385bb;
}


.home-section8 .widget-title {
	font-size: 50px;
	color:#fff;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.home-section6 .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #999;
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
}

p.entry-meta a {
	color: #999;
}

p.entry-meta a:hover {
	color: #333;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	padding-top: 12px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories {
	float: left;
}

.entry-comments-link,
.entry-tags {
	float: right;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 30px;
	text-align: center;
}

.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

.after-entry .featured-content li {
	text-align: center;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #6ab446;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 30px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li,
.entry-pings li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #ccc;
	font-size: 14px;
}

.sidebar .widget {
	background-color: #dceff5;
	border-radius: 3px;
	padding: 30px;
}

.sidebar li a {
	color: #ccc;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover {
	color: #fff;
}

.sidebar-primary .featuredpost img {
	max-width: 75px;
	max-height:75px;
}

.sidebar-primary .featuredpost img.alignleft {
	margin:0 10px 10px 0;
}

.sidebar-primary .featuredpost h2,
.sidebar-primary h4.widget-title {
	font-size: 20px;
}
/*
Sub Footer
---------------------------------------------------------------------------------------------------- */

.sub-footer {
	background-color: #f2f6e9;
	padding: 60px 0 30px;
}

.sub-footer-left {
	float: left;
	width: 785px;
}

.sub-footer-right {
	float: right;
	font-size: 14px;
	width: 235px;
}

.sub-footer-left .entry-title {
	font-size: 30px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	color: #2a2723;
	clear: both;
	font-size: 15px;
	padding: 30px 0 0;
	text-align: center;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a,
.footer-widgets a:hover {
	color: #2a2723;
}

.footer-widgets p{
	color: #787878;
	text-align: center;
}
.footer-widgets-1 {
	max-width:600px;
	margin:0 auto;
}

.footer-widgets li {
	display: inline;
}

.footer-widgets li a {
	padding:10px;
	font-family: 'Roboto Slab', serif;
}



/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {


	color: #666;
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
}

.site-footer a {
	color: #666;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Quote From
---------------------------------------------------------------------------------------------------- */
.quote-form {
	background: url(../images/quote-form-bg1.png) no-repeat top center;
	width:460px;
	height:220px;
	margin:10px auto;
}

form.frm-quote {
	padding:30px 35px;
	position: relative;
}
form.frm-quote:after {
    content: "";
    clear: both;
    display: block;
}
form.frm-quote h3 {
	font-size: 21px;
	color:#fff;
	text-align: center;
	text-transform: uppercase;
	margin:5px 0 45px;
}

form.frm-quote h3 span {
	color:#f7d521;

}

form.frm-quote input[type=tel] {
	border: none;
	background: transparent;
	width:52%;
	float:left;
	text-align: center;
-webkit-appearance: none;
	    appearance: none;
}
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=tel] {
    -moz-appearance:textfield;
}
form.frm-quote button, form.frm-quote input[type=button] {
	padding:16px;
	background: transparent;
    padding: 16px 17px 16px 17px;
    text-transform: capitalize;
    font-weight: bold;
    width: 183px;

}
.zipcode-form form.frm-quote input[type=tel]{ color: #333;
    font-size: 20px;
    font-weight: 600;}
.zipcode-form form.frm-quote input.btn {
  -webkit-appearance: none;
	background: transparent;
    padding:16px 40px 16px 20px;
	text-transform: capitalize;
	font-weight: bold;
	width:auto;
	font-size:16px;
	 color: #fff;

}

.demo2 form.frm-quote input.btn:hover {
    background: url("../images/quote-button-yellow.png") no-repeat scroll 1px 2px rgba(0, 0, 0, 0);

}


form.frm-quote button:hover, form.frm-quote input[type=button]:hover {
    background: url("../images/quote-button-yellow.png") no-repeat scroll 2px 2px rgba(0, 0, 0, 0);

}

#zipcodes-error{
    background: none repeat scroll 0 0 #fdf7f7;
    border: 1px solid #E66345;
    bottom: 0;
    color: #E66345;
    height: 25px;
    left: 42px;
    padding: 0 5px;
    position: absolute;
    width: 58%;
}


/*
States Page
------------------------------------------------------------------------------------------------------*/
/*State Coverage*/



.entry {
    margin-bottom:0;
}
.single-cars .wrap,
.single-states .wrap {
	width:100%;
	max-width: 100%;
}

/*
top banner
--------------*/
.single-cars .banner-title .wrap,
.single-cars section .wrap,
.single-states .banner-title .wrap,
.single-states section .wrap {
	max-width: 980px;
}
.single-cars .entry-title,
.single-states .entry-title {
	margin: 11% 0 1% 20px;
	font-size: 54px;
	line-height: 1;
}

.single-cars .parentimg  {
	margin-top: 11%;
}
.single-cars .entry-title span,
.single-states .entry-title span {
	font-size: 43px;
	font-weight: 300;
}


.single-states .banner-title {
	background: url(../images/state-title-bg.png) no-repeat top center #DCEFF5;
}

.single-cars .banner-title {
	background: url(../images/single-car-title-bg.png) repeat-x top center #DCEFF5;
}

.single-cars .banner-title.manufactuer {
	background: #DCEFF5;
}


.single-cars .banner-title .two-thirds,
.single-states .banner-title .two-thirds {
	width:60.812%;
}
.single-cars .banner-title .one-third
.single-states .banner-title .one-third {
	width: 36.6239%;
}


.banner-title .quote-form {
	margin:0;
}
.single-cars .content .banner-title section,
.single-states .content .banner-title section{
	padding:0;
}
.single-cars .content,
.single-states .content {
	padding:0;
	margin:0;
}
.single-cars .content section,
.single-states .content section {
	padding:30px 0;
}

.single-cars .content .home-section8 section.widget  {
	padding: 0;
}

.single-cars h3,
.single-states h3 {
	color:#b0b0b0;
	font-size: 19px;
	letter-spacing: 1px;
	margin-left: 15px;
	vertical-align: bottom;
	text-align: left;
}

.spacer {
	display: block;
	width:85px;
	height:35px;
}

.img {
	display: block;
	background-image:url(../images/state-coverage-bg.png);
	width:85px;
	height:70px;
	margin:0 auto;
}

.bil {
	background-position: 0 0;
	}

.pdl {
	background-position: 0 -70px;
	}
.col {
	background-position: 0 -140px;
	}

.comp {
	background-position: 0 -210px;
	}
.exp {
	background-position: 0 -290px;
	}
.pip {
	background-position: 0 -370px;
	}
.unm {
	background-position: 0 -444px;
	}
.undm {
	background-position: 0 -525px;
	}
.ppi {
	background-position: 0 -605px;
	}
.speedlimit h6,
.single-states .content p,
.single-states h4,
.single-states h5{
	  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding:15px;
}

.single-states h4 {
	color:#39444c;
	font-size:16px;
}
.single-states h5 {
	text-align: center;
	color:#3b8cc0;
	line-height: 1.4;
	margin-bottom: 0;
}
.single-states .two-thirds,
.single-states .one-third,
.single-states .one-half,
.single-states .three-fourths {
	display: table-cell;
	height:85px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;

}

.single-states .one-half p {
	padding-top: 25px;
}


section.chart {
	background: url(../images/chart-section-bg.png) repeat-x top center;
	padding:40px 0;
}

#chart_div {
	display: block;
	width:90%;
	margin:0 auto;
}
.single-cars .content h2,
.single-states .content h2 {
	color: #e66345;
	font-size: 35px;
	text-align: center;
	margin: 15px 0 30px;
}

.legend {
	max-width:460px;
	margin:30px auto 0;
}

.legend .box {
	display:inline-block;
	width:35px;
	height:35px;
	background:#3b8cc0;
	margin:0 10px;
	vertical-align: middle;
}

.legend p {
	color:#39444c;
	text-transform: capitalize;
	padding:0 10px;
	text-align: center;
	position:relative;
	line-height: 35px !important;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

p.small {
	font-size: 12px;
	text-transform: none;
	margin:20px 0;
	text-align: center;
	font-weight: bold;
	margin-bottom:0;

}

.legend .box.statename {
	background: #e66345;
}

/*Cellphones / Texting
--------------------------*/

section.cellphone {
	background: url(../images/phones-bg.png) repeat-x top center #efeeec;
	border-top:6px solid #e0deda;
	padding:5px 0 30px;
}
section.grad-drivers,
section.cellphone .white{
	background: transparent;
}

/*
DUI
-----------------*/
section.dui {
	background: url(../images/dui-bg.png) repeat-x top center #3b8cc0;
}


body main#primary.site-main:not(.front) section.dui h2 {
	color: white !important;
}

.single-states .content sectionn.dui {
	padding-top:10px;
}

.single-states .content .dui h2 {
	color:#fff;
	margin: 6px 0 30px;

}


/*
Grad Licensing
----------------------------------*/
section.grad-drivers {
	background: url(../images/grad_license_bg.png) repeat-x top center #efeeec;
	border-top:6px solid #e0deda;
	padding:5px 0 30px;

}

.grad-drivers h5 {
	font-weight: normal;
}
.single-states .legend .one-half,
.single-states .banner-title .two-thirds,
.single-states .banner-title .one-third,
.single-states .cellphone .two-thirds,
.single-states .cellphone .one-third,
.single-states .cellphone .one-half,
.single-states .dui .two-thirds,
.single-states .dui .one-third,
.single-states .dui .one-half,
.single-states .grad-drivers .two-thirds,
.single-states .grad-drivers .one-third,
.single-states .grad-drivers .one-half {
		display: block;
		height:auto;
	 -webkit-transform-style: none;
	 -moz-transform-style: none;
		 transform-style: none;
		 position: relative;
	}

.single-states .cellphone p,
.single-states .cellphone h4,
.single-states .cellphone h5,
.single-states .dui p,
.single-states .dui h4,
.single-states .dui h5,
.single-states .grad-drivers p,
.single-states .grad-drivers h4,
.single-states .grad-drivers h5 {
		position: relative;
		top: auto;
		transform: none;
		padding:20px;
		text-align:left;
	}

.single-states .cellphone p,
.single-states .dui p,
.single-states .grad-drivers p {
	margin:20px;
	border:1px solid #e0deda;
	background: #fff;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: relative;
}

.spechbub{
    background: url("../images/speech-bubble-bg.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 47px;
    left: -3px;
    position: absolute;
    top: 31px;
    width: 25px;
    z-index: 10;
}
/*
Speed Limits
--------------------------------*/
.speedlimit .truck,
.speedlimit .car {
	background-image: url(../images/speed-bg.png);
	display:block;
	width:135px;
	height:90px;
	margin:0 ;

}
.speedlimit .car {
	background-position: 0 0;
}

.speedlimit .truck {
	background-position: -276px 0;
}
.car.show860,
.truck.show860{
	display: none;
}


.speedlimit h3,
.speedlimit h6 {
	text-align: center;
	max-width: 90px
}

.single-states .speedlimit .one-half,
.single-states .speedlimit .one-third {
height:120px;

}
.speedlimit h6{
    border: 2px solid #39444c;
    border-radius: 10px;
    color: #e66345;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 25px;
    padding: 5px;
}

.speedlimit h6 span {
	font-size: 14px;
}
.speedlimit h6 span.sl {
	font-size: 16px;
	color:#39444c;
	font-weight: bold;
}

/*
state-insurance
----------------------------------------------------------*/
section.state-insurance {
	background:url(../images/state-insurance-bg.png) no-repeat center center #093c5e;
    padding: 0;
}

.single-states .content .state-insurance h2,
.single-states .content .state-insurance a{
	color:#f7d521;
	margin:30px 0 30px;
}


.single-states .state-insurance .one-half {
	display: block;
	height:auto;
  -webkit-transform-style: none;
  -moz-transform-style: none;
  transform-style:  none;
		padding:30px 0 30px 50px;


}
.single-states .state-insurance .one-half.first{
border-right:#01253e 7px solid;
		padding:30px 50px 30px 0;
}

.single-states .state-insurance p {
		position: relative;
		top: auto;
		transform: none;

		text-align:left;
		color:#fff;
}

/*
CTA
------------------------------------*/

.single-states .content section.home-section8 section{
	padding:0;
}


/*
Coverages Page
----------------------------*/

.coverages .widget {
	width:33%;
	float:left;
	height:200px;
}
.coverages .widget .page {
	padding:20px;
}

.coverages img.aligncenter {
	margin:0 auto 10px;
}

.coverages h2 {
	font-size: 22px;
}

.coverages h2 a {
	color:#049acd;
	font-weight: 300;
	font-size:22px;
	height:32px;
}


/*
States Archive
------------------------------------------*/

.archive .states {
	width:23%;
	float:left;
	margin-right: 2%;
}

.archive .states .entry-title {
	font-weight: 600;
	font-size: 18px;
}
.page-template-state-templates.archive .content{
	background: transparent;
	padding-top:82px;
	padding-bottom:60px;
}
.page-template-state-templates.archive .site-inner{
	background:transparent;
	text-align:center;
}
.page-template-state-templates.archive .site-inner .states {
    height: 217px;
    padding: 92px 0;
    margin-bottom: 12px;
}
.page-template-state-templates.archive .site-inner .states h2{
    text-transform: uppercase;
	font-family:'ProximaNova-Bold';
	font-weight:normal;
	font-size:29px;
}
.page-template-state-templates.archive .site-inner p {
    margin: 34px auto 53px;
    max-width: 758px;
    font-family: 'ProximaNova-Regular';
    line-height: 24px;
    color: #6b84a0;
    font-size: 18px;
}
.page-template-state-templates.archive .site-inner p.bottom-para {
    clear: both;
    margin: 37px auto 0;
    max-width: 489px;
    font-family: 'ProximaNova-Regular';
    line-height: 24px;
    color: #6b84a0;
    font-size: 18px;
}
.page-template-state-templates.archive .content{
	padding-right:0;
	padding-left:0;
}
.page-template-state-templates.archive .content .archive-title h1{
    font-family: 'ProximaNova-Light';
    font-size: 60px;
    line-height: 60px;
    color: #08203b;
    font-weight: normal;
    -moz-font-feature-settings: "kern" 1;
    -ms-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.page-template-state-templates.archive .content .archive-title h1 strong{
    display: block;
    font-family: 'ProximaNova-Bold';
    font-weight: normal;
    -moz-font-feature-settings: "kern" 1;
    -ms-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.page-template-state-templates.archive .site-inner .states:first-of-type{
	background:url(../images/state-1.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(2){
	background:url(../images/state-2.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(3){
	background:url(../images/state-3.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(4){
	background:url(../images/state-4.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(5){
	background:url(../images/state-5.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(6){
	background:url(../images/state-6.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(7){
	background:url(../images/state-7.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(8){
	background:url(../images/state-8.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(9){
	background:url(../images/state-9-new.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(10){
	background:url(../images/state-10.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(11){
	background:url(../images/state-11.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(12){
	background:url(../images/state-12.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(13){
	background:url(../images/state-13.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(14){
	background:url(../images/state-14.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(15){
	background:url(../images/state-15.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(16){
	background:url(../images/state-16.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(17){
	background:url(../images/state-17.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(18){
	background:url(../images/state-18.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(19){
	background:url(../images/state-19.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(20){
	background:url(../images/state-20.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(21){
	background:url(../images/state-21.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(22){
	background:url(../images/state-22.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(23){
	background:url(../images/state-23.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(24){
	background:url(../images/state-24.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(25){
	background:url(../images/state-25.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(26){
	background:url(../images/state-26.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(27){
	background:url(../images/state-27.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(28){
	background:url(../images/state-28.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(29){
	background:url(../images/state-29.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(30){
	background:url(../images/state-30.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(31){
	background:url(../images/state-31.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(32){
	background:url(../images/state-32.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(33){
	background:url(../images/state-33.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(34){
	background:url(../images/state-34.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(35){
	background:url(../images/state-35.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(36){
	background:url(../images/state-36.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(37){
	background:url(../images/state-37.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(38){
	background:url(../images/state-38.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(39){
	background:url(../images/state-39.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(40){
	background:url(../images/state-40.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(41){
	background:url(../images/state-41.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(42){
	background:url(../images/state-42.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(43){
	background:url(../images/state-43.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(44){
	background:url(../images/state-44.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(45){
	background:url(../images/state-45.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(46){
	background:url(../images/state-46.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(47){
	background:url(../images/state-47.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(48){
	background:url(../images/state-48.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(49){
	background:url(../images/state-49.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(50){
	background:url(../images/state-50.png) no-repeat center center;
}
.page-template-state-templates.archive .site-inner .states:nth-of-type(51){
	background:url(../images/state-51.png) no-repeat center center;
}


/*Cars Archive
----------------------------------------------------*/

.post-type-archive-cars .site-inner li {
	margin:1px;
	margin:1px;
	font-size: 20px;
	width:31%;
	float:left;
	background: #f7f7f7;

}
.model-list li a:hover,
.post-type-archive-cars .site-inner li a:hover {
	text-decoration: underline;
}

.model-list ul li {
		width:31%;
	float:left;
	font-size:24px;
	list-style-type: none;
}

/*
Animation PAges
*/

.animation-pg .wrap {
	width:100%;
	max-width:100%;
}

.animation-pg  .content {
    clear: both;
    padding:0;
    position: relative;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    float: none;
    margin-bottom: 0

}

/*
Cars Page
*/


/*Section 1 - Costs*/

.single-cars .content section.car_costs {
	background: url(../images/car_costs_bg.png) repeat-x 0 0 #0b3e5e;
	padding:0;
}

.costs {
	width:80%;
	margin:0 auto;
}

.costbox {
	border: 1px solid #1374b0;
	border-top: 7px solid #c3492d;
	border-bottom: 0;
	padding:25px 0 35px;
	margin:0 20px;
	background: #104b70;
}

.costbox h4 {
	font-weight: 300;
	font-size:17px;
	color:#fff;
	text-align: center;
}

.costbox h3 {
	font-weight: 700;
	font-size:30px;
	color:#f7d521;
	text-align: center;
	margin:0;
}



/*Section 2 - Crash ratings*/

.single-cars table th {
	background-image: url(../images/crash-safety-th-bg.png);
	background-repeat: no-repeat;
	width:22.5%;
	overflow: hidden;
	padding: 66px 0 20px;
	font-weight: bold;
	color:#b0b0b0;
	letter-spacing: 1px;

}
.single-cars table th.year {
	width:10%;
	background: none;
}

.single-cars table th.overall {
	background-position: 56px 0px;
}

.single-cars table th.frontal {
	background-position: -172px 0px;
}

.single-cars table th.side {
	background-position: -406px 0px;
}

.crash-ratings table th.rollover {
	background-position: -610px 0px;
}

.single-cars td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 150px;
  display: inline-block;
  display: none;
}
.single-cars tbody,
.single-cars td {
	border: none;
	font-weight: bold;
	font-size: 17px;
	color:#093c5e;
}

.single-cars th,
.single-cars td {
	text-align: center;
}

.single-cars .starbg {
	display: block;
	width:119px;
	margin:10px auto;
	height:30px;
	background-image: url(../images/star-master.png);
	text-indent: -9999px;
}
.single-cars .stars,
.single-cars .stars0{
	background-position: 0 -262px;
	position: relative;
}


.single-cars .stars1{
	background-position: 0 -233px;
}

.single-cars .stars2{
	background-position: 0 -174px;
}

.single-cars .stars3{
	background-position: 0 -121px;
}

.single-cars .stars4{
	background-position: 0 -62px;
}

.single-cars .stars5{
	background-position: 0 0px;
}

.single-cars .starbg.starsNOT.RATED,
.single-cars .starbg.starsnot.rated {
	background: none;
	text-indent: 0px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color:#878787;
}
.single-cars tr:nth-child(odd) td{
	background: #f9f9f9;

}

/*Section 3 - old Crash ratings*/

.cars_current_safe_feat,
.crash-ratings.old {
	background: #efeeec;
	border-top: 7px solid #e0deda;
}


.single-cars .old table th {
	background-image: url(../images/old-crash-safety-th-bg.png);
}

.single-cars .old table th.year {
	width:10%;
	background: none;
}


.single-cars table th.front-driver {
	background-position: 32px 0px;
}

.single-cars table th.front-pass {
	background-position: -180px 0px;
}

.single-cars table th.side-driver {
	background-position: -406px 0px;
}

.single-cars table th.side-pass {
	background-position: -638px 0px;
}


/* Section 4 - cars_theft_rate
----------------------------------------------------*/
.cars_theft_rate table th {
	background-image: url(../images/theft-th-bg.png);

}
.cars_theft_rate table td {
	color: #3b8cc0;
	font-weight: 400;
}

.single-cars table th.thefts {
	background-position: 60px 0px;
}

.single-cars table th.cars-prod {
	background-position: -180px 0px;
}

.single-cars table th.rate {
	background-position: -470px 0px;
}


/*Section 5
---------------------------------------------------*/
.sf-feat {
	background-image: url(../images/sf-bg.png);
	background-color: #2f4249;
	background-repeat: no-repeat;
	border: 2px solid #2f4249;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:10px auto;
	max-width: 138px;
	}
.sf-feat h4 {
	font-weight: 400;
	color:#fff;
	font-size: 16px;
	text-align: center;
	padding:100px 0 20px;
}

.sf-feat h3 {
	background: #fff;
	color:#3b8cc0;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	padding:30px 0;
	text-transform: uppercase;
	margin:0;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.sf-feat.dsa {
	background-position: 0 15px;
}

.sf-feat.psa {
	background-position: -166px 15px;
}

.sf-feat.sia {
	background-position: -336px 15px;
}

.sf-feat.sca {
	background-position:-508px 15px;
}

.sf-feat.cpl {
	background-position: -676px 15px;
}

.sf-feat.alb {
	background-position: -842px 15px;
}

/*Section 6 - Crash Avoidance Features
----------------------------------------------------*/

.cars_crash_avoid_feat .row {
	padding:10px;
	overflow: hidden;
}

.cars_crash_avoid_feat .row.grey {
	background: #f9f9f9;
}

.cars_crash_avoid_feat h4 {
	font-weight: 700;
	font-size: 17px;
	text-align: left;
	margin: 0 0 0 20px;
	color:#093c5e;

}

.cars_crash_avoid_feat p {
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	color:#3b8cc0;
	margin: 0;

}

/*Section footer-cta
--------------------------------------------------*/
.single-cars .content section.footer-cta {
	padding:0;

}

.single-cars .footer-cta .home-section8  {
	padding: 50px 0 0;
}

.single-cars .content section.footer-cta,
.single-cars section.footer-cta,
.single-cars .content section.footer-cta section,
.single-cars section.footer-cta section,
.single-states .content section.footer-cta,
.single-states .content section.footer-cta section{
	padding: 0;
}
.single-states .home-section8 h4 {
	    top: 0;
    transform: none;
}

.single-states .state-coverage h4,
.single-states .state-coverage p {
	font-size: 18px;
}

/*Quote Results Page
---------------------------------------------------*/
.quote-result h1.cta {
	font-family: 'Roboto Slab', serif !important;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	color:#e66345;
font-size:24px;
}


/*BF Header
-----------------------------------------------------------------------------------------*/
.bf-header {
	width:100%;
	display: block;
    background-color: #e66345;
    border-bottom: 5px solid #c3492d;
    color: #fff;
    position: fixed;
    top:0;
    box-shadow:2px 2px 2px #777;
    z-index: 500;
    overflow: hidden;
    display: none;


}

.bf-header.dropdown {
	display: block;
    transition: all 2.4s ease-in-out 0s
}
.bf-header .wrap {
	max-width: 980px;
	margin:0 auto;
	padding:10px 0;
}


.dashicons-admin-home:before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\f102";
	font: normal 20px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
	font-size: 34px;
}


.bf-header .one-half,
.bf-header .three-sixths,
.bf-header .two-fourths {
	width: 48.717948717948715%;
		float: left;
}

.bf-header .one-sixth{
	width: 14.52991452991453%;
	float:left;
}

.bf-header .one-third {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}
.bf-header .one-third.first,
.bf-header .one-half.first,
.bf-header .one-third.first {
	margin-left: 0;
}

.bf-header form.frm-quote {
	padding:5px 0;
	overflow: hidden;
	display: block;
}



.bf-header form.frm-quote input[type=tel] {
	background: #fff;
	width:25%;
	border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	-webkit-border-radius: 15px 0px 0px 15px;
	padding:8px;
	text-align: center;
	font-size: 15px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

.bf-header form.frm-quote button, .bf-header form.frm-quote input[type=button] {
	background: #3B8CC0;
	padding:8px;
	width:65%;
	float:left;
border-radius: 0px 15px 15px 0px;
-moz-border-radius: 0px 15px 15px 0px;
-webkit-border-radius: 0px 15px 15px 0px;
 font-family:'Roboto Slab', serif;
}

/*new header form css*/
.bf-header form.frm-quote input.btn {
  -webkit-appearance: none;
	background: #3B8CC0;
	padding:8px;
	width:65%;
	float:left;
border-radius: 0px 15px 15px 0px;
-moz-border-radius: 0px 15px 15px 0px;
-webkit-border-radius: 0px 15px 15px 0px;
font-size:16px;
font-family: "Roboto Slab",serif !important;
font-weight: bold;
text-transform: capitalize;
}

.bf-header form.frm-quote input.btn:hover {
 background:#f7d521;

}
.bf-header p.one-half {
    margin-left: 0;
}
/*new header form css*/




.bf-header form.frm-quote button:hover, .bf-header form.frm-quote input[type=button]:hover{
	background:#f7d521;
}

.bf-header form.frm-quote h3 {
	margin:0;
	padding:8px;
	text-align: left;
    font-family: 'Roboto Slab', serif;
	letter-spacing:0;
}



.bf-header #zipcodes-error {
	float:left;
	width:auto;
}


.bf-header.dropdown { z-index:999999;  -webkit-overflow-scrolling: touch; }
.bf-header.dropdown p { margin-bottom:0px;}
.bf-header #leadform .one-half { position:relative;}
.bf-header form.frm-quote:after, .bf-header #leadform .one-half:after { clear:both; content:""; display:block;}
.bf-header #leadform .one-half { position:relative;}
.bf-header #zipcodes-error {  bottom: -20px; left:0px;}
.bf-header form.frm-quote, .bf-header.dropdown { overflow:visible;}


.home-section1 .wrap { padding-top:0px !important;}

.tel_number { display:none;}
.car-hit-in-parking-lot > p { clear: both;}
.car-hit-in-parking-lot h2 + p { margin-bottom: 15px;}
.car-hit-in-parking-lot h2 ~ h2 { padding-top: 20px;}


/**/
.bf-header form.frm-quote input[type=tel] {
    background: #fff;
    width: 25% !important;
    border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    -webkit-border-radius: 15px 0px 0px 15px;
    padding: 8px;
    text-align: center;
    font-size: 15px;
	font-family:"Roboto Slab",serif !important;
}


/*New Header*/
.main-header .right-header .widget{ margin:0;}
.main-header{
	padding:20px 0; background:#fff;
}
.main-header .container:after, header.main-header:after {
    clear: both;
    display: block;
    content: "";
}
.main-header .container{
	max-width:1498px;
	margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
	width:100% !important;
}
.main-header .right-header ul#menu-new-home-menu {
    margin-top: 10px;
}
.main-header .right-header ul#menu-new-home-menu:after{ clear:both; display:block; content:"";}
.main-header .left-header {
    float: left;
    margin: 6px 0 0;
	vertical-align:top;
	line-height:normal;
}
.main-header .left-header a{
	color:#e66345;
	font-family:'ProximaNova-Light';
	text-decoration:none;
	font-size:24px;
	font-weight:normal;
}
.main-header .left-header a strong{
	font-family:'ProximaNova-Extrabld';
	font-size:24px;
	color:#e66345;
	font-weight:normal;
}
.main-header .right-header{
	float:right;
}
.main-header .right-header ul li{
	float:left;
	list-style:none;
}
.main-header .right-header ul li a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    line-height: normal;
    color: #08203b;
    padding:0 12px;
    letter-spacing: 0.11rem;
	transition:all ease-in-out 0.35s;
	-webkit-transition:all ease-in-out 0.35s;
	-moz-transition:all ease-in-out 0.35s;
	-ms-transition:all ease-in-out 0.35s;
	font-weight:normal;
	display:block;
}
.main-header .right-header ul li a:hover{
	color:#e66345;
}
.humburg-icon{ display:none;}


.dropdown .quote_header.main-header .right-header {
    display: none;
}
.main-header .left-header .car_logo img {
    max-width:90px;
}
.quote_header.main-header .left-header a:nth-child(1) {
      float: left;
    margin-top: 6px !important;
    margin-right: 15px;
    line-height: normal;
}
.main-header .left-header .car_logo {
    float: left;
}
.quote_header .quotes-zip-show {
    background: none;
    padding: 0;
    float: left;
    margin-left: 10%;
	box-sizing:border-box;
}
.quote_header .quotes-zip-show .zip-code-add .quote-form h3 {
    display: none !important;
}
.quote_header .quotes-zip-show .widget{ margin:0;}
.quote_header.main-header {
    padding: 20px 0;
}
.quote_header.main-header .zip-code-add .quote-form{ margin:0;}





/*New Footer*/

.footer-outer{
	padding:1px 0 42px;
	text-align:center;
	background:#fff;
}
.footer-outer ul li{
	display:inline-block;
	text-align:center;
}
.footer-outer section.widget.widget_nav_menu {
    margin-top: 60px;
}
.footer-outer ul li a{
	padding:0 20px;
	color:#08203b;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'ProximaNova-Bold';
	font-size:14px;
	letter-spacing:0.01rem;
	font-weight:normal;
}
.footer-outer .footer-logo{
	margin:30px 0 16px;
}
.footer-outer .footer-logo a{
    color: #e66345;
    font-family: 'ProximaNova-Light';
    text-decoration: none;
    font-size: 24px;
	font-weight:normal;
}
.footer-outer .footer-logo a strong {
    font-family: 'ProximaNova-Extrabld';
	font-size: 24px;
	color: #e66345;
	font-weight:normal;
}
.footer-outer .footer-disclaimer{
    font-size: 14px;
    margin: 0 auto;
	max-width: 930px;
	line-height: 20px;
}
.zip-code-add .quote-form {
    background: none;
    height: auto;
    width: 450px;    max-width: 100%;
}
.zip-code-add .quote-form form.frm-quote {
    padding:0 !important;
    background: none;
    border-radius: 0;
}
.zip-code-add .quote-form h3{ display:none !important;}
.zip-code-add form.frm-quote input[type=tel] {
    width: 50% !important;
    float: left;
    border: solid 2px #4a90e2;
    background: #f4f8fd url(../images/zip-location.png) no-repeat center left 16px;
    padding: 16px 10px 15px 50px;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    font-size: 17px;
    color: #08203b !important;
    font-family: 'ProximaNova-Regular' !important;
    text-align: left;
    outline: none;
    background-size: 18px auto;
	font-weight:normal;
	box-sizing:border-box;
}
.zip-code-add form.frm-quote button, .zip-code-add form.frm-quote input[type=button]{box-sizing:border-box; width:50%; float:left; background:#e66345; text-align:center; font-size:14px; color:#fff !important; text-transform:uppercase;font-family:'ProximaNova-Bold' !important; padding:19px 10px;border-radius:0 5px 5px 0; letter-spacing:0.1rem; outline:none; cursor:pointer; box-shadow: 10px 20px 30px rgba(0,0,0,0.1); font-weight:normal !important;}
.zip-code-add form.frm-quote button:hover, .zip-code-add form.frm-quote input[type=button]:hover{ background:#8e3a27;}
.zip-code-add form.frm-quote ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #08203b !important; opacity:1 !important;
}
.zip-code-add form.frm-quote ::-moz-placeh1older { /* Firefox 19+ */
  color:  #08203b !important; opacity:1 !important;
}
.zip-code-add form.frm-quote :-ms-input-placeholder { /* IE 10+ */
  color:  #08203b !important; opacity:1 !important;
}
.zip-code-add form.frm-quote :-moz-placeholder { /* Firefox 18- */
  color:  #08203b !important; opacity:1 !important;
}
.quotes-zip-show .zip-code-add .quote-form h3 {
    display: block !important;
    font-family: 'ProximaNova-Bold';
    font-size: 36px;
    line-height: normal;
    color: #08203b;
    text-transform: capitalize;
    margin: 0 0 12px;
	font-weight:normal;
	padding:0 !important;
}

.quotes-zip-show {
    background: #f4f8fd;
    padding:75px 0 60px;
}
.footer-outer .copy-right p {
    font-family: 'ProximaNova-Regular';
    line-height: normal;
    color: #6b84a0;
    font-size: 16px;
    margin: 0 0 15px;
	font-weight:normal;
}
.mob_phone {
    display: none;
}
#zipcodes-error{ font-size:17px;}
.mob_phone img{ max-width:100%;}
.quote_header.main-header .right-header.menu_show{
    display: block;
}
.quote_header.main-header .right-header.menu_show .mob_phone{ display:none;}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(../images/icon-direction-nav@2x.png);
	}

}
@media only screen and (max-width: 1199px) {
.page-template-state-templates.archive .site-inner .states h2 {
    font-size: 21px;
}
}
@media only screen and (max-width: 991px) {
.page-template-state-templates.archive .site-inner .states {
    width: 48%;
}
.page-template-state-templates.archive .content .archive-title h1 {
    font-size: 55px;
}
}
@media only screen and (max-width: 1180px) {

	.wrap,
	.single-states section .wrap{
		max-width: 980px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 750px;
	}

	.sub-footer-left {
		width: 710px;
	}

	.content {
		width: 630px;
	}


	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 420px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sub-footer-right {
		width: 210px;
	}

	.outreach-pro-home .site-inner .wrap {
		max-width: none;
	}
.q ul.choices li{ list-style:none !important;}
}

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


	 .widget-area .wrap {
	 	width:90%;
	 	margin:0 auto;
	 }

	.header-image .site-title a {
		background-position: top !important;
	}


	.genesis-nav-menu li,
	.site-header .search-form,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.genesis-nav-menu,
	.nav-primary,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .simple-social-icons .alignleft,
	.site-header .simple-social-icons .alignright,
	.site-header .simple-social-icons ul li {
		display: inline-block;
		float: none;
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 18px 12px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.sub-footer-left {
		width: 520px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}

}
@media only screen and (max-width: 991px) {
.quote_header .quotes-zip-show .zip-code-add .quote-form{ width:100%; max-width:350px;}
.quote_header .quotes-zip-show { float: right; margin-left: 0;}
}

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

	.hide860{
		display: none;
		}

	.single-states .speedlimit .one-half.hide860 {
	margin-bottom: 50px;
	display: none;
	}

	.car.show860,
	.truck.show860,
	.show860{
		display: block;
		float:left;
		}
	.speedlimit h6 {
		float:right;
	}

	.wrap,
	.single-states section .wrap{
		padding-left: 5%;
		padding-right: 5%;
	}

	.outreach-pro-home .site-inner .wrap {
		padding: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.sub-footer-left,
	.sub-footer-right,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.single-states .banner-title .two-thirds,
	.single-states .banner-title .one-third,
	.coverages .widget,
	.post-type-archive-cars .site-inner li,
	.model-list li{
		margin: 0;
		width: 100%;
	}
	.home-section4 .entry,
	.home-section3 ul li,
	.home-section7 ul.carlist li{
		margin: 0;
		width: 50%;
	}

	.home-section7 ul.carlist .one-sixth {
			    width: 14.5299%;
		}

		.home-section7 ul.carlist .five-sixths {
			    width: 82.906%;
		}

			.home-section7 ul.carlist img.car-thumb {
				height:auto;
			}
	.coverages .widget h2,
	.coverages .widget p {
		text-align: center;
	}

	.content #genesis-responsive-slider .flex-direction-nav li .next,
	.content #genesis-responsive-slider .flex-direction-nav li .prev,
	.content .slide-excerpt {
		display: none;
	}

	.banner-title img {
		width:25%;
		margin:5px auto;
	}


	.single-states .entry-title {
		text-align: center;
		margin:5px auto;
	}

	.banner-title .quote-form {
		margin:5px auto;
	}

	.costbox {
		margin:15px 10px 0;
		border-bottom:1px solid #1374b0;
	}
.single-states .cellphone h4,
.single-states .cellphone h5,
.single-states .dui h4,
.single-states .dui h5,
.single-states .grad-drivers h4,
.single-states .grad-drivers h5,

.speedlimit h6,
.single-states p,
.single-states h4,
.single-states h5 {
		position: relative;
		top: auto;
		transform: none;
		padding:5px 15px;
		text-align:center;
	}

.single-states .legend .one-half,
.single-states .speedlimit .one-half,
.single-states .speedlimit .one-third,
.single-states .two-thirds,
.single-states .one-third,
.single-states .one-half,
.single-states .three-fourths {
		display: block;
		height:auto;
	 -webkit-transform-style: none;
	 -moz-transform-style: none;
		 transform-style: none;
	}

.single-states h4,
.single-states .cellphone h4,
.single-states .dui h4,
.single-states .grad-drivers h4 {
	padding-top: 20px;
}

.single-states .state-insurance .one-half,
.single-states .state-insurance .one-half.first {
    border-right: none;
    padding: 20px;
}

.single-cars table {
	max-width: 300px;
	margin:5px auto;
}

.single-cars td:before {
	display: inline-block;

}

.single-cars th {
	display: none;
}

.single-cars td {
	display: block;
}

.cars_crash_avoid_feat h4 {
	text-align: center;
}

form.frm-quote h3 { font-size:19px;}

/*search-page*/

.page-template-page_quotes-php #max-rows { width:100%; overflow-x:scroll;}
.page-template-page_quotes-php #max-rows .max-ad-listings { width:100%; min-width:770px;}
.page-template-page_quotes-php #max-rows .max-ad-listings td.max-ad-button { display:block;}


/*search-page-End*/
#wEaNgGyEbCfGsMhXeJyWuQzD_main{ width:100% !important; max-width:320px !important; margin:0 auto;}
#wEaNgGyEbCfGsMhXeJyWuQzD_car > div{ width:100% !important;}
}

@media only screen  and (min-device-width: 441px) and (max-device-width:600px) {

form.frm-quote{   padding: 20px 35px;}
/*.zipcode-form form.frm-quote input{ padding: 6px 16px;}
form.frm-quote input, form.frm-quote button{padding: 6px 16px;}*/


}
@media all and (max-width:767px) {
.site-container .bf-header .one-sixth.first {
    max-width: 47px !important;
}
.site-container .bf-header .one-third {
    margin: 0;
    width: calc(51% - 47px);
	width: -webkit-calc(51% - 47px);
	width: -moz-calc(51% - 47px);
}
.bf-header form.frm-quote h3 {
    margin: 0;
    padding: 8px 0;
    font-size: 19px;
    text-align: center;
}
.bf-header form.frm-quote input[type=tel] {
    height: 37px;
    line-height: normal;
    padding: 0 8px;
}
/*New Footer*/
.quotes-zip-show { padding: 35px 0px 30px;}
.zip-code-add form.frm-quote input[type=tel] { padding: 11px 10px 11px 45px !important;}
.zip-code-add form.frm-quote .btn{ padding:15px 10px 14px 10px !important;}
.quotes-zip-show .zip-code-add .quote-form h3{ font-size:25px;}
.footer-outer .zip-code-add form.frm-quote input, .footer-outer .zip-code-add form.frm-quote .btn{ height:45px;}
/*New HEader*/
.humburg-icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/menu-icon1.png) no-repeat center center;
    font-size: 0;
    display: block;
    background-size: 100% auto;
    margin-top: 4px;
	margin-bottom:4px;
}
header.main-header:after {
    clear: both;
    display: block;
    content: "";
}
.main-header {
    padding: 10px 0;
    position: relative;
}
.main-header .right-header ul#menu-new-home-menu {
    position: absolute;
    right: 0;
    width: 100%;
    background: #e66345;
    top: 100%;
    left: 0;
    padding: 10px 0;
	display:none;
	margin:0;
	z-index:99999 !important;
}
.main-header .right-header .widget{ margin:0;}
.main-header .right-header ul#menu-new-home-menu li {
    float: none;
    display: block;
}
.main-header .right-header ul#menu-new-home-menu li a {
    display: block;
    padding: 11px 15px;
}

.quote_header.main-header .left-header a:nth-child(1){ display:none;}
.main-header .left-header .car_logo img {
    max-width: 70px; vertical-align:top;
}
.quote_header.main-header .right-header {
    display: block;
    max-width: 40px; margin-top: 5px;
}
.quote_header .quotes-zip-show{width: -webkit-calc(100% - 110px);width: -moz-calc(100% - 110px);width: calc(100% - 110px); float:left; padding:0 10px; margin:0;}
.quote_header .quotes-zip-show .zip-code-add form.frm-quote .btn{ letter-spacing:0.03rem;width: 60% !important; height:45px;}
.quote_header .zip-code-add form.frm-quote input[type=tel] {
    padding: 11px 10px 11px 28px !important;
    width: 40% !important;
    background-size: 16px auto; height:45px;
    background-position: center left 9px;
}
.quote_header.main-header .left-header {
    margin: 8px 0 0;
}
.bf-header #zipcodes-error{ font-size:15px;}
.page-template-state-templates.archive .content .archive-title h1 {
    font-size: 42px;
    line-height: 36px;
}
.footer-outer .container{ padding:0 15px !important;}
.footer-outer ul li {
    margin: 0 0 10px;
}
.mob_phone{ display:block;}
.top-dropdown .bf-header{display: block; transition: all 2.4s ease-in-out; -moz-transition: all 2.4s ease-in-out; -webkit-transition: all 2.4s ease-in-out; -ms-transition: all 2.4s ease-in-out; z-index:9999;}
.quote_header.main-header .right-header.menu_show ul#menu-new-home-menu {
    margin-top: 0;
}
}

@media only screen and (max-width: 655px) {
	/*new header form css*/
.bf-header form.frm-quote input.btn {
	width:60% !important;
}
/*new header form css*/

}

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




	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > .first > a,
	.genesis-nav-menu.responsive-menu > .last > a,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		background: none;
		color: #fff;
		line-height: 1;
		padding: 18px 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		color: #fff;
		padding: 14px 20px;
		position: relative;
		width: 100%;
	}

	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}


.site-header .title-area { width:50%; padding:0px 0px;}
.site-header .header-widget-area { width:auto;}
.responsive-menu-icon { float:right;}
form.frm-quote h3 { font-size:15px; padding:8px 0px !important;}




}

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

	.content {
		padding: 30px;
	}
	.quote-result .content {
    padding: 30px 0;
}

	.content #genesis-responsive-slider .flex-control-nav {
		display: none;
	}


	.bai-home .widget {
		margin: 0;
		width: 100%;
	}

	.header-image .site-title a {
		background-size: contain !important;
	}

	.home-section4 .entry,
	.home-section3 ul li,
	.home-section7 ul.carlist li{
		margin: 0;
		width: 100%;
	}
	.full-width-content .content{ text-align:center}
	.archive .states {display: inline-block;float: none;width: 160px;
}

/*New Footer*/
.zip-code-add form.frm-quote .btn {
    padding:18px 5px 17px;
    font-size: 13px !important;
    letter-spacing: 0.05rem;
	margin:0;
}
.zip-code-add form.frm-quote input[type=tel] {
    padding: 14px 10px 13px 50px;
	margin:0;
}
.quote_header .quotes-zip-show .container {
    padding:0 !important;
}
.quote_header .quotes-zip-show .zip-code-add form.frm-quote .btn {
    padding: 15px 5px 15px !important;
}
.quote_header.main-header {
    padding: 13px 0 20px 0;
}
.quote_header.main-header .right-header {
    position: absolute;
    right: 14px;
    margin-top: 3px;
}
.footer-outer .zip-code-add form.frm-quote input, .footer-outer .zip-code-add form.frm-quote .btn{ height:50px;}

.page-template-state-templates.archive .site-inner .states {
    float:left;
	background-size:contain !important;
	height:auto;
	margin:0 5px 40px 0;
	padding:10% 0;
}
.page-template-state-templates.archive .site-inner .states h2 {
    font-size: 15px;
}
.page-template-state-templates.archive .content .archive-title h1 {
    font-size: 34px;
    line-height: 35px;
}
.page-template-state-templates.archive .site-inner p, .page-template-state-templates.archive .site-inner p.bottom-para{
    font-size: 16px;
    line-height: 20px;
	margin:0 0 30px;
}
.page-template-state-templates.archive .site-inner p.bottom-para{
    margin:0px;
}
.quote_header .zip-code-add form.frm-quote input[type=tel]{ padding: 11px 10px 11px 10px !important;
    background-image: none;}
}

@media all and (max-width:450px) {

.site-container .bf-header .one-half { width:290px; margin:0 auto; float:none; display:block;}
.site-container .bf-header form.frm-quote { padding:5px 0px;}

#zipcodes-error { bottom: -10px; width: 223px; }

/*new header form css*/
.bf-header form.frm-quote input.btn { width:49% !important; }
.bf-header form.frm-quote .btn{ font-size:15px }

/*new header form css*/
.site-container .bf-header .wrap { padding:5px 0px;}
.site-container .bf-header .one-third { margin-left: 0; width: calc(100% - 100px);width: -webkit-calc(100% - 100px);width: -moz-calc(100% - 100px);}
.bf-header form.frm-quote { background:none;}
.site-container .bf-header .one-half { width:285px; margin:0 auto !important; float:none; display:block;box-sizing: border-box; clear:both;}
/*.site-container .bf-header form.frm-quote input {
    float: left;
    width: 135px !important;
    border: none;
    height: 40px;
    line-height: normal;
    padding: 0 8px;
	box-sizing: border-box; }
.site-container .bf-header form.frm-quote button { width: calc(100% - 135px);width: -webkit-calc(100% - 135px);width: -moz-calc(100% - 135px); height:40px;}*/
.site-container .bf-header form.frm-quote h3 { text-align:center; }
/*.site-container .bf-header form.frm-quote { padding:5px 0px; }*/

.site-container .bf-header form.frm-quote h3 {
    left: 0;
    margin-left: 0;
    position: relative;
    text-align: center;
    width:100%;
	font-size:20px;
	white-space:nowrap;
	padding:8px 0;
}
.tel_number {
    position: absolute;
    right:7px; cursor:pointer;
	display:block; padding:0;
	width:35px; height:33px;
	background:url(../images/phone-icn.png) no-repeat;
	text-indent: -999px; top: 13px;
}
.site-container .bf-header form.frm-quote p.one-sixth.first {
    max-width: 47px !important;
}


}


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

.quote-form {
	background: none;
	width:90%;
	height:auto;
	margin:10px auto;
}

form.frm-quote {
	background: url(../images/quote-form-mob-bg.png) no-repeat center -4px #fff;
	padding:15px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}

form.frm-quote h3 {
	font-size: 18px;
	color:#fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

form.frm-quote h3 span {
	color:#f7d521;

}

form.frm-quote input[type=tel] {
	border: 1px #a6a6a6 solid ;
	background: transparent;
	width:90%;
	float:none;
	margin: 5px auto;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
display: block;
}

form.frm-quote .btn {
	padding:16px;
	background: #e66345;
	font-size: 15px !important;
	text-transform: capitalize;
	font-weight: bold;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
width:90%;
display: block;
margin: 5px auto;
}
.zipcode-form form.frm-quote input.btn {
	padding:16px;
	background: #e66345;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
width:90%;
display: block;
margin: 5px auto; border:none}


.zipcode-form form.frm-quote input.btn:hover { background:#f7d521;}


.home-section1 h2 {
	font-size:36px;
}
.home-section1 p {
	font-size: 16px;
}

.home-section1 {
	padding-bottom: 10px;
}

	.car.show860,
	.truck.show860,
	.speedlimit h6 {
		float:none;
		margin:5px auto;

	}
.speedlimit h6 {
  max-width:170px;
		}

form.frm-quote .btn:hover { background:#f7d521;}
.site-title { font-size:20px;}
.page-template-page_quotes .content { padding: 10px 0; }
.quote-result .form{ padding:20px 10px;}
}

.page-template-page_footerzip .sidebar-primary{display:none}
.page-template-page_footerzip .content{width:100%}

/*insurance_review*/
.insurance_review { background:#fff; padding:20px 25px; position:relative; z-index:1; max-width:500px; margin:25px auto; width:100%; box-sizing: border-box; }
.insurance_review:after { clear:both; content:""; display:block; }
.insurance_review:before { content:""; border:2px solid #1c4b67; left:8px; top:8px; width:calc(100% - 20px); height:calc(100% - 20px); z-index:-1; position:absolute; }
.insurance_review h2 {font-family: 'Source Sans Pro', sans-serif;font-weight: normal;font-size: 25px;line-height: 32px;  color: #1c4b67; text-align: right; padding-bottom: 0px; letter-spacing: 0; padding: 0; background: none; margin: 0; width: auto;text-transform: inherit;}
.insurance_review h2 strong { display:block; font-size:30px; font-weight:700; font-family: 'Source Sans Pro', sans-serif;}
.insurance_review .review_thumb { float:left; position:relative; }
.insurance_review .review_thumb:before { content:""; background:url(../images/checked.png) no-repeat; width:35px; height:35px; background-size:contain; position:absolute; bottom: -5px; right: -18px; }
.insurance_review .review_thumb .inside { border-radius:100%; width:100px; height:100px; border:3px solid #1c4b67; overflow:hidden; }
.insurance_review .review_thumb img { width:100%; height:auto; vertical-align:middle; }
.insurance_review .review_text { float:right; }
.insurance_review h2 br{ display:block;}

@media (max-width:479px) {
.insurance_review .review_thumb { float:none; margin:0px auto 20px; max-width:100px; }
.insurance_review .review_text { float:none; }
.insurance_review .review_text h2 { text-align:center; font-size: 22px; line-height: 28px; }
.insurance_review .review_text h2 strong { font-size:28px; }
}
@media (max-width:400px) {
.quote_header .quotes-zip-show .zip-code-add form.frm-quote .btn {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 14px 5px 13px !important;
    letter-spacing: 0.01rem;
	font-size: 12px !important;
	height:41px;
}
.quote_header .quotes-zip-show {
    width: -webkit-calc(100% - 90px) !important;
    width: -moz-calc(100% - 90px) !important;
    width: calc(100% - 90px) !important;
    float: left;
    padding: 0 8px !important;
    margin: 0;
}
.quote_header.main-header .left-header {
    float: left;
    margin: 9px 0 0;
}
.quote_header.main-header .right-header {
    right: 6px;
    margin-top: 3px;
    max-width: 35px;
}
.quote_header.main-header {
    padding: 15px 0 15px 0;
}
.quote_header.main-header .left-header .car_logo img {
    max-width: 55px;
}
.quote_header .zip-code-add form.frm-quote input[type=tel]{ font-size:19px; height:41px;    padding: 11px 10px 11px 5px !important;
    background-image: none;}
.quote_header.main-header .container { padding:0 7px !important;}
.quote_header.main-header .container .quotes-zip-show .container{ padding:0 !important;}
.bf-header #zipcodes-error{ font-size:14px;}
.footer-outer .zip-code-add form.frm-quote input[type=tel] {
    padding: 11px 10px 11px 31px !important;
    background-position: center left 10px;
}
.footer-outer .zip-code-add form.frm-quote .btn{ padding:18px 5px 17px !important;}

}
@media (max-width:355px) {
.quote_header .zip-code-add form.frm-quote input[type=tel] {
    font-size: 15px;
    padding: 11px 7px 11px 5px !important;
}
}
/*insurance_review_END*/
form input.mda-submit { -webkit-appearance: none; }
p.footer-disclaimer {
    font-family: 'ProximaNova-Regular';
    line-height: 24px;
    color: #6b84a0;
    margin: 0 auto 15px;
    max-width:960px;
    font-size: 13px;
    text-align: left;
    margin-top: 10px;
}
/* Reference shortcodes styles */
.entry-content .su-spoiler-style-fancy, .entry-content .su-spoiler-style-fancy>.su-spoiler-title {
	border-radius: 0;
}
.entry-content .su-spoiler-content ol{
	word-break: break-all;
}

/* overview box styles */
.su-box {
	width: 95%!important;
	margin: 25px auto!important;
}
body:not(.post-type-archive-company):not(.single-company) div.su-box.su-box-style-default {
	position: relative;
	background-color: #fff!important;
	border: none!important;
	box-shadow: none!important;
}
body:not(.post-type-archive-company):not(.single-company) div.su-box.su-box-style-default::before {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	height: 60px;
	width: 200px;
	background-color: #5c9ead;
}

body:not(.post-type-archive-company):not(.single-company) div.su-box.su-box-style-default::after {
	content: '';
	position: absolute;
	bottom: -3px;
	right: -3px;
	height: 60px;
	width: 200px;
	background-color: #5c9ead;
}

body:not(.post-type-archive-company):not(.single-company) div.su-box.su-box-style-default .su-box-title {
	position: relative;
	z-index: 99;
	color: #444!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	background-color: #fff!important;
	padding: 20px 20px 6px!important;
}

body:not(.post-type-archive-company):not(.single-company) div.su-box.su-box-style-default .su-box-content {
	position: relative;
	z-index: 9;
	padding: 0 20px 20px!important;
}

body:not(.post-type-archive-company):not(.single-company) div.su-box.su-box-style-default .su-box-content ul {
	padding-left: 18px!important;
	margin-bottom: 0 !important;
}
div#content-area .su-box-content ul li{
	padding-bottom: 10px;
}
div#content-area .su-box-content ul li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: -16px;
	height: 5px;
	width: 5px;
	background-color: #5c9ead;
	border-radius: 999px;
}
/*-----------------------------------------------------------------------------------------*/
h1.entry-title{
	font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.1;
    text-shadow: none;
    text-align: center;
    margin: 0 0 -1rem;
}
h1.entry-title:after {
    content: "";
    display: block;
    height: 2px;
    width: 46px;
    background-color: #e66345;
    margin: 1.4rem auto;
}
h2.subhead{
	text-align: center;
    font-size: 1.75rem;
    font-style: italic;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
}
@media(max-width: 1023px){
	h1.entry-title{
		font-size: 2.5rem;
	}
}
@media(max-width: 980px){
	h1.entry-title{
		font-size: 2.2rem;
	}
	.entry-header h2.subhead{
		font-size: 1.1rem;
	}
	.entry-content .quotes-zip-show .zip-code-add .quote-form h3{
		font-size: 2rem;
	}
}
@media(max-width: 768px){
	h1.entry-title{
		font-size: 1.3rem;
	}
	.entry-header h2.subhead{
		font-size: 1rem;
	}
	.entry-content .quotes-zip-show .zip-code-add .quote-form h3{
		font-size: 1.2rem;
	}
}



/** States Archive page **/
.post-type-archive-states .author-expert-tables,
.post-type-archive-states .date-disclaimer,
.post-type-archive-states .editorial-disclaimer{
	display:none;
}


.post-type-archive-states article.states {
	height: 217px;
	width: 23%;

    padding: 90px 0;
    margin-bottom: 12px;
	border-bottom:none !important;
    float: left;
    margin-right: 2%;
}
.post-type-archive-states article.states h2 {
   	line-height: 1.2;
    margin: 0 0 10px;
}
.post-type-archive-states article.states a{
	text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    font-weight: 400;
    font-size: 27px;
	color: #333;
	border-bottom: 0px;
}

.post-type-archive-states article.states a:hover {
    color: #e66345 !important;
	border-bottom:none !important;
}


.post-type-archive-states article.states  header{
	display: block;
    width: auto!important;
    height: auto !important;
    position: unset;
    margin: 0;
    padding: 0;
    background: none;
	-webkit-box-shadow:none  !important;
    -moz-box-shadow: none  !important;
    box-shadow: none !important;
}
.post-type-archive-states p.bottom-para {
    clear: both;
    margin: 37px auto 0;
    max-width: 489px;
    font-family: 'ProximaNova-Regular';
    line-height: 24px;
    color: #6b84a0;
    font-size: 18px;
}

.post-type-archive-states article.states:first-of-type {
    background: url(../images/state-1.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(2) {
    background: url(../images/state-2.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(3) {
    background: url(../images/state-3.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(4) {
    background: url(../images/state-4.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(5) {
    background: url(../images/state-5.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(6) {
    background: url(../images/state-6.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(7) {
    background: url(../images/state-7.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(8) {
    background: url(../images/state-8.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(9) {
    background: url(../images/state-9-new.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(10) {
    background: url(../images/state-10.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(11) {
    background: url(../images/state-11.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(12) {
    background: url(../images/state-12.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(13) {
    background: url(../images/state-13.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(14) {
    background: url(../images/state-14.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(15) {
    background: url(../images/state-15.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(16) {
    background: url(../images/state-16.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(17) {
    background: url(../images/state-17.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(18) {
    background: url(../images/state-18.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(19) {
    background: url(../images/state-19.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(20) {
    background: url(../images/state-20.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(21) {
    background: url(../images/state-21.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(22) {
    background: url(../images/state-22.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(23) {
    background: url(../images/state-23.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(24) {
    background: url(../images/state-24.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(25) {
    background: url(../images/state-25.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(26) {
    background: url(../images/state-26.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(27) {
    background: url(../images/state-27.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(28) {
    background: url(../images/state-28.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(29) {
    background: url(../images/state-29.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(30) {
    background: url(../images/state-30.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(31) {
    background: url(../images/state-31.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(32) {
    background: url(../images/state-32.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(33) {
    background: url(../images/state-33.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(34) {
    background: url(../images/state-34.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(35) {
    background: url(../images/state-35.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(36) {
    background: url(../images/state-36.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(37) {
    background: url(../images/state-37.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(38) {
    background: url(../images/state-38.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(39) {
    background: url(../images/state-39.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(40) {
    background: url(../images/state-40.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(41) {
    background: url(../images/state-41.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(42) {
    background: url(../images/state-42.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(43) {
    background: url(../images/state-43.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(44) {
    background: url(../images/state-44.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(45) {
    background: url(../images/state-45.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(46) {
    background: url(../images/state-46.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(47) {
    background: url(../images/state-47.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(48) {
    background: url(../images/state-48.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(49) {
    background: url(../images/state-49.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(50) {
    background: url(../images/state-50.png) no-repeat center center
}

.post-type-archive-states article.states:nth-of-type(51) {
    background: url(../images/state-51.png) no-repeat center center
}


@media only screen and (max-width: 991px){
    .post-type-archive-states article.states {
        width: 45% !important;
        background-size: contain!important;
        height: auto;
        margin: 0 5px 40px 0;
        padding: 10% 0;
    }
    .post-type-archive-states article.states h2 {
        line-height: 1.2;
        margin: 0 0 10px;
    }
    .post-type-archive-states article.states a{
        font-size: 15px;
    }
    .post-type-archive-states article.states header{
        -webkit-box-shadow:none  !important;
        -moz-box-shadow: none  !important;
        box-shadow: none !important;
    }
}