@charset "UTF-8";


@font-face {
    font-family: 'fa-regular';
    src: url('../fonts/FontAwesome/fa-regular-400.woff2') format('woff2'),
         url('../fonts/FontAwesome/fa-regular-400.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fa-brands';
    src: url('../fonts/FontAwesome/fa-brands-400.woff2') format('woff2'),
         url('../fonts/FontAwesome/fa-brands-400.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fa-light';
    src: url('../fonts/FontAwesome/fa-light-300.woff2') format('woff2'),
         url('../fonts/FontAwesome/fa-light-300.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.fa-brands {
  font: normal normal normal 20px/25px 'fa-brands';
}
.fa-light {
  font: normal normal normal 28px/28px 'fa-light';
}
.shopify-buy__btn {
  display: none;
}
a {
  text-decoration: none;
}

a:not([class]) {
  text-decoration: underline;
  color: #074F3E;
}
a btn:focus {
  color: #FFFFFF;
}
body {
  font: normal normal normal 18px/30px var(--nexgen-font-family-body);
  color: #000000;
}
h1 {
  color: #ffffff;
  font: normal normal normal 48px/59px var(--nexgen-font-family-regular);
}

h2 {
  font: normal normal normal 24px/30px var(--nexgen-font-family-headings);
  margin-bottom: 20px;
}
.leader-right h2 {
  font: normal normal normal 28px/48px var(--nexgen-font-family-medium);
  margin-bottom: 20px;
}
.company h2 {
  margin-bottom: 40px;
}
.solutions h2 {

}
.company p {
  margin-bottom: 30px;
}

h3 {
  font: normal normal normal 20px/48px var(--nexgen-font-family-headings);
}
.container-960, 
.company main, 
.locations main, 
.services-inner main,
.solutions main,
.training-and-events main,
.leadership main,
.careers main,
.news main,
.privacy main
{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.container-1200,
.vendors main 
{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* MAIN MENU */
.container-header .navbar-toggler {
    color: #FFFFFF;
    cursor: pointer;
    border: none;
}


  .container-nav li.level-1.deeper.parent:hover > ul,
  .container-nav li.level-2.deeper.parent:hover > ul {
    display:block !important;
  }
  .container-nav li.level-1.deeper.parent:hover > ul {
    background-color: var(--nexgen-color-primary-opacity);
    left: 0;
  }

.container-nav li.level-2.deeper.parent > ul {
  background-color: var(--nexgen-color-blue);
}
.container-nav li.level-1.deeper.parent:hover > ul a {
  color: #FFFFFF;
}
.grid-6 {
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: center;
}

@media (max-width: 1200px) {
  .grid-6 {
      grid-template-columns: auto auto auto auto auto;
  }
}
@media (max-width: 1000px) {
  .grid-6 {
      grid-template-columns: auto auto auto auto;
  }
}
@media (max-width: 800px) {
  .grid-6 {
      grid-template-columns: auto auto auto;
  }
}
@media (max-width: 600px) {
  .grid-6 {
      grid-template-columns: auto auto;
  }
}
@media (max-width: 400px) {
  .grid-6 {
      grid-template-columns: auto;
  }
  .grid-container {
      grid-gap: 20px;
  }
}
.grid-6.vendors {
  margin-top: 50px;
}
.grid-container {
    display: grid;
    grid-gap: 50px;
    margin-top: 2em;
}
button.mm-collapsed {
  display: none !important;
}

.navbar-brand img {
  min-height: 60px;
  min-width: 80px;
}
.metismenu.mod-menu .metismenu-item {
  font: normal normal normal 16px/19px var(--nexgen-font-family-headings) !important;
  text-transform: uppercase;
}
.metismenu.mod-menu .metismenu-item:hover {
  background-color: var(--nexgen-color-primary);
  color: #FFFFFF;
}
.metismenu.mod-menu .metismenu-item.level-2:hover {
  background-color: var(--nexgen-color-blue);
  color: #FFFFFF;
}
.metismenu.mod-menu .metismenu-item {
  padding: 1.9em 25px;
}
.metismenu.mod-menu .mm-collapse .metismenu-item {
  padding: 1.3em 25px;
}
.metismenu.mod-menu .mm-collapse > li.parent > ul {
    position: absolute;
    left: 180px;
}
.metismenu.mod-menu .metismenu-item.active > a, .metismenu.mod-menu .metismenu-item.active > button,
.metismenu.mod-menu .metismenu-item > a:hover,
.metismenu.mod-menu .metismenu-item > button:hover {
  text-decoration: none;
}
.metismenu.mod-menu .mm-collapse > li.parent > ul {
    position: absolute;
    left: 192px;
}
.metismenu.mod-menu .mm-collapse > li.parent > ul {
    margin-top: 0;
}
.metismenu.mod-menu .metismenu-item:hover {
    background-color: var(--nexgen-color-primary-opacity);
    color: #FFFFFF;
}
.metismenu.mod-menu .mm-collapse .metismenu-item, .metismenu.mod-menu .metismenu-item {
    padding: 0;
}
.metismenu.mod-menu .metismenu-item a {
    padding: 1.9em 25px;
}
.metismenu.mod-menu .metismenu-item.level-2 a {
    padding: 1.2em 25px;
}
.header-wrapper {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 100%;
    z-index: 50000;

}
.container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
  color: #FFFFFF!important;
}
.header {

}
.header .row {
  flex-wrap: nowrap !important;
  width: 100%;
  margin-right: 0;
  
}
.container-header {
  border-bottom: 1px solid #707070;
  --gutter-x: 0;
  padding-right: calc(var(--gutter-x) * 0.5) !important;
  padding-left: calc(var(--gutter-x) * 0.5) !important;
}
.container-header .navbar-brand {
  padding-top: 9px;
  padding-bottom: 9px;
}
.container-header .container-nav {
  margin: 0 auto;
  padding: 0;
}
.header .row .left {
  width: 20%;
  display: flex;
}
.header .row .middle {
  width: auto;
  display: flex;
}
.header .row .right {
  width: 20%;
  display: flex;
  padding-right: 0;
  margin-right: -9px;
}
#navbarSupportedContent {

}


.header .middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navbar {

}
.container-header .container-search {
  margin-top: 0 !important;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}


button.shop {
  text-align: center;
  font: normal normal normal 16px/19px var(--nexgen-font-family-headings);
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0.5rem 0.6rem 0.6rem;
  background-color: #012169;
  border-color: var(--nexgen-color-blue);
}
.icon-search.icon-green {
  color: #FFFFFF;

}
.container-header .container-search {
  display: flex;

}
.icon-green {
  color: var(--nexgen-color-primary);
  font-size:0;
}
.icon-search {
  padding-right: 30px;
  position: relative;
  top: 2px;
}
.icon-search::before {
  font-size: 19px;
}
.icon-menu {
  font-size: 32px;
  color: var(--nexgen-color-primary);
}

.vcenter-parent {
  display: flex;
  height: 100%;
}
.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container-below-top {
  /* search form */
  display: none;
}
.mod-finder__search {
  justify-content: center;
}
.awesomplete > input {
  max-width: 100%;
  width: 100%;
}
.awesomplete {
    display: inline-block;
    position: relative;
    width: 100%;
}
.form-control {
  border: 1px solid #006747;
}
.header-title {
  width: 100%;
  text-align: center;
  padding-top: 1.5em;
}
.container-banner {
  
}
.container-banner {
    display: block;
    margin: 0 0 ;
}
#main {
  margin-top: 80px ;
}
.home #main {
  margin-top: 0 ;
}
.com-content-category-blog {
  max-width: 1200px;
  margin:0 auto;
}
.container-banner .banner-overlay {
  background-attachment: inherit;

}
.container-banner .banner-overlay .overlay {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  background-color: hsla(0, 0%, 0%, 0.63);
}
.container-banner .banner-overlay {
  max-height: 350px;
  background-attachment: inherit;
}

@media (max-width: 1400px) {
.icon-search {
    padding-right: 15px;
  }
  .metismenu.mod-menu .metismenu-item {
      padding: 0;
  }
  .metismenu.mod-menu .metismenu-item a {
      padding: 1.9em 15px;
  }
  .header .row .right {
    margin-right: 0;
  }
  .container-header {
      --gutter-x: 1em;
      padding-right: calc(var(--gutter-x) * 0.5) !important;
      padding-left: calc(var(--gutter-x) * 0.5) !important;
  }
}
@media (max-width: 1199px) {



  .container-header .container-search {
      justify-content: flex-start;
  }
  .navbar {
    position: absolute;
    top: 15px;
  }
  .navbar-collapse {
    position: relative;
    top: 20px;
    background: #FFFFFF;
    width: 100%;
    border: 1px solid #FEFEFE;
    box-shadow: 4px 4px 3px #666666;
  }
  .navbar-collapse li {
    
  }
  #navbarSupportedContent {
    justify-content: center !important;
  }
  .header .row {
    width: auto;
  }
  
  .header .row .left {
    width: auto;
    min-width: 86px;
    z-index: 1000000;
  }
  .header .row .middle {
    width: 100%;
  }
  .header .row .right {
    width: auto;
    min-width: 176px;
  }
  .icon-search {
    padding-right: 10px;
  }
}
@media (max-width: 1051px) {

  .overlay .container-960
   {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.breadcrumbs {
  margin-bottom: -30px;
}
.breadcrumb {
    margin-bottom: 0;
    /*background-color: hsla(0, 0%, 0%, 0.03);*/
    background-color: transparent;
}
/*pagination*/
.page-link, .disabled > .page-link {
  background-color: var(--nexgen-color-primary);
  color: #FFFFFF;
}
.page-link.active, .active > .page-link {
    z-index: 3;
    color: #FFFFFF;
    background-color: var(--nexgen-color-tertiary);
    border-color: var(--pagination-active-border-color);
}

.com-content-article h1 {
  margin-bottom: 30px;
}
.page-link:hover {
    color: #FFFFFF;
    background-color: var(--nexgen-color-tertiary);
}

.page-link:focus {
    z-index: 3;
    color: #FFFFFF;
    background-color: var(--nexgen-color-tertiary);
    outline: 0;
    -webkit-box-shadow: var(--pagination-focus-box-shadow);
    box-shadow: var(--pagination-focus-box-shadow);
}

/* HOME PAGE */
:root {
  --nexgen-home-banner-height: calc(100vh - 85px);
}
.owl-carousel-ng {
  width: 100%;
}
.owl-carousel-ng .item {
  
}
.owl-carousel-ng .item1 {
  //background: linear-gradient(180deg, #000000 0%, #EFEDED00 100%), url("/images/banners/IndustrialHeating2.png");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
  height: 100%;

}
.owl-carousel-ng .item2 {
  //background: linear-gradient(180deg, #000000 0%, #EFEDED00 100%), url("/images/banners/passive-logic-yorkland-1920x1080.jpg");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
  height: 100%;
}
.owl-carousel-ng .item1 .banner-content, 
.owl-carousel-ng .item2 .banner-content {
  background-color: rgba(0, 0, 0, 0.7);
}
.owl-carousel .owl-item img {
    width: auto !important; 
}
.owl-carousel-ng .owl-controls {
  margin: 0 !important;
  width: 100%;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: transparent !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}
.owl-carousel-ng .owl-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);width: 100%;
}
.owl-carousel-ng .owl-nav .owl-prev {
  position: absolute;
  left: 20px;
}
.owl-carousel-ng .owl-nav .owl-next {
  position: absolute;
  right: 20px;
}
.owl-carousel-ng .owl-stage-outer 
body.home .container-960 {
  max-width: 1200px;
  margin: 0 auto;
}
body.home .container-banner {
  hax-height: 100vh;
}
body.home .container-banner .banner-overlay {
  height: inherit;
  background-attachment: inherit;
  max-height: inherit;
  color: hsl(0, 0%, 100%);
  background-repeat: no-repeat;
  background-position: top, center;
  background-size: cover;
  padding-bottom: 60px;
}
body.home .container-banner .banner-overlay .overlay {
  text-align: center;
  padding: 0;
  position: relative;
  justify-content: normal;
}
body.home .banner-content {
  width: 100%;
  z-index: 20;
  //height: var(--nexgen-home-banner-height);
  min-height: 800px;
  background: #00000063;
}

