@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: AkzidenzGroteskBEReg;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #414343;
}

.row,
.card-deck {
  margin-right: 0px;
  margin-left: 0px;
}

.green {
  background-color: #75aa5c;
}

.lightgreen {
  background-color: #aed25a;
}

.orange {
  background-color: #db6b3f;
}

.grey {
  background-color: #63757d;
}

.black {
  background-color: #000000;
}

.white {
  background-color: #ffffff !important;
  color: #db6b3f !important;
}

#Backdrop {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 140px;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1040;
  pointer-events: none;
  display: none;
}
#Backdrop.visible {
  display: block;
  pointer-events: all;
}

input:focus:focus-visible,
textarea:focus:focus-visible {
  outline: none;
}

#SearchResults h1,
.searchResults h1 {
  padding-left: 0px;
}
#SearchResults li,
.searchResults li {
  margin-bottom: 25px;
}

.threeD-icon {
  width: 3rem;
  margin-right: 5px;
}

@font-face {
  font-family: "AllerRg";
  src: url("../fonts/Aller_Rg.ttf");
  src: url("../fonts/Aller_Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AllerBd";
  src: url("../fonts/Aller_Bd.ttf");
  src: url("../fonts/Aller_Bd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AllerBdIt";
  src: url("../fonts/Aller_BdIt.ttf");
  src: url("../fonts/Aller_BdIt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AllerIt";
  src: url("../fonts/Aller_It.ttf");
  src: url("../fonts/Aller_It.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AllerLt";
  src: url("../fonts/Aller_Lt.ttf");
  src: url("../fonts/Aller_Lt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AllerLtIt";
  src: url("../fonts/Aller_LtIt.ttf");
  src: url("../fonts/Aller_LtIt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBEReg";
  src: url("../fonts/AkzidenzGroteskBE-Regular.ttf");
  src: url("../fonts/AkzidenzGroteskBE-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBEBd";
  src: url("../fonts/AkzidenzGroteskBE-XBdCn.ttf");
  src: url("../fonts/AkzidenzGroteskBE-XBdCn.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBEMd";
  src: url("../fonts/AkzidenzGroteskBQ-Medium.ttf");
  src: url("../fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WebSymbolsRegular";
  src: url("../fonts/websymbols-regular-webfont.eot");
  src: url("../fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/websymbols-regular-webfont.woff") format("woff"), url("../fonts/websymbols-regular-webfont.ttf") format("truetype"), url("../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.ttf");
  src: url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}
@font-face {
  font-family: "SFGrandezzaHeavy";
  src: url("../fonts/SF_Grandezza_Heavy.ttf");
  src: url("../fonts/SF_Grandezza_Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pavanam";
  src: url("../fonts/Pavanam-Regular.ttf");
  src: url("../fonts/Pavanam-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SFGrandezzaMedium";
  src: url("../fonts/SF_Grandezza_Medium.ttf");
  src: url("../fonts/SF_Grandezza_Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.glyphicon {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AllerRg";
  text-transform: uppercase;
}

.h1,
h1 {
  font-size: 5rem;
  padding-left: 5rem;
}
@media only screen and (max-width: 100em) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .h1,
  h1 {
    text-align: center;
    font-size: 2.5rem;
    padding-top: 2rem;
    padding-left: 0;
  }
}

h2,
h3 {
  color: #75aa5c;
  font-family: AllerBd;
}

h2 {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  position: relative;
  font-size: 3rem;
}

h2:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #db6b3f;
  position: absolute;
  bottom: -4px;
  left: 0;
  padding-left: 20px;
}
@media only screen and (max-width: 56.25em) {
  h2:after {
    left: 45%;
  }
}

#Home h2,
.CaseStudies h2,
.about h2 {
  font-size: 3rem;
  margin-bottom: 5rem;
  font-family: AllerBd;
}
#Home h2::after,
.CaseStudies h2::after,
.about h2::after {
  left: 50%;
  transform: translate(-50%, -50%);
}

.caseStudy h2 {
  font-size: 2.5rem;
  margin-bottom: 5rem;
}

.productCategory h2 {
  font-size: 2.5rem;
  margin-bottom: 10rem;
}
.productCategory h2::after {
  left: 50%;
  transform: translate(-50%, -50%);
}

.contactUs h2 {
  font-size: 5rem;
}
@media only screen and (max-width: 56.25em) {
  .contactUs h2 {
    text-align: center;
  }
}
.contactUs .international h2,
.contactUs .contact-nz h2 {
  font-size: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .contactUs .international {
    text-align: center;
  }
}
.contactUs .international h2 {
  margin-left: 15%;
  color: #aed25a;
}
@media only screen and (max-width: 56.25em) {
  .contactUs .international h2 {
    margin-left: 0;
  }
}
.contactUs .international h2::after {
  background: transparent;
}
.contactUs .contactForm h2 {
  font-size: 3rem;
}

.products h2 {
  margin-bottom: 5rem;
  font-family: AllerBd;
}

h3 {
  font-family: AllerBd;
  margin-bottom: 2rem;
  padding-top: 3rem;
  position: relative;
}
@media only screen and (max-width: 56.25em) {
  h3 {
    text-align: center;
  }
}

h3:before {
  content: "";
  width: 50px;
  height: 4px;
  background: #db6b3f;
  position: absolute;
  top: -4px;
  left: 0;
  padding-left: 20px;
}
@media only screen and (max-width: 56.25em) {
  h3:before {
    left: 45%;
  }
}

h3.caseStudy-title:before {
  background: transparent;
}

.productCategory h3::before {
  background: transparent;
}

.caseStudy h3 {
  text-transform: none;
  padding-top: 2rem;
  font-family: AllerBd;
}

#Home .products h3 {
  color: #414343;
}
#Home .products h3:before {
  background: transparent;
}

@media only screen and (max-width: 56.25em) {
  .internat h3,
  .productPage h3 {
    text-align: left;
  }
}
.internat h3:before,
.productPage h3:before {
  left: 0;
}

h4 {
  color: #db6b3f;
  font-size: 1.75rem;
}

.features h4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-family: AllerBd;
}
.features h4::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #75aa5c;
  position: absolute;
  top: 90px;
  left: 0;
  padding-left: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

#About .stuff h4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: AllerBd;
  font-size: 2rem;
}

.cta-inner h4 {
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 5rem;
}

.form-row h4 {
  color: #75aa5c;
  margin-top: 2rem;
}

h5 {
  font-size: 1.75rem;
}

.caseStudy .section_one h5 {
  color: #75aa5c;
  margin-bottom: 0px;
}

a {
  color: #db6b3f;
}
a:hover {
  color: #aed25a;
}
a.orangeButton {
  color: #ffffff;
  padding: 10px;
  display: inline-block;
  background: url(../images/case_study_white.png) 5px 10px no-repeat;
  padding-left: 45px;
  padding-right: 15px;
  background-color: #db6b3f;
}

#Home a {
  color: #414343;
}
#Home a:hover {
  color: #414343;
  text-decoration: none;
}

.read.prodCatalogue {
  width: 300px;
  margin-bottom: 3rem;
}
.read a {
  color: #ffffff !important;
}
.read a:hover {
  color: #ffffff !important;
}

.cta-inner a {
  text-transform: uppercase;
  font-family: "AllerLt";
  font-size: 1.5rem;
}

nav a {
  color: #414343;
}

ul {
  list-style-type: disc;
  padding-left: 18px;
}
ul li {
  display: list-item;
}

ul.main-menu,
ul.link {
  list-style-type: none;
  padding-left: 0;
}
ul.main-menu li,
ul.link li {
  display: block;
}

ol {
  counter-reset: section;
  list-style-type: none;
}
ol li::before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}

:target:before {
  content: "";
  display: block;
  height: 140px; /* fixed header height*/
  margin: -140px 0 0; /* negative fixed header height */
}

.social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1rem;
}
.social-right {
  display: flex;
  align-self: center;
  height: 2.5rem;
}
.social-links {
  display: flex;
  align-self: baseline;
  margin: 0 1rem;
}
.social-links a {
  margin-right: 1rem;
  line-height: 1;
}

.fa {
  align-self: center;
  font-size: 2.5rem;
  color: #75aa5c;
}
.fa:hover {
  color: #aed25a;
}
.fa-search {
  font-size: 2rem;
}
.fa-phone-square {
  margin-right: 0.5rem;
}
.fa-phone-square span {
  align-self: center;
}
.fa-instagram::before {
  font-weight: bold;
}

a.fb,
a.lI {
  font-size: 16px;
}

.fb a,
.lI a,
.fb a:focus,
.lI a:focus,
.fb a:hover,
.lI a:hover,
a.fb,
a.lI {
  background: linear-gradient(#aed25a, #75aa5c) rgba(0, 0, 0, 0);
  padding: 3px 15px 0 10px;
  font-weight: 900;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  margin-left: 5px;
  align-self: baseline;
}

.search-dropdown-icon {
  display: none;
}

.search-bar form fieldset {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.search-bar form fieldset #Form_searchForm_Search_Holder label {
  display: none !important;
}
.search-bar form input.text {
  width: 150px;
  padding: 5px;
  background-color: #f1f1f0 !important;
  color: #414343;
  margin: 0;
  border: none;
  background: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: AllerLt;
  text-align: right;
  line-height: 1.6;
}

#Form_searchForm {
  display: flex;
  justify-content: center;
  align-items: center;
}
#Form_searchFormbtn-toolbar {
  display: block;
}

#Form_searchForm_action_doSearch {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0.2rem 0.5rem !important;
}

