/* @override http://localhost/css/style.css */

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



body {
	color: #707070;
	font: 1em Aspira, Arial, Helvetica, Geneva, sans-serif;
}

a:link, a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
}

img, div {
	behavior: url(css/resources/iepngfix.htc)
}

@font-face {
    font-family: 'Aspira';
    src: url('webfonts/durotype_-_aspira-heavy-webfont.eot');
    src: url('webfonts/durotype_-_aspira-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/durotype_-_aspira-heavy-webfont.woff2') format('woff2'),
         url('webfonts/durotype_-_aspira-heavy-webfont.woff') format('woff'),
         url('webfonts/durotype_-_aspira-heavy-webfont.ttf') format('truetype'),
         url('webfonts/durotype_-_aspira-heavy-webfont.svg#aspiraheavy') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Aspira';
    src: url('webfonts/durotype_-_aspira-medium-webfont.eot');
    src: url('webfonts/durotype_-_aspira-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/durotype_-_aspira-medium-webfont.woff2') format('woff2'),
         url('webfonts/durotype_-_aspira-medium-webfont.woff') format('woff'),
         url('webfonts/durotype_-_aspira-medium-webfont.ttf') format('truetype'),
         url('webfonts/durotype_-_aspira-medium-webfont.svg#aspiramedium') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'Aspira';
    src: url('webfonts/durotype_-_aspira-regular-webfont.eot');
    src: url('webfonts/durotype_-_aspira-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/durotype_-_aspira-regular-webfont.woff2') format('woff2'),
         url('webfonts/durotype_-_aspira-regular-webfont.woff') format('woff'),
         url('webfonts/durotype_-_aspira-regular-webfont.ttf') format('truetype'),
         url('webfonts/durotype_-_aspira-regular-webfont.svg#aspiraregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Modern_Pictos';
    src: url('webfonts/modernpics-webfont.eot');
    src: url('webfonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/modernpics-webfont.woff2') format('woff2'),
         url('webfonts/modernpics-webfont.woff') format('woff'),
         url('webfonts/modernpics-webfont.ttf') format('truetype'),
         url('webfonts/modernpics-webfont.svg#modern_pictogramsnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

p  {
	widows: 2;
	margin-left: auto;
	margin-right: auto;
	font-size: .9em;
	line-height: 1.5em;
	max-width: 760px;
	padding: .75em 2.5%;
}

.services .description p  {
	text-align: left;
}

.services .description ul  {
	widows: 2;
	margin-left: auto;
	margin-right: auto;
	font-size: .9em;
	line-height: 1.5em;
	max-width: 760px;
	padding: .75em 2.5%;
}

.services .description ul li  {
	font-size: .9em;
	line-height: 1.5em;
	display: inline-block;
}

.services .description ul li:after  {
	content: " |";
}

.services .description ul li:last-child:after  {
	content: "";
}

.services .description ul.leftie  {
	font-size: .9em;
	line-height: 1.5em;
	display: inline-block;
	text-align: left;
}

.services .description ul.leftie li  {
	display: inline-block;
}

.services .description ul.leftie li:after  {
	content: "";
}

h1 {
	font-weight: 600;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	display: inline-block;
	font-size: 1.2em;
}

h1:after {
	content: "";
	display: block;
	border-top-color: #88ac2e;
	border-top-style: solid;
	margin-top: .5em;
	padding-bottom: 1em;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

h2 {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #88ac2e;
	font-size: 1.2em;
	line-height: 2em;
}

h3 {
	font-size: .8em;
}

.services .description h3 {
	font-weight: normal;
	font-style: normal;
	font-size: .95em;
	line-height: 2em;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	padding-left: 2.5%;
	padding-right: 2.5%;
	text-align: center;
}

.services .description h3.centered {
	text-align: center;
}

.services .description p.centered {
	text-align: center;
}

h4 {
	margin-bottom: .75em;
}

h5 {
	
}

@media screen and (min-width: 820px) {

h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 2.5em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: .8em;
}

.services .description h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
}

h4 {
	
}

h5 {
	
}
}

.accent {
}

.bold {
	font-weight: 600;
}
.italic {
	font-style: italic;
}

.caps {
	text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}

.normal_case {
	text-transform: none;
}

.hidden {
	visibility: hidden;
}

.reduced {
	font-size: .85em;
}

img {
	max-width: 100%;
}
.box-shadow {
  -moz-box-shadow: 0px 0px 6px #000; /* Firefox */
  -webkit-box-shadow: 0px 0px 6px #000; /* Safari, Chrome */
  box-shadow: 0px 0px 6px #000; /* CSS3 */
}

.box_round {
     -moz-border-radius: 12px; /* FF1+ */
  -webkit-border-radius: 12px; /* Saf3-4 */
          border-radius: 12px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
	overflow: auto;
	height: 0;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
.centered {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}
label.error {
	color: #c30;
	display: block;
	padding-bottom: 1em;
}

/* @group Layout, Nav & Common */

.inner_wrap {
	max-width: 1034px;
	margin-left: auto;
	margin-right: auto;
	padding: .5em;
	
}

#header{
	position: relative;
	z-index: 2;
}

#header .inner_wrap {
	max-width: 1025px;
}

#logo {
	width: 160px;
	height: auto;
	position: absolute;
	top: .5em;
}

