/*
yellow:
#fdc83d

blue:
#3d57a7

green:
#91c01e


dk blue
#2761ae

*/

.linkTarget {
	/* this behavior is now in 
	html {...}
	below:
	*/
	/*
	position:absolute;
	left:0;
	top:-80px;
	*/

}

body {
	margin:0;
	font:16px 'Montserrat', Arial, sans-serif;
	letter-spacing:.032em;
	background:white;
}

html {
	scroll-padding-top: 100px;
	scroll-behavior: smooth;
}

img,a {
	outline:0;
}

p {
	font-size:1.125em;
	line-height:1.5em;
	margin:2em 0;
}

a {
	color:#5673cb;
}

a:hover {
	color:#91c01e;
}

#overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	height:100vh;
	background:rgba(0,0,0,.75);
	z-index:900;
	display:none;
}

#overlay>div {
	display:table;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	height:100vh;
}

#overlay>div>div {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.contactForm label {
	display:block;
	font:300 1em 'Montserrat', Arial, sans-serif;
}

.contactForm p {
	margin:1em 0;
	font-weight:bold;
	font-size:1.25em;
}


.contactForm input[type=text], .contactForm select{
	margin:.5em 0 1em 0;
	width:100%;
	max-width:550px;
	font:300 1.25em 'Montserrat', Arial, sans-serif;
	padding:5px;
	color:#033c96;
}

.checkboxGroup {
	
	display:inline-block;
	min-width:550px;
}


.checkboxGroup ul {
	column-count:2;
	column-gap:2em;

	list-style:none;
	margin:0;
	padding:0;
}

.checkboxGroup ul li {
	margin-bottom:1em;

	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	align-content:flex-start;
	flex-flow:row nowrap;


	
}

.checkboxGroup ul li span:first-child {
	flex:0 0 20px;
}

.checkboxGroup ul li span:last-child {
	flex:1 1 100%;
}

.checkboxGroup input[type=checkbox], .checkboxGroup input[type=radio]{
	margin-right:10px;
}

.checkboxGroup label,
.checkboxColumns label {
	cursor:pointer;
	margin-bottom:4px;
}

.checkboxGroup label:hover,
.checkboxColumns label:hover {
	text-decoration:underline;
}

.checkboxGroup label b,
.checkboxColumns label b{
	color:#666666;
}


.contactForm textarea {
	display:block;
	height:5em;
	width:100%;
	max-width:550px;
	font:300 1.25em 'Montserrat', Arial, sans-serif;
	padding:5px;
	color:#033c96;
}


.contactForm  input[type=submit], .contactForm  input[type=button],.dialog .okButton {
	display:inline-block;
	font:700 1em 'Montserrat', Arial, sans-serif;
	text-transform:uppercase;
	padding:.25em 1.5em;
	border-radius:50px;
	margin-top:1em;
	transition:background .25s;
	background:#fdc83d;
	color:#ac5609;
	border:3px solid #da7f2d;
	cursor:pointer;
	outline:none;
}


.contactForm input[type=submit]:hover,.contactForm  input[type=button]:hover,.dialog .okButton:hover {
	background:#fca641;
}

.dialog {
	background:#FAFAFA;
	display:inline-block;
	padding:10px;
	min-width:30%;
	max-width:600px;
	color:#2d4696;
	border-radius:3px;
}
/*
BLUE:
#2d4696

ORANGE:
#f26522;

ORANGE HOVER:
#c23e00
*/

.dialog h6 {
	font:1.25em Arial, Helvetica, sans-serif;
	color:white;
	margin:0;
	padding:.25em .5em;
	background:#2d4696;
	text-align:left;
}

.dialog .dialogTxt {
	margin-top:20px;
	font-size:18px;
}

.thanksWrapper {
	display:none;
	text-align:center;
	min-height:600px;
	font-weight:bold;
	font-size:1.25em;
}

.captcha img {
	display:block;
}