.login {
  padding: 0 15px;
  font-size: 1.6rem;
}

@supports (-ms-accelerator: true) {
  .chrome .search-bar form input.action {
    margin-left: 0px;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 5px;
  }
}
@supports (-ms-ime-align: auto) {
  .chrome .search-bar form input.action {
    margin-left: 0px;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 5px;
  }
}
.logo {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 75em) {
  .logo {
    height: auto;
  }
}
.logo-left {
  padding-right: 2rem;
  border-right: 1px solid #414343;
  margin-right: 2rem;
}
.logo-left img {
  width: 114px;
}
@media screen and (max-width: 29.25em) {
  .logo-left img {
    width: 95px;
  }
}
@media screen and (max-width: 25.5em) {
  .logo-left img {
    width: 70px;
  }
}
.logo-right img {
  width: 177px;
}
@media screen and (max-width: 29.25em) {
  .logo-right img {
    width: 139px;
  }
}
@media screen and (max-width: 25.5em) {
  .logo-right img {
    width: 108px;
  }
}
.logo img {
  position: relative;
}

.navbar-brand {
  display: flex;
  align-items: center;
  margin-top: -20px;
}
@media only screen and (max-width: 56.25em) {
  .navbar-brand {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 29.25em) {
  .navbar-brand {
    width: 50%;
  }
}
@media screen and (max-width: 25.5em) {
  .navbar-brand {
    margin-top: 0px;
  }
}

.navbar-brand:hover {
  background-color: #ffffff !important;
}

.right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 60%;
  margin-right: 10rem;
}

