@charset "UTF-8";
/*
	Theme Name: Solatube Global Theme
	Theme URI:
	Description: Custom theme for Solatube Global Distributors.
	Version: 2.8.1 - November 2024
	Author: TRADEMARK 5150
	Author URI: tm5150.com
	Tags: Blank, HTML5, CSS3
	License: Copyright TRADEMARK 5150
*/
/* =====================================
          MOBILE FIRST STYLING
      This has all universal styles
   ===================================== */
/* SITE VARIABLES */
html {
  height: 100%;
  width: 100%;
}

body {
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  color: #444444;
  background: #f9f9f9;
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
  font-weight: light;
  color: #444;
  margin: 0.5em 0;
}

h1 {
  font-size: 2.5em;
  line-height: 1;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.5em;
  }
}

h6 {
  font-size: 0.8rem;
  font-weight: 100;
}

h2 {
  font-size: 2em;
  line-height: 1;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  max-width: 100%;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.ab-block-cta .ab-button-shape-rounded, .ab-block-cta {
  border-radius: 0;
}

a {
  color: #666;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
  cursor: pointer;
  color: #666;
  text-decoration: underline;
}

input {
  border: 1px solid #ccc;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

form, label, input {
  display: block;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

.noscroll {
  position: fixed;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
}

/* ---------- UNIVERSAL STYLING  ---------- */
#post-404 a:hover {
  text-decoration: none;
  color: #2286c5;
}

.cookie-notice-container {
  border-top: 2px solid #2286c5;
}

section {
  position: relative;
}

#page-content {
  margin-bottom: 4em;
}

.hidden {
  display: none;
}

.hidden-content {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-content {
    display: block;
  }
}

.show-info {
  padding: 13px;
  width: 90%;
  font-size: 15px;
  text-align: center;
  margin: 15px auto;
  background: #aaa;
  color: #fff;
  border-right: none;
}
@media screen and (min-width: 768px) {
  .show-info {
    display: none;
  }
}

.btn-primary, .gform_button {
  display: inline-block;
  border-radius: 0;
  background-color: #808285;
  border: none;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  padding: 10px 40px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #fff;
}
.btn-primary:hover, .gform_button:hover {
  background-color: #2286c5;
  text-decoration: none;
}

.btn-primary-blue {
  border-radius: 0;
  background-color: #2286c5;
  color: #ffffff;
  border: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  padding: 10px 40px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9em;
}
.btn-primary-blue:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #666;
  color: #ffffff;
  text-decoration: none;
}

span.graybar {
  display: inline-block;
  width: 52px;
  height: 5px;
  margin: 10px 0 0;
  background: rgba(200, 200, 200, 0.8);
}

.bottom-cta {
  margin: 4em auto;
}
.bottom-cta h2 {
  margin-bottom: 20px;
}

.gform_wrapper textarea {
  border-color: #CCCCCC;
}

.section-headline {
  color: #2286c5;
  font-weight: 600;
}

.toggle-btn {
  cursor: pointer;
  margin: 0;
}
.toggle-btn p {
  margin-bottom: 0;
  padding-left: 50px;
}

.toggle-content {
  display: none;
  margin: 20px 0;
}
.toggle-content p {
  margin-bottom: 0;
}

.video-banner .video-thumblink {
  width: 120% !important;
  max-width: none;
  margin-left: -10%;
}
.video-banner .video-banner-text {
  padding: 25px;
  margin: 0 auto;
}
.video-banner .video-banner-text h3 {
  font-size: 24px;
}

.video-thumb-container {
  position: relative;
  cursor: pointer;
}
.video-thumb-container .textblock {
  margin: 3em 0;
}
.video-thumb-container.activated .video-responsive:after {
  display: none;
}
.video-thumb-container .video-responsive:after {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 61px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -45px;
  z-index: 100;
  background: url("../theme5150/img/icons/youtube-play-sprite.png") no-repeat;
  background-position: 0 0;
  background-size: 90px auto;
}
.video-thumb-container .video-responsive:hover:after {
  background-position: 0 -62px;
  cursor: pointer;
}
.video-thumb-container .video-responsive.activated:after {
  display: none;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: none;
}
.video-responsive img {
  width: 100%;
}

.showcase-video-thumb {
  position: relative;
}
.showcase-video-thumb:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 41px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  background: url(../theme5150/img/icons/youtube-play-sprite.png) no-repeat;
  background-position: 0 0;
  background-size: 60px auto;
}
.showcase-video-thumb:hover:after {
  background-position: 0 -41px;
  cursor: pointer;
}
.showcase-video-thumb.is-expanded:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .faded-left {
    position: relative;
    display: inline-block;
    color: white;
    float: right;
    width: 65%;
  }
  .faded-left:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-collapse: separate;
    -webkit-box-shadow: inset 40px 0 25px -10px;
            box-shadow: inset 40px 0 25px -10px;
  }
}
.divider {
  display: block;
  padding: 40px;
  background-image: url(../theme5150/img/icons/hr.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: calc(100% - 30px);
  height: 62px;
  max-width: 1110px;
  margin: 0 auto;
}

.row {
  margin: 0;
}

.text-on-white {
  margin: 2em auto;
}
@media screen and (min-width: 768px) {
  .text-on-white {
    margin: 5em auto;
  }
}

/* --- HERO SECTIONS --- */
.hero-text-top-left .text {
  position: relative;
  margin: 0 auto 3em;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero-text-top-left .text {
    position: absolute;
    top: 40px;
    left: 40px;
    margin: 0;
    text-align: left;
  }
}

.hero-big-image-text-left {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .hero-big-image-text-left {
    margin-bottom: 5em;
  }
}
.hero-big-image-text-left img {
  width: 100%;
}
.hero-big-image-text-left .text {
  position: relative;
  width: 300px;
  margin: 3em auto;
  text-align: center;
  z-index: 1;
}
.hero-big-image-text-left .text h1 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .hero-big-image-text-left .text {
    position: absolute;
    top: 50%;
    left: 75px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    text-align: left;
  }
}

/* --- TECHNOLOGY CALLOUTS --- */
.technology-callout {
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  background-color: #f1f1f1 !important;
  margin: 40px 0;
  padding: 7% 6% 12%;
}
.technology-callout h2 {
  text-shadow: none;
  color: #444;
}

/* --- IMAGE TEXT SECTIONS --- */
.image-text-section .image-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .image-text-section .image-container {
    width: 50%;
  }
}
.image-text-section .text {
  padding: 30px;
}
.image-text-section .text h3 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .image-text-section .text {
    width: 50%;
  }
}

/* --- Bottom Services Links --- */
.bottom-services-links {
  margin-top: 4em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 576px) {
  .bottom-services-links {
    padding: 0 4em;
  }
}
@media screen and (min-width: 768px) {
  .bottom-services-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bottom-services-links .service-link {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0;
  color: #fff;
  background-color: #808285;
  padding: 20px 25px;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .bottom-services-links .service-link {
    margin: 5px 10px;
    width: auto;
  }
  .bottom-services-links .service-link:hover {
    text-decoration: none;
    background: #2286c5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .bottom-services-links .service-link:hover img {
    opacity: 1;
  }
}
.bottom-services-links .service-link img {
  display: inline-block;
  width: 60px;
  height: auto;
  margin-right: 4px;
  position: relative;
}
.bottom-services-links .service-link span {
  display: inline-block;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2;
  position: relative;
  max-width: 120px;
}

/* --- Applications Carousel Section --- */
.applications-section {
  text-align: center;
  padding: 30px 0 15px;
}

.applications-carousel {
  margin: 35px 0;
}

.applications-carousel .carousel-item {
  padding-right: 20px;
}

.applications-carousel .carousel-item h4 {
  margin: 10px 0;
}

.applications-section .slick-next, .applications-section .slick-prev {
  z-index: 1000;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  top: 40%;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px;
}

.applications-section .slick-prev {
  left: 8px;
}

.applications-section .slick-next {
  right: 20px;
}

.text-image {
  margin: 30px auto;
}
.text-image .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.text-image .row .col {
  -ms-flex-preferred-size: inherit;
      flex-basis: inherit;
}
.text-image .row .col:first-child {
  margin-bottom: 20px;
}
.text-image .row .col img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .text-image .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .text-image .row .col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .text-image .row .col:first-child {
    margin-bottom: 0;
  }
}