.home h1 {
  font: normal normal normal 67px/82px var(--nexgen-font-family-headings);
  padding-bottom: 30px;
  padding-top: 200px;
}
.home .overlay p {
  font: normal normal normal 20px/24px var(--nexgen-font-family-regular);
  padding-bottom: 40px;
}
.home-wrapper-icon img {
  padding-bottom: 10px;
  max-height: 50px;
}
.home-wrapper-button {
  width: 100%;
  padding-bottom: 100px;
}
.home-wrapper-button .btn {
 width: 285px;
 margin:15px 15px;
 font: normal normal normal 20px/24px var(--nexgen-font-family-regular);
}
.home-wrapper-icon {
  display: none;
  margin: 0 auto;
}
.home-wrapper-icon div {
  padding-bottom: 30px;
}
.home-bottom-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 100000;
}
.home-bottom-section {
  
  width: 100%;
  
}
.home-modules-wrapper {
  background: #01216935 0% 0% no-repeat padding-box;
  width: 100%;
  padding: 40px 0 20px;
}
.home-wrapper-button .right {
  text-align: left;
}
.home-wrapper-button .left {
  text-align: right;
}
.home-modules {
  margin: 0 auto;
  min-height: 145px;
}
.home-modules h3 {
  font: normal normal normal 20px/24px var(--nexgen-font-family-medium);
}
.home-modules h4, 
.home-modules .ebm-event-link,
.home-modules .up-event-item {
  font: normal normal normal 16px/19px var(--nexgen-font-family-book);
}
.home-modules .ebm-event-date {
  font: normal normal normal 16px/19px var(--nexgen-font-family-body);
}