@media only screen and (max-width: 75em) {
  .pageHeading {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 56.25em) {
  .pageHeading {
    font-size: 1.75rem;
  }
}

.header {
  border-bottom: 2rem solid #414343;
  padding: 1rem 10rem;
  height: 140px;
  background-color: #ffffff;
}
@media only screen and (max-width: 75em) {
  .header {
    padding: 0;
  }
}
@media only screen and (max-width: 83.125em) {
  .header {
    padding: 1rem 3rem;
  }
}
.header_wrapper {
  margin-top: 140px;
}
@media only screen and (max-width: 770px) {
  .header_wrapper {
    margin-top: 110px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .header_wrapper {
    margin-top: 140px;
  }
}
.header_center {
  width: 70%;
  min-height: 170px;
  -webkit-transform: translate(-3%, 0%);
  -ms-transform: translate(-3%, 0%);
  -moz-transform: translate(-3%, 0%);
  -o-transform: translate(-3%, 0%);
  transform: translate(-3%, 0%);
  background: #75aa5c;
  margin: 0 auto 10rem;
}
@media only screen and (max-width: 56.25em) {
  .header_center {
    width: 80%;
    border-bottom: 1rem solid #db6b3f;
    box-shadow: 0 3rem 0 0 #aed25a;
    -webkit-transform: translate(-3%, 0%);
    -ms-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@media only screen and (max-width: 37.5em) {
  .header_center {
    width: 90%;
    border-bottom: 1rem solid #db6b3f;
    box-shadow: 0 3rem 0 0 #aed25a;
    -webkit-transform: translate(-3%, 0%);
    -ms-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .header_center {
    margin: 1rem auto 10rem;
  }
}
@media only screen and (max-width: 45em) {
  .header_center .col-md-6 {
    text-align: center;
  }
}
.header_center ::after {
  content: "";
}
.header_bar {
  width: 100%;
  min-height: 170px;
  padding: 0 5rem;
  display: flex;
  color: #ffffff;
  border-right: 3rem solid #db6b3f;
  box-shadow: 10rem 0 0 0 #aed25a;
  align-items: center;
  margin-left: -5rem;
  font-size: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .header_bar {
    border-right: 0;
    box-shadow: none;
    margin-left: 0;
  }
}
.header_image img,
.header_image .img {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 83.125em) {
  .header_image img,
  .header_image .img {
    height: 70vh;
  }
}
.header_image_subst {
  width: 1900px;
  height: 700px;
  position: relative;
}
@media only screen and (min-width: 83.125em) {
  .header_image_subst {
    height: 70vh;
  }
}
.header_image iframe {
  width: 100%;
  position: relative;
  vertical-align: middle;
}
.header_image_caption {
  position: absolute;
  top: 70vh;
  right: 0;
  overflow-wrap: break-word;
  width: 10%;
  font-size: small;
  padding-right: 2px;
  text-align: right;
  color: #414343;
}
@media only screen and (max-width: 56.25em) {
  .header_image_caption {
    width: 10%;
    bottom: 41px;
  }
}

.search-bar form input.action {
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
  border: none;
  padding: 5px;
  background: none;
  font-family: "WebSymbolsRegular";
  color: #848484;
  border-radius: 0;
  margin: 0;
  width: 20px;
}

@media only screen and (max-width: 40em) {
  /* Search Form */
  .search-bar {
    /* adds new styling to mobile search bar */
    width: 35%;
    display: none; /* hides searchbar initially */
    margin: 0;
    background-color: #e7e7e7;
    margin-left: -35px;
  }
  .search-dropdown-icon {
    /* styling for search toggle button */
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    font-family: "WebSymbolsRegular";
    font-size: 14px;
    color: #ededed;
    text-align: center;
    line-height: 14px;
    margin-right: 15px;
  }
  .search-bar form {
    margin: 0;
    width: 100%;
  }
  .search-bar div.field {
    margin-bottom: 0;
  }
  .search-bar form input.text {
    max-width: 100%;
    padding: 8px 10% 8px 1%;
    text-indent: 15px;
    position: relative;
    display: block;
    background: #fff;
    font-size: 14px;
  }
  .search-bar form input.action {
    font-size: 18px;
    position: relative;
    right: 0;
    width: 25px;
  }
}
.specifier-login {
  color: #414343;
}

.menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 56.25em) {
  .menu {
    justify-content: space-between;
  }
}
.menu ul {
  list-style: none;
  padding-left: 0px;
}
.menu__main {
  border-top: 2px solid;
}
.menu__main > input[type=checkbox] + .menu__sub {
  display: block;
}
.menu input[type=checkbox] {
  display: none;
}
.menu__sub {
  display: none;
  background-color: #414343;
  margin-left: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.menu__sub:last-child {
  border-bottom: none;
}
.menu__sub .menu__sub .menu__item {
  background-color: #414343;
}
.menu__sub .menu__sub .menu__item:hover {
  background-color: #ffffff;
}
.menu__sub .menu__sub .menu__item a {
  color: #ffffff;
}
.menu__sub .menu__sub .menu__item a:hover {
  background-color: #ffffff;
  color: #75aa5c;
}
.menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.5em;
}
@media only screen and (max-width: 29.25em) {
  .menu a {
    padding-left: 0.5em;
  }
}
.menu__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.menu__item:last-child {
  border-bottom: none;
}
.menu__item.active > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #75aa5c;
}
.menu__item a {
  text-decoration: none;
  color: #ffffff;
  padding: 1.7rem 0 1.7rem 1.5rem;
}
.menu__item a:hover {
  background-color: #414343;
  color: #ffffff;
}
@media only screen and (max-width: 56.25em) {
  .menu__item a:hover {
    background-color: #ffffff;
    color: #75aa5c;
  }
}
.menu__toggle {
  position: relative;
  padding: 1rem 1.5rem;
  background-color: #414343;
  text-transform: uppercase;
  font-family: AllerRg;
  font-size: 1.5rem;
}
.menu .menu__main {
  display: none;
}
.menu #dropdown:checked + .menu__main {
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  background: #414343;
  width: 100%;
  z-index: 1050;
}
.menu span.menu__drop-icon {
  display: none;
}
.menu label.menu__drop-icon {
  background-color: #75aa5c;
  color: #ffffff;
  padding: 1.7rem 2rem;
  margin: -1.3rem 0;
}
.menu input[type=checkbox]:checked + .menu__sub {
  display: block;
  background-color: #ffffff;
}
.menu input[type=checkbox]:checked + .menu__sub a {
  color: #414343;
}
.menu input[type=checkbox]:checked + .menu__sub a:hover {
  color: #75aa5c;
}
.menu input[type=checkbox]:checked + .menu__sub .menu__sub.menu__item:last-child {
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}
.menu input[type=checkbox]:checked + .menu__sub .menu__sub a {
  color: #ffffff;
}
.menu input[type=checkbox]:checked + .menu__sub .menu__sub a:hover {
  color: #75aa5c;
  border: 1px solid #414343;
  border-bottom: none;
  border-right: none;
}

@media only screen and (min-width: 75em) {
  .menu {
    justify-content: space-between;
  }
  .menu__toggle {
    display: none;
  }
  .menu .menu__main {
    display: flex;
  }
  .menu a {
    color: #414343;
    padding: 1rem 1.5rem;
  }
  .menu a:not(.navbar-brand) {
    text-transform: uppercase;
    font-family: AllerRg;
    font-size: 1.5rem;
  }
  .menu span.menu__drop-icon {
    display: inline-block;
  }
  .menu__main {
    display: flex;
    justify-content: flex-end;
    border-top: none;
  }
  .menu input[type=checkbox] {
    display: none;
  }
  .menu label {
    display: none;
  }
  .menu__item {
    position: relative;
    display: block;
    border: none;
  }
  .menu__item:hover > input[type=checkbox] + .menu__sub {
    display: block;
  }
  .menu__item:hover > input[type=checkbox] + .menu__sub span.menu__drop-icon {
    display: inline-block;
  }
  .menu__item:hover > input[type=checkbox] + .menu__sub .menu__drop-icon__left {
    display: none;
  }
  .menu__item:hover > input[type=checkbox] + .menu__sub .menu__drop-icon__right::after {
    content: "▸";
  }
  .menu__sub {
    position: absolute;
    padding: 0px;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
    margin-left: 0px;
  }
  .menu__sub a {
    color: #ffffff;
  }
  .menu__sub a:hover {
    background-color: #75aa5c;
  }
  .menu__sub .menu__sub {
    top: 0;
    left: 100%;
    width: max-content;
    max-width: 12em;
  }
  .menu__sub .menu__sub .menu__item a:hover {
    background-color: #75aa5c;
    color: #ffffff;
  }
  .menu .last .menu__sub {
    left: unset;
    right: 0px;
  }
  .menu .last .menu__sub a {
    position: relative;
    padding-left: 3rem;
  }
  .menu .last .menu__sub .menu__drop-icon__left::before {
    content: "◂";
    position: absolute;
    top: 10px;
    left: 0;
    padding-left: 0.75rem;
  }
  .menu .last .menu__sub .menu__drop-icon__right::after {
    display: none;
  }
  .menu .last .menu__sub .menu__sub {
    right: 12em;
  }
}
@media only screen and (max-width: 72.5em) {
  .loggedin .menu .home {
    display: none;
  }
}
@media only screen and (min-width: 56.25em) and (max-width: 68.75em) {
  .loggedin .menu ul {
    padding-left: 0px;
  }
  .loggedin .menu .navbar-brand {
    margin-right: 0px;
  }
  .loggedin .menu a {
    padding: 1rem 1rem;
  }
}
@media only screen and (max-width: 61.25em) {
  .loggedin .menu {
    justify-content: space-around;
  }
  .loggedin .menu__main {
    display: none;
  }
  .loggedin .menu__toggle {
    display: block;
  }
}
@media only screen and (max-width: 75em) {
  .scrollable-menu {
    overflow: scroll;
  }
}
sup {
  top: -0.4em;
  padding-right: 1px;
  font-size: smaller;
}

section:not(:last-child) {
  padding: 5rem 0;
}
section.cta {
  margin-bottom: 0%;
  padding: 0px;
}

.section-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 56.25em) {
  .section-row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-row {
    width: 90%;
  }
}
.section-left {
  margin-right: 5rem;
  max-width: 45%;
}
@media only screen and (max-width: 56.25em) {
  .section-left {
    max-width: 100%;
    margin-right: 0;
    text-align: left;
    margin-bottom: 4rem;
  }
}
.section-left img {
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 56.25em) {
  .section-left img {
    margin-bottom: 2rem;
  }
}
.section-right {
  margin-left: 5rem;
  max-width: 45%;
}
@media only screen and (max-width: 56.25em) {
  .section-right {
    max-width: 100%;
    margin-left: 0;
    text-align: left;
  }
}
.section-third {
  width: 33.33%;
}

.hidden {
  display: none;
}

.hide {
  visibility: hidden;
}

.center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.content {
  margin-bottom: 10rem;
}

.read {
  background-color: #db6b3f;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.read a {
  color: #ffffff;
  font-family: AllerLt;
  font-size: 1.5rem;
}
.read a i {
  padding-left: 5px;
  font-size: 11px;
  top: 0;
}
.read .arrow {
  padding-left: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
}

.pad10 {
  padding-bottom: 10rem;
}

.newsletter {
  margin-top: -15rem;
}
.newsletter-archive, .newsletter-subscribe {
  width: 70%;
  margin: auto;
}
.newsletter ul li {
  display: flex;
  justify-items: end;
  align-items: center;
  width: 25%;
}

#mc_embed_signup div.mce_inline_error {
  background-color: #db6b3f !important;
}

