@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900");

body {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #464646;
	-webkit-overflow-scrolling: touch;
	background: #fff;
}
body img {
	max-width: 100%;
}
hr {
	margin: 5px 0px 15px;
	border: 0;
	border-top: 1px solid #dddddd;
}
hr.dashed {
	border-style: dashed;
}
hr.greenbar {
	margin-block-start: 0em;
}
h1 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 21px;
}
.ws-lsw h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 21px
}
h2.ws-lsw  {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 21px
}

h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
.p-m {
	font-size: 15px;
	line-height: 26px;
}
input[type="submit"] {
	outline: none;
	-webkit-appearance: none;
}
a {
	color: #386f48;
}
/*a:hover {
	color:#bfd2c1;
}*/

::selection {
	background: rgba(0, 115, 54, 1);
	color: #ffffff;
}
::-moz-selection {
	background: rgba(0, 115, 54, 1);
	color: #ffffff;
}

.space5 {
	height: 5px;
}
.space8 {
	height: 8px;
}
.space10 {
	height: 10px;
}
.space15 {
	height: 15px;
}
.space20 {
	height: 20px;
}
.space30 {
	height: 30px;
}
.space50 {
	height: 50px;
}
.space100 {
	height: 100px;
}

#breadcrumbs-container + .bdy {
	margin-top: 35px;
	margin-bottom: 35px;
}
.ws-banner {
	margin-top: 20px;
}
.cons {
	margin-top: 20px;
}

/* NEW INLINE */
.inline-con {
	font-size: 0;
}
.inline-con.vcenter .inline {
	vertical-align: middle;
}
.inline-con.hcenter,
.inline-con.icenter .inline {
	text-align: center;
}
.inline-con.lright .inline:last-child {
	text-align: right;
}
.inline-con .inline:last-child {
	margin-right: 0;
}
.inline {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
}
.i1 {
	width: calc(1 * (100% - 165px) / 12 + 0 * (15px));
}
.i2 {
	width: calc(2 * (100% - 165px) / 12 + 1 * (15px));
	/*width:22%;	*/
}
.i3 {
	width: calc(3 * (100% - 165px) / 12 + 2 * (15px));
	/*width:23%;*/
}
.i4 {
	width: calc(4 * (100% - 165px) / 12 + 3 * (15px));
	/*width:26%;*/
}
.i5 {
	width: calc(5 * (100% - 165px) / 12 + 4 * (15px));
}
.i6 {
	width: calc(6 * (100% - 165px) / 12 + 5 * (15px));
}
.i7 {
	width: calc(7 * (100% - 165px) / 12 + 6 * (15px));
}
.i8 {
	width: calc(8 * (100% - 165px) / 12 + 7 * (15px));
}
.i9 {
	width: calc(9 * (100% - 165px) / 12 + 8 * (15px));
}
.i10 {
	width: calc(10 * (100% - 165px) / 12 + 9 * (15px));
}
.i11 {
	width: calc(11 * (100% - 165px) / 12 + 10 * (15px));
}
.nopad .inline {
	margin: 0;
}
.nopad .i1 {
	width: calc(1 * (100%) / 12);
}
.nopad .i2 {
	width: calc(2 * (100%) / 12);
}
.nopad .i3 {
	width: calc(3 * (100%) / 12);
}
.nopad .i4 {
	width: calc(4 * (100%) / 12);
}
.nopad .i5 {
	width: calc(5 * (100%) / 12);
}
.nopad .i6 {
	width: calc(6 * (100%) / 12);
}
.nopad .i7 {
	width: calc(7 * (100%) / 12);
}
.nopad .i8 {
	width: calc(8 * (100%) / 12);
}
.nopad .i9 {
	width: calc(9 * (100%) / 12);
}
.nopad .i10 {
	width: calc(10 * (100%) / 12);
}
.nopad .i11 {
	width: calc(11 * (100%) / 12);
}

/* GENERAL */

.text-center {
	text-align: center !important;
}

.bdy *:not(i),
.bdy *:not(i):hover,
.bdy #s-con *:not(i),
.bdy #s-con *:not(i):hover,
.bdy #m-con *:not(i),
.bdy #m-con *:not(i):hover {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-family: "Montserrat";
}


.btn2 {  
        display: inline-block;
        background: #2b774f;
        color: #fff;
        border: 0px solid #fff;
        padding: 8px 40px;
        border-radius: 0px;
        font-size: 17px;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
}
.btn2:hover {
        background: #37483d;
        text-decoration: none;
        /*opacity: 0.9;*/
        color: #fff;
}

.btn {
	display: inline-block;
	background: #2b774f;
	color: #fff;
	border: 0px solid #fff;
	padding: 8px 40px;
	border-radius: 0px;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
.btn:hover {
	background: #37483d;
	text-decoration: none;
	/*opacity: 0.9;*/
	color: #fff;
}
.btn.dark {
	background: #087945;
}
.btn.nbtn {
	background: #2b774f;
}
.btn.red {
	background: #d71920;
}
.orange-btn {
	display: inline-block;
	background: #ff8d00;
	color: #fff;
	border: 0px solid #fff;
	line-height: 38px;
	padding: 2px 35px;
	border-radius: 0px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
}
.orange-btn:hover {
	color: #fff;
}

#wrap {
	min-width: 1257px;
}
.bdy {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.bdy-new {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.bdy-landing {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#breadcrumbs-container {
	background: #fff;
	border-top: 1px solid #eee;
}
#breadcrumbs {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	padding: 20px 30px 0px;
}
#breadcrumbs span {
	display: inline-block;
	vertical-align: middle;
	color: #434343;
	font-weight: normal;
}
#breadcrumbs a {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	color: #434343;
	font-weight: normal;
}
#breadcrumbs a:hover span {
	text-decoration: underline;
}
.text-align-left {
	text-align: left !important;
}

/* COVID-19 */

#top {
	/*background: #ecffec;*/
	background: #121212;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 10px 20px;
	line-height: 20px;
}
#top span a {
	/*color: #087945;*/
	color: #bcecd6;
	color: #a8c188;
	color: #92caa3;
	font-weight: bold;
}
.covid {
	width: 750px;
	margin: 0 auto;
	line-height: 28px;
}

/* topnav */
#topline {
	padding: 0px 0px;
}
ul#topline {
	/*min-width:97%;*/
	background-color: #2b774f;
	padding: 0px 0px;
	padding-right: 15px;
	margin: 0;
	list-style: none;
	text-align: right;
	position: relative;
	line-height: 15px;
	margin-block-start: 0em;
	margin-block-end: 0em;
}
ul#topline li {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 0px;
	color: #fff;
	font-weight: 500;
	margin-left: 0px;
}
ul#topline li:last-child {
	display: none;
}
ul#topline li a {
	color: #fff;
	padding: 23px 15px;
	display: block;
	font-weight: 500;
}
ul#topline li a:hover {
	color: #f7f7f7;
	text-decoration: none;
}
ul#topline li:hover ul {
	display: block;
}
ul#topline i {
	font-size: 18px;
}
ul#topline li:hover ul,
ul#topline li:hover ul:hover,
ul#topline li:hover div.drops {
	display: block;
}

ul#topline li ul li,
ul#topline li ul li:hover,
ul#topline li ul li a,
ul#topline li ul li a:hover,
ul#topline li ul li:last-child a,
ul#topline li ul li a:last-child,
ul#topline li ul li:last-child a:hover {
	display: block;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	color: #333;
	background: transparent;
}
ul#topline li ul {
	display: none; /* temp */
	background-color: #eee;
	position: absolute;
	z-index: 10003;
	text-align: left;
	font-size: 15px;
	box-sizing: border-box;
	list-style: none;
	width: 230px;
	padding: 0px;
	padding-inline-start: 0px;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-left: -60px;
	margin-top: 1px;
}
ul#topline li ul li {
	border-bottom: 1px solid #fff;
}
ul#topline li ul li:hover {
	display: block;
	background: #fff;
	border-bottom: 1px solid #fff;
}
ul#topline li ul li a:hover {
	color: #69a77b;
}

    .text-center {
        text-align: center;
    }

    .mcaptcha {
        display: inline-block;
	margin-bottom: 20px !important;
    }

@media (max-width: 1500px) {
	#topline {
		padding: 0px 0;
	}
}
#hdr-mob {
	display: none;
}
#hdr {
	font-size: 0;
	padding: 0 10px 0 20px;
}
#hdr #logo {
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	margin-right: 20px;
}
#hdr ul#topnav {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 200px);
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#hdr ul#topnav li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
}
#hdr ul#topnav li:last-child a {
	display: inline-block;
	font-weight: 700;
	line-height: 50px;
	padding: 0px 30px;
	font-size: 15px;
	color: #fff;
	background-color: #d71820;
}
#hdr ul#topnav li:last-child a:hover {
	display: inline-block;
	background-color: #ba161d;
}
#hdr ul#topnav li a {
	display: block;
	padding: 25px 9px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
#hdr ul#topnav li:hover a {
	background-color: #f7f7f7;
	text-decoration: none;
}
#hdr ul#topnav li:hover ul,
#hdr ul#topnav li:hover div.drops {
	display: block;
}
#hdr ul#topnav li ul {
	display: none;
	background-color: #f7f7f7;
	color: #000;
	position: absolute;
	z-index: 10003;
	text-align: left;
	font-size: 15px;
	box-sizing: border-box;
	list-style: none;
	margin-left: -50px;
	width: 220px;
	padding: 0;
}
#hdr ul#topnav li ul li {
	display: block;
	margin: 0;
}
#hdr ul#topnav li ul li a,
#hdr ul#topnav li ul li:last-child a,
#hdr ul#topnav li ul li a:last-child,
#hdr ul#topnav li ul li:last-child a:hover {
	display: block;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	color: #000;
	background: transparent;
}
#hdr ul#topnav li ul li:last-child a:hover {
	background-color: #f0f0f0;
	color: #000;
}
#hdr ul#topnav li ul li a:hover {
	background-color: #f0f0f0;
	color: #000;
}
#hdr ul#topnav li div.drops {
	display: none;
	background-color: #f7f7f7;
	color: #121212;
	position: absolute;
	left: 0;
	z-index: 10003;
	text-align: left;
	font-size: 16px;
	width: 100%;
	padding: 10px 0px;
	box-sizing: border-box;
}
#hdr ul#topnav li div.drops a {
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color: #555;
}
#hdr ul#topnav li div.drops a:hover {
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
#hdr ul#topnav li div.drops a b {
	font-size: 16px;
}
#hdr ul#topnav li .drops .inline-con {
	max-width: 1200px;
	padding-left: 25px;
	margin: 0 auto;
}
#hdr ul#topnav li#sub-products div.drops .i4 a {
	margin: 18px 0px;
}
#hdr ul#topnav li#sub-products div.drops .i2 {
	text-align: center;
}
#hdr ul#topnav li#sub-products div.drops .i2 img {
	height: 200px;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
}
#hdr ul#topnav li#sub-products div.drops .i2 img:hover {
	height: 200px;
	margin-bottom: 10px;
	transform: scale(1.03);
}
#hdr ul#topnav li#sub-professionals div.drops a {
	font-size: 14px;
}

/* mobilemenu.inc */
#mm-top {
	position: relative;
	background: #fff;
	padding: 10px;
}
#mm-top #mm-logo {
	display: inline-block;
	width: 150px;
}
#mm-top #mm-buy {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	background-color: #ba161d;
	border: 0;
	color: #fff;
}
#mm-bot {
	padding: 8px 2px;
	font-size: 0;
	color: #000;
	background: #eee;
}
#mm-bot i,
#mm-bot span {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding: 5px;
}
#mm-bot span {
	margin: 0px 10px;
	font-size: 14px;
}
#mm-bot #mm-menu {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
	text-align: left;
}
#mm-bot #mm-call {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: right;
}
#mm-bot ul#mm-drop {
	display: none;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
	overflow-y: hidden;
	max-height: 472px;
	max-height: none;
}
#mm-bot a:active {
	/*currently blue */
}
#mm-bot ul#mm-drop li {
	text-align: left;
	position: relative;
	background: #eee;
}
#mm-bot ul#mm-drop li a {
	display: block;
	padding: 14px;
	border: none;
	border-bottom: 1px solid #fff;
	/*border-bottom: 0px;*/
	color: #474747;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#mm-bot ul#mm-drop li:hover {
	background: #fff;
}
#mm-bot ul#mm-drop li.featured {
	background: #eee;
}
#mm-bot ul#mm-drop li:last-child a {
	border-bottom: 1px solid #fff;
}
#mm-bot ul#mm-drop li ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
#mm-bot ul#mm-drop li ul li {
	border-bottom: 1px solid #999;
	background: #fff;
}
#mm-bot ul#mm-drop li ul li:last-child a {
	border-bottom: 0;
}
#mm-bot ul#mm-drop li ul li a {
	padding-left: 30px;
	color: #474747;
}
#mm-bot ul#mm-drop li ul li ul li a {
	padding-left: 60px;
}
#mm-bot ul#mm-drop span {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 14px 14px 14px 20px;
	font-size: 18px;
	line-height: 19px;
	color: #474747;
	text-align: right;
	box-sizing: border-box;
	cursor: pointer;
	margin: 0;
}
#mm-bot ul#mm-drop a:hover {
	color: #66886c;
}

/* footer */
#ftr1-container {
	width: 100%;
	background-color: #eaeaea;
	color: #434343;
	text-align: center;
}
#ftr1 {
	padding: 30px 0px;
	box-sizing: border-box;
	background-color: #eaeaea;
	margin: 0 auto;
}
#ftr2-container {
	width: 100%;
	/*background: rgba(8, 121, 69, 1);*/
	background: #2b774f;
	background: rgba(43, 119, 79, 1);
	color: #fff;
	border-top: 1px solid #c4c4c4;
	text-align: center;
}
#ftr2 {
	padding: 30px 0;
	box-sizing: border-box;
	margin: 0 auto;
}
#ftr3-container {
	width: 100%;
	background-color: #fff;
	color: #343434;
}
#ftr3 {
	padding: 25px 0;
	box-sizing: border-box;
	background-color: #fff;
	color: #343434;
	margin: 0 auto;
	text-align: right;
	font-size: 13px;
}
#ftr1 a,
#ftr2 a {
	line-height: 27px;
	font-weight: 600;
}
#ftr-mob {
	display: none;
	background-color: #2b774f;
	color: #fff;
	padding: 15px 0px 35px 0px;
	text-align: center;
}
#ftr-mob .simpleinline {
	text-align: center;
}
#ftr-mob p,
#ftr-mob a {
	font-size: 13px;
	color: #fff;
}
#ftr-mob a {
	display: inline-block;
	margin: 0px 9px;
}
.ftr-space {
	display: inline-block;
	vertical-align: top;
	width: 100px;
}
.ftr-inline {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 300px) / 4);
	font-size: 14px;
	color: #343434;
	margin: 20px 0px;
	text-align: left;
}
.ftr-inline span {
	font-size: 14px;
	color: #000;
}
.ftr-inline h4 {
	font-size: 18px;
	margin: 15px 0px;
	font-weight: bold;
	color: #343434;
}
.ftr-inline a {
	color: #343434;
	font-size: 13px;
}
.ftr-num b {
	display: inline-block;
	vertical-align: middle;
	color: #343434;
	font-size: 23px;
	font-weight: bold;
}
.ftr-num span {
	color: #056839;
}
.ftr-num a {
	display: inline-block;
	vertical-align: middle;
	color: #056839;
	text-decoration: underline;
	margin-left: 22px;
	font-size: 14px;
}
.ftr-seals {
	margin: 35px 0px 3px;
}
.ftr-seals img {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 15px;
}
#ftr-nav a {
	display: inline-block;
	color: #fff;
	margin: 0px 10px;
	font-size: 13px;
}
.ftr-social {
	margin: 25px 0px;
}
.ftr-social a {
	display: inline-block;
	margin-left: 10px;
	color: #fff;
	font-size: 12px;
}
.ftr-social a:hover {
	text-decoration: none;
	-webkit-appearance: brightness(0.8);
	filter: brightness(0.8);
}
.ftr-social img {
	vertical-align: middle;
}