#phone {
	text-align: center;
	text-transform: uppercase;
	color: white;
	background-color: #072a40;
	padding: .2em;
}

#phone a {
	font-weight: bold;
	font-size: 110%;
}

#menu {
	display:none;
}

.slicknav_menu {
	border-bottom: 2px solid #072a40;
	padding-bottom: .2em;
}

.slicknav_nav .fb a, .slicknav_nav .fb a:hover {
	font-size: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../graphics/common/fb_header.png) no-repeat center center;
	float: left;
}

.slicknav_nav .linkedin a, .slicknav_nav .linkedin a:hover {
	font-size: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../graphics/common/linkedin_header.png) no-repeat center center;
	float: left;
	padding-right: 0;
}

#content {
	background-color: #fff;
	-moz-box-shadow:    inset 1px 30px 25px -20px #d7d6d6;
   -webkit-box-shadow: inset 1px 30px 25px -20px #d7d6d6;
   box-shadow:         inset 1px 30px 25px -20px #d7d6d6;
	text-align: center;
}

#testimonials {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 3em;
}

#testimonials p, #testimonials h4 {
	max-width: 760px;
	padding-right: 70px;
	padding-left: 70px;
	margin-left: auto;
	margin-right: auto;
}

#quote_bar {
	text-align: center;
	color: white;
	background-color: #122e41;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

#quote_bar a {
	-moz-border-radius: 6px; /* FF1+ */
  -webkit-border-radius: 6px; /* Saf3-4 */
          border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	text-transform: uppercase;
	font-size: 1.5em;
	padding: .25em 2em;
}

#quote_bar a:hover {
	background-color: white;
	color: #1c3242;
}

#footer {
	font-size: .80em;
	padding-top: 2em;
	padding-bottom: 2em;
}

#footer .inner_wrap {
	max-width: 1025px;
}

#footer a:hover {
	color: #88ac2e;
}

#footer .col_left {
	clear: both;
	text-align: center;
}

#footer .col_left img {
	margin-bottom: 1em;
}

#footer .phone {
	display: block;
}

#footer_menu li {
	list-style-type: none;
	text-transform: uppercase;
	line-height: 1.75em;
	padding-bottom: 1em;
	text-align: center;
}

#footer_menu li li {
	text-transform: none;
	padding-bottom: 0;
	float: none;
}

#footer_menu li.social {
	display: block;
	float: none;
}

#footer_menu .fb {
	background: url(../graphics/common/fb_footer.png) no-repeat;
	display: inline-block;
	width: 26px;
	height: 26px;
}

#footer_menu .linkedin {
	background: url(../graphics/common/linkedin_footer.png) no-repeat;
	display: inline-block;
	width: 26px;
	height: 26px;
}

