/*	BLUE LAGOON 2023

	font-family: 'Oswald', sans-serif;
	font-family: 'Muli', sans-serif;
	
	color:#37ddff (electric blue TEXT)
	background:#249fb8 (darker blue)
	color:#fc8e23 (orange)
	color:#767676; (gray)

*/
html #wpadminbar {
	Xdisplay:none;
}
html, body {
	padding:0;
	margin:0;
}
body {
	font-family: 'Muli', sans-serif;
	font-size:18px;
	color:#767676;
	background-color:#FFF;
	overflow-x:hidden;
}

.pad {
	position:relative;
	max-width:1100px;
	margin:0 auto;
}



.site-header {
	position: relative;
	display:block;
	max-width:100%;
	Xbackground:#000;
	padding:10px 0 0 0;
	z-index: 99;
}

#hdrLogo {
	position:relative;
	top:-10px;
	width:450px;
	height:150px;
}
#hdrLogo img {
	width:100%;
}

#hdrAccountLinks {
	position:absolute;
	top:-10px;
	right:0;
	width:350px;
	text-align:right;
}
#hdrAccountLinks ul,
#hdrAccountLinks li {
	list-style-type:none;
	margin:0;
	padding:0;
}
#hdrAccountLinks li {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height:1.3em;
	color:#37ddff;
	padding:0 10px 0 8px;
	border-right:solid 2px #717171;
}
#hdrAccountLinks li:nth-last-child(1) {
	padding-right:0;
}
#hdrAccountLinks li a {
	display:inline-block;
	color:#37ddff;
	text-decoration:none;
	text-transform:uppercase;
	line-height:1.3em;
}
#hdrAccountLinks li a:hover {
	color:#bcf4ff;
}
#hdrAccountLinks li span.or {
	display:inline-block;
	padding:0 2px;
}
#hdrAccountLinks li.hdrPhone {
	border:none;
}
#hdrAccountLinks li.hdrPhone a {
	color: #FFF;
	text-shadow:0px 0px 4px rgba(0,0,0, 1);
}
#hdrAccountLinks li.hdrPhone a:hover {
	color:#ffc791;
}
#hdrFinancingLink {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	color:#FFF;
	line-height:1em;
	text-shadow:0 0 5px rgba(0,0,0, 0.7);
	text-decoration:none;
	background:#747474;
	border-radius:7px;
	padding:4px 10px 6px;
	margin:7px 0 0 0;
}
#hdrFinancingLink:hover {
	background:#999;
}


/* NAVIGATION */
#menu-toggle,
.primary-navigation > div > .menu-wrapper.mobileMenu {
	display:none;
}
#navBar {
	Xbackground:#249fb8;
	background:rgba(55,221,255, 0.75);
	max-width:1100px;
	margin:0 auto;
	border-radius:10px;
	text-align:center;
}
.primary-navigation {
	margin:0;
}
.primary-navigation .desktopMenu .main-menu > li {
	display:inline-flex;
	list-style:none;
	text-align:center;
	padding:0 8px;
}
.primary-navigation .desktopMenu .main-menu > li > a,
.primary-navigation .desktopMenu .current-menu-item > a, 
.primary-navigation .desktopMenu .current-menu-ancestor > a,
.primary-navigation a {
	font-family: 'Oswald', sans-serif;
	font-size:21px;
	font-weight:400;
	color:#FFF;
	text-transform:uppercase;
	text-shadow:1px 1px 3px rgba(0,0,0, 0.8);
}
.primary-navigation .desktopMenu .main-menu > li > a:hover, .primary-navigation .main-menu > li > a:hover + svg,
.primary-navigation .desktopMenu li:hover > a, 
.primary-navigation .desktopMenu li.focus > a,
.primary-navigation .desktopMenu a:focus {
	color:#e8e8e8;
	text-shadow:2px 2px 3px rgba(0,0,0, 0.8);
	background:none;
	text-decoration:none;
}
.primary-navigation .main-menu > li.menu-item-has-children .submenu-expand {
	position:relative;
	color:#FFF;
	background:none;
	padding:10px;
	line-height:1em;
	border:none;
}

.primary-navigation .desktopMenu .main-menu > li.menu-item-has-children {
	position:static;
}
button.submenu-expand {
	width:auto;
}
.primary-navigation .desktopMenu .main-menu > li.menu-item-has-children .submenu-expand svg {
	top:-6px;
	width:15px;
	fill:#FFF;
	transform:rotate(-90deg);
}