/* forms */
form.form.ny label {
	width: 100%;
	margin: 10px 0px 3px 0px;
	text-align: left;
}
form.form.ny input[type="text"] {
	width: 100%;
	margin: 0;
}
form.form.ny.mobile {
	display: none;
}

/***** HMPAGE 2020 *******
**************************/
.hm-banner {
	background-image: url(/images/hm-banner1.jpg);
	/*background-image: url(/images/xmas-banner1.jpg);*/
	position: relative;
	width: 100%;
	min-height: 680px;
	background-repeat: no-repeat;
/*	background-attachment: fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hm-banner2 {
	position: relative;
	width: 100%;
	min-height: 680px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9); 
}
.hm-banner2 img {
    max-height: 888px;
    width: 100%;
    object-fit: cover;
}
.hm-banner2 img {
	filter: brightness(80%);
}

.sept-banner {
        background-image: url(/images/home-08312023.jpg);
        position: relative;
        width: 100%;
        min-height: 780px;
        background-repeat: no-repeat;
/*      background-attachment: fixed; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.nov-banner {
        background-image: url(/images/emails/LWS-Nov-Hero.jpg);
        position: relative;
        width: 100%;
        min-height: 780px;
        background-repeat: no-repeat;
/*      background-attachment: fixed; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.bf-copy {
	font-size: 45px !important;
	font-weight: 800 !important;
	display: block;
}
.bf-btn {
	font-size: 35px;
	margin-top: 15px;
	font-weight: bold;
}
.bf-disclaimer {
	font-size: 12px;
	text-align: center;
}

@media (max-width: 1500px) {
	.hm-banner .hm-banner2 {
		background-attachment: initial;
		background-position: center right;
		min-height: 590px;
	}
}

/* DEC SALE HOMEPAGE BANNER  */
.hm-banner-bf {
	background-image: url(/images/hm-banner-bg-desktop.jpg);
	background-attachment: unset;
}
@media (max-width: 1500px) {
	.hm-banner-bf {
		min-height: 500px !important;
	}
}
@media (max-width: 1200px) {
	.hm-banner-bf {
		min-height: 370px !important;
	}
}
@media (max-width: 998px) {
	.hm-banner .hm-banner2 {
		min-height: 320px !important;
	}
}
@media (max-width: 780px) {
	.hm-banner .hm-banner2 {
		min-height: 237px !important;
		background-position: center left;
	}
}
@media (max-width: 500px) {
	.hm-banner-bf {
		background-image: url(/images/hm-banner-bg-mobile.jpg);
		min-height: 342px !important;
		background-position: center left;
	}

	.sept-banner {
	    background-image: url(/images/mobile-08312023.jpg);
	    position: relative;
	    width: 100%;
	    min-height: 300px;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}

	.nov-banner {
	    background-image: url(/images/LWS-Nov-Hero.jpg);
	    position: relative;
	    width: 100%;
	    min-height: 300px;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}

	.hm-banner2 p
	{
		color: #000;
		text-shadow: none;
	}

.btn2 {  
        display: inline-block;
        background: #ba161d;
        color: #fff;
        border: 0px solid #fff;
        padding: 8px 40px;
        border-radius: 0px;
        font-size: 17px;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
}
.btn2:hover {
        background: #37483d;
        text-decoration: none;
        /*opacity: 0.9;*/
        color: #fff;
}


}



/* END SALE */

.hm-banner .hm-banner2 .gradient {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.hm-banner .hm-banner2 .over {
	position: absolute;
	top: 19%;
	right: 0;
	left: 0;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); 
}
.hm-banner .hm-banner2 .over h1 {
	margin-top: 0;
	font-size: 52px;
	font-weight: 700;
}
.hm-banner .hm-banner2 .over h1 a {
	color: #fff;
}
.hm-bdy {
	max-width: 980px;
	margin: 40px auto;
	text-align: center;
}
h1.hm-green {
	margin-block-start: 1.3em;
	margin-block-end: 0.8em;
	font-size: 46px;
	font-weight: normal;
	line-height: 40px;
	color: #386f48;
}
.index-inline a {
	/*display:block;*/
}
.index-inline h3 {
	font-size: 15px;
	font-weight: 700;
	margin: 3px 0px 1px;
	color: #000;
}
.index-inline p {
	margin-block-start: 0em;
	margin-block-end: 0.3em;
	font-size: 14px;
	line-height: 19px;
}
a.calloutbox,
.calloutbox a {
	color: #333;
	font-weight: 500;
}
.calloutbox {
	width: 85%;
	/*background: #bfd2c1;*/
	background: #2b774f;
	padding: 15px;
	margin: 50px auto;
	text-align: center;
}
.calloutbox b {
	font-size: 18px;
}
.calloutbox > * {
	color: #fff;
}
h3.free-consult {
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 auto;
}
.calloutbox p {
	margin-block-start: 0em;
	margin-block-end: 0em;

	
}
.home.calloutbox p {
	font-size: 23px;
	margin-top: 10px;
}
.home.calloutbox span {
	font-size: 27px;
}
@media (max-width: 480px) {
	.home.calloutbox p {
		font-size: 14px;
	}

	.home.calloutbox span {
		font-size: 22px;
	}
}

p.pvideo {
	margin-block-end: 0.5em;
	max-width: 80%;
	margin: 0 auto;
	color: #fff;
}
h2.ws-green.recent {
	font-size: 32px;
	margin-bottom: 20px;
}
.grey {
	padding-top: 10px;
	padding-bottom: 20px;
	background: #f8f8f8;
	background: #f1f1f1;
}
.hm-bdy ul.blogfeed li a span.caption h2 {
	font-size: 15px;
	line-height: 19px;
	font-weight: 600;
	text-transform: uppercase;
	margin-block-start: 0.4em;
	margin-block-end: 0em;
}
.hm-bdy ul.blogfeed li a span.caption h2:hover {
	text-decoration: underline;
}
.hm-bdy ul.blogfeed li a span.background h4,
.hm-bdy ul.blogfeed li a span.background b {
	background: #318256;
	background: rgba(49, 130, 86, 0.8);
	padding: 9px 20px;
}
.hm-bdy ul.blogfeed li a {
	padding: 30px 40px;
}
.hm-bdy ul.blogfeed li.lr {
	border-right: 0px solid #fff;
	height: 360px;
}
.hm-bdy ul.blogfeed li.lr:hover {
	background: #fff;
}
.grey .hm-bdy .blog-readmore {
	font-size: 14px;
	font-weight: 600;
	color: #386f48;
}
.hm-bdy .iframeWrapper iframe {
	width: 80%;
	margin: 0 auto;
	margin-top: -20px;
	right: 0;
}
.index-reviews {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
ul.blogfeed li a span.background h4,
ul.blogfeed li a span.background b {
	line-height: 18px;
	background: #318256;
}
ul.blogfeed li a span.background b {
	margin: 18px 0;
	font-size: 14px;
	position: absolute;
	padding: 10px 20px;
	color: #fff;
	bottom: 0;
	left: -12px;
	background: #2b774f;
	font-weight: normal;
}
ul.blogfeed li a span.caption h2 {
	line-height: 20px;
}

/* BLOG */
ul.blogfeed {
	line-height: 0px;
}
ul.blogfeed li {
	height: 440px;
	line-height: 19px;
}
#tile-container span.caption h2 {
	line-height: 21px;
}
#tile-container span.caption p {
	line-height: 20px;
	margin: 0px 0px;
}
#tile-container span.caption {
	background: #2e7b52c7;
}
#tile-container div.tile-col.one figure.tile1 span.caption {
	background: #2e7b52c7;
}
#tile-container div.tile-col.one figure.tile1 span.caption p {
	padding-bottom: 10px;
}
.h1blog {
	font-size: 24px;
}
/** BLOG INSIDE PAGE ***/
#bdy-clear {
	max-width: 980px;
}
.h2overlap {
	font-size: 36px;
	padding: 25px 50px;
}
h2.blog-details {
	margin: 40px 0px;
}
#bdy-clear .simpleinline {
	line-height: 28px;
}

/******* MAPPING ********/
.mapping {
	position: relative;
	margin: 20px auto 40px;
	width: 100%;
	max-width: 1000px;
}
.mapping.s {
	width: 100%;
}
.mapping ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.mapping li {
	position: absolute;
	list-style: none;
	top: 950px;
	left: 422px;
	text-align: center;
}
.mapping li i {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	background: #087945;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 25px;
	box-sizing: border-box;
	color: #fff;
}
.mapping span {
	display: block;
}
.mapping span b {
	display: block;
	margin-bottom: 4px;
}
.mapping li i + span {
	display: none;
	position: absolute;
	bottom: 60px;
	right: 0;
	left: -60px;
	margin: auto;
	background: #087945;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	font-size: 10px;
	width: 160px;
	box-sizing: border-box;
}
.mapping li i + span::after {
	position: absolute;
	z-index: 12;
	bottom: -20px;
	width: 0;
	height: 0;
	content: "";
	border-top: 20px solid #087945;
	border-right: 20px solid transparent !important;
	border-left: 20px solid transparent !important;
	left: 50%;
	transform: translateX(-50%);
}

.mapping li.c1 i {
	background: #6b984b;
}
.mapping li.c1 i + span {
	background: #6b984b;
}
.mapping li.c1 i + span::after {
	border-top: 20px solid #6b984b;
}

.mapping li.c2 i {
	background: #8bd8d0;
}
.mapping li.c2 i + span {
	background: #8bd8d0;
}
.mapping li.c2 i + span::after {
	border-top: 20px solid #8bd8d0;
}

.mapping li.c3 i {
	background: #c147f2;
}
.mapping li.c3 i + span {
	background: #c147f2;
}
.mapping li.c3 i + span::after {
	border-top: 20px solid #c147f2;
}

.mapping li.c4 i {
	background: #484bf0;
}
.mapping li.c4 i + span {
	background: #484bf0;
}
.mapping li.c4 i + span::after {
	border-top: 20px solid #484bf0;
}

.mapping li.c5 i {
	background: #d73f8b;
}
.mapping li.c5 i + span {
	background: #d73f8b;
}
.mapping li.c5 i + span::after {
	border-top: 20px solid #d73f8b;
}

.mapping li.c6 i {
	background: #e2aa40;
}
.mapping li.c6 i + span {
	background: #e2aa40;
}
.mapping li.c6 i + span::after {
	border-top: 20px solid #e2aa40;
}

.mapping li.c7 i {
	background: #f1d895;
}
.mapping li.c7 i + span {
	background: #f1d895;
}
.mapping li.c7 i + span::after {
	border-top: 20px solid #f1d895;
}

.mapping li.c8 i {
	background: #da71d6;
}
.mapping li.c8 i + span {
	background: #da71d6;
}
.mapping li.c8 i + span::after {
	border-top: 20px solid #da71d6;
}
.mapping li.c1 {
	top: 43%;
}
@media (max-width: 420px) {
	.mapping li.c1 {
		top: 30%;
	}
}
.mapping li.c2 {
	top: 52%;
}
@media (max-width: 420px) {
	.mapping li.c2 {
		top: 35%;
	}
}
.mapping li.c3 {
	top: 68%;
}
@media (max-width: 420px) {
	.mapping li.c3 {
		top: 49%;
	}
}
.mapping li.c4 {
	top: 36%;
}
@media (max-width: 420px) {
	.mapping li.c4 {
		top: 24%;
	}
}
.mapping li.c5 {
	top: 37%;
}
@media (max-width: 420px) {
	.mapping li.c5 {
		top: 24%;
	}
}
.mapping li.c6 {
	top: 64%;
}
@media (max-width: 420px) {
	.mapping li.c6 {
		top: 45%;
	}
}
.mapping li.c7 {
	top: 66%;
}
@media (max-width: 420px) {
	.mapping li.c7 {
		top: 45%;
	}
}
.mapping li.c8 {
	top: 70%;
}
@media (max-width: 420px) {
	.mapping li.c8 {
		top: 48%;
	}
}

.kitchen h2 {
	margin-top: 5px;
	margin-bottom: 1px;
	font-size: 15px;
	line-height: 17px;
}
.kitchen p {
	margin-block-start: 0.4em;
	font-size: 14px;
	line-height: 19px;
}

/* products.php */
.pr-banner {
	position: relative;
	background-image: url(/images/pr-banner1a.jpg);
	background-position: center left;
	background-size: cover;
	min-height: 620px;
	width: 100%;
	margin-top: 18px;
}
.pr-banner .gradient,
.top-mobile .gradient {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	width: 100%;
	height: 100%;
}
.products-con a.i3 {
	text-align: center;
}
.products-con a.i3 img {
	width: 140px;
}
.products-con a.i3 h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}
.products-con a.i3 h3 i {
	display: none;
}
.products-con a.i3 .btn {
	font-weight: 400;
	letter-spacing: 0.5px;
	background-color: #cc0000;
	font-size: 14px;
	padding: 7px 26px;
	line-height: 30px;
}
.products-con a.i3:hover {
	text-decoration: none;
}
.products-con a.i3:hover .btn {
	background-color: #999999;
}

.products-con a.i3 h3 br {
	display: none;
}

.rm-mob span {
	display: none;
}
.rm-mob i {
	font-style: normal;
}

.details-form {
	background: #eee;
	padding: 25px;
}
/* details.php */
/*#breadcrumbs-container+.bdy.bdy {
	margin-top: 40px;
}*/
.details .fa {
	color: #eedb39;
	font-size: 20px;
}
.details h1 {
	font-size: 30px;
	margin: 15px 0px;
}
.details span.price {
	display: block;
	color: #c13331;
	font-weight: bold;
	font-size: 25px;
}