.gray-bg {
  background: #EBEBEB;
  padding: 30px;
}

.row-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.row-column-reverse .col {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 25px;
}
.row-column-reverse .col img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-column-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .row-column-reverse .col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .row-column-reverse:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.row-column-reverse .gray-block {
  background: #98a6ae;
}
.row-column-reverse .gray-block:after {
  top: 99.5%;
  left: 60px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #98a6ae;
  border-width: 20px;
}
@media screen and (min-width: 640px) {
  .row-column-reverse .gray-block:after {
    left: 99.5%;
    top: 8.5%;
    border-top-color: transparent;
    border-left-color: #98a6ae;
  }
}
@media screen and (min-width: 640px) {
  .row-column-reverse:nth-child(even) .gray-block:after {
    left: auto;
    right: 99.5%;
    border-left-color: transparent;
    border-right-color: #98a6ae;
  }
}

.responsive-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.responsive-row .col {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-bottom: 15px;
}
.responsive-row img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .responsive-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .responsive-row .col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .responsive-row .col:first-child {
    margin-bottom: 0;
  }
}

.text-and-small-image div:nth-child(2) img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.title-link {
  text-decoration-color: #4E4F50;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .title-link {
    text-decoration: none;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    position: relative;
    display: inline-block;
    max-width: 93%;
  }
  .title-link:hover {
    text-decoration: underline;
    color: #444;
  }
  .title-link:before {
    content: "→";
    position: absolute;
    left: 80%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    color: #444;
    font-size: 80%;
  }
  .title-link:hover:before {
    left: 101%;
    opacity: 1;
  }
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li button:before {
  font-size: 12px;
  line-height: 19px;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #2286c5;
}
.slick-dots li button:hover:before, .slick-dots li .slick-dots li button:focus:before {
  opacity: 1;
  color: #2286c5;
}

.centered-video {
  max-width: 900px;
  margin: 5em auto;
}

/* -- Technology Pages - global styles -- */
.tech-template .textblock .expand span {
  display: inline-block;
  -webkit-appearance: none;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
  height: 40px;
  width: 40px;
  padding: 2px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 20px;
  color: #6a6a6a;
  position: relative;
}
.tech-template .textblock .expand {
  font-size: 20px;
  -webkit-appearance: none;
  border: none !important;
  outline: none !important;
  background: transparent;
}
.tech-template .textblock .text h2 {
  font-size: 2em;
  line-height: 1.15;
  border-bottom: 1px solid #666666;
  margin-bottom: 25px;
}
.tech-template .textblock .text h4 {
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.15;
}
.tech-template .textblock .text ul {
  padding-left: 20px;
  line-height: 1.2;
}
.tech-template .textblock .text ul li {
  margin: 5px 0;
}
.tech-template .textblock .text .close {
  position: absolute;
  top: 15px;
  right: 18px;
  color: #2286c5;
  padding: 3px;
  opacity: 1;
  text-shadow: none;
  font-size: 30px;
}
.tech-template .textblock .text {
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.97);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 30px;
}
.tech-template .textblock .cksmall {
  font-size: 0.8em;
  line-height: 1.2;
  display: inline-block;
  padding-left: 5px;
  text-indent: -5px;
}

@font-face {
  font-family: "fontello";
  src: url("font/fontello.eot?34943191");
  src: url("font/fontello.eot?34943191#iefix") format("embedded-opentype"), url("font/fontello.woff2?34943191") format("woff2"), url("font/fontello.woff?34943191") format("woff"), url("font/fontello.ttf?34943191") format("truetype"), url("font/fontello.svg?34943191#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?34943191#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cancel-circled:before {
  content: "\e800";
} /* '' */
.icon-location:before {
  content: "\e801";
} /* '' */
.icon-phone:before {
  content: "\e802";
} /* '' */
.icon-info-circled:before {
  content: "\e803";
} /* '' */
.icon-right-open:before {
  content: "\e804";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-gplus:before {
  content: "\f0d5";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-download-cloud:before {
  content: "\f0ed";
} /* '' */
.icon-doc-text-inv:before {
  content: "\f15c";
} /* '' */
.icon-youtube:before {
  content: "\f167";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-tumblr:before {
  content: "\f173";
} /* '' */
.icon-skype:before {
  content: "\f17e";
} /* '' */
.icon-google:before {
  content: "\f1a0";
} /* '' */
.icon-yelp:before {
  content: "\f1e9";
} /* '' */
.icon-pinterest:before {
  content: "\f231";
} /* '' */
.icon-link-ext:before {
  content: "\f08e";
  margin: 0 5px;
} /* '' */
/*------------------------------------*\
    SASS PARTIALS
\*------------------------------------*/
/* HEADER */
a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: #fff;
}

.fixed-body {
  overflow: hidden;
}

.slide {
  -webkit-transform: translate(-80%, 0px);
      -ms-transform: translate(-80%, 0px);
          transform: translate(-80%, 0px);
  -webkit-box-shadow: 0px 0px 30px #333;
          box-shadow: 0px 0px 30px #333;
}

header {
  position: relative;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0px -20px 20px 5px rgba(0, 0, 0, 0.75);
          box-shadow: 0px -20px 20px 5px rgba(0, 0, 0, 0.75);
}

#nav-sliding-container {
  position: relative;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 10;
  background: #fff;
  overflow: hidden;
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.75);
}

#desktop-menu {
  display: none;
}
#desktop-menu .current-menu-item > a {
  font-weight: 600;
}

#mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100vh;
  overflow: scroll;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#mobile-menu.appear {
  opacity: 1;
}
#mobile-menu .current-menu-item > a {
  font-weight: 600;
}
#mobile-menu .privacy-policy-link {
  display: none;
}
#mobile-menu .main-nav div.d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mobile-menu .btn-primary {
  width: 100%;
  text-align: center;
  color: #fff;
}
#mobile-menu .main-menu {
  width: 100%;
  list-style: none;
  padding: 0;
}
#mobile-menu .main-menu li {
  border-bottom: 1px solid #939598;
}
#mobile-menu .main-menu li a {
  padding: 15px 20px;
  text-align: left;
  color: #666;
}
#mobile-menu .main-menu li .sub-menu-toggle {
  position: absolute;
  top: 11px;
  right: 15px;
}
#mobile-menu .main-menu li .sub-menu-toggle::before {
  content: "+";
  display: block;
  font-size: 1.4em;
  color: #8c8f93;
}
#mobile-menu .main-menu li .sub-menu-toggle.active::before {
  content: "-";
  font-size: 1.4em;
}
#mobile-menu .main-menu li .sub-menu {
  list-style: none;
  padding: 0;
  font-size: 0.9em;
  background: #ededed;
}
#mobile-menu .main-menu li .sub-menu li {
  border-bottom: none;
}
#mobile-menu .main-menu li .sub-menu .sub-menu {
  padding-left: 21px;
  display: block;
}
#mobile-menu .main-menu li .sub-menu .sub-menu li a {
  border-left: 1px solid #808285;
}

