/*  
######################   
	Header 
###################### 
*/

.grid-container {
	max-width: 90rem;
}

.mb-40{
	margin-bottom: 40px;
}

body,html,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans Condensed', sans-serif;
}

header.siteHeader{
	height: 85px;
	background: #fff;
	box-shadow: 0px 4px 8px 0px #7e7e7e;
}

.headerImage {
	margin-top: 4px;		
}

.headerImage img{
	padding-top: 10px;
	width: 300px;
}

.siteHeader .bigHeader{
	font-size:55px;
	font-weight:900;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    line-height: 50px;
}

.siteHeader .bigHeader span{
	color: #e24730;

}

.siteHeader .littleHeader{
	display: block;
	color:#fff;
	font-size:25px;
	font-weight: 900;
	line-height: 20px;
}

/* .tab{
	background:#24aee1;
	height:75px;
	box-shadow: 1px 1px 6px 5px #fff;
	border-radius: 0 0 8px 8px;
	text-align: right;
	font-size: 20px;
	color: #dff2fe;
	font-weight: 900;
	padding: 5px 15px;
	position: fixed;
	top: 0;
	right: 70px;
	z-index: 99;
}

.tab i{
	color: #bb1f2d;
}

.tab a{
	color: #fff;
}

.tab span:hover i{
	color: #000;
} */



.logo{
	width: 350px;
}

/*  
######################   
	home 
###################### 
*/

section.standard{
	padding-top: 40px;
}

h2{
	color: #0e61a3;
	font-size: 65px;
	font-weight: 900;
	margin: 0;

}

h3{
	font-weight: 600;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
}

ul.special{
	color: #000000;
	list-style-type: none;
	font-weight: 900;
	font-size: 35px;
	text-indent: -1.2em;
	padding-left: 1em;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:normal !important;
	font-size:30px !important;
	margin-bottom: 40px;
	margin-left: 10px;
}
ul.special li {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.3;
    margin-bottom: 20px;
}
ul.special li:before{
	content: "\f14a";
	font-family: 'Font Awesome 5 Pro';
	margin-right: 14px;
	color: #b8ce00;
	font-weight: 500;
	font-size: 25px;
}

.hero{
	background: url('/wp-content/uploads/2021/08/hero.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	height: calc(100vh - 90px);
}

.hero .orangeT {
	font-size: 50px;
	font-weight: 900;
	line-height: 40px;
	color: #134998;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	display: block;
}

.hero .blueT {
	font-weight: 900;
	line-height: 45px;
	color: #294094;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	font-size: 60px;
}


.hero .redT {
	font-size: 50px;
	font-weight: 900;
	line-height: 40px;
	color: #e24730;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	display: block;
}


.h100{
	height: 100%;
}

.heroText{
	align-content:  center
}

h2.formTitle{
	color: #0e61a3;
	margin-bottom: -30px;
	text-transform: uppercase;
}

h2.formTitle u {
	color:#25a7bd;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
h2.formTitle u:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #25a7bd;
}

h3.formSubtitle{
	color: #000;
/* 	font-family: 'Open Sans', sans-serif !important; */
/* 	font-weight:normal !important; */
/* 	font-size:40px !important; */
}

.wpforms-field-container input[type=text], .wpforms-field-container input[type='email'],  .wpforms-field-container textarea,
[type=email], [type=tel], [type=text], textarea {
	border-left:none !important;
	border-right:none !important;
	border-top:none !important;
	border-bottom: 2px solid black !important;
	border-radius: 0 !important;
	max-width: 70% !important;
	background: transparent !important;
	box-shadow: unset;
}
.wpcf7-form-control.wpcf7-textarea{
	height: 120px;
}
.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder{
	color: #333 !important;
    font-size: 17px;
    font-family: 'Open Sans';
    font-weight: 400;
}
.wpcf7-form-field-label{
	display: block;
	font-size: 16px;
	float: none;
	line-height: 1.3;
	margin: 0 0 4px 0;
	padding: 0;
    word-break: break-word;
    word-wrap: break-word;
	color: black;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 600 !important;
}
.wpcf7-form p{
	padding: 10px 0;
    clear: both;
	margin:0;
}
.wpcf7{
	margin: 24px auto;
}
.wpcf7-not-valid-tip{
	font-size:12px;
}

#wpforms-form-9 .wpforms-field-label{
	display: none !important;
}