#s-con {
	font-size: 0;
	text-align: center;
}
#s-con .content-in div {
	/*background-color: #fafafa;
	border: 1px solid #ccc;*/
	margin-bottom: 5px;
}
#s-con .content-in div:hover {
	background-color: #fff;
}
#s-con img {
	max-height: 88px;
	cursor: pointer;
	margin: 5px 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-filter: brightness(0.9);
}
#s-con img:hover {
	-webkit-filter: brightness(1);
}
#cover {
	height: 480px;
	overflow-y: hidden;
}
#s-con img#up,
#s-con img#down {
	height: 40px;
	cursor: pointer;
}
#s-con-def {
	overflow-y: scroll;
}
#m-con {
	text-align: center;
}
#m-con img {
	max-height: 500px;
}
.bdy.details {
	max-width: 1080px;
}
.pr-left {
	width: 63%;
	float: left;
}
.pr-right {
	width: 35%;
	float: left;
	padding-left: 25px;
}
.pr-bottom .content-in {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0px 20px;
}
.pr-bottom .content-in div {
	width: 22%;
	text-align: center;
	padding: 0px 10px;
	background-color: #eee;
	margin: 0px 5px;
}
.pr-top {
	width: 100%;
}
.pr-bottom {
	width: 100%;
}

#tab-con {
	margin: 60px 0px 0px;
	background: #f7f7f7;
}
#tab-nav {
	border-bottom: 1px solid #333;
	margin: 0px 0px;
	text-align: center;
}
#tab-nav div {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 4.1%;
	padding-bottom: 13px;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	font-size: 15px;
	background: #eaeaea;
}
#tab-nav div:first-child {
	color: #087945;
	border-color: #087945;
}
#tab-con .tabs {
	display: none;
	padding-bottom: 40px;
	margin: 35px 80px;
	line-height: 30px;
	background: transparent;
}
#tab-con .tabs#tab1 {
	display: block;
}
.tab-btn {
	text-align: center;
	margin: 40px 0px 0px;
}
.tab-btn a {
	display: inline-block;
	background: #b70e15;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
}
.tab-btn a:hover {
	background-color: #ba161d;
}
#tab5 .tab-btn a {
	background-color: #087945;
}
#tab5 .tab-btn a:hover {
	background-color: #0a9756;
}
.tabs h3 {
	font-size: 28px;
	color: #2b774f;
	font-weight: 400;
}
.tabs h4 {
	font-size: 18px;
}
.details .tabs ul {
	font-size: 14px;
	line-height: 26px;
}

.header.divider:after {
	border-top: 0px solid #fff;
}
.green-title {
	background: #476951;
	border: 0px solid #fff;
	font-size: 15px;
}
.redbttn {
	border-radius: 0px;
	font-weight: 400;
	text-transform: uppercase;
}
/* copyForm - Myths of Hard Water */
/* How-it-works */
.inline-4-12 .nav-soft {
	margin-top: 20px;
	margin-right: 40px;
	font-size: 15px;
}
a.details-links:hover {
	background: #bfd2c1;
}
.details-links {
	font-size: 15px;
	border-bottom: 0px solid #fff;
}
.myths .inline-8-12 {
	padding-left: 5px;
}
.iframeWrapper-s {
	width: 88%;
	padding-top: 5px;
}
.iframeWrapper.align iframe {
	/* align left */
	position: absolute;
	top: 0;
	left: -8px;
	width: 100%;
	height: 100%;
}
.mid-title {
	font-size: 15px;
	font-weight: 500;
	margin: 0px 0px 8px 0px;
}
.how-tech .inline-container {
	margin-top: 20px;
	margin-bottom: 20px;
}
.how-tech p {
	margin-block-start: 0.4em;
}

/* commercial */
hr.greenbar {
	display: none;
}
h1.commercial {
	color: #2b774f;
	font-weight: 400;
	text-transform: none;
	font-size: 36px;
}
h2.commercial {
	color: #2b774f;
}
.new-plum.bar {
	background: #2b774f;
	background: #444;
}
.btn.pro {
	background-color: #2b774f;
}
.btn.pro:hover {
	background-color: #2f5240;
}
.green-b {
	background-color: #2b774f;
	text-transform: uppercase;
	font-weight: 400;
}
.hard-table td,
.soft-table td {
	background: #f1f1f1;
	text-align: center;
}
.hard-table td:hover,
.soft-table td:hover {
	background: #bfd2c1;
}

.new-plum h2 {
	font-weight: 400;
	padding-top: 12px;
	margin: 0px auto;
	padding-bottom: 10px;
	margin-block-start: 0em;
	margin-block-end: 0em;
}
img.tank1 {
	width: 35%;
	padding-left: 0px;
	padding-top: 8px;
}
.new-plum .inline-7-12 img.tank2 {
	width: 25%;
	margin-left: 15px;
}
.ntabs-con hr.fltr {
	border-bottom: 0px solid #fff;
}
.ntabs-con {
	background: #f7f7f7;
	border-bottom: 1px solid #111;
	text-align: center;
}
.ntabs {
	background: #eaeaea;
	font-size: 16px;
	width: 24.5%;
	padding: 8px;
	margin: 0px 2px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}
.ntabs.selected,
.ntabs:hover {
	color: #474747;
	background: #eaeaea;
	border-bottom: 3px solid #087945;
}
.ntabs.selected:before {
	border-top: 10px solid #eaeaea;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	top: 0px;
	left: 107px;
}
.ntabs.co {
	width: 49.5%;
}
.ncontents {
	background: #f7f7f7;
	/*margin-bottom: 10px;*/
}
.cases .bttn {
	border-radius: 0px;
	padding: 0px 25px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0em;
	border: 3px solid #333;
	color: #111;
	width: 230px;
	margin-left: 20px;
	background: #fff;
}
.cases .bttn.sld {
	background: #333;
}
.cases .bttn::selection {
	background: rgba(0, 0, 0, 1);
}
.cases .bttn:active,
.cases .bttn:visited {
	background: #fff;
}
.cases .bttn.sld:active,
.cases .bttn.sld:visited {
	background: #333;
}
.cases .half1 {
	width: 38%;
	float: left;
	text-align: right;
	font-weight: bold;
}
.cases .half2 {
	width: 60%;
	float: left;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 20px;
}
.file-box .file-row img.ext {
	margin-right: 0px;
	height: 56px;
}
.comm-header-btm,
.comm-header {
	margin-top: 15px;
	position: relative;
	background: url(../images/comm-installers.jpg) center center;
	height: 500px;
	background-size: cover;
}
.comm-categ {
	margin-top: 15px;
	position: relative;
	background: url(../images/comm-categ.jpg) bottom center;
	min-height: 558px;
	background-size: cover;
}
.comm-header-btm .gradient,
.comm-header .gradient,
.comm-categ .gradient {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.comm-categ .gradient {
	background: rgba(0, 0, 0, 0.6);
}
.comm-header-btm .over,
.comm-header .over,
.comm-categ .over {
	position: absolute;
	top: 15%;
	right: 0;
	left: 0;
	color: #fff;
	text-align: center;
}
.comm-categ .over {
	top: 28%;
}
.comm1 {
	text-align: center;
	margin: 50px 20px 0px;
	font-weight: 700;
	font-size: 48px;
}
.comm2 {
	text-align: center;
	margin: 0px 20px 50px;
	font-size: 39px;
}
img.dolla {
	width: 105px;
}
.left-plum {
	margin: 0 auto;
	text-align: center;
	padding: 25px 0px;
}
/* accordion button */
.accordion {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 500;
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 5px 15px;
	width: 100%;
	text-align: left;
	border: none;
	/*border-bottom:1px solid #999;*/
	outline: none;
	/*transition: 0.4s;*/
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.active,
.accordion:hover {
	background-color: #ccdad1;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
/* accordion panel */
.panel {
	padding: 0 18px;
	background-color: white;
	display: none;
	overflow: hidden;
}
.contact-loc .panel {
	padding: 15px 10px;
}

/* Projects */
.proj-banner {
	background-image: url(/images/proj-banner1.jpg);
	position: relative;
	width: 100%;
	min-height: 550px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 30px;
}
@media (max-width: 1500px) {
	.proj-banner {
		background-attachment: initial;
		background-position: center center;
		min-height: 480px;
	}
}
.proj-banner .gradient {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.proj-banner .over {
	position: absolute;
	top: 32%;
	right: 0;
	left: 0;
	color: #fff;
	text-align: center;
}
.proj-banner .over h3 {
	margin: 0px;
	font-size: 48px;
	line-height: 70px;
	letter-spacing: 1px;
	font-weight: 700;
}
.proj-banner .over h3.sub {
	margin-top: 0;
	font-size: 32px;
	line-height: 56px;
	letter-spacing: 0.2px;
	font-weight: 600;
}
.project-container {
	padding-left: 4%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 15px;
}
.proj {
	padding: 8px;
	width: 22%;
	height: 180px;
	overflow: hidden;
}
.proj img {
	height: 130px;
}
ul.blogfeed li.pr {
	height: 285px;
}
ul.blogfeed li.pr:hover {
	background: #fff;
}
ul.blogfeed.pro li {
	width: 48%;
}
p.greenbar {
	border-left: 10px solid #2b774f;
	color: #2b774f;
}
.proj-buildings {
	/*background-image: url(images/proj-hero2.jpg);*/
	background-image: url(images/exist-bld1.jpg);
	height: 360px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.proj-newdev {
	background-image: url(images/proj-newdev1.jpg);
	height: 360px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.proj-sys {
	margin-top: 5px;
	background-image: url(images/comm-water-sys.jpg);
	height: 365px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.proj-scale {
	margin-top: 5px;
	background-image: url(images/comm-bld1.jpg);
	height: 365px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.proj-buildings h6,
.proj-newdev h6,
.proj-sys h6,
.proj-scale h6,
.comm-techn h6,
.comm-faq h6,
.comm-enviro h6,
.comm-cad h6,
.comm-faq2 h6 {
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 19%;
	left: 2%;
	right: 2%;
}
.proj-buildings h6,
.proj-newdev h6 {
	top: 12%;
}
.comm-techn {
	background-image: url(images/comm-techn.jpg);
	background-position: center center;
	height: 365px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.comm-faq {
	background-image: url(images/comm-faq.jpg);
	background-position: center center;
	height: 380px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
.comm-enviro {
	background-image: url(images/comm-enviro1.jpg);
	background-position: center center;
	height: 380px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
.comm-cad {
	background-image: url(images/comm-CAD.jpg);
	background-position: center center;
	height: 380px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
.comm-faq2 {
	background-image: url(images/comm-faq2.jpg);
	background-position: center center;
	height: 380px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
/* installation */
.install-banner {
	background-image: url(/images/install-hero-2.jpg);
	background-position: top center;
	position: relative;
	width: 100%;
	min-height: 550px;
	background-repeat: no-repeat;
	background-attachment: initial;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 15px;
	margin-bottom: 40px;
}
.certif-banner {
	background-image: url(/images/tested-hero.jpg);
	position: relative;
	width: 100%;
	min-height: 550px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 15px;
	margin-bottom: 40px;
}
@media (max-width: 1500px) {
	.install-banner,
	.certif-banner,
	.pr-banner {
		background-attachment: initial;
		background-position: top center;
		min-height: 480px;
	}
}
.install-banner .gradient,
.certif-banner .gradient {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.over {
	position: absolute;
	top: 43%;
	right: 0;
	left: 0;
	color: #fff;
	text-align: center;
}

.over-bf {
    position: absolute;
    top: 30%;
    right: 0%;
    left: 50%;
    color: #fff;
    text-align: center;
}



.install-banner .over h3,
.certif-banner .over h3,
.ws-banner .over h1,
.pr-banner .over h1 {
	margin: 0px;
	font-size: 48px;
	line-height: 70px;
	letter-spacing: 1px;
	font-weight: 700;
}
.comm-filter {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.filter1 {
	width: 66%;
	padding-right: 50px;
}
.filter2 {
	width: 27%;
	text-align: center;
}
.filter2 img {
	width: 280px;
	text-align: right;
	margin-top: -65px;
}
.pros-con .inline-5-12 {
	min-height: 255px;
}
.pros-con img {
	width: 55px;
}
.plumb-p {
	line-height: 22px;
	margin-block-start: 0.2em;
	margin-block-end: 0.5em;
}

/* details */
.file-box {
	border-top: 40px solid #2b774f;
	background: #eee;
}
.file-box .file-in .file-head a {
	margin: 0 auto;
	border-radius: 0px;
	border: 3px solid #2b774f;
	font-size: 17px;
	font-weight: 400;
	color: #2b774f;
}
.file-box .file-in .file-head a:hover {
	transform: none;
	background: #fff;
	color: #2b774f;
}
.file-box .file-in .file-head {
	padding: 30px;
	margin-bottom: 10px;
	border: 0px solid #fff;
}
.file-box .file-row span {
	font-size: 14px;
	font-weight: 400;
}
.readmore {
	font-size: 12px;
	border: 0px solid #fff;
}
.readmore:hover {
	background: #016330;
	color: #fff;
	text-decoration: underline;
}
/*******
ABOUT
*******/
.ab-banner {
	background-image: url(/images/about-banner1.jpg);
	position: relative;
	width: 100%;
	min-height: 620px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media (max-width: 1500px) {
	.ab-banner {
		background-attachment: initial;
		background-position: center center;
		min-height: 560px;
	}
}
.ab-banner .gradient {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.ab-banner .over {
	position: absolute;
	top: 35%;
	right: 0;
	left: 0;
	color: #fff;
	text-align: center;
}
.ab-banner .over h1 {
	margin-top: 0;
	font-size: 56px;
	font-weight: 700;
}
.ab-banner .over h3 {
	margin-top: 0;
	font-size: 32px;
	letter-spacing: 0.2px;
	font-weight: 600;
}

h3.lid {
	text-align: center;
	font-size: 22px;
	font-weight: 400;
}
.about-box {
	padding: 15px 20px;
	margin-bottom: 10px;
}
.about-bottom {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.about-bottom .rev-half {
	margin: 8px;
	width: 220px;
}
.ab-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px 15px 20px;
}
.ab-links a {
	padding: 10px 20px;
	color: #fff;
	background: #000;
	margin: 10px;
}
.drk-grey {
	background: #333;
	margin: 0px auto 60px;
	padding: 40px 15px;
	text-align: center;
}
/* exec-bios details */
.leadership-container {
	background: #eaeaea;
	margin-top: 15px;
}
.leadership-container #breacrumbs-container {
	margin: 0;
}
.leadership-container h2 {
	margin: 10px 15px;
	font-size: 24px;
}
.leadership-container hr {
	margin-bottom: 0px;
	border-width: 2px;
}
.leadership-container .bdy {
	padding-top: 10px;
	padding-bottom: 10px;
}
.simplebox {
	border: 0px solid #fff;
	padding-bottom: 25px;
}
.lids .simplebox ul {
	list-style: none;
	padding-inline-start: 0px;
	line-height: 24px;
}
.inline-container.leader {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 30px 30px;
}
.lid-inline {
	width: 21%;
	box-sizing: content-box;
	padding: 10px 18px;
}
.lid-inline:hover {
	text-decoration: none;
	opacity: 0.85;
}
.lid-inline img {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 3px;
	border-radius: 0px;
}
.lid-inline span {
	display: block;
	font-size: 15px;
	line-height: 1.52947;
	color: #087945;
}
.lid-inline i {
	display: block;
	font-weight: 400;
	font-size: 13px;
	font-style: normal;
	color: #121212;
}
.lid-top {
	background-image: url("images/lig-bg.jpg");
	text-align: center;
	font-family: "Helvetica";
}
.lid-top img {
	height: 350px;
	border-radius: 0px;
}
.lid-top .bdy {
	position: relative;
	font-size: 0;
	padding: 0;
}
.lid-top .bdy .name {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8%;
	font-size: 17px;
	text-align: left;
}
.lid-top .bdy .name b {
	display: block;
	text-align: left;
	font-size: 24px;
	margin-bottom: 10px;
}
.lead.bdy {
	font-family: "Helvetica";
}
.lead.bdy #quote-container {
	margin: 50px 0px;
}
.lead.bdy #quote-container #quote div {
	font-size: 26px;
	font-weight: 500;
}
.lead .inline-container {
	padding: 0 8%;
}
.lead .quotes-down,
.lead .quotes-up {
	width: 20px;
}
#quote {
	width: auto;
	color: #175c37;
}

/********** 
LOCATIONS 
**********/
.locations {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 0px solid #fff;
	padding: 0px 0px;
}
.locations:hover {
	border-bottom: 0px solid #fff;
}
.contact-loc {
	width: 33%;
	font-size: 15px;
}
.contact-loc .accordion {
	padding: 5px 15px;
	margin-bottom: 0px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.contact-loc .accordion:hover {
	transition: all 2s ease;
	/*border-bottom:1px solid #999;*/
}

.rep-img img {
	width: 100px;
}
.rep-img {
	float: left;
	width: 30%;
	padding-right: 7px;
}
.rep-info {
	float: left;
	width: 66%;
	font-size: 14px;
	font-weight: normal;
}
.lbox {
	width: 33%;
	padding: 30px 0px;
	font-size: 15px;
}
.locate {
	padding-bottom: 30px;
}
.locate .padright {
	padding-right: 30px;
}
h1.free-installation {
	padding-left: 10px;
}
.locate .rep-box {
	padding: 20px;
	background: #eee;
	margin-top: 15px;
	width: 85%;
}
.imgpad {
	padding-right: 25px;
}
.table-title {
	color: #186410;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 3px;
}

.locate .simplebox,
.locate .box-bdy {
	border: 0px solid #fff;
	padding: 10px 0px 30px;
}
.locate .box-title {
	border: 0px solid #fff;
	padding: 10px 0px 5px;
}
.locate .header.divider h5 {
	display: block;
}
.consultation {
	margin-top: 30px;
	margin-bottom: 0px;
}
.consultation a {
	text-decoration: underline;
}
form.free-installation {
	padding: 25px;
	background: #eee;
	margin-top: 30px;
	margin-bottom: 30px;
}
.free-installation .formbox input[type="submit"] {
	padding: 9px;
	background: #217d4c;
}
/*************
SHOP online 
************/
#shopnav {
	width: auto;
}
#shopnav a {
	padding: 10px 31px 20px;
	font-weight: 400;
	font-size: 16px;
	color: #666;
}
#shopnav a:hover {
	background: #eee;
	color: #386f48;
}
#shopnav-container {
	border-top: 1px solid #ddd;
	border-bottom: 0px solid #ddd;
}
h1.shop-h1,
h1.shop {
	font-weight: 400;
	color: #406b45;
}
.shop-inline {
	width: calc(32% - 17px);
	border: none !important;
	margin-bottom: 20px;
}
.shop-inline img {
	margin-bottom: 0px;
}
.point-triangle-on {
	border-top-color: rgb(132, 136, 134);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
#m-container img {
	max-height: 500px;
	max-width: 500px;
	max-width: 100%;
}
.btn.apa-amazon {
	width: 160px;
}
.add-box {
	background: #fff;
	padding: 0px 0px;
}
.price {
	font-size: 22px;
}
.shopdetails-form .formbox input[type="submit"] {
	padding: 5px 60px;
	font-size: 16px;
	font-weight: normal;
	font-family: inherit;
}
.amz-img {
	padding-left: 35px;
}

/****** 
PRIVACY 
******/
.privacy table {
	display: table;
	text-align: center;
	width: 100%;
	max-width: 700px;
	border: 1px solid;
	font-weight: 700;
	border-collapse: collapse;
}
.privacy tbody {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.privacy tr {
	display: table-row;
	border: 1px solid;
}
.privacy th {
	border: 1px solid;
	border-color: #999;
	display: table-cell;
}
.privacy td {
	padding: 1rem;
	border: 1px solid;
	border-color: #999;
	display: table-cell;
}

/*******
POP FIRE
*******/
.popCon {
	display: none;
	text-align: left;
}
#pop {
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	z-index: 11;
	max-width: 1110px;
	background: #fff;
}
#pop .fa-times {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	padding: 10px;
	cursor: pointer;
}
#dim {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	width: 100%;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
#pop .pop-con {
}

/******
COOKIE
******/
#cookies {
	max-width: 960px;
	margin: 0 auto;
}
#cookies h3 {
	font-size: 16px;
	line-height: 22px;
}
#cookies p {
	font-size: 13px;
	line-height: 19px;
}

#cookie-con {
	position: fixed;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: rgb(255, 255, 255);
	font-size: 14px;
	color: rgb(51, 51, 51);
	bottom: 0px;
	padding: 30px;
	z-index: 999999;
	box-shadow: rgba(1, 1, 1, 0.25) 0px 0px 6px;
	z-index: 1;
}
#cookie-con h5 {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 5px;
}
#cookies button.save {
	display: inline-flex;
	border: 0px;
	color: rgb(255, 255, 255);
	background: rgb(12, 18, 28);
	padding: 8px 22px;
	cursor: pointer;
	border-radius: 0px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
	letter-spacing: 3px;
	align-items: center;
	justify-content: center;
	min-width: 125px;
	height: 45px;
	font-weight: bold;
}
#cookie-con button#accept {
	display: inline-flex;
	border: 0px;
	color: rgb(255, 255, 255);
	background: rgb(12, 18, 28);
	padding: 8px 22px;
	cursor: pointer;
	border-radius: 0px;
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
	letter-spacing: 3px;
	align-items: center;
	justify-content: center;
	min-width: 125px;
	height: 45px;
	font-weight: bold;
}
#cookie-con button#options {
	display: inline-block;
	padding: 8px 0px;
	background: transparent;
	border-radius: 4px;
	color: rgb(12, 18, 28);
	cursor: pointer;
	border: 0px;
	text-decoration: underline;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 10px;
}
#cookies {
	height: 400px;
	overflow-y: scroll;
	padding: 20px;
}
#accept-all span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	cursor: pointer;
}

