/* //D&B Backflow

	font-family: "Saira", sans-serif;
	font-family: "Poppins", sans-serif;

	
	#1e1457; NAVY BLUE
	#2c214f; PURPLE
	#f5b941; GOLD

*/


html #wpadminbar {
	Xdisplay:none;
}
html, body {
	padding:0;
	margin:0;
}
body {
	font-family: "Poppins", sans-serif;
	font-size:18px;
	color:#1e1457;
	color:#4d4d4d;
	background-color:#FFF;
	overflow-x:hidden;
}

.pad {
	position:relative;
	max-width:90vw;
	margin:0 auto;
}


.site-header {
	display:block;
	position:fixed;
	width:100%;
	height:90px;
	max-width:100%;
	background:none;
	padding:0;
	z-index: 99;
	transition:0.5s all;
}
#topBar {
	font-size:14px;
	color:#FFF;
	height:29px;
	letter-spacing:1px;
	text-align: center;
	background:#000;
	padding:3px 10px;
	transition:0.3s all;
}

#topBar .topBarLocations {
	transition:0.3s all;
}

.site-header .pad {
	min-height:100px;
}

.site-header .contactBtns {
	position:absolute;
	right:0;
	top:10px;
	width:500px;
	text-align:right;
	color:#FFF;
	transition:0.5s all;
}
.site-header .contactBtns a.phoneLink {
	font-size:15px;
	color:#FFF;
	text-decoration: none;
}
.site-header .contactBtns .cta {
	display:inline-block;
	font-size:15px;
	text-transform:uppercase;
	padding:2px 10px;
	border-radius:5px;
	margin:0 0 0 10px;
	transition:0.5s all;
}

#hdrLogo {
	position: absolute;
	width:220px;
	top:-18px;
	transition:0.2s all;
	z-index: 1;
	transition:0.5s all;
}
#hdrLogo a {
	display:block;
	width:100%;
	text-decoration:none;
}
#hdrLogo a:focus {
	background:none;
	outline:none;
}
#hdrLogo a:focus img {
	outline:none;
}
#hdrLogoImg {
	width:100%;
}


/* STICKY HEADER */
.site-header.sticky {
	position:fixed;
	height:100px;
	background:#222c3d;
	box-shadow:0px 5px 5px rgba(0,0,0, 0.4);
	transition:0.5s all;
}
.site-header.sticky #topBar {
	height:33px;
}
.site-header.sticky #topBar .topBarLocations {
	font-size:0px;
	color:#000;
}
.site-header.sticky #hdrLogo {
	width:124px;
	top:-28px;
}

.site-header.sticky .contactBtns {
	top:-31px;
}
.site-header.sticky .contactBtns .cta {
	position:relative;
	top:-2px;
	font-size:12px;
	letter-spacing:0.5px;
	padding:1px 10px;
}
.site-header.sticky #navBar {
	top:10px;
	transition:0.5s all;
}


/* NAVIGATION */
#menu-toggle,
.primary-navigation > div > .menu-wrapper.mobileMenu {
	display:none;
}
#navBar {
	display: block;
	position: absolute;
	top:70px;
	bottom:auto;
	left:auto;
	right:0;
	width:fit-content;
	z-index:2;
	transition:0.5s all;
}
.primary-navigation {
	margin:0;
}
.primary-navigation a, .primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited {
	font-family: "Poppins", sans-serif;
	font-size:17px;
	font-weight:600;
	color:#1e1457;
	color:#FFF;
	text-shadow: 0 0 8px rgba(0,0,0,1);
}
.menu-button-container #primary-mobile-menu {
	display:none;
}


/* HEADER UNDERLAY */
#hdrUnderlay {
	position: relative;
	height:220px;
	background:url('images/bghdrUnderlay.jpg') center -190px no-repeat #34435d;
}
#hdrUnderlay:after {
	display:block;
	position:absolute;
	content:' ';
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:0;
	background-color: rgba(0, 0, 0, 0.35);
}
.hdrUnderlayBtmArc {
	width:100%;
	left:auto;
	right:auto;
	top:auto;
	position:absolute;
	bottom:-1px;
	transform:scaleX(-1) scaleY(-1);
	z-index: 2;
}
.hdrUnderlayBtmArc svg {
	height:60px;
}
.hdrUnderlayBtmArc .fl-shape-content .fl-shape {
	fill:#FFF;
}


/* HOME PAGE */
.pad.homeContent {
	width:90%;
	max-width:1100px;
}
body.home .hdrUnderlayBtmArc .fl-shape-content .fl-shape {
	fill:#efefef;
}
.homeWhyAreWeHere {
	position: relative;
	background:#efefef;
	padding:50px 0 10px 0;
	margin:0;
}