.wpforms-field-container ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #595a5c;
  opacity: 1; /* Firefox */
	font-family: 'Open Sans', sans-serif !important;
	font-weight:normal !important;
}

.wpforms-field-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #595a5c;
  	font-family: 'Open Sans', sans-serif !important;
	font-weight:normal !important;	font-family: 'Open Sans', sans-serif !important;
	font-weight:normal !important;
}

.wpforms-field-container ::-ms-input-placeholder { /* Microsoft Edge */
  color: #595a5c;
}

.wpforms-form button[type="submit"],
.wpcf7-form input[type="submit"]{
	background:#0e61a3 !important;
	color:#25a7bd !important;
	font-weight: 900;
	padding:15px 40px !important;;
	font-family: 'Open Sans Condensed', sans-serif !important;
	margin-top:10px !important;
	text-transform: uppercase !important;
	font-size: 1.3em !important;
	border: 0;
}

.wpforms-form button[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover{
	background: #25a7bd !important;
    color: #0e61a3 !important;
}

.wpforms-field-label{
	color: black;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 600 !important;
}

.redtxt{
	color: #58595b;
	display: block;
	text-align: center;
	margin-top:20px;
	font-weight:900;
	font-size:30px;
	text-transform: uppercase;
	display: none;
}


#wpforms-11-field_0-container .wpforms-field-label,
#wpforms-11-field_1-container .wpforms-field-label,
#wpforms-11-field_2-container .wpforms-field-label,
#wpforms-11-field_3-container .wpforms-field-label,
#wpforms-11-field_8-container .wpforms-field-label{
	display: none;
}

.fullBar{
	background:#0e61a3;
	padding:10px;
	color:#ffffff;
	font-weight:900;
	text-align:center;
	font-size:50px;
}
.fullBar u {
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.fullBar u:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 3px;
    width: 100%;
    background: white;
}

.bottomPic{
	background-repeat: no-repeat;
	background-size: cover;
	height: 900px;
}

.bottomPic h2{
	color: #b8ce00;
    text-transform: uppercase;
    font-size: 200px;
    margin-top: 20px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.86);
    line-height: 180px;
}

.threePics img{
	width:100%;
/* 	height:321px; */
    height: 100%;
}

.threePics .middle{
	padding:0 6px
}

.bottomPic h3{
	line-height: 1;
	margin: 0;
	color: #25a7bd;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.86);
	font-size: 75px !important;
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-weight: 900 !important;
	text-transform: uppercase;
}

.bottomTag{
	color:#0e61a3;
	font-weight:900;
	bottom:0;
	text-align:center;
	width:100%;
	font-size:60px;
	margin-top: 80px;
}
.bottomTag span{
	color:#25a7bd;
    position: relative;
}
.bottomTag span:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #25a7bd;
}

.fullBar.hotTubs {
	color: #0e61a3;
	background-color: #b8ce00;
	margin-top: 50px;
}
.fullBar.hotTubs > span {
    display: block;
    margin-top: -18px;
    font-size: 40px;
    color: #000000;
}
section.hottubProducts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 15px;
    row-gap: 20px;
    padding: 15px 15px 60px;
    background: #f5f5f5;
}
.productBox {
    width: calc(25% - 15px);
    background: white;
	border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, .1);
    padding: 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: space-between;
    row-gap: 25px;
}
.productName {
    font-size: 25px;
    font-weight: 600;
	line-height: 1;
}
.productLogo {
    max-width: 30%;
}

