@import "mobile-menu.css";
/* Mobile styles */

@import "forms.css";
/* Form Styles */

@import "print.css";
/* Print Styles */

@import "layouts.css";
/* Page layout styles */

@import "download.css";
/* Download Centre styles */

@import "contact.css";
/* Contact styles */

@import "product-videos.css";
/* Products styles */

@import "footer.css";
/* Footer styles */

@import "lightslider.css";
/* Lightshow */

@import "slideshows.css";
/* Slideshow styles */

@import "products.css";
/* product styles */

@import "megamenu.css";
/* mega menu styles */

@import "menu-accordian.css";
/* mobile accordian styles */

@import "content-accordian.css";
/* Accordian for content pages */

@import "purple-lists.css";
/* css code for the walltite applications */

@import "tiles.css";
/* All Tiles Throughout the site */

body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #333 !important;
  font-family: "Helvetica Neue LT W06_45 Light",
    "Helvetica Neue LT W06_55 Roman", sans-serif !important;
}

html {
  margin: 0;
  padding: 0;
}

p {
  font-size: 1.1rem;
  font-weight: 400 !important;
  color: #333;
}

hr {
  border: 0.5px solid #ccc;
  margin: 20px 0 20px;
}

ul {
  list-style-position: outside;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}

a {
  cursor: pointer;
}

div.menu-header {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

div.menu-tile-header {
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div.menu-header,
div.menu-tile-header {
  font-style: normal;
  font-variant: normal;
  margin: 0;
  padding: 2px 0 5px 0;
}

h1 {
  font-size: 34px;
  line-height: 2.2;
  font-weight: 300;
}

h2, h1.page-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
}

blockquote {
  font-size: 17px;
}

pre {
  font-size: 11px;
}

/* Index Layout */

sup, h3 sup, h2 sup {
  font-size: 0.6em;
}

.pad {
  /* padding-right: 100% !important;
	padding-bottom: 20px !important; */
  display: block;
  float: none;
}

.s-nav a.active {
  font-weight: 800;
  color: #333;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
}

.first-kind {
  color: #333 !important;
}

header {
  position: relative;
}

.main-body {
  margin: 0;
  padding: 0;
  background-color: #7c7c7c;
  font-family: "Helvetica Neue LT W06_45 Light",
    "Helvetica Neue LT W06_55 Roman", sans-serif;
}

/* Attic Page */

.attic-list {
  margin-left: 11px;
  /* padding: 0 0 0 20px; */
}

.attic-list li {
  list-style-position: inside;
}

.attic-list li img {
  padding: 7px 0 0;
  margin: 0;
  width: 4%;
}

/* Header CSS */

.hero-banner {
  clear: both;
  position: relative;
  text-align: center;
  color: white;
}

.hero-banner img {
  display: block;
  margin: 0 auto;
  width: 1200px;
  height: auto;
  max-width: 100%;
}

/* END // HEADER */

/* === The Navigation === */

.nav-placeholder {
  height: 136px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 5200px) {
  .mm {
    display: none !important;
  }
  /* .sub-navigation nav {
    display: inline;
  } */
  .s-nav a {
    color: #65ac1e;
    padding: 5px;
  }
  .s-nav a img {
    padding-right: 10px;
  }
  .hey {
    color: blue;
  }
  .first-kind {
    color: #333 !important;
  }
  .first-kind img {
    display: none;
  }
}

@media only screen and (min-width: 299px) and (max-width: 667px) {
  .d-hide *:not(li:last-child) {
  }
  #search {
  }
}