.container-parentPage {
  width: 80%;
  margin: auto;
}
.container-parentPage .card-deck {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #scrollup a {
    padding: 4px 3px 5px 2px;
    background: #aed25a;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    z-index: 9999;
    color: #db6b3f;
  }
  #scrollup .top:before {
    font-family: "Glyphicons Halflings";
    content: "\e113";
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    display: block;
  }
  #scrollup a,
  #scrollup a:hover {
    text-decoration: none;
  }
}
@media (min-width: 56.25em) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 37.5em) and (max-width: 56.25em) {
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 37.5em) {
  .hidden-sm {
    display: none !important;
  }
}
.addMargin {
  margin-top: 220px !important;
  margin-bottom: 0px !important;
}

.main-landing {
  background-color: #f4f5f5;
  font-size: 2rem;
}

.landing {
  width: 85%;
  margin: auto;
  padding-top: 3rem;
}
@media screen and (max-width: 75em) {
  .landing {
    width: 100%;
  }
}
.landing-header {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 45em) {
  .landing-header {
    justify-content: center;
  }
}
@media screen and (max-width: 45em) {
  .landing-header .logo-fos {
    width: 250px;
  }
}
.landing-infotext {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 75em) {
  .landing-infotext {
    width: 100%;
  }
}
.landing-infotext .brand {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.landing-infotext p {
  width: max-content;
  text-align: center;
  margin: auto;
  padding: 1.5rem 2rem;
  background-color: #75aa5c;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
}
@media screen and (max-width: 48em) {
  .landing-infotext p {
    width: 100%;
  }
}
@media screen and (max-width: 75em) {
  .landing {
    flex-direction: column;
  }
}
.landing hr {
  border-top: 1px solid #838383;
}
.landing-brands {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 62em) {
  .landing-brands {
    width: 100%;
  }
}
.landing-brands-header {
  text-align: center;
  margin-bottom: 4rem;
  padding: 0;
}
.landing-brands-section {
  padding-bottom: 4rem;
}
.landing-brands-partners {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(22rem, 250px), 1fr));
  justify-items: center;
}
.landing .brand {
  min-width: 23rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  scale: 1;
  transition: all 0.2s ease-in-out 0s;
}
.landing .brand:hover {
  scale: 1.02;
}
.landing .brand-logo {
  margin: 1rem;
  display: flex;
  justify-content: center;
}
.landing .brand-logo img {
  max-width: 100%;
  max-height: 135px;
  margin: auto;
  display: block;
}
.landing .brand-profile {
  margin: 25px auto;
}
.landing .brand-profile img {
  width: 100%;
}
.landing .brand-features {
  font-size: 1.4rem;
}

.logo-fos {
  width: 350px;
  margin: 45px auto;
}

.home.main {
  margin-top: -10rem;
}

#Home section:not(:last-child) {
  padding: 5rem 0;
}
#Home .cta {
  margin-bottom: 10rem;
  padding: 0 !important;
}
#Home .caseStudy {
  padding: 0px 15rem 10rem 15rem;
}
@media only screen and (max-width: 56.25em) {
  #Home .caseStudy {
    padding: 0;
  }
}
#Home .caseStudy-title {
  color: #db6b3f;
}
#Home .caseStudy-title::after {
  background-color: transparent;
}
#Home .caseStudy-image img {
  width: 100%;
  padding-bottom: 1rem;
}
#Home .caseStudy-image.image1 img {
  border-bottom: 3px solid #75aa5c;
  border-radius: 2px;
}
#Home .caseStudy-image.image2 img {
  border-bottom: 3px solid #db6b3f;
}
#Home .caseStudy-image.image3 img {
  border-bottom: 3px solid #75aa5c;
}