.home-modules .inner {
  max-width: 325px;
}
.home-modules .ebm-event-date {
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.home-modules .ebm-event-link, .home-modules .newsflash-title a {
  color: #FFFFFF;
  text-decoration: none;
} 

.mod-articlesnews__item ul.fields-container {
  list-style:none;
  padding-left: 0;
  margin-bottom: 0;
}
.mod-articlesnews__item ul.fields-container li {
  padding-bottom: 0px;
}
.main-bottom.com-content-category-blog {
  width: 100%;
  margin-bottom: 5vh;
}
.home-explore {
  background: #F2F4FA 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #000000;
}
.home-explore {
  min-height: 50px;
  display: none;
}
.home-explore .row {
  min-height: 50px;
}
.home-explore .text {
  font: normal normal normal 16px/29px var(--nexgen-font-family-medium);
}
body.home .home-modules-wrapper {
  text-align: left;
}
.com-content-article__body img {
  margin-bottom: 30px;
}
.com-content-article__body h3 {
  font: normal normal normal 20px/32px var(--nexgen-font-family-headings);
  margin-bottom: 25px;
}
/* HOME SOLUTIONS */

.blog-items {
    display: grid;
    margin: 0 0 2em;
    grid-auto-flow: row;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
  }
.home .com-content-category-blog__items {
  margin-bottom: 38px;
}
.blog-item {
  width: 375px;
  height: 375px;
  margin: 0 auto;
}
.solutions-item-content {
  height: 375px;
  position: relative;
  border-radius: 5px;
}
.solutions-item-top {
  height: 375px;
  border-radius: 5px;
}
.solutions-item-bottom {
  display: none;
}
.solutions-item-top .item-top-inner {
  position: absolute;
  bottom: 0;
  background: #006747 0% 0% no-repeat padding-box;
  opacity: 0.9;
  height: 125px;
  width: 100%;
  padding-left: 2rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.solutions-item-top h2 a, .solutions-item-top h2 {
  font: normal normal normal 20px/24px var(--nexgen-font-family-regular);
  letter-spacing: 0px;
  color: #FFFFFF;
  padding-top: 20px;
  width: 283px;
}
.home-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #074F3E 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  text-align: center;
  border-bottom-right-radius: 5px;
}
.home-arrow i {
  width: 100%;
}
.home-arrow a {
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
}
.solutions-item-top:hover {
  background: #012169 0% 0% no-repeat padding-box;
  opacity: 0.85;
  border-radius: 5px;
}
.solutions-item-top:hover .item-top-inner {
  background: #012169 0% 0% no-repeat padding-box;
  opacity: 1;
}
.solutions-item-top:hover .solutions-item-bottom {
  display: inline-block;
  position: absolute;
  top:0;
  border-radius: 5px;

}
.solutions-item-top hr.solution-border {
  display: none;
}
.solutions-item-top:hover hr.solution-border {
  display: block;
  border-top: 3px solid #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: -20px;
  width: 90%;
  left: 2rem;
  opacity: 1;
}
.solutions-item-top:hover .home-arrow {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #012169;
}
.solutions-item-bottom .field-value {
  color: #FFFFFF;
  font: normal normal normal 20px/28px var(--nexgen-font-family-light);
}
.solutions-7 .solutions-item-bottom .field-value {
  font: normal normal normal 28px/40px var(--nexgen-font-family-light);
}
.solutions-12 .solutions-item-bottom .field-value {
  font: normal normal normal 16px/24px var(--nexgen-font-family-light);
}
.solutions-item-top:hover .home-arrow a {
  color: #012169;
}
.solutions-item-top ul.fields-container li {
  padding: 40px 30px 20px 0;
}

.view-all-solutions, .view-all-solutions:visited {
  background: #012169 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  width: 100%;
  text-align: center;
  font: normal normal normal 24px/29px var(--nexgen-font-family-body);
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 23px;
}
a .view-all-solutions  {
  color: #FFFFFF;
}
.view-all-solutions:hover, .view-all-solutions:active {
  background: #074F3E 0% 0% no-repeat padding-box;
}
a .view-all-solutions:hover {
  color: #FFFFFF;
}

/* HOME SUPPLIERS */
.home .container-bottom-a {
  background: #F2F4FA 0% 0% no-repeat padding-box;
}
.container-bottom-a {
  margin: 0 auto 6vh auto;
}
.bottom-a  {
  margin: 0 auto;
}
.container-bottom-a h3 {
  font: normal normal normal 32px/56px var(--nexgen-font-family-headings);
  text-align: center;
  padding: 30px 0px 60px 0;
}
#mod-lgx-logoslider146 .lgx-logo-img .lgx-logo {
    max-width: 160px !important;
}
#mod-lgx-logoslider146.logo-nav-img .lgx-logoslider .owl-controls .owl-nav [class*=owl-] {
    background: transparent !important;
}
.all-suppliers {
  text-align: center;
  padding: 60px 0;
}
.btn {
  border-radius: 5px;
}
.btn-blue {
  background: #012169 0% 0% no-repeat padding-box;
  opacity: 1;
}
.btn-blue:hover {
  background: #074F3E 0% 0% no-repeat padding-box;
}
.btn-blue a {
  padding: 20px 15px;
  color: #FFFFFF;
  font: normal normal normal 20px/24px var(--nexgen-font-family-regular);
}
.btn-red {
  background: #FF0000 0% 0% no-repeat padding-box;
}
a .btn-red {
  color: #FFFFFF;
}
.btn-red:hover {
    color: var(--btn-hover-color);
    background-color: var(--nexgen-color-tertiary);
    border-color: var(--btn-hover-border-color);
}
.btn-primary:hover {
    color: var(--btn-hover-color);
    background-color: var(--nexgen-color-blue);
    border-color: var(--btn-hover-border-color);
}
.container-bottom-b .associations {
  margin: 0 auto;
  background-color: var(--nexgen-color-grey1);
}
.container-bottom-b .mod-lgx-logoslider {
  max-width: 1400px;
  margin: 0 auto !important;
}
.bottom-b {
  margin: 0 auto;
}
.container-bottom-b h3 {
  font: normal normal normal 32px/56px var(--nexgen-font-family-headings);
  text-align: center;
  padding-bottom: 20px;
}
.shop-all-products {
  text-align: center;
  padding: 40px 0 80px 0;
}
.container-component {
  margin-bottom: 40px;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--btn-active-color);
    background-color: #012169;    
    border-color: var(--btn-active-border-color);
}