.homeWhyAreWeHere h1 {
	font-size:34px;
	font-weight: bold;
	text-align: center;
}
.homeWhyAreWeHere p {
	text-align:center;
	padding:20px 0;
}
.homeWhy.card {
	float:left;
	width:30%;
	margin:1.5%;
	font-size:16px;
	background:#FFF;
	border-radius:15px;
	padding:15px;
}
.homeWhy.card img {
	display:block;
	max-width:40%;
	margin:0 auto;
	opacity:0.3;
}
.homeWhy.card h4 {
	font-size:22px;
	font-weight: 700;
	text-align: center;
	line-height:1.3em;
	padding:0 0 15px 0;
	border-bottom:solid 1px #e2e2e2;
	margin:0 0 15px 0;
}
.homeWhy.card p {
	padding:0 10px;
}
.homeWhyAreWeHere a.cta {
	margin:20px auto;
}
img.homeBackflowImg {
	display:block;
	max-width:100%;
	margin:50px auto 20px auto;
	border-radius:20px;
	box-shadow:0 0 20px rgba(0,0,0, 0.2);
}


/* PRICING */
.pricingTable table {
	background:#e6ebf3;
	border:none;
	border-radius:20px;
}
.pricingTable table td {
	font-family: "Poppins", sans-serif;
	text-align: center;
	vertical-align: top;
	border:none;
	padding:10px 30px;
}
.pricingTable table tbody tr:nth-child(2) td {
	font-size:14px;
}



/* CONTACT PAGE */
.contactForm {}
.contactForm {
	background:#efefef;
	border:solid 1px #c4c4c4;
	border-radius:20px;
	padding:30px;
	margin:30px;
}
.contactForm p br {
	display:none;
}
.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"],
.contactForm textarea {
	font-size:16px;
	border:solid 1px #c4c4c4;
	padding:4px 10px;
	border-radius:5px;
	margin:0 0 5px 0;
}
.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"] {
	width:30%;
}
.contactForm textarea {
	width:96.3%;
	max-width:100%;
	height:80px;
	margin:20px 0;
}
.contactForm input[type="submit"] {
	color:#FFF !important;
	background-color:#428442 !important;
	border:none;
	border-radius:5px;
	padding:4px 10px;
	transition:0.2s all;
}
.contactForm input[type="submit"]:hover {
	background-color:#2c572c !important;
}



/* COMMON */
body.home .site-main {
	padding-top:0;
	padding-bottom:0;
}
.site-content:not(.home) {
	width:90%;
	max-width:1100px;
	margin:0 auto;
}
.entry-header {
	margin-left:0;
}
.entry-header h1 {
	font-size:36px;
	font-weight:bold;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
	max-width:100%;
}
hr.wp-block-separator:not(.is-style-dots):not(.alignwide) {
	max-width:95%;
	width:95%;
}
a.cta {
	display:block;
	width:fit-content;
	font-family: "Saira", sans-serif;
	color:#FFF;
	text-decoration:none;
	background:#428442;
	padding:5px 15px;
	border-radius:10px;
	transition:0.2s all;
}
a.cta:hover,
a.cta:focus {
	background:#14418d !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	color:#34435c;
}
ul, ol {
	font-family:inherit;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	outline:none;
	background-color:inherit;
	text-decoration: inherit;
}
.sectionDivider.downCurve {
	margin:0;
}
.sectionDivider.downCurve.RightDrop {	
    transform: scaleX(-1);
    transform-origin: center;
}



	
/* FOOTER */

#ftrCTATopCurve {
	fill:#FFF;
	margin-bottom:-50px;
    transform: scaleY(-1);
}
#ftrCTATopCurve.home {
	fill:#efefef;
	margin-top:-10px;
}
.ftrCTABlock {
	text-align: center;
	background:url('images/bgWater.png') #cad2df;
	background-size:auto 100%;
	background-repeat: no-repeat;
	min-height:400px;
	margin-bottom:-100px;
	padding-top:100px;
	padding-bottom:110px;
}
.ftrCTABlock h3 {
	font-weight:700;
	margin:-30px 0 10px 0;
}
.ftrCTABlock p {
	color:#000;
}
.ftrCTABlock .cta {
	display:block;
	margin:20px auto;
}
#ftrTopCurve {
	fill:#6b6b6b;
	margin-bottom:-10px;
}
#ftrTopCurve svg {
	height:120px;
}
.ftrMap iframe {
	  filter: grayscale(60%) contrast(1.1);
}
#Footer {
	position: relative;
	color:#FFF;	
	background:#171d29;
	padding:10px 0;
}

.ftrCol {
	float:left;
	width:33%;
}
.ftrCol.col1 {
	text-align:right;
}

.ftrCol h4 {
	font-size:36px;
	font-weight:700;
	color:#FFF;
	margin:0 0 20px 0;
}
.ftrCol a {
	color:#FFF;
	text-decoration: none;
}
#ftrLogo {
	display: block;
	max-width:200px;
	margin:20px auto;
}
.ftrCol .emailUs {
	display:none;
}
#Footer .social {
}
#Footer .social a {
	display:inline-block;
	font-size:30px;
	color:#FFF;
	margin:10px 3px 0 3px;
}

#siteCredits {
	font-size:13px;
	text-align: center;
	margin-top:30px;
}
#siteCredits,
#siteCredits a,
#siteCredits a.nwwebdev {
	Xcolor:#2c214f;
	color:#FFF;	
}
#siteCredits a {
	display:inline-block;
	padding:0 5px;
}
#siteCredits a.nwwebdev {
	display:inline-block;
	text-decoration: none;
	border-left:solid 1px #999;
	margin-left:15px;
	padding-left:15px;
}
#siteCredits a:hover {
	text-decoration:underline;
}

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




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