.home-header_bar {
  padding: 3rem 10rem 3rem 8rem;
}
@media only screen and (max-width: 75em) {
  .home-header_bar {
    padding: 3rem 10rem 3rem 5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .home-header_bar {
    padding: 3rem 5rem;
  }
}
@media only screen and (max-width: 34.25em) {
  .home-header_bar {
    padding: 1rem 2rem;
  }
}
.home-header_bar .home-page-heading {
  font-size: 2.8rem;
  font-family: AllerRg;
  margin-left: 7.5rem;
  line-height: 1.2;
}
@media only screen and (max-width: 75em) {
  .home-header_bar .home-page-heading {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .home-header_bar .home-page-heading {
    font-size: 2rem;
    margin-left: 0;
  }
}
.home-header_bar .cta-btn {
  margin-left: 7.5rem;
  margin-top: 2rem;
  font-size: 1.5rem;
  font-family: AllerLt;
  text-transform: uppercase;
}
@media only screen and (max-width: 56.25em) {
  .home-header_bar .cta-btn {
    margin-left: 0;
  }
}

.features {
  margin-left: 20rem;
  margin-right: 20rem;
}
@media only screen and (max-width: 56.25em) {
  .features {
    margin-left: 0;
    margin-right: 0;
  }
}
.features .card-body {
  position: relative;
}
.features .card-text {
  line-height: 1.7rem;
}
.features .feature img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 62em) {
  .features .feature {
    margin-top: 5rem;
  }
}

.products {
  background-color: #f1f1f0;
  padding: 10rem 0;
}
.products .card-deck {
  padding-left: 20rem;
  padding-right: 20rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .products .card-deck {
    padding-left: 0;
    padding-right: 0;
  }
}
.products .card-text {
  line-height: 1.4;
  font-size: 1.5rem;
}
@media screen and (max-width: 56.25em) {
  .products .card-text {
    text-align: center;
  }
}

.gallery {
  padding-bottom: 0 !important;
}
.gallery img {
  width: 100%;
}
.gallery .column {
  float: left;
  width: 25%;
  padding: 0px;
}
@media only screen and (max-width: 56.25em) {
  .gallery .column {
    width: 50%;
  }
}

#About .about-text-img img:not(:last-of-type) {
  margin-right: 1rem;
}
#About ul {
  padding-left: 2rem;
}
#About .section_one .row {
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 75em) {
  #About .section_one .section-row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 56.25em) {
  #About .section_one .section-row {
    width: 90%;
  }
}
#About .section_one .section-row .section-left img {
  padding-top: 10px;
}
@media only screen and (max-width: 75em) {
  #About .section_one .section-row .section-left {
    margin-right: 0;
    max-width: 50%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 56.25em) {
  #About .section_one .section-row .section-left {
    max-width: 95%;
  }
}
@media only screen and (max-width: 75em) {
  #About .section_one .section-row .section-right {
    margin-left: 0;
    max-width: 50%;
  }
}
@media only screen and (max-width: 56.25em) {
  #About .section_one .section-row .section-right {
    max-width: 95%;
  }
}
#About .section_two {
  background-color: #f1f1f0;
  padding: 10rem 0;
}
#About .section_two .col-md-6:first-child {
  padding-right: 20px;
}
#About .section_two .col-md-6:last-child {
  padding-left: 20px;
}
#About .stuff {
  margin: 10rem auto;
}
#About .stuff-row {
  width: 55%;
  margin: auto;
}
#About .stuff-section {
  width: 100%;
}
@media only screen and (max-width: 56.25em) {
  #About .stuff-section {
    text-align: center;
  }
}
#About .stuff-title {
  margin-bottom: 5rem;
  text-transform: uppercase;
}
#About .stuff .section-row {
  width: 100%;
  margin-bottom: 6rem;
}
#About .stuff img {
  width: 100%;
}
#About .stuff p {
  line-height: 1.3;
}
@media only screen and (max-width: 56.25em) {
  #About .bio {
    text-align: left;
  }
}
@media only screen and (max-width: 56.25em) {
  #About .section-left {
    max-width: 95%;
  }
}
@media only screen and (max-width: 56.25em) {
  #About .section-right {
    max-width: 95%;
  }
}

.caseStudy .section_one .showcase img {
  max-width: 100%;
}
.caseStudy .section_two,
.caseStudy .section_five {
  padding: 10rem 0;
  background-color: #f1f1f0;
}
.caseStudy .imgRow {
  display: flex;
  padding: 0;
}
.caseStudy .imgRow img {
  width: 25%;
}
.caseStudy .section-third:not(:last-child) {
  margin-right: 5rem;
}
.caseStudy .section_six {
  padding: 10rem 0;
}
.caseStudy .section_six .section-row {
  justify-content: normal;
}
.caseStudy .section_six .wrapper {
  width: 70%;
  margin: auto;
}

.case-companyname {
  color: #ffffff;
  padding-left: 5rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.case-companyname::after {
  content: "";
  background: transparent;
}

.attrib {
  display: flex;
}

.attribute {
  display: flex;
  flex-direction: column;
  margin-left: 5rem;
}
.attribute:not(.payback) {
  margin-bottom: 2rem;
}

.caseStudyLink,
.productLink {
  height: 5rem;
  width: 30rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2rem;
  color: #ffffff;
}
.caseStudyLink img,
.productLink img {
  width: 3rem;
}
.caseStudyLink a,
.productLink a {
  color: #ffffff;
  padding-left: 2rem;
}

.caseStudyLink {
  margin-right: 2rem;
}

.CaseStudies img {
  width: 100%;
}
.CaseStudies a:hover {
  text-decoration: none;
}

.nz, .internat {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 56.25em) {
  .nz, .internat {
    justify-content: start;
  }
}
@media only screen and (max-width: 45em) {
  .nz, .internat {
    flex-direction: column;
  }
}

.internat {
  width: 70%;
  margin: auto;
}

.contactHeader p {
  display: none;
}
.contactHeader .messuccess {
  color: #db6b3f;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contactMessage p {
  display: none;
}
.contactMessage .messuccess {
  display: block;
}

.contactUs-img img {
  padding-top: 10px;
}
.contactUs .contact-nz {
  margin-top: 5rem;
}
@media only screen and (max-width: 56.25em) {
  .contactUs .vcard:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .contactUs .vcard {
    width: 45%;
  }
}
@media only screen and (max-width: 45em) {
  .contactUs .vcard {
    width: 50%;
    margin: auto;
  }
}
@media only screen and (max-width: 56.25em) {
  .contactUs address {
    margin: auto;
    text-align: left;
    transform: translate(25%, 0%);
  }
}
.contactUs .international {
  background-color: #f1f1f0;
  padding-top: 10rem;
}
@media only screen and (max-width: 56.25em) {
  .contactUs .international {
    text-align: center;
  }
}
.contactUs .contactForm {
  width: 50%;
  margin: auto;
  padding: 0;
}
@media only screen and (max-width: 56.25em) {
  .contactUs .contactForm {
    text-align: center;
  }
}
.contactUs .contactForm input, .contactUs .contactForm textarea {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: #f1f1f0;
  border: none;
  border-bottom: 3px solid transparent;
  width: 90%;
  display: block;
  transition: all 0.3s;
}
@media only screen and (max-width: 56.25em) {
  .contactUs .contactForm input, .contactUs .contactForm textarea {
    width: 100%;
  }
}
.contactUs .contactForm label {
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contactUs .contactForm button {
  padding: 2rem;
  font-size: 1.75rem;
  margin-top: 2rem;
  background-color: #db6b3f;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}
.contactUs .contactForm .middleColumn input:placeholder-shown + label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  -ms-transform: translate(1rem);
  transform: translateY(1rem);
}
.contactUs .contactForm input:focus:invalid {
  border-bottom: 3px solid #75aa5c;
}
.contactUs .contactForm input::-webkit-input-placeholder {
  color: #cbcbc9;
}
.contactUs .contactForm .btn.focus, .contactUs .contactForm .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 241, 240, 0.25);
}

@media only screen and (max-width: 765px) {
  .productPage.main,
  .productList.main {
    margin-top: -5rem;
  }
}

