html,
body {
  font-family: unitext, sans-serif;
  font-style: normal;
  font-weight: 300;
  height: 100%;
  overflow-x: hidden !important;
  width: 100%;
  position: relative;
}
html.noscroll,
body.noscroll {
  position: fixed;
  left: 0;
  right: 0;
}
html .cookie-consent,
body .cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: rgba(102, 102, 102, 0.2) 0 -7px 16px;
          box-shadow: rgba(102, 102, 102, 0.2) 0 -7px 16px;
  background: #fff;
  z-index: 99999999;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wrapper {
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 80vh;
}
h1,
h2,
h3 {
  font-weight: 100;
}
select {
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/assets/images/select-background.png);
  border-color: #cccccc;
  width: 350px;
  background-size: cover;
  background-position: 100%;
  padding: 3px 8px;
  color: #5d5d5d;
}
select::-ms-expand {
  display: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-orange {
  color: white !important;
  background-color: #E6782F;
  padding: 8px 15px;
  font-weight: 500;
}
.btn-orange:hover {
  text-decoration: none;
  background-color: #c76829;
}
a {
  color: #E6782F;
  font-weight: 300;
}
nav #overlay-nav-opener {
  text-decoration: none;
  cursor: pointer;
}
nav #overlay-nav-opener:hover {
  color: #c76829;
  cursor: pointer;
}
nav .container,
nav .row {
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
nav .logo-container {
  height: 100%;
  padding: 0;
}
nav .logo-container a {
  margin-top: 25px;
  display: block;
}
nav .logo-container a #nav-logo {
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
}
nav .menu-item-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
nav .menu-item-container .mobile-nav-links {
  width: 90%;
  margin: 0px auto;
  display: none;
  position: relative;
  height: 80px;
}
nav .menu-item-container .mobile-nav-links #mobile-nav-logo {
  position: absolute;
  left: 0;
  width: 200px;
}
nav .menu-item-container .mobile-nav-links #mobile-nav-logo .mobile-nav-logo {
  width: 100%;
}
nav .menu-item-container .mobile-nav-links #mobile-nav-close {
  right: 0;
  position: absolute;
  bottom: 0;
  color: black;
  z-index: 3;
  font-size: 36px;
  height: 100%;
  top: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  text-decoration: none;
  cursor: pointer;
}
nav .menu-item-container #nav-sub {
  list-style: none;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
nav .menu-item-container #nav-sub li {
  padding-left: 60px;
}
nav .menu-item-container #nav-sub li a {
  color: #5D5D5D;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