/* COMPANY PAGE */


.services .category-desc {
  padding-bottom: 20px;
}
/* LEADERSHIP PAGE */
.leadership.row {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 0.5px solid #A6A6A6;
}
.leader-title {
  font: normal normal normal 24px/40px var(--nexgen-font-family-medium);
  color: #012169;

}
.leadership.row p {
  font: normal normal normal 18px/26px var(--nexgen-font-family-book);
}
.leader-right {
  padding-left: 60px;
}


/* LOCATIONS PAGE */
.province {
  font: normal normal normal 24px/48px var(--nexgen-font-family-headings);
  color: #012169;
  padding-left: 0.3em;
}
.cities.row {
    display: grid;
    margin: 0 0 2em;
    grid-auto-flow: row;
    grid-gap: 0.5em;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.city {
  margin-bottom: 50px;
}
.city-name {
  font: normal normal normal 20px/48px var(--nexgen-font-family-headings);
  color: #074F3E;
  margin-bottom: 10px;
}
.city p {
  font: normal normal normal 18px/30px var(--nexgen-font-family-book);
  margin-bottom: 0;
}

/* CAREERS PAGE */
.careers a {
  text-decoration: none;
}

/* SOLUTIONS PAGE */
.solutions .category-desc {
  padding-bottom: 20px;
}
form h2 {
  font: normal normal normal 32px/44px var(--nexgen-font-family-medium)
}
fieldset.form-columns-0 >div > div {
  max-width: 600px;
  font: normal normal normal 18px/24px var(--nexgen-font-family-book);
  margin: 0 auto;
}
.solutions .solutions-item-top .item-top-inner {
  position: absolute;
  bottom: 0;
  background: #006747 0% 0% no-repeat padding-box;
  opacity: 0.9;
  height: 75px;
  width: 100%;
  padding-left: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  
}
.solutions .solutions-33 .solutions-item-top .item-top-inner {
  background: #012169 0% 0% no-repeat padding-box;
  opacity: 0.9;
}
.solutions .solutions-33 .home-arrow {
  background: #012169 0% 0% no-repeat padding-box;
  opacity: 1;
}
.solutions .blog-items {
    display: grid;
    margin: 0 0 90px;
    grid-auto-flow: row;
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  }
.solutions .home-arrow {
  height: 100%;
  width: 75px;
}
.solutions .home .com-content-category-blog__items {
  margin-bottom: 38px;
}
.solutions .blog-item {
  width: 450px;
  max-width: 90vw;
  height: 200px;
  margin: 0 0 5px;
}
.solutions .solutions-item-content {
  height: 200px;
  position: relative;
  border-radius: 5px;
}
.solutions .solutions-item-top {
  height: 200px;
  border-radius: 5px;
}
.solutions  .solutions-item-top:hover {
    background: none;
    opacity: 1;
    border-radius: 5px;
}

.solutions .solutions-item-top .item-top-inner:hover {
  background: #D86706 0% 0% no-repeat padding-box;
  opacity: 0.9;
}
.solutions .solutions-item-top:hover .item-top-inner {
  background: #D86706 0% 0% no-repeat padding-box;
  opacity: 0.9;
}
.solutions .solutions-item-top:hover .home-arrow {
    background: #984B0A 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #FFFFFF;
    /*color: #012169;*/
}
.solutions-item-top:hover .home-arrow a {
    color: #FFFFFF;
}
.solutions_bottom {
  font: normal normal normal 24px/36px var(--nexgen-font-family-headings);
}
.solutions .container-bottom-a {
  background: transparent;
}

.intelligent-water main .row div {
  text-align: center;
  margin: 0 auto;
}
.solutions .bottom-page {
  font: normal normal normal 24px/36px var(--nexgen-font-family-medium);
  margin-top: 80px;
  margin-bottom: 60px;
}
.additional-links {
  font: normal normal normal 20px/48px var(--nexgen-font-family-medium);
}


/* TRAINING AND EVENTS */
.et-item {
  background: #F4F4F4 0% 0% no-repeat padding-box;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.et-item .left {
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  padding: 0 !important;
}
.et-item .image-wrapper {
  height: 236px;
  max-height: 236px;
  width: 100%;
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;

  border-radius: 10px;
}
.top-level .et-item .image-wrapper {
  height: 150px;
}
.et-item .left img {

  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.et-item .right {
  padding-left: 20px;
  padding-right: 20px;
}
.et-item h2 a {
  font: normal normal medium 24px/48px var(--nexgen-font-family-headings);
  color: #000000;
}
.et-item p {
  font: normal normal normal 16px/24px var(--nexgen-font-family-book);
}
.et-item button {
  text-align: center;
  font: normal normal normal 11px/14px var(--nexgen-font-family-body);
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 5px 10px;
}
.et-item .details {
  font: normal normal normal 16px/26px var(--nexgen-font-family-book);
  padding-bottom: 15px;
}
.eb-taskbar li {
  text-align:center;
  float: none !important;
}
.eb-taskbar li a {
  width: 100%;
}
.eb-individual-registration-button {
  background-color: var(--nexgen-color-dark-red);
  border-color: var(--nexgen-color-dark-red);
}
a.eb-register-button, a.eb-colorbox-invite {
  font: normal normal normal 14px/17px var(--nexgen-font-family-body);
  padding-top: 5px;
  padding-bottom: 5px;
}
a .training-return {
  color: #FFFFFF;
  width: 100%;
  font: normal normal normal 20px/24px var(--nexgen-font-family-body);
}
#eb-categories .eb-description, #eb-event-page .eb-description, #eb-events .eb-description {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.pagination__wrapper {
  margin: 0 auto;
}

/* Articles if title is showing */
main h1 {
  color: #000000;
}


/* FOOTER */
.footer {
  background-color: var(--nexgen-color-grey1);
  color: var(--nexgen-color-black);
  background-image: none;
  margin-top: 0 !important;
}

.footer .grid-child {
  align-items: start;
  display: grid;
  grid-auto-flow: row;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
}
.footer p {
  font: normal normal normal 16px/19px var(--nexgen-font-family-body);
  margin-bottom: 10px;
}
.footer-title {
  font: normal normal normal 18px/24px var(--nexgen-font-family-bold);
  padding-bottom: 20px;
}
.footer ul {
  list-style:none;
  padding-left: 0;
}
.footer ul li {
  padding-bottom: 10px;
}
.footer ul li a {
  font: normal normal normal 16px/19px var(--nexgen-font-family-body);
  text-decoration: none;
  color: #000000;
}
span.social{
  padding-right: 20px;
}
p.social {
  padding-top: 20px;
}
.footer-bottom {
  background-color: var(--nexgen-color-primary);
  color: #FFFFFF;
  display: flex;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  justify-content:center;
  padding-top: 20px;
  padding-bottom: 20px;

}
.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
  font: normal normal normal 14px/17px var(--nexgen-font-family-headings);
}
.footer-bottom-items {
      
}