.header .main-nav ul .sub-menu .sub-menu {
  display: block;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 10px;
  border-left: 1px solid #808285;
}

.main-nav a {
  font-style: normal;
  font-weight: 300;
  font-size: 0.9em;
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}
.main-nav a:hover {
  text-decoration: none;
}

.logo-contact-header {
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .logo-contact-header {
    padding: 25px;
    padding-left: 15px;
    padding-right: 5px;
  }
}
.logo-contact-header .logo {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #EBEBEB;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .logo-contact-header .logo {
    width: 260px;
    background: transparent;
    padding: 0;
  }
}
.logo-contact-header .logo a:hover {
  text-decoration: none;
}
.logo-contact-header .logo .logo-img {
  width: 160px;
}
@media screen and (min-width: 992px) {
  .logo-contact-header .logo .logo-img {
    max-height: 90px;
    width: auto;
  }
}
.logo-contact-header .logo .dealer-country {
  color: #2286c5;
  text-align: right;
  padding-right: 6px;
  margin-bottom: 0;
  display: inline-block;
  float: right;
  margin-top: 3px;
}
@media screen and (min-width: 992px) {
  .logo-contact-header .logo .dealer-country {
    float: none;
    margin-top: -5px;
    display: block;
  }
}
.logo-contact-header .dealer-logo {
  width: 100%;
  padding: 15px 15px 0;
}
@media screen and (min-width: 992px) {
  .logo-contact-header .dealer-logo {
    width: auto;
    padding: 0;
  }
}
.logo-contact-header .dealer-logo img {
  max-width: 120px;
}

.header .main-nav {
  display: none;
  background: #f2f2f2;
}

.header .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .main-nav ul .sub-menu {
  padding: 0;
}

.main-nav li ul {
  display: none;
}

.menu-item-has-children {
  position: relative;
}

.menu-item .menu-drawer-btn {
  display: none;
}

.menu-item.menu-item-has-children .menu-drawer-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
}

.menu-button-container {
  position: absolute;
  bottom: 65px;
  right: 30px;
  display: inline-block;
  padding: 0;
  width: 35px;
  height: 27px;
}

.menu-btn, .menu-btn:before, .menu-btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  height: 4px;
  width: 35px;
  border-radius: 15px;
  cursor: pointer;
  background: #cfcfcf;
  display: inline-block;
  content: "";
}

.menu-btn:before, .menu-btn:after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.menu-btn:before {
  top: -10px;
}

.menu-btn:after {
  top: 10px;
}

.menu-btn.active {
  width: 0;
  background: #cfcfcf;
}

.menu-btn.active:before {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
      -ms-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px);
  background: #cfcfcf;
  top: -2px;
}

.menu-btn.active:after {
  -webkit-transform: rotate(45deg) translate(-15px, -14.5px);
      -ms-transform: rotate(45deg) translate(-15px, -14.5px);
          transform: rotate(45deg) translate(-15px, -14.5px);
  background: #cfcfcf;
  top: 18px;
}