.productCategory img {
  width: 250px;
  height: 188px;
}
@media only screen and (max-width: 765px) {
  .productCategory .card-deck {
    width: 100%;
    margin: 2rem auto;
    text-align: center;
  }
}
.productCategory .card-deck:last-child {
  margin-bottom: 10rem;
}
.productCategory .card-title {
  margin-bottom: 0.75rem;
  color: #414343;
  font-family: AllerBd;
}
.productCategory .card-body {
  padding: 1.5rem 0.5rem;
  color: #414343;
}

.product-page .row {
  width: 70%;
  margin: 10rem auto;
  justify-content: space-evenly;
  align-items: center;
}
@media only screen and (max-width: 100em) {
  .product-page .row {
    width: 90%;
  }
}
.product-page .wrapper {
  width: 70%;
  margin: auto;
  padding-left: 15px;
}
.product .gallery-row {
  display: flex;
  width: 70%;
  margin: auto;
  flex-wrap: wrap;
}
@media only screen and (max-width: 100em) {
  .product .gallery-row {
    width: 80%;
  }
}
.product-gallery {
  padding-bottom: 0 !important;
  border: 1px solid #f1f1f0;
  background-color: white;
}
.product .section-two,
.product .section-four {
  background-color: #f1f1f0;
}
.product-features {
  display: flex;
}
.product .spec {
  margin-left: 1rem;
}
.product .last {
  margin-bottom: 2rem;
}
.product .section-left {
  margin: 0 5rem;
}
.product .section-part15 {
  width: 15%;
}
.product .section-part25 {
  width: 25%;
}
.product .section-part30 {
  width: 30%;
}
.product-link a:hover {
  color: #414343;
  text-decoration: none;
}
.product-link .icon {
  padding-right: 2rem;
}
.product-link:first-child {
  margin-top: 7rem;
}
.product-threeD {
  padding: 10px 0;
}
.product-threeD button {
  text-transform: none;
}
.product .section-table,
.product .section-four {
  padding: 10rem 0;
}
.product table {
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 100em) {
  .product table {
    width: 80%;
  }
}
.product .table th {
  background-color: #db6b3f;
}

.product-magazine {
  width: 1370px;
  height: 920px;
  padding: 2rem;
  margin: auto;
}

#magazine {
  width: 1330px;
  height: 880px;
  margin: auto;
}

#magazine .turn-page {
  background-color: #ccc;
  background-size: 100% 100%;
}

#Flipbook-source,
.ti-more-alt, .ti-more-alt::before {
  display: none;
}

.df-container {
  width: 70% !important;
  margin: auto;
}

.sectors {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 1.5rem;
  margin-bottom: 5rem;
}

.sector {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 15px;
  outline: 2px solid;
  transition: all 0.5s ease-out;
}
.sector:hover {
  transform: scale(1.05);
}
.sector-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.sector img {
  width: 100%;
}

#specifier {
  width: 1032px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (max-width: 64em) {
  #specifier {
    width: 100%;
    height: auto;
  }
}
#specifier .banner {
  height: 70px;
  background: #aed25a;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 56.25em) {
  #specifier .banner-img {
    width: 50% !important;
  }
}
#specifier .banner-image {
  height: 40px;
  padding-left: 5rem;
  width: auto;
}
#specifier .banner-prodcategory {
  font-family: Aller;
  font-weight: bold;
  font-size: 1.6rem;
  border-left: 2px solid #414343;
  padding-left: 2rem;
}
@media only screen and (max-width: 56.25em) {
  #specifier .banner-prodcategory {
    width: 50% !important;
  }
}
#specifier h2 {
  color: #aed25a;
  margin-bottom: 0;
}
#specifier h2::after {
  background: none;
}
#specifier span.icon {
  padding-right: 2rem;
}
#specifier .icon img {
  width: 3rem;
  height: 3rem;
}
#specifier .spec-catalogue a:hover {
  color: #414343;
  text-decoration: none;
}

.specifier {
  padding-bottom: 3rem;
}
.specifier-details {
  padding-top: 30px;
}
@media only screen and (max-width: 48em) {
  .specifier-details {
    padding-left: 15px !important;
  }
}
.specifier h3 {
  color: #414343;
  margin-bottom: 0;
}
@media only screen and (max-width: 56.25em) {
  .specifier h3 {
    text-align: left;
  }
}
.specifier h3::before {
  background: none;
}
.specifier .applications {
  font-style: italic;
}
.specifier-not {
  padding-bottom: 5rem;
}
.specifier-images {
  display: flex;
  flex-direction: column;
  padding-top: 67px;
  justify-content: space-between;
  align-items: center;
}
.specifier .table td, .specifier .table th {
  padding: 0px;
}
.specifier-button a:hover {
  color: #414343;
  text-decoration: none;
}

.spec-catalogue {
  margin-bottom: 3rem;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.spec-btn {
  color: white;
  background-color: #db6b3f;
  padding: 5px 15px;
}
.spec-btn:first {
  margin-right: 3rem;
}

#printSpecifier {
  position: absolute;
  right: 10rem;
  padding: 5px;
}
@media only screen and (max-width: 56.25em) {
  #printSpecifier {
    display: none;
  }
}

.specCategory .card-body {
  padding: 1.5rem 0.5rem;
  color: #414343;
}
.specCategory h4 {
  color: #414343;
}
.specCategory img {
  width: 250px;
  height: 188px;
}

.SpecImg {
  margin-top: 2rem;
}

.section-video-wrapper {
  width: 60%;
  margin: auto;
}
@media only screen and (max-width: 100em) {
  .section-video-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 64em) {
  .section-video-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 45em) {
  .section-video-wrapper {
    width: 60%;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-video-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 31.25em) {
  .section-video-wrapper {
    width: 80%;
  }
}
.section-video-row {
  display: flex;
  justify-content: center;
  align-items: self-start;
  padding-top: 5rem;
}
.section-video-row:last-child {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 64em) {
  .section-video-row {
    flex-direction: column;
  }
}
.section-video-left {
  margin-right: 5rem;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 68.75em) {
  .section-video-left {
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 64em) {
  .section-video-left {
    margin-bottom: 3rem;
    margin-right: 0;
    width: 100%;
  }
}
.section-video-left video {
  margin-right: 5rem;
  box-shadow: 6px 7px 15px 0px rgba(0, 0, 0, 0.55);
  width: 400px;
  height: 300px;
}
.section-video-left iframe {
  margin-right: 6rem;
  width: 400px;
  height: 300px;
  box-shadow: 6px 7px 15px 0px rgba(0, 0, 0, 0.55);
}
.section-video-left i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-150%, -50%);
  font-size: 5rem;
  color: #414343;
  opacity: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .section-video-left i.chrome {
    transform: translate(-200%, -50%);
  }
}
@media screen and (min--moz-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .section-video-left i.chrome {
    transform: translate(-150%, -50%);
  }
}
.section-video-left i:hover {
  opacity: 0;
  transition: opacity 3s;
}
.section-video-left img {
  width: 400px;
  height: 300px;
  margin-right: 6rem;
  box-shadow: 6px 7px 15px 0px rgba(0, 0, 0, 0.55);
}
@media only screen and (max-width: 68.75em) {
  .section-video-left img {
    margin-left: -1rem;
  }
}
@media only screen and (max-width: 64em) {
  .section-video-left img {
    margin-left: 0;
  }
}
.section-video-right {
  margin-left: 5rem;
  width: 50%;
}
@media only screen and (max-width: 68.75em) {
  .section-video-right {
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 64em) {
  .section-video-right {
    width: 100%;
    margin-left: 0;
  }
}

#_df_flipbookContainer, #df_images, .df-page-content {
  width: 410px;
  height: 594px;
}