/*==== HUBSPOT FORMS ====*/
/* forms */
.ng-form-heading, .ng-form-heading h1 {
      color: #ffffff;
}
form {
   /* max-width: 800px;*/
  max-width: 100%;
  margin:auto;
}
form .legal-consent-container .hs-richtext  {
  color: #ffffff;
}
form a {
  color: #dddddd;
}
form.hs-form.stacked {
background-color: #074f3e;
  border-radius: 15px;
  padding: 50px 100px;
  width: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  form.hs-form.stacked {
    width: 100%;
    padding: 50px 10px; 
  }
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #a4bf39;
  border-color: #a4bf39;
  color: #006747;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 53px;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
}
.hubspot-link__container {
  padding-top: 20px;
}
.hs-button:hover, .hs-button:focus {
  color: #FFFFFF;
}
.hs-button:active {

}
.hs-form label {
  font-size: 1rem;
  color: #FFFFFF;
  display: block;
  float: none;
  width: auto;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #ffffff;
}
.hs-input, #hs-pwd-widget-password {
    -webkit-appearance: none;
  background: #ffffff;;
  padding: 0.46428571em;
  border-radius: 6px;
  border: 1px solid #ececec;
  display: inline-block;
  width: 100%;
  line-height: 22px;
  color: #666666;
      transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}