.fixed {
  position: fixed;
  top: 0;
  width: 96%;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 475px) {
  .fixed {
    position: fixed;
    top: 0;
    width: 90% !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

.icon-container {
  position: relative;
  display: inline-block;
  z-index: 2;
  /* float: left; */
  height: 55px;
  width: 55px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.main-navigation,
.sub-navigation {
  display: block;
  margin: 0 auto;
  padding: 20px;
  max-width: 1160px;
  background-color: #65ac1e;
  z-index: 99;
  font-weight: 600;
}

.main-navigation {
  height: 30px;
  /* min-width: 1160px; */
  padding-top: 30px;
}

.sub-navigation {
  background-color: #fff;
  color: #333;
  height: 15px;
  max-width: 1160px;
  padding-top: 20px;
  border-bottom: 1px solid #f2f2f2;
  z-index: 999;
}

.sub-navigation nav:first-child {
  float: left;
  clear: both;
  color: #333;
}

.sub-navigation nav:last-child {
  text-align: right;
  float: right;
}

.sub-navigation nav:last-child a {
  padding: 0 5px;
}

.sub-navigation nav:first-child a {
  color: #65ac1e;
  padding: 0 10px;
}

.sub-navigation nav:first-child span {
  padding: 0 10px 0 0;
}

.sub-navigation nav:last-child a {
  color: #65ac1e;
}

.main-navigation h4 {
  font-weight: 300;
  font-size: 14px;
}

.main-navigation nav:first-child {
  clear: both;
}

.main-navigation nav:first-child img {
  width: 120px;
  float: left;
  margin-top: -10px;
}

.main-navigation nav:last-child {
  float: left;
  top: -12px;
  position: relative;
  left: 40px;
}

@media only screen and (max-width: 568px) and (min-width: 299px) {
  .main-navigation nav:last-child {
    float: right;
    top: -12px;
    position: relative;
    left: -5px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 299px) {
  .main-navigation nav:last-child {
    float: right;
    top: -12px;
    position: relative;
    left: -5px;
  }
  .sub-navigation .header {
    width: calc(100% - 100px);
  }
  .header.menu-open {
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index:100;
  }
  a.first-kind {
    display: none;
  }
  .main-navigation h4 {
    line-height: 0;
  }
  .main-navigation nav:last-child a {
    text-decoration: underline;
  }
}

.main-navigation nav {
  font-kerning: normal;
  font-size: 15px;
  color: #fff;
}

.main-navigation nav a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 200;
  text-decoration: none;
}

.main-navigation nav:last-child a {
  text-decoration: underline;
  text-transform: capitalize;
  cursor: pointer;
}

.main-navigation nav a:hover {
  transition: 800ms;
}

.top-settings {
  position: relative;
  top: 0px;
  float: right;
  color: #fff;
}

@media only screen and (max-width: 767px) and (min-width: 299px) {
  .top-settings {
    font-size: 0.7em;
    margin: 0;
    right: -10px;
    position: relative;
    top: -20px;
  }
}

.top-settings a {
  padding: 0;
}

.top-settings img {
  width: 10px;
  padding: 0 5px 0 0;
}

.top-navigation {
  float: left;
  clear: both;
  position: relative;
  top: -34px;
  width: 100%;
}

/* === // END === */

.page-bar {
  display: block;
  margin: 0 auto;
  max-width: 94%;
  padding: 20px;
  min-height: 25px;
  height: auto;
  color: #333;
  background: #dcdcdc;
  /* border-bottom: 4px solid #5a9f02; */
  font-size: 10vw;
}

.page-bar h2,
.page-bar h1.page-title {
  font-weight: 100;
  /* font-size: 1.7rem; */
  line-height: 25px;
  margin: 0 20px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.page-bar nav {
  position: relative;
  float: right;
  top: -7px;
  right: -20px;
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
  .fixed {
    width: 95%;
    margin: 0 -1px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 299px) {
  .page-bar nav {
    float: left;
    position: relative;
    top: -8px;
    right: 0;
  }
  .fixed {
    width: 95% !important;
    margin: auto;
  }
  .page-bar h2,
  .page-bar h1.page-title {
    padding: 0;
    margin: 0;
    float: right;
    font-size: 20px;
    display: none;
  }
  #english {
    color: #65ac1e;
  }
  #french {
    color: #65ac1e;
    position: relative;
    /* top: -15px !important; */
    z-index: 999999;
  }
}

@media only screen and (max-width: 5200px) and (min-width: 768px) {
  /* .fixed {
    width: 96.2% !important;
  } */
  /* .new .mega-menu {
    margin-top: 56px;
  } */
}

@media only screen and (max-width: 414px) {
  .page-bar nav {
    font-size: 11px;
    right: 0;
  }
}

@media only screen and (max-width: 375px) {
  .page-bar nav {
    right: 10px;
    font-size: 9px;
  }
}

.page-bar a::before {
  content: "";
  display: inline-block;
  padding: 0px 10px 0;
  margin: -7px 10px 0 0;
  /*margin: 3px 10px 0 0;*/
  position: relative;
  top: 8px;
  left: 2px;
}

.page-bar a:last-child {
  /* color: #333; */
  padding: 30px 23px 30px 13px;
  border: 2px solid #d2f0b8;
  background-color: #67ac1e;
  border-radius: 15px;
  margin-right: 17px;
  color: #fff;
  font-size: 1.2em;
}

.page-bar a:last-child::before {
  background-repeat: no-repeat;
  background: url(../img/mail_white_24dp.svg);
  width: 17px;
  height: 33px;
  position: relative;
  top: 7px;
  /*filter: invert(100%) sepia(66%) saturate(0%) hue-rotate(247deg) brightness(117%) contrast(101%);*/
  background-size: 40px 40px;
}
@media screen and (max-width: 525px) {
  .page-bar a:last-child {
    padding: 30px 3px 30px 1px;
    font-size: 1em;
    margin-right: 0px;
    margin-left: -10px;
  }
  .page-bar a:last-child::before {
    width: 7px;
    height: 33px;
    top: 14px;
    margin-right: 7px;
    background-size: 29px 29px;
  }
}
@media screen and (max-width: 450px) {
  .page-bar a:last-child::before {
    width: 2px;
    height: 21px;
    top: 4px;
    margin-right: 7px;
    background-size: 24px 24px;
  }
  .page-bar a::before {
    margin: 2px 10px 0 0;
  }
}
.page-bar a:first-child::before {
  background-repeat: no-repeat;
  background: url("../img/chat-icon.png");
  width: 2px;
  height: 22px;
  position: relative;
  top: 8px;
}

.page-bar a:first-child {
  color: #333;
  /* font-weight: 600; */
  padding: 0 16px 0 0;
}

.page-bar nav a {
  color: #333;
  /* color: #5a9f02; */
  /* font-weight: 600; */
}

/* Hover Effect Like AG SOLUTONS */

/* 
.page-bar nav a:hover {
	padding: 24px 20px 24px 0;
	background: #fff;
} */

.breadcrumbs {
  /* font-size: 0.8em; */
  margin: 10px 30px 0;
}

.breadcrumbs a {
  color: #5a9f02;
  padding: 0;
  cursor: pointer;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs a:last-child {
  color: #333;
  padding: 0;
}

.breadcrumbs a:last-child::after {
  background: none;
}

.breadcrumbs a:first-child {
  color: #5a9f02;
  padding: 0;
}

.breadcrumbs a::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 22px;
  background-repeat: no-repeat;
  background: url("../img/right-arrow.png");
  padding: 0 8px 0;
  margin: 0;
  position: relative;
  top: 7px;
}

.outer_wr {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.outer_wr::after {
  content: "";
  display: block;
  clear: both;
}

/* @media only screen and (max-width: 768px) {
  .outer_wr {
    background-color: #fff;
    margin: 0 auto;
  }
} */

.btn {
  display: inline-block;
  padding: 11px 40px;
  background: #65ac1e;
  text-decoration: none;
  color: #ffffff;
  width: auto;
  text-align: center;
  margin: 10px 20px 20px 0;
  font-weight: 300;
  font-size: 15px;
  border: 1px solid #65ac1e;
  cursor: pointer;
}

.grey {
  background-color: #dcdcdc;
  border: 1px solid #333;
  color: #333;
}

.clr-row {
  background: #f0f0f0;
  height: 90px;
  font-weight: 300;
}

/* === Type for the site === */

h2 > sub {
  font-size: 0.44em;
  padding: 0;
  position: relative;
  top: -16px;
  line-height: 0;
}

h3 > sub {
  padding: 0;
  position: relative;
  top: -15px;
  line-height: 0;
  margin: 0;
}

@media screen and (max-width: 600px) {
  h2 > sub {
    top: -12px;
    line-height: 0;
  }
  .breadcrumbs {
    font-size: 0.8em;
    margin: 10px 15px 0;
  }
}

/* === Spacers and Such === */

@media screen and (max-width: 600px) {
  .spacer {
    margin: 0 10px 0 10px !important;
    clear: both;
    margin-bottom: 0;
  }
}

.spacer {
  margin: 0 20px 0 20px;
  clear: both;
  margin-bottom: 0;
}

.spacer2 {
  margin: 30px 0 0;
  clear: both;
}

.spacer3 {
  margin: 15px 0 0;
  clear: both;
}

/* === Navigation === */

nav {
  font-kerning: normal;
  font-size: 15px;
}

nav a {
  font-family: Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
}

nav a:hover {
  transition: 500ms;
}

#english {
  display: none;
  color: #65ac1e;
}

#french {
  color: #65ac1e;
  position: relative;
  top: 0;
}

/* ==== END // Navigation === */

@media only screen and (min-width: 299px) and (max-width: 760px) {
  .solution-box .sol-a {
    width: 100%;
    float: left;
  }
  .solution-box .sol-b {
    width: 100%;
    display: inline-block;
  }
  .solution-box h2 {
    line-height: 32px;
  }
  footer li:first-child {
    padding-right: 20px;
    line-height: 25px;
  }
  .footer-sub li:first-child {
    padding-right: 0;
  }
  .install_layout p {
    width: 100% !important;
  }
}

mark {
  background: yellow;
}

mark.current {
  background: orange;
}

.bold-text {
  font-weight: bold;
}

@media only screen and (min-width: 800px) {
  .side-home-p {
    width: 60%;
  }
}

@media only screen and (min-width: 1000px) {
  .side-home-p {
    width: 70%;
  }
}

.install_layout p {
  width: 70%;
}

.home {
  /* display: none; */
  display: inline;
  position: relative;
  top: -20px;
  left: -15px;
}

/* .home.menu-open {
	display: inline;
} */

.mega-menu .layout-finder-list .mobile-header::before {
  display: none !important;
}

.mega-menu .mobile-header:first-child {
  border-bottom: 0px;
}

.mega-menu .mobile-header {
  pointer-events: none;
}

.mobile-header a {
  position: relative;
  top: 5px;
  left: -10px;
  color: #333 !important;
  font-weight: bold;
}

.subheading-link {
  margin-left: 25px;
}

.starter {
  font-weight: bold;
}

/* For the Search Results Page */
.mv-upSearch {
  background: #fff;
  margin-top: -3px;
}

/* Contact Banner */
.contact-banner h2{
  font-size: 1.7em;
  color: #fff;
}
.contact-banner p{
  font-size: 1.4em;
  color: #fff;
}
.contact-banner-r a img {
  display: inline-block;
  vertical-align:middle; 
  height: 60px;
  padding: 10px;
  /*filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(225deg) brightness(109%) contrast(101%);*/
}
.contact-banner {
  box-sizing: border-box;
  min-height: 110px;
  max-width: 1200px;
  background-color: #64ac1e;
  margin: 0px auto;
  padding: 20px 30px 20px 30px;
  color: #fff;
  border: 20px solid white; 
  /*  USING BORDER INSTEAD OF MARGIN: 
      basf-building-solutions, product-videos, and other
      pages require this change because they are
      placed outside of the main content div
  */
}
.contact-flex {
  display: flex;
  min-height: 90px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.contact-banner-l {
  width: 70%;
  max-width: 824px;
  border-right: 2px solid white;
  padding: 0px 20px 0px 0px;
  display: inline-block;
}
.contact-banner-r {
  width: 25%;
  min-width: 260px;
  max-width: 274px;
  padding: 0px 0px 0px 20px;
  display: inline-block;
  /*text-align: center;*/
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  .contact-banner-r {
    min-width: 170px;
    text-align: center;
  }
}

 @media screen and (max-width: 600px) {
  .contact-banner {
    border: 10px solid white;
    padding: 20px 25px 20px 25px;
  }
  .contact-banner h2{
    font-size: 1.5em;
  }
  .contact-banner p{
    font-size: 1.15em;
  }
  .contact-banner-r a img {
    height: 45px;
  }
  .contact-banner-r {
    text-align: center;
    min-width: 150px;
  }
}
@media screen and (min-width: 0px) and (max-width: 450px) {
  .contact-flex {
    flex-wrap: wrap;
  }
  .contact-banner-l {
    width: 100%;
    padding: 0px 0px 20px 0px;
    border-bottom: 2px solid white;
    border-right: none;
    text-align: center;
  }
  .contact-banner-r {
    width: 100%;
    /*margin: 0 auto;*/
    padding: 20px 0px 0px 0px;
  }
}

.contact-banner-r a {
  text-decoration: none;
}
.contact-banner-r a p {
  display: inline-block; 
  vertical-align:middle;
  margin-top: 5px;
  text-align: center;
}

 /*Cookie Banner*/
#onetrust-banner-sdk.otFloatingFlat.ot-bottom-left {
  left: 50% !important;
  right: 50%;
  transform: translate(-50%);
  bottom: 30px;
}

@media screen and (max-width: 835px) {
 	#onetrust-banner-sdk.otFloatingFlat.ot-bottom-left {
    left: 50% !important;
    width: 100%;
    bottom: 0;
    border-radius: 0;  }
}