._df_thumb ._df_book-title {
  background-color: #414343 !important;
}

.flipimages {
  display: none;
}

#flipbookContainer, .df-container {
  background-color: transparent !important;
}

section.linkAnnotation a, a.linkAnnotation, a.customLinkAnnotation, .customHtmlAnnotation, .customVideoAnnotation {
  background-color: transparent !important;
}

.carousel-indicators {
  left: -10%;
  right: auto;
}
.carousel-indicators li {
  width: 20px;
}
.carousel-courtesy {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 1rem;
  font-size: 1rem;
}
.carousel-control-next {
  bottom: 6rem;
}
.carousel-control-next-icon {
  background-image: none;
}
.carousel-control-next-icon:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 3.25rem;
  color: #ffffff;
  position: absolute;
  bottom: calc(50% - 10rem);
}
@media only screen and (max-width: 25.5em) {
  .carousel-control-next-icon:after {
    bottom: calc(50% - 6rem);
  }
}
.carousel-control-prev {
  bottom: 6rem;
}
.carousel-control-prev-icon {
  background-image: none;
}
.carousel-control-prev-icon:after {
  content: "\f053";
  font-family: FontAwesome;
  font-size: 3.25rem;
  color: #ffffff;
  position: absolute;
  bottom: calc(50% - 10rem);
}
@media only screen and (max-width: 25.5em) {
  .carousel-control-prev-icon:after {
    bottom: calc(50% - 6rem);
  }
}

.animatedGif {
  width: 70vh !important;
  margin: auto;
  transform: translate(-50%, 0%);
  left: 50%;
}

video {
  width: 100% !important;
  height: 634px !important;
}

.modal-content.threeD {
  background-color: #8d8d8d;
  width: 100%;
}
.modal-content.threeD iframe {
  width: 100%;
}

.extenza {
  margin-top: 3rem;
}
.extenza h2 {
  font-family: SFGrandezzaMedium !important;
  color: #000000;
  text-transform: none;
}
.extenza h2::after {
  display: none;
}
.extenza p {
  font-family: Arial !important;
  color: #000000;
}
.extenza a {
  margin-top: 1rem;
}
.extenza a:hover {
  color: #ffffff;
}
.extenza a .icon {
  margin-right: 5px;
}
.extenza-button {
  border: 4px solid #cca424;
  border-radius: 3rem;
  background-color: #000000;
  color: #cca424;
  height: 5rem;
  padding: 1.2rem 2rem;
}
.extenza-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 37.5em) {
  .extenza-header {
    flex-direction: column;
  }
}
.extenza-intro {
  width: 80%;
}
.extenza .navbar.open {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.extenza .navbar-nav {
  background-color: #ffffff;
  padding-left: 1rem;
}
.extenza button {
  margin-bottom: 1rem;
}
.extenza-nav {
  background-color: #ffffff;
  z-index: 99;
  position: absolute;
  top: 20%;
  right: 0;
}
@media screen and (min-width: 64em) {
  .extenza-nav {
    width: 15%;
  }
}
@media screen and (max-width: 37.5em) {
  .extenza-nav {
    position: relative;
  }
}
.extenza-nav-button {
  padding: 15px;
}
.extenza-nav-button-shadow:not(.open) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.extenza-nav-lines {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.extenza-nav-lines span {
  background-color: #000000;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.extenza-nav-lines span:nth-child(1) {
  top: 0px;
}
.extenza-nav-lines span:nth-child(2), .extenza-nav-lines span:nth-child(3) {
  top: 10px;
}
.extenza-nav-lines span:nth-child(4) {
  top: 20px;
}
.extenza-nav-lines.open span:nth-child(1), .extenza-nav-lines.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.extenza-nav-lines.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.extenza-nav-lines.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.extenza li.active {
  background-color: #ffffff !important;
}
.extenza-menu-item {
  background-color: #ffffff !important;
}
.extenza-menu-item:last-child {
  margin-bottom: 1rem;
}
.extenza-product {
  position: relative;
  margin-bottom: 3rem;
}
.extenza-product span {
  padding-top: 140px;
  margin-top: -140px;
}
.extenza-product span::before {
  display: none;
}
.extenza-product h2 {
  text-transform: none;
  color: #cca424;
  font-family: SFGrandezzaHeavy !important;
}
@media only screen and (max-width: 62em) {
  .extenza-product {
    height: 600px;
    background-color: #CDCDCD;
  }
}
@media only screen and (max-width: 48em) {
  .extenza-product {
    height: 720px;
  }
}
@media only screen and (max-width: 37.5em) {
  .extenza-product {
    height: 740px;
  }
}
@media only screen and (max-width: 34.25em) {
  .extenza-product {
    height: 790px;
  }
}
@media only screen and (max-width: 29.25em) {
  .extenza-product {
    height: 870px;
  }
}
@media only screen and (max-width: 25.5em) {
  .extenza-product {
    height: 1000px;
  }
}
@media only screen and (max-width: 390px) {
  .extenza-product {
    height: 1150px;
  }
}
.extenza-product-bgimg {
  width: 100%;
  height: 400px;
  opacity: 0.2;
}
@media only screen and (max-width: 62em) {
  .extenza-product-bgimg {
    visibility: hidden;
  }
}
.extenza-product-wrapper {
  position: absolute;
  top: 15%;
  margin: auto;
  left: 50px;
  right: 50px;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 75em) {
  .extenza-product-wrapper {
    top: 6%;
  }
}
@media only screen and (max-width: 62em) {
  .extenza-product-wrapper {
    flex-direction: column;
  }
}
.extenza-product-left {
  width: 45%;
}
@media only screen and (max-width: 62em) {
  .extenza-product-left {
    width: 100%;
  }
}
.extenza-product-right {
  width: 55%;
  padding-top: 2rem;
}
@media only screen and (max-width: 62em) {
  .extenza-product-right {
    width: 100%;
  }
}
.extenza-product-descript {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 75em) {
  .extenza-product-descript {
    margin-bottom: 2rem;
  }
}
.extenza-product-button {
  border: 2px solid #000000;
  border-radius: 1rem;
  background-color: #cca424;
  color: #000000 !important;
  height: auto;
  padding: 1rem 2rem;
  opacity: 0.9;
  width: 130px;
  text-align: center;
}
.extenza-product-button:not(:last-of-type) {
  margin-right: 2rem;
}
.extenza-product-links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 390px) {
  .extenza-product-links-left {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 48em) {
  .extenza-product-links-right {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 390px) {
  .extenza-product-links-right {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }
}
.extenza-productlink a:hover {
  color: #cca424;
  text-decoration: none;
}
.extenza-video-anchor {
  margin-bottom: 3rem;
}
.extenza-brochure {
  margin: 3rem;
}

.cta-inner {
  background-color: #75aa5c;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
}
@media only screen and (max-width: 29.25em) {
  .cta-inner {
    height: 15rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cta-inner h4 {
    margin-right: 0px;
  }
}
.cta-inner .arrow {
  margin-left: 2rem;
}
.cta-btn {
  background-color: #db6b3f;
  padding: 0.7rem 1rem;
}
.cta-btn a {
  color: #ffffff !important;
}

footer {
  color: #ffffff;
  background-color: #414343;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
footer a.footer-tel {
  color: #75aa5c;
  text-decoration: none;
}
footer .row {
  padding: 15rem;
}
@media only screen and (max-width: 68.75em) {
  footer .row {
    padding: 10rem;
  }
}
@media only screen and (max-width: 991px) {
  footer .row .col-lg-3:not(:last-child) {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 37.5em) {
  footer .row {
    width: 100%;
    padding: 5rem;
  }
}
footer .direct-call {
  color: #75aa5c;
  text-decoration: none;
}
footer .fa {
  padding-right: 0.5rem;
}
footer hr {
  border-top: 1px solid #cbcbc9;
  margin: 0 15rem;
}
footer .copyright {
  padding: 1rem;
  color: #cbcbc9;
}
@media only screen and (max-width: 56.25em) {
  footer .copyright {
    font-size: 1.4rem;
  }
}

input, textarea, select {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: #f1f1f0;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
  width: 100%;
}

label {
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}

button {
  padding: 1rem 2rem !important;
  font-size: 1.75rem !important;
  margin-top: 2rem;
  margin-bottom: 3rem;
  background-color: #db6b3f !important;
  border: none !important;
  color: #ffffff !important;
  text-transform: uppercase;
}

.middleColumn input:placeholder-shown + label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
}

input:focus:invalid {
  border-bottom: 3px solid #75aa5c;
}

input::-webkit-input-placeholder {
  color: #cbcbc9;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 241, 240, 0.25);
}

.form input, .form textarea, .form select {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: #f1f1f0;
  border: none;
  border-bottom: 3px solid transparent;
  width: 90%;
  display: block;
  transition: all 0.3s;
}
.form label {
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form button {
  padding: 1rem 2rem !important;
  font-size: 1.75rem !important;
  margin-top: 2rem;
  margin-bottom: 3rem;
  background-color: #db6b3f;
  border: none !important;
  color: #ffffff;
  text-transform: uppercase;
}
.form .middleColumn input:placeholder-shown + label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
}
.form input:focus:invalid {
  border-bottom: 3px solid #75aa5c;
}
.form input::-webkit-input-placeholder {
  color: #cbcbc9;
}
.form .btn.focus, .form .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 241, 240, 0.25);
}
.form-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 60%;
  margin: auto;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 100em) {
  .form-row {
    width: 80%;
  }
}
@media only screen and (max-width: 68.75em) {
  .form-row {
    width: 100%;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 45em) {
  .form-row {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 45em) {
  .form-row .field {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .form-row .field {
    width: 40%;
  }
}
.form-row .third {
  width: 30%;
  margin-right: 15px;
}
@media only screen and (max-width: 45em) {
  .form-row .third {
    width: 40%;
  }
}
@media only screen and (max-width: 37.5em) {
  .form-row .third {
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .form-row .third .field {
    width: 100%;
  }
}
.form-row.start {
  justify-content: flex-start;
}
.form-left {
  padding-right: 5rem;
  width: 50%;
  box-sizing: border-box;
}
.form-right {
  padding-left: 5rem;
  width: 50%;
  box-sizing: border-box;
}

.tandc {
  padding-left: 3px;
  padding-right: 3px;
}

#Form_Form_TsAndCs_Holder {
  display: flex;
  width: 100%;
  margin-top: 3rem;
}
#Form_Form_TsAndCs_Holder input {
  width: 5%;
}
#Form_Form_TsAndCs_Holder label {
  width: 100%;
  padding-left: 3px;
}
#Form_Form_TsAndCs_Holder .right {
  flex-direction: row;
  justify-content: flex-start;
}
@media only screen and (max-width: 37.5em) {
  #Form_Form_TsAndCs_Holder .right {
    margin-right: 0;
  }
}

.return label {
  margin-left: 0;
}

.input-group {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
}

#mc_embed_signup .mc-field-group.input-group ul {
  padding-left: 2rem !important;
}

