@import "https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap|Work+Sans:900&display=swap";

*,:after,:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


body {
	background-color:#FFF;
	color:#363636;
	margin:0;
	padding:0;
	font-size:15px;
	font-family: 'Arial', sans-serif;
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale; /* Fix Firefox Font Weight Issue */
}

header {
	display:block;
	position:fixed;
	width:100%;
	height: 132px;
	top:0;
	left:0;
	z-index:100;
	background-image: url('../images/header_background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	transition:all .4s ease;
	box-shadow: 0px 4px 5px rgba(65, 65, 65, 0.35);
}

@media screen and (max-width: 900px) and (orientation:landscape) { 
	header {
		position: absolute;
	}
}

/* Begin Progress Bar */
#progress_bar_container {
	position:fixed;
	z-index:99999999999999;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	display:none;
	overflow:scroll;
	background-color:rgba(0,0,0,0.5);
}

#progress_text {
	position:relative;
	vertical-align:middle;
	background-color:#ffffff;
	margin:20%;
	padding:40px;
	box-shadow:1px 1px 15px rgba(125,125,125,0.81);
	border-radius:5px;
	text-align:center;
	color:#3399CC;
	font-size:1.5em;
	font-weight:700;
}

body.mobile #overlay {
	margin:5%;
	padding:10px;
}

/* End Progress Bar */

#hero {	
	display:block;
	position:relative;
	margin:0;
	z-index:2;
	height:auto;
	margin-top:132px;
	min-height:500px;
	overflow:hidden;
	background-image: url('../images/hero_background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	transition:all .4s ease;
}

.hero-overlay {
	position:absolute;
	top:10%;
	right: 0;
	width: 50%;
	z-index:600;
	font-size: 2em;
	font-weight: 200;
	color:#FFF;
	padding:0px 10px 0 0;
	text-align:center;
}

.hero-overlay span {
	font-weight: 800;
/* 	white-space: nowrap */
}

.quote-overlay {
	position:absolute;
	bottom:0;
	right: 0;
	width:50%;
	z-index:600;
	color:#FFF;
	padding:0px;
	margin: 0 auto;
	text-align:center;	
}

.quote-background {
	background-image: url('../images/header_background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
/* 	background-color: rgba(51, 153, 204, 0.50); */
	border-top: #FFF solid thin;
	border-left: #FFF solid thin;
}

.quote_1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 3em;
	text-transform: uppercase;
	text-shadow: 1px 3px 2px rgba(65, 65, 65, 0.35);
	padding: 0 10px
}

.quote_2 {
	font-weight: 500;
	font-size: 1.5em;
	padding: 0 10px
}

.quote_3 {
	font-weight: 900;
	font-size: 2em;
	text-transform: uppercase;
	padding: 0 10px
}

input.quote_zip {
	width: auto !important;
	text-align: center;
	padding: 0 10px;
}

input.quote_submit {
	border:3px solid #F78B00 !important;
	background: #F78B00 !important
}

input.quote_submit:hover {
	border:3px solid #F78B00 !important;
	background: #FFF !important;
	box-shadow:none !important
}

table.quote_results {
	width: 100%;
	border-collapse: separate;
	border-spacing: 7px;
	font-size: 1em;
}


table.quote_results td {
	padding: 7px;
	width: 25%;
	vertical-align: top;
	text-align: center;
	background-color: #E5E5E5;
	margin: 7px 0;
}

table.quote_results td.highlighted, .highlighted {
	background-color: #E5F7FD;
}

table.quote_results td h2 {
	font-weight: 200;
	color: #363636;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.25em;
	height: 40px;
}

.company_logo {
	height: 110px;
	position: relative;
}

table.quote_results td img {
	position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
	width:60%;
	height: auto;
	max-width: 150px !important;
    margin: auto;
}


table.quote_results .premium {
	font-weight: 700;
	font-size: 1.5em;
}

table.quote_results a.apply {
	font-size: 15px;
}

table.quote_results div.data {
	padding: 5px 0;
	font-size: .9em;
}