.hs-input[type=radio],
[type=checkbox]{
  position: relative;
  background: none;
  border: 1px solid #d3d3d3;
  width: 1.857rem !important;
  height: 1.857rem;
  border-radius: 50%;
  margin-right: 0.464rem;
}
.hs-input[type=radio]:hover,
[type=checkbox]:hover {
    border-color: #4a90e2;
  cursor: pointer;
}
.hs-input[type=radio]:checked {
  background-color: #4a90e2;;
}
.hs-input[type=radio]:checked:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #4a90e2;;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  opacity: 0;
  left: 0;
  top:0;
  animation: pulse .4s ease forwards;
}
.hs-input[type=radio]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 34%;
  top: 32%;
  background-color: #fff;
  border-radius: 50%;
}
[type=checkbox] {
  text-align: center;
  border-radius: 6px;
}
[type=checkbox]:checked {
  border-color: #4a90e2;
  background: #4a90e2;
}
[type=checkbox]:checked:before {
  content: '';
  left: 0;
  border-radius: 6px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #4a90e2;;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
[type=checkbox]:checked:after {
  content: "L";
  transform: rotateY(180deg) rotateZ(-45deg);
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 2px;
  font-weight: 700;
}
.hs-input:-moz-placeholder {
  color: #bfbfbf;
}
.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.hs-input input,
.hs-input textarea, #hs-pwd-widget-password  {
  transition: border 0.2s linear;
}
.hs-input:focus, #hs-pwd-widget-password:focus  {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: 110px;
}