#cookies h4 {
	font-size: 18px;
}
#cookies h3:first-of-type {
	margin-top: 5px;
}
#cookies input[type="checkbox"],
#cookies input[type="checkbox"] + label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#accept-all {
	padding: 20px;
	text-align: left;
	border-top: 1px solid #ddd;
}
#accept-all button {
	display: inline-block;
	border: 0px;
	color: rgb(255, 255, 255);
	background: rgb(12, 18, 28);
	padding: 8px 22px;
	cursor: pointer;
	border-radius: 0px;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
	letter-spacing: 3px;
	align-items: center;
	justify-content: center;
	min-width: 125px;
	height: 45px;
	font-weight: bold;
}

/*******************
SERVICE-and-MANUALS
*******************/
.manuals-list {
	padding: 0;
	margin: 0;
	font-size: 0;
}
.manuals-list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 29px;
}
.mans {
	display: flex;
	align-items: center;
}
.mans + .mans {
	border-top: 1px solid #ddd;
	padding-top: 25px;
	margin-top: 25px;
}
.mans .mans-img {
	width: 250px;
	text-align: center;
}
.mans .mans-img img {
	max-width: 100px;
	max-height: 260px;
}
.mans .mans-pdf {
	width: calc(100% - 315px);
}
.mans .mans-pdf h3 {
	margin-top: 0;
}
table.man {
	border-spacing: 0;
	width: 100%;
	border-radius: 5px;
	padding: 10px;
	background-color: var(--p-surface-foreground, #fff);
	box-shadow: var(--p-card-shadow, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15));
}
table.man th {
	text-align: left;
	background: #fff;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}
table.man td {
	padding: 5px;
	font-size: 14px;
	position: relative;
}
table.man th.t30,
table.man td.t30 {
	width: 30px;
	text-align: center;
}
table.man th.t50,
table.man td.t50 {
	width: 50px;
	text-align: center;
}
table.man th.t90,
table.man td.t90 {
	width: 90px;
	text-align: center;
}
table.man th.t120,
table.man td.t120 {
	width: 130px;
	text-align: center;
}
table.man .btn.btn-green {
	font-size: 12px;
	padding: 7px 20px;
	line-height: 20px;
}
table.man .btn.btn-white {
	font-size: 12px;
	padding: 7px 20px;
	line-height: 20px;
	background: #fff;
	border: 1px solid #087945;
	color: #000;
}
table.man .btn.btn-green:hover {
	background: #087945;
	color: #fff;
	opacity: 0.8;
}
table.man .btn.btn-white:hover {
	background: #fff;
	border: 1px solid #087945;
	opacity: 0.8;
}

/*************
MAHDI NEW CSS
*************/
/*****
FORMS
*****/

/*!
 * icheck-bootstrap v3.0.1 (https://github.com/bantikyan/icheck-bootstrap)
 * Copyright 2018 Hovhannes Bantikyan.
 * Licensed under MIT (https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE)
 */
[class*="icheck-"] {
	display: inline-block;
	min-height: 22px;
	margin-top: 2px !important;
	padding-left: 0;
}
.icheck-inline {
	display: inline-block;
}
.icheck-inline + .icheck-inline {
	margin-left: 0.75rem;
	margin-top: 6px;
}
[class*="icheck-"] > label {
	padding-left: 29px !important;
	min-height: 22px;
	line-height: 25px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
[class*="icheck-"] > input:first-child {
	position: absolute !important;
	opacity: 0;
	margin: 0;
}
[class*="icheck-"] > input:first-child:disabled {
	cursor: default;
}
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	border: 1px solid #d3cfc8;
	border-radius: 0;
	margin-left: -29px;
}
[class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after,
[class*="icheck-"] > input:first-child:checked + label::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 1px;
	width: 4px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-top: none;
	transform: translate(7.75px, 4.5px) rotate(45deg);
	-ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}
[class*="icheck-"] > input[type="radio"]:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input[type="radio"]:first-child + label::before {
	border-radius: 50%;
}
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-width: 2px;
}
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child:disabled + label,
[class*="icheck-"] > input:first-child:disabled + label::before {
	pointer-events: none;
	cursor: default;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 0.65;
}
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #adadad;
}
.icheck-default > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-default > input:first-child:checked + label::before {
	background-color: #e6e6e6;
	border-color: #adadad;
}
.icheck-default > input:first-child:checked + input[type="hidden"] + label::after,
.icheck-default > input:first-child:checked + label::after {
	border-bottom-color: #333;
	border-right-color: #333;
}
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #2e6da4;
}
.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-primary > input:first-child:checked + label::before {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #4cae4c;
}
.icheck-success > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-success > input:first-child:checked + label::before {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #46b8da;
}
.icheck-info > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-info > input:first-child:checked + label::before {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #eea236;
}
.icheck-warning > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-warning > input:first-child:checked + label::before {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #d43f3a;
}
.icheck-danger > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-danger > input:first-child:checked + label::before {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #1abc9c;
}
.icheck-turquoise > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-turquoise > input:first-child:checked + label::before {
	background-color: #1abc9c;
	border-color: #1abc9c;
}
.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #2ecc71;
}
.icheck-emerland > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-emerland > input:first-child:checked + label::before {
	background-color: #2ecc71;
	border-color: #2ecc71;
}
.icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #087945;
}
.icheck-peterriver > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-peterriver > input:first-child:checked + label::before {
	background-color: #087945;
	border-color: #087945;
}
.icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #9b59b6;
}
.icheck-amethyst > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-amethyst > input:first-child:checked + label::before {
	background-color: #9b59b6;
	border-color: #9b59b6;
}
.icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #34495e;
}
.icheck-wetasphalt > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-wetasphalt > input:first-child:checked + label::before {
	background-color: #34495e;
	border-color: #34495e;
}
.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #16a085;
}
.icheck-greensea > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-greensea > input:first-child:checked + label::before {
	background-color: #16a085;
	border-color: #16a085;
}
.icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #27ae60;
}
.icheck-nephritis > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-nephritis > input:first-child:checked + label::before {
	background-color: #27ae60;
	border-color: #27ae60;
}
.icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #2980b9;
}
.icheck-belizehole > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-belizehole > input:first-child:checked + label::before {
	background-color: #2980b9;
	border-color: #2980b9;
}
.icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #8e44ad;
}
.icheck-wisteria > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-wisteria > input:first-child:checked + label::before {
	background-color: #8e44ad;
	border-color: #8e44ad;
}
.icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #2c3e50;
}
.icheck-midnightblue > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-midnightblue > input:first-child:checked + label::before {
	background-color: #2c3e50;
	border-color: #2c3e50;
}
.icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #f1c40f;
}
.icheck-sunflower > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-sunflower > input:first-child:checked + label::before {
	background-color: #f1c40f;
	border-color: #f1c40f;
}
.icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #e67e22;
}
.icheck-carrot > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-carrot > input:first-child:checked + label::before {
	background-color: #e67e22;
	border-color: #e67e22;
}
.icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #e74c3c;
}
.icheck-alizarin > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-alizarin > input:first-child:checked + label::before {
	background-color: #e74c3c;
	border-color: #e74c3c;
}
.icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #ecf0f1;
}
.icheck-clouds > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-clouds > input:first-child:checked + label::before {
	background-color: #ecf0f1;
	border-color: #ecf0f1;
}
.icheck-clouds > input:first-child:checked + input[type="hidden"] + label::after,
.icheck-clouds > input:first-child:checked + label::after {
	border-bottom-color: #95a5a6;
	border-right-color: #95a5a6;
}
.icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #95a5a6;
}
.icheck-concrete > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-concrete > input:first-child:checked + label::before {
	background-color: #95a5a6;
	border-color: #95a5a6;
}
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #f39c12;
}
.icheck-orange > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-orange > input:first-child:checked + label::before {
	background-color: #f39c12;
	border-color: #f39c12;
}
.icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #d35400;
}
.icheck-pumpkin > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-pumpkin > input:first-child:checked + label::before {
	background-color: #d35400;
	border-color: #d35400;
}
.icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #c0392b;
}
.icheck-pomegranate > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-pomegranate > input:first-child:checked + label::before {
	background-color: #c0392b;
	border-color: #c0392b;
}
.icheck-silver > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-silver > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #bdc3c7;
}
.icheck-silver > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-silver > input:first-child:checked + label::before {
	background-color: #bdc3c7;
	border-color: #bdc3c7;
}
.icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + label::before {
	border-color: #7f8c8d;
}
.icheck-asbestos > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-asbestos > input:first-child:checked + label::before {
	background-color: #7f8c8d;
	border-color: #7f8c8d;
}
.icheck-peterriver {
	display: inline-block;
	vertical-align: middle;
}
.icheck-peterriver b {
	line-height: 30px;
}
form.mf .mf-row,
form.mf .mf-radio {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 13px 0px;
	width: 100%;
}
form.mf .mf-row .half,
form.mf .mf-radio .half {
	position: relative;
	width: calc(50% - 15px / 2);
	margin: 0;
}
form.mf .mf-row .half + .half,
form.mf .mf-radio .half + .half {
	margin-left: 15px;
}
form.mf .mf-row label {
	position: absolute;
	pointer-events: none;
	left: 15px;
	top: 19px;
	transition: 0.2s ease all;
	/* color: #888; */
	color: #000000;
	font-size: 14px;
}
form.mf .mf-radio label {
	display: block;
	width: 100%;
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
form.mf .mf-row input[type="text"],
form.mf .mf-row textarea {
	font-family: "Montserrat";
	font-size: 14px;
	width: 100%;
	padding: 20px 12px 12px;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 0;
	-webkit-appearance: none;
}
form.mf .mf-row select {
	width: 100%;
	color: #000;
	padding: 17px 10px;
}
form.mf .mf-row textarea:focus + label,
form.mf .mf-row input:focus + label,
form.mf .mf-row textarea:not(:placeholder-shown) + label,
form.mf .mf-row input:not(:placeholder-shown) + label {
	top: 10px;
	left: 10px;
	font-size: 9px;
	opacity: 1;
	transition: 0.2s ease all;
}
/*****
SELECT
*****/
form.mf .select {
	display: inline-block;
	position: relative;
	width: 100%;
}
form.mf .select select {
	font-family: "Montserrat";
	width: 100%;
	padding: 0px 12px;
	box-sizing: border-box;
	border-radius: 0;
	border: 1px solid #999;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	padding-right: 30px;
	font-size: 14px;
	background: #fff;
	line-height: 48px;
	font-weight: 500;
}
form.mf .arrow {
	border: solid #969696;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	top: 41%;
	right: 15px;
	z-index: 999;
}
form.mf .arrow.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
form.mf .select + .select {
	margin-left: 5px;
}

form.mf .mf-radio input[type="radio"],
form.mf .mf-radio input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0px;
	z-index: 999;
	width: 25px;
	height: 25px;
}
form.mf .mf-radio input[type="radio"] + label,
form.mf .mf-radio input[type="checkbox"] + label {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	margin: 5px 15px 5px 0px;
	width: auto;
}
form.mf input[type="submit"] {
	padding: 15px 40px;
	border: 0;
	background-color: #087945;
	color: #fff;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
form.mf input[type="submit"]:hover {
	background: #d71720;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#mf-drop .mf-hide {
	display: none;
}
#mf-drop .mf-hide .mf-row {
	margin: 0;
}