@media screen and (max-width: 850px) {
	table.quote_results {
		font-size: .75em;
	}	
	
	body.mobile table.quote_results {
		font-size: 1em;
	}
	
	table.quote_results td img {
		width:100% !important;
	}
	
	table.quote_results a.apply {
		font-size: 12px !important;
		padding: 6px 6px;
	}
	
	table.quote_results .premium {
		font-size: 1.25em;
	}
}

.envelope_container {
	position:relative;
	margin:0;
	padding:0;
	text-align:center;
}

.envelope_container img {
	-moz-filter:none;
	-ms-filter:none;
	-o-filter:none;
	filter:none;
}

.envelope_container:hover img {
	-moz-filter:grayscale(1);
	-ms-filter:grayscale(1);
	-o-filter:grayscale(1);
	filter:grayscale(1);
}

.envelope_container:before {
	content:"";
	background:inherit;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	-webkit-filter:blur(35px);
/* Safari 6.0 - 9.0 */
	filter:saturate(180%) blur(20px) grayscale(100%);
	overflow:hidden;
	-moz-overflow:hidden;
}

.envelope_container img {
	-webkit-filter:blur(0);
	filter:blur(0);
}

.envelope_image {
	display:block;
	width:100%;
	height:auto;
}

.overlay {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	overflow:hidden;
	width:100%;
	height:100%;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	-webkit-transition:.3s ease;
	transition:.3s ease;
}

.envelope_container:hover .overlay {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.envelope {
	color:#fff;
	font-size:20px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-align:center;
}

img.grayscale {
	-moz-filter:grayscale(1) contrast(.05);
	-ms-filter:grayscale(1) contrast(.05);
	-o-filter:grayscale(1) contrast(.05);
	filter:grayscale(1) contrast(.05);
}

div.logo {
	display:block;
	z-index:105;
	text-align: center
}

div.logo img {
	width: 600px;
	height: auto;
	margin:10px 0 0 10px;
	transition:all .4s ease;
}

div.logo {
	font-family: 'Work Sans', sans-serif;
	font-size:60px;
	font-weight:900;
	line-height:1em;
	font-style: none;
	text-shadow: 3px 6px 5px rgba(65, 65, 65, 0.79);
	padding: 10px;
}

div.logo span {
	font-size:65px;
	font-family: 'Times';
	font-style: italic;
	font-weight:100
}

div.logo a, div.logo a:visited, div.logo a:hover {
	text-decoration:none;
	color:#FFF !important;
}

div.logo a span, div.logo a:visited span {
	text-decoration:none;
	color:#FFF;
}

div.call_us:before {
	display:block;
	content:"";
	margin:5px auto;
	width:60%;
	border-bottom:rgba(255, 255, 255, 0.54) solid 1px;
}

div.call_us {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:40px;
	font-weight:bold;
	line-height:1em;
	color: #FFF
}

/*
body.scroll header div.logo {
	top:12px;
}
*/

/*
body.scroll div.logo {
	font-size: 40px;
	margin: 0;
}
*/
#pagecell {
	position:relative;
	padding-bottom:10px;
 	max-width:1480px;
	margin:auto;
	background-color:rgba(255,255,255,1);
}

#content_container {
	width:100%;
	margin:130px auto 0;
	min-height:600px;
}

body.home #content_container {
	margin-top:0!important;
	min-height:auto!important;
}

#content_container.no_top_margin {
	margin-top:0;
}

.content_sidebar_fix {
	margin-right:10px;
}

#content {
	text-align:left;
	min-height:425px;
	height:auto!important;
	padding:25px;
	letter-spacing:normal;
	white-space:normal;
	font-size:16px;
}

body.home #content {
	min-height:auto!important;
}

p {
	line-height:1.25em;
	padding:5px 0;
}

a {
	outline:none;
}

a:link,a:visited {
	color:#3399CC;
}

a:visited {
	color:#3399CC;
}

a:hover {
	color:#F78B00;
	text-decoration:underline;
}

#content ol {
	padding:0;
	list-style-type:decimal;
}

#content ol li ol {
	padding:0;
	list-style-type:upper-alpha;
}

#content ol li ol li ol {
	padding:0;
	list-style-type:lower-alpha;
}