.worx {
	background: url(../graphics/common/worx.png) no-repeat right center;
	padding-right: 57px;
	min-height: 13px
	;
}

@media screen and (min-width: 420px) {
}

@media screen and (min-width: 760px) {

#phone {
	background: #072a40 url(../graphics/common/phone_header.png) no-repeat center center;
}

#phone li {
	display: inline-block;
	line-height: 3em;
	padding-left: 2em;
	padding-right: 2em;
}

#logo {
	width: auto;
	height: auto;
	margin-top: 0;
	position: static;
}

#header{
	
}

/* #menu is the original menu */

.slicknav_menu {
	display:none;
	}

#menu {
	display: block;
	float: right;
	clear: right;
	padding-top: .5em;
	padding-bottom: 1em;
}

#menu #home_link {
	display: none;
}

#menu .fb a {
	font-size: 0;
	width: 30px;
	height: 30px;
	background: url(../graphics/common/fb_header.png) no-repeat center center;
	float: left;
	top: 8px;
	margin-right: 6px;
}

#menu .linkedin a {
	font-size: 0;
	width: 30px;
	height: 30px;
	background: url(../graphics/common/linkedin_header.png) no-repeat center center;
	float: left;
	top: 8px;
	margin-right: 6px;
}

#content .inner_wrap {
	background-color: white;
	max-width: 960px;
	-moz-box-shadow: 0px 0px 60px #a7a7a7; /* Firefox */
  -webkit-box-shadow: 0px 0px 60px #a7a7a7; /* Safari, Chrome */
  box-shadow: 0px 0px 60px #a7a7a7;
	overflow: auto;
	padding: 2.5% 5% 2.5% 2.5%;
}

#footer .col_left {
	text-align: left;
	float: left;
	display: inline;
	position: relative;
	clear: left;
	padding-right: 1em;
	min-width: 32%;
}

#footer .phone {
	display: inline;
}

#footer .col_right {
	float: right;
}

#footer_menu  {
	position: static;
	top: 0;
	right: 0;
	float: right;
}

#footer_menu li {
	text-align: left;
	padding-right: 1em;
}

#footer_menu .col {
	float: left;
}

#footer_menu li li {
	float: none;
	display: block;
}
}



/* @end */

/* @group Content */

/* @group Home */

#home .slider_img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#home .services {
	text-align: center;
	padding-bottom: 2em;
}

#home #slide_head_one {
	width: 100%;
	height: 51.64vw;
	max-height: 595px;
	background: no-repeat center center;
	background-size: cover;
}

#home #slide_head_two {
	width: 100%;
	height: 51.64vw;
	max-height: 595px;
	background: url(../graphics/home/home_slider2.jpg) no-repeat center center;
	background-size: cover;
}

#home #slide_head_three {
	width: 100%;
	height: 51.64vw;
	max-height: 595px;
	background: url(../graphics/home/home_slider3.jpg) no-repeat center center;
	background-size: cover;
}

#home #slide_head_four {
	width: 100%;
	height: 51.64vw;
	max-height: 595px;
	background: url(../graphics/home/home_slider4.jpg) no-repeat center center;
	background-size: cover;
}

#home .services li {
	display: inline-block;
}

#home .services li a {
	display: block;
	min-width: 92px;
	padding-top: 92px;
	margin: .5em 2.2em;
}

#home .personal {
	background: url(../graphics/icons/personal.png) no-repeat;
}

#home .business {
	background: url(../graphics/icons/business.png) no-repeat;
}

#home .life {
	background: url(../graphics/icons/life.png) no-repeat;
}

#home #family {
	text-align: center;
	background-color: #f8f8f8;
	padding-bottom: 2em;
}

#home #family li {
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-right: 1em;
	margin-left: 1em;
	padding-bottom: 1em;
	max-width: 20%;
}

#home #family li img {
	display: block;
	border: 2px solid white;
	margin-bottom: .3em;
}



/* @end */

/* @group About */

#about #family {
	text-align: center;
	background-color: #f8f8f8;
	padding-bottom: 2em;
}