.drugCert {
	text-align:center;
	border:1px solid #CCCCCC;
	padding:10px;
	max-width:475px;
	margin:0 auto;

	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.drugCert>div {
	flex:0 0 50%;
	padding: 10px;
	box-sizing: border-box;
}

.drugCert img {
	width:100%;
	height:auto;
	max-width:225px;
}

.quoteBar {
	text-align:right;
	margin:25px 0 80px 0;
}

.quoteBar a{
	background:#fdc83d;
	color:black;
	padding:15px 30px;
	text-decoration:none;
	font-size:1.25em;
	font-weight:700;
	border-top-left-radius:40px;
	border-bottom-left-radius:40px;
	box-shadow:3px 3px 4px 5px rgba(0,0,0,.15);

	border:3px solid #da7f2d;
	border-right:none;
	transition:background .25s;

	color:#ac5609;
}

.quoteBar a:hover {
	background:#fca641;
}

.fixedQuoteBar {
	position:fixed;
	right:0;
	z-index:9;
}

.container {
	width:100%;
	max-width:1200px;
	padding:0 20px;
	box-sizing:border-box;
	margin:0 auto;
}

.container h1 {
	color:#7b9a2b;
	font-weight:700;
	font-size:3.25em;
}



#hero {
	height:100%;
	height:100vh;
	min-height:800px;
	max-width:1920px;

	border-bottom:35px solid #3d7acb;
	box-sizing:border-box;
	background-image:url(img/hero.jpg);
	background-size:cover;
	margin:0 auto;
	padding:0;

	display:table;
	width:100%;
}

#hero>div {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
}

.sub {
	max-height:300px;
	min-height:550px !important;
}

.sub .container {
	text-align:left !important;
}

.servicesSub {
	background-image:url(img/heros/services2.jpg) !important;
	
}
.pricingSub {
	background-image:url(img/heros/pricing.jpg) !important;
}
.aboutSub {
	background-image:url(img/heros/about.jpg) !important;
}
.discountSub {
	background-image:url(img/heros/discounts.jpg) !important;
}
.contactSub {
	background-image:url(img/heros/contact2.jpg) !important;
}

.sub #hero_flag {
	display:none;
}

.sub #heroLogo {
	max-width:600px;
	transition:transform .15s;
}

.sub #heroLogo:hover {
	transform:scale(1.05);
}

.sub nav{
	padding-top:20px;
}

.sub #nav_wrap{
	xbackground:rgba(0,0,0,.55);
}


#nav_wrap {
	/* fixed pos added in js */
	position:absolute;
	top:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	z-index:5;
}

#burger {
	background:#3d57a7;
	padding:10px 0 10px 10px;
	box-sizing:border-box;
	box-shadow:0 0 15px 5px rgba(0,0,0,.25);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10;
	display:none;
}

#burger>div {
	cursor:pointer;
	width:50px;
}

#burger>div>div {
	width:45px;
	height:7px;
	border-radius:50px;
	background:white;
}

#burger>div:hover div {
	background:#fdc83d;
}


#burger>div>div:nth-child(2) {
	margin:5px 0;
}

.mobileOnly {
	display:none;
}

nav {
	text-align:right;
	padding-top:70px;
}

nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

nav li {
	display:inline-block;
	vertical-align:middle;
}

nav li:nth-child(n+1):nth-child(-n+5) {
	padding-right:1.5em;
}


nav li:first-child {
	padding-left:0;
}

nav li:last-child {
	padding-left:.5em;
}

nav a {
	font-weight:300;
	text-decoration:none;
	color:white;
	font-size:1.25em;

		text-shadow:0 1px 15px rgba(0,0,0,.65);
}

nav a:hover {
	color:#fdc83d;
}

nav * {
	transition:
	width .15s, 
	height .15s, 
	margin .15s;
}

.navStar img {
	width:100%;
	max-width:94px;
	height:auto;
}

.socialAndPhoneBlock {
	
}

.socials>div {
	display:flex;
	justify-content:space-between;
	padding-bottom:8px;
}

.socials a {
	display:inline-block;
}

.socials img {
	vertical-align:middle;
	width:40px;
	height:auto;
	transition: opacity .25s;
}

.socials img:hover {
	opacity:.65;
	transform:scale(1.1);
}

.phone{
	font-size:1.5em;
	font-weight:bold;
	color:#fdc83d;
}