#content ol li ol li ol li ol {
	padding:0;
	list-style-type:upper-roman;
}

#content ol li {
	margin-left:1.5em;
}

#content ul {
	list-style:none;
	padding:0;
	margin-left:25px;
}

#content ul li {
	padding-left:0;
}

#content ul li:before {
	content:"\f0a9";
	font-family:"Font Awesome 5 Free";
	display:inline-block;
	margin-left:0;
	width:1.5em;
	color:#FA9B34;
}

#content ul li ul li:before {
	content:"\2022";
	display:inline-block;
	margin-left:0;
	width:1em;
	color:#FA9B34;
}

#content ul li ul li ul li:before {
	content:"\f105";
	font-family:"Font Awesome 5 Free";
	display:inline-block;
	margin-left:0;
	width:1em;
	color:#FA9B34;
}

#content ul li ul li ul li ul li:before {
	content:"\2022";
	display:inline-block;
	margin-left:0;
	width:1em;
	color:#FA9B34;
}

li .inline_list_left {
	float:left;
	width:5em;
}

li .inline_list_right {
	float:right;
	width:5em;
}

section.gray {
	background:#F1F1F2;
	padding: 35px;
	margin: 0;
}

body.mobile	table:not(.no_resize) {
	width:100%!important;
	height:auto!important;
	overflow:hidden;
}

body.mobile	table:not(.no_resize) th,body.mobile table:not(.no_resize) td {
	padding:10px;
}

body.mobile	table:not(.no_resize) td {
	display:block;
	width:100%!important;
	height:auto!important;
	overflow:hidden;
	text-align:center!important;
}

body.mobile	table:not(.no_resize) td p,body.mobile table:not(.no_resize) td div,body.mobile table:not(.no_resize) td ul li {
	text-align:center;
}

body.mobile	table:not(.no_resize) td img:not(.no_resize) {
	max-width:100%!important;
	height:auto!important;
	margin-left:0!important;
	margin-right:0!important;
	margin:auto;
}

#content_container img,footer img,.footer_hands img {
	max-width:100%;
	height:auto!important;
}

/* Convert floated images to blocks in mobile view */
body.mobile #content img {
	float:none!important;
	margin: auto!important;
	margin-right:0;
	margin-left:0;
	padding-bottom:10px;
	display:block;
}

table.chart {
	background-color:none;
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	margin:40px auto;
	border-radius: 5px;
	padding: 10px;
	font-size: .9em;
	border: #3399CC solid thin;
}

table.chart:not(.columns) tr:nth-child(odd) {
	background-color:#E5E5E5;
}

table.chart th {
	background-color:#488AB0;
	color:#fff;
	padding:8px 10px;
	font-size:.8em;
	vertical-align: top;
}

table.chart tr.subhead {
    font-weight: bold;
    color: #3399CC;
}

table.chart td {
	width:25%;
    padding: 5px;
}

table.chart td:not(body.mobile table.chart td) {
	padding:5px;
	font-size:.8em;
}

table.chart tr:not(.nohover):hover {
	background-color:rgba(51, 153, 204, 0.33) !important;
}

table.chart a {
	color:#065692;
}

body.mobile table.chart {
	font-size: .7em;
}

body.mobile table.chart td {
	padding:5px 15px!important;
}




hr {
	border:none;
	border-top:1px #003466 solid;
	padding:20px 0;
	margin:10px 0;
}

h1,h2,h3,h4,h5,h6 {
	color:#3399CC;
	font-weight:400;
	text-align:left;
}

h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:40px;
	font-weight:500;
	line-height:1em;
	text-align:center;
	margin:10px 0 15px;
}

h2 {
	margin:10px auto;
	font-size:28px;
	font-weight:400;
}

h3 {
	margin:10px auto;
	font-size:24px;
	font-weight:400;
}

h4 {
	margin:10px 0 15px;
	font-size:18px;
	font-weight:400;
}

h5,h6 {
	margin:10px 0 15px;
	font-size:16px;
	font-weight:400;
}

blockquote {
	font-size:1em;
	margin:10px 30px;
	padding:10px 40px;
	line-height:1.45;
	position:relative;
	text-align:left;
}