nav .menu-item-container #nav-sub li a:hover {
  color: #2c2a29;
  text-decoration: none;
}
nav .menu-item-container #nav-sub li a:hover .hover-under {
  display: block;
}
nav .menu-item-container #nav-sub li a .hover-under {
  width: 100%;
  display: none;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E6782F;
}
.homepage-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  overflow: hidden;
  /*.background-image {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }*/
}
.homepage-header video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.homepage-header .header-copy {
  z-index: 1;
  color: white;
  margin: auto;
}
.copy-and-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.copy-and-link .background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.copy-and-link .foreground-copy {
  z-index: 1;
  margin: auto;
  font-weight: 300;
}
.copy-and-link .foreground-copy p {
  margin-bottom: 20px;
}
.page-copy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 50px 0;
}
.page-copy .foreground-copy {
  margin: 0 auto;
}
.stats {
  width: 100%;
  background-color: #F3F3F3;
}
.stats .stats-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: auto;
}
.stats .stats-container .stat {
  position: relative;
}
.stats .stats-container .stat .background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.stats .stats-container .stat .copy {
  position: absolute;
  margin: 0px auto;
  color: #2C2A29;
  text-align: center;
  left: 0;
  right: 0;
}
.stats .stats-container .stat .copy p {
  margin-bottom: 0;
  font-weight: 400;
}
.stats .stats-container .stat .copy p:last-child {
  color: #E6782F;
}
.stats .stats-container .stat .number {
  color: #5d5d5d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 200;
}
.standard-header {
  position: relative;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  overflow: hidden;
}
.standard-header .background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.standard-header .header-copy {
  z-index: 1;
  color: white;
  margin: auto;
}
.product-header {
  position: relative;
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.product-header .background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-header .header-copy {
  z-index: 1;
  color: white;
  margin: auto;
}
.product-header .header-copy h4 {
  color: #E6782F;
  margin-bottom: 0;
}
.product-header .header-copy h1 {
  margin-top: 10px;
}
#accordionResources .card-body {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
#accordionProducts,
#accordionResources {
  margin: auto;
}
#accordionProducts .card-header,
#accordionResources .card-header {
  position: relative;
}
#accordionProducts .card-header .category-name,
#accordionResources .card-header .category-name {
  -webkit-appearance: none;
  border: none;
  padding-top: 25px;
  padding-bottom: 15px;
  font-weight: bold;
  color: #2C2A29;
  letter-spacing: 0.02em;
  -webkit-highlight: none;
  outline: none;
  text-align: left;
  background-color: transparent;
}
#accordionProducts .card-header .category-name span,
#accordionResources .card-header .category-name span {
  float: right;
  color: #E6782F;
  font-weight: 600;
  font-size: 36px;
  position: absolute;
  right: 0;
  top: 28%;
}
#accordionProducts .card,
#accordionResources .card {
  border-top: 1px solid #ACACAC;
  outline: none;
}
#accordionProducts .card .show,
#accordionResources .card .show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#accordionProducts .card .show.collapse,
#accordionResources .card .show.collapse {
  display: none !important;
}
#accordionProducts .card .show.collapse.in,
#accordionResources .card .show.collapse.in {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#accordionProducts .card .card-body,
#accordionResources .card .card-body {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#accordionProducts .card .card-body .product-item,
#accordionResources .card .card-body .product-item {
  text-align: center;
}
#accordionProducts .card .card-body .product-item .product-item-feature-image-link,
#accordionResources .card .card-body .product-item .product-item-feature-image-link {
  display: block;
  position: relative;
}
#accordionProducts .card .card-body .product-item .product-item-feature-image-link .product-item-feature-image,
#accordionResources .card .card-body .product-item .product-item-feature-image-link .product-item-feature-image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#accordionProducts .card .card-body .product-item .product-item-title,
#accordionResources .card .card-body .product-item .product-item-title {
  font-weight: 600;
  position: relative;
  color: #E6782F;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#accordionProducts .card .card-body .product-item .product-item-title .hover-under,