/* 2024-02-01 */
#mega-menu-wrap-primary {
	background:none;
}
#mega-menu-wrap-primary #mega-menu-primary {
	text-align: center;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-family: 'Oswald', sans-serif;
	font-size:21px;
	font-weight:400;
	color:#FFF;
	text-transform:uppercase;
	text-shadow:1px 1px 3px rgba(0,0,0, 0.8);
}






.menu-button-container { /*mobile menu */
	display:none;
}
.menu-main-menu-container.desktopMenu { /*desktop menu*/
	display:inline;
}

/* LARGE SUBMENU */
.desktopMenu .submenu__container {
	display:none;
}
.primary-navigation .desktopMenu .main-menu > li.menu-item-has-children:hover .submenu__container {
	display:block;
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	background:#FFF;
    -webkit-box-shadow: 0px 6px 5px 5px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 6px 5px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 6px 5px 5px rgb(0 0 0 / 40%);
    padding: 20px;
	z-index:9;
}
.primary-navigation .desktopMenu .sub-menu {
	display:block;
	position:relative;
	left:0;
	width:30%;
	opacity:1;
	background:none;
	border:none;
}
.primary-navigation .desktopMenu .sub-menu > li:hover {
	position:static;
	background:#efefef;
}
.primary-navigation .desktopMenu .sub-menu > li:hover a {
	background:none;
	text-shadow:none;
}
.primary-navigation .desktopMenu .sub-menu li a {
	font-size:inherit;
	color:#0073aa;
	text-shadow:none;
	padding:0 30px;
	line-height:44px;
}
.primary-navigation .desktopMenu .sub-menu li a:hover {
	color:#0073aa;
	text-shadow:none;
}
/* submenu images */
.submenu__container .subMenuImgs {
	float:left;
	width:402px;
	min-width:402px;
}
.subMenuImgs img {
	border:solid 1px #000;
	transition:0.2s all;
}
.subMenuImgs img.default {
	display:block;
	transition:0.2s all;
}
.submenu__container > ul {
	position:relative;
	float:left;
	width:30%;
}
/* sub sub menu */
.primary-navigation .desktopMenu .sub-sub-menu {
	display:none;
}
.primary-navigation .desktopMenu .sub-menu li:hover .sub-sub-menu {
	display:block;
	position:absolute;
	top:0;
	left:100%;
	/*width:fit-content; removed 2023-02-24 */
	width:100%;
	width:-moz-max-content;
	min-height:200px;
	border-left:solid 1px #CCC;
	padding:0;
}
.primary-navigation .desktopMenu .sub-sub-menu > li {
	list-style:none;
}
.primary-navigation .desktopMenu .sub-sub-menu > li:hover {
	background:#efefef;
}
.primary-navigation .desktopMenu .sub-sub-menu li a {
	color:#6b6b6b;
	line-height:44px;
	text-shadow:none;
}
.primary-navigation .desktopMenu ::marker {
	display:none;
}
/* ABOUT SUBMENU */
#menu-about {
	position:relative;
	z-index: 9;
}
#menu-about .sub-menu {
	display:none;
}
#menu-about:hover .sub-menu {
	display:block;
	position:absolute;
	width:240px;
	top:50px;
	background:#0073aa;
}
#menu-about:hover .sub-menu li:hover {
	background:#0073aa;
}

#menu-about:hover .sub-menu a {
	color:#FFF;
}
#menu-about:hover .sub-menu a:hover {
	text-shadow:1px 1px 1px #000;
}

/* 2024 MEGA MENU */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	background:none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding:0 15px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	margin-left:0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	text-shadow:none;
	color:#0073aa;
	line-height: 2em;
	background:#FFF;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
	padding:5px 10px;
}



/* 2024 */
.site {
	position: relative;
	top:40vh;
	background:none;
	margin:0;
}


/* HOME PAGE 2024 */
.site.home {
	position:relative;
	top:calc(100vh - 290px);
}
.homePoolInstalls {
}
.homePoolInstalls h1,
.homeTidalFit h1,
.homeArtesian h1,
.homeInGroundPools h1,
.homeAboveGroundPools h1,
.ftrServices h1 {
    font-size: 42px;
    font-weight: bold;
    font-style: italic;
    color: #0155a7;
	text-align: center;
    text-transform: uppercase;
    margin:20px 0 25px 0;
}
.homePoolInstalls img {
	display:block;
	max-width:80%;
	margin:30px auto;
	box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 1);
}
.homePoolInstalls p,
.homeTidalFit p,
.homeArtesian p,
.homeInGroundPools p
.homeAboveGroundPools p,
.ftrServices p {
	margin:0 0 1em 0;
}