blockquote:before {
	display:block;
	content:"\201C";
	font-family: Times;
	font-size:4em;
	position:absolute;
	left:0px;
	top:-20px;
	color:#000;
}

blockquote:after {
	display:block;
	content:"\201D";
	font-family: Times;
	font-size:4em;
	position:absolute;
	right:0px;
	top:-20px;
	color:#000;
}

body.mobile blockquote:before,body.mobile blockquote:after {
	font-size:4em;
}

section.testimonials {
	background-image: url('../images/testimonials-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color: black;
	padding: 10% 20%;
}

body.mobile section.testimonials {
	padding: 5%;
}

.testimonial_container {
	background-color: rgba(255, 255, 255, 0.80);
	padding: 25px;
}

.testimonials_title {
	text-align: center;
	font-size: 2em;
}

.author {
	text-align: center;
}

.gradient {
	background: #fd9901;
	background: -moz-linear-gradient(top,  #fd9901 0%, #ea7500 100%);=
	background: -webkit-linear-gradient(top,  #fd9901 0%,#ea7500 100%);
	background: linear-gradient(to bottom,  #fd9901 0%,#ea7500 100%);
}

.step1 {
	color: #FFF;
	padding: 20px;
}

.step1 h1 {
	color: #FFF;
}

.step1 p {
	color: #363636;
}

a.button {
	display: inline-block;
	color:#FFF;
	width:auto;
	font-size:20px;
	font-weight: bold;
	overflow:hidden;
	padding:12px 12px;
	margin:10px 0;
	text-align: center;
	text-decoration:none;
	cursor:pointer;
	letter-spacing:1px;
	-webkit-transition:background .3s ease;
	-moz-transition:background .3s ease;
	-o-transition:background .3s ease;
	transition:background .3s ease;
	background: #fd9901;
	background: -moz-linear-gradient(top,  #fd9901 0%, #ea7500 100%);=
	background: -webkit-linear-gradient(top,  #fd9901 0%,#ea7500 100%);
	background: linear-gradient(to bottom,  #fd9901 0%,#ea7500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9901', endColorstr='#ea7500',GradientType=0 );
	border:none;
}

a.button:hover {
	background:none;
	background-color:#FFF;
	text-decoration:none;
	border:none;
	color: #EA7500;
	box-shadow: inset 0px 0px 0px 2px #EA7500;
}

a.blue_button {
	display: inline-block;
	color:#FFF;
	width:auto;
	font-size:20px;
	font-weight: bold;
	overflow:hidden;
	padding:12px 12px;
	margin:10px 0;
	text-align: center;
	text-decoration:none;
	text-transform: uppercase;
	cursor:pointer;
	letter-spacing:1px;
	-webkit-transition:background .3s ease;
	-moz-transition:background .3s ease;
	-o-transition:background .3s ease;
	transition:background .3s ease;
	background: #16a4d4;
	background: -moz-linear-gradient(top, #16a4d4 0%, #118bae 100%); 
	background: -webkit-linear-gradient(top, #16a4d4 0%,#118bae 100%);
	background: linear-gradient(to bottom, #16a4d4 0%,#118bae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16a4d4', endColorstr='#118bae',GradientType=0 );
	border:none;
}

a.blue_button:hover {
	background:none;
	background-color:#FFF;
	text-decoration:none;
	border:none;
	color: #118bae;
	box-shadow: inset 0px 0px 0px 2px #118bae;
}

.external-icon {
	vertical-align:baseline;
	font-size:60%!important;
	padding:3px;
	vertical-align:super;
}

a.external {
	white-space:nowrap;
}

iframe {
	max-width:100%;
}

.responsive-iframe {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.responsive-iframe iframe,.responsive-iframe object,.responsive-iframe embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#mobile_nav {
	display:block;
}

body.mobile-menu #mobile_nav,body.touch #mobile_nav {
	display:block;
}

#mobile_nav {
	position:absolute;
	top:13px;
	right:20px;
	margin:0;
	width:60px;
	height:50px;
	text-align:center;
	padding:0;
	z-index:500;
	transition:all .4s ease;
}

#mobile_nav a {
	text-decoration:none;
	line-height:normal;
}

.mobile-nav-toggle {
	position:absolute;
	width:30px;
	height:30px;
	top:15px;
	right:20px;
	vertical-align:middle;
	cursor:pointer;
	color:#FFF;
	padding:0;
	display:inline-block;
	z-index:1002;
	transition:top .4s ease;
}

.top-bar {
	width:40px;
	height:2px;
	background-color:#fff;
	position:absolute;
	top:0;
	transition:transform .1s .1s ease-in-out;
	-webkit-transition:transform .1s .1s ease-in-out;
	-moz-transition:transform .2s .2s ease-in-out;
	-o-transition:transform .1s .1s ease-in-out;
}

.middle-bar {
	width:40px;
	height:2px;
	background-color:#fff;
	position:absolute;
	top:10px;
	transition:opacity 0 .1s linear;
	-webkit-transition:opacity 0 .1s linear;
	-moz-transition:opacity 0 .1s linear;
	-o-transition:opacity 0 .1s linear;
}

.bottom-bar {
	width:40px;
	height:2px;
	background-color:#fff;
	position:absolute;
	top:20px;
	transition:transform .1s .1s ease-in-out;
	-webkit-transition:transform .1s .1s ease-in-out;
	-moz-transition:transform .1s .1s ease-in-out;
	-o-transition:transform .1s .1s ease-in-out;
}

.toggle-name {
	position:absolute;
	top:26px;
	left: 0;
	font-size: 14px;
}

div.mobile-nav-toggle.open .top-bar {
	transform:rotate(45deg);
	-webkit-transition:rotate(45deg);
	-moz-transition:rotate(45deg);
	-o-transition:rotate(45deg);
	top:7px;
}

div.mobile-nav-toggle.open .middle-bar {
	opacity:0;
}

div.mobile-nav-toggle.open .bottom-bar {
	transform:rotate(-45deg);
	-webkit-transition:rotate(-45deg);
	-moz-transition:rotate(-45deg);
	-o-transition:rotate(-45deg);
	top:7px;
}

#cssmenu,#cssmenu ul,#cssmenu li,#cssmenu a {
	margin:auto;
	padding:0;
	border:0;
	list-style:none;
	font-weight:400;
	text-decoration:none;
	line-height:1em;
	font-size:18px;
	position:relative;
	text-align:left;
}

#cssmenu {
	width:100%;
	margin:auto;
	z-index:99999;
	position:fixed;
	background-color:rgba(0,0,0,0.75);
}

#cssmenu {
	top:132px;
}

/*
body.scroll #cssmenu {
	top:105px;
	transition:all .4s ease;
}
*/
#cssmenu a {
	line-height:normal;
}

#cssmenu > ul > li {
}

#cssmenu > ul > li > a {
	display:block;
	line-height:20px;
	color:#FFF;
}

#cssmenu > ul > li.active > a {
	color:#bcbcbc;
}