.phone>div {
	padding-top:8px;
}

.phone img {
	width:25px;
	height:auto;
	vertical-align:middle;
	margin-right:5px;
}

.phone span {
	vertical-align:middle;
}


/************** BEGIN SCROLLED NAV ****************/


.scrolledNav, .sub .scrolledNav {
	background-color:#215192 !important;
	background-image:url(img/sticky_nav_bkg.jpg) !important;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	box-shadow:0 0 15px 5px rgba(0,0,0,.45);
	position:relative;
}

.scrolledNav li {
	
}

.scrolledNav #nav_wrap {

}

.scrolledNav nav {
	padding:10px 0;
	text-align:center;
}

.scrolledNav  .navStar {
	display:none;
}

.scrolledNav .socialAndPhoneBlock {
	display:inline;
	margin-left:10px;
}

.scrolledNav .socials {
	display:inline-block;
	padding-bottom:0;
}

.scrolledNav .socials img {
	margin-left:5px;
	width:25px;
}

.scrolledNav .phone {
	display:inline-block;
	padding-top:0;
	margin-left:5px;
	font-size:1.25em;
}

.scrolledNav .phone img {
	width:20px;
	margin-left:20px;
}

#heroLogo {
	width:100%;
	max-width:1140px;
	height:auto;
}

#hero_flag {
	position:absolute;
	left:0;
	top:170px;
}

#hero_flag img:hover {
	transform:scale(1.1);
}

#hero_flag img {
	width:100%;
	max-width:225px;
	height:auto;
	transition:transform .25s;
}

.letus {
	color:#314788;
	font-size:1.75em;
	font-weight:700;
	text-align:center;
}

.letus * {
	transition:
	width .15s, 
	height .15s, 
	margin .15s,
	font-size .15s,
	max-width .15s;
}

.letus span {
	display:inline-block;
	vertical-align:middle;
}

.letus img {
	width:100%;
	max-width:284px;
	height:auto;
	margin:0 10px;
}


h1.grid_header {
	margin:80px 0 0 0;
	text-align:center;
	font-size:2.5em;
}

.doubleColGrid {
	display:table;
	width:100%;
}

.doubleColGrid>div {
	display:table-row;
}

.doubleColGrid>div>div{
	display:table-cell;
	position:relative;
	width:50%;
	padding:20px;
	text-align:center;
}


.doubleColGrid img {
	border-radius:15px;
	width:100%;
	max-width:575px;
	height:auto;
	transition:transform .15s, box-shadow .15s;
}

.doubleColGrid span {
	display:block;
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
	margin-bottom:20%;
}

.doubleColGrid h2 {
	font-size:2em;
	font-weight:700;
	color:white;
	margin:0;
	text-align:center;
	text-shadow:0 3px 6px rgba(0,0,0,1);
	margin:0 25px;
}

.doubleColGrid p {
	font-size:1.25em;
	font-weight:700;
	color:white;
	margin:0;
	text-align:center;
	text-shadow:0 3px 6px rgba(0,0,0,1);
	margin:0 25px;
}

.doubleColGrid a:hover p,.doubleColGrid a:hover p {
	color:#fdc83d;
}

.doubleColGrid a:hover img {
	transform:scale(1.02);
	box-shadow:10px 10px 15px 2px rgba(0,0,0,.25);
}

.starDiv {
	text-align:center;
	margin:70px 0;
}
.starDiv img{
	width:100%;
	max-width:124px;
	height:auto;
}


.container h3, .hp_descript h2, .corner_cut h2 {
	font:700 1.75em 'Montserrat', Arial, sans-serif;
	color:#3d57a7;
	margin:0;
	text-align:center;
}




.container h4, .hp_descript p {
	font:1.5em 'Montserrat', Arial, sans-serif;
	color:#3d57a7;
	margin:1em 0 0 0;
	text-align:center;
	line-height:1em;
}

.award_bar_2 {
	text-align:center;
	margin-top:40px;
}

.award_bar_2 img {
	width:100%;
	height:auto;
	max-width:230px;
}

.award_bar_2 a {
	transition:opacity .25s;
}