#about #family li {
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-right: 1em;
	margin-left: 1em;
	padding-bottom: 1em;
	max-width: 20%;
	outline: none !important;
border: 0 !important;
outline: 0 !important;
}

#about #family li img {
	display: block;
	border: 2px solid white;
	margin-bottom: .3em;
}

#about #family li a {
outline: none !important;
border: 0 !important;
outline: 0 !important;
}

#about #family li.ui-state-active img{
outline: 3px solid #88ac2e;
  outline-offset: -3px;
	overflow: hidden;
}

#about .ui-tabs-panel{
	clear: both;
	text-align: center;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 2.5em 2.5% 2em;
}

#resources #content {
	text-align: center;
}

#resources #bill_pay{
	width: 90%;
	max-width: 780px;
	margin-left: auto;
	list-style-type: none;
	margin-right: auto;
	text-align: center;
}

#resources #bill_pay li{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	overflow: auto;
	padding: 1em 10%;
}

#resources #bill_pay img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#bill_pay a {
	-moz-border-radius: 6px; /* FF1+ */
  -webkit-border-radius: 6px; /* Saf3-4 */
          border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	text-transform: uppercase;
	color: #88ac2e;
	display: inline-block;
	padding: .1em .5em;
	font-size: 1.25em;
	margin-top: 1em;
}

#bill_pay a:hover {
	background-color: #88ac2e;
	color: white;
}

#resources #affiliations {
	text-align: center;
	background-color: #f8f8f8;
	padding-bottom: 2em;
}

#resources #affiliations li {
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-right: 1em;
	margin-left: 1em;
	padding-bottom: 1em;
	max-width: 20%;
	position: relative;
}

.submit_bar {
	clear: both;
	text-align: center;
	color: white;
	background-color: #88ac2e;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.submit_bar .submit_button {
	-moz-border-radius: 6px; /* FF1+ */
  -webkit-border-radius: 6px; /* Saf3-4 */
          border-radius: 6px;
	text-transform: uppercase;
	font-size: 1.5em;
	padding: .25em 2em;
	background-color: #88ac2e;
	color: white;
	display: inline-block;
	border: 1px solid white;
	cursor: pointer;
}

.submit_bar .submit_button:hover {
	background-color: white;
	color: #88ac2e;
}

@media screen and (min-width: 760px) {

#resources #bill_pay img{
	float: left;
}

#bill_pay a {
	float: right;
	}
}



/* @end */

/* @group Services */

.services #content {
	text-align: center;
}

#personal .header_img {
	width: 100%;
	height: 51.64vw;
	max-height: 595px;
	background: url(../graphics/services/slide_personal.jpg) no-repeat center center;
	background-size: cover;
}

#business .header_img {
	width: 100%;
	height: 51.64vw;
	max-height: 595px;
	background: url(../graphics/services/slide_business.jpg) no-repeat center center;
	background-size: cover;
}

#life .header_img {
	width: 100%;
	height: 51.64vw;
	max-height: 595px;
	background: url(../graphics/services/slide_life.jpg) no-repeat center center;
	background-size: cover;
}

.services #service_nav {
	text-align: center;
	padding-bottom: 3em;
	padding-top: 3em;
}

.services #service_nav li {
	display: inline-block;
}

.services #service_nav li a {
	display: block;
	min-width: 92px;
	padding-top: 92px;
	margin: .5em 2.2em;
}

.services #service_nav .personal {
	background: url(../graphics/icons/personal_gray.png) no-repeat;
}

.services #service_nav .business {
	background: url(../graphics/icons/business_gray.png) no-repeat;
}

.services #service_nav .life {
	background: url(../graphics/icons/life_gray.png) no-repeat;
}

#personal #service_nav .personal {
	background: url(../graphics/icons/personal.png) no-repeat;
}

#business #service_nav .business {
	background: url(../graphics/icons/business.png) no-repeat;
}

#life #service_nav .life {
	background: url(../graphics/icons/life.png) no-repeat;
}

.services .description {
	background-color: #f8f8f8;
	padding-bottom: 2em;
}

