/********************************* OVERALL STYLING ************************************/
body.menu-active{ overflow-y: hidden; }

/*********************** GENERAL STYLES FOR THIS WEBSITE ***********************/

.main-text h1{ line-height: 2.5rem; margin-bottom: 2rem; }
td, th { border: 1px solid #e7e7e7; padding: 0.5rem; }

/***** FORMS *****/
.form-field{ padding-right:20px; }
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="file"],
input[type="url"],
input[type="date"],
input[type="password"],
textarea,
select{ width: 100%; color: #1f1f22; background-color: transparent; padding:9px 0px !important; border: none;font-size:0.9rem; margin: 20px 0 0; -webkit-transition:background-color .3s, color .3s, border-color .3s; -moz-transition:background-color .3s, color .3s, border-color .3s .3s; -o-transition:background-color .3s, color .3s, border-color .3s .3s; transition:background-color .3s, color .3s, border-color .3s .3s;}

select{padding:0 !important; cursor:pointer; }

input[type="search"] { color: #1f1f22; background-color: rgba(0,0,0,0.1); padding: 10px 20px !important; border-radius: 30px; border: none;font-size:0.9rem; margin: 20px 0 0; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus { outline: none; }

textarea { height: 200px; }

.form-relative{ width: 100%; float: left; position: relative; }
.form-half{ position: relative; float: left; width: 50%; }
.form-half:first-of-type{ padding-right: 1rem; }
.form-half:last-of-type{ padding-left: 1rem; }
.form-row span.wpcf7-form-control-wrap{ width: 100% !important; border-bottom: 0.1rem dotted #1f1f22; }
.form-relative .form-row, .form-relative .form-row-textarea, .form-relative .form-row-checkbox, #commentform .form-row{ float: left; position: relative; width: 100%; padding-bottom: 15px; }
.form-relative .form-row .form-row-label, #commentform .form-row .form-row-label{ position: absolute; top: 1.6rem; left:0px; width: auto; font-size:0.9rem; transition: bottom 0.5s, color 0.5s, font-size 0.5s; }
.form-relative .active-row .form-row-label, #commentform .active-row .form-row-label{ top: 0; color:#1f1f22; font-size:0.8rem; transition: bottom 0.5s, color 0.5s, font-size 0.5s; }

.form-final-section{ margin-top: 30px; }
.wpcf7-form  input[type="submit"]:focus{ outline:0; }
.form-row label{ color: #1f1f22; font-size: 0.9rem; float: left; }
.form-row .where-hear{ padding-top: 15px; }
.form-row .where-hear span{ font-size: 0.9rem; }
.form-row .where-hear .first{ margin-left: 0; }

.form-line{ position: absolute; width: 100%; height: 1px; bottom: 35px; transition: width 1s; }
.form-line-dull{ left: 0; background-color: #999; }
.form-line-full{ width: 0%; background-color: #999; left: 0; z-index: 5000; }
.active-row .form-line-full{ width: 100%; }
.wpcf7-form .quote-explain{ width: 100%; margin-bottom: 50px; font-size: 0.9rem; }

span.wpcf7-not-valid-tip{ text-align: right; }

@media screen and (max-width: 740px){
	.form-half{ width: 100%; }
	.form-half:first-of-type{ padding-right: 0; }
	.form-half:last-of-type{ padding-left: 0; }
}


/*********************** FORMATTING STYLES FOR THIS WEBSITE ***********************/

.main-text-search{ margin: 100px 0; }
.main-404 .no-results { position: relative; float: left; width: 100%; margin: 50px 0; }
.no-results .search-container{ position: relative; float: left; width: 100%; margin-top: 50px; }
.no-results .search-container form{ position: relative; float: left; width: 100%; max-width: calc(100vw - 5rem); }
.no-results .search-icon{ color: #000000; top: 0.7rem; left: 0px; font-size: 1rem; }
.no-results input[type="search"]{ margin: 0 0 0 30px; }


/****************************** HEADER SECTION ****************************/

/***** STRUCTURE FOR RESIZING HEADER ON SCROLL DOWN FROM TOP *****/

/* Top - large screen */
#site-header{ position: absolute; height:110px; z-index: 2000;}
#sticky-header{ /*height:110px;*/ border: none; height:115px; }
.site-logo-container { z-index: 200 }
#site-logo .logo-container{ /*height: 90px; width: 123px; margin: 20px 30px 10px; transition: all 0.3s;*/ position: relative; height: 100px; width: 163px; margin: 20px 30px 15px; }
#site-logo .light-logo{ position: absolute; /*height: calc(100% - 20px); width: calc(100% - 20px);*/ height: 100%; width: 100%; }


#site-logo .scrolled-light-logo { opacity: 0; position: absolute; /*height: calc(100% - 20px); width: calc(100% - 20px);*/ height: 100%; width: 100%; }

/*.home*/.scrolled-down #site-logo .scrolled-light-logo { opacity: 1; }
/*.home*/.scrolled-down #site-logo .light-logo { opacity: 0; }
/*.home*/.scrolled-down .mega-menu-container.menu-active #site-logo .light-logo { opacity: 1; }

.mega-light-logo { position: absolute; /*height: calc(100% - 20px); width: calc(100% - 20px);*/ height: 100%; width: 100%; opacity: 1; }
.scrolled-mega-light-logo { opacity: 0; }
.scrolled-down .mega-light-logo { opacity: 0; }
.scrolled-down .scrolled-mega-light-logo { opacity: 1; }

.page-template-template-contact.scrolled-down #site-logo .logo-container{ /*height: 60px;*/ }
.page-template-template-contact.scrolled-down #site-logo .scrolled-light-logo { opacity: 1; height: auto; width: auto; }
.page-template-template-contact.scrolled-down #site-logo .light-logo { opacity: 0; width: 100%; margin-left: 0; }
.page-template-template-contact.scrolled-down .mega-menu-container.menu-active #site-logo .light-logo { opacity: 0; }


.mega-menu-container.menu-active #site-logo .scrolled-light-logo { display: none; }


#site-logo .dark-logo{ position: absolute; height: calc(100% - 20px); width: calc(100% - 20px); }

/* Scrolled down - large screen */
.scrolled-down #site-header{ height: auto; }
.scrolled-down #site-logo .logo-container{ /*height: 80px; width: 160px; margin: 10px; transition: all 0.3s;*/ height: 80px; }
.scrolled-down.menu-active #site-logo .logo-container{ height: 80px; /*width: 160px;*/ }

.page-template-template-contact #site-header{ width: 50%; right: 0; }
.page-template-template-contact.scrolled-down #site-header{ width: 100%; }
.page-template-template-contact.menu-active #site-header{ width: 100%; }
.page-template-template-contact #sticky-header{width: 50%; margin-left: 50%; }
.page-template-template-contact.scrolled-down #sticky-header{ width: 100%; margin-left: 0; }
.page-template-template-contact.menu-active #sticky-header{ width: 100%; margin-left: 0; }

@media screen and (max-width: 1540px){ 
	.menu-active #site-logo .logo-container{ /*height: 90px; width: 90px; margin: 10px; transition: all 0.3s;*/ }
}
@media screen and (max-width: 840px){ 
	.page-template-template-contact #site-header{ width: 100%; }
	.page-template-template-contact #sticky-header{ width: 100%; margin-left: 0; }
}
@media screen and (max-width: 670px){ 
	#site-logo .logo-container{ height: 90px; /*width: 115px;*/ width: 146px; margin: 10px; }
	.scrolled-down #site-logo .logo-container{ height: 72px; }
	#sticky-header{ height: 92px; }
	.page-template-template-contact #sticky-header{ height: 115px; }
}

/***** MAIN NAV *****/
.main-navigation { display: block; position:relative; z-index:2000; -webkit-transition:all .5s; -moz-transition:all .5s; -o-transition:all .5s; transition:all .5s; }

.desktop-device #main-menu > li > a:hover{  }

#main-menu { list-style:none; }
#main-menu > li { float: left; width:auto; position: relative; padding-right: 20px; }
#main-menu > li > a { float:left; width:100%; text-decoration: none; text-align:center; transition:background .1s linear; -moz-transition:background .1s linear; -webkit-transition:background .1s linear; }
#main-menu > li:first-of-type{  }
#main-menu > li:first-of-type > a{  }
#main-menu > li.current_page_item > a{  }
#main-menu > li > ul {  }
#main-menu > li > ul > li{  }
#main-menu > li > ul > li > a{ text-align:left; }
#main-menu > li.current_page_item > ul > li > a{ text-transform:none; }
#main-menu > li > ul > li > ul {  }
#main-menu > li > ul > li > ul > li{  }
#main-menu > li > ul > li > ul > li > a {  }

@media screen and (max-width: 1023px) {
	#main-menu{ margin:0; }	
	#main-menu > li{  }
}

@media screen and (max-width: 939px) {
	#main-menu > li{  }
}

@media screen and (max-width: 767px) {
	#main-menu > li{  }
}

#header-menu > li,
#header-menu > li > a{ -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }



/* Toggle button */
.burger-wrapper{ position: relative; float: right; width: 30px; height: 30px; margin-right: 20px; margin-top: 5px; }
.site-menu-button-container{ z-index: 202; }
#menu-toggle-line-1{ top: 30%; left: 0; width: 100%; }
#menu-toggle-line-2{ top: 50%; left: 0; width: 100%; }
#menu-toggle-line-3{ top: 70%; left: 0; width: 100%; }


 /*Toggle button*/
.menu-toggle { position: fixed; top: 15px; right: 15px; width:40px; height:40px; z-index:10; padding:0; border:none; border-radius:0; background:none; text-indent:-5000px; display:none; -webkit-transition:all .5s; -moz-transition:all .5s; -o-transition:all .5s; transition:all .5s; }
.menu-toggle-line { position:absolute; height:2px; width:80%; -webkit-transition:all .5s; -moz-transition:all .5s; -o-transition:all .5s; transition:all .5s; } 

#main-menu-toggle.active .menu-title,
.home #main-menu-toggle.active .menu-title{
	color: #000 !important;
}
#main-menu-toggle:hover .menu-title,
.home #main-menu-toggle:hover .menu-title{
	color: #ed1c24 !important;
}
#main-menu-toggle.active .menu-toggle-line,
.home #main-menu-toggle.active .menu-toggle-line{
	background-color: #000 !important;
}
#main-menu-toggle:hover .menu-toggle-line,
.home #main-menu-toggle:hover .menu-toggle-line{
	background-color: #ed1c24 !important;
}
.menu-toggle.active{  }
.menu-toggle.active .menu-toggle-line{  }
.menu-toggle.active, .menu-toggle.inactive{  }
.menu-toggle.active #menu-toggle-line-1{ top:50%; transform:rotate(45deg); }
.menu-toggle.active #menu-toggle-line-2{ width: 2%; left: 48%; opacity:0; }
.menu-toggle.active #menu-toggle-line-3{ top:50%; transform:rotate(-45deg); }

.scrolled-down .menu-toggle{ height: auto; }
.scrolled-down .burger-wrapper{  }
.scrolled-down .menu-title{  }
.scrolled-down .menu-toggle-line{  }
.mobile-menu-active .menu-toggle{  }
.scrolled-down.menu-active #sticky-header{ height: auto; transition: background 0.3s; }

/***** ADDED 9-12-2020 TO ACCOUNT FOR MENU ITEMS SHIFTING UPWARDS ON SCROLLING DOWN *****/
.header-menu{ -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.scrolled-down #site-header,
.scrolled-down #site-header #sticky-header{ /*height: 100px;*/ -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.scrolled-down .header-menu{ /*top: 29px;*/ }
.scrolled-down .menu-toggle{ /*top: 29px;*/ }



@media screen and (max-width: 1600px){
	#site-header .header-menu{ right: 14%; }
}

@media screen and (max-width: 1400px){
	#site-header .header-menu{ right: 16%; }
}

@media screen and (max-width: 1200px){
	#site-header .header-menu{ right: 20%; }
	.header-menu .menu-header-menu-container #header-menu > li{ margin-right: 0; }
}

/* POINT WHERE MENU CHANGES TO BURGER */
@media screen and (max-width:1023px) {
	.menu-toggle { display: block; }
	#main-menu{ display:none; }
}

@media screen and (max-width: 670px){
	#main-menu-toggle{ top: 24px; }
}

@media screen and (max-width: 380px){
	#main-menu-toggle{ width: auto; }
	.menu-title{ display: none; }
	.burger-wrapper{ margin: 5px 7px; }
}


/****************************************** MEGA MENU **************************************/
.mega-menu-container.menu-active { min-height: 96vh; }
.mega-menu-wrapper{ position: relative; overflow: hidden; width: 100%; height: calc(100% - 110px); margin-top: 110px; z-index: 109; }




.mm-search{ position: absolute; right: 250px; top: 40px; z-index:102; }
.mm-search .search-container{ position: relative; float: right; width: 200px; margin:0 auto; }
.mm-search input[type="search"]{ color: #ffffff; padding: 2px!important; background-color: #1c1c1c; border-radius: 100px; margin: 0; text-indent: 0.4rem; width: 200px; }
.search-form-submit-wrapper{ background: transparent; width: 100%; }
.search-icon{ position: absolute; color: #ffffff; font-size: 0.9rem; }
.mm-search .search-icon{ color: #ffffff; top: 5px; right: -30px; }
.search-field{ font-size: 0.8rem; }
.search-submit{ display: none!important; }





.mega-menu-container .bg-logo{ position: absolute; right: -6vh; top: 25vh; width: 30%; opacity: 0.1; z-index: 101; }
.mega-menu-wrapper .menu-wrapper{ position: relative; float: none; margin: 0 auto; max-width: 1200px; height: 100%; }
.mega-menu-wrapper .menu-main-menu-container{ position: relative; float: left; }
#main-menu{ position: relative; margin: 0 auto; float: right; }
#main-menu li { list-style: none; }
#main-menu > li > ul { position: absolute; left: 0; top: 0; width: auto; min-width: 100%; margin: 2rem 0; }
#main-menu > li > ul > li { min-width: 100%; width: auto; }

/*
.icon-scroll{ position: fixed; right: 1rem; opacity: 0; transition: all 0.3s; }
.icon-scroll:before{ position: absolute; left: 50%; }

.icon-scroll{ width: 40px; height: 70px; margin-left: -20px; bottom: calc(20vh + 1rem);; margin-top: -35px; box-shadow: inset 0 0 0 1px #fff; border-radius: 25px; }
.icon-scroll:before{ content: ''; width: 8px; height: 8px; background: #fff; margin-left: -4px; top: 8px; border-radius: 4px; animation-duration: 1.5s; animation-iteration-count: infinite; animation-name: scroll; }

@keyframes scroll {
	0%{ opacity: 1; }
	100% { opacity: 0; transform: translateY(46px); }
}
*/




@media screen and (min-width: 1240px){
	.mega-menu-wrapper .menu-main-menu-container{ margin: 0 20px; }
}
@media screen and (max-width: 1540px){
	.mega-menu-wrapper .menu-wrapper{ float: left; }
	.mega-menu-wrapper .menu-main-menu-container{ margin: 0 20px; padding: 0 0 5rem 0;  }
	.mega-menu-container .bg-logo{ width: 45%; }
}
@media screen and (max-width: 1023px){
	#main-menu { display: block; }
	#main-menu li { width: 100%; position: relative; margin: 0 0 0.5rem 0; }
	#main-menu > li a{ margin: 0 0 0.5rem 0; }
	#main-menu > li > ul { position: relative; margin: 0 0 0 1rem; }
	.mega-menu-container .bg-logo{ width: 60%; }
	.mega-menu-wrapper { overflow: scroll; }
	/*.menu-active .icon-scroll{ transition-delay: 1s; opacity: 1; }*/
	.mega-menu-wrapper .menu-main-menu-container{ margin: 0 20px; padding: 0 0 5rem 0; }
	.header-menu { display: none; }
}
@media screen and (max-width: 670px){
	.mm-search { position: absolute; right: 80px; top: 110px; }
	.mega-menu-wrapper { margin-top: 160px; height: calc(80vh - 160px); }
}
@media screen and (max-width: 420px){
	.mega-menu-wrapper { margin-top: 190px; height: calc(80vh - 190px); }
	.mm-search { position: absolute; right: 80px; top: 140px; }
	.mega-menu-container .bg-logo{ width: 100%; top: 45vh; }
}






/****************************** HERO **********************************/
.hero-wrapper{ position: relative; overflow:hidden; height: 100vh; width: 100%; }
.hero-content-wrapper{ position: relative; overflow: visible; display: block; margin: 0 auto; width: 100%; max-width: 1400px; }
.hero-container picture{ position: relative; overflow:hidden; }
.hero-container .hero-bg{ position: relative; overflow:hidden; width: 100%; height: 100vh; }
.hero-overlay{ position: absolute; top:0; left:0; width: 100%; height: 100%; opacity: 0.25; }
.dark-overlay{ background-color: #000000; }
.light-overlay{ background-color: #ffffff; }
.front-page .hero-container img{ max-height: none; max-width: none; height: auto; width: auto; margin-left: calc(30vw - ((100vh * 1.7777777) / 2) ); }
.hero-container img{ max-height: none; max-width: none; height: 100%; width: 100%; margin-left: 0; }
.hero-content{ position: absolute; float: left; display: flex; top: 0; left: 0; width: 100%; height: 100%; align-items: center; }

.Left-side .hero-text{ float: left; }
.Right-side .hero-text{ float: right; }
.hero-text h1{ font-size: 2.3rem; margin-bottom: 2rem; font-weight: initial; font-weight: 700; line-height: 130%; }
.hero-text span.one-line{ display: block; }
.hero-text p{ position:relative; float: left; width: auto; margin: 0; }	
.hero-text img{ position:relative; float: left; height: auto; width: auto; margin: -16px 0 0 30px; }
#hero-content .hero-text a{ padding: 13px 60px 12px 15px; }

@media screen and (min-width: 1570px){
	.front-page .hero-container img{ margin-left: 0; }
	.front-page .hero-text img{ margin: -16px 0 0 30px; }
}
@media screen and (max-width: 1440px){
	.hero-content-wrapper{ margin: 20px; }
}
@media screen and (max-width: 700px){
	.hero-text{ width: 75%; }
}
@media screen and (max-width: 450px){
	.hero-text{ width: 100%; }
}


/****************************** MAIN CONTENT SECTION **********************************/
.content-area{ position: relative; float: left; }
.section-container{ position: relative; overflow: hidden; float: left; width: 100%; }
.main-content-wrapper{  position: relative; overflow: hidden; float: left; width: 100%; }

.external-anchor-point{ position: absolute; width: 100%; height: 0px; top: -200px; }

#full-height-section-wrapper{  }
.full-height-section-wrapper{ position: relative; overflow:hidden; height: 100vh; width: 100%; }
.full-height-content-section-content-wrapper{ position: relative; overflow: visible; display: block; margin: 0 auto; max-width: 1400px; }
.full-height-content-section-container .image-bg{ position: relative; height: 100vh; width: 100%; }
.Left-side.full-height-content-section-container .image-bg{ max-height: none; max-width: none; }
.Right-side.full-height-content-section-container .image-bg{ float: right; max-height: none; max-width: none; }
.full-height-content-section-content{ position: absolute; float: left; display: flex; top: 0; left: 0; width: 100%; height: 100%; align-items: center; }

.Left-side .full-height-content-section-text{ position: relative; float: left; }
.Right-side .full-height-content-section-text{ position: relative; float: right; text-align: right; }
.full-height-content-section-text h1{ line-height: 130%; }

.Left-side .full-height-content-section-text a { float: left; }
.Right-side .full-height-content-section-text a { float: right; }

.full-height-content-section-text span.one-line{ display: block; }
.cta-button img{ /*position:relative;*/ float: left; /*height: 60px; width: 60px;*/ margin: -5px 0 0px 15px!important; transition: all 0.3s; 
	position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY( calc(-50% + 6px) ); }

/*.cta-button:hover img{ margin: -16px 0 0 35px!important; transition: all 0.3s; }*/

.slick-dots{ list-style: none; width: auto; margin: auto; display: table !important; float: none; padding-top: 20px; }
.slick-dots li { float: left; width: auto; padding: 10px; }


.carousel-testimonials-wrapper{ position: relative; overflow: visible; z-index: 134; padding: 40px 20px; max-width: 1400px; margin: 0 auto; }

.testimonials-author{ position: relative; float: left; width: auto; padding-right: 5px; }
.testimonials-company{ position: relative; float: left; width: auto; }

.cta-bar-content-wrapper{ position: relative; overflow: hidden; max-width: 1000px; padding: 20px; margin: 0 auto; display: flex; align-items: center; justify-content: center; }


.contact-section-wrapper{ position: relative; overflow:hidden; height: auto; width: 100%; }
.contact-section-content-wrapper{ position: relative; overflow:visible ; display: block; margin: 0 auto; max-width: 1400px; }
.contact-section-container { position: relative; overflow:hidden; }
.contact-section-content{ position: relative; float: left; width: 100%; height: 100%; margin: 100px 0; }
.contact-section-text{ position: relative; float: left; color: #ffffff; width: 100%;  }

.contact-section-text .text{ position:relative; float: left; width: 100%; margin-bottom: 2rem; text-align: center; }
.contact-section-text span.one-line{ display: block; }
.contact-section-text a{ position:relative; float: left; margin-top: 50px; color: #ffffff; }

.fos-section{ position: relative; overflow: hidden; width: 100%; max-width: 1400px; margin: 3rem auto 100px;}
.fos-section p { position: relative; float: left; margin: 0 0 1rem; font-size: 1rem; text-align: center; }

/* THIS IS TO STOP SAFARI FROM AUTO CHANGING THIS TO DARK TEXT DUE TO AUTO CHANGING PHONE NUMBERS TO LINKS */
.cta-bar-text a{ color: #fff; font-size: 1.5rem; }

@media screen and (min-width: 1570px){
	.Left-side.full-height-content-section-container .image-bg{ margin-left: 0; }
	.Right-side.full-height-content-section-container .image-bg{ margin-right: 0; }
	/*.cta-button img{ margin: -16px 0 0 30px!important; transition: all 0.3s; }*/
	/*.cta-button:hover img{ margin: -16px 0 0 35px!important; transition: all 0.3s; }*/
}
@media screen and (max-width: 1440px){
	.full-height-content-section-content-wrapper{ margin: 20px; }
	.contact-section-content-wrapper{ margin: 0 20px; }
	.fos-section{ padding: 2rem; }
}
@media screen and (max-width: 1040px){
	.cta-bar-content-wrapper{ margin: 0 20px; padding: 20px 0; }
}
@media screen and (max-width: 840px){
	.cta-bar-content-wrapper{ flex-wrap:wrap; }
	.cta-bar-text{ width: 100%; text-align: center; }
}
@media screen and (max-width: 700px){
	.full-height-content-section-text{ width: 75%; }
	.fos-section{ padding: 1rem; }
}
@media screen and (max-width: 480px){
	.full-height-content-section-text{ width: 100%; }
	.full-height-content-section-content-wrapper .full-height-content-section-text h1{ font-size: 1.5rem; }
}
@media screen and (max-width: 370px){
	.full-height-content-section-content-wrapper .full-height-content-section-text .cta-button{ padding: 15px;
    width: 100%; text-align: center; }
	.full-height-content-section-content-wrapper .full-height-content-section-text .cta-button p{ width: 100%; }
	.cta-button img{ display: none; }
}



/****************************** PRODUCT CONTENT SECTION **********************************/
.text-product-section-wrapper{ position: relative; overflow:hidden; width: 100%; }
.text-product-section-container{ position: relative; overflow:hidden; width: 100%; height: 100%; margin: 100px auto; max-width: 1200px; }

.text-product-section-text h1{ font-size: 2.3rem; margin-bottom: 2rem; font-weight: initial; text-align: center; }
.text-product-section-text p:first-of-type{ margin-top: 0; }

.text-product-section-text ul{ text-align: left; width: 90%; margin: 0 5% 1rem; }
.text-product-section-text ul li{ font-weight: 600; text-align: left; width: calc(50% - 50px); margin: 20px 50px 0 0; padding-left: 40px; list-style: none; }

.text-image-product-section-wrapper{ position: relative; overflow:hidden; width: 100%; }
.text-image-product-section-container{ position: relative; overflow: hidden; width: 100%; height: 100%; margin: 0px auto; }
.text-image-product-section-text .heading{ position: relative; float: left; /*width: 60%; margin: 0 0 0 15%;*/ width: 50%; margin: 0 0 0 10%; z-index: 100; }
.text-image-product-section-text .image{ position: absolute; right: 0; width: 35%; height: 100%; }
.text-image-product-section-text .image.appear-from-right{ right: -200px; }
.text-image-product-section-text .image.appear-from-right-done{ right: 0; }
.text-image-product-section-text h1{ font-size: 2.3rem; margin-bottom: 2rem; font-weight: initial; text-align: center; }
.text-image-product-section-text p:first-of-type{ margin-top: 0; }


.inverted-text-product-section-container{ position: relative; overflow:hidden; width: 100%; height: 100%; margin: 100px auto; max-width: 1000px; }

.inverted-text-product-section-text h1{ font-size: 2.3rem; margin-bottom: 2rem; font-weight: initial; }
.inverted-text-product-section-text h2 { font-size: 2rem; }
.inverted-text-product-section-text a{ position: relative; float: left; padding-top: 15px; margin-top: 35px; }
.inverted-text-product-section-text p:first-of-type{ margin-top: 0;  }
.inverted-text-product-section-text ul{ position: relative; overflow: hidden; text-align: left; width: 100%; padding: 0 15%; margin: 0 0 1rem; float: none; }
.inverted-text-product-section-text ul li{ text-align: left; width: calc(50% - 50px); margin: 20px 25px 0 25px; font-size: 1.3rem; }




@media screen and (max-width: 1240px){
	.text-product-section-container{ margin: 100px 0; padding: 20px; }
	.text-image-product-section-container{ margin: 100px 0; padding: 20px; }
}
@media screen and (max-width: 1040px){
	.inverted-text-product-section-container{ margin: 100px 0; padding: 20px; }
}
@media screen and (max-width: 640px){
	.text-image-product-section-text .heading{ width: 80%; margin: 0 10%; }
	.text-image-product-section-text .image{ position: relative; float: left; width: 100%; margin: 2rem 0; min-height: 150px; }
	.text-image-product-section-text .content{ width: 100%; margin: 0; padding: 0; }
	.text-product-section-text ul{ text-align: left; width: 100%; margin: 0 0 1rem; }
	.text-product-section-text ul li{ font-weight: 600; text-align: left; width: calc(100% - 20px); margin: 20px 20px 0 0; padding-left: 20px; list-style: none; background: url(../img/icons/small-grey-dot.png) center left / auto no-repeat }
	.inverted-text-product-section-text ul{ text-align: left; width: 100%; margin: 0 0 1rem; padding: 0; }
	.inverted-text-product-section-text ul li{ font-weight: 600; text-align: left; width: calc(100% - 50px); /*margin: 20px 20px 0 0;*/ padding-left: 10px; /*list-style: none; background: url(../img/icons/small-grey-dot.png) center left / auto no-repeat;*/ }
}
@media screen and (max-width: 480px){
	.text-image-product-section-text .heading h2{ font-size: 1.5rem; }
}




/****************************** ABOUT SECTION **********************************/

.page-template-template-about .text-product-section-text h2 { text-align: left; font-size: 2rem; }
.page-template-template-about .text-product-section-text p { margin: 0 0%; }


/****************************************** FOOTER **************************************/

footer ul{ list-style:none; float:left; }
.grecaptcha-badge{ display: none; }
.flex-container{ position: relative; overflow: hidden; display: flex; justify-content: center; flex-wrap: wrap; }
.flex-container .no-wrap{ flex-wrap: nowrap; }
.flex-container .reverse-wrap{ flex-wrap: wrap-reverse; }
.flex-item-container{ position: relative; float: left; display: flex; justify-content: center; align-items: center; }
.footer-section{ margin-top: 30px; width: 100%; }
.footer-section:last-of-type{ margin-bottom: 100px; }
.footer-logo-wrapper{ position: relative; overflow: hidden; height: 160px; }
.footer-logo-wrapper img{ position: relative; float: left; height: 130px; }
.footer-text-wrapper{ position: relative; overflow: hidden; text-align: center; }
.footer-text-heading{ font-size: 1.6rem; }
.footer-text-content{ font-size: 0.9rem; margin-top: 10px; }
.footer-social-wrapper ul{ margin: 0; }
.footer-social-wrapper ul li{ width: auto; margin: 0 0.5rem; }
.footer-address-content{ font-size: 0.9rem; text-align: center; }
.footer-menu-content ul{ margin: 0; }
.footer-menu-content ul li:last-of-type{ border-right: none; }
.footer-logos-wrapper{ overflow: visible; }
.footer-other-logo img{ position: relative; float: left; height: 40px; max-width: none; padding-right: 20px; }
.footer-legal-wrapper{ position: relative; float: left; width:100%; text-align: center; }
.footer-legal-wrapper p{ font-size: 0.9rem; }

@media screen and (max-width: 740px ){
	.footer-content-wrapper .flex-container .no-wrap{ flex-wrap: wrap; }

	/* ADDED 25-1-2021 TO CHANGE FOOTER LINKS TO ONE PER LINE */
	.footer-contact-wrapper .flex-item-container{ width: 100%; margin-bottom: 5px; }
	.footer-seperator{ display: none; }
	.footer-social-wrapper ul{ display: flex; justify-content: center; }
	.footer-menu-content #footer-menu{ display: flex; flex-direction: column; }
	.footer-menu-content #footer-menu li{ margin-bottom: 5px; border-right: none; text-align: center; }
}


/***************************** CONTACT PAGE ******************************/
.contact-hero-container{ position: relative; float: left; height:100vh; min-height:740px; width: 100%; }
.contact-hero-wrapper{ position: relative; float: left; height:100%; }


.page-template-template-contact #site-logo {
    /*margin-left: 50px;*/
}


.page-template-template-contact #site-logo .logo-container {
	/*margin: 10px 50px 10px 0px;*/
}

.page-template-template-contact.scrolled-down #site-logo .logo-container {
	/*margin: 10px;*/
}


/* GOOGLE MAP */
.contact-hero-wrapper iframe{ height:100%; width:100%; }

.contact-logo-container{ z-index: 99; }
.scrolled-down .contact-logo-container{ left: 0; }
.mm-logo-container{ position: absolute; left: 0; top: 0; z-index: 200; }
.scrolled-down #site-logo.mm-logo-container .logo-container { height: 130px; width: 130px; margin: 10px 30px; transition: all 0.3s; }
.map-side-container{ position: relative; float: left; width: 50%; height: 100%; }
.narrow-tall-map{ display: block; }
.wide-short-map{ display: none; }
.contact-hero-content .hero-wrapper{ position: relative; overflow:hidden; height: auto; width: 100%; margin-left: 50px;}
.contact-details-info .phone-wrapper{ position: relative; float: left; width: 100%; }
.contact-details-info .email-wrapper{ position: relative; float: left; width: 100%; }
.contact-details-info .social-media-links{ position: relative; float: left; width: 100%; margin-top: 20px; }
.contact-details-info .social-media-links ul{ margin: 0; list-style: none; }
.contact-details-info .social-media-links ul li{ float:left; width: auto; margin-right: 25px; }
.contact-details-info .social-media-links ul li a{  }
.contact-details-info .social-media-links ul li a:hover{ color: #ed1c24; }
.contact-details-address .address-line{  }
.contact-details-address .address-line:first-of-type{ font-weight:600; }
.page-template-template-contact .contact-section-content{ margin: 100px 0 0; }

div.wpcf7-response-output,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing { color: #232323; }
.desktop-device span.wpcf7-not-valid-tip { text-align: right; right: 0; position: absolute; bottom: 0; width: auto; }
.desktop-device input[type="text"].wpcf7-not-valid,
.desktop-device input[type="email"].wpcf7-not-valid,
.desktop-device input[type="tel"].wpcf7-not-valid,
.desktop-device input[type="url"].wpcf7-not-valid,
.desktop-device input[type="date"].wpcf7-not-valid,
.desktop-device input[type="password"].wpcf7-not-valid,
.desktop-device input[type="search"].wpcf7-not-valid,
.desktop-device textarea.wpcf7-not-valid { margin: 20px 0 0; }

@media screen and (max-width: 1540px){ 
	/*.menu-active.scrolled-down #site-logo.mm-logo-container .logo-container { height: 90px; width: 90px; margin: 10px; transition: all 0.3s; }
	.menu-active #site-logo .logo-container{ height: 80px; /*width: 100px;*/ /*width: 130px; margin: 10px; transition: all 0.3s; }*/
}
@media screen and (max-width: 840px){
	.contact-hero-container{ /*height:calc(100vh - 110px);*/ height: auto; min-height: auto; }
	.map-side-container{ width: 100%; /*height: 50%;*/ height: 300px; }
	.contact-hero-content{ width: 100% !important; height: auto !important; }
	.contact-hero-content .hero-wrapper{ margin: 0; padding: 30px 5%; }
	.narrow-tall-map{ display: none; }
	.wide-short-map{ display: block; }
	.page-template-template-contact #site-header { position: relative; /*height: 110px;*/ height: 135px; }
	.page-template-template-contact #sticky-header { background-color: #000000; height: 135px; }
	.page-template-template-contact .contact-logo-container{ left: 0; }
	.page-template-template-contact #site-logo .logo-container { /*height: 90px; width: 105px; width: 146px; margin:10px;*/ }
	.page-template-template-contact #main-menu-toggle{ top: 45px; }
	
	.scrolled-down.page-template-template-contact #site-header,
	.scrolled-down.page-template-template-contact #sticky-header{ height: 118px; }
	.scrolled-down.page-template-template-contact #main-menu-toggle{ top: 38px; }
}
@media screen and (max-width: 670px){ 
	.page-template-template-contact #site-logo .logo-container{ margin: 10px; }
	
	.page-template-template-contact #site-header,
	.page-template-template-contact #sticky-header{ height: 110px; }
	.page-template-template-contact #main-menu-toggle{ top: 32px; }
	
	.scrolled-down.page-template-template-contact #site-header,
	.scrolled-down.page-template-template-contact #sticky-header{ height: 92px; }
	.scrolled-down.page-template-template-contact #main-menu-toggle{ top: 24px; }
}
@media screen and (max-width: 480px){
	.page-template-template-contact #site-logo { margin-left: 20px; }
	#contact-hero-content .contact-details-address,
	#contact-hero-content .contact-details-info,
	#contact-hero-content .contact-details-info a{ font-size: 1.2rem; }
}
/*@media screen and (max-width: 440px){
	.contact-details-info{ font-size:1.2rem; }
	.contact-details-address{ font-size:1.2rem; }
}*/




/***************************** BLOG INDEX START ******************************/

.featured-posts-container{ position: relative; float: left; width: 100%; }
.featured-post-wrapper{ position: relative; float: left; width: 100%; height: 60vh; }
.image-container{ position: relative; float: right; width: 50%; height: 100%; margin: -100px 50px 50px 0; }
.featured-post-wrapper .image-container{ float: left; margin: 0; }
.Left-side.featured-post-wrapper .image-container{ float: left; }
.Right-side.featured-post-wrapper .image-container{ float: right; }
.image-container .image{ position: relative; float: left; width: 100%; height: 100%; min-height: 50vh; }
.content-container{ position: relative; overflow: visible; width: 100%; max-width: 1200px; margin: 100px auto 0; }
.featured-post-wrapper .content-container{ float: right; width: 50%; height: 100%; min-height: 60vh; max-width: none; display: flex; align-items: center; flex-wrap: wrap;  margin: 0; }
.featured-post-wrapper .content-wrapper{ position: relative; width: calc(50vw - 100px); max-width: 600px; }
.Left-side.featured-post-wrapper .content-container{ float: right; }
.Right-side.featured-post-wrapper .content-container{ float: left; }
.Left-side.featured-post-wrapper .content-wrapper{ margin-left: 80px; }
.Right-side.featured-post-wrapper .content-wrapper{ margin-left: calc((100vw - 1400px) / 2 ); margin-right: 100px; }


.Left-side .content-container .title { text-align: right; }
.Left-side .content-container .excerpt { text-align: right; }
.Left-side .content-container .cta-button p { float: right; }

.content-container .subtitle{ position: relative; float: left; width: 100%; font-size: 1.2rem; color: #000000; }
.content-container .excerpt{ position: relative; float: left; width: 100%; font-size: 0.9rem; color: #000000; margin-top: 1rem; }
.content-container .content{ position: relative; float: left; width: 100%; font-size: 1rem; color: #000000; margin-top: 1rem; }
.content-container .cta-button{ position: relative; float: left; width: 100%; margin-top: 2rem; }

.blog-index { position: relative; float: left; width: 100%; margin-top:100px; }
.blog-index .title{ position: relative; text-align: center; font-weight: 600; font-size: 2.3rem; color: #000000; width: auto; }
.blog-index .post-options{  }
.blog-index .post-options .option{  }
.blog-posts-grid-wrapper{ position: relative; float: left;  }
.blog-filters-container{ position: relative; overflow: hidden; list-style: none; margin: 1rem; width: auto; }
.blog-filters-container li { float: left; width: auto; margin-right: 1rem; text-align: center; }
.blog-filters-container li a { font-size: 0.8rem; color: #eaeaea; display: inline-block; }

.blog-index-search { float: right; position: relative; display: inline-block; overflow: hidden; }
.blog-index-search .search-form-submit-wrapper{ background-color: #eaeaea; }

.blog-posts-grid .isotope-grid-column{ position: relative; float: left; width: 33.3%;  }
.blog-posts-grid{ position: relative; overflow: hidden; float: left; width: 100%; margin-bottom: 200px;}
.blog-post-wrapper{ position: relative; overflow: hidden; width: 100%; padding: 25px; /*height: 730px;*/ }
.blog-post-image-container{ position: relative; float: right; width: 100%; overflow: hidden; height: 400px; }
.blog-post-image-overlay{ opacity: 0; width: 100%; position: absolute; z-index: 143; bottom: -20px; -webkit-transition: bottom 0.3s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition:  bottom 0.3s, opacity 0.3s; }
.blog-post-image-container:hover .blog-post-image-overlay{ opacity: 0.65; bottom: -1px; overflow: hidden; }
.blog-post-image { height: 100%; width: 100%; max-width: none; background-repeat: no-repeat;
    background-size: cover; }
.blog-post-teaser-heading { font-size: 1rem; font-weight: 700; margin-top: 20px; }
.blog-post-teaser-content { font-size: 0.8rem; font-weight: 500; color: #2a2a2a; margin-top: 10px; position: relative; overflow: hidden; float: left; }

.product-teaser{ float: left; width: 33.3%; }
.product-teaser:nth-of-type(3n+1){ clear: left; }
.product-teaser .blog-post-wrapper{ height: auto; }
.product-teaser .blog-post-teaser-content{ margin-top: 15px; }
.product-teaser .content-container .cta-button{ margin-top: 0; }

#ajax-load-more,
#ajax-load-more .alm-btn-wrap{ float: left; }

@media screen and (max-width: 1400px){
	.Right-side.featured-post-wrapper .content-wrapper{ margin-left: 20px; }
}
@media screen and (max-width: 1240px){
	.content-container{ margin: 100px 0 0; padding: 0 20px; }
	.blog-post-teaser-content { margin: 10px 0; padding: 0; }
}
@media screen and (max-width: 1040px){
	.Left-side.featured-post-wrapper .content-wrapper { margin: 0; }
	.Right-side.featured-post-wrapper .content-wrapper { margin: 0; }
}
@media screen and (max-width: 940px){
	.featured-post-wrapper .image-container { width: 25%; }
	.featured-post-wrapper .content-container { width: 75%; }
	.featured-post-wrapper .content-wrapper { width: calc(100% - 100px); }
	.blog-post-image-container{ height: 300px; }
}
@media screen and (max-width: 899px){
	.blog-post-wrapper {max-height: 700px;}
	.product-teaser{ width: 50%; }
	.product-teaser:nth-of-type(3n+1){ clear: none; }
	.product-teaser:nth-of-type(2n+1){ clear: left; }
}
@media screen and (max-width: 640px){
	.image-container { width: 70%; margin: -100px 0 50px 0; }
	.blog-posts-grid .isotope-grid-column{ width: 50%; }
}
@media screen and (max-width: 550px){
	.product-teaser{ width: 100%; }
}
@media screen and (max-width: 500px){
	.image-container .image{ min-height: 30vh; }
	.blog-posts-grid .isotope-grid-column{ width: 100%; }
	.featured-post-wrapper{ height: 100vh; }
	.featured-post-wrapper .image-container { width: 100%; height: 50%; }
	.featured-post-wrapper .content-container { width: calc(100% - 40px); height: 50%; margin: -50px 20px 50px; background-color: #ffffff; padding: 20px; }
	.featured-post-wrapper .content-wrapper { width: 100%; }
	.blog-filters-container{ margin: 1rem 0; }
	.blog-post-wrapper{ padding: 25px 0; }
	.blog-post-image-container{ height: 200px; }
}
@media screen and (max-width: 479px){
	.Left-side .content-container .title,
	.content-container .content-wrapper .title{ font-size: 1.7rem; }
}


/*************************** ANIMATIONS ***************************/

.appear,
.appear-from-left,
.appear-from-right,
.appear-from-above,
.appear-from-below{ opacity: 0; transition: all 1.5s; }
.appear-done,
.appear-from-left-done,
.appear-from-right-done,
.appear-from-above-done,
.appear-from-below-done{ opacity: 1; transition: all 1.5s; }



/*************************** TEAM BLOCK ***************************/

.team-members-container{
	position: relative;
    max-width: 1400px;
    margin: 0 auto;
	overflow: hidden;
    padding-bottom: 70px;
	
	/* FIX ADDED 26-1-2021 */
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}

.team-member-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 0 50px;
	overflow: hidden;	
}

.team-member-content { 
	/*min-height: 550px;  IMAGES TAKEN OUT FOR NOW */
	padding-top: 15px; 
}

.team-member-image {  
	/*height: 350px; IMAGES TAKEN OUT FOR NOW */
	width: 100%;
	position: relative; 
	background-size: cover; 
	background-position: center 25%;
}

.team-name {
    font-weight: 700;
    padding: 20px 0px 0px;
    font-size: 1.3rem;
}

.team-job { 
	padding: 10px 0px; 
}	

.team-text {
	padding-bottom: 10px;
}

.team-member-content .fab, 
.team-member-content .fas { 
	font-size: 1.6rem; 
	padding: 3px; 
}	

@media screen and (max-width:799px){
	.team-member-wrapper {
		width: 50%;
	}
}

@media screen and (max-width:550px){
	.team-member-wrapper {
		width: 100%;
	}
}




.home-page-video {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.video-overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
	background-color: black;
}

.wp-block-table { overflow-x: inherit; }







/************************ BANNER IMAGES THAT NEEDED INDIVIDUALLY REPOSITIONING *************************/
#full-height-section-2 .image-bg{	background-position: 73% 50% !important; }
.page-id-1341 .hero-bg{ background-position: 73% 50% !important; }
.page-id-1347 .hero-bg{ background-position: 95% 50% !important; }
.page-id-1358 .hero-bg{ background-position: 73% 50% !important; }
.page-id-1355 .hero-bg{ background-position: 58% 50% !important; }
.page-id-1370 .hero-bg{ background-position: 66% 50% !important; }