/****** 
GENERAL
******/
.t-l {
	font-size: 28px;
	line-height: 35px;
	text-transform: uppercase;
	margin: 15px 0px 35px 0px;
}
.t-m {
	font-size: 25px;
	line-height: 34px;
}
.t-s {
	font-size: 16px;
	text-transform: uppercase;
}
.p-hero {
	font-size: 30px;
	line-height: 28px;
}
.p-l {
	font-size: 18px;
	line-height: 32px;
}
ul.big {
	font-size: 16px;
	line-height: 30px;
}
p,
.p-m,
ul {
	font-size: 15px;
	line-height: 24px;
}
.p-s {
	font-size: 14px;
	line-height: 18px;
}
.p-xs {
	font-size: 11px;
	line-height: 15px;
}
.center {
	text-align: center;
}
.con {
	padding: 10px 20px;
}
.con.gray {
	background-color: #fbfbfb;
}
.green-btn-s {
	padding: 10px 25px;
}
.iframe {
	position: relative;
	padding-bottom: 49%;
	padding-top: 25px;
	height: 0;
}
.iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fCon {
	display: flex;
	flex-wrap: wrap;
}
.fCon .left {
	width: calc(100% - 500px);
	width: 57%;
}
.fCon .right {
	width: 480px;
	width: 40%;
	margin-left: 20px;
}
.box {
	background-color: var(--p-surface-foreground, #fff);
	/*box-shadow: var(--p-card-shadow,0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15));*/
	padding: 20px 15px;
	border-radius: 0px;
	position: relative;
	box-sizing: border-box;
	background-color: #eee;
	background-color: #f7f7f7;
	overflow: auto;
}
.box + .box {
	margin-top: 20px;
}
.box h3 {
	font-size: 16px;
	line-height: normal;
	margin-top: 0;
}
.box h3 span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	text-transform: initial;
}
.box p:first-child {
	margin-top: 0;
}
.box p:last-child {
	margin-bottom: 0;
}
.box a {
	color: #000;
}
.simpleinline {
	font-size: 15px;
}

/**********
HOW-TO-BUY
**********/
.howto-top {
	background-image: url("images/howto-hero1.jpg");
	background-position: center center;
	height: 370px;
	margin: 0 auto;
	text-align: center;
}
.howto-gradient {
	position: relative;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
}
.howto-top h6 {
	display: inline-block;
	font-size: 40px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 17%;
	left: 2%;
	right: 2%;
}
.how-to-buy h6 span,
.how-to-buy h6 i {
	display: inline-block;
	vertical-align: middle;
}
.how-to-buy h6 i.fa {
	margin-right: 20px;
	font-size: 30px;
}
.how-to-buy .box {
	box-shadow: none;
	background: #fff;
	padding: 15px 15px 10px;
}
.how-to-buy .fCon {
	margin-top: 30px;
}
.how-to-buy .right .box span {
	display: inline-block;
	vertical-align: middle;
}
.how-to-buy .right .box .inline-con {
	margin-top: 20px;
}
.how-to-buy .right .icons {
	display: flex;
}
.how-to-buy .right .icons div {
	width: calc(100% / 3);
	text-align: center;
	color: #1a774a;
	font-weight: bold;
	padding: 0px 15px;
	box-sizing: border-box;
	font-size: 12px;
}
.how-to-buy .right .review {
	background-image: url("http://monyuji.com/images/quote.png");
	background-position: 20px 20px;
	background-size: 150px;
	background-repeat: no-repeat;
}
.box.box-white {
	background-color: #fff;
}

.reviews .box img {
	float: right;
	margin: 0px 0px 20px 20px;
}
i.fa-star {
	color: #fbea09;
	font-size: 24px;
}
i.fa-lock {
	font-size: 24px;
	color: #087945;
}

.how-to-buy2 .left {
	background-color: var(--p-surface-foreground, #fff);
	/*box-shadow: var(--p-card-shadow,0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15));*/
	padding: 15px;
	border-radius: 0px;
	position: relative;
	box-sizing: border-box;
	/*background-color: #eee;*/
}
.how-to-buy i.fa-phone,
.how-to-buy i.fa-phone + span {
	display: inline-block;
	vertical-align: middle;
}
.how-to-buy i.fa-phone,
.how-to-buy i.fa-thumbs-up {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 5px;
}

/*********************************
WATER-SOFTENER / FILTRATION PAGES
*********************************/

.con-white {
	width: 100%;
	max-width: 1148px;
	margin: 0 auto;
}
.ws-bdy {
	max-width: 920px;
	margin: 50px auto;
}
.ws-bdy .iframeWrapper {
	width: 80%;
	margin: 0 auto;
	padding-top: 0px;
}
.ws-banner.v1 {
	background-image: url(/images/water-softener-alternative/hero-ws1b.jpg);
}
.ws-banner.v1 .gradient,
.ws-banner.v2 .gradient,
.ws-banner.wh1 .gradient,
.ws-banner.v4 .gradient,
.ws-banner.wh3 .gradient {
	background: rgba(0, 0, 0, 0.4);
}
.ws-banner.v1 .overlay,
.ws-banner.v2 .overlay,
.ws-banner.wh1 .overlay {
	bottom: 120px;
	color: #ffffff;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	text-shadow: none;
}
.ws-banner .overlay h1 {
	width: 380px;
}
.ws-banner.v2 {
	background-image: url(/images/water-softener-alternative/hero-ws1a.jpg);
	background-position: center top;
}
.ws-banner.v4 {
	background-image: url(/images/water-softener-alternative/hero-ws1c.jpg);
}
.ws-nav a,
.wh-nav a {
	width: 33.3%;
}
.ws-nav a:hover,
.wh-nav a:hover {
	background: #eee;
	border-bottom: 0px solid #fff;
}
.ws-nav a.selected,
.ws-nav:hover a.selected,
.ws-nav:hover a.selected:hover,
.wh-nav a.selected,
.wh-nav:hover a.selected,
.wh-nav:hover a.selected:hover {
	background: #bfd2c1;
	border-bottom: 0px solid #fff;
}
.ws-nav,
.wh-nav {
	width: 100%;
	max-width: 1147px;
	margin: 0 auto;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #ccc;
}
.ws-nav li a,
.wh-nav li a {
	display: block;
	padding: 14px;
	border: 0px solid #fff;
}
.ws-green {
	font-size: 38px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 30px;
	line-height: 50px;
	color: #306410;
	color: #386f48;
}
h2.ws2 {
	text-align: center;
	margin-block-start: 0em;
	margin-block-end: 0.8em;
}
h3.ws2 {
	text-align: center;
	margin-block-start: 0em;
	margin-block-end: 0.8em;
}
.option-box {
	display: flex;
}
.txt-box {
	padding: 25px;
	width: 30%;
}
img.paula {
	padding-top: 15px;
	max-height: 350px;
}
.ws-greybox {
	border: 1px solid #ccc;
	padding: 40px;
}
.ws-bdy.second h2.ws-green {
	margin-top: 50px;
	margin-bottom: 30px;
}
.ws-img1 {
	max-width: 75%;
	padding-bottom: 20px;
	position: absolute;
	bottom: 42px;
	left: 18px;
}
.ws-img2 {
	padding-bottom: 20px;
}
.ws-img3 {
	text-align: center;
	max-width: 80%;
	padding-left: 40px;
	padding-bottom: 10px;
}
.ws-row .ws-img {
	height: 300px;
}
.ws-row .ws-txt {
	max-width: 89%;
	font-size: 15px;
	padding: 0px 50px;
}
.ws-row .ws-txt h3 {
	margin: 0px 0px 15px 0px;
}
.ws-row .ws-txt p {
	font-size: 15px;
}
.ws-row .ws-left {
	text-align: left;
}
.ws-row .ws-left .ws-txt {
	padding-left: 20px;
}
.ws-bdy .bnft-space {
	width: 40px;
}
.ws-bdy .bnft-inline {
	text-align: center;
	/*width: calc((100% - 240px)/3);*/
	width: 20%;
}
.ws-bdy .bnft-inline img {
	width: 70px;
	margin: 0px auto 15px;
}
.bnft-inline h3 {
	font-size: 28px;
}
.bnft-inline h4 {
	font-size: 20px;
	margin: 5px 0px 0px;
}
#boxdrop-menu li a {
	background-color: #666;
}
.bnft-inline p {
	/*display:none;*/
	font-size: 14px;
	line-height: 19px;
}
h2.ws {
	margin-block-end: 0.3em;
	text-align: center;
}
h3.ws {
	font-size: 22px;
	line-height: 26px;
}
.button.lg.ws-green {
	max-width: 400px;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	padding: 7px 40px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 0px;
	color: #fff;
	background: #2b774f;
}

.button.lg.ws-green:hover {
	background: #439c6d;
}