.award_bar_2 a:hover {
	opacity:.65;
}

.awardBar {
	xdisplay:flex;
	xjustify-content:space-between;
	text-align:center;
	margin:40px 0 70px 0;
}

.awardBar img {
	width:100%;
	max-width:120px;
	height:auto;
	padding:0 5px;
}

.ccards {
	text-align:center;
	margin:70px 0;
}
.ccards img{
	width:100%;
	max-width:400px;
	height:auto;
}

.serviceAreas {
	max-width:1900px;
	text-align:center;
	color:white;

	background-image:url(img/serviceAreaBkg.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;

	padding:60px 20px;
	margin-bottom:70px;
}

.serviceAreas h3 {
	font-size:2.5em;
	font-weight:700;
}

.serviceAreas h3 span{
	display:block;
	font-size:.5em;
	font-style:italic;
}

.serviceAreas ul {
	text-align:left;
	font-size:1.5em;
	font-weight:400;
	vertical-align:top;
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;

	overflow: hidden; /* simple clearfix */
}

.serviceAreas ul li {
	margin:0;
	padding:3px;
	float: left;
	width: 25%;
	box-sizing: border-box;
}

.serviceAreas p {
	font-size:1em;
	font-weight:300;
}




/* ALT SERVICE AREA STYLE, WITH CIRCLE MAP */


.serviceAreas2 {
	max-width:1900px;
	text-align:center;
	color:white;

	background-image:url(img/serviceAreaBkg.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;

	padding:20px 20px;
	margin-bottom:70px;
}

.serviceAreas2 h3 {
	font-size:2.5em;
	font-weight:700;
}

.serviceAreas2 h3 span{
	display:block;
	font-size:.5em;
	font-style:italic;
}

.serviceAreas2 ul {
	text-align:left;
	font-size:1.55em;
	font-weight:400;
	vertical-align:top;
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;

	overflow: hidden; /* simple clearfix */
}

.serviceAreas2 ul li {
	margin:0;
	padding:3px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.serviceAreas2 p {
	font-size:1em;
	font-weight:300;
}

.serviceTable {
	display:table;
}

.serviceTable>div {
	display:table-cell;
	vertical-align:top;
}

.serviceTable span {
	display:block;
	font-size:.75em;
	margin-top:10px;
}

.serviceTable>div:first-child {
	width:30%;
}

.serviceTable>div:last-child {
	padding-left:20px;
}

.serviceTable img {
	width:100%;
	max-width:300px;
	height:auto;
	outline:3px solid white;
}

#footer {
	margin-top:70px;
}

#footerTop {
	position:relative;
	max-width:1120px;
	margin:0 auto;
	padding:0;
	bottom:-30px;
}

#footerTop img {
	width:100%;
	height:auto;
	max-width:1120px;
}

#footerTop>div {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}



#footerTop blockquote {
	font-weight:300;
	font-size:1.275em;
	line-height:1.75em;
	color:white;
	padding:50px;
	margin:40px;
	background:rgba(0,0,0,.65);
	width:45%;
	position:relative;
}


#footerTop .rightSide {
	float:right;
}

#footerTop blockquote:before {
	font-family: Georgia, Times, serif;
	position: absolute;
	font-size: 3em;
	line-height: 1;
	top: .25em;
	left: .25em;
	content: "\201C";
}