.newsletter-archive {
  padding: 10px 0 50px 3%;
}

#mc_embed_signup input {
  font-size: 1.5rem !important;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem !important;
  border-radius: 2px !important;
  background-color: #F1F1F0 !important;
  border: none !important;
  border-bottom-width: medium !important;
  border-bottom-style: none !important;
  border-bottom-color: currentcolor !important;
  border-bottom: 3px solid transparent !important;
  transition: all 0.3s;
}

#mc_embed_signup input:focus:invalid, #mc_embed_signup input:focus {
  border-bottom: 3px solid #aed25a !important;
}

#mc-embedded-subscribe.button {
  padding: 1rem 2rem !important;
  font-size: 1.75rem !important;
  margin-top: 2rem !important;
  margin-bottom: 3rem !important;
  background-color: #db6b3f !important;
  border: none !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  border-radius: 0.25rem !important;
  line-height: 1.5 !important;
  height: 45px !important;
}

.quoteForm {
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 100em) {
  .quoteForm {
    width: 60%;
  }
}
.quoteForm-row {
  display: flex;
  justify-content: space-between !important;
}
.quoteForm label {
  margin-left: 0;
}
.quoteForm input, .quoteForm textarea {
  width: 100%;
}
.quoteForm #Form_Form_ProductName_Holder, .quoteForm #Form_Form_ProductName1_Holder, .quoteForm #Form_Form_ProductName2_Holder {
  width: 80%;
  margin-right: 1rem;
}

.ui-datepicker table, #ui-datepicker-div {
  background: #75aa5c;
}

.register {
  margin-top: -10rem;
}

#Form_RegisterForm_action_register, #MemberLoginForm_LoginForm_action_dologin {
  padding: 1rem 2rem !important;
  font-size: 1.75rem !important;
  margin-top: 2rem;
  margin-bottom: 3rem;
  background-color: #db6b3f;
  border: none !important;
  color: #ffffff;
  text-transform: uppercase;
  width: 20%;
}

.message {
  color: #db6b3f;
}

#MemberLoginForm_LoginForm_Remember_Holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#MemberLoginForm_LoginForm_Remember_Holder .checkbox {
  width: 10px;
}

.print-footer {
  display: none;
}

#printSpecifier {
  display: none;
}

@media print {
  .social {
    display: none;
  }
  #specifier ~ footer {
    display: none;
  }
  .print-footer {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