.homeTidalFit {
	background:#003d91;
	color:#FFF;
	padding:30px 0;
	margin:50px 0;
}
.homeTidalFit h1 {
	color:#FFF;
	font-style: normal;
}
.homeTidalFit h3 {
	font-size:24px;
    font-weight: bold;
	color:#FFF;
	text-align: center;
	margin:0 0 1em 0;
}
#homeTidalFitVideo {
	display: block;
	max-width:800px;
	margin:0 auto 40px auto;
}

.homeArtesian,
.homeAboveGroundPools {
	margin:0 auto 40px auto;	
}
.homeArtesian h1,
.homeInGroundPools h1,
.homeAboveGroundPools h1 {
	font-style: normal;
}
.homeArtesian h3,
.homeInGroundPools h3,
.homeAboveGroundPools h3 {
	font-size:24px;
    font-weight: bold;
    color: #0155a7;
	text-align: center;
	margin:0 0 1em 0;
}
.homeArtesianSpaImage,
.homeDoughboyPoolImage {
	display: block;
	max-width:40%;
	margin:0 50px 0 0;
}
.homeInGroundPools {
	padding:30px 0 50px 0;
	background: rgb(0,62,146);
	background: linear-gradient(130deg, rgba(0,62,146,1) 0%, rgba(59,172,237,1) 100%);
}
.homeInGroundPoolImage {
	margin:0 0 20px 50px;
}
.homeInGroundPools h1,
.homeInGroundPools h3,
.homeInGroundPools p {
	font-weight: 500;
	color:#FFF;
}
.homeAboveGroundPools {
	padding-top:30px;
}
.homeDoughboyPoolImage {
	margin:0 50px 0 0;
}