#footerTop blockquote:after {
	font-family: Georgia, serif;
	position: absolute;
	/* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
	float:right;
	font-size:3em;
	line-height: 1;
	right:.5em;
	bottom:-.25em;
	content: "\201D";
}

#footerBottom {
	background-color:#3d57a7;
	background-image:url(img/footerBack.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	padding:70px 0 60px 0;
}

.footerInner {
	display:table;
}

.footerInner a {
	color:#CCCCFF;
}
.footerInner a:hover {
	color:#91c01e;
}

.footerInner>div {
	display:table-cell;
	width:50%;
	color:white;
	vertical-align:middle;
}

.footerInner>div:first-child p{
	margin:0;
	font-size:.875em;
}

.footerInner>div:last-child {
	text-align:right
}

.footerInner>div:last-child p {
	margin:1.25em;
	font-weight:bold;
	font-size:.875em;
}

.footerInner>div:last-child img{
	width:30px;
	height:auto;
	margin-left:.75em;
	vertical-align:middle;
}

.footerInner>div:last-child span {
	vertical-align:middle;
}

.mobileContactFooter {
	margin-top:1em;
	display:none;
}

.mobileContactFooter p {
	font-weight:bold;
}

.mobileContactFooter span {
vertical-align:middle;
}

.mobileContactFooter img {
	width:30px;
	height:auto;
	margin-right :.75em;
	vertical-align:middle;
}

#footLogo {
	width:100%;
	max-width:330px;
	height:auto;
}

.flt_right {
	float:right;
	margin:20px 0 20px 20px;
	width:100%;
	max-width:300px;
	height:auto;
	transition:max-width .25s;
}

.flt_right_wrapper {
	float:right;
	margin:20px 0 20px 20px;
	width:100%;
	max-width:300px;
}

.flt_right_wrapper img{
	max-width:300px;
	height:auto;
	transition:max-width .25s;
}

figcaption {
	font:bold .75em 'Montserrat', Arial, sans-serif;
	text-align:center;
	margin-top:.5em;
	color:#999999;
}

a[href^="tel:"] {
	text-decoration:none;
	color:inherit;
	cursor:inherit;
}

.pricing_guide_wrap {
	background:#f3f8ff;
	padding:40px;
	border:2px solid #CCCCCC;
	background-image:url(img/windowWashBackground.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}

.pricing_guide_wrap p {
	margin:0;
	color:#314788;
}


.pricing_guide {
	display:table;
}

.pricing_guide img {
	width:100%;
	max-width:250px;
	min-width:100px;
	height:auto;
}

.pricing_guide>div {
	display:table-row;
}

.pricing_guide>div>div {
	display:table-cell;
	vertical-align:top;
	padding:20px 0 0 0;
}

.pricing_guide>div>div:first-child {
	padding-right:30px;
	width:15%;
}

.pricing_guide h5 {
	margin:0;
	color:#314788;
	font:600 1.25em 'Montserrat', Arial, sans-serif;
}

.pricing_guide p {
	margin:1em 0 0 0;
}

.serviceItem {
	display:table;
	margin-top:1em;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:1em;
}


.serviceItem>div {
	display:table-cell;
	vertical-align:top;
	position:relative;
}

.serviceItem>div:first-child {
	width:20%;
	padding-right:20px;
	padding-top:10px;
}

.serviceItem>div:first-child img {
	width:100%;
	max-width:225px;
	min-width:100px;
	height:auto;
}

.serviceItem>div:last-child {
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:contain;

}
.serviceItem p {
	margin:0;
	padding:0;
	color:#314788;
}

.serviceItem h5 {
	margin:0 0 1em 0;
	color:#314788;
	font:bold 1em 'Montserrat', Arial, sans-serif;
}


.minigal img{
	width:100%;
	max-width:115px;
	height:auto;
	margin-left:2px;
}

.discounts ul {
	list-style:none;
	margin:0;
	padding:0;
}

.discounts li{
	padding-bottom:1em;
}


.discounts li:before{
	content: '';
	display: inline-block;
	height: 3em;
	width: 3em;
	position:relative;
	background-image: url(img/hero_star.png);
	background-size:cover;
	background-repeat:no-repeat;
	vertical-align:middle;
}

.discounts h5 {
	display:inline-block;
	margin:0 0 0 .25em;
	color:#314788;
	font:700 1.25em 'Montserrat', Arial, sans-serif;
}

.discounts p {
	margin:0 0 0 3em;
}

.googReview {
	text-align:center;

}

.googReview img{
	width:100%;
	height:auto;
	max-width:110px;
	transition:transform .25s;
}

.googReview img:hover{
	transform:scale(1.1);
}

.two-col-logo {
	display:table;
	margin:60px auto 0 auto;
	width:100%;
	max-width:500px;
	text-align:center;
}

.two-col-logo>div {
	display:table-cell;
	width:50%;
	vertical-align:middle;
}

.iwca_logo {
	font:700 .75em 'Montserrat', Arial, sans-serif;
	color:#0000DD;
}

.iwca_logo img {
	width:100%;
	height:auto;
	max-width:170px;
	display:block;
	margin:0 auto;
}



.grid {
	display:flex;
	justify-content:space-around;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row wrap;
}

/*
.grid img {
	flex:0 0 10%;
	height:auto;
	min-width:50px;
	xmax-width:350px;
	padding:10px;
	border-radius:10px;
}

.grid>div {
	flex:0 0 23%;
	padding-bottom:15%;
	border:2px solid red;
	background-size:cover;
	background-position:center center;
	border-radius:10px;
}
*/