@media screen and (min-width: 760px) {
}



/* @end */

/* @group Contact */

#contact .form_wrap {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding: 2%;
}

#contact .sec_2 {
	background-color: #f8f8f8;
	padding-top: 1%;
	padding-bottom: 1%;
}

#contact textarea {
	width: 95%;
	height: 10em;
	color: #072a40;
	border: 1px solid #c2c2c2;
	font: .85em Aspira;
	     -moz-border-radius: 2px; /* FF1+ */
  -webkit-border-radius: 2px; /* Saf3-4 */
          border-radius: 2px;
          outline: none !important;
outline: 0 !important;
	float: left;
	margin: 1% 1% 2%;
	padding: 1.5% 1%;
}

#contact .text_field {
	width: 95%;
	color: #072a40;
	border: 1px solid #c2c2c2;
	font: .85em Aspira;
		     -moz-border-radius: 2px; /* FF1+ */
  -webkit-border-radius: 2px; /* Saf3-4 */
          border-radius: 2px;
          outline: none !important;
outline: 0 !important;
	float: left;
	margin: 1px 1% 2%;
	padding: 1.5% 1%;
}

#locations  {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
	padding-right: 2.5%;
	padding-left: 2.5%;
	padding: 2.5%;
	text-align: center;
	list-style-type: none;
	overflow: auto;
}

#locations h1:after  {
	padding-bottom: .5em;
}

#locations p  {
	padding-bottom: 1em;
	font-size: 1.1em;
}

#locations a  {
	color: #88ac2e;
}

@media screen and (min-width: 760px) {

#contact .forty.text_field {
	width: 35%;
}

#contact .sixty.text_field {
	width: 56%;
}

#locations li  {
	width: 50%;
	float: left;
}
}





/* @end */

/* @group Quote */

#quote #switcher {
	text-align: center;
	padding-bottom: 3em;
	padding-top: 3em;
	background-color: #88ac2e;
	color: white;
}

#quote #switcher h3 {
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 1em;
}

#quote #switcher li {
	display: inline-block;
	outline: none !important;
border: 0 !important;
outline: 0 !important;
}

#quote #switcher li a {
	display: block;
	min-width: 92px;
	padding-top: 107px;
	margin: .5em 2.2em;
	outline: none !important;
border: 0 !important;
outline: 0 !important;
	text-transform: uppercase;
	font-size: 1.2em;
}

#quote #switcher .life {
	background: url(../graphics/icons/life_fade.png) no-repeat;
}

#quote #switcher .auto {
	background: url(../graphics/icons/auto_fade.png) no-repeat;
}

#quote #switcher .home {
	background: url(../graphics/icons/home_fade.png) no-repeat;
}

#quote #switcher .ui-state-active .life {
	background-image: url(../graphics/icons/life_white.png);
}

#quote #switcher .ui-state-active .auto {
	background-image: url(../graphics/icons/auto_white.png);
}

#quote #switcher .ui-state-active .home {
	background-image: url(../graphics/icons/home_white.png);
}

#quote .form_wrap {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding: 2%;
}

#contact .sec_2 {
	background-color: #f8f8f8;
	padding-top: 1%;
	padding-bottom: 1%;
}

#quote .sec {
	margin-top: 2em;
	clear: both;
	display: inline-block;
}

#quote .cols {
	width: 97%;	
	padding: 1.5% 1%;
	clear: both;
	overflow: auto;
}

#quote textarea {
	width: 95%;
	height: 10em;
	color: #072a40;
	border: 1px solid #c2c2c2;
	font: .85em Aspira;
	     -moz-border-radius: 2px; /* FF1+ */
  -webkit-border-radius: 2px; /* Saf3-4 */
          border-radius: 2px;
          outline: none !important;
outline: 0 !important;
	float: left;
	margin: 1% 1% 2%;
	padding: 1.5% 1%;
}

#quote .text_field {
	width: 95%;
	color: #072a40;
	border: 1px solid #c2c2c2;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3-4 */
    border-radius: 2px;
    outline: none !important;
	outline: 0 !important;
	float: left;
	padding: 1.5% 1%;
	font: .85em Aspira;
	margin-right: 1%;
	margin-bottom: 3%;
	margin-left: 1%;
}