.ws-bdy .compare-size {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.button.outline.darkgreen {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
.compare-img {
	width: 100%;
	max-width: 800px;
}
.table-softener .chart-dec {
	max-width: 800px;
	margin: 0 auto;
}
.soft-contact {
	margin-top: 60px;
}
.inline-container.ws-div {
	margin: 0 auto;
}
.ws-form-div {
	margin: 0 auto;
	padding: 0px 10%;
}
form.new {
	width: 75%;
	margin: 0 auto;
}
form.new input[type="text"],
form.new select,
form.new textarea {
	box-shadow: inset 0 0px 0 #fff;
	box-shadow: none;
}
form.new input[type="text"]:hover,
form.new select:hover {
	box-shadow: none;
}
.testimonial img {
	width: 100%;
}
.compare-table {
	font-size: 15px;
}
.compare-table.compare-size.new td i {
	font-size: 24px;
}
/* Customer Rating section */
.rating h3 {
	line-height: 26px;
}
.rating .rate-number {
	width: 50%;
	font-size: 70px;
	font-weight: bold;
	padding: 0px 15px;
}
.rating .rate-overall {
	width: 50%;
	font-size: 20px;
	font-weight: bold;
	padding: 22px 15px;
}
.rating .rev1-inline {
	width: 35%;
	margin-right: 10px;
}
.rating .rev2-inline {
	width: 20%;
	padding: 15px;
	margin-right: 15px;
}
.rev2-inline p {
	font-size: 13px;
	line-height: 20px;
}

/*****************
LANDING PAGE
*****************/
.bdy.landing {
	padding-top: 0px;
}
.inline-con.landing {
	padding: 0px 60px;
}
.inline-con.landing .chart-dec {
	padding-right: 60px;
}
.full-bdy {
	padding-top: 10px;
}
form.new.landing {
	width: 99%;
}
.landing-form {
	background: #eee;
	padding: 20px;
}
.inline-5-12.l-sidebar {
	padding-left: 50px;
}
.landing-form h3 {
	line-height: 23px;
}
form.new.landing input[type="submit"] {
	background: #276347;
	font-weight: 400;
	border-radius: 0px;
}
form.new input[type="text"],
form.new textarea {
	font-size: 14px;
}

/* special-google landing */
.special-banner {
	background-image: url(/images/ruby_pinkT.jpg);
	background-position: center right;
	position: relative;
	width: 100%;
	min-height: 740px;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-attachment: initial;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 30px;
}
.special-banner.spec {
	background-image: url(/images/install-hero.jpg);
}
/*landing*/
.special-banner.wel-mat {
	background-image: url(/images/ruby-flowers.jpg);
}
.special-banner.welcome {
	background-image: url(/images/welcome-flowers.jpg);
	background-position: center center;
	position: relative;
	width: 100%;
	min-height: 440px;
	background-repeat: no-repeat;
	background-attachment: initial;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 20px;
}
.special-banner.sh-review {
	min-height: 800px;
	margin-bottom: 0px;
}
.pandora-banner {
	background-image: url(/images/bathrmRoseann.png);
	background-position: center center;
	position: relative;
	width: 100%;
	min-height: 740px;
	background-repeat: no-repeat;
	background-attachment: initial;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 30px;
}
.special-banner .gradient,
.pandora-banner .gradient {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(16, 34, 68, 0.5);
}
.sp-over {
	position: absolute;
	top: 35%;
	left: 13%;
	color: #fff;
	text-align: center;
}
.sp-over.pan {
	left: 53%;
}
.sp-over.welm {
	top: 32%;
	left: 53%;
}
.special-banner .sp-over h3,
.pandora-banner .sp-over h3 {
	margin: 0px;
	font-size: 62px;
	line-height: 70px;
	letter-spacing: 1px;
	font-weight: 700;
}
.special-banner .sp-over h3 sup,
.pandora-banner .sp-over h3 sup {
	font-size: 26px;
	line-height: 20px;
}
.special-banner .sp-over span,
.pandora-banner .sp-over span {
	margin: 0px;
	font-size: 32px;
	line-height: 60px;
	letter-spacing: 1px;
	font-weight: 600;
}
.landing-form.sp-offer,
.landing-form.sp-offer.pand {
	position: absolute;
	top: 18%;
	right: 12%;
	max-width: 320px;
	background: transparent;
	border: 2px solid #fff;
}
.landing-form.sp-offer.pand,
.landing-form.sp-offer.welmat {
	right: 56%;
}
.landing-form.sp-offer.welmat {
	top: 22%;
}
.landing-form.sp-offer form.new input[type="text"],
.landing-form.sp-offer form.new textarea {
	border-radius: 0px;
}
.landing-form.sp-offer form.new.landing input[type="submit"].brightgreen {
	background: #0dab61;
}

/* landing-content */
.special {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.part1 {
	width: 70%;
	padding: 25px;
}
.part2 {
	width: 27%;
	padding: 15px;
	padding-top: 7.7%;
}
.infogr {
	text-align: center;
	margin: 20px auto;
	margin-bottom: 30px;
	font-size: 32px;
}

/***** WATER FILTRATION *********/
.ws-banner.wh1 {
	background-image: url(images/water-filtration/hero-wf2aa.jpg);
	background-position: top center;
}
.wf-img1 {
	padding-top: 7px;
}
.ws-banner.wh2 {
	background-image: url(images/water-filtration/hero-wf2c.jpg);
	background-position: center right;
}
.ws-banner.wh3 {
	background-image: url(/images/water-filtration/hero-wf2bb.jpg);
	background-position: center 0px;
	min-height: 550px;
}
.ws-banner .overlay.switch span {
	font-size: 40px;
}

/*********************
CUSTOMER SUPPORT PAGE
*********************/
.cust-care h2.ws-green {
	margin-top: 30px;
	margin-bottom: 30px;
}
.video-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.video-box {
	width: 31%;
	padding: 10px;
}
h2.vid-caption {
	color: #000;
	font-size: 13px;
	line-height: 19px;
	height: 60px;
}
h2.vid-caption span {
	font-weight: normal;
}
.cust-support {
	margin: 50px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.cust-support .bottom-box {
	width: 31%;
	padding: 15px 10px;
}
.cust-support .bottom-box.btm-ctr {
	margin: 10px auto;
	padding: 15px 0px 15px 23px;
}
.inline-container.cust-support {
	font-size: inherit;
}
a.support {
	color: #386f48;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	text-decoration: none;
}
a.support:hover {
	color: #222;
	background: #eeeeee;
}
a.support:last-child {
	border-bottom: 0px solid #fff;
}
.cust-support .button.lg.ws-green {
	margin-top: 15px;
	font-size: 15px;
	padding: 6px 40px;
}
.cust-support .mid-title {
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cust-support .header.divider {
	padding-left: 5px;
	text-align: left;
}
/* testimonials page */
div.clayer_shown {
	line-height: 24px;
}
#reviews.share img {
	width: 20px;
}
#reviews.share {
	text-align: right;
}
#reviews.reviews img {
	width: 25px;
}
.good-form .formlabel {
	color: #fff;
}
.sp-over.share-rev {
	text-align: left;
	top: 30%;
}
.sp-over.share-rev p {
	width: 50%;
	font-size: 17px;
	margin-block-start: 0em;
}
/******* Warranty ********/
.form-contact {
	background: #ffffff;
}
.form-hdr {
	font-size: 20px;
	margin-top: 10px;
	background: #ffffff;
	color: #386f48;
	font-weight: 400;
}
.form-contact .formlabel {
	font-size: 14px;
	line-height: 18px;
	width: 32%;
	padding: 5px 2% 0px 0px;
	margin-right: 0%;
}
.form-contact .formbox input[type="text"] {
	padding: 9px 6px;
}
.formbox {
	font-size: 13px;
	line-height: 17px;
}
.formbox input[type="text"],
.formbox input[type="password"],
.formbox select,
.formbox textarea {
	padding: 6px 1.7%;
	border-radius: 0px;
	color: #333;
	border: 1px solid #b9b9b9;
}
.form-contact .formbox input[type="submit"] {
	background: #2b774f;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5;
}
.form-contact .formrow {
	margin: 7px 5% 7px 0px;
}
.legal-container .simpleinline {
	font-size: 12px;
	text-align: left;
}
.privacy-container {
	font-size: 12px;
	text-align: center;
}
.privacy-container .simpleinline:last-child {
	width: 85%;
	font-size: 11px;
}
.inline-1-12 {
	margin-right: 0px;
}

/* Warranty-information Alex 07/09/21 */
#warranty .light-green {
	color: #a3cdb4;
}
#warranty .lighter-green {
	color: #b8e4bf;
}
#warranty .title {
	margin-bottom: 0;
	font-size: 20px;
}
#warranty .model-box {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
	column-gap: 20px;
}
#warranty .model-title {
	position: relative;
	margin-top: 0;
	margin-bottom: 14px;
	text-transform: none;
	display: inline-block;
	font-size: 17px;
	letter-spacing: 0;
}
#warranty .model-list {
	padding: 0;
	line-height: 1.7;
}
#warranty .model-list:not(:last-child) {
	margin-right: 48px;
}
#warranty .model-list li {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 16px;
	padding-left: 20px;
	position: relative;
}
#warranty .model-list li.no-disc::before {
	content: "";
}
#warranty .model-list li::before {
	position: absolute;
	content: "•";
	top: 44%;
	left: 0;
	transform: translateY(-50%);
	font-size: 33px;
}
#warranty .model-list li span {
}

#warranty .model-table sup {
	right: -15px;
}
#warranty .model-table {
	width: 100%;
	text-align: left;
}
#warranty .title,
#warranty .model-table th {
	font-size: 22px;
	color: #2b774f;
}
#warranty .model-table .header-row {
	background: #eaeaea;
}
#warranty .model-table .header-row th {
	padding: 10px;
}
#warranty .model-table .sub-title {
	position: relative;
	display: inline-block;
	letter-spacing: 0;
	text-transform: none;
	margin: 12px 0;
	font-size: 17px;
}
#warranty .model-table .sub-title:first-child {
	margin-top: 14px;
}
#warranty .contact-us {
	display: flex;
	align-items: center;
}
#warranty .contact-us h4 {
	margin-right: 25px;
}

/*********CAREERS **********/
.career-banner {
	position: relative;
	background-image: url(/images/carr3-hero.jpg);
	background-position: top center;
	/*background-size:cover;*/
	min-height: 480px;
	width: 100%;
	margin-top: 18px;
}
.career-banner .gradient {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
}
.career-banner .over h3 {
	margin-top: 0;
	font-size: 68px;
	line-height: 70px;
	letter-spacing: 1px;
	font-weight: 700;
}
.carr-content {
	max-width: 850px;
	padding: 10px 20px;
}
.carr {
	margin: 0 auto;
	text-align: center;
	margin-top: 18px;
}
.carr img {
	max-height: 420px;
}
.car-title {
	font-weight: bold;
	line-height: 38px;
}
.car-bdy h2 {
	font-size: 18px;
	font-weight: 600;
}
form.form.career label {
	font-size: 13px;
}

/* CAREER SAMPLE */
.career-banner-2 {
	position: relative;
	background-image: url(/images/career-header.jpg);
	background-position: center center;
	background-size: cover;
	min-height: 380px;
	width: 100%;
	margin-top: 18px;
}
.prof-dev {
	color: #fff;
	background: #2b774f;
	padding: 50px 10px;
}
.prof-dev .text {
	padding-left: 10px;
}
.about-dev {
	background: #c1bfbf;
	padding: 50px 10px;
}
.about-dev .text {
	padding-left: 10px;
}
.career-title {
	margin-bottom: 30px;
}

.meet-team img {
	display: block;
	width: 100%;
}
.meet-team .name {
	margin: 0;
	line-height: 1;
}
.meet-team .detail {
	background: #2b774f;
	color: #fff;
	padding: 15px;
	height: 300px;
}
.meet-team .detail p {
	margin-top: 2px;
}
.meet-team .team-section {
	margin-top: 10px;
}

@media (max-width: 420px) {
	.meet-team .team-section {
		margin: 0;
	}
	.meet-team .team-section .inline-4-12 {
		margin: 10px 0;
	}
}

/*****CUSTOMER REVIEW PAGE *****/
.first-cont {
	width: 62%;
	float: left;
	display: block;
	margin-bottom: 30px;
}
.review-box {
	padding: 0px 10px;
}
.review-container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.rev-half {
	width: 44%;
	padding: 15px;
	position: relative;
	margin-bottom: 20px;
}
.rev-half.fmous {
	background-image: url("images/ZiggyMarley-new.jpg");
	height: 140px;
	width: 220px;
}
.rev-half.share {
	/*background-image:url('images/images/share-review-t.jpg');*/
	height: 140px;
	width: 220px;
}
.rev-half.howit {
	background-image: url("images/rev-howit.jpg");
	height: 140px;
	width: 220px;
}
.rev-half.insta {
	background-image: url("images/rev-insta.jpg");
	height: 140px;
	width: 220px;
}
.mid-title h6,
.mid-title b {
	position: absolute;
	top: -3%;
	left: 5%;
	right: 5%;
	padding: 20px 5px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
}
.mid-title b {
	top: 20%;
}
.rev-third {
	width: 38%;
	float: right;
}
.page-num {
	background: #f7f7f7;
	border-radius: 0px;
}
.page-selected {
	border-radius: 0px;
	background: #2d5842;
}
.reviews-search input[type="text"] {
	border-radius: 0px;
	margin: 0px 1px;
	border: 1px solid #ccc;
	padding: 7px 8px 8px;
}
.reviews-search input[type="submit"] {
	margin-bottom: 5px;
	padding: 8px 18px;
	border-radius: 0px;
	background: #2e5d43;
	font-weight: 400;
	text-transform: uppercase;
}
.reviews .i6 .box {
	background-color: #fff;
}

/*****************
CONTACT PAGE and
GET_A_QUOTE PAGE
*****************/
.contact-top {
	background-image: url(/images/contact1-hero.jpg);
	background-position: center center;
	height: 430px;
	margin: 0 auto;
	text-align: center;
}
.contact-gradient {
	position: relative;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
}
.contact-gradient h6 {
	display: inline-block;
	font-size: 40px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 22%;
	left: 2%;
	right: 2%;
}
.contact .box {
	box-shadow: none;
	background: #fff;
	padding: 10px 15px;
}
.contact .left {
	background-color: var(--p-surface-foreground, #fff);
	padding: 15px;
	border-radius: 0px;
	position: relative;
	box-sizing: border-box;
}
.contact h6 span,
.contact h6 i {
	display: inline-block;
	vertical-align: middle;
}
.contact h6 i.fa {
	margin-right: 20px;
	font-size: 30px;
}
.contact .fCon {
	margin-top: 30px;
}
.contact .right .box span {
	display: inline-block;
	vertical-align: middle;
}
.contact .right .box .inline-con {
	margin-top: 20px;
}

ul#topline {
	min-width: 97%;
}

/********* FAMOUS CUSTOMERS **********/
.famous-cust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.famous-individual {
	/* used to be famous-inline*/
	width: 300px;
	height: 230px;
	margin: 20px 10px;
	position: relative;
}
.famous-individual a {
	background-color: rgba(22, 33, 21, 0.2);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	/*width:300px;
	height:230px;*/
	overflow: hidden;
	vertical-align: top;
	color: #111;
}
.famous-individual img {
	background-color: rgba(22, 33, 21, 0.6);
	vertical-align: top;
}
.fnam {
	position: absolute;
	bottom: -23px;
	color: #111;
	font-size: 14px;
}
form.free-installation.formtwo {
	padding: 5px;
	padding-top: 0px;
	background: #fff;
}