#cssmenu > ul > li > a > span,#cssmenu > ul > li > ul > li > a > span {
	display:block;
	padding:8px 20px;
}

#cssmenu a:hover {
	text-decoration:none;
	color:#3399CC!important;
}

#cssmenu > ul > li.active,#cssmenu > ul > li.active > ul > li {
	border:none;
	color:#3399CC!important;
}

#cssmenu > ul > li.has-sub > a i.nav_plus,#cssmenu > ul > li > ul > li.has-sub > a i.nav_plus {
	float:right;
	display:inline-block;
}

#cssmenu > ul > li.has-sub > a i.nav_minus,#cssmenu > ul > li > ul > li.has-sub > a i.nav_minus {
	float:right;
	display:none;
}

#cssmenu > ul > li.has-sub.active > a i.nav_plus,#cssmenu > ul > li > ul > li.has-sub.active > a i.nav_plus {
	display:none;
}

#cssmenu > ul > li.has-sub.active > a i.nav_minus,#cssmenu > ul > li > ul > li.has-sub.active > a i.nav_minus {
	display:inline-block;
}

#cssmenu ul ul {
	display:none;
}

#cssmenu ul ul a {
	padding:5px 0 5px 25px;
	display:block;
	color:#bcbcbc;
	font-size:16px;
	font-weight:400;
}