#quote .styled_select select {
	background: transparent;
	width: 103%;
	color: #707070;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;
	outline: none !important;
	border: 0 !important;
	outline: 0 !important;
	z-index: 2;
	position: relative;
	font: .85em/2em Aspira;
}

#quote .styled_select {
	width: 95%;
	color: #707070;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3-4 */
    border-radius: 2px;
    outline: none !important;
	outline: 0 !important;;
	float: left;
	margin: 1px 1% 2%;
	margin-top: 1em;
	cursor: pointer;
	outline: none !important;
	outline: 0 !important;
	border: 1px solid #c2c2c2;
	padding: 2%;
	position: relative;
	background: transparent no-repeat 98% center;
	font: 600 .85em Neris;
}

#quote .styled_select:after {
	content: "/";
	float: right;
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border-left: 1px solid #c2c2c2;
	z-index: 0;
	font: 2.1em/1.5em Modern_Pictos;
	padding-left: 4%;
	padding-right: 4%;
}

#quote h3 {
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-size: 1em;
}

#quote #drivers h3, #quote #coverage_options h3 {
	color: #88ac2e;
}

#quote #drivers {
	background-color: #f8f8f8;
	padding-top: 1%;
	padding-bottom: 1%;
}

#quote #drivers label {
	width: 95%;
	max-width: 480px;
	display: inline-block;
}

#quote #auto_form .submit_bar, #quote #auto_form .submit_bar .form_wrap {
	padding-top: 0;
}

#quote #auto_form .submit_bar h3 {
	margin-bottom: .5em;
	margin-top: 1.5em;
}

#quote .cols .text_field {
	width: 97%;
}

#quote #deed_holders {
	background-color: #f8f8f8;
	padding-top: 1%;
	padding-bottom: 1%;
}

#quote #deed_holders h3 {
	color: #88ac2e;
}

#quote #home_specs {
	background-color: #f8f8f8;
	padding-top: 1%;
	padding-bottom: 1%;
}

#quote #home_specs h3 {
	color: #88ac2e;
}

.green_toggle_bar {
	clear: both;
	text-align: center;
	color: white;
	background-color: #88ac2e;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

#quote #additional_info {
	background-color: #f8f8f8;
	padding-top: 1%;
	padding-bottom: 1%;
}

#quote #additional_info h3 {
	color: #88ac2e;
	margin-bottom: 0;
	margin-top: 1em;
	display: inline-block;
}

@media screen and (min-width: 760px) {

#quote .forty.text_field {
	width: 29%;
}

#quote .sixty.text_field {
	width: 62%;
}

#quote .fifty.text_field {
	width: 48.5%;
}

#quote .third.text_field {
	width: 29.5%;
}

#quote .twentyfive.text_field {
	width: 19%;
}

#quote textarea {
	font-size: 1.2em;
}

#quote .text_field {
	font-size: 1.2em;
}

#quote .question {
	font-size: 1.2em;
}

#quote .cols .left {
	float: left;
	width: 48%;
}

#quote .cols .right {
	float: right;
	width: 48%;
}

#quote .cols .text_field {
	padding: 3% 2%;
	font: .85em Aspira;
	margin: 3% 2% 2%;
	width: 94%;
}

#quote h3 {
	font-size: 1.5em;
}

#quote #coverage_options .styled_select {
	width: 44%;
	padding: 1%;
	float: left;
}

#quote #coverage_options .styled_select:nth-child(odd) {
	padding: 1%;
	float: left;
	margin-left: 4%;
}

.green_toggle_bar .row {
	float: left;
	width: 28%;
	padding-right: 3%;
	padding-left: 2%;
}
}





/* @end */

/* @group Referral */

#referrals #qualify {
	background-color: #f8f8f8;
	padding-bottom: 2em;
}

#referrals #qualify h2 {
	color: #707070;
}





/* @end */

/* @end */