#accordionResources .card .card-body .product-item .product-item-title .hover-under {
  width: 100%;
  display: none;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  border-bottom: 1px solid grey;
}
#accordionProducts .card .card-body .product-item .product-item-title:hover,
#accordionResources .card .card-body .product-item .product-item-title:hover {
  text-decoration: none;
  color: #cc6b2b;
}
#accordionProducts .card .card-body .product-item .product-item-title:hover .hover-under,
#accordionResources .card .card-body .product-item .product-item-title:hover .hover-under {
  display: block;
}
#accordionProducts .card .card-body .product-item .subtitle,
#accordionResources .card .card-body .product-item .subtitle {
  font-weight: 300;
}
#accordionProducts .card .card-body .resource-item,
#accordionResources .card .card-body .resource-item {
  text-align: left;
  padding: 3px 0;
}
#accordionProducts .card .card-body .resource-item .product-resource-item-title,
#accordionResources .card .card-body .resource-item .product-resource-item-title {
  color: #E6782F;
  position: relative;
}
#accordionProducts .card .card-body .resource-item .product-resource-item-title:hover,
#accordionResources .card .card-body .resource-item .product-resource-item-title:hover {
  color: #cc6b2b;
  text-decoration: none;
}
#accordionProducts .card .card-body .resource-item .product-resource-item-title:hover .hover-under,
#accordionResources .card .card-body .resource-item .product-resource-item-title:hover .hover-under {
  display: block;
}
#accordionProducts .card .card-body .resource-item .product-resource-item-title .hover-under,
#accordionResources .card .card-body .resource-item .product-resource-item-title .hover-under {
  width: 100%;
  display: none;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  border-bottom: 1px solid grey;
}
#accordionProducts .card .card-body ul,
#accordionResources .card .card-body ul {
  margin-bottom: 20px;
}
#accordionProducts .card:last-child,
#accordionResources .card:last-child {
  border-bottom: 1px solid #ACACAC;
}
.product-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: auto;
}
.product-page-container .product-left,
.product-page-container .product-right {
  height: 100%;
  min-height: 500px;
}
.product-page-container .product-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.product-page-container .product-left .view-larger {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: 0 auto;
}
.product-page-container .product-left .view-larger .hover-under {
  width: 100%;
  display: none;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-bottom: 1px solid grey;
}
.product-page-container .product-left .view-larger:hover {
  text-decoration: none;
  color: #cc6b2b;
}
.product-page-container .product-left .view-larger:hover .hover-under {
  display: block;
}
.product-page-container .product-left .view-larger:before {
  content: "\e91a";
  font-family: 'Gentex-Icon-Font' !important;
  font-size: 24px;
  position: absolute;
  left: -25px;
  top: -6px;
}
.product-page-container .product-left .product-feature-image-holder {
  width: 100%;
  min-height: 65vh;
}
.product-page-container .product-left .product-feature-image-holder .image-larger {
  display: block;
  width: 100%;
  color: #E6782F;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
.product-page-container .product-left .product-feature-image-holder .alt-color-container {
  display: none;
}
.product-page-container .product-left .product-feature-image-holder .product-feature-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
.product-page-container .product-left .product-feature-image-holder .image-larger {
  width: 100%;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.product-page-container .product-left .color-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 20px 0;
  border-top: 1px solid #ACACAC;
  border-bottom: 1px solid #ACACAC;
  width: 100%;
}
.product-page-container .product-left .color-options .base-colors,
.product-page-container .product-left .color-options .light-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.product-page-container .product-left .color-options .base-colors .base-colors-title,
.product-page-container .product-left .color-options .light-colors .base-colors-title,
.product-page-container .product-left .color-options .base-colors .light-colors-title,
.product-page-container .product-left .color-options .light-colors .light-colors-title {
  font-weight: 300;
}
.product-page-container .product-left .color-options .base-colors .product-base-color-holder,
.product-page-container .product-left .color-options .light-colors .product-base-color-holder,
.product-page-container .product-left .color-options .base-colors .product-light-color-holder,
.product-page-container .product-left .color-options .light-colors .product-light-color-holder {
  height: 20px;
  width: 20px;
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}
.product-page-container .product-left .color-options .base-colors .product-base-color-holder:hover .tooltip,
.product-page-container .product-left .color-options .light-colors .product-base-color-holder:hover .tooltip,
.product-page-container .product-left .color-options .base-colors .product-light-color-holder:hover .tooltip,
.product-page-container .product-left .color-options .light-colors .product-light-color-holder:hover .tooltip {
  opacity: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 20px;
  padding: 2px 5px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.3);
}
.product-page-container .product-left .color-options .base-colors .product-base-color-holder .tooltip,
.product-page-container .product-left .color-options .light-colors .product-base-color-holder .tooltip,
.product-page-container .product-left .color-options .base-colors .product-light-color-holder .tooltip,
.product-page-container .product-left .color-options .light-colors .product-light-color-holder .tooltip {
  top: -20px;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  background-color: white;
}
.product-page-container .product-left .color-options .base-colors .product-base-color-holder .product-base-color,
.product-page-container .product-left .color-options .light-colors .product-base-color-holder .product-base-color,
.product-page-container .product-left .color-options .base-colors .product-light-color-holder .product-base-color,
.product-page-container .product-left .color-options .light-colors .product-light-color-holder .product-base-color,
.product-page-container .product-left .color-options .base-colors .product-base-color-holder .product-light-color,
.product-page-container .product-left .color-options .light-colors .product-base-color-holder .product-light-color,
.product-page-container .product-left .color-options .base-colors .product-light-color-holder .product-light-color,
.product-page-container .product-left .color-options .light-colors .product-light-color-holder .product-light-color {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
}
.product-page-container .product-left .product-resources {
  width: 100%;
  padding: 20px 0;
}
.product-page-container .product-left .product-resources ul {
  list-style: none;
}
.product-page-container .product-left .product-resources ul li {
  color: #E6782F;
  position: relative;
  padding: 3px 0;
}
.product-page-container .product-left .product-resources ul li:before {
  content: "\e90a";
  font-family: 'Gentex-Icon-Font';
  font-size: 20px;
  position: absolute;
  left: -25px;
  top: -3px;
}
.product-page-container .product-left .product-resources ul li a {
  color: #E6782F;
  font-weight: 300;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-page-container .product-left .product-resources ul li a:hover {
  text-decoration: none;
}
.product-page-container .product-left .product-resources ul li a:hover .hover-under {
  display: block;
}
.product-page-container .product-left .product-resources ul li .hover-under {
  width: 100%;
  display: none;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-bottom: 1px solid grey;
}
.product-page-container .product-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-align: left;
  color: #5D5D5D;
}
.product-page-container .product-right * {
  width: 100%;
}
.product-page-container .product-right p {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #5D5D5D;
}
.product-page-container .product-right ul li {
  font-size: 12px;
  color: #5D5D5D;
  padding: 3px 0;
  font-weight: 300;
}
.fire-protection-lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.fire-protection-lead .background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fire-protection-lead .cover-mock-container {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 60%;
  right: 0;
}
.fire-protection-lead .cover-mock-container .cover-mock {
  position: absolute;
  height: 120%;
  width: 80%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.fire-protection-lead .copy {
  z-index: 1;
  margin: auto;
  color: #5D5D5D;
  font-weight: 300;
}
.fire-protection-lead .copy a.product-catelog-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fire-protection-lead .copy a.product-catelog-link .hover-under {
  width: 100%;
  display: none;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-bottom: 1px solid grey;
}
.fire-protection-lead .copy a.product-catelog-link:hover {
  text-decoration: none;
  color: #cc6b2b;
}
.fire-protection-lead .copy a.product-catelog-link:hover .hover-under {
  display: block;
}
.fire-protection-lead .copy a.product-catelog-link:last-child {
  position: relative;
  padding-left: 25px;
}
.fire-protection-lead .copy a.product-catelog-link:last-child:before {
  content: "\e90a";
  font-family: 'Gentex-Icon-Font';
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: -3px;
}
.product-bar {
  width: 100%;
  margin: auto;
  background-image: url('/images/uploads/ProductRow.png');
  background-position: center;
  background-repeat: no-repeat;
}
.ordering-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: auto;
}
.ordering-contact .customer-service h2,
.ordering-contact .regional-offices h2 {
  padding: 10px 0;
}
.ordering-contact .customer-service .customer-service-item,
.ordering-contact .regional-offices .customer-service-item,
.ordering-contact .customer-service .regional-office-item,
.ordering-contact .regional-offices .regional-office-item {
  border-top: 1px solid #ACACAC;
  outline: none;
  padding: 20px 0;
}
.ordering-contact .customer-service .customer-service-item a,
.ordering-contact .regional-offices .customer-service-item a,
.ordering-contact .customer-service .regional-office-item a,
.ordering-contact .regional-offices .regional-office-item a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.ordering-contact .customer-service .customer-service-item a:hover,
.ordering-contact .regional-offices .customer-service-item a:hover,
.ordering-contact .customer-service .regional-office-item a:hover,
.ordering-contact .regional-offices .regional-office-item a:hover {
  text-decoration: none;
  color: #cc6b2b;
}
.ordering-contact .customer-service .customer-service-item a:hover .hover-under,
.ordering-contact .regional-offices .customer-service-item a:hover .hover-under,
.ordering-contact .customer-service .regional-office-item a:hover .hover-under,
.ordering-contact .regional-offices .regional-office-item a:hover .hover-under {
  display: block;
}
.ordering-contact .customer-service .customer-service-item a .hover-under,
.ordering-contact .regional-offices .customer-service-item a .hover-under,
.ordering-contact .customer-service .regional-office-item a .hover-under,
.ordering-contact .regional-offices .regional-office-item a .hover-under {
  width: 100%;
  display: none;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-bottom: 1px solid grey;
}
.ordering-contact .customer-service .customer-service-item:last-child,
.ordering-contact .regional-offices .customer-service-item:last-child,
.ordering-contact .customer-service .regional-office-item:last-child,
.ordering-contact .regional-offices .regional-office-item:last-child {
  border-bottom: 1px solid #ACACAC;
}
.ordering-contact .customer-service .customer-service-item *,
.ordering-contact .regional-offices .customer-service-item *,
.ordering-contact .customer-service .regional-office-item *,
.ordering-contact .regional-offices .regional-office-item * {
  display: block;
  line-height: 24px;
}
.ordering-contact .customer-service .customer-service-item .contact-name,
.ordering-contact .regional-offices .customer-service-item .contact-name,
.ordering-contact .customer-service .regional-office-item .contact-name,
.ordering-contact .regional-offices .regional-office-item .contact-name {
  font-weight: 400;
  font-size: 16px;
}
.ordering-contact .customer-service .customer-service-item .state-coverage,
.ordering-contact .regional-offices .customer-service-item .state-coverage,
.ordering-contact .customer-service .regional-office-item .state-coverage,
.ordering-contact .regional-offices .regional-office-item .state-coverage {
  padding: 10px 0;
}
.ordering-contact .customer-service .customer-service-item .state-coverage strong,
.ordering-contact .regional-offices .customer-service-item .state-coverage strong,
.ordering-contact .customer-service .regional-office-item .state-coverage strong,
.ordering-contact .regional-offices .regional-office-item .state-coverage strong {
  font-weight: 400;
}
.distributors-listings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 auto;
}
.distributors-listings p {
  font-weight: 400;
}
.distributors-listings select#distributors {
  font-weight: 500;
  font-size: 16px;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 50px;
}
.distributors-listings select#distributors option {
  font-weight: 500;
}
.distributors-listings select#distributors option:first-child {
  font-style: italic;
}
.distributors-listings .no-results {
  display: none;
}
.distributors-listings .listings {
  margin-top: 30px;
  width: 100%;
  margin: 0px auto;
  min-height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/assets/images/products-collage.png');
}
.distributors-listings .listings .listing-selection-title {
  border-bottom: 1px solid #ACACAC;
  width: 100%;
  display: none;
}
.distributors-listings .listings ul {
  width: 100%;
  padding: 20px 0;
  margin: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.distributors-listings .listings ul li {
  padding: 3px 0;
  display: none;
  padding-right: 20px;
  font-weight: 300;
}
.distributors-listings .listings ul li .distributor-title,
.distributors-listings .listings ul li .distribution-location,
.distributors-listings .listings ul li .distributor-site,
.distributors-listings .listings ul li .distributor-phone {
  display: block;
  width: 100%;
  line-height: 24px;
}
.distributors-listings .listings ul li .distributor-title {
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.distributors-listings .listings ul li .distributor-title .hover-under {
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid grey;
}
.distributors-listings .listings ul li .distributor-title:hover {
  text-decoration: none;
  color: #cc6b2b;
}
.distributors-listings .listings ul li .distributor-title:hover .hover-under {
  display: block;
}
.support-intro .support-container,
.support-second .support-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.support-intro .support-container h2,
.support-second .support-container h2 {
  margin-bottom: 20px;
}
.support-intro .support-container {
  border-bottom: 1px solid #ACACAC;
}
.support-intro .support-container .support-copy a,
.support-intro .support-container .questions-discontinued a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.support-intro .support-container .support-copy a:hover,
.support-intro .support-container .questions-discontinued a:hover {
  text-decoration: none;
  color: #cc6b2b;
}
.support-intro .support-container .support-copy a:hover .hover-under,
.support-intro .support-container .questions-discontinued a:hover .hover-under {
  display: block;
}
.support-intro .support-container .support-copy a .hover-under,
.support-intro .support-container .questions-discontinued a .hover-under {
  width: 100%;
  display: none;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  border-bottom: 1px solid grey;
}
.support-second .support-warranty a,
.support-second .support-maintenance a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.support-second .support-warranty a:hover,
.support-second .support-maintenance a:hover {
  text-decoration: none;
  color: #cc6b2b;
}
.support-second .support-warranty a:hover .hover-under,
.support-second .support-maintenance a:hover .hover-under {
  display: block;
}
.support-second .support-warranty a .hover-under,
.support-second .support-maintenance a .hover-under {
  width: 100%;
  display: none;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  border-bottom: 1px solid grey;
}
.tech-bulletins {
  margin: 0 auto;
}
.tech-bulletins ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.faqs {
  width: 100%;
  background-color: #F3F3F3;
}
.faqs .faqs-container {
  margin: 0 auto;
}
.faqs .faqs-container select#faqs {
  outline: none;
  font-weight: 500;
  font-size: 16px;
}
.faqs .faqs-container #accordionFaqs {
  border-bottom: 1px solid #ACACAC;
}
.faqs .faqs-container #accordionFaqs .card {
  border-top: 1px solid #ACACAC;
}
.faqs .faqs-container #accordionFaqs .card .card-header {
  position: relative;
}
.faqs .faqs-container #accordionFaqs .card .card-header .category-name {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
.faqs .faqs-container #accordionFaqs .card .card-header .category-name span {
  float: right;
  color: #E6782F;
  font-weight: 600;
  font-size: 30px;
}
.faqs .faqs-container #accordionFaqs .card .answer {
  font-weight: 500;
  color: #5D5D5D;
}
.faqs .faqs-container #accordionFaqs .card .answer p {
  padding: 20px 0;
}
.fancybox-content img {
  width: 100%;
}
footer {
  background-color: #2C2A29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
footer .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
footer .footer-container .link-holder {
  text-align: center;
  color: white;
  width: 150px;
}
footer .footer-container .link-holder * {
  color: white;
}
footer .footer-container .link-holder:after {
  color: #5D5D5D;
}
footer .footer-container .copyright {
  text-align: center;
  color: #8C8C8C;
  padding-top: 20px;
}