/* FOOTER */
footer {
  position: relative;
  background: #EBEBEB;
  padding: 50px 0 0;
  font-size: 0.9em;
}
footer a:not([href]):not([tabindex]) {
  font-weight: 600;
  color: #808285;
}
footer a:not([href]):not([tabindex]):hover {
  font-weight: 600;
  color: #808285;
  text-decoration: none !important;
}
footer .products-label a {
  font-weight: 100 !important;
}
footer .home {
  display: none;
}
footer .footer-wrapper {
  max-width: 1140px;
  margin: 0 auto 30px;
}
footer .footer-links {
  width: 100%;
}
footer .footer-links .homepage-link {
  display: none;
}
footer .footer-links .menu-item-has-children > a:hover {
  text-decoration: underline;
  cursor: initial;
}
footer .footer-links .menu-item-has-children {
  margin: 10px 0;
}
@media screen and (min-width: 992px) {
  footer .footer-links .menu-item-has-children {
    margin: 0;
  }
}
footer .footer-links ul:not(.sub-menu) {
  padding: 0;
  list-style: none;
}
footer .footer-links .sub-menu {
  list-style: none;
  padding-left: 0;
}
footer .footer-links .sub-menu .sub-menu {
  padding-left: 10px;
  border-left: 1px solid #808285;
}
@media screen and (min-width: 992px) {
  footer .footer-links ul:not(.sub-menu) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .footer-bottom {
  background: #fff;
  padding: 20px 0;
}
footer .footer-bottom .social-links {
  margin: 0 0 1em;
}
footer .footer-bottom .social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
footer .footer-bottom .social-links a:hover {
  color: #2286c5;
}
footer .footer-bottom .social-links i {
  font-size: 2em;
}
footer .footer-bottom .dealer-locations {
  margin: 0 0 1em;
}
footer .footer-bottom .dealer-locations select {
  padding: 5px 10px;
  line-height: 1.5em;
  border: 1px solid #DDD;
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none;
}

@media screen and (min-width: 992px) {
  #mobile-menu {
    display: none;
  }
  .header .nav-toggle {
    display: none;
  }
  #desktop-menu {
    display: block;
  }
  #desktop-menu .privacy-policy-link {
    display: none;
  }
  .menu-button-container, .menu-drawer-btn {
    display: none;
  }
  .navigation {
    background: #e7e8e8;
  }
  .header .main-nav {
    background: none;
  }
  .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #808285;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .header .main-nav {
    display: block;
  }
  .header .main-nav li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: inline-block;
    padding: 12px 0;
  }
  .header .main-nav li:hover {
    background: #6b6d6f;
  }
  .header .main-nav li.current-menu-item {
    background: #2286c5;
  }
  .header .main-nav li.current-menu-ancestor {
    background: #2286c5;
  }
  .header .main-nav li .sub-menu .current-menu-item, .header .main-nav li .sub-menu .current-menu-parent {
    background: inherit;
  }
  .header .main-nav li .sub-menu li {
    padding: 0;
    border-left: 0;
  }
  .header .main-nav li .sub-menu li:hover {
    background: #fff;
  }
  .header .main-nav li:not(.sub-menu li) {
    padding: 0 10px;
    border-left: 1px solid #c9c9c9;
  }
  .header .main-nav li:first-child {
    border-left: none;
  }
  .header .main-nav ul .sub-menu {
    position: absolute;
    z-index: 990;
    width: 100%;
    left: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.75);
    margin-left: 0;
    padding: 10px 20px;
  }
  .main-nav li:hover ul {
    display: block;
  }
  .header .main-nav li .sub-menu li {
    display: block;
    margin: 0;
  }
  .header .main-nav li .sub-menu li a {
    color: #7f8285;
    border: 0px;
    padding: 5px 0;
    display: block;
    font-size: 0.8em;
    text-align: left;
    text-decoration: none;
  }
  .header .main-nav li .sub-menu li a:hover {
    color: #555555;
  }
  .main-nav li ul li {
    display: block;
  }
  .main-nav .btn-primary {
    display: block;
    color: #fff;
    line-height: 1.7;
  }
  .main-nav .btn-primary:hover {
    text-decoration: none;
  }
}
.page-template-template-home #page-content {
  margin-bottom: 0;
}
.page-template-template-home .home-hero-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-template-home .home-hero-container .hero-nav-container {
  position: relative;
  width: 100%;
}
.page-template-template-home .home-hero-container .hero-nav-container img {
  width: 100%;
  height: 100%;
}
.page-template-template-home .home-hero-container .hero-nav-container .home-hero-text {
  width: 100%;
  position: absolute;
  margin-top: 30px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-template-template-home .home-hero-container .hero-nav-container .home-hero-text h2 {
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (min-width: 814px) {
  .page-template-template-home .home-hero-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-template-template-home .home-hero-container .hero-nav-container {
    width: 49.7%;
  }
}
.page-template-template-home .featured-content article {
  margin-bottom: 3em;
}
.page-template-template-home .featured-content article:last-child {
  margin-right: 0;
}
.page-template-template-home .featured-content article ul {
  padding-left: 18px;
}
@media screen and (min-width: 814px) {
  .page-template-template-home .featured-content article {
    width: calc(33% - 18px);
    margin-right: 30px;
    margin-bottom: 3em;
  }
  .page-template-template-home .featured-content article:last-child {
    margin-right: 0;
  }
}

.page-template-template-residential-products p {
  line-height: 1.6;
}
.page-template-template-residential-products .rendering-bg {
  max-width: 640px;
  margin: 0 auto;
}
.page-template-template-residential-products .intro-and-video {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-template-template-residential-products .intro-text {
  width: 80%;
  text-align: center;
  margin: 30px 10%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.page-template-template-residential-products .intro-text h2 {
  margin: 0 auto 10px;
}
@media screen and (min-width: 770px) {
  .page-template-template-residential-products .intro-text {
    width: 35%;
    margin: 20px 0 0 2.5%;
    text-align: left;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px;
  }
}
@media screen and (min-width: 770px) and (min-width: 1120px) {
  .page-template-template-residential-products .intro-text {
    background: transparent;
    padding: 0;
  }
}
@media screen and (min-width: 770px) {
  .page-template-template-residential-products .intro-text h2 {
    margin: 0 0 10px;
  }
}
.page-template-template-residential-products .video-thumb-container {
  width: 100%;
}
@media screen and (min-width: 770px) {
  .page-template-template-residential-products .video-thumb-container {
    width: 50%;
    z-index: 100;
  }
}
@media screen and (min-width: 814px) {
  .page-template-template-residential-products .video-thumb-container {
    width: 60%;
  }
}
.page-template-template-residential-products .video-thumb-container .video-placeholder {
  width: 100%;
}
.page-template-template-residential-products .video-thumb-container iframe {
  width: 100%;
}
.page-template-template-residential-products .step-one-text .description-text-container {
  position: absolute;
  margin: 10px;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  max-width: 550px;
}
@media screen and (min-width: 375px) {
  .page-template-template-residential-products .step-one-text .description-text-container {
    background: none;
    padding: 0;
    max-width: 480px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 770px) {
  .page-template-template-residential-products .step-one-text .description-text-container {
    position: relative;
    width: 45%;
    margin-top: -18px;
    -webkit-transform: translateX(114%);
        -ms-transform: translateX(114%);
            transform: translateX(114%);
    max-width: none;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px;
  }
}
@media screen and (min-width: 805px) {
  .page-template-template-residential-products .step-one-text .description-text-container {
    margin-top: 5px;
    width: 44%;
  }
}
@media screen and (min-width: 814px) {
  .page-template-template-residential-products .step-one-text .description-text-container {
    width: 40%;
    margin-top: 30px;
    -webkit-transform: translateX(125%);
        -ms-transform: translateX(125%);
            transform: translateX(125%);
  }
}
@media screen and (min-width: 1120px) {
  .page-template-template-residential-products .step-one-text .description-text-container {
    background: transparent;
    padding: 0;
  }
}
@media screen and (min-width: 770px) {
  .page-template-template-residential-products .step-one-text img {
    display: none;
  }
}
.page-template-template-residential-products .step-two-text {
  position: relative;
  margin-bottom: 100px;
}
.page-template-template-residential-products .step-two-text .description-text-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-28%);
      -ms-transform: translateY(-28%);
          transform: translateY(-28%);
  padding: 0 15px;
}
@media screen and (min-width: 400px) {
  .page-template-template-residential-products .step-two-text .description-text-container {
    -webkit-transform: translateY(-22%);
        -ms-transform: translateY(-22%);
            transform: translateY(-22%);
  }
}
@media screen and (min-width: 440px) {
  .page-template-template-residential-products .step-two-text .description-text-container {
    -webkit-transform: translateY(-26%);
        -ms-transform: translateY(-26%);
            transform: translateY(-26%);
  }
}
@media screen and (min-width: 470px) {
  .page-template-template-residential-products .step-two-text .description-text-container {
    -webkit-transform: translateY(-24%);
        -ms-transform: translateY(-24%);
            transform: translateY(-24%);
  }
}
@media screen and (min-width: 490px) {
  .page-template-template-residential-products .step-two-text .description-text-container {
    -webkit-transform: translateY(-19%);
        -ms-transform: translateY(-19%);
            transform: translateY(-19%);
  }
}
@media screen and (min-width: 550px) {
  .page-template-template-residential-products .step-two-text .description-text-container {
    -webkit-transform: translateY(-13%);
        -ms-transform: translateY(-13%);
            transform: translateY(-13%);
  }
}
@media screen and (min-width: 595px) {
  .page-template-template-residential-products .step-two-text .description-text-container {
    -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@media screen and (min-width: 620px) {
  .page-template-template-residential-products .step-two-text .description-text-container {
    -webkit-transform: translateY(-6%);
        -ms-transform: translateY(-6%);
            transform: translateY(-6%);
  }
}
@media screen and (min-width: 770px) {
  .page-template-template-residential-products .step-two-text .description-text-container {
    position: relative;
    z-index: 100;
    margin: 0 0 0 30px;
    padding: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .page-template-template-residential-products .step-two-text .description-text-container img {
    display: none;
  }
}
.page-template-template-residential-products .step-two-text .description-text-container #block-one {
  width: 60%;
  margin-bottom: 38px;
  padding: 1px 15px;
  background: rgba(255, 255, 255, 0.75);
}
.page-template-template-residential-products .step-two-text .description-text-container #block-one h3 {
  max-width: 135px;
  font-size: 1.3em;
}
@media screen and (min-width: 576px) {
  .page-template-template-residential-products .step-two-text .description-text-container #block-one h3 {
    font-size: 1.75em;
    max-width: 186px;
  }
}
.page-template-template-residential-products .step-two-text .description-text-container #block-one .tradmark-symbol {
  font-size: 11px;
  position: relative;
  bottom: 5px;
  left: 2px;
}
@media screen and (min-width: 340px) {
  .page-template-template-residential-products .step-two-text .description-text-container #block-one {
    width: 54%;
    padding: 0;
    background: none;
  }
}
@media screen and (min-width: 400px) {
  .page-template-template-residential-products .step-two-text .description-text-container #block-one {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 470px) {
  .page-template-template-residential-products .step-two-text .description-text-container #block-one {
    margin-bottom: 115px;
  }
}
@media screen and (min-width: 400px) {
  .page-template-template-residential-products .step-two-text .description-text-container #block-one {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 770px) {
  .page-template-template-residential-products .step-two-text .description-text-container #block-one {
    width: 27%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 814px) {
  .page-template-template-residential-products .step-two-text .description-text-container #block-one {
    width: 24%;
  }
}
@media screen and (min-width: 400px) {
  .page-template-template-residential-products .step-two-text .description-text-container #block-two {
    max-width: 500px;
  }
}
@media screen and (min-width: 400px) and (min-width: 930px) {
  .page-template-template-residential-products .step-two-text .description-text-container #block-two {
    max-width: 300px;
  }
}
@media screen and (min-width: 770px) {
  .page-template-template-residential-products .step-two-text .description-text-container #block-two {
    width: 70%;
  }
}
@media screen and (min-width: 814px) {
  .page-template-template-residential-products .step-two-text .description-text-container #block-two {
    width: 70%;
  }
}
.page-template-template-residential-products .step-two-text .description-text-container .block-three h3 {
  max-width: 195px;
}
@media screen and (min-width: 400px) {
  .page-template-template-residential-products .step-two-text .description-text-container .block-three {
    max-width: 285px;
  }
}
@media screen and (min-width: 770px) {
  .page-template-template-residential-products .step-two-text .description-text-container .block-three {
    margin: 15px 0;
    width: 68%;
    max-width: 510px;
  }
}
@media screen and (min-width: 814px) {
  .page-template-template-residential-products .step-two-text .description-text-container .block-three {
    width: 50%;
    margin: 40px 0;
  }
}
@media screen and (min-width: 340px) {
  .page-template-template-residential-products .step-two-text {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 360px) {
  .page-template-template-residential-products .step-two-text {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 400px) {
  .page-template-template-residential-products .step-two-text {
    max-height: 1000px;
    overflow: hidden;
  }
}
@media screen and (min-width: 470px) {
  .page-template-template-residential-products .step-two-text {
    max-height: 1050px;
  }
}
@media screen and (min-width: 525px) {
  .page-template-template-residential-products .step-two-text {
    max-height: 1100px;
  }
}
@media screen and (min-width: 580px) {
  .page-template-template-residential-products .step-two-text {
    max-height: 1150px;
  }
}
@media screen and (min-width: 595px) {
  .page-template-template-residential-products .step-two-text {
    max-height: 1200px;
  }
}
@media screen and (min-width: 770px) {
  .page-template-template-residential-products .step-two-text {
    margin-top: 210px;
    max-height: none;
    overflow: inherit;
  }
  .page-template-template-residential-products .step-two-text img {
    display: none;
  }
}
@media screen and (min-width: 870px) {
  .page-template-template-residential-products .step-two-text {
    margin-top: 320px;
  }
}
@media screen and (min-width: 870px) and (min-width: 1100px) {
  .page-template-template-residential-products .step-two-text {
    padding-bottom: 280px;
  }
}
@media screen and (min-width: 1100px) {
  .page-template-template-residential-products .daylight-dimmer {
    margin-top: -9em;
  }
}
.page-template-template-residential-products .technology-callout {
  position: relative;
}
.page-template-template-residential-products .technology-callout:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .page-template-template-residential-products .technology-callout:before {
    content: none;
  }
}
.page-template-template-residential-products .technology-callout h2, .page-template-template-residential-products .technology-callout a {
  position: relative;
}
.page-template-template-residential-products .video-banner {
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-template-residential-products .video-banner h3 {
  line-height: 1.2;
  max-width: 285px;
}
.page-template-template-residential-products .video-banner .video-placeholder-container {
  cursor: pointer;
}
.page-template-template-residential-products .applications-section {
  position: relative;
  z-index: 100;
  background: #fff;
}
.page-template-template-residential-products .lower-content {
  background: #fff;
}
@media screen and (min-width: 992px) {
  .page-template-template-residential-products .text-on-white {
    margin: 0 auto 115px auto;
    width: 75%;
  }
}

.residential-tech-template {
  /* end tube-section */
}
.residential-tech-template .tube-section {
  padding: 30px 20px 0;
  /* additional styles in style.scss */
  /* additional styles in style.scss */
  /* additional styles in style.scss */
  /* ---------- RESPONSIVE ---------- */
}
.residential-tech-template .tube-section .divider {
  margin: 20px auto;
}
.residential-tech-template .tube-section .tube-and-text {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.residential-tech-template .tube-section .tube {
  position: relative;
  right: -3%;
}
.residential-tech-template .tube-section .textblock .expand span {
  top: -17px;
  margin-right: 6px;
}
.residential-tech-template .tube-section .textblock .expand {
  position: absolute;
}
.residential-tech-template .tube-section .textblock.capture .expand {
  top: 5px;
  left: 47%;
}
.residential-tech-template .tube-section .textblock.capture .expand span {
  float: right;
  margin-left: 6px;
  margin-right: 0;
}
.residential-tech-template .tube-section .textblock.transfer .expand {
  top: 40.5%;
  left: -3%;
}
.residential-tech-template .tube-section .textblock.deliver .expand {
  top: 77%;
  left: -3%;
}
.residential-tech-template .tube-section .modalwrap {
  background: rgba(50, 50, 50, 0.4);
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.residential-tech-template .tube-section .textblock .text {
  position: absolute;
  padding: 35px 35px 35px 25px;
}
.residential-tech-template .tube-section .textblock .text .features-textblock {
  background-size: 80px auto;
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 90px;
  margin-bottom: 20px;
}
.residential-tech-template .tube-section .textblock.capture .text div .features-textblock:nth-child(1) {
  background-image: url(img/residential-technology/raybender.png);
  min-height: 170px;
}
.residential-tech-template .tube-section .textblock.capture .text div .features-textblock:nth-child(2) {
  background-image: url(img/residential-technology/flex.png);
}
.residential-tech-template .tube-section .textblock.capture .text div .features-textblock:nth-child(3) {
  background-image: url(img/residential-technology/light-tracker.png);
}
.residential-tech-template .tube-section .textblock.capture .text div .features-textblock:nth-child(4) {
  background-image: url(img/residential-technology/raybender-slim.png);
}
.residential-tech-template .tube-section .textblock.transfer .text div .features-textblock:nth-child(1) {
  background-image: url(img/residential-technology/transfer.png);
}
.residential-tech-template .tube-section .textblock.deliver .text div .features-textblock:nth-child(1) {
  background-image: url(img/residential-technology/diffuser.png);
}
@media screen and (min-width: 410px) {
  .residential-tech-template .tube-section .textblock.capture .expand {
    top: 1.5%;
    left: 49%;
  }
  .residential-tech-template .tube-section .textblock.transfer .expand {
    top: 40.5%;
    left: 0%;
  }
  .residential-tech-template .tube-section .textblock.deliver .expand {
    top: 77%;
    left: 0%;
  }
}
@media screen and (min-width: 480px) {
  .residential-tech-template .tube-section .textblock.capture .expand {
    top: 1.5%;
    left: 53%;
  }
  .residential-tech-template .tube-section .textblock.transfer .expand {
    top: 40.5%;
    left: 2%;
  }
  .residential-tech-template .tube-section .textblock.deliver .expand {
    top: 77%;
    left: 2%;
  }
}
@media screen and (min-width: 575px) {
  .residential-tech-template .tube-section .textblock.capture .expand {
    top: 1.5%;
    left: 57%;
  }
  .residential-tech-template .tube-section .textblock.transfer .expand {
    top: 41%;
    left: 3%;
  }
  .residential-tech-template .tube-section .textblock.deliver .expand {
    top: 77%;
    left: 3%;
  }
}
@media screen and (min-width: 768px) {
  .residential-tech-template .tube-section .tube {
    width: 65%;
    max-width: 800px;
    right: -13.5%;
  }
  .residential-tech-template .tube-section .textblock.capture .expand {
    top: 1.5%;
    left: 47%;
  }
  .residential-tech-template .tube-section .textblock.transfer .expand {
    top: 41.5%;
    left: 12%;
  }
  .residential-tech-template .tube-section .textblock.deliver .expand {
    top: 77.25%;
    left: 12%;
  }
}
@media screen and (min-width: 992px) {
  .residential-tech-template .tube-section .divider {
    margin: 30px auto;
  }
  .residential-tech-template .tube-section .textblock .text {
    max-width: 800px;
    height: auto;
    max-height: 80vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 5px solid #2286c5;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  }
  .residential-tech-template .tube-section .textblock.capture .expand {
    top: 1.35%;
    left: 51%;
  }
  .residential-tech-template .tube-section .textblock.transfer .expand {
    top: 41.25%;
    left: 14%;
  }
  .residential-tech-template .tube-section .textblock.deliver .expand {
    top: 77.25%;
    left: 14%;
  }
  .residential-tech-template .tube-section .textblock .text {
    padding: 40px 40px 40px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .residential-tech-template .tube-section .tube {
    width: 70%;
    right: -12%;
  }
  .residential-tech-template .tube-section .textblock.transfer {
    top: 37%;
    left: 4%;
    width: 28%;
  }
  .residential-tech-template .tube-section .textblock.deliver {
    top: 66%;
    left: 4%;
    width: 35%;
  }
}

/* end residential-tech-template */
.category-buttons {
  margin: 2em auto 4em;
  width: calc(100% - 30px);
  background: #CCCCCC;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .category-buttons {
    padding: 0;
    background: #808285;
    width: 100%;
  }
}
.category-buttons .filter-button {
  background: #808285;
  border-right: none;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 100;
  padding: 13px 10px 12px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin: 10px;
}
.category-buttons .filter-button:hover {
  background: #6b6d6f;
}
.category-buttons .filter-button:focus {
  outline: none;
}
.category-buttons .filter-button.active {
  background: #2286c5;
}
@media screen and (min-width: 768px) {
  .category-buttons .filter-button {
    border-right: 1px solid #c9c9c9;
    margin: 0;
  }
  .category-buttons .filter-button:first-child {
    border-left: 1px solid #c9c9c9;
  }
}

.gallery-section {
  position: initial;
  margin-bottom: -10px;
}
.gallery-section .thumbnail-container {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .gallery-section .thumbnail-container {
    width: 33.33%;
  }
}
.gallery-section .image-basic {
  cursor: pointer;
  margin: 0 10px 10px;
}
.gallery-section .image-basic .is-expanded .image-expand {
  max-height: 1000px;
  margin-bottom: 10px;
}
.gallery-section .image-basic.is-collapsed .arrow-up {
  display: block;
  height: 10px;
  width: 100%;
}
.gallery-section .image-basic.is-expanded .arrow-up {
  display: block;
  border-bottom: 8px solid #808285;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 0;
  width: 0;
  margin: 2px auto 0;
}
.gallery-section .image-expand {
  padding: 0 5px;
  overflow: hidden;
  background: #808285;
  -webkit-transition: max-height 0.3s ease-in-out, margin-bottom 0.1s 0.2s;
  transition: max-height 0.3s ease-in-out, margin-bottom 0.1s 0.2s;
  width: 100%;
}
.gallery-section .image-expand .d-flex {
  padding: 30px;
}
.gallery-section .image-expand .d-flex .expanded-image-container {
  width: 100%;
  margin-top: 45px;
}
.gallery-section .image-expand .d-flex .expanded-image-container img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 680px) {
  .gallery-section .image-expand .d-flex .expanded-image-container {
    width: 55%;
    margin-top: 0;
  }
}
.gallery-section .image-expand .d-flex .link-text-container {
  width: 100%;
}
.gallery-section .image-expand .d-flex .link-text-container h3 {
  color: #fff;
  margin-bottom: 30px;
}
.gallery-section .image-expand .d-flex .link-text-container p {
  color: #fff;
}
@media screen and (min-width: 680px) {
  .gallery-section .image-expand .d-flex .link-text-container {
    width: calc(45% - 30px);
    padding: 30px;
  }
}
.gallery-section .image-expand .d-flex .link-text-container .download-image-button {
  display: block;
  position: relative;
  top: 12px;
  margin-top: 15px;
}
.gallery-section .image-expand .d-flex .link-text-container .download-image-button svg {
  width: 35px;
}
.gallery-section .expand-close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
  z-index: 100;
}
.gallery-section .image-large {
  max-width: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery-section .expand-close:before {
  content: "×";
}
.gallery-section .expand-close:hover {
  color: #333;
}

.page-template-template-commercial-products .cat-item {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-template-template-commercial-products .cat-item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
.page-template-template-commercial-products .cat-item .image-and-info {
  position: relative;
}
.page-template-template-commercial-products .cat-item .image-and-info img {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-template-template-commercial-products .cat-item .image-and-info img {
    width: auto;
    height: 100%;
  }
}
.page-template-template-commercial-products .cat-item .image-and-info .hover-text {
  display: none;
}
.page-template-template-commercial-products .cat-item .image-and-info .hover-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 134, 197, 0.9);
  mix-blend-mode: multiply;
  color: #fff;
}
.page-template-template-commercial-products .cat-item .image-and-info .hover-text p {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  mix-blend-mode: normal;
  color: #fff;
  z-index: 99;
  font-size: 19px;
}
.page-template-template-commercial-products .cat-item .image-and-info .hover-text p span {
  display: block;
  margin: 20px 0;
}
@media screen and (min-width: 992px) {
  .page-template-template-commercial-products .cat-item .image-and-info:hover .hover-text {
    display: block;
  }
}
.page-template-template-commercial-products .cat-item .image-and-info .info-icon-wrapper {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  padding: 9px;
  font-size: 2.3em;
  color: #fff;
  bottom: 1px;
  right: 1px;
  background: rgba(20, 60, 80, 0.3);
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.page-template-template-commercial-products .cat-item .image-and-info .info-icon-wrapper.active {
  background: rgba(250, 250, 250, 0.3);
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
@media screen and (min-width: 992px) {
  .page-template-template-commercial-products .cat-item .image-and-info .info-icon-wrapper {
    display: none;
  }
}
.page-template-template-commercial-products .cat-item h4.cat-title {
  text-align: center;
  font-size: 23px;
  margin: 15px auto;
  display: inline-block;
  background: #808285;
  color: #fff;
  padding: 12px 22px;
}
.page-template-template-commercial-products .cat-item h4.cat-title a, .page-template-template-commercial-products .cat-item h4.cat-title a:hover {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .page-template-template-commercial-products .cat-item h4.cat-title {
    display: block;
    background: transparent;
    color: #444;
    padding: 3px;
    font-size: 25px;
  }
  .page-template-template-commercial-products .cat-item h4.cat-title a, .page-template-template-commercial-products .cat-item h4.cat-title a:hover {
    color: #444;
  }
}
.page-template-template-commercial-products .text-on-white {
  margin: 2em auto;
}
.page-template-template-commercial-products .text-on-white h3 {
  font-size: 2.1em;
}
.page-template-template-commercial-products .image-text-section {
  margin-bottom: 10px;
}
.page-template-template-commercial-products .on-the-scene .video-thumb-container {
  width: 100%;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .page-template-template-commercial-products .on-the-scene .video-thumb-container {
    width: 45%;
  }
}

@media screen and (min-width: 768px) {
  .page-template-template-commercial-technology .hero-text-top-left {
    color: #fff;
  }
  .page-template-template-commercial-technology .hero-text-top-left h1 {
    color: #fff;
  }
}
.page-template-template-commercial-technology .hero-text-top-left .video-responsive {
  padding-bottom: 42.25%;
}

.skyvault-tech-template {
  /* end tube-section */
}
.skyvault-tech-template .tube-section {
  padding: 30px 0 50px 0;
  text-align: right;
  /* ---------- RESPONSIVE ---------- */
}
.skyvault-tech-template .tube-section .skyvault-tech-tube {
  position: relative;
  display: inline-block;
  max-width: 90%;
}
.skyvault-tech-template .tube-section .tube-text-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1150px;
  margin: 0 auto;
  text-align: left;
  height: 100%;
}
.skyvault-tech-template .tube-section .textblock {
  position: absolute;
  left: 5%;
}
.skyvault-tech-template .tube-section .textblock.capture {
  top: 11%;
}
.skyvault-tech-template .tube-section .textblock.transfer {
  top: 54%;
  left: 6%;
}
.skyvault-tech-template .tube-section .textblock.deliver {
  top: 75%;
  left: 4%;
}
.skyvault-tech-template .tube-section .textblock .expand span {
  margin-right: 7px;
}
.skyvault-tech-template .tube-section .modalwrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
}
.skyvault-tech-template .tube-section .textblock .text {
  position: relative;
}
.skyvault-tech-template .tube-section .textblock .features-textblock {
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .skyvault-tech-template .tube-section .skyvault-tech-tube {
    max-width: 88%;
  }
  .skyvault-tech-template .tube-section .textblock.capture {
    top: 18%;
  }
  .skyvault-tech-template .tube-section .textblock.transfer {
    top: 59%;
    left: 7%;
  }
  .skyvault-tech-template .tube-section .textblock.deliver {
    top: 79%;
    left: 3%;
  }
}
@media screen and (min-width: 768px) {
  .skyvault-tech-template .tube-section .modalwrap {
    display: block !important;
    position: relative;
    height: auto;
    width: auto;
  }
  .skyvault-tech-template .tube-section .textblock .text .close,
  .skyvault-tech-template .tube-section .textblock .expand {
    display: none;
  }
  .skyvault-tech-template .tube-section .tube-text-container {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0.85em;
  }
  .skyvault-tech-template .tube-section .skyvault-tech-tube {
    max-width: 75%;
  }
  .skyvault-tech-template .tube-section .textblock .text {
    background: transparent;
    padding: 20px;
  }
  .skyvault-tech-template .tube-section .textblock .text h2 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .skyvault-tech-template .tube-section .textblock.capture {
    top: -10px;
    left: 0;
    width: 60%;
  }
  .skyvault-tech-template .tube-section .textblock.capture .features-textblock:nth-child(2),
  .skyvault-tech-template .tube-section .textblock.capture .features-textblock:nth-child(3) {
    width: 68%;
  }
  .skyvault-tech-template .tube-section .textblock.transfer {
    top: 39%;
    left: 0;
    width: 58%;
  }
  .skyvault-tech-template .tube-section .textblock.transfer .features-textblock:not(:first-of-type) {
    width: 75%;
  }
  .skyvault-tech-template .tube-section .textblock.transfer .features-textblock:nth-child(4) {
    width: 55%;
  }
  .skyvault-tech-template .tube-section .textblock.deliver {
    top: 90%;
    left: 0;
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .skyvault-tech-template .tube-section .tube-text-container {
    font-size: 0.92em;
  }
  .skyvault-tech-template .tube-section .textblock .features-textblock {
    margin-bottom: 15px;
  }
  .skyvault-tech-template .tube-section .textblock.capture {
    top: 0;
    width: 60%;
  }
  .skyvault-tech-template .tube-section .textblock.transfer {
    top: 38%;
    width: 57%;
  }
  .skyvault-tech-template .tube-section .textblock.transfer .features-textblock:nth-child(2) {
    width: 90%;
  }
  .skyvault-tech-template .tube-section .textblock.transfer .features-textblock:nth-child(4) {
    width: 78%;
  }
  .skyvault-tech-template .tube-section .textblock.deliver {
    top: 81%;
    width: 28%;
  }
}
@media screen and (min-width: 1200px) {
  .skyvault-tech-template .tube-section .tube-text-container {
    font-size: 1em;
  }
  .skyvault-tech-template .tube-section .skyvault-tech-tube {
    max-width: 85%;
  }
  .skyvault-tech-template .tube-section .textblock.capture {
    top: 6%;
    width: 60%;
  }
  .skyvault-tech-template .tube-section .textblock.transfer {
    top: 40%;
    width: 57%;
  }
}

/* end skyvault-tech-template */
.solamaster-tech-template {
  /* end tube-section */
}
.solamaster-tech-template .tube-section {
  padding: 40px 0 70px 0;
  text-align: right;
  /* ---------- RESPONSIVE ---------- */
}
.solamaster-tech-template .tube-section .solamaster-tech-tube {
  position: relative;
  display: inline-block;
  max-width: 90%;
}
.solamaster-tech-template .tube-section .tube-text-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1150px;
  margin: 0 auto;
  text-align: left;
  height: 100%;
}
.solamaster-tech-template .tube-section .textblock {
  position: absolute;
  left: 5%;
}
.solamaster-tech-template .tube-section .textblock.capture {
  top: 13%;
  left: 12%;
}
.solamaster-tech-template .tube-section .textblock.transfer {
  top: 31%;
  left: 4%;
}
.solamaster-tech-template .tube-section .textblock.deliver {
  top: 86%;
  left: 35%;
}
.solamaster-tech-template .tube-section .textblock .expand span {
  margin-right: 7px;
}
.solamaster-tech-template .tube-section .modalwrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
}
.solamaster-tech-template .tube-section .textblock .text {
  position: relative;
}
.solamaster-tech-template .tube-section .textblock .text h4 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 3px;
}
.solamaster-tech-template .tube-section .textblock .features-textblock {
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .solamaster-tech-template .tube-section .solamaster-tech-tube {
    max-width: 88%;
  }
  .solamaster-tech-template .tube-section .textblock.capture {
    top: 14%;
    left: 21%;
  }
  .solamaster-tech-template .tube-section .textblock.transfer {
    top: 43%;
    left: 4%;
  }
  .solamaster-tech-template .tube-section .textblock.deliver {
    top: 87%;
    left: 36%;
  }
}
@media screen and (min-width: 768px) {
  .solamaster-tech-template .tube-section .modalwrap {
    display: block !important;
    position: relative;
    height: auto;
    width: auto;
  }
  .solamaster-tech-template .tube-section .textblock .text .close,
  .solamaster-tech-template .tube-section .textblock .expand {
    display: none;
  }
  .solamaster-tech-template .tube-section .tube-text-container {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0.8em;
  }
  .solamaster-tech-template .tube-section .solamaster-tech-tube {
    max-width: 71%;
    margin-right: -30px;
  }
  .solamaster-tech-template .tube-section .textblock .text {
    background: transparent;
    padding: 20px;
  }
  .solamaster-tech-template .tube-section .textblock .text h2 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .solamaster-tech-template .tube-section .textblock.capture {
    top: -5px;
    left: 0;
    width: 69%;
  }
  .solamaster-tech-template .tube-section .textblock.capture .text > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .solamaster-tech-template .tube-section .textblock.capture .features-textblock:first-of-type {
    margin-right: 18px;
  }
  .solamaster-tech-template .tube-section .textblock.transfer {
    top: 29%;
    left: 0;
    width: 49%;
  }
  .solamaster-tech-template .tube-section .textblock.deliver {
    top: 67%;
    left: 0;
    width: 70%;
  }
  .solamaster-tech-template .tube-section .textblock.deliver .text .features-textblock:first-of-type {
    width: 58%;
  }
}
@media screen and (min-width: 840px) {
  .solamaster-tech-template .tube-section .tube-text-container {
    font-size: 0.85em;
  }
  .solamaster-tech-template .tube-section .textblock.capture {
    top: 0;
  }
  .solamaster-tech-template .tube-section .textblock.transfer {
    top: 28%;
    width: 47%;
  }
  .solamaster-tech-template .tube-section .textblock.deliver {
    top: 63%;
    width: 43%;
  }
  .solamaster-tech-template .tube-section .textblock.deliver .text .features-textblock:first-of-type {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .solamaster-tech-template .tube-section .solamaster-tech-tube {
    max-width: 75%;
    margin-right: -20px;
  }
  .solamaster-tech-template .tube-section .tube-text-container {
    font-size: 0.92em;
  }
  .solamaster-tech-template .tube-section .textblock .features-textblock {
    margin-bottom: 15px;
  }
  .solamaster-tech-template .tube-section .textblock.capture {
    top: 1%;
    width: 65%;
  }
  .solamaster-tech-template .tube-section .textblock.transfer {
    top: 27%;
    width: 40%;
  }
  .solamaster-tech-template .tube-section .textblock.deliver {
    top: 62%;
    width: 34%;
  }
  .solamaster-tech-template .tube-section .textblock.deliver .text .features-textblock:first-of-type {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .solamaster-tech-template .tube-section .solamaster-tech-tube {
    max-width: 77%;
    margin-right: 0px;
  }
  .solamaster-tech-template .tube-section .tube-text-container {
    font-size: 1em;
  }
  .solamaster-tech-template .tube-section .textblock.capture {
    width: 70%;
  }
  .solamaster-tech-template .tube-section .textblock.transfer {
    top: 25%;
    width: 38%;
  }
  .solamaster-tech-template .tube-section .textblock.deliver {
    top: 60%;
    width: 36%;
  }
  .solamaster-tech-template .tube-section .textblock .features-textblock {
    margin-bottom: 20px;
  }
  .solamaster-tech-template .tube-section .textblock .text h4 {
    margin-bottom: 6px;
  }
}

/* end solamaster-tech-template */
.faq-page .faqs {
  margin-top: 3em;
}
.faq-page .faqs .faq-category-buttons {
  width: 100%;
  background: #CCCCCC;
  padding: 15px;
}
.faq-page .faqs .faq-category-buttons .filter-button.active {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .faq-page .faqs .faq-category-buttons {
    width: 25%;
  }
}
.faq-page .faqs .faq-category-buttons .hidden-content {
  display: none;
  padding-top: 30px;
}
.faq-page .faqs .faq-category-buttons .hidden-content ul {
  list-style: none;
  padding-left: 15px;
}
.faq-page .faqs .faq-category-buttons .hidden-content h5 {
  cursor: pointer;
}
.faq-page .faqs .faq-category-buttons .hidden-content h5:first-child {
  margin-top: 0;
}
.faq-page .faqs .faq-category-buttons .hidden-content p {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq-page .faqs .faq-category-buttons .hidden-content {
    display: block;
    padding-top: 0;
  }
  .faq-page .faqs .faq-category-buttons .show-info {
    display: none;
  }
}
.faq-page .faqs .faq-holder {
  width: 100%;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .faq-page .faqs .faq-holder {
    width: 75%;
    padding: 30px;
  }
}
.faq-page .faqs .faq-holder .single-faq {
  margin-bottom: 30px;
}
.faq-page .faqs .faq-holder .single-faq.toggle-open .question span {
  color: #2286c5;
  border-color: #2286c5;
}
.faq-page .faqs .faq-holder .single-faq .question {
  font-weight: 400;
  font-size: 1.2em;
}
.faq-page .faqs .faq-holder .single-faq .question span {
  position: absolute;
  border: 1px solid #444;
  border-radius: 50%;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  font-size: 1em;
  margin-right: 15px;
  width: 32px;
  height: 32px;
}
.faq-page .faqs .faq-holder .single-faq .answer {
  padding-left: 50px;
}

.case-study-categories a {
  margin: 20px 5px;
  width: calc(50% - 20px);
}
@media screen and (min-width: 768px) {
  .case-study-categories a {
    margin: 20px 30px;
    width: auto;
  }
  .case-study-categories a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
.case-study-categories a img {
  -webkit-box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
  border: 1px solid #dee2e6;
  padding: 2px;
  width: 180px;
}

.page-template-template-local_resources .resources {
  max-width: 750px;
  margin: 3em auto;
}
.page-template-template-local_resources .resources .resource-items .toggle-btn {
  cursor: pointer;
  border-radius: 0;
  line-height: 1;
  padding: 12px 10px;
  position: relative;
  background: #ebebeb;
  border: 1px solid #d3d3d3;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}
.page-template-template-local_resources .resources .resource-items .toggle-btn i {
  margin-right: 5px;
}
.page-template-template-local_resources .resources .resource-items.toggle-open .toggle-btn {
  background: #fff;
  color: #212121;
  border: 1px solid #aaa;
}
.page-template-template-local_resources .resources .resource-items.toggle-open .toggle-btn i:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page-template-template-local_resources .resources .resource-items .toggle-content {
  padding: 12px 30px;
  border: 1px solid #d3d3d3;
  border-top: none;
  margin-top: -10px;
}
.page-template-template-local_resources .resources .resource-items .toggle-content a {
  display: block;
  margin: 10px 0;
}

.blog-posts .blog-intro {
  margin-top: 15px;
}
.blog-posts .blog-intro h1 {
  display: inline-block;
  margin-top: 0;
}
.blog-posts .blog-intro form {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
@media screen and (min-width: 576px) {
  .blog-posts .blog-intro form {
    width: auto;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-top: 0;
  }
}
.blog-posts .blog-intro form button {
  background: #444;
  color: #fff;
  border: none;
}
.blog-posts article {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 3em;
}
.blog-posts article .post-thumb {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .blog-posts article .post-thumb {
    width: 20%;
  }
}
.blog-posts article .post-thumb img {
  width: 100%;
}
.blog-posts article .post-content {
  width: 100%;
  margin-top: 2em;
}
@media screen and (min-width: 576px) {
  .blog-posts article .post-content {
    width: 77.5%;
    margin-top: 0;
  }
}
.blog-posts article .post-content h2 {
  margin-top: 0;
  font-size: 1.7em;
}
.blog-posts article .post-content h2 a {
  color: #000;
}
.blog-posts article .post-content .read-more {
  color: #2286c5;
}
.blog-posts article:not(:first-child) {
  margin-top: 3em;
}
.blog-posts article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-posts .pagination {
  margin-top: 2em;
}
.blog-posts .pagination span {
  background: #2286c5;
  padding: 5px 10px;
  color: #fff;
  margin-right: 5px;
}
.blog-posts .pagination a {
  background: #CCCCCC;
  padding: 5px 10px;
  margin-right: 5px;
  color: #666;
}

.single-post #page-content {
  margin: 3em 0;
}

.page-template-template-contact #page-content {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .page-template-template-contact #page-content .contact-form {
    width: 60%;
  }
  .page-template-template-contact #page-content .dealer-info {
    width: 36.5%;
  }
  .page-template-template-contact #page-content .dealer-contact {
    border-left: 1px solid #CCCCCC;
    padding-left: 15px;
  }
}

.search-results .page-numbers {
  padding: 0px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=style.css.map */