/* COMMON */
h1, h2, h3, h4, h5, h6,
.entry-title a {
	font-family: 'Oswald', sans-serif;
	font-weight:100;
	color:#249fb8;
	text-transform:none;
	border:none;
}
.entry .entry-title:before,
h1:not(.site-title):before, h2:before {
	display:none;
}
.entry .entry-header {
	margin:30px auto;
}
h1.page-title,
h1.entry-title {
	font-size:36px;
	margin:30px 0 0 0;
}
a {
	color:#549ac9;
	transition:0.2s all;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	outline: 0;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
	outline:none;
	text-decoration:none;
	background:none;
}
article {
	padding-bottom:30px;
}
.alignwide,
article,
.post-thumbnail, .entry-content .wp-audio-shortcode, *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
	max-width:1100px;
	margin:0 auto;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
	max-width:1100px;
}
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
	border-bottom:none;
	box-shadow:none;
}
.entry-content p {
	margin:0 0 1rem 0;
}
strong {
	font-weight:700;
}
form p {
	margin:1rem 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"],
input[type=checkbox], input[type=radio], textarea, .site textarea {
	font-family: 'Muli', sans-serif;
	color:#767676;
	border:solid 1px #ccc;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	font-weight:400;
	color:#FFF;
	line-height:1.5em;
	text-transform:none;
	background:#6b6b6b;
	border-radius:0;
	padding:0 50px 5px;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background:#249fb8;
	text-shadow:1px 1px 2px rgba(0,0,0, 0.8);
}
.error-404 {
	padding-bottom:40px;
}

/* BREADCRUMBS */
.breadcrumbs {
	max-width:1100px;
	font-size:14px;
	margin:0 auto;
}
.breadcrumbs a {
	font-size:14px;
	border:none;
}
.breadcrumbs a:hover {
	text-decoration:underline;
}
.breadcrumbSeparator {
	display:inline-block;
	font-size:18px;
	padding:0 10px;
}

/* SEARCH RESULTS */
.site-main.searchPage article.bigcommerce_product {
	/*format results into grid */
	display:inline-block;
	width:25%;
	vertical-align:top;
	margin:0 1% 30px 0;
}
.site-main.searchPage article.bigcommerce_product .entry-title,
.site-main.searchPage article.bigcommerce_product .entry-title a {
	font-size:20px;
	font-weight:bold;
}
.site-main.searchPage article.bigcommerce_product.entry .post-thumbnail .post-thumbnail-inner img {
	max-width:100%;
	
	max-height:200px;
}
.site-main.searchPage article.bigcommerce_product.entry .entry-content p {
	font-size:16px;
	line-height:1.5em;
}


.content-area {
	float:none !important;
	margin:0 auto !important;
	max-width:1100px !important;
	width:1100px !important;
}
.site-main {
	position:relative;
	margin:30px 0;
	padding:0;
}

/* SERVICES MAIN PAGE */
.site-main.services .entry-header {
	display:none;
}
.breadcrumbs.servicesSubPages {
	margin-top:30px;
}
/* REQUEST SERVICE FORMS */
a.jumpToScheduleForm {
	position:absolute;
	top:-20px;
	right:0;
    display: block;
    width: 210px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
	text-shadow:1px 1px 5px rgba(0,0,0,0.8);
    background: url('images/scheduleServiceBtnBG.png') 170px center no-repeat #6acee8;
	border-radius:5px;
    padding: 8px 50px 8px 15px;
    margin: 20px auto 0 auto;
    -webkit-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
    box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
	cursor:pointer;
	Xz-index:5;
}
a.jumpToScheduleForm:hover,
a.jumpToScheduleForm:focus {
    background: url('images/scheduleServiceBtnBG.png') 170px center no-repeat #0073aa !important;
	text-shadow:1px 1px 2px rgba(0,0,0, 0.5);
}
.scheduleServiceForm {
	margin:0 auto;
	color:#FFF;
}
.scheduleServiceForm h3 {
	max-width:430px;
	font-weight:bold;
	color:#FFF !important;
	text-shadow:1px 1px 2px rgba(0,0,0, 0.5);
	background:url('images/scheduleServiceBtnBG.png') 32px 21px no-repeat #0073aa;
    -webkit-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
    box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
	border-radius:15px 15px 0 0;
	padding:15px 25px 5px 72px;
	margin:0;
}
.scheduleServiceForm.spaTradeInForm h3 {
	Xbackground:#249fb8;
	background:#3cadee;
	padding-left:25px;
}
#wpcf7-f8370-p1348-o1 .scheduleServiceForm h3 { /* schedule pool & spa maintenance*/
	width:470px;
}
.scheduleServiceFormElementsWrap {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0073aa+0,0d90dc+100 */
	background: -webkit-linear-gradient(#0073aa 0%, #0d90dc 100%);
	background: -o-linear-gradient(#0073aa 0%, #0d90dc 100%);
	background: linear-gradient(#0073aa 0%, #0d90dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    -webkit-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
    box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.4);
	border-radius:0 15px 15px 15px;
	padding:25px;
}
.scheduleServiceFormElementsWrap p {
	font-size:14px;
	margin:0 0 5px 0;
}
.scheduleServiceFormElementsWrap p.intro {
	font-size:18px;
	margin:10px 0 25px 0;
}
.scheduleServiceForm br {
	display:none;
}
.scheduleServiceForm input[type="text"],
.scheduleServiceForm input[type="tel"],
.scheduleServiceForm input[type="email"],
.scheduleServiceForm input[type="date"],
.scheduleServiceForm select,
.scheduleServiceForm textarea,
.scheduleServiceForm .span.wpcf7-not-valid-tip {
	display:inline-block;
	width:calc(50% - 15px);
	max-width:calc(50% - 15px);
	font-family: 'Muli', sans-serif;
	font-size:14px;
	color:#6b6b6b;
	line-height:33px;
	margin:5px;
	padding:0 5px;
}
.scheduleServiceForm p {
	font-family: 'Muli', sans-serif;
	font-size:14px;
}
.scheduleServiceForm select {
	border:solid 1px #CCC;
}
.scheduleServiceForm input[type=checkbox], 
.scheduleServiceForm input[type=radio] {
	width:20px;
	height:20px;
}
.scheduleServiceForm input[type=radio]:checked {
	border:solid 2px #000;
}
.scheduleServiceForm input[type=radio]:after {
	width:10px;
	height:10px;
}
.scheduleServiceForm .wpcf7-list-item { /* radio buttons */
	display:block;
}
.scheduleServiceForm .wpcf7-list-item label {
	font-family: 'Muli', sans-serif;
	font-size:14px;
}
.scheduleServiceIndividualFormElement {
	display:inline-block;
	width:calc(50% - 15px);
	max-width:calc(50% - 15px);
	font-size:14px;
	margin:5px;
}
.scheduleServiceIndividualFormElement select {
	width:auto;
	font-family: 'Muli', sans-serif;
	font-size:14px;
}
.scheduleServiceForm input[type="date"] {
	width:150px;
}
.scheduleServiceForm input[type="file"] {
	font-family: 'Muli', sans-serif;
	font-size:14px;
	color:#6b6b6b;
	line-height:20px;
	background:#FFF;
}
.scheduleServiceForm textarea {
	width:100%;
	max-width:98%;
	height:48px;
	line-height:1.5em;
}
.scheduleServiceForm input[type="submit"] {
	display:block;
	font-size:21px;
	color:#FFF !important;
	background:#0174aa !important;
	border:solid 4px #FFF;
	border-radius:5px;
	margin:25px 0 0 0;
}
.scheduleServiceForm input[type="submit"]:hover {
	background:#005780 !important;
	transition:0.2s all;
}
.scheduleServiceForm .span.wpcf7-not-valid-tip,
.scheduleServiceForm div.wpcf7-validation-errors, .scheduleServiceForm div.wpcf7-acceptance-missing,
.scheduleServiceForm .wpcf7-response-output.wpcf7-display-none.wpcf7-spam-blocked {
	background:#fc8e23 !important;
	color:#FFF;
	border:none;
}
.wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-response-output {
	color:#FFF;
	background:#398f14;
}



/* CONTACT PAGE */
#wpcf7-f4270-p1345-o1 textarea {
	height:150px;
}
#wpcf7-f4270-p1345-o1 .wpcf7-list-item {
	display:block;
}