/**********************************************
MEDIA QUERIES * MEDIA QUERIES * MEDIA QUERIES 
**********************************************/
@media screen and (min-width: 1195px) {
	ul.blogfeed li {
		height: 390px;
	}
}
@media screen and (max-width: 1500px) {
	#hdr {
		min-width: 0px;
		width: auto;
	}
	ul#topline li:last-child {
		display: inline-block;
	}
	#hdr ul#topnav li:last-child {
		display: none;
	}
	.ws-row .ws-right .ws-txt {
		width: 80%;
	}
	.ws-banner.v1 {
		background-position: top;
	}
	.ws-banner,
	.comm-categ {
		min-height: 500px;
	}
	.hm-banner .over {
		top: 20%;
	}
}
@media screen and (max-width: 1257px) {
	#wrap {
		min-width: 0px;
		max-width: 100%;
	}
	#ftr1,
	#ftr2,
	#ftr3 {
		width: 100%;
		padding: 10px 30px;
	}
	.sp-over {
		left: 5%;
	}
	.landing-form.sp-offer {
		right: 5%;
	}
}
@media screen and (max-width: 1158px) {
	#breadcrumbs {
		width: 90%;
	}
	.ws-banner .overlay,
	.pr-banner .overlay {
		width: 90%;
	}
}
@media screen and (max-width: 1095px) {
	.nix {
		display: none;
	}

	#hdr ul#topnav li a {
		font-size: 15px;
		padding: 25px 5px;
	}
	.lid-top .bdy .name {
		left: 3%;
		font-size: 18px;
	}
	.lid-top .bdy .name b {
		font-size: 24px;
	}
	.lead.bdy #quote-container #quote div {
		font-size: 24px;
	}
	.special-banner .sp-over h3,
	.pandora-banner .sp-over h3 {
		font-size: 50px;
	}
}
@media screen and (max-width: 998px) {
	.hm-banner,
	.comm-categ {
		min-height: 500px;
	}
	#hdr ul#topnav li {
		margin: 0 0;
	}
	.ws-bdy,
	.bdy {
		padding: 0px 20px;
	}
	#tab-nav div {
		font-size: 14px;
	}
	.bdy-new {
		padding: 0px 20px;
		width: 94%;
	}
	.cust-support .bottom-box.btm-ctr {
		padding: 15px 0px 15px 0px;
	}
	.video-box {
		width: 30%;
		padding: 8px;
	}
	.inline-container.leader {
		padding: 10px 10px;
	}
	.lid-inline img {
		width: 100%;
	}
	.lid-inline {
		padding: 10px 8px;
	}
	.special-banner .sp-over.share-rev h3 {
		font-size: 42px;
	}
	/* home banner  */
	.hm-banner .over {
		top: 15%;
	}

	.hm-banner .over h1 {
		font-size: 42px;
	}
}
@media screen and (max-width: 950px) {
	#tab-nav div {
		padding: 15px 3%;
	}
	.project-container {
		padding-left: 0%;
		text-align: center;
	}
}
@media screen and (max-width: 910px) {
	.ntabs {
		width: 49.2%;
		margin: 1px;
	}
}
@media screen and (max-width: 880px) {
	.hdr-cll2 {
		width: calc(100% - 166px);
	}
	#hdr {
		min-width: 0px;
		display: none;
	}
	#topline {
		min-width: 0px;
	}
	#hdr-mob,
	#ftr-mob {
		display: block;
	}
	/* topnav  */
	#hdr,
	#ftr1-container,
	#ftr2-container,
	#ftr3-container {
		display: none;
	}
	ul#topline {
		max-width: 100%;
		padding: 2px 0px;
	}
	ul#topline li,
	ul#topline li:last-child {
		display: none;
	}
	#breadcrumbs-container + .bdy {
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.landing .simplebox {
		padding: 0px;
	}
	.i1,
	.i2,
	.i3,
	.i4,
	.i5,
	.i6,
	.i7,
	.i8,
	.i9,
	.i10,
	.i11,
	.i12 {
		width: 100%;
		margin-right: 0;
	}
	.nopad .i1,
	.nopad .i2,
	.nopad .i3,
	.nopad .i4,
	.nopad .i5,
	.nopad .i6,
	.nopad .i7,
	.nopad .i8,
	.nopad .i9,
	.nopad .i10,
	.nopad .i11,
	.nopad .i12 {
		width: 100%;
		margin-right: 0;
	}
	.m1,
	.m2,
	.m3,
	.m4,
	.m5,
	.m6,
	.m7,
	.m8,
	.m9,
	.m10,
	.m11,
	.m12 {
		margin-right: 15px;
	}
	.m1 {
		width: calc(1 * (100% - 165px) / 12);
	}
	.m2 {
		width: calc(2 * (100% - 165px) / 12 + 1 * (15px));
	}
	.m3 {
		width: calc(3 * (100% - 165px) / 12 + 2 * (15px));
	}
	.m4 {
		width: calc(4 * (100% - 165px) / 12 + 3 * (15px));
	}
	.m5 {
		width: calc(5 * (100% - 165px) / 12 + 4 * (15px));
	}
	.m6 {
		width: calc(6 * (100% - 165px) / 12 + 5 * (15px));
	}
	.m7 {
		width: calc(7 * (100% - 165px) / 12 + 6 * (15px));
	}
	.m8 {
		width: calc(8 * (100% - 165px) / 12 + 7 * (15px));
	}
	.m9 {
		width: calc(9 * (100% - 165px) / 12 + 8 * (15px));
	}
	.m10 {
		width: calc(10 * (100% - 165px) / 12 + 9 * (15px));
	}
	.m11 {
		width: calc(11 * (100% - 165px) / 12 + 10 * (15px));
	}
	#breadcrumbs-container {
		display: none;
	}
	#wrap {
		min-width: 480px;
	}
	.ws-bdy {
		padding: 0px 20px;
	}
	.ws-nav,
	.wh-nav {
		margin-left: 0px;
		margin-right: 0px;
	}
	.ws-nav a,
	.wh-nav a {
		padding: 10px 10px;
	}
	.ws-bdy.second h2.ws-green {
		margin-bottom: 0px;
	}
	.ws-row .ws-img {
		display: none;
	}
	.ws-row .ws-txt {
		padding: 0px 10px;
	}
	.ws-row .ws-left .ws-txt,
	.ws-row .ws-right .ws-txt {
		padding-left: 20px;
		max-width: 89%;
	}
	.ws-row .ws-left,
	.ws-row .ws-right {
		width: 100%;
		padding: 15px 0px 0px;
		text-align: center;
	}
	.bdy {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
	.ws-banner {
		margin-top: 0px;
	}
	.nomobile {
		display: none;
	}
	.justmobile {
		display: block;
	}
	.myth.inline-8-12 {
		width: 100%;
	}
	.simplebox.myths {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.iframeWrapper-s {
		width: 98%;
		padding-bottom: 0%;
	}
	/* forms */
	form.form.ny {
		display: none;
	}
	form.form.ny.mobile {
		display: block;
	}

	/* products */
	.pr-banner,
	.career-banner {
		min-height: 400px;
		margin-top: 0px;
	}
	p.padd-mob {
		padding: 0px 10px;
	}
	.products-con h1 {
		font-size: 30px;
		width: 100%;
		text-align: center;
		border: 0;
		padding: 0;
		margin-top: 20px;
		padding-bottom: 20px;
		border-bottom: 0px solid #999;
	}
	.products-con a.i3 {
		margin: 20px 15px;
		width: calc(50% - 30px);
	}
	.products-con a.i3 img {
		width: 65px;
	}
	.products-con a.i3 h3 {
		line-height: normal;
	}
	.products-con a.i3 h3 br {
		display: block;
	}
	.products-con a.i3 h3 i {
		font-style: normal;
		display: block;
	}
	.tab-btn a:hover {
		background: #d71820;
	}

	/* BLOG */
	ul.blogfeed li {
		height: 420px;
	}
	ul.blogfeed li a span.caption h2 {
		line-height: 19px;
	}
	ul.blogfeed li a span.caption {
		line-height: 17px;
	}
	ul.blogfeed li a {
		padding: 25px 22px;
	}
	/* commercial */
	.install-banner {
		margin-top: 0px;
	}
	.comm-header-btm,
	.comm-header {
		margin-top: 0px;
	}
	.comm1 {
		margin: 40px 15px 0px;
		font-size: 36px;
	}
	.comm2 {
		margin: 10px 20px 10px;
		font-size: 30px;
	}
	img.dolla {
		width: 90px;
	}
	.left-plum {
		padding: 0px 0px 20px;
	}
	/* details.php */
	.pr-left,
	.pr-right {
		width: 100%;
	}
	.content-in {
		overflow-x: hidden; /* temp */
		overflow-y: hidden;
		height: 118px;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.content-in div {
		display: inline-block;
		width: 100px;
		margin: 0 10px 0 0;
	}
	#tab-nav {
		text-align: center;
		overflow-x: scroll;
		overflow-y: hidden;
		height: 60px;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	#tab-nav div {
		display: inline-block;
		width: auto;
		margin: 0 0px 0 0;
	}
	#tab-con .tabs {
		margin: 5px 20px;
	}

	/* HOME CHART */
	.top-mobile {
		height: 250px;
		background-position: left top;
		background-size: cover;
	}
	.rm-mob span {
		display: inline;
		text-decoration: underline;
	}
	.rm-mob i {
		display: none;
	}
	.website-banner .over {
		padding: 20px;
		box-sizing: border-box;
	}
	.website-banner .over h1 {
		font-size: 16px;
	}
	.website-banner .over p {
		font-size: 12px;
		line-height: 18px;
	}
	.mapping {
		width: 100%;
	}
	.mapping li i {
		width: 20px;
		height: 20px;
		padding: 0;
	}
	.mapping li i img {
		display: none;
	}
	.mapping li i + span {
		left: -50px;
		bottom: 40px;
		padding: 10px;
		font-size: 12px;
	}
	.mapping i.fa-tint {
		font-size: 11px;
		line-height: 22px;
	}
	.mapping li.c1 {
		top: 35%;
	}
	.mapping li.c2 {
		top: 42%;
	}
	.mapping li.c3 {
		top: 58%;
	}
	.mapping li.c4 {
		top: 28%;
	}
	.mapping li.c5 {
		top: 31%;
	}
	.mapping li.c6 {
		top: 52%;
	}
	.mapping li.c7 {
		top: 52%;
	}
	.mapping li.c8 {
		top: 58%;
	}

	/*** Commercial ***/
	.ntabs.con {
		width: 100px;
	}
	.ntabs.selected:before {
		display: none;
	}
	.formlabel {
		font-weight: 500;
	}
	/* COVID 19 */
	.covid {
		width: 100%;
	}

	/*******************
	SERVICE-and-MANUALS
	*******************/
	.mans {
		flex-wrap: wrap;
		padding: 20px;
	}
	.mans .mans-img,
	.mans .mans-pdf {
		width: 100%;
	}
	.mans .mans-pdf h3 {
		font-size: 18px;
		text-align: center;
	}
	.mans .mans-img img {
		width: auto;
		max-width: 100px;
		max-height: 150px;
	}
	table.man th {
		padding: 5px;
	}
	table.man tr td {
		width: 200px;
	}
	table.man tr td.t120 {
		width: 190px;
	}
	table.man tr td:last-child {
		display: none;
	}
	table.man .btn.btn-green {
		padding: 7px;
	}

	/***********
	COOKIES
	***********/
	#cookies h3 {
		line-height: 30px;
	}
	#cookies h4 {
		line-height: 30px;
	}
	#cookie-con h5 {
		font-size: 16px;
		margin-bottom: 15px;
		letter-spacing: 0;
	}
	#cookie-con p {
		line-height: 20px;
	}
	#pop {
		width: 90%;
	}

	/**********
	leadership
	**********/
	.lid-top {
		background-size: auto 200px;
	}
	.lid-top .bdy {
		display: flex;
		flex-wrap: wrap-reverse;
		justify-content: center;
	}
	.lid-top img {
		margin-right: 0;
		height: 200px;
	}
	.lid-top .bdy .name {
		width: 100%;
		position: static;
		top: initial;
		transform: none;
		font-size: 18px;
		text-align: center;
		background: #fff;
	}
	.lid-top .bdy .name b {
		text-align: center;
		margin-top: 15px;
	}
	.lead.bdy #quote-container #quote div {
		font-size: 18px;
	}
	.lead.bdy #quote-container {
		margin: 10px 0px 30px 0px;
	}
	.inline-con.landing {
		padding: 0px 0px;
	}
	.land-chart {
		padding-right: 0px;
	}
	.leadership-container {
		margin-top: 0px;
	}
	.leadership-container .bdy {
		border-top: 1px solid #ccc;
		background: #eeeeee;
	}

	.fCon .left,
	.fCon .right {
		width: 100%;
		margin: 0px 0px;
	}
	form.mf .mf-row input[type="text"],
	form.mf .mf-row textarea {
		padding-bottom: 8px;
	}
	form.mf .mf-row .half,
	form.mf .mf-radio .half {
		width: 100%;
	}
	form.mf .mf-row .half + .half,
	form.mf .mf-radio .half + .half {
		margin: 15px 0px 0px 0px;
	}

	/**** HOW TO BUY *****/
	.how-to-buy .fCon {
		margin-top: 0px;
	}
	.how-to-buy h1 {
		font-size: 24px;
	}
	.how-to-buy .box h3 {
		font-size: 14px;
	}
	.how-to-buy .box .i6 {
		width: 50%;
		margin: 0;
		font-size: 12px;
		vertical-align: middle;
	}
	.con {
		padding: 20px 0px;
	}
	.t-l {
		font-size: 20px;
		line-height: normal;
	}
	.how-to-buy .box .i4 {
		text-align: center;
	}
	.how-to-buy .box .inline-con.lright .inline:last-child {
		text-align: center;
		margin-top: 15px;
	}
	h1.free-installation {
		line-height: 40px;
	}
	.grey .hm-bdy .blog-readmore {
		left: 15px;
		text-align: center;
	}
	.full-bdy {
		padding-top: 0px;
	}
	.proj {
		height: auto;
		width: 30%;
	}
	.how-to-buy .box {
		text-align: center;
	}
	.contact .fCon {
		margin-top: 0px;
	}
	.special-banner,
	.pandora-banner,
	.comm-categ {
		min-height: 480px;
		background-position: center center;
	}
	.sp-over {
		right: 2%;
	}
	.sp-over.pan,
	.sp-over.welm {
		left: 2%;
	}
	.special-banner .sp-over h3,
	.pandora-banner .sp-over h3 {
		font-size: 38px;
		line-height: 42px;
	}
	.special-banner .sp-over span,
	.pandora-banner .sp-over span {
		line-height: 42px;
	}
	.sp-over.share-rev {
		text-align: center;
	}
	.sp-over.share-rev p {
		width: 90%;
		padding: 0px 5%;
	}
	.special {
		flex-wrap: wrap;
	}
	.special .landing-form {
		width: 400px;
		margin-bottom: 30px;
	}
	.good-form .formlabel {
		color: #222;
	}
	.part1,
	.part2 {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 10px;
	}
	.filter1 {
		padding-right: 15px;
	}
	.filter2 img {
		margin-top: 0px;
	}
	.plumb-p {
		text-align: center;
	}
}
@media screen and (max-width: 840px) {
	.video-box,
	.cust-support .bottom-box {
		width: 29%;
		padding: 10px 5px;
	}
}