select[multiple].hs-input {
  height: inherit;
}
.hs-fieldtype-select div.input {
  position: relative;
}
.hs-fieldtype-select div.input:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f039";
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  font-size: 15px;
  pointer-events: none;
  padding: 0 13px;
  border-left: 1px solid #ececec;
  padding-top: 6px;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
  max-width:800px!important;
  margin-right:0px;
}
fieldset.form-columns-0,fieldset.form-columns-1,fieldset.form-columns-2,fieldset.form-columns-3  {
  max-width:800px!important;
margin-right:0px;}
fieldset.form-columns-1 div.input,fieldset.form-columns-2 div.input,fieldset.form-columns-3 div.input  {
margin-right:0px!important;}
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}
.actions {
  padding: 0;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}
ul.no-list {
  list-style: none;
}
.field {
  margin-bottom: 30px;
}
.hs-field-desc {
    color: #ffffff;
  margin: 0px 0px 6px;
  font-size: 14px;
}
.hs-form-required {
  color: #FFFFFF;
  padding-left: 5px;
}
.hs-richtext {
  margin-bottom: 3px;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}
.grecaptcha-badge {
  margin: 0 auto;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {

}

#hs-pwd-widget-password {padding:10px;height: 42px!important;margin-bottom:10px!important;}

fieldset.form-columns-2 .hs-form-field:last-child, fieldset.form-columns-3 .hs-form-field:last-child  {
  padding-left: 30px;
 }
 fieldset.form-columns-3 .hs-form-field:first-child  {
  padding-right: 30px;
 }

@media (max-width: 767px) {
  fieldset.form-columns-2 .hs-form-field:last-child, fieldset.form-columns-3 .hs-form-field:last-child  {
    padding-left: 0px;
  }
  fieldset.form-columns-3 .hs-form-field:first-child  {
    padding-right: 0px;
  }
}
.hs-richtext {
  color: #FFFFFF;
  padding-bottom: 30px;
}

fieldset.form-columns-2 .hs_firstname .input, fieldset.form-columns-2 .hs_phone .input {
  margin-right: 20px!important;
}

/*****************************************************************************
** MOBILE **
*****************************************************************************/

@media (max-width: 1400px) {

}
@media (max-width: 1199px) {
  button.mm-collapsed {
    display: flex !important;
  }
  .metismenu.mod-menu li.level-2  button {
    padding-right: 20px !important;
  }
  .metismenu-item.level-2 {
    
  }
  .metismenu.mod-menu .mm-toggler
  .metismenu.mod-menu .mm-collapse .metismenu-item.level-2 a {
    padding-left: 50px;
  }
  .metismenu.mod-menu .mm-collapse .metismenu-item.level-3 a {
    padding-left: 70px;
  }
  .container-header .metismenu > li.level-1 > ul {
    width: 100%;
  }
  .metismenu.mod-menu .metismenu-item {
      padding: 0;
      border-top: 1px solid #DDDDDD;
      background-color: var(--nexgen-color-primary-opacity);
      color: #FFFFFF;
  }

  .metismenu.mod-menu .metismenu-item a {
    padding: 1em 25px;
    margin: 0;
  }
  .metismenu.mod-menu .metismenu-item > button {
    margin-left: auto;
    margin-right: 20px;
  }
  .metismenu.mod-menu .mm-collapse > li.parent > ul {
      position: relative;
      left: 0;
  }
  .metismenu.mod-menu .metismenu-item.level-2 {

      border-top: 1px solid #DDDDDD;
      border-bottom: 1px solid #DDDDDD;
      background-color: var(--nexgen-color-secondary);

  }
  /*
  .container-nav li.level-1.deeper.parent:hover > ul, .container-nav li.level-2.deeper.parent:hover > ul {
      display: none;
  }
*/


  button.shop {
      font: normal normal normal 12px/19px var(--nexgen-font-family-headings);
  }
  .container-header .container-search {
      margin-top: 0;
  }
  .blog-items, .solutions .blog-items {
    grid-template-columns: auto;
  }
  .blog-item, .solutions .blog-item {
    height: auto;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
  }
  .solutions .solutions-item-top .item-top-inner {
    height: 100px;
  }
  .home-modules-wrapper {
    padding: 20px 1em 0;
    min-height: auto;
  }
  .home-modules {
    margin: 0 auto;
    min-height: auto;
  }
  .home-modules .inner {
    max-width: none;
  }
  .home h1 {
    padding-top: 60px;
  }
  body.home .container-banner .banner-overlay .overlay .top {
      padding: 1em;
  }
  .home-wrapper-icon {
    padding-left: 1em;
    padding-right: 1em;
  }

}

@media (max-height: 1079px) {
  .home-wrapper-button {
      padding-bottom: 20vh;
  }
}


@media (max-width: 768px) {

  .home-wrapper-button .right, .home-wrapper-button .left {
    text-align: center;
  }
  .home h1 {
      font: normal normal normal 48px/58px var(--nexgen-font-family-headings);
  }
  .home-wrapper-button {
      padding-bottom: 6vh;
  }
  .home-wrapper-button .btn {
      width: auto;
  }
  .home-explore {
    /*display: none;*/
  }
  body.home .home-modules-wrapper {
      text-align: center;
  }
  body.home .container-banner, 
  body.home .container-banner .banner-overlay,
  body.home .container-banner .banner-overlay .overlay,
  .owl-carousel-ng, 
  .owl-carousel-ng .owl-item,
  .owl-carousel-ng .banner-content,
  .owl-carousel-ng .item1,
  .owl-carousel-ng .item2  {
      height: auto;
      min-height: inherit;
  }
  body.home .banner-content {
      position: static;

  }
  .home-modules .inner {
    padding-bottom: 20px;
    margin: 0 auto;
  }
  .home-bottom-wrapper {
    position: relative;
  }
  .solutions-item-top h2 a, .solutions-item-top h2 {
      width: auto;
  }

}
@media (max-width: 575px) {
  body.home .banner-content {

  }
  .home-wrapper-button {
      padding-bottom: 0;
  }
  .home-bottom-wrapper {
      //position: relative;
  }
}
@media (max-width: 499px) {
  .shop-online {
    display: none;
  }
}
@media (max-width: 400px) {
  body.home .banner-content {

  }
}