/* FOOTER SERVICES */
.ftrServices {
	background:#3cadee;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3cadee+0,003d91+100,3cadee+100 */
	background: rgb(60,173,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(60,173,238,1) 0%, rgba(0,61,145,1) 100%, rgba(60,173,238,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(60,173,238,1) 0%,rgba(0,61,145,1) 100%,rgba(60,173,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(60,173,238,1) 0%,rgba(0,61,145,1) 100%,rgba(60,173,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cadee', endColorstr='#3cadee',GradientType=0 ); /* IE6-9 */

	padding:30px 0 50px 0;
	margin:0 0 50px 0;
}
.ftrServices .pad {
	max-width:98%;
}
.ftrServices h1 {
	color:#FFF;
}
.ftrServices h3 {
	font-family: 'Muli', sans-serif;
	font-size:22px;
    font-weight: 100;
    color: #FFF;
	text-align: center;
	margin:0 0 1.5em 0;
}
.ftrServiceCol {
	display: inline-block;
	width:17.6%;
	margin:0 1%;
	text-align:center;
}
.ftrServices a img {
	border:solid 1px #FFF;
	border-radius:10px;
	transition:0.2s all;
}
.ftrServices a:hover img {
	filter:saturate(150%);
	transition:0.2s all;
}
.ftrServices p {
	color:#FFF;
}
.scheduleServiceBtn {
	display:block;
	width:180px;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#FFF;
	text-shadow:none;
	background:url('images/scheduleServiceBtnBG.png') 140px center no-repeat #249fb8;
	padding:8px 50px 8px 15px;
	margin:20px 0;
}
.SimpleBtn {
	display:block;
	width:fit-content;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#FFF;
	text-shadow:none;
	background:#249fb8;
	padding:8px 15px;
	margin:20px 0;
}
.SimpleBtn:hover,
.SimpleBtn:focus {
	background:#0174aa !important;
}
.ftrServices .scheduleServiceBtn,
.ftrServices .SimpleBtn {
	margin:20px auto 0 auto;
}
.ftrServices .scheduleServiceBtn:hover,
.scheduleServiceBtn:focus {
	background:url('images/scheduleServiceBtnBG.png') 140px center no-repeat #0174aa !important;
}




/* OUR MISSION */
body.about-us #ourMission {
	display:none;
}
#ourMission {
	color:#6b6b6b;
	padding:50px 0;
}
#ourMission h2 {
	font-size:48px;
	font-weight:100;
	color:#6b6b6b;
	margin:0 0 25px 0;
}
#ourMission h3 {
	font-family: 'Muli', sans-serif;
	font-size:24px;
	font-weight:100;
	color:#6b6b6b;
	margin:0 0 25px 0;
}
#ourMission p {
	margin:0 0 1em 0;
}
#ourMission .left {
	float:left;
	width:60%;
	line-height:1.4em;
	padding-right:20px;
}
#ourMission .right {
	float:right;
	width:40%;
	text-align:right;
}
#ourMission .right img {
	max-width:100%;
}