.grid>div {
	margin:15px 0;
	margin:15px 1%;
	text-align:center;
}

.grid .tall {
	flex:0 1 20%;
}

.grid .wide {
	flex:0 1 400px;
	/*
	flex:1 1 28%;
	min-width:200px;
	max-width:500px;
	*/
}

.grid .very_wide {
	flex:0 1 48%;
}

.grid>div img {
	width:100%;
	height:auto;
	max-width:500px;
	border-radius:10px;
	xborder:3px solid #999;
	-webkit-box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.44); 
	box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.44);
	transition:opacity .25s;
}

.grid>div img:hover {
	opacity:.75;
}


@media all and (max-width:1200px) {
	nav a {
		font-size:1em;
		transition:font-size .25s;
	}
}

@media all and (max-width:1090px) {
	.socials img {
		margin-left:5px;
		width:25px;
	}
	.phone {
		font-size:1em;
		transition:font-size .25s;
	}
}

@media all and (max-width:1070px) {
	.doubleColGrid p {
		font-size:1em;
	}
}

@media all and (max-width:1040px) {
	.letus {
		font-size:1.25em;
	}

	.letus img {
		max-width:200px;
	}

}

@media all and (max-width:1010px) {
	nav {
		padding-top:30px;
		text-align:center;
	}

	nav li:last-child {
		padding-left:0;
	}

	.scrolledNav .socialAndPhoneBlock {
		display:inline;
		margin-left:10px;
	}
}

@media all and (max-width:950px) {
	.doubleColGrid h1 {
		font-size:1.5em;
	}

	#footerTop blockquote {
		font-size:1em;
		line-height:1.5em;
		
		margin:25px;
	}
}

@media all and (max-width:900px) {
	nav li:last-child {
		padding-left:0;
	}
	.scrolledNav .socialAndPhoneBlock {
		padding-left:0;
		margin-left:0 !important;
	}

	.serviceAreas ul {
		font-size:1.25em;
	}

}

@media all and (max-width:880px) {
	.navStar {
		display:none;
	}

	.socialAndPhoneBlock {
		display:block;
		padding-left:0;
		margin-left:0 !important;
	}
	nav li:last-child {
		display:block;
	}
	.socialAndPhoneBlock {
		margin-top:15px;
	}
	.socials {
		margin:0 auto;
		width:100%;
		max-width:200px;
	}
}

@media all and (max-width:820px) {
	.serviceAreas ul li {
		width:30%;
	}
}

@media all and (max-width:770px) {
	.letus span{
		display:block;
	}

	.letus {
		font-size:2.25em;
	}

	.letus img {
		max-width:300px;
	}

	.doubleColGrid h1 {
		font-size:1.25em;
	}

	.doubleColGrid p {
		font-size:1em;
	}



	#footerTop blockquote {
		font-size:1em;
		line-height:1.25em;
		margin:25px;
		padding:25px;
	}

	#footerTop blockquote:before {
		font-size: 2em;
	}


	#footerTop blockquote:after {
		font-size:2em;
	}

	.quoteBar a{
		padding:8px 20px;
		font-size:1em;
	}

	.serviceAreas2 ul {
		font-size:1.25em;
	}

}

@media all and (max-width:700px) {
	.serviceAreas ul li {
		width:50%;
	}

	.serviceAreas ul {
		padding:0;
	}

	.flt_right,.flt_right_wrapper,.flt_right_wrapper img {
		max-width:200px;
	}
}

