/******* Polyfills *******/
/******* Functions *******/
/******* Mixins *******/
/******* Bootstrap Variables *******/
.hero__subheader {
  font-size: 0.875rem;
  letter-spacing: 0.125em;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
.hero--template--half-image, .hero--template--featured-post, .hero--template--half-image-featured {
  box-sizing: content-box;
}
.hero--template--half-image .hero__title-link:hover, .hero--template--featured-post .hero__title-link:hover, .hero--template--half-image-featured .hero__title-link:hover {
  color: #808080;
}
.hero--template--half-image .hero__content, .hero--template--featured-post .hero__content, .hero--template--half-image-featured .hero__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.hero--template--half-image .hero-image, .hero--template--featured-post .hero-image, .hero--template--half-image-featured .hero-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 14.375rem;
}
.hero--template--half-image .btn, .hero--template--featured-post .btn, .hero--template--half-image-featured .btn {
  margin-right: auto;
}
.hero--template--half-image .btn-text, .hero--template--featured-post .btn-text, .hero--template--half-image-featured .btn-text {
  font-size: 18px;
  font-weight: 600;
}
.hero--template--half-image .btn-text:before, .hero--template--featured-post .btn-text:before, .hero--template--half-image-featured .btn-text:before {
  bottom: 3px;
  transform: scaleX(1);
}
.hero--template--half-image .btn-text::after, .hero--template--featured-post .btn-text::after, .hero--template--half-image-featured .btn-text::after {
  content: none;
  margin: 0;
}
@media (min-width: 768px) {
  .hero--template--half-image .hero-image, .hero--template--featured-post .hero-image, .hero--template--half-image-featured .hero-image {
    max-height: 18.75rem;
  }
}
@media (min-width: 1020px) {
  .hero--template--half-image, .hero--template--featured-post, .hero--template--half-image-featured {
    max-height: 25rem;
  }
  .hero--template--half-image .hero-image, .hero--template--featured-post .hero-image, .hero--template--half-image-featured .hero-image {
    max-height: 25rem;
  }
}
@media (max-width: 575.98px) {
  .hero {
    background-attachment: scroll !important;
  }
}
.hero--background-type--image {
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .hero--size--auto .hero__video:after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
}
@media (min-width: 1020px) {
  .hero--size--sm .hero__video {
    height: 400px;
  }
}
@media (min-width: 1020px) {
  .hero--size--sm .hero__video {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .hero--size--md .hero__video {
    height: 500px;
  }
}
@media (min-width: 1020px) {
  .hero--size--md .hero__video {
    height: 575px;
  }
}
@media (min-width: 768px) {
  .hero--size--lg .hero__video {
    height: 600px;
  }
}
@media (min-width: 1020px) {
  .hero--size--lg .hero__video {
    height: 700px;
  }
}
.hero--size--cover .hero__video {
  height: 100vh;
}
.hero__video {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1019.98px) {
  .hero__video:after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
}
.hero__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .hero__video .mejs-container {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    background: var(--white);
  }
}
.hero__video .mejs-container .mejs-controls,
.hero__video .mejs-container .mejs-overlay.mejs-overlay-play,
.hero__video .mejs-container .mejs-overlay-loading {
  display: none !important;
}
.hero:hover .hero__video-pause {
  opacity: 1;
}
.hero__video-pause {
  display: inline-block;
  margin-top: 1.5625rem;
  margin-left: 0.9375rem;
  color: var(--white);
  line-height: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.hero__video-pause:hover, .hero__video-pause:focus {
  color: #e1e1e1;
}
.hero__video-pause:focus {
  opacity: 1;
  box-shadow: 0 0 0 0.2rem rgba(50, 53, 60, 0.25);
}
.hero__scroll {
  display: block;
  color: var(--white);
}
.hero__scroll:hover, .hero__scroll:focus {
  color: var(--primary);
}
.hero__scroll .scrollOn {
  animation: action 1s infinite alternate;
}
@media (max-width: 575.98px) {
  .hero .image-row .col {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero .image-row .image-wrap {
  height: 300px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .hero .image-row .image-wrap {
    height: 400px;
  }
}
@media (min-width: 1020px) {
  .hero .image-row .image-wrap {
    height: 460px;
  }
}
@media (min-width: 1370px) {
  .hero .image-row .image-wrap {
    height: 500px;
  }
}
.hero .image-row .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--template--home {
  position: relative;
  padding: 0;
  margin-bottom: 40px;
  background-color: #ffffff !important;
}
@media (min-width: 1020px) {
  .hero--template--home {
    margin-bottom: 60px;
  }
}
.hero--template--home h1, .hero--template--home h2 {
  font-size: 2.5rem;
  padding-top: 50px;
}
@media (min-width: 1020px) {
  .hero--template--home h1, .hero--template--home h2 {
    padding-top: 8px;
    font-size: 3.75rem;
  }
}
@media (min-width: 1370px) {
  .hero--template--home h1, .hero--template--home h2 {
    font-size: 4.375rem;
    padding: 0 50px;
  }
}
.hero--template--home .hero-text-wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 225px;
}
@media (min-width: 768px) {
  .hero--template--home .hero-text-wrap {
    min-height: 165px;
  }
}
.hero--template--home .hero-text-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
}
.hero--template--home .hero-text-wrap .container {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.hero--template--home .hero-text-wrap .container .btn {
  margin-top: 15px;
  background-color: #ffffff;
}
.hero--template--home .hero-text-wrap .container .btn:hover {
  background-color: #e1e1e1;
}
@media (min-width: 1020px) {
  .hero--template--home .hero-text-wrap .container .btn {
    margin-top: 30px;
  }
}
.hero--template--home .cards-wrap {
  width: 100%;
  background: #ffffff;
  padding-top: 20px;
}
.hero--template--home .cards-container {
  position: relative;
}
.hero--template--home .cards-container .row {
  justify-content: space-between;
  margin: 0;
}
.hero--template--home .cards-container .hero-product-card {
  box-shadow: none;
  text-align: center;
  width: 48%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hero--template--home .cards-container .hero-product-card {
    width: 25%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1020px) {
  .hero--template--home .cards-container .hero-product-card {
    width: 33%;
    margin-bottom: 55px;
  }
}
.hero--template--home .cards-container .hero-product-card .product-image-wrap {
  position: relative;
  height: 140px;
  overflow: hidden;
}
@media (min-width: 1020px) {
  .hero--template--home .cards-container .hero-product-card .product-image-wrap {
    height: 200px;
  }
}
@media (min-width: 1370px) {
  .hero--template--home .cards-container .hero-product-card .product-image-wrap {
    height: 250px;
  }
}
.hero--template--home .cards-container .hero-product-card .product-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease;
}
.hero--template--home .cards-container .hero-product-card .stretched-link {
  font-size: 1.125rem;
  font-weight: 600;
}
.hero--template--home .cards-container .hero-product-card .stretched-link:hover, .hero--template--home .cards-container .hero-product-card .stretched-link:focus {
  color: #808080;
}
.hero--template--home .cards-container .hero-product-card .stretched-link:hover .product-image-wrap img, .hero--template--home .cards-container .hero-product-card .stretched-link:focus .product-image-wrap img {
  transform: scale(1.1);
}
.hero--template--home .cards-container .hero-product-card .stretched-link span {
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
}
.hero.request-quote-hero {
  padding: 0;
}

@keyframes action {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(12px);
  }
}