@media screen and (max-width: 768px) {
	h1 {
		text-align: center;
	}
	#reviews.share,
	.inline-2-12.shar {
		text-align: center;
	}
	.cons.squeeze .bdy {
		padding: 0px 15px;
	}
	.ws-bdy {
		margin: 30px auto;
	}
	#boxdrop-menu {
		display: block;
	}
	.index-inline {
		width: calc(100% / 2);
		margin-bottom: 30px;
	}
	.inline-container.home,
	.inline-container.hmctr {
		margin: 0 auto;
		text-align: center;
	}
	.ws-banner .overlay.switch span {
		text-align: center;
		margin: 0 auto;
	}
	.ws-banner.v1 .overlay,
	.ws-banner.v2 .overlay,
	.ws-banner.wh1 .overlay {
		top: 40%;
		bottom: 40%;
		left: 1%;
		right: 1%;
	}
	.ws-bdy .bnft {
		text-align: center;
	}
	.ws-bdy .bnft-inline {
		width: 42%;
		padding: 0px 20px;
	}
	.ws-bdy .bnft-space {
		display: none;
	}
	.ws-banner,
	.ws-banner.wh3 {
		min-height: 380px;
	}
	.ws-img1 {
		bottom: 62px;
	}
	.ws-img3 {
		max-width: 98%;
		padding-top: 5px;
		padding-bottom: 0px;
		padding-left: 0px;
		float: none;
	}
	p.ctr-img {
		text-align: center;
	}
	.rating .rev1-inline {
		width: 100%;
		margin-right: 0px;
	}
	.rating .rev2-inline {
		width: 30%;
		padding: 20px;
		margin-top: 25px;
	}
	.inline-1-12,
	.inline-2-12,
	.inline-3-12,
	.inline-4-12,
	.inline-5-12,
	.inline-6-12,
	.inline-7-12,
	.inline-8-12,
	.inline-9-12,
	.inline-10-12,
	.inline-11-12 {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.s-img {
		width: 25%;
		float: left;
		margin: 5px;
	}
	.new-plum h2 {
		font-size: 28px;
		text-align: center;
	}
	.inline-container.leader {
		padding: 10px 0px 0px;
	}
	.lid-inline {
		width: 30%;
	}
	.ws-photo {
		text-align: center;
		margin: 0 auto;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.video-box,
	.cust-support .bottom-box {
		width: 46%;
	}
	.bdy-new {
		width: 94%;
	}
	.hm-bdy ul.blogfeed li a {
		padding: 20px 20px;
	}
	.hm-bdy ul.blogfeed li.lr {
		width: 48%;
		height: 345px;
	}
	form.new {
		width: 98%;
	}
	.lbox {
		width: 48%;
	}
	.proj {
		width: 45%;
	}
	.inline-5-12.l-sidebar {
		padding-left: 0px;
		padding-right: 0px;
	}
	.landing-form {
		margin-top: 30px;
	}
	.inline-4-12 .nav-soft {
		margin-right: 0px;
	}
	.mapping li.c1 {
		top: 40%;
	}
	.mapping li.c2 {
		top: 46%;
	}
	.mapping li.c3 {
		top: 62%;
	}
	.mapping li.c4 {
		top: 28%;
	}
	.mapping li.c5 {
		top: 31%;
	}
	.mapping li.c6 {
		top: 57%;
	}
	.mapping li.c7 {
		top: 57%;
	}
	.mapping li.c8 {
		top: 63%;
	}
	#tab-nav #nav3 {
		display: none;
	}
	.locate .padright {
		padding-right: 0px;
	}
	.cm-box {
		width: 100%;
	}
	.option-box {
		flex-wrap: wrap;
	}
	.img-box2 {
		width: 40%;
		margin-bottom: 30px;
	}
	.txt-box {
		width: 50%;
	}
	.contact-loc {
		width: 50%;
	}
	.cases img.categ {
		max-height: 350px;
	}
	.shopdetails-form,
	.shopdetails-form .formrow .formlabel,
	.shopdetails-form .formrow .formbox,
	.shopdetails-form .formrow .formbox select {
		text-align: center;
	}
	.contact-top {
		height: 360px;
	}
	.contact-gradient h6 {
		top: 14%;
	}
	form.free-installation.formtwo {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 700px) {
	.shop-inline {
		width: calc(50% - 10px);
	}
	.calloutbox {
		margin: 20px 20px 50px;
	}
	p.pvideo {
		padding-bottom: 20px;
		width: 90%;
	}
	ul.blogfeed li {
		width: calc(100% / 2);
	}
	ul.blogfeed li.lt,
	ul.blogfeed li.lr {
		border-top: 0px solid #fff;
		border-right: 0px solid #fff;
	}
	.howto-top h6,
	.contact-gradient h6 {
		font-size: 36px;
	}
	.hm-banner .over h3.xmas2 {
		font-size: 36px;
		letter-spacing: 1px;
	}
	.hm-banner .over h1.xmas {
		font-size: 42px;
	}
	.hm-banner .over {
		top: 15%;
	}
	.con-white {
		padding: 25px 0px;
	}
	.ws-row .ws-left,
	.ws-row .ws-right {
		padding: 0px 0px;
	}
	.mob-ctr {
		text-align: center;
	}

	#warranty .contact-us {
		flex-direction: column;
		align-items: flex-start;
	}
	#warranty .contact-us h4 {
		margin: 0;
	}
}
@media screen and (max-width: 675px) {
	.filter1 {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 15px;
	}
	.filter2 {
		margin: 0px auto;
		text-align: center;
		width: 100%;
	}
	.special-banner.welcome {
		min-height: 350px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 650px) {
	.simplepadding {
		padding: 0px 20px;
	}
	.index-inline {
		width: 100%;
		margin-bottom: 10px;
	}
	.ws-bdy .bnft-inline {
		width: 96%;
		padding: 0px 10px;
	}
	.ws-bdy.second h2.ws-green {
		margin-bottom: 0px;
	}
	h2.ws {
		font-size: 26px;
		line-height: 32px;
	}
	h1.ws-green,
	h2.ws-green,
	h3.ws-green {
		font-size: 30px;
		line-height: 40px;
	}
	h2.ws2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	h4 {
		font-size: 22px;
	}
	.cust-support {
		margin: 10px auto;
	}
	.video-box,
	.cust-support .bottom-box {
		width: 98%;
		padding: 0px;
		text-align: center;
	}
	.cust-support .header.divider {
		margin-top: 15px;
		text-align: center;
	}
	h2.vid-caption {
		padding-left: 15px;
	}
	form.new input[name="city"] {
		width: 100%;
	}
	form.new select[name="state"] {
		width: calc(100% - 130px);
		margin: 0 10px 18px 0;
	}
	.privacy-container .simpleinline:last-child {
		width: 90%;
		font-size: 11px;
	}
	.readmore {
		font-size: 11px;
		margin-left: 0px;
		margin-right: 0px;
	}
	ul.blogfeed.pro li {
		width: 98%;
	}
	.proj-banner {
		min-height: 360px;
	}
	.proj-banner .over h3 {
		font-size: 36px;
		line-height: 42px;
	}
	.proj-banner .over h3.sub {
		font-size: 24px;
		line-height: 36px;
	}
	.form-hdr {
		text-align: center;
	}
	.form-howtobuy4 .formlabel,
	.formlabel,
	.form-howtobuy4 .formbox,
	.formbox,
	.form-contact .formlabel {
		width: 100%;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	.form-contact {
		padding: 0px;
	}
	.form-contact .formrow {
		margin: 7px 0% 7px 0px;
	}
}
@media screen and (max-width: 600px) {

.bf-zindex {
	z-index:-2;	
	position: absolute;
}

.bf-copy {
	padding-top: 90px;
        font-size: 30px !important;
        font-weight: 800 !important;
        display: block;
}
.bf-btn {
	margin-top: 50px;
        font-size: 25px;
        font-weight: bold;
}
.bf-disclaimer {
	margin-top: 50px;
        font-size: 12px;
        text-align: center;
}
.hm-banner2 h1 {
	padding-top: 20px;
	font-size: 28px;
}
.hm-banner2 img {
	filter: brightness(60%);
}
.hm-banner2 {
    background-attachment: inherit;
    background-size: contain;
    min-height: 280px;
}

.over-bf {
    position: relative;
    top: 0%;
    right: 0%;
    left: 0%;
    color: #fff;
    text-align: center;
}




	.sp-over.welm {
		top: 25%;
	}
	.con,
	.cons {
		padding: 0px 0px;
	}
	.lid-inline {
		width: 45%;
	}
	.hm-banner .over h1 {
		font-size: 22px;
	}
	.hm-banner {
		min-height: 400px;
	}
	.hm-bdy {
		max-width: 980px;
		margin: 20px auto;
	}
	h1.hm-green {
		margin-block-start: 0.6em;
		margin-block-end: 0.6em;
		font-size: 36px;
	}
	.hm-bdy ul.blogfeed li.lr {
		width: 98%;
	}
	.hm-bdy ul.blogfeed li a {
		padding: 0px 30px;
	}
	.button.lg {
		font-size: 16px;
	}
	ul.blogfeed {
		padding-bottom: 0px;
	}
	ul.blogfeed li.pr {
		padding-top: 20px;
	}
	.home.cons {
		margin-top: 20px;
		padding-top: 20px;
	}
	.calloutbox {
		width: 90%;
		margin: 20px 5px 50px 10px;
	}
	.howto-top {
		height: 260px;
	}
	.howto-top h6,
	.contact-gradient h6 {
		font-size: 32px;
	}
	.howto-top h6 a,
	.contact-gradient h6 a {
		color: #fff;
	}
	.ws-row .ws-left .ws-txt,
	.ws-row .ws-right .ws-txt {
		padding-left: 0px;
	}
	.ws-row .ws-right .ws-txt {
		width: 98%;
	}
	.about-box {
		padding: 0px 10px 10px;
	}
	.img-box {
		width: 30%;
	}
	.img-box2 img {
		max-height: 340px !important;
	}
	img.paula {
		max-height: 330px !important;
	}
	.img-box2 img.justin {
		padding-top: 30px;
	}
	.txt-box {
		width: 56%;
		padding: 15px 0px 35px 15px;
	}
	.install-banner,
	.certif-banner,
	.pr-banner,
	.special-banner,
	.pandora-banner,
	.comm-categ {
		min-height: 380px;
	}
	.special-banner.sh-review {
		min-height: 400px;
	}
	.sp-over {
		right: 0%;
		left: 0%;
	}
	.sp-over.share-rev {
		top: 10%;
	}
	.sp-over.share-rev p {
		font-size: 15px;
		padding: 0px 4%;
	}
	.ws-banner.v4 .over {
		top: 37%;
	}
	.ws-banner.wh3 .over {
		top: 45%;
	}
	.install-banner .over h3,
	.certif-banner .over h3,
	.ws-banner .over h1,
	.pr-banner .over h1 {
		font-size: 40px;
		line-height: 42px;
	}
	.ws-banner {
		min-height: 380px;
	}
}
@media screen and (max-width: 566px) {
	.bdy-new {
		width: 90%;
	}
	.mapping li.c1 {
		top: 35%;
	}
	.mapping li.c2 {
		top: 42%;
	}
	.mapping li.c3 {
		top: 58%;
	}
	.mapping li.c4 {
		top: 28%;
	}
	.mapping li.c5 {
		top: 31%;
	}
	.mapping li.c6 {
		top: 52%;
	}
	.mapping li.c7 {
		top: 52%;
	}
	.mapping li.c8 {
		top: 58%;
	}
	#tab-nav #nav5 {
		display: none;
	}
	.ab-banner {
		min-height: 400px;
	}
	.ab-banner .over h1 {
		font-size: 42px;
	}
	.ab-banner .over h3 {
		font-size: 24px;
		line-height: 30px;
		padding: 0px 8px;
	}
	.howto-top h6 {
		top: 9%;
	}
	.proj-sys h6,
	.proj-scale h6,
	.comm-cad h6 {
		top: 10%;
	}
	.comm-faq2 h6 {
		top: 15%;
	}
}
@media screen and (max-width: 500px) {
	ul.blogfeed li {
		width: calc(100%);
		height: 360px;
	}
	ul.blogfeed li.lr {
		height: 360px;
	}
	.hm-banner .over h3.xmas2 {
		font-size: 30px;
		line-height: 36px;
		letter-spacing: 0px;
		margin-block-end: 0.7em;
	}
	.hm-banner .over h1.xmas {
		font-size: 42px;
	}
	.hm-banner .over {
		top: 15%;
	}
	.comm-header {
		height: 330px;
	}
	.comm-header-btm {
		height: 400px;
	}
	.comm-header .over {
		top: 6%;
	}
	.comm-header-btm .over {
		top: 8%;
	}
	.comm1,
	.comm2 {
		font-size: 28px;
	}
	img.dolla {
		width: 80px;
	}
	.career-banner {
		min-height: 310px;
		background-position: top right;
	}
	.career-banner .over h3 {
		font-size: 38px;
		line-height: 40px;
	}
	.proj {
		width: 96%;
	}
	.proj-banner {
		min-height: 300px;
	}
	.proj-banner .over h3 {
		font-size: 32px;
		line-height: 40px;
	}
	.proj-banner .over h3.sub {
		font-size: 21px;
		line-height: 30px;
	}
	.contact-loc {
		width: 100%;
	}
	.famous-individual {
		/* used to be famous-inline*/
		width: 400px;
		height: 300px;
	}

	/* WARRENTY ALEX*/
	#warranty .title,
	#warranty .model-table th {
		font-size: 13px;
	}
	#warranty .title {
		font-size: 20px;
	}
	#warranty .model-box {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
	#wrap {
		min-width: 100%;
	}
	#warranty .model-list li span:last-child {
		text-align: right;
	}
}
@media screen and (max-width: 480px) {
	.locate .rep-box {
		width: 98%;
		padding: 8px;
	}
	.imgpad {
		padding-right: 8px;
	}
	.locate .padright {
		padding-right: 0px;
	}
	.mobinline-2 {
		width: 100%;
		padding-bottom: 30px;
	}
	.lbox {
		width: 98%;
	}
	.leadership-container {
		margin-top: 0px;
	}
	.leadership-container h2 {
		padding-top: 0px;
		margin-top: 5px;
	}
	.kitchen h2 {
		margin-top: -10px;
	}
	img.carr {
		margin-top: 0px;
	}
	form.form.career {
		width: 100%;
	}
	form.form label {
		width: 120px;
	}
	form.form select,
	form.form input[type="text"] {
		width: calc(100% - 150px);
	}
	form.form input[name="phone_1"],
	form.form input[name="phone_2"] {
		width: 40px;
	}
	form.form input[name="phone_3"] {
		width: 50px;
	}
	form.form label.sub {
		width: 60px !important;
	}

	.ws-banner,
	.hm-banner {
		margin-top: 0px;
		min-height: 320px;
	}
	.ws-banner .overlay.switch span {
		font-size: 32px;
	}
	.ws-bdy {
		width: 90%;
		margin: 30px auto;
		padding: 10px 20px;
		overflow: auto;
	}
	.ws-banner .overlay h1 {
		margin: 12px 0px;
		width: 96%;
	}
	.ws-img2 {
		max-width: 65%;
		padding-bottom: 0px;
		padding-left: 15%;
		float: none;
	}
	.ws-img1 {
		left: 2px;
		max-width: 98%;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.ws-row .ws-txt {
		padding: 0px 0px;
		max-width: 100%;
	}
	.ws-row .ws-left .ws-txt {
		padding-left: 0px;
	}
	.ws-row .ws-txt h3 {
		margin: 15px 0px;
		font-size: 22px;
	}
	.ws-bdy .iframeWrapper {
		width: 100%;
		margin-bottom: 50px;
	}
	.ws-form-div {
		padding: 0px 5%;
	}
	form.new {
		padding-top: 20px;
		width: 98%;
	}
	.con-white {
		padding: 0px 0px 20px;
	}
	.button.lg.ws-green {
		padding: 7px 20px;
	}
	.hm-bdy ul.blogfeed li.lr {
		height: 300px;
		border-bottom: 0px solid #fff;
	}
	.grey {
		padding-bottom: 0px;
	}
	.blog-readmore {
		bottom: 50px;
	}
	.mapping li.c1 {
		top: 31%;
	}
	.mapping li.c2 {
		top: 35%;
	}
	.mapping li.c3 {
		top: 49%;
	}
	.mapping li.c4 {
		top: 24%;
	}
	.mapping li.c5 {
		top: 27%;
	}
	.mapping li.c6 {
		top: 45%;
	}
	.mapping li.c7 {
		top: 41%;
	}
	.mapping li.c8 {
		top: 49%;
	}
	.calloutbox {
		width: 88%;
	}
	.new-plum .bdy {
		padding: 15px;
	}
	.newtab .bdy {
		padding: 15px;
	}
}
@media screen and (max-width: 420px) {
	.formbox.ctrbtn {
		text-align: center;
		margin-bottom: 10px;
	}
	.cases img {
		height: auto;
	}
}
@media screen and (max-width: 414px) {
	.lid-inline {
		text-align: center;
		width: 98%;
	}
	.lid-inline img {
		width: 80%;
	}
}
@media screen and (max-width: 395px) {
	.comm1 {
		margin: 30px 10px 0px;
	}
	.comm2 {
		font-size: 24px;
		margin: 10px 10px 0px;
	}
}
@media screen and (max-width: 365px) {
	.hm-banner .over {
		top: 15%;
	}
}
@media screen and (max-width: 353px) {
	.hm-banner .over h3.xmas2 {
		margin-block-end: 0.3em;
	}
	.hm-banner .over h1.xmas {
		font-size: 36px;
	}
	/*.calloutbox {
	    width: 77%;
	}*/
	.mapping li.c1 {
		top: 26%;
	}
	.mapping li.c2 {
		top: 30%;
	}
	.mapping li.c3 {
		top: 42%;
	}
	.mapping li.c4 {
		top: 21%;
	}
	.mapping li.c5 {
		top: 23%;
	}
	.mapping li.c6 {
		top: 39%;
	}
	.mapping li.c7 {
		top: 35%;
	}
	.mapping li.c8 {
		top: 43%;
	}
}
@media screen and (max-width: 326px) {
	.howto-top h6,
	.contact-gradient h6 {
		font-size: 28px;
	}
	.proj-banner .over h3.sub {
		display: none;
	}
}