@media all and (max-width:650px) {
	
	.doubleColGrid {
		display:block;

	}

	.doubleColGrid>div {
		display:block;
	}

	.doubleColGrid>div>div{
		display:block;
		position:relative;
		width:100%;
		padding:10px 0;
		text-align:center;
	}

	.doubleColGrid span {
		margin-bottom:10%;
	}

	.doubleColGrid h1 {
		font-size:2em;
	}

	.doubleColGrid p {
		font-size:1.25em;
	}

	#footerTop>div {
		height:100%;
		background:rgba(0,0,0,.55);
	}

	#footerTop blockquote {
		margin:0;
		width:100%;
		box-sizing:border-box;
		background:none;
		padding:20px;
		font-size:.75em;
	}


	#footerTop blockquote:before {
		font-size: 2em;
	}


	#footerTop blockquote:after {
		font-size:2em;
	}


	.grid .tall {
		flex:0 1 40%;
	}

.grid .very_wide {
	flex:0 1 88%;
}
}

@media all and (max-width:600px) {
	/* mobile pop */


	.checkboxGroup ul {
		column-count:1;
		column-gap:2em;
	}

	.serviceTable {
		display:block;
		width:100%;
		padding-left:0 !important;
	}

	.serviceTable>div {
		display:block;
		width:100% !important;
		text-align:center !important;
		padding-left:0 !important;
	}

	.serviceAreas2 ul {
		font-size:1em;
		margin-top:30px;
	}

	.minigal {
		text-align:center;
	}

	.flt_right,.flt_right_wrapper,.flt_right_wrapper img{
		max-width:300px;
		float:none;
		margin:0 auto;
		display:block;
	}


	a[href^="tel:"]:before {
		content: "\260e";
		margin-right: 0.5em;
	}

	a[href^="tel:"] {
		color:#5673cb;
		text-decoration:default;
		cursor:pointer;
	}

	#hero {
		height:600px;
		min-height:0;
	}

	#hero_flag {
		position:absolute;
		left:0;
		/*top:450px;*/
		top:auto;
		bottom:0;
	}

	#burger {
		display:block;
	}

	#nav_wrap .container {
		padding:0 0;
		background:#314788;
	}
	nav {
		padding-top:60px !important;
		display:none;
	}

	.mobileOnly {
		display:block;
	}

	nav li {
		display:block;
		padding:0;
		border-bottom:1px solid #5e77c0;
	}

	nav li:nth-child(n+1):nth-child(-n+5) {
		padding-right:0;
	}

	nav li a {
		display:block;
		padding:10px 0;
		background:#314788;
	}

	nav li:nth-child(n+1):nth-child(-n+5) a:hover {
		background:#5c75be;
	}

	.socialAndPhoneBlock>div, .socialAndPhoneBlock>div>div {
		display:block;
	}

	.socials>div {
		display:inline-block;
		padding-bottom:0;
	}

	.phone>div {
		margin-left:0 !important;
		padding-left:0 !important;
		padding-bottom:15px;
	}

	.awardBar img {
		max-width:100px;
	}

	.mobileContactFooter {
		display:block;
	}

	.footerInner>div:last-child {
		display:none;
	}


	.serviceItem>div {
		display:block;
	}

	.serviceItem p {
		text-align:center;
	}

	.serviceItem>div:first-child {
		display:block;
		width:100%;
		text-align:center;
	}

	.serviceItem>div:first-child img {
		display:inline-block;
	}

	.serviceItem>div:last-child {
		background-position:right bottom;
		background-repeat:no-repeat;
		background-size:contain;

	}

	.pricing_guide,.pricing_guide>div,.pricing_guide>div>div {
		display:block;
		width:100% !important;
	}

	.pricing_guide>div>div:first-child {
		text-align:center;
	}

	.pricing_guide h5 {
		text-align:center;
	}

}

@media all and (max-width:490px) {
	.letus {
		font-size:1.25em;
	}

	.serviceAreas ul {
		font-size:1em;
		padding:0;
	}
}

.version {
	text-align:center;
	color:white;
	font-size:.75rem;
	margin-top:20px;
	opacity:.5;
}