#cssmenu ul ul a span {
	padding:0 0 0 15px;
}

#cssmenu ul ul ul a {
	padding:5px 0 5px 60px;
	display:block;
	color:#bcbcbc;
	font-size:16px;
	font-weight:400;
	line-height:20px;
}

#cssmenu ul ul ul a:before {
	left:90px;
}

#cssmenu ul ul a.nav_active {
	color:#3399CC!important;
}

#cssmenu ul ul a.nav_active span {
	color:#3399CC!important;
}

#cssmenu a.nav_link.nav_active {
	color:#3399CC!important;
}

footer {
/* 	background-color:#666666; */
	color:#fff;
	padding:30px;
	text-align:center;
	background-image: url('../images/footer_background.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
}

#copyright {
	font-size:.8em;
}

footer a:link,footer a:visited {
	text-decoration:none;
	color:#fff;
}

footer a:hover {
	text-decoration:underline;
}

#social-footer {
	text-align:center;
	font-size:2em;
	padding:10px;
}

#social-footer a {
	padding:2px 10px;
}

#social-footer a:hover {
	color:#afafaf;
}

#back-top-wrapper div a {
	width:40px;
	height:40px;
	opacity:1;
}

#back-top {
	display:none;
}

#back-top-wrapper {
	position:fixed;
	right:20px;
	bottom:20px;
	overflow:hidden;
	z-index:10000;
}

#back-top span {
	display:block;
	width:40px;
	height:45px;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
	color:#FFF;
	font-size:40px;
	opacity:.5;
}

#back-top span:hover {
	color:#afafaf;
	opacity:1;
}


@media screen and (max-width: 1200px) {
	.hero-overlay {
		font-size: 1.75em;
	}
	
	.quote_1 {
		font-size: 2em;
	}

	.quote_2 {
		font-size: 1.15em;
	}

	.quote_3 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 800px) {
	body {
		font-size:14px;
	}
	
	header {
		height: 97px;
	}
	
	#cssmenu {
		top: 97px;
	}
		
	div.logo {
		font-size:40px;
	}
	
	div.logo span {
		font-size:45px;
	}
	
	div.call_us {
		font-size:30px;
	}
	
	#hero {	
		min-height:500px;
		margin-top:97px;
	}
	
	.hero-overlay {
		font-size: 1.5em;
	}
	
	.quote_1 {
		font-size: 2em;
	}

	.quote_2 {
		font-size: 1em;
	}

	.quote_3 {
		font-size: 1em;
	}
	

	#content_container {
		margin-top: 97px;
	}
	
	.quote-overlay {
		width:100%;
	}

	
	.quote-background {
	border-left: none;
}

}

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

	

	#content_container {
		max-width:100%;
	}
	
	


}

@media screen and (max-width: 550px) {
	header {
		height: 85px;
	}
	
	#cssmenu {
		top: 85px;
	}
	
	div.logo {
		font-size:30px;
	}
	
	div.logo span {
		font-size:35px;
	}
	
	div.call_us {
		font-size:26px;
	}
	
	#hero {	
		min-height:460px;
		margin-top:85px;
		background-size: contain;
	}
	
	.quote-overlay {
		width:100%;
	}
	
	.hero-overlay {
		font-size: 1em;
	}
	
	input.quote_zip, input.quote_submit {
		width: 100% !important;
		font-size: 14px !important;
		padding: 6px;
	}
	
	#content_container {
		margin-top: 85px;
		padding: 6px;
	}
}

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

	header {
		height: 75px;
	}
	
	#mobile_nav {
		top: 8px;
	}
	
	#cssmenu {
		top: 75px;
	}
	
	div.logo {
		text-align: left;
		font-size:20px;
	}
	
	div.logo span {
		font-size:25px;
	}
	
	div.call_us:before {
	margin:5px 0;
	width:150px;
	text-align: left;
}
	
	div.call_us {
		font-size:22px;
	}
	
	#hero {	
		
		margin-top:75px;
	}
	
	#content_container {
		margin-top: 75px;
	}
	
}