/*  
######################   
	Bar 
###################### 
*/
header.siteHeader {
    height: auto;
}
.navigation-progress {
    display: flex;
    justify-content: space-between;
    height: 115px;
    border-top: 8px solid white;
    border-bottom: 8px solid white;
}
.navigation-progress > div {
    width: 100%;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-progress > div span {
    color: white;
    font-size: 40px;
    font-weight: 600;
	line-height: 1;
    text-align: right;
    margin-right: 20px;
    width: 100%;
}
.navigation-progress > .logo,
.navigation-progress > .logo .arrow {
    background-color: #f0f3f2;
}
.navigation-progress > .easy-financing,
.navigation-progress > .easy-financing .arrow {
    background-color: #0e61a3;
}
.navigation-progress > .immediate-delivery,
.navigation-progress > .immediate-delivery .arrow {
    background-color: #25a7bd;
}
.navigation-progress > .immediate-delivery{
	padding-left: 60px;
}
.navigation-progress > .contact-info {
    background-color: #b8ce00;
}
.navigation-progress > .contact-info a {
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
	cursor: pointer;
}
.navigation-progress > .contact-info a:hover {
    color: white;
}
.navigation-progress > .contact-info a i {
    color: white;
    font-size: 16px;
}
.navigation-progress div[class*="contact_info-"] {
    background: rgb(0,0,0, .5);
    border: 2px solid white;
    border-top: 0;
    border-radius: 3px;
    padding: 15px 20px 10px;
    text-align: right;
    position: fixed;
    top: 0px;
}
.navigation-progress .contact_info-mobile {
    display: none;
}
.navigation-progress .tab-phone {
    color: #3ff900;
}
.navigation-progress .tab-map {
    color: #25a7bd;
}
.navigation-progress.mobile {
	display: none;
}


/* .nav-progress span{
  font-size:60px;
  font-weight:900;
  float: right;
}

.nav-progress {
  display: table;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 100px;
  border: 8px solid #fff;
  background-color: #fff;
  border-right: none;
  border-left: none;

}
.nav-progress > div {
  position: relative;
  display: table-cell;
  color: #880E4F;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.25em;
  border-left: none;
} */

.arrow-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.arrow-wrapper .arrow-cover {
  position: absolute;
  overflow: hidden;
  width: 61px;
  height: 100px;
}
.arrow-wrapper .arrow-cover .arrow {
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 2;
  width: 100px;
  height: 100px;
  border: 8px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*  
######################   
	end bar 
###################### 
*/	

.flimstrip {
    border-top: 8px solid white;
    border-bottom: 8px solid white;
}
.flimstrip .widescreen.responsive-embed {
    margin: 0;
}
.flimstrip img{
	width:100% !important;
/* 	max-height: 480px; */
/* 	object-fit: cover; */
	border-left:solid 4px #fff;
	border-right:solid 4px #fff;
}
.flimstrip .cell:first-child img {
	border-left:none
}
.flimstrip .cell:last-child img{
	border-right:none
}


.xgrey{
	background: #ebebeb;
	padding-bottom: 40px;
}

.xblue{
	background: #0e61a3;
	padding-bottom: 40px;
}

.greysect {
	font-size:30px;
	font-weight:900;
	color:#0e61a3;
	display: block;
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: 'Open Sans Condensed', sans-serif !important;
}

.bluesect {
	font-size:30px;
	font-weight:900;
	color:#fff ;
	display: block;
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Open Sans Condensed', sans-serif !important;
}

.iconssection i{
	color: #25a7bd;
	font-size: 60px;
}
.iconssection .cell p {
    max-width: 70%;
    margin: auto;
}

.secondSlider4{
	display: flex;
	justify-content: space-between
}

.secondSlider4{
	display: flex;
}

select{
		font-family: 'Open Sans', sans-serif !important;
	font-weight:normal !important;
}

/* .secondSlider4 .middle{
	padding-left:4px;
	padding-right:4px;
} */

.iconssection{
/* 	color: #58595b; */
		font-family: 'Open Sans', sans-serif !important;
	font-weight:normal !important;
}

.iconssectionblue{
	color: #fff;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:normal !important;
}

section.about{
	background-size: cover;
	min-height: 516px;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:normal !important;
	display: flex;
    align-items: center;
	padding: 3rem 0;
}
section.about p {
    color: #000000;
}
section.about span{
	color:#0e61a3;
	font-size:60px;
	font-weight: 900;
	line-height: 1;
	display: block;
	font-family: 'Open Sans Condensed', sans-serif !important;
	margin-bottom: 50px;
}



.about .small-margin div{
	width:65%;
	margin:0 auto
}

.testimonials h2{
	color: #25a7bd;
	font-size:60px;
	margin-bottom:15px;
}

.bottomForm input{
  margin-bottom:20px !important;
}

.bottomForm select{
  margin-bottom:0px !important;
	max-width: 60%;
	background: unset;
}

footer{
	background:#0e61a3;
	color: #ddd;
	margin-top: 0 !important;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

footer p{
	display: none;
}

.copy{
	padding:10px;
}

.testimonials span{
	display: block;
	margin-top:30px;
	color: #000000;
}

.testimonials{
font-family: 'Open Sans', sans-serif !important;
	font-weight:normal !important;	
	margin-bottom:60px;
}

.owl-theme .owl-item .item {
	color: #000000;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
}
.owl-theme .owl-dots .owl-dot span{
	background: transparent !important;
    border: 2px solid #666 !important;
	width: 12px;
    height: 12px;
    margin: 0 3px;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #666 !important;
}

.address span {
	display: flex;
	justify-content: flex-start;
	align-content: unset;
	align-items: center;
	margin-bottom: 5px;
}
.address i{
	margin-right:20px;
	color:#0e61a3;
}
.address{
	display: flex;
	font-family: 'Open Sans', sans-serif;
}
.address a{
	font-size:21px;
	font-weight:700;
	color:#000;
}
.address i{
	font-size: 25px;
	min-width: 30px;
}
.address i.fa-phone {
	font-size: 20px;
}
.address .addybreak{
	font-size:21px;
	line-height: 28px;
	display: block;
	margin: 0;
}
.address .mapAnchor {
	font-size:21px;
	line-height: 28px;
	margin: 0 0 0 8px;
	color: #0e61a3;
	cursor: pointer;
}

.expoLocations {
	padding: 100px 0;
	background: #f0f3f2;
}
.expoLocationsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 80px;
}
.expoLocations h2{
	color:#f47920;
}
.expoLocation {
    max-width: 500px;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.expoLocation iframe {
    border: 1px solid #999999 !important;
}
.expoLocations .address {
	display: flex;
	flex-direction: column;
    align-items: center;
	margin-bottom: 1rem;
}
.expoLocations .address i {
	margin: 0;
    margin-right: 10px;
	color: #f47920;
}
.expoLocations .address i,
.expoLocations .address a {
    font-size: 25px;
}
.locationname {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0e61a3;
}


.secondSlider4 img{
	width:505px;
}

.ls-wp-container{
/* 	height: calc(100vh - 90px) !important; */
	width: 100% !important;
}



.threePics .responsive-embed iframe{
margin:0;
  padding:0 2px
}

iframe{
	width: 100%;
}

.flimstrip iframe:first-child{
	padding-right:4px
}
.flimstrip iframe:last-child{
	padding-right:4px
}

.threePics .responsive-embed{
  padding: 0;
 height:325px;
   margin-bottom:0;
  padding:2px
}

.tab.mobile,.mobileBar{
	display: none;
}

.mobileHero{
	display: none;
}
.mobileHero > img{
	position: relative;
	z-index: -1;
}
 /* Extra small devices (phones, 600px and down) */

.saleinfo{
	margin-top: -200px;
}

@media only screen and (max-width: 1200px) {
    .navigation-progress > div {
        justify-content: flex-end;
    }
    .navigation-progress > div span {
        max-width: 50%;
        font-size: 31px;
        z-index: 9;
    }
    .navigation-progress > .contact-info {
        justify-content: center;
    }
    .navigation-progress .contact_info-desktop {
        display: none;
    }
    .navigation-progress .contact_info-mobile {
        display: flex;
    }
    .navigation-progress .contact-info .contact_info-mobile {
        gap: 30px;
        margin-left: 25%;
        padding: 25px 25px;
    }
    .navigation-progress > .contact-info a i {
        font-size: 30px;
    }
	.navigation-progress > .contact-info .tab-phone i {
    	color: #3ff900;
	}
	.navigation-progress > .contact-info .tab-map i {
    	color: #ee7f00;
	}
	
	.productBox {
        width: calc(33.33% - 15px);
    }
}
@media only screen and (max-width: 740px) {
    .logo {
        width: 280px;
    }
	.navigation-progress .logo {
        justify-content: center;
    }
	.navigation-progress:not(.mobile) .easy-financing,
    .navigation-progress:not(.mobile) .immediate-delivery {
        display: none;
    }
	
	.navigation-progress.mobile {
		display: flex;
		max-height: 90px;
		border-top: 5px solid white;
		border-bottom: 5px solid white;
	}
	.navigation-progress.mobile > div span {
		max-width: unset;
		font-size: clamp(20px, 5vw, 40px);
		margin-right: -10px;
	}
	.navigation-progress.mobile .arrow-wrapper .arrow-cover {
		max-height: 80px;
	}
	.navigation-progress.mobile .arrow-wrapper .arrow-cover .arrow {
		top: -10px;
		left: -63px;
		border-width: 5px;
	}
	.navigation-progress.mobile .easy-financing {
		width: 30%;
	}
	.navigation-progress.mobile .immediate-delivery {
		width: 55%;
		padding-left: 45px;
	}
	.navigation-progress.mobile .contact-info {
		width: 15%;
	}
	.navigation-progress .contact-info .contact_info-mobile {
		padding: 20px;
		gap: 20px;
		margin-left: 30%;
		position: fixed;
		top: 0;
		right: 16px;
		z-index: 99;
	}

	.tab {
		display: none;
	}
	.tab.mobile{
		display: block;
		text-align: center;
		width: 100px;
		height: 50px;
		right: 30px;
		padding-left: 0;
		padding-right: 0;
	}

	.flimstrip, .flimstrip img { border: none; }
	.flimstrip img{
		padding:4px 0
	}

	h2 {
	    font-size: 45px;
	    line-height: 50px;
	    margin-bottom: 20px;
	}
	h3{
		font-size: 30px !important;
	}
	.formSubtitle, .formTitle{
	  text-align: center
	}
	.wpforms-submit-container{
		text-align: center;
	}
	.fullBar{
/* 		font-size: clamp(20px, 4vw, 30px); */
		font-size: 30px;
	}
	.fullBar u:before {
		bottom: 0;
	}
	
	h2{
	  line-height:  normal
	}
	
	/* start here */
	.bottomTag{
		font-size: 40px;
	}
	
	.bottomPic {
		height: 70vh;
		background-position:top center !important;
	}
	.bottomPic h2 {
		font-size: 160px;
		line-height: 140px;
	}
	.bottomPic h3 {
		font-size: 60px !important;
	}
	
	.standard.about {
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}
	.bottomPic .large-11{
		text-align: center
	}
	.iconssection >div,
	.iconssectionblue>div{
		margin-bottom: 30px
	}
	.threePics .middle {
		padding: 0;
	}
	.threePics img{
		padding: 4px 0;
	}

	section.about {
		background: url('/wp-content/uploads/2021/08/aboutMobil.jpg');
	}

	section.about span {
		font-size: 40px;
	}

	.about .small-margin div {
		width: 100%;
	}

	.mobileBar{
		display: block;
	}

	.nav-progress{
		display: none;
	}

	.ls-fullscreen-wrapper{
		display: none;
	}
	.mobileHero{
		display: block;
		background-size: cover;
		background-repeat: no-repeat;
	}
	section.about {
		font-size: 17px;
	}

	.tab.mobile span{
		margin:0 6px;
		font-size: 22px;
	}

	.flimstrip iframe:first-child{
		padding-right:0px;
		padding-bottom: 6px;
	}
	.flimstrip iframe:last-child{
		padding-right:0px
	}

	.bottomTag {
		margin-top: 110px;
	}
	.special {
		width: 100% !important;
	}
	
	.testimonials h2 {
		font-size: 40px;
	}
	
    .productBox {
        width: 100% !important;
    }
	
	.expoLocation {
        width: 100%;
    }
	
	.fullBar.hotTubs > span{
		margin-top: 2px;
		line-height:1.1;
	}
	.wpforms-field-container input[type=text], .wpforms-field-container input[type='email'],  .wpforms-field-container textarea,
	[type=email], [type=tel], [type=text], textarea, select {
		max-width: 100% !important;
	}
	.wpcf7-spinner{
		display: block;
		margin: 0 auto;
	}
	.wpcf7-form .form-button{ text-align: center;}
}

/* New Edits */
.standard.about, .bottomPic{
	background-position: top center !important;
	background-size: cover !important;;
	background-repeat: no-repeat !important;;
}

.contactInfo {
	padding-bottom: 50px;
}

.iconssectionblue > div {
    width: 33.33%;
    padding: 0 5%;
}

.mobileBar img {
    width: 100%;
}
/* 5-26-22 */
.tab span:nth-child(2) {	
	margin-left: 15px;	
}
.address-and-map {
    margin: 80px 0 50px;
	text-align: center;
}
.address-and-map iframe {
	border: 1px solid #000 !important;
	margin-bottom: 20px;
}
.whitesect {
    font-size: 35px;
    font-weight: 900;
    color: #fa8e02;
}
.quoteRequest .whitesect {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
#wpforms-form-11 .wpforms-field input,
#wpforms-form-11 .wpforms-field select {
	max-width: 100% !important;
}
@media (min-width: 1024px) {
	.special.spacing {
		margin-top: -200px;
	}
	
	.hide-on-desktop {
        display: none;
    }
	
	.quoteRequest #wpforms-form-11 {
		padding: 0 10%;
	}
}
@media (max-width: 1023px) {
	.threePics .middle {
		padding: 0;
	}
    .iconssectionblue > div {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
	
	.address-and-map {
		margin: 40px 0 20px;
	}
	
	.hide-on-desktop {
		margin-bottom: 60px;
	}
	.hide-on-desktop .address {	
        margin: 0;	
    }
	
	.hide-on-mobile {
        display: none;
    }
    .address-and-map.hide-on-desktop {
        margin: 30px 0 0;
    }
    .address-and-map.hide-on-desktop:nth-child(10) .address,
    .address-and-map.hide-on-desktop:nth-child(11) .address {
        margin-top: 30px;
    }
	
	.map-on-mobile iframe {
		border: 1px solid #000;
	}
	.map-on-mobile .addybreak {
		text-align: center;
	}
    #wpforms-form-11 .wpforms-field-container {
        display: flex;
        flex-direction: column;
    }
    #wpforms-form-11 .wpforms-field {
        margin-bottom: 10px !important;
    }
    #wpforms-11-field_0-container { order: 1; }
    #wpforms-11-field_8-container { order: 2; }
    #wpforms-11-field_1-container { order: 3; }
    #wpforms-11-field_3-container { order: 4; }
	#wpforms-11-field_10-container { order: 5; }
    #wpforms-11-field_9-container { order: 6; }
    #wpforms-11-field_4-container { order: 7; }
    #wpforms-11-field_6-container { order: 8; }
    #wpforms-11-field_7-container { order: 9; }
    #wpforms-form-11 .wpforms-field-select {
        margin: 0;
    }
    #wpforms-form-11 .wpforms-field,
    #wpforms-form-11 .wpforms-field input,
    #wpforms-form-11 .wpforms-field select {
        width: 100% !important;
    }
	
	.special {
		width: 80% !important;
	}
	.special li {
		line-height: 1.2;
	}
	
	.special.spacing {
		margin-bottom: 60px;
	}
	
    .productBox {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 1120px) and (min-width: 741px) {
	.nav-progress span {
		font-size: 40px;
	}
}

#wpforms-11-field_7-container { float: right; }

[id*="layerslider"] {
	z-index: -1;
}

.ls-fullscreen-wrapper {
    margin-top: 0;
}
.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
}