/* TESTIMONIALS */
#testimonials {
	background: rgb(199,223,255);
	background: linear-gradient(180deg, rgba(199,223,255,1) 0%, rgba(255,255,255,1) 50%);
	padding:25px 0;
}
#testimonials h2 {
	font-size:48px;
	font-weight:100;
	color:#003d91;
	text-align:center;
	margin:0 0 35px 0;
}
#testimonials .col {
	float:left;
	width:315px;
	background:url('images/quotes.png') left 7px no-repeat;
	margin:0 60px 0 0;
	padding-left:55px;
}
#testimonials .col.col3 {
	margin-right:0;
}
#testimonials .col p {
	font-weight:100;
	line-height:1.5em;
	margin:0 0 35px 0;
}
/* new quote display */
#testimonials .quote {
	position:relative;
	background:url('images/quotes.png') left 7px no-repeat;
}
#testimonials .afterQuoteImg {
	position:absolute;
	top:7px;
	right:0;
	width:42px;
	height:25px;
	background:url('images/quotes-after.png') center top no-repeat;
}
#testimonials .quote p {
	text-align:justify;
	padding:0 65px;
}



/* FOOTER */
#Footer {
	color:#FFF;
	background:#003d91;
	padding:40px 0 10px 0;
}
#Footer .col {
	display:inline-block;
	width:195px;
	vertical-align:top;
	margin-right:calc(6%);
}
#Footer .col.col4 {
	width:300px;
	margin-right:0;
}
#Footer h3 {
	font-size:24px;
	font-weight:300;
	color:#FFF;
	text-transform:uppercase;
	border-bottom:solid 1px #3cadee;
	padding:0 0 8px 0;
	margin:0 0 15px 0;
}
#Footer ul, #Footer li {
	font-size:16px;
	list-style:none;
	padding:0;
	margin:0;
}
#Footer p {
	font-size:16px;
}
#Footer a {
	color:#FFF;
	text-decoration:none;
}
#Footer a:hover {
	text-decoration:underline;
}

.ftrNewsletter .button.ctct-button,
.ftrNewsletter .ctct-label-top,
.ftrNewsletter .ctct-disclosure {
	display:none;
}
.ftrNewsletter p,
.ftrNewsletter .ctct-email.ctct-label-top {
	display:inline;
}

.ftrNewsletter .ctct-email,
.ftrNewsletter .ctct-submit {
	width:180px;
	height:33px;
	font-family: 'Muli', sans-serif;
	font-size:15px;
	color:#6b6b6b;
	border:solid 1px #249fb8;
}
.ftrNewsletter .ctct-submit {
	width:90px;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-weight:500;
	color:#FFF;
	line-height:33px;
	background:#249fb8;
	text-transform:uppercase;
	border-radius:0;
	padding:0;
	margin:0 0 0 7px;
}
.ftrNewsletter .ctct-submit:hover {
	text-shadow:1px 1px 2px rgba(0,0,0,0.8);
}
.ftrNewsletter p.ctct-message.ctct-success {
	display:block;
	color:#FFF;
	background:green;
	clear:both;
	margin:0 0 10px 0;
}

.ftrLower {
	text-align:center;
	margin-top:40px;
}
.ftrSocial {
	float:left;
	width:240px;
	margin:40px 0 0 0;
}
.ftrSocial img {
	display:inline-block;
	border-radius:50px;
	/*
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	*/
	transition:0.2s all;
	margin:0 5px 0 0;
}
.ftrSocial img:hover {
	-webkit-filter: hue-rotate(20deg);
	filter: hue-rotate(20deg);
	transition:0.2s all;
}
.ftrLogo {
	display:inline-block;
	width:315px;
}
#Footer .ftrAddress {
	float:right;
	width:200px;
}
#Footer .ftrAddress .address,
#Footer .ftrAddress .phone {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	line-height:1.3em;
	text-decoration:none;
}
#Footer .ftrAddress .phone {
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	color:#37ddff;
	margin-bottom:10px;
}


.ftrCredits {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#FFF;
	background:#3cadee;
	padding:10px 0;
	margin-top:-1px;
}
.ftrCredits a {
	display:inline-block;
	padding:0 5px;
	color:#FFF;
}
.ftrCredits a.nwwebdev {
	font-size:12px;
}
.ftrCredits a:hover {
	text-decoration:underline;
}

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




.Clear {
	clear:both;
}


/* reCaptcha badge */
.grecaptcha-badge{
	visibility: collapse !important;  
}

/*
	font-family: 'Oswald', sans-serif;
	font-family: 'Muli', sans-serif;
*/