@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(/node_modules/swiper/dist/css/swiper.min.css);
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* VARABLES ==================================================================*/
/* font stack ================================================================*/
/* font weight ===============================================================*/
/* colors ====================================================================*/
/* transitions ===============================================================*/
/* Media query breakpoints ===================================================*/
/* specific ==================================================================*/
/* Import fonts ============================================================= */
@font-face {
  font-family: 'ClanComp-Medium';
  src: url("../fonts/ClanComp-Medium.eot");
  src: url("../fonts/ClanComp-Medium.woff2") format("woff2"), url("../fonts/ClanComp-Medium.woff") format("woff"), url("../fonts/ClanComp-Medium.ttf") format("truetype"), url("../fonts/ClanComp-Medium.svg#ClanComp-Medium") format("svg"), url("../fonts/ClanComp-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClanComp-News';
  src: url("../fonts/ClanComp-News.eot");
  src: url("../fonts/ClanComp-News.woff2") format("woff2"), url("../fonts/ClanComp-News.woff") format("woff"), url("../fonts/ClanComp-News.ttf") format("truetype"), url("../fonts/ClanComp-News.svg#ClanComp-News") format("svg"), url("../fonts/ClanComp-News.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClanComp-Bold';
  src: url("../fonts/ClanComp-Bold.eot");
  src: url("../fonts/ClanComp-Bold.woff2") format("woff2"), url("../fonts/ClanComp-Bold.woff") format("woff"), url("../fonts/ClanComp-Bold.ttf") format("truetype"), url("../fonts/ClanComp-Bold.svg#ClanComp-Bold") format("svg"), url("../fonts/ClanComp-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClanComp-Book';
  src: url("../fonts/ClanComp-Book.eot");
  src: url("../fonts/ClanComp-Book.woff2") format("woff2"), url("../fonts/ClanComp-Book.woff") format("woff"), url("../fonts/ClanComp-Book.ttf") format("truetype"), url("../fonts/ClanComp-Book.svg#ClanComp-Book") format("svg"), url("../fonts/ClanComp-Book.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/* Default text ============================================================= */
html, body {
  font-family: "ClanComp-Medium", sans-serif;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

/* Headings ================================================================= */
h1,
h2 {
  font-family: "ClanComp-Book", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #484848;
  line-height: 1;
}
h1 small,
h2 small {
  font-size: 20px;
}

h1 {
  color: #484848;
  font-size: 42px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 32px;
  }
}

h3 {
  font-size: 56px;
  line-height: 62px;
  color: #484848;
  margin: 0;
  font-family: "ClanComp-Book", sans-serif;
}

h4 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  color: #222222;
  font-family: "ClanComp-Book", sans-serif;
}

/* Headings ================================================================= */
a {
  color: #000;
  text-decoration: underline;
}

p {
  font-family: "ClanComp-Book", sans-serif;
}
p.leadin {
  text-align: center;
  font-family: "ClanComp-Book", sans-serif;
}

small {
  font-family: "ClanComp-Book", sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.small-title,
.large-title {
  margin-bottom: 15px;
  font-family: "ClanComp-Book", sans-serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.small-title small,
.large-title small {
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .small-title,
  .large-title {
    margin-bottom: 30px;
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .small-title,
  .large-title {
    font-size: 60px;
  }
}

.small-title {
  font-size: 18px;
  color: #000;
}
.small-title small {
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .small-title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .small-title {
    font-size: 34px;
  }
}

@font-face {
  font-family: 'hebel-icons';
  src: url("../fonts/hebel-icons.ttf?kzl2ms") format("truetype"), url("../fonts/hebel-icons.woff?kzl2ms") format("woff"), url("../fonts/hebel-icons.svg?kzl2ms#hebel-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hebel-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-left-2:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-right-2:before {
  content: "\e903";
}

.icon-hamburger:before {
  content: "\e904";
}

.icon-mail:before {
  content: "\e905";
}

.icon-phone:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-facebook-circle:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e90a";
}

.icon-instagram-circle .path1:before {
  content: "\e90b";
  color: black;
}

.icon-instagram-circle .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: white;
}

.icon-linkedin:before {
  content: "\e90d";
}

.icon-linkedin-circle:before {
  content: "\e90e";
}

.icon-pinterest:before {
  content: "\e90f";
}

.icon-pinterest-circle:before {
  content: "\e910";
}

.icon-twitter:before {
  content: "\e911";
}

.icon-twitter-circle:before {
  content: "\e912";
}

.icon-youtube:before {
  content: "\e913";
}

.icon-youtube-circle:before {
  content: "\e914";
}

.icon-acoustic-qualities:before {
  content: "\e915";
}

.icon-acoustic-walls:before {
  content: "\e916";
}

.icon-asbestos-free:before {
  content: "\e917";
}

.icon-balcony-blades:before {
  content: "\e918";
}

.icon-zero-boundary-walls:before,
.icon-corridor-walls:before {
  content: "\e919";
}

.icon-design-versatility:before {
  content: "\e91a";
}

.icon-diy:before {
  content: "\e91b";
}

.icon-energy-effecient:before {
  content: "\e91c";
}

.icon-environmentaly-friendly:before {
  content: "\e91d";
}

.icon-external-walls:before,
.icon-external-walls-2:before,
.icon-multi-residential-external-walls:before {
  content: "\e926";
}

.icon-internal-walls:before {
  content: "\e91e";
}

.icon-fast-construction-rimes:before {
  content: "\e91f";
}

.icon-houses-fencing:before,
.icon-fences:before,
.icon-fencing-mr:before {
  content: "\e920";
}

.icon-fire-resistant:before {
  content: "\e921";
}

.icon-fire-tunnels:before {
  content: "\e922";
}

.icon-fire-walls:before {
  content: "\e923";
}

.icon-floors:before,
.icon-floors-2:before,
.icon-floors-3:before,
.icon-floors-mr:before {
  content: "\e924";
}

.icon-high-rise-facades:before,
.icon-facades:before {
  content: "\e925";
}

.icon-intertenancy-walls:before,
.icon-intertenancy-and-party-walls:before {
  content: "\e927";
}

.icon-risk-minimisation:before {
  content: "\e928";
}

.icon-service-walls:before {
  content: "\e929";
}

.icon-shaft-walls:before {
  content: "\e92a";
}

.icon-strong-and-solid:before {
  content: "\e92b";
}

.icon-superior-insulation:before {
  content: "\e92c";
}

.icon-acoustic-firewalls:before {
  content: "\e916";
}

.icon-sound-barriers:before {
  content: "\e915";
}

/* =================================================
Base
================================================= */
@media only screen and (max-width: 991px) {
  .hidden-md {
    display: block !important;
  }

  .hidden-md--flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hidden-md--inline {
    display: inline-block !important;
  }

  .visible-md,
  .visible-md--flex,
  .visible-md--inline {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hidden-md,
  .hidden-md--flex,
  .hidden-md--inline {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }

  .visible-md--flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .visible-md--inline {
    display: inline-block !important;
  }
}
.print-only {
  display: none;
}

/* General ================================================================== */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

html, body {
  width: 100%;
}

.page-template-page-contact-form {
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
}

a {
  text-decoration: none;
}

p {
  font-size: 14px;
  line-height: 20px;
  color: #555;
  font-family: "ClanComp-Medium", sans-serif;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

button {
  border: none;
  outline: 0;
  background-color: transparent;
  font-size: 16px;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  padding: 15px;
  margin: 0;
  font-size: 16px;
  background-color: #efefef;
  outline: 0;
  border: none;
  resize: none;
  box-sizing: border-box;
  width: 100%;
}

input[type=submit] {
  margin: 0;
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 12px;
}
input[type=submit]:hover {
  cursor: pointer;
}

hr {
  border: none;
  border-top: 1px solid #baaa96;
}
hr.seperator {
  width: 180px;
  margin: 38px auto 40px;
}
hr.small {
  width: 70px;
  height: 5px;
  margin: 0 auto 30px auto;
  background-color: #09235E;
  border: none;
}

ul.arrow-bullets li {
  padding-left: 15px;
  margin-bottom: 8px;
}
ul.arrow-bullets > li {
  background-image: url(../img/bullet-arrow.png);
  background-repeat: no-repeat;
  background-position: left top 5px;
}
ul.square-bullets {
  list-style-type: square;
  margin-left: 15px;
}

table {
  background-color: #ffffff;
  width: 100%;
  margin: 60px 0 30px;
}
table th,
table td {
  padding: 17px 0;
  padding: 15px 10px;
  color: #7d7d7d;
}
table thead {
  background-color: #9b9081;
}
table thead th {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-family: "ClanComp-News", sans-serif;
  line-height: 1;
  vertical-align: middle;
  padding: 11px;
}
table tbody tr:hover {
  background-color: #f8f8f8;
}
table tbody tr td {
  text-align: center;
  font-family: "ClanComp-News", sans-serif;
}
table tbody tr td:first-child {
  font-family: "ClanComp-Medium", sans-serif;
}

img.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
}

.seperator {
  margin-bottom: 20px;
  margin-left: -20px;
}
.seperator.hero .rect {
  fill: #c7eb11;
}
.seperator.houses .rect {
  fill: #fbc82d !important;
}
.seperator.apartments .rect {
  fill: #b5863d !important;
}
.seperator.multi .rect {
  fill: #fbc82d !important;
}
.seperator.civil .rect {
  fill: #fbc82d !important;
}
.seperator.commercial .rect {
  fill: #fbc82d !important;
}
.seperator .line {
  opacity: 0.1 !important;
  fill: #FFFFFF !important;
}
@media only screen and (min-width: 768px) {
  .seperator {
    margin-left: -80px;
  }
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: super;
}

/* layout  ================================================================== */
main#page {
  display: block;
  min-height: 100%;
  padding-top: 66px;
  position: relative;
  z-index: 50;
}
@media only screen and (min-width: 992px) {
  main#page {
    padding-top: 0;
  }
}

.container {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media only screen and (min-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
.container.narrow {
  max-width: 500px;
  margin: 0 30px;
}
@media only screen and (min-width: 768px) {
  .container.narrow {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .container.narrow {
    max-width: 700px;
  }
}

/* buttons ================================================================== */
.btn-primary {
  position: relative;
  z-index: 0;
  clear: both;
  display: inline-block;
  padding: 17px 50px 17px 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  border: 2px solid #000;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
.btn-primary:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
.btn-primary:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-image: url(../img/icon-arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
.btn-primary:hover {
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  background-position: right 15px center;
}
.btn-primary:hover:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
.btn-primary:hover:after {
  right: 16px;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
.btn-primary.white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary.white:before {
  background-color: #ffffff;
}
.btn-primary.white:after {
  background-image: url(../img/icon-arrow-right-white.svg);
}
.btn-primary.white:hover {
  color: #000000;
}
.btn-primary.white:hover:after {
  background-image: url(../img/icon-arrow-right-black.svg);
}
.btn-primary.blue {
  border-color: #1b4098;
  color: #1b4098;
}
.btn-primary.blue:before {
  background-color: #1b4098;
}
.btn-primary.blue:after {
  background-image: url(../img/icon-arrow-right-blue.svg);
}
.btn-primary.blue:hover {
  color: #fff;
}
.btn-primary.blue:hover:after {
  background-image: url(../img/icon-arrow-right-white.svg);
}
.btn-primary.brown {
  border-color: #5d4b47;
  color: #5d4b47;
}
.btn-primary.brown:before {
  background-color: #5d4b47;
}
.btn-primary.brown:after {
  background-image: url(../img/icon-arrow-right-brown.svg);
}
.btn-primary.brown:hover {
  color: #fff;
}
.btn-primary.brown:hover:after {
  background-image: url(../img/icon-arrow-right-white.svg);
}

.btn-secondary {
  padding: 15px 45px 15px 45px;
  text-transform: uppercase;
}
.btn-secondary.blue {
  color: #fff;
  background-color: #1b4098;
  border: 0;
}

.btn-share {
  padding: 12px 45px 12px 45px;
  background-color: #e8ebf4;
  background-image: url(../img/icon-share.png);
  background-repeat: no-repeat;
  background-position: left 20px center;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #1b4098;
  box-sizing: border-box;
}

.swiper-button-disabled {
  opacity: 0.3;
}

/* pagination =============================================================== */
ul.pagination {
  width: auto;
  max-width: 300px;
  margin: 0 auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border: none;
}
ul.pagination li {
  width: auto !important;
  padding: 5px !important;
}
ul.pagination li a {
  color: #555;
}
ul.pagination li.active a {
  color: #1b4098;
}

/* columns ================================================================== */
.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.columns.two-columns .column {
  width: 50%;
}

/* tabs ===================================================================== */
.tabs-container {
  padding: 0 20px;
}
.tabs-container .tabs-background {
  display: none;
}
.tabs-container .tabs-header {
  display: none;
}
.tabs-container .tabs-header + .tabs-content {
  border-top: 1px solid #bbc0cb;
}
.tabs-container .tabs-content sup {
  vertical-align: super !important;
  font-size: smaller !important;
}
.tabs-container .tabs-content sub {
  vertical-align: sub !important;
  font-size: smaller !important;
}
.tabs-container .accordion-button,
.tabs-container .tab-button {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  font-family: "ClanComp-Book", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #555;
  background-color: #ffffff;
  border: 1px solid #bbc0cb;
  border-top: 0;
  box-sizing: border-box;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.tabs-container .accordion-button:hover,
.tabs-container .tab-button:hover {
  color: #222222;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
.tabs-container .accordion-button.active,
.tabs-container .tab-button.active {
  color: #ffffff;
  background-color: #1b4098;
  border: none;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
.tabs-container .accordion-button [class^="icon-"],
.tabs-container .tab-button [class^="icon-"] {
  font-size: 240%;
}
.tabs-container .accordion-button {
  text-align: left;
}
.tabs-container .accordion-button .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  vertical-align: middle;
}
.tabs-container .accordion-button .icon .st0 {
  fill: #555;
}
.tabs-container .accordion-button:after {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  right: 25px;
  width: 16px;
  height: 25px;
  background-image: url(../img/icon-arrow-right-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.tabs-container .accordion-button.active .icon .st0 {
  fill: #ffffff;
}
.tabs-container .accordion-button.active:after {
  transform: rotate(-90deg);
  background-image: url(../img/icon-arrow-right-white.svg);
}
.tabs-container .accordion-button.active + .content {
  border-bottom: 1px solid #bbc0cb;
}
.tabs-container .content {
  display: none;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #efefef;
}
.tabs-container .content.active {
  display: block;
  padding: 30px 10px;
}
@media only screen and (min-width: 768px) {
  .tabs-container {
    padding: 0;
    background-color: #efefef;
  }
  .tabs-container .tabs-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px;
  }
  .tabs-container .tabs-header.full-width:before {
    display: block;
    content: " ";
    background-color: #7a7063;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    height: 80px;
  }
  .tabs-container .tabs-header li.tab-button {
    position: relative;
    width: 220px;
    height: 80px;
    margin: 0;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #ffffff;
    background-color: #7a7063;
    cursor: pointer;
    border: none;
  }
  .tabs-container .tabs-header li.tab-button .icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .tabs-container .tabs-header li.tab-button:hover, .tabs-container .tabs-header li.tab-button.active {
    background-color: #53493a;
  }
  .tabs-container .tabs-header li.tab-button.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #53493a;
    border-width: 10px;
    margin-left: -10px;
  }
  .tabs-container .tabs-header + .tabs-content {
    border-top: none;
  }
  .tabs-container .accordion-button {
    display: none;
  }
  .tabs-container .content {
    display: block;
    height: 0;
    opacity: 0;
  }
  .tabs-container .content.active {
    padding: 40px 0;
    height: auto;
    opacity: 1;
    transition: opacity 0.3s ease-out 0.3s, transform 0.3s ease-out;
  }
}

/* IE10+ specific styles go here */
@media only screen and (-ms-high-contrast: active) and (min-width: 768px), only screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .tabs-header.full-width:before {
    display: block;
    margin-top: -40px;
  }
}
.intro-text {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.intro-text p {
  font-family: "ClanComp-News", sans-serif;
}

@media only screen and (min-width: 768px) {
  .page-commercial-and-industrial .tabs-container .tabs-background {
    height: 140px;
    margin-bottom: -140px;
  }
}
@media only screen and (min-width: 768px) {
  .page-commercial-and-industrial .tabs-container .tabs-header li.tab-button {
    display: inline-block;
    text-align: center;
    height: 140px;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .page-commercial-and-industrial .tabs-container .tabs-header li.tab-button .icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-commercial-and-industrial .tabs-container .tabs-header li.tab-button .name {
    display: block;
  }
}
.page-commercial-and-industrial .tabs-container .tabs-header.full-width:before {
  height: 140px;
}

/* masks ==================================================================== */
.content-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.nav-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}
body.show-nav .nav-mask {
  display: block;
}

/* Popup ==================================================================== */
body.email-popup-open #header,
body.application-popup-open #header {
  display: none;
}

.popup {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100vw;
  height: 100vh;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
}
.popup .inner {
  transform: translate3d(100%, 0, 0);
  width: 90vw;
  min-height: 90vh;
  padding: 30px;
  background: #ffffff;
  box-sizing: border-box;
  transition: transform 0.2s ease-in-out;
}
.popup .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
}
.popup .btn-close svg {
  width: 100%;
}
.popup.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.popup.active .inner {
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-in-out;
}
.popup .swiper-button-next,
.popup .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #1b4098;
  background-image: url(../img/icon-arrow-right-white.svg);
  background-size: 15px;
}
.popup .swiper-button-next {
  right: -30px;
}
.popup .swiper-button-prev {
  left: -30px;
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .popup .btn-close {
    top: 30px;
    right: 30px;
  }
}

.popup--email .inner {
  width: 90%;
  max-width: 800px;
  min-height: 50vh;
}
.popup--email .inner h4 {
  font-size: 30px;
  margin: 0 0 10px;
}
@media (min-width: 769px) {
  .popup--email .inner h4 {
    margin: 0 0 70px;
  }
}
@media (min-width: 769px) {
  .popup--email .inner > div {
    display: -ms-flexbox;
    display: flex;
  }
}
.popup--email .inner__left {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .popup--email .inner__left {
    width: 25%;
    margin-right: 5%;
  }
}
.popup--email .inner__left img {
  margin: 0 0 20px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .popup--email .inner__left img {
    display: none;
  }
}
.popup--email .inner__left h5 {
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .popup--email .inner__left h5 {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .popup--email .inner__right {
    width: 70%;
  }
}
.popup--email .inner__right form fieldset {
  margin: 0 0 20px;
}
.popup--email .inner__right form fieldset label {
  color: #555;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .popup--email .inner__right form fieldset label {
    font-size: 14px;
  }
}
.popup--email .inner__right form fieldset label.error {
  display: block;
  color: red;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .popup--email .inner__right form fieldset textarea {
    height: 150px;
  }
}
.popup--email .inner__right form input[type=submit] {
  background: #1b4098;
  color: #ffffff;
  border-color: #1b4098;
  padding: 15px 40px;
  text-align: center;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.popup--email .inner__right form input[type=submit]:hover {
  color: #1b4098;
  background: #ffffff;
}

/* Page header container ========================================================== */
.section-page-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* small + */
  /* tablet / med + */
}
.section-page-header .copy {
  width: 75%;
  padding: 100px 20px;
  box-sizing: border-box;
}
.section-page-header h1, .section-page-header h2, .section-page-header p {
  color: #fff;
  margin-bottom: 10px;
}
.section-page-header h1 {
  font-size: 36px;
}
.section-page-header h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 45px;
}
.section-page-header hr {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 15px 0;
}
.section-page-header a {
  color: #ffffff;
}
.section-page-header a.phone {
  font-size: 24px;
  display: block;
  padding-top: 10px;
}
.section-page-header a.email {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .section-page-header .copy {
    position: relative;
    width: 40%;
    padding: 200px 60px 70px 0;
  }
  .section-page-header .copy:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: -999px;
  }
  .section-page-header h1 {
    font-size: 38px;
  }
  .section-page-header h2 {
    font-size: 26px;
  }
  .section-page-header a.phone {
    font-size: 28px;
  }
  .section-page-header a.email {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section-page-header h1 {
    font-size: 54px;
  }
  .section-page-header h2 {
    font-size: 30px;
  }
  .section-page-header a.phone {
    font-size: 28px;
    padding-bottom: 5px;
  }
  .section-page-header a.email {
    font-size: 24px;
  }
}

/* Share container ========================================================== */
.share-container {
  text-align: right;
}
.share-container .btn-share {
  margin: 20px;
}

.share {
  margin: 20px 0;
  color: #1b4098;
  font-size: 0.875em;
}
.share > span {
  margin-right: 5px;
}
.share a {
  color: #1b4098;
}

/* intro text =============================================================== */
.section-intro-text {
  padding: 60px 30px;
  text-align: center;
}
.section-intro-text h2 {
  margin-bottom: 30px;
}
.section-intro-text .seperator {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-intro-text {
    padding: 50px 0 30px;
  }
  .section-intro-text .seperator {
    display: block;
  }
}

/* Features and benefits swiper ============================================= */
.section-benefits {
  /* small */
}
.section-benefits .swiper-slide {
  max-width: 153px;
}
.section-benefits .swiper-slide .image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 25px;
  border-radius: 100%;
  background-color: #c7c1bb;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
}
.section-benefits .swiper-slide .image span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 70px;
  color: #fff;
}
.section-benefits .swiper-slide:nth-child(1n) .image {
  background-color: #f59100;
}
.section-benefits .swiper-slide:nth-child(2n) .image {
  background-color: #868267;
}
.section-benefits .swiper-slide:nth-child(3n) .image {
  background-color: #a2c101;
}
.section-benefits .swiper-slide:nth-child(4n) .image {
  background-color: #8eb1cb;
}
.section-benefits .swiper-wrapper {
  padding: 15px 0;
}
.section-benefits .swiper-wrapper p {
  font-size: 17px;
  color: #000000;
  opacity: 0.88;
}
@media only screen and (max-width: 768px) {
  .section-benefits .swiper-wrapper p {
    font-size: 12px;
    line-height: 16px;
    font-family: "ClanComp-Book", sans-serif;
  }
}
.section-benefits .view-all {
  margin: 20px;
  bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .section-benefits .view-all {
    bottom: 0;
  }
}
.section-benefits .swiper-slide {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-benefits .swiper-outer-container.single .swiper-slide {
    max-width: 25%;
    margin: auto;
  }
  .section-benefits .swiper-outer-container .next,
  .section-benefits .swiper-outer-container .prev {
    margin-top: -70px;
  }
  .section-benefits .seperator {
    display: block;
  }
  .section-benefits .swiper-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
  .section-benefits .swiper-slide .image span {
    font-size: 90px;
  }
}

.swiper-outer-container {
  position: relative;
  margin: 0 -30px;
  text-align: center;
}
.swiper-outer-container .swiper-container {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
.swiper-outer-container .prev,
.swiper-outer-container .next {
  width: 33px;
  height: 47px;
  background-image: url(../img/icon-prev.png);
  background-size: cover;
  margin-left: 10px;
  margin-right: 10px;
  text-indent: -9999em;
}
.swiper-outer-container .next {
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .swiper-outer-container {
    padding: 30px 0;
  }
  .swiper-outer-container.single .prev,
  .swiper-outer-container.single .next {
    display: none;
  }
  .swiper-outer-container .prev,
  .swiper-outer-container .next {
    position: absolute;
    top: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .swiper-outer-container .prev {
    left: -66px;
    transform: translateY(-50%);
  }
  .swiper-outer-container .next {
    right: -66px;
    transform: translateY(-50%) rotate(180deg);
  }
}

/* What is ACC? ============================================================= */
.section-acc {
  padding: 40px 30px 30px;
  text-align: center;
}
.section-acc .large-title,
.section-acc p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .section-acc .main p {
    font-family: "ClanComp-Book", sans-serif;
  }
}
@media only screen and (max-width: 768px) {
  .section-acc .main p.first {
    font-family: "ClanComp-Medium", sans-serif;
  }
}
.section-acc ul {
  display: none;
  margin-bottom: 30px;
}
.section-acc ul li {
  margin-bottom: 5px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-acc {
    padding: 100px 0;
    text-align: left;
    background-image: url(../img/bg-acc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .section-acc .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .section-acc .large-title {
    text-align: left;
  }
  .section-acc ul {
    display: block;
  }
  .section-acc .main {
    width: 50%;
  }
}

/* downloads ================================================================ */
.section-downloads .large-title {
  text-align: center;
  padding: 60px 0 30px;
}
@media only screen and (min-width: 992px) {
  .section-downloads .large-title {
    margin-bottom: 20px;
  }
}
.section-downloads .view-more-copy {
  text-align: center;
}
.section-downloads .view-more-copy p {
  padding: 0 20px;
  margin-bottom: 30px;
}
.section-downloads ul.download-nav {
  display: none;
}
.section-downloads ul.download-nav li {
  font-family: "ClanComp-Book", sans-serif;
}
.section-downloads .main {
  display: none;
}
.section-downloads .items-container {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section-downloads .large-title {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .section-downloads {
    background: #ffffff;
  }
  .section-downloads .large-title {
    padding-bottom: 0px;
  }
  .section-downloads .view-more-copy {
    display: none;
  }
  .section-downloads ul.download-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: center;
        justify-content: center;
    border-bottom: 1px solid #555;
    padding: 0 100px;
  }
  .section-downloads ul.download-nav li {
    padding: 10px 15px;
    margin: 0 10px;
    color: #67686d;
    text-align: center;
    cursor: pointer;
  }
  .section-downloads ul.download-nav li:hover {
    color: #1a1a1d;
  }
  .section-downloads ul.download-nav li.active {
    border-bottom: 3px solid #1b4098;
  }
  .section-downloads .main {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .section-downloads .main > .design-copy {
    width: 100%;
    padding-bottom: 30px;
  }
  .section-downloads .main > .design-copy p {
    font-size: 0.9rem;
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
  }
  .section-downloads .main .left {
    position: relative;
    width: 50%;
    background-color: #1b4098;
    color: #fff;
  }
  .section-downloads .main .left:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: -999px;
    background-color: #1b4098;
  }
  .section-downloads .main .copy-container {
    min-height: 620px;
    padding-top: 160px;
    padding-right: 290px;
    text-align: right;
  }
  .section-downloads .main .copy-container h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
  }
  .section-downloads .main .copy-container hr {
    width: 50px;
    height: 1px;
    margin: 10px 0 40px calc(100% - 50px);
    background-color: #fff;
  }
  .section-downloads .main .copy-container h4 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
  }
  .section-downloads .main .copy-container p {
    color: #b1b7bb;
    margin-bottom: 40px;
    line-height: 26px;
    font-family: "proxima-nova-soft", sans-serif;
  }
  .section-downloads .main .copy-container .btn-primary {
    display: block;
    margin: 0 0 6px;
    text-align: left;
  }
  .section-downloads .main .tech-manual-copy {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .section-downloads .main .tech-manual-copy {
    position: relative;
    top: -80px;
  }
}
@media only screen and (min-width: 992px) {
  .section-downloads .main .tech-manual-copy p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .section-downloads .main .tech-manual-copy p {
    color: #fff !important;
  }
}
@media only screen and (min-width: 992px) {
  .section-downloads .main .large-image {
    position: absolute;
    right: -106px;
    top: 50px;
    max-width: 360px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  }
  .section-downloads .main .right {
    width: 50%;
    padding: 61px 0 0 140px;
    box-sizing: border-box;
  }
  .section-downloads .swiper-container {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }
  .section-downloads .article.download {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .section-downloads .pagination-container {
    position: relative;
    z-index: 1000;
    padding: 0 60px 0 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .section-downloads .pagination-container .swiper-button-next,
  .section-downloads .pagination-container .swiper-button-prev {
    position: static;
    top: auto;
    right: auto;
    background-image: url(../img/icon-arrow-right-gray.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 18px;
    text-indent: -999px;
    margin: 0;
  }
  .section-downloads .pagination-container .swiper-button-prev {
    transform: rotate(180deg);
  }
  .section-downloads .swiper-pagination {
    position: static;
    width: auto;
  }
  .section-downloads .swiper-pagination-bullet {
    width: auto;
    height: auto;
    padding: 0 6px;
    color: #484848;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
  }
  .section-downloads .swiper-pagination-bullet-active {
    color: #007aff;
  }
}

/* Plus icon list (DIY panel) */
ul.plus-icon-list {
  list-style-type: none;
}
ul.plus-icon-list li {
  position: relative;
  padding-left: 40px;
}
ul.plus-icon-list li a {
  color: #1b4098;
  font-family: "ClanComp-Medium";
  display: block;
  line-height: 30px;
}
ul.plus-icon-list li a .dot {
  height: 22px;
  width: 22px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  z-index: 100;
  cursor: pointer;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
  background-color: #1b4098;
}
ul.plus-icon-list li a .dot:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 22px;
  height: 22px;
  margin: -11px auto auto -11px;
  transform-origin: 50% 50%;
  border-radius: 50%;
  background-color: inherit;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
  background: #1b4098;
}
ul.plus-icon-list li a .dot span {
  display: block;
  pointer-events: none;
  transition: transform 0.3s;
  width: 22px;
  height: 22px;
  height: 30px;
  width: 30px;
}
ul.plus-icon-list li a .dot span:before {
  position: absolute;
  display: block;
  height: 2px;
  width: 10px;
  left: 6px;
  top: 10px;
  content: ' ';
  background-color: #fff;
  height: 2px;
  width: 12px;
  left: 9px;
  top: 14px;
}
ul.plus-icon-list li a .dot span:after {
  position: absolute;
  display: block;
  height: 10px;
  width: 2px;
  left: 10px;
  top: 6px;
  content: ' ';
  background-color: #fff;
  height: 12px;
  width: 2px;
  left: 14px;
  top: 9px;
}
ul.plus-icon-list li:hover .dot span {
  transform: rotate(90deg);
}

/* Subscribe ================================================================ */
.section-subscribe {
  display: none;
  text-align: center;
  /* small */
}
.section-subscribe .container {
  padding: 30px 20px;
}
.section-subscribe .copy {
  margin-bottom: 20px;
  border-top: 1px solid #efefef;
}
.section-subscribe h3 {
  padding-top: 30px;
  margin-bottom: 10px;
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #222222;
}
.section-subscribe p {
  font-family: "ClanComp-News", sans-serif;
}
.section-subscribe .form {
  position: relative;
}
.section-subscribe .form-items {
  display: -ms-flexbox;
  display: flex;
}
.section-subscribe input[type='text'] {
  width: 75%;
  height: 40px;
  margin: 0 auto;
  padding: 0 10px;
  font-family: "ClanComp-Medium", sans-serif;
  line-height: 40px;
}
.section-subscribe button {
  display: block;
  width: 25%;
  padding: 0;
  margin: 0;
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 12px;
}
.section-subscribe .validation-message {
  width: 100%;
  margin-top: 5px;
  text-align: center;
}
.section-subscribe .validation-message .item {
  display: none;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
}
.section-subscribe .validation-message .success {
  background-color: green;
}
.section-subscribe .validation-message .error {
  background-color: #b32b2b;
}
@media only screen and (min-width: 768px) {
  .section-subscribe {
    text-align: left;
  }
  .section-subscribe .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #efefef;
  }
  .section-subscribe .copy {
    max-width: 40%;
    margin-bottom: 0;
    border: none;
  }
  .section-subscribe h3 {
    padding-top: 0;
    font-size: 26px;
    line-height: 32px;
  }
  .section-subscribe .form {
    width: 50%;
  }
  .section-subscribe .form-items {
    width: 100%;
  }
  .section-subscribe input[type='text'] {
    height: auto;
    padding: 10px 20px;
    -ms-flex-positive: 2;
        flex-grow: 2;
  }
  .section-subscribe button {
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .section-subscribe .validation-message {
    position: absolute;
  }
}

/* Animations ================================================================ */
@keyframes fadeInUp {
  0% {
    opacity: 0.5;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animation-fade-in-up {
  animation-name: fadeInUp;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
}

/* BACK TO TOP
===============================================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(27, 64, 152, 0.8) url("../img/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  border-radius: 100%;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9999;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #1b4098;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/* Visual Composer Over-rides
===============================================*/
.vc_carousel-control .icon-prev,
.vc_carousel-control .icon-next {
  color: #fff !important;
  font-size: 60px !important;
}

#header {
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
}
@media only screen and (min-width: 992px) {
  #header {
    top: 20px;
    left: 20px;
    right: 20px;
  }
}
body.show-nav #header #secondary-nav {
  display: block;
}
body.show-nav #header #primary-nav {
  display: block;
}
body.show-nav #header .btn-menu {
  background-image: url(../img/btn-menu-close.png);
}
body.show-search #header .search-form {
  display: block;
}
body.show-search #header .btn-search {
  background-image: url(../img/btn-menu-close.png);
}
@media only screen and (min-width: 992px) {
  #header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    height: auto;
    margin: auto;
    transition: all 300ms ease-out;
  }
  #header.nav-show-primary {
    transform: translateY(-60px);
    transition: all 200ms ease-out;
  }
  #header.nav-hidden {
    transform: translateY(-120%);
    transition: all 300ms ease-out;
  }
  #header .logo {
    display: none;
  }
  #header .btn-menu {
    display: none;
  }
}

#top-bar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  background-color: #ffffff;
}
#top-bar .btn-menu {
  width: 21px;
  height: 18px;
  margin: 20px;
  background-image: url(../img/btn-menu.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#top-bar .logo {
  width: 115px;
  height: 100%;
  margin: 0 auto;
  background-image: url(../img/logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
}
#top-bar .btn-search {
  width: 21px;
  height: 18px;
  margin: 20px;
  background-image: url(../img/icon-search-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#top-bar .search-form {
  display: none;
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  background-color: red;
  height: 48px;
}
#top-bar .search-form form {
  display: -ms-flexbox;
  display: flex;
}
#top-bar .search-form input[type=text] {
  width: calc(100% - 40px);
}
#top-bar .search-form .search-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-left: 0;
  background-color: #898175;
  background-image: url(../img/icon-search.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 992px) {
  #top-bar {
    display: none;
  }
}

#primary-nav {
  display: none;
  background: #ffffff;
}
#primary-nav .logo {
  display: none;
}
#primary-nav nav {
  box-sizing: border-box;
}
#primary-nav ul.parent-nav {
  border-top: 1px solid #dadada;
}
#primary-nav ul.parent-nav > li {
  border-bottom: 1px solid #dadada;
}
#primary-nav ul.parent-nav > li > a {
  display: block;
  height: 100%;
  padding: 16px 20px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: "ClanComp-Bold", sans-serif;
  color: #1b4098;
  background-repeat: no-repeat;
  background-size: cover;
}
#primary-nav ul.child-nav,
#primary-nav .drop-down {
  display: none;
}
#primary-nav .dd-contain {
  display: none;
}
@media only screen and (min-width: 992px) {
  #primary-nav {
    display: block;
    height: 83px;
  }
  #primary-nav .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
  }
  #primary-nav .logo {
    display: block;
    margin-left: 30px;
    width: 150px;
    height: 56px;
    background-image: url(../img/logo.png);
    background-size: cover;
    text-indent: -9999px;
  }
  #primary-nav ul.parent-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    border: none;
  }
  #primary-nav ul.parent-nav > li {
    border: none;
  }
  #primary-nav ul.parent-nav > li > a, #primary-nav ul.parent-nav > li.products .dd-contain > a {
    padding: 0 17px;
    font-size: 14px;
    line-height: 83px;
    color: #1b4098;
    background-image: none;
    font-family: "ClanComp-Bold", sans-serif;
  }
  #primary-nav ul.parent-nav > li > a:after, #primary-nav ul.parent-nav > li.products .dd-contain > a:after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
    transition: opacity 0.3s ease-out;
    opacity: 0;
  }
  #primary-nav ul.parent-nav > li > a:hover:after, #primary-nav ul.parent-nav > li.products .dd-contain > a:hover:after {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  #primary-nav ul.child-nav {
    display: none;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 60px;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  #primary-nav ul.child-nav li {
    position: relative;
    height: 60px;
    background-color: transparent;
    border: none;
    font-size: 14px;
  }
  #primary-nav ul.child-nav li:after {
    display: block;
    content: '|';
    position: absolute;
    top: 15px;
    right: -3px;
    opacity: 0.2;
    font-family: "ClanComp-Book", sans-serif;
    line-height: 30px;
    color: #fff;
  }
  #primary-nav ul.child-nav li:last-child:after {
    display: none;
  }
  #primary-nav ul.child-nav li a {
    display: block;
    height: 100%;
    padding: 0 20px;
    line-height: 45px;
    color: #ffffff;
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
    height: 60px;
    line-height: 60px;
    background-color: transparent;
    background-image: none;
  }
  #primary-nav ul.child-nav li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  }
  #primary-nav .drop-down {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #efefef;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    transition: opacity 100ms linear;
  }
  #primary-nav .drop-down .copy {
    height: 100%;
    max-width: 450px;
    margin-left: 80px;
    margin-bottom: 25px;
  }
  #primary-nav .drop-down h1 {
    margin-bottom: 20px;
    font-size: 60px;
    color: #ffffff;
  }
  #primary-nav .drop-down p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
  }
  #primary-nav ul.parent-nav > li.active,
  #primary-nav ul.parent-nav > li:hover {
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  }
  #primary-nav ul.parent-nav > li.active.houses,
  #primary-nav ul.parent-nav > li:hover.houses {
    background-color: #7a7063;
  }
  #primary-nav ul.parent-nav > li.active.apartments,
  #primary-nav ul.parent-nav > li:hover.apartments {
    background-color: #d9e2e8;
  }
  #primary-nav ul.parent-nav > li.active.apartments > a,
  #primary-nav ul.parent-nav > li:hover.apartments > a {
    color: #000;
  }
  #primary-nav ul.parent-nav > li.active.apartments > a:after,
  #primary-nav ul.parent-nav > li:hover.apartments > a:after {
    border-top-color: #000;
  }
  #primary-nav ul.parent-nav > li.active.multi,
  #primary-nav ul.parent-nav > li:hover.multi {
    background-color: #516191;
  }
  #primary-nav ul.parent-nav > li.active.civil,
  #primary-nav ul.parent-nav > li:hover.civil {
    background-color: #4d4d4d;
  }
  #primary-nav ul.parent-nav > li.active.commercial,
  #primary-nav ul.parent-nav > li:hover.commercial {
    background-color: #302c2c;
  }
  #primary-nav ul.parent-nav > li.active.products,
  #primary-nav ul.parent-nav > li:hover.products {
    background-color: #1b4098;
  }
  #primary-nav ul.parent-nav > li.active > a,
  #primary-nav ul.parent-nav > li:hover > a {
    position: relative;
    color: #fff;
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  }
  #primary-nav ul.parent-nav > li.active ul.child-nav,
  #primary-nav ul.parent-nav > li:hover ul.child-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    z-index: 2;
  }
  #primary-nav ul.parent-nav > li.active .drop-down,
  #primary-nav ul.parent-nav > li:hover .drop-down {
    height: 411px;
    opacity: 1;
    transform: scale(1);
    z-index: 1;
    transition: opacity 300ms linear;
  }
  #primary-nav ul.parent-nav > li:hover ul.child-nav {
    z-index: 3;
  }
  #primary-nav ul.parent-nav > li.active .drop-down {
    display: none;
  }
  #primary-nav li.houses ul.child-nav {
    background-color: #7a7063;
  }
  #primary-nav li.houses .drop-down {
    background-image: url(../img/hero-houses.jpg);
  }
  #primary-nav li.apartments ul.child-nav {
    background-color: #d9e2e8;
  }
  #primary-nav li.apartments ul.child-nav li:after {
    color: #000;
  }
  #primary-nav li.apartments ul.child-nav a {
    color: #0f224c;
  }
  #primary-nav li.apartments .drop-down {
    background-image: url(../img/hero-apartments.jpg);
  }
  #primary-nav li.apartments .drop-down h1,
  #primary-nav li.apartments .drop-down p {
    color: #000;
  }
  #primary-nav li.multi ul.child-nav {
    background-color: #516191;
  }
  #primary-nav li.multi .drop-down {
    background-image: url(../img/hero-multi.jpg);
  }
  #primary-nav li.civil ul.child-nav {
    background-color: #4d4d4d;
  }
  #primary-nav li.civil .drop-down {
    background-image: url(../img/hero-civil.jpg);
  }
  #primary-nav li.commercial ul.child-nav {
    background-color: #302c2c;
  }
  #primary-nav li.commercial .drop-down {
    background-image: url(../img/hero-commercial.jpg);
  }
  #primary-nav li.products {
    width: 95px;
    padding-top: 83px;
  }
  #primary-nav li.products ul.child-nav {
    background-color: #1b4098;
  }
  #primary-nav li.products ul.drop-down-products {
    z-index: 5 !important;
    width: auto;
    height: auto !important;
    margin-left: -300px;
    background-color: #1D4270;
    color: #ffffff;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  #primary-nav li.products ul.drop-down-products li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #062263;
  }
  #primary-nav li.products ul.drop-down-products li:after {
    display: none;
  }
  #primary-nav li.products ul.drop-down-products li a {
    display: block;
    width: auto;
    padding: 14px 25px;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
  }
  #primary-nav li.products ul.drop-down-products li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  }
  #primary-nav li.products ul.drop-down-products li a small {
    display: block;
    font-family: "ClanComp-Book", sans-serif;
    font-size: 12px;
    color: #bdbeda;
  }
  #primary-nav li.products .dd-contain {
    display: block;
    position: absolute;
    z-index: 5;
  }
  #primary-nav li.products .dd-contain > a {
    display: block;
    padding: 0 25px;
    margin-top: -83px !important;
    line-height: 83px !important;
    font-size: 17px;
  }
  #primary-nav li.products .dd-contain > a:after {
    top: -20px !important;
    left: 58px !important;
  }
  #primary-nav li.products .dd-contain ul.drop-down-products {
    display: none;
  }
  #primary-nav li.products .dd-contain:hover > a {
    background-color: #1D4270;
    width: 75px;
  }
  #primary-nav li.products .dd-contain:hover ul.drop-down-products {
    display: -ms-flexbox;
    display: flex;
  }
  #primary-nav li.products:hover {
    z-index: 2;
  }
  #primary-nav li.products:hover .dd-contain > a {
    color: #fff !important;
  }
  #primary-nav li.products:hover .dd-contain > a:after {
    content: '';
    opacity: 1 !important;
  }
  #primary-nav li.products:hover:not(.active) ul.child-nav {
    display: none !important;
  }
  #primary-nav li.products.active ul.child-nav {
    display: -ms-flexbox;
    display: flex;
  }
  #primary-nav li.products.active .dd-contain > a {
    color: #fff !important;
  }
}
@media only screen and (min-width: 1366px) {
  #primary-nav .logo {
    margin-left: 0;
  }
  #primary-nav ul.parent-nav > li > a, #primary-nav ul.parent-nav > li.products .dd-contain > a {
    padding: 0 20px;
    font-size: 17px;
    line-height: 83px;
  }
  #primary-nav li.products {
    width: 115px;
  }
}

#secondary-nav {
  display: none;
}
#secondary-nav .container nav {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#secondary-nav ul li {
  height: 45px;
  background-color: #1b3f93;
  border-bottom: 1px solid #d7d7d7;
}
#secondary-nav ul li a {
  display: block;
  height: 100%;
  padding: 0 20px;
  line-height: 45px;
  color: #ffffff;
}
#secondary-nav ul li.downloads a {
  font-family: "ClanComp-Bold", sans-serif;
}
#secondary-nav ul li.search {
  display: none;
}
#secondary-nav ul li.au {
  font-family: "ClanComp-Bold", sans-serif;
}
@media only screen and (min-width: 1366px) {
  #secondary-nav ul li.au {
    background: url("../img/icon-au.png") no-repeat 3px 13px;
    background-size: 16px;
  }
}
#secondary-nav ul.country li {
  color: #ffffff;
  font-family: "ClanComp-Bold", sans-serif;
}
@media only screen and (max-width: 992px) {
  #secondary-nav ul.country {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  #secondary-nav {
    -ms-flex-order: -1;
        order: -1;
    display: block;
    background-color: #1b3f93;
    height: 40px;
  }
  #secondary-nav .container {
    height: 100%;
  }
  #secondary-nav nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
  }
  #secondary-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    margin-bottom: 0;
  }
  #secondary-nav ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    border-bottom: 0;
    background-color: transparent;
  }
  #secondary-nav ul li a {
    padding: 0 25px;
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    box-sizing: border-box;
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  }
  #secondary-nav ul li a:hover {
    background-color: #898175;
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  }
  #secondary-nav ul li.downloads {
    background: #1b4098;
  }
  #secondary-nav ul li.downloads a {
    padding: 0 25px;
  }
  #secondary-nav ul li.downloads a:hover {
    background-color: #09235E;
  }
  #secondary-nav ul li.search {
    display: block;
    margin-left: 0;
    height: auto;
  }
  #secondary-nav ul li.search form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
  #secondary-nav ul li.search label {
    display: none;
  }
  #secondary-nav ul li.search input {
    height: 100%;
    padding: 3px;
    box-sizing: border-box;
    border: none;
    font-size: 13px;
    outline: none;
  }
  #secondary-nav ul li.search input[type=submit] {
    background-color: transparent;
    text-indent: -9999px;
  }
  #secondary-nav ul li.search .search-icon {
    width: 30px;
    background-size: 15px;
  }
  #secondary-nav ul .search-icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 0;
    background-color: #898175;
    background-image: url(../img/icon-search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

#sub-nav {
  display: none;
  background-color: #fff;
  height: 30px;
}
@media only screen and (min-width: 992px) {
  #sub-nav {
    display: block;
  }
}
#sub-nav li {
  display: inline-block;
  margin-right: 20px;
}

/* footer =================================================================== */
#footer {
  position: relative;
  z-index: 3;
  padding-top: 30px;
  background-color: #ffffff;
  font-size: 14px;
  color: #484848;
}
#footer .logo {
  width: 160px;
  height: 60px;
  margin: 0 auto 30px auto;
  background-image: url(../img/logo.png);
  background-size: cover;
  text-indent: -9999px;
}
#footer hr {
  margin: 30px 0;
  border-color: #c7c1bb;
}
#footer h4 {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
#footer .text-links li {
  border-top: 1px solid #385DAB;
  padding: 20px 10px;
  font-size: 14px;
  background-image: url(../img/icon-arrow-next.jpg);
  background-position: right 20px center;
  background-repeat: no-repeat;
}
#footer .application-links {
  display: none;
}
#footer .contact-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
}
#footer .contact-links .desktop {
  display: none;
}
#footer .contact-links li {
  margin: 0 8px;
}
#footer .contact-links a {
  display: block;
  min-width: 120px;
  padding: 15px;
  background-color: #1b4098;
  color: #ffffff;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #footer .contact-links a {
    border: 1px solid #ffffff;
  }
}
@media only screen and (min-width: 992px) {
  #footer .contact-links li {
    margin: 0 15px;
  }
  #footer .contact-links a {
    padding: 20px 35px;
    text-align: left;
  }
}
#footer ul.social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
}
#footer ul.social-links li {
  width: 40px;
  height: 40px;
  margin: 0 1px;
  background-color: #1b4098;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border: 1px solid #ffffff;
}
#footer ul.social-links li:hover {
  background-color: #09235E;
}
@media only screen and (max-width: 992px) {
  #footer ul.social-links li {
    border: none;
  }
}
#footer ul.social-links a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  box-sizing: border-box;
}
#footer ul.social-links .facebook {
  background-image: url(../img/icon-facebook.png);
}
#footer ul.social-links .twitter {
  background-image: url(../img/icon-twitter.png);
}
#footer ul.social-links .instagram {
  background-image: url(../img/icon-instagram.png);
}
#footer ul.social-links .youtube {
  background-image: url(../img/icon-youtube.png);
}
#footer ul.social-links .pintrest {
  background-image: url(../img/icon-pintrest.png);
}
#footer ul.social-links .linked-in {
  background-image: url(../img/icon-linkedin.png);
}
#footer .product-links h4 {
  display: none;
}
#footer .product-links li {
  display: none;
}
#footer .product-links li.mobile {
  display: block;
}
#footer .product-links li.mobile a {
  color: #ffffff !important;
}
#footer .application-links h4 {
  display: none;
}
#footer .quick-links h4 {
  display: none;
}
#footer .quick-links li {
  display: none;
}
#footer .quick-links li.mobile {
  display: block;
}
#footer .quick-links li.mobile a {
  color: #ffffff !important;
}
@media only screen and (max-width: 992px) {
  #footer .quick-links {
    border-bottom: 1px solid #385DAB;
  }
}
#footer .links-wrap {
  background-color: #1b4098;
  padding: 30px 0 30px 0;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  #footer {
    color: #ffffff;
    font-size: 14px;
  }
  #footer .logo {
    width: 220px;
    height: 82px;
    margin: 0;
    background-image: url(../img/logo.png);
    background-size: cover;
    text-indent: -9999px;
  }
  #footer hr {
    margin: 40px 0;
    border-color: #c7c1bb;
  }
  #footer h4 {
    display: block;
    text-align: left;
    font-weight: bold;
    margin-bottom: 25px;
  }
  #footer .links-wrap {
    padding: 60px 0 100px 0;
  }
  #footer .links-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #footer .links-container a {
    color: #ffffff;
  }
  #footer .text-links li {
    padding: 0 0 0 15px;
    margin-bottom: 20px;
    border: none;
    font-size: 14px;
    line-height: 18px;
    background-image: url(../img/bullet-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
  }
  #footer .text-links a {
    color: #ffffff;
  }
  #footer .product-links {
    -ms-flex-positive: 2;
        flex-grow: 2;
    -ms-flex-order: 1;
        order: 1;
  }
  #footer .product-links h4 {
    display: block;
  }
  #footer .product-links .flex-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  #footer .product-links .flex-wrapper > ul {
    margin-right: 70px;
  }
  #footer .product-links li {
    display: block;
  }
  #footer .product-links .mobile {
    display: none;
  }
  #footer .application-links {
    display: block;
    -ms-flex-positive: 2;
        flex-grow: 2;
    -ms-flex-order: 2;
        order: 2;
  }
  #footer .application-links h4 {
    display: block;
  }
  #footer .quick-links {
    -ms-flex-positive: 2;
        flex-grow: 2;
    -ms-flex-order: 3;
        order: 3;
  }
  #footer .quick-links h4 {
    display: block;
  }
  #footer .contact {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-order: 6;
        order: 6;
  }
  #footer ul.contact-links {
    display: block;
    margin-bottom: 55px;
  }
  #footer ul.contact-links li {
    padding-left: 20px;
    margin: 0 0 20px 0;
    background-repeat: no-repeat;
    background-position: left  center;
  }
  #footer ul.contact-links a {
    padding: 0;
    background-color: transparent;
    text-transform: none;
  }
  #footer ul.contact-links .email {
    background-image: url(../img/icon-email.png);
  }
  #footer ul.contact-links .phone {
    background-image: url(../img/icon-phone.png);
  }
  #footer ul.contact-links .mobile {
    display: none;
  }
  #footer ul.contact-links .desktop {
    display: block;
  }
  #footer ul.social-links {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  #footer ul.social-links li {
    margin: 0 10px 0 0;
  }
}

#bottom-bar {
  position: relative;
  z-index: 3;
  background: #09235E;
}
#bottom-bar .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#bottom-bar .logo-csr {
  width: 50px;
  height: 50px;
  margin: 15px 15px 15px 0;
  text-indent: -9999px;
  background-image: url(../img/logo-csr.png);
  background-size: cover;
}
#bottom-bar p, #bottom-bar a {
  color: #ffffff;
}
#bottom-bar p {
  margin-bottom: 0;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  #bottom-bar .container {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  #bottom-bar p {
    font-size: 14px;
  }
}

.share {
  display: inline-block;
  position: relative;
  margin: 20px 0;
  color: #1b4098;
  font-size: 0.875em;
}
.share > span {
  margin-right: 5px;
}
.share a {
  color: #1b4098;
}
.share .btn-share {
  position: relative;
  z-index: 1;
}
.share .icons {
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  transition: all 0s;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  max-width: 210px !important;
  height: 80px;
  top: 0;
  right: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .share .icons {
    max-width: 260px !important;
  }
}
.share .icons:before {
  content: "Share this page";
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-family: "ClanComp-Book", sans-serif;
  font-size: 18px;
}
.share .icons:after {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  content: '';
  background: #ffffff;
}
.share .icons a {
  display: inline-block;
  width: 35px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #cacaca;
  color: #cacaca !important;
}
.share .icons.active {
  visibility: visible;
  top: 50px;
  transition: all 0.2s ease-out;
}
.share .icons.left {
  left: 0;
  right: auto;
}
.share .icons.left:after {
  right: auto;
  left: 30px;
}

/* =================================================
  GENERIC SEGMENT STYLES
================================================= */
section[id^="segment"] {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  section[id^="segment"] {
    padding: 50px 0;
  }
}
section[id^="segment"] h3 {
  text-align: center;
  font-size: 34px;
  line-height: 1;
  color: #000000;
  font-family: "ClanComp-Book", sans-serif;
  margin: 0 0 35px;
}
section[id^="segment"] h3:after {
  display: block;
  content: '';
  width: 33px;
  height: 4px;
  background: #cbdb5b;
  margin: 35px auto 0;
}

/* HERO ===================================================================== */
#segment-hero {
  position: relative;
  padding-bottom: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  #segment-hero {
    min-height: 300px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #segment-hero {
    min-height: 670px;
    margin-top: 0;
    padding-top: 200px;
  }
}
#segment-hero > .container {
  position: relative;
  z-index: 1;
}
#segment-hero .copy {
  height: 100%;
  max-width: 75%;
  padding: 50px 20px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
#segment-hero h1 {
  font-size: 35px;
  margin-bottom: 25px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  #segment-hero h1 {
    font-size: 76px;
  }
}
#segment-hero h1:after {
  display: block;
  content: '';
  width: 33px;
  height: 4px;
  background: #cbdb5b;
  margin: 35px 0 0;
}
#segment-hero p {
  font-size: 13px;
  font-family: "ClanComp-Book", sans-serif;
  color: #ffffff;
  max-width: 410px;
}
@media only screen and (min-width: 768px) {
  #segment-hero p {
    font-size: 16px;
  }
}
#segment-hero .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#segment-hero .bg.mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  #segment-hero .bg.mobile {
    display: none;
  }
}
#segment-hero .bg.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  #segment-hero .bg.desktop {
    display: block;
  }
}

/* SHARE ==================================================================== */
#segment-share {
  background: #f7f7f7;
  text-align: right;
  padding-bottom: 0;
}
#segment-share .btn-share {
  background-color: #e8e6e4;
}

/* WELCOME =================================================================== */
#segment-welcome {
  background: #f7f7f7;
  padding-top: 0;
}
#segment-welcome .intro-text {
  padding: 40px 20px;
}
#segment-welcome p {
  font-family: "ClanComp-Book", sans-serif;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  #segment-welcome p {
    font-size: 18px;
  }
}

/* FEATURE BENEFIT ========================================================== */
@media only screen and (min-width: 768px) {
  #segment-feature-benefit {
    padding: 100px 0;
  }
}
#segment-feature-benefit .intro-text {
  margin: 0 30px 30px;
  padding-top: 0;
  padding-bottom: 0;
}
#segment-feature-benefit .intro-text p {
  font-family: "ClanComp-Book", sans-serif;
  font-size: 18px;
  color: #000000;
}
#segment-feature-benefit .leadin {
  text-align: center;
  font-family: "ClanComp-Book", sans-serif;
  color: #000000;
  font-size: 18px;
  max-width: 540px;
  margin: 0 auto 20px;
  opacity: 0.85;
}
#segment-feature-benefit .benefits-container {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  #segment-feature-benefit .intro-text {
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #segment-feature-benefit .intro-text p {
    font-size: 16px;
    line-height: 28px;
  }
}

/* APPLICATIONS ============================================================= */
#segment-applications table {
  margin-bottom: 0;
}
#segment-applications .tabs-container .content p, #segment-applications .tabs-container .content h2, #segment-applications .tabs-container .content h3, #segment-applications .tabs-container .content h4, #segment-applications .tabs-container .content h5 {
  color: #000;
}
#segment-applications .tabs-container .accordion-button.active + .content {
  border-bottom: 0;
}
#segment-applications .popup .swiper-container {
  max-height: 90vh;
}
#segment-applications .popup .swiper-slide {
  height: 85vh;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  #segment-applications {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #segment-applications .popup .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
  }
}

/* PROJECTS ================================================================= */
@media only screen and (min-width: 768px) {
  #segment-stories {
    padding: 100px 0;
    background: #efefef;
  }
}
#segment-stories h3 small {
  display: block;
  margin: 15px auto;
  font-size: 18px;
  font-family: "ClanComp-Medium", sans-serif;
  text-align: center;
  color: #9d9d9d;
}
#segment-stories h4 {
  font-family: "ClanComp-Book", sans-serif;
}
#segment-stories .swiper-outer-container,
#segment-stories .swiper-container {
  padding: 0;
}
#segment-stories .swiper-wrapper {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  #segment-stories h3 .small {
    font-size: 14px;
  }
  #segment-stories h4 {
    font-size: 18px;
    line-height: 26px;
  }
  #segment-stories h4 small {
    font-size: 18px;
    line-height: 26px;
  }
  #segment-stories .image img {
    visibility: hidden;
    display: none;
  }
  #segment-stories .image:after {
    display: block;
    content: '';
    padding-top: 67%;
  }
}
@media only screen and (min-width: 768px) {
  #segment-stories .swiper-wrapper {
    padding: 30px 60px;
  }
  #segment-stories .swiper-slide:not(.testimonial) {
    overflow: hidden;
    transform: scale(1) translateZ(0);
    backface-visibility: hidden;
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
    cursor: pointer;
  }
  #segment-stories .swiper-slide:not(.testimonial):hover {
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    transform: scale(1.04);
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  }
}
@media only screen and (min-width: 992px) {
  #segment-stories .items-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #segment-stories .swiper-wrapper {
    margin-bottom: 0;
  }
}

/* GALLERY ================================================================== */
#segment-gallery {
  display: none;
  margin-bottom: -74px;
  position: relative;
}
body.page-houses #segment-gallery {
  display: block;
}
#segment-gallery .inspire {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
#segment-gallery .inspire .hero {
  width: 100%;
  height: 217px;
  background-color: #ffffff;
}
#segment-gallery .inspire .hero .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#segment-gallery .inspire .info {
  height: auto;
  padding: 15px 20px;
  margin-top: 125px;
  background-color: #efefef;
}
#segment-gallery .inspire .info h4 {
  font-size: 18px;
  font-family: "ClanComp-Book", sans-serif;
}
#segment-gallery .inspire .info h4 small {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
#segment-gallery .inspire .info hr {
  display: none;
}
#segment-gallery .inspire .info p {
  font-family: "ClanComp-Book", sans-serif;
  display: none;
}
#segment-gallery .inspire .info a {
  margin-bottom: 10px;
}
#segment-gallery .swiper-scrollbar {
  display: none;
}
#segment-gallery .gallery-thumbs {
  bottom: 340px;
  padding: 17px 0;
  box-sizing: border-box;
}
#segment-gallery .gallery-thumbs .swiper-slide {
  position: relative;
  cursor: pointer;
}
#segment-gallery .gallery-thumbs .swiper-slide .image {
  width: 100%;
  padding-top: 65%;
  background-size: cover;
  background-position: center;
}
#segment-gallery .gallery-thumbs .swiper-slide-active {
  margin-top: -4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  border: 4px solid #ffffff;
  box-sizing: border-box;
}
#segment-gallery .gallery-thumbs .swiper-slide-active .image {
  padding-top: 68%;
}
@media only screen and (min-width: 768px) {
  #segment-gallery {
    margin-bottom: auto;
  }
  #segment-gallery .inspire {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 100%;
  }
  #segment-gallery .inspire .hero {
    width: 70%;
    height: auto;
    margin-right: 25px;
    background-color: #ffffff;
  }
  #segment-gallery .inspire .info {
    width: 30%;
    height: auto;
    margin: 0;
    padding: 60px 30px;
  }
  #segment-gallery .inspire .info h4 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  #segment-gallery .inspire .info h4 small {
    font-size: 16px;
  }
  #segment-gallery .inspire .info hr {
    display: block;
    margin-left: 0;
    background-color: #cbdb5b;
    width: 33px;
    height: 4px;
  }
  #segment-gallery .inspire .info p {
    display: block;
    margin-bottom: 30px;
  }
  #segment-gallery .inspire .info a {
    display: inline-block;
    margin-bottom: 30px;
  }
  #segment-gallery .swiper-scrollbar {
    display: block;
    width: 1200px;
    height: 4px;
    margin: 4px auto 30px;
    background-color: #efefef;
  }
  #segment-gallery .swiper-scrollbar .swiper-scrollbar-drag {
    top: -2px;
    height: 8px;
    background-color: #1b4098;
    cursor: pointer;
  }
  #segment-gallery .gallery-thumbs {
    position: static;
    margin-top: 20px;
    padding: 20px 0;
    box-sizing: border-box;
  }
  #segment-gallery .gallery-thumbs .swiper-slide-active {
    margin-top: -6px;
  }
}
@media only screen and (min-width: 768px) {
  #segment-gallery .inspire {
    min-height: 530px;
  }
  #segment-gallery .inspire .hero {
    position: relative;
  }
  #segment-gallery .inspire .hero .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

/* Coatings ================================================================= */
#segment-coatings {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #segment-coatings {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) {
  #segment-coatings .container.narrow {
    max-width: 600px;
  }
}
#segment-coatings p {
  font-family: "ClanComp-Book", sans-serif;
  font-size: 18px;
  margin: 0 auto 40px;
}

/* DOWNLOADS ================================================================ */
@media only screen and (min-width: 768px) {
  #segment-downloads {
    padding: 100px 0;
  }
}

/* FAQ ====================================================================== */
#segment-faq {
  background-color: #E9F3FA !important;
}
@media only screen and (min-width: 768px) {
  #segment-faq {
    padding: 100px 0;
  }
}
#segment-faq .view-more-copy {
  text-align: center;
}
#segment-faq .view-more-copy p {
  padding: 0 20px;
  margin-bottom: 30px;
}
#segment-faq .view-more-copy .btn-primary {
  display: none;
}
#segment-faq .items-container {
  display: block;
  margin: 0 20px 20px;
  border-bottom: 1px solid #b5cae0;
}
#segment-faq .show-more,
#segment-faq .show-less {
  float: right;
}
@media only screen and (min-width: 992px) {
  #segment-faq {
    background: #e8ebf4;
  }
  #segment-faq .items-container {
    margin: 0 0 20px;
  }
}

/* PRODUCTS ================================================================= */
#segment-products {
  padding: 30px 0;
}
#segment-products .items-container {
  margin: 0;
}
#segment-products .items-container .swiper-container {
  padding: 0;
}
#segment-products .items-container .swiper-wrapper {
  display: block;
}
#segment-products .items-container .swiper-slide {
  height: auto;
}
@media only screen and (min-width: 992px) {
  #segment-products {
    padding: 90px 0;
  }
  #segment-products h3 {
    max-width: 70%;
    margin: auto;
  }
  #segment-products .items-container {
    margin: 0;
  }
  #segment-products .items-container .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  #segment-products .items-container .swiper-container {
    padding: 20px 10px;
  }
  #segment-products .items-container .swiper-slide {
    transform: scale(1) translateZ(0);
    backface-visibility: hidden;
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  }
  #segment-products .items-container .swiper-slide:hover {
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    transform: scale(1.04);
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  }
  #segment-products .items-container.items-count-2 {
    max-width: 700px;
    margin: auto;
  }
  #segment-products .items-container.items-count-2 .swiper-container {
    padding-left: 0;
    padding-right: 0;
  }
  #segment-products .items-container.items-count-2 .product .image {
    height: 220px;
  }
}

/* INSTALLING =============================================================== */
#segment-installing .narrow {
  text-align: left;
}
#segment-installing h3, #segment-installing p {
  color: #ffffff;
  text-align: left;
}
#segment-installing h3 {
  margin-bottom: 30px;
}
#segment-installing h3:after {
  margin-left: 0;
}
#segment-installing .btn-primary.white:hover {
  color: #1b4098;
}
@media only screen and (min-width: 992px) {
  #segment-installing {
    margin-top: 0 !important;
  }
  #segment-installing:before {
    background-size: cover !important;
    background-position: center right !important;
  }
}

/* Proven in the marketplace ================================================= */
#proven-in-market {
  padding: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #proven-in-market {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) {
  #proven-in-market .narrow {
    max-width: 550px;
    margin: auto;
  }
}
#proven-in-market h3 {
  text-align: center;
  font-size: 34px;
  line-height: 1;
  color: #000000;
  font-family: "ClanComp-Book", sans-serif;
  margin: 0 0 35px;
}
#proven-in-market h3:after {
  display: block;
  content: '';
  width: 33px;
  height: 4px;
  background: #cbdb5b;
  margin: 35px auto 0;
}
#proven-in-market p {
  font-family: "ClanComp-Book", sans-serif;
}
#proven-in-market .swiper-outer-container .swiper-container {
  margin: 0 0 40px;
  padding: 0 90px;
}
@media only screen and (min-width: 992px) {
  #proven-in-market .swiper-outer-container .swiper-container {
    margin: 0;
  }
}
#proven-in-market .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
#proven-in-market .item {
  position: relative;
  display: block;
  max-height: 100px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
}
#proven-in-market .item:before {
  content: '';
  display: block;
  padding-top: 100%;
}
#proven-in-market .prev,
#proven-in-market .next {
  margin-top: 0;
}

#segment-find-a-supplier {
  display: none;
  background-color: #1b4098;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  #segment-find-a-supplier {
    padding: 120px 0;
  }
}
#segment-find-a-supplier .container {
  padding: 0 20px;
}
#segment-find-a-supplier h1 {
  color: #fff;
}
#segment-find-a-supplier p {
  color: #fff;
  margin: 45px auto;
}
@media only screen and (min-width: 1366px) {
  #segment-find-a-supplier p {
    width: 50%;
  }
}
#segment-find-a-supplier .btn {
  border-color: #fff;
  color: #fff;
}

/* Segment Subscribe ======================================================== */
@media only screen and (min-width: 768px) {
  #segment-subscribe {
    padding: 0;
  }
}

/* slide */
.pt-page-rotateSlideOut {
  animation: rotateSlideOut 1s both ease;
}

.pt-page-rotateSlideIn {
  animation: rotateSlideIn 1s both ease;
}
@keyframes rotateSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes rotateSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@media (min-width: 992px) {
  .page-civil-and-utilities #segment-applications .systems table thead th {
    padding: 10px;
    font-size: 12px;
  }
  .page-civil-and-utilities #segment-applications .systems table tbody td {
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .page-civil-and-utilities #segment-applications .systems button {
    font-size: 12px;
  }
}
/* =================================================
  APPLICATION
================================================= */
article.application p {
  font-family: "ClanComp-Book", sans-serif;
  color: #6f6f6f;
}
article.application p.pretext {
  display: none;
  /* DDV: Removed, but just keep here in case*/
  color: #1b4098;
  opacity: 0.6;
  margin-bottom: 10px;
}
article.application h4 {
  font-family: "ClanComp-News", sans-serif;
  color: #6f6f6f;
  margin-bottom: 15px;
}
article.application p:not(.pretext) {
  margin-bottom: 10px;
}
article.application .systems-button {
  position: relative;
  padding-left: 40px;
  color: #1b4098;
  font-family: "ClanComp-Medium";
  display: block;
  line-height: 30px;
}
article.application .systems-button .dot {
  height: 22px;
  width: 22px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  z-index: 100;
  cursor: pointer;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
  background-color: #1b4098;
}
article.application .systems-button .dot:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 22px;
  height: 22px;
  margin: -11px auto auto -11px;
  transform-origin: 50% 50%;
  border-radius: 50%;
  background-color: inherit;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
  background: #1b4098;
}
article.application .systems-button .dot span {
  display: block;
  pointer-events: none;
  transition: transform 0.3s;
  width: 22px;
  height: 22px;
  height: 30px;
  width: 30px;
}
article.application .systems-button .dot span:before {
  position: absolute;
  display: block;
  height: 2px;
  width: 10px;
  left: 6px;
  top: 10px;
  content: ' ';
  background-color: #fff;
  height: 2px;
  width: 12px;
  left: 9px;
  top: 14px;
}
article.application .systems-button .dot span:after {
  position: absolute;
  display: block;
  height: 10px;
  width: 2px;
  left: 10px;
  top: 6px;
  content: ' ';
  background-color: #fff;
  height: 12px;
  width: 2px;
  left: 14px;
  top: 9px;
}
article.application .systems-button:hover .dot span {
  transform: rotate(90deg);
}
article.application .image {
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
}
article.application .systems button {
  color: #1b4098;
  text-decoration: underline;
  font-weight: 600;
  padding: 0;
}
article.application .systems table {
  margin-top: 30px;
}
article.application .systems thead {
  display: none;
}
article.application .systems tbody tr {
  border: 1px solid #e2e2e2;
}
article.application .systems tbody tr.active td.title:after {
  transform: rotate(-90deg);
}
article.application .systems tbody td.title {
  position: relative;
  display: block;
  background-color: #898175;
  padding: 15px 60px 15px 15px;
  color: #ffffff;
  vertical-align: middle;
}
article.application .systems tbody td.title .label {
  display: none;
}
article.application .systems tbody td.title:after {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  width: 16px;
  height: 25px;
  background-image: url(../img/icon-arrow-right-white.svg);
  background-repeat: no-repeat;
  transform: rotate(90deg);
  background-size: cover;
}
article.application .systems tbody td {
  display: none;
  text-align: left;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 20px;
}
article.application .systems tbody td .label {
  color: #1b4098;
}
article.application .systems tbody td p {
  margin: 0;
  font-family: "ClanComp-News", sans-serif;
  line-height: 22px;
  color: #7d7d7d;
}
article.application .systems tbody td a {
  color: #1b4098;
  text-decoration: underline;
}
article.application .systems tbody tr.active td {
  display: block;
}
@media only screen and (min-width: 992px) {
  article.application .intro {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  article.application .copy {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  article.application .image {
    width: 50%;
    padding-bottom: 40%;
  }
  article.application .systems table {
    border-bottom: 1px solid #e2e2e2;
  }
  article.application .systems thead {
    display: table-header-group;
  }
  article.application .systems tbody tr {
    border-bottom: 1px solid #e2e2e2;
  }
  article.application .systems tbody td.title {
    display: table-cell;
    padding: 15px;
    color: #555;
    background-color: transparent;
    text-align: left;
  }
  article.application .systems tbody td.title:after {
    display: none;
  }
  article.application .systems tbody td.code {
    text-align: left;
  }
  article.application .systems tbody td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #e2e2e2;
  }
  article.application .systems tbody td .label {
    display: none;
  }
}

/* Systems table ================================== */
.systems-table {
  margin-top: 30px;
}
.systems-table thead {
  display: none;
}
.systems-table tbody tr {
  border: 1px solid #e2e2e2;
}
.systems-table tbody tr.active td.title:after {
  transform: rotate(-90deg);
}
.systems-table tbody td.title {
  position: relative;
  display: block;
  background-color: #898175;
  padding: 15px 60px 15px 15px;
  color: #ffffff;
  vertical-align: middle;
}
.systems-table tbody td.title .label {
  display: none;
}
.systems-table tbody td.title:after {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  width: 16px;
  height: 25px;
  background-image: url(../img/icon-arrow-right-white.svg);
  background-repeat: no-repeat;
  transform: rotate(90deg);
  background-size: cover;
}
.systems-table tbody td {
  display: none;
  text-align: left;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 20px;
}
.systems-table tbody td .label {
  color: #1b4098;
}
.systems-table tbody td p {
  margin: 0;
  font-family: "ClanComp-News", sans-serif;
  line-height: 22px;
  color: #7d7d7d;
}
.systems-table tbody td a {
  color: #1b4098;
  text-decoration: underline;
}
.systems-table tbody tr.active td {
  display: block;
}
@media only screen and (min-width: 992px) {
  .systems-table {
    border-bottom: 1px solid #e2e2e2;
  }
  .systems-table thead {
    display: table-header-group;
  }
  .systems-table tbody tr {
    border-bottom: 1px solid #e2e2e2;
  }
  .systems-table tbody td.title {
    padding: 15px;
    color: #555;
    background-color: transparent;
  }
  .systems-table tbody td.title:after {
    display: none;
  }
  .systems-table tbody td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #e2e2e2;
  }
  .systems-table tbody td .label {
    display: none;
  }
}

/* =================================================
  PRODUCT
================================================= */
article.product {
  margin-bottom: 2px;
  padding: 15px;
  background-color: #efefef;
  box-sizing: border-box;
  text-align: left;
}
article.product p {
  font-family: "ClanComp-Book", sans-serif;
  font-size: 12px;
  line-height: 16px;
}
article.product h4 {
  color: #222222;
  font-family: "ClanComp-Book", sans-serif;
  font-size: 16px;
}
article.product .logo {
  max-width: 60px;
  margin-right: 15px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #c0c3c5;
}
article.product .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0;
}
article.product .text-inner {
  margin: 10px 0;
}
article.product .image {
  display: none;
}
@media only screen and (min-width: 768px) {
  article.product .image {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  article.product {
    width: 33.3%;
    margin-right: 20px;
    margin-bottom: 0;
    padding: 0;
  }
  article.product:last-child {
    margin-right: 0;
  }
  article.product h4 {
    font-size: 20px;
  }
  article.product p {
    font-size: 16px;
    line-height: 20px;
  }
  article.product .logo {
    max-width: 80px;
    margin: auto;
    padding: 0;
    background: none;
    border: 0;
  }
  article.product .text {
    display: block;
    padding: 30px;
  }
  article.product .image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: gray;
  }
}

/* =================================================
  SYSTEM
================================================= */
article.system {
  max-width: 85vw;
  max-height: 100%;
  box-sizing: border-box;
  /* small */
}
article.system h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
}
article.system h2 span {
  display: block;
  color: #555;
}
article.system h2 .label {
  display: inline-block;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  background: #1b4098;
}
article.system .swiper-container {
  height: 90vh;
}
article.system .popup-content .img-container {
  position: relative;
  padding-top: 100%;
  background-color: #efefef;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #d8d8d8;
}
article.system .popup-content .img-container img {
  display: block;
  width: 100%;
}
article.system .popup-content .text {
  font-size: 14px;
  line-height: 22px;
  color: #555;
}
article.system .btn-zoom,
article.system .btn-download-pdf {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}
article.system .btn-zoom {
  background-image: url(../img/icon-zoom.png);
}
article.system .btn-download-pdf {
  background-image: url(../img/icon-download-pdf.png);
}
article.system ul {
  margin-top: 20px;
}
article.system ul li {
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #555;
  color: #555;
  font-size: 14px;
  line-height: 22px;
  background-image: url(../img/bullet-arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-position: 0px 20px;
  font-family: "ClanComp-Book", sans-serif !important;
}
article.system table th {
  background: #b6c2ce;
}
article.system table td {
  vertical-align: middle;
}
article.system .leadin {
  color: #222222;
  font-size: 18px;
  text-align: left;
}
article.system .img-zoom {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
article.system .img-zoom.active {
  display: block;
}
article.system .img-zoom.active .btn-zoom {
  background-image: url("../img/icon-zoom-out.png");
}
article.system .img-zoom button {
  position: absolute;
  bottom: 0;
  right: 0;
}
article.system .img-zoom .btn-zoom {
  background-image: url(../img/icon-zoom-out.png);
}
article.system .btn-print {
  position: absolute;
  top: 0;
  right: 70px;
}
@media only screen and (min-width: 768px) {
  article.system .popup-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  article.system .popup-content .img-container {
    padding-top: 0;
    width: calc(50% - 15px);
  }
  article.system .popup-content .text {
    width: calc(50% - 15px);
    min-height: 400px;
    font-size: 16px;
    line-height: 24px;
  }
  article.system .btn-zoom {
    width: 100px;
    height: 100px;
  }
  article.system ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

.btn-print {
  display: none;
  width: 35px;
  height: 35px;
  opacity: 0.8;
  text-indent: -9999px;
  background-image: url("../img/icon-print.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .btn-print {
    display: block;
  }
}

/* =================================================
  STORY
================================================= */
article.story {
  height: auto;
  width: calc(100% - 120px);
  background-color: #efefef;
  box-sizing: border-box;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  article.story {
    background-color: #ffffff;
  }
}
article.story .image {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
article.story .image img {
  display: none;
}
article.story .intro {
  padding: 15px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  article.story {
    width: auto;
    height: auto;
  }
  article.story p {
    font-family: "ClanComp-Book", sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
  article.story .intro {
    padding: 30px;
  }
  article.story .image {
    min-height: 300px;
  }
  article.story.case-study-feature {
    width: calc(50% - 70px);
  }
  article.story.case-study-feature .intro {
    padding: 30px 80px 30px 30px;
  }
  article.story.testimonial {
    width: calc(25% - 15px);
    background-color: #4FA2FA;
    text-align: center;
  }
  article.story.testimonial .image {
    margin: 40px auto 20px;
    padding-top: 0;
    width: 100px;
    height: 100px;
    min-height: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
  }
  article.story.testimonial .intro {
    text-align: center;
    padding: 15px;
  }
  article.story.testimonial h4 {
    color: #ffffff;
    font-weight: 700;
  }
  article.story.testimonial h4 small {
    display: block;
    font-size: 16px;
    color: #cbe4fe;
    margin-top: 5px;
  }
  article.story.testimonial p {
    color: #cbe4fe;
    margin-top: 0;
    padding: 20px;
    font-family: "ClanComp-Book", sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  article.story.testimonial p:before {
    content: '\201C';
    display: block;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 64px;
    line-height: 0.25;
    color: #ffffff;
  }
  article.story.case-study {
    width: calc(25% - 15px);
  }
  article.story.case-study p {
    display: none;
  }
}

/* =================================================
  GALLERY
================================================= */
/* =================================================
  SUPPLIER
================================================= */
/* =================================================
  DOWNLOAD
================================================= */
article.download {
  width: 125px;
  min-height: 270px;
  margin: 0 30px;
}
article.download .image {
  position: relative;
  width: 100%;
  height: 180px;
  background: #efefef;
  background-image: url(../img/placeholder-download-thumb.jpg);
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-bottom: 5px;
}
article.download .image .overlay {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
article.download .image .overlay__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #1b4098;
  width: 53px;
  height: 53px;
  text-align: center;
  margin: 0 10px 16px;
  color: #ffffff;
}
article.download .image .overlay__link.fn-email {
  text-indent: -9999px;
  background: #1b4098 url("../img/icon-email-sml.png") center center no-repeat;
}
article.download .image .overlay__link svg {
  fill: #ffffff;
}
article.download .image:hover {
  cursor: pointer;
}
article.download .image:hover .overlay {
  opacity: 1;
}
article.download .title {
  display: block;
  width: 100%;
  height: 60px;
  padding: 10px 0;
  overflow: hidden;
  text-align: center;
}
article.download p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  article.download p {
    font-size: 12px;
    line-height: 14px;
  }
}

html.touch article.download .image .overlay {
  opacity: 1;
  background: none;
}

body.email-popup-open .swiper-container,
body.email-popup-open .swiper-wrapper {
  position: static;
  transform: none;
}

/* =================================================
  FAQ
================================================= */
article.faq {
  cursor: pointer;
}
article.faq .question, article.faq .answer {
  font-family: "proxima-nova-soft", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
article.faq .question {
  position: relative;
  margin-bottom: 0;
  padding: 25px 70px 25px 20px;
  border-top: 1px solid #b5cae0;
  color: #4285c5;
  transition: all 300ms ease-in-out;
}
article.faq .question:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 22px;
  background-image: url(../img/icon-arrow-right-blue-light.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(90deg) translateX(-50%);
}
article.faq .question:hover {
  cursor: pointer;
}
article.faq .answer {
  display: none;
  padding: 30px;
  margin-bottom: 0;
  background-color: #ffffff;
  color: #555;
}
article.faq .answer p {
  margin-bottom: 30px;
}
article.faq.active .question {
  padding: 30px 70px 30px 30px;
  background-color: #4787c6;
  color: #ffffff;
  transition: all 300ms ease-in-out;
}
article.faq.active .question:after {
  top: 45%;
  background-image: url(../img/icon-arrow-right-white.svg);
  transform: rotate(-90deg) translateX(50%);
}
article.faq:last-child {
  border-bottom: 1px solid #b5cae0;
}
@media only screen and (min-width: 768px) {
  article.faq .question, article.faq .answer {
    font-size: 18px;
    line-height: 28px;
  }
  article.faq.active .question, article.faq.active .answer {
    font-size: 20px;
    line-height: 30px;
  }
}

/* PRODUCT DETAIL =========================================================== */
.pod-page-products #page {
  padding-top: 66px;
}
@media only screen and (min-width: 768px) {
  .pod-page-products #page {
    padding-top: 100px;
  }
}

/* Hero =========================================================== */
#product-hero {
  background-color: #1b4098;
}

#product-hero,
.product-hero-left,
.product-hero-right {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#product-hero .container,
.product-hero-left .container,
.product-hero-right .container {
  position: relative;
  z-index: 1;
}
#product-hero .seperator,
.product-hero-left .seperator,
.product-hero-right .seperator {
  height: 4.48px;
}
#product-hero .copy,
.product-hero-left .copy,
.product-hero-right .copy {
  max-width: 75%;
  padding: 50px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  box-sizing: border-box;
}
#product-hero h1,
.product-hero-left h1,
.product-hero-right h1 {
  margin-bottom: 20px;
  font-size: 35px;
  color: #ffffff;
}
#product-hero p,
.product-hero-left p,
.product-hero-right p {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}
#product-hero button,
.product-hero-left button,
.product-hero-right button {
  display: none;
}
#product-hero .bg,
.product-hero-left .bg,
.product-hero-right .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#product-hero .bg.mobile,
.product-hero-left .bg.mobile,
.product-hero-right .bg.mobile {
  display: block;
}
#product-hero .bg.desktop,
.product-hero-left .bg.desktop,
.product-hero-right .bg.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  #product-hero .bg.mobile,
  .product-hero-left .bg.mobile,
  .product-hero-right .bg.mobile {
    display: none;
  }
  #product-hero .bg.desktop,
  .product-hero-left .bg.desktop,
  .product-hero-right .bg.desktop {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  #product-hero,
  .product-hero-left,
  .product-hero-right {
    padding-top: 200px;
  }
  #product-hero .copy,
  .product-hero-left .copy,
  .product-hero-right .copy {
    max-width: 550px;
  }
  #product-hero h1,
  .product-hero-left h1,
  .product-hero-right h1 {
    margin-bottom: 30px;
    font-size: 60px;
  }
  #product-hero p,
  .product-hero-left p,
  .product-hero-right p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 22px;
  }
  #product-hero button,
  .product-hero-left button,
  .product-hero-right button {
    display: block;
  }
}

.product-hero-left,
.product-hero-right {
  max-width: 1500px;
  margin: 0 auto 10px auto;
}
.product-hero-left .seperator,
.product-hero-right .seperator {
  margin-left: -80px !important;
}
@media only screen and (max-width: 992px) {
  .product-hero-left .seperator,
  .product-hero-right .seperator {
    margin-left: -80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .product-hero-left .seperator,
  .product-hero-right .seperator {
    margin-left: -60px !important;
  }
}
@media only screen and (max-width: 480px) {
  .product-hero-left .seperator,
  .product-hero-right .seperator {
    margin-left: -20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .product-hero-left .bg.desktop,
  .product-hero-right .bg.desktop {
    display: block;
  }
}
.product-hero-left .copy,
.product-hero-right .copy {
  width: 50%;
}
@media only screen and (max-width: 1366px) {
  .product-hero-left .copy,
  .product-hero-right .copy {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .product-hero-left .copy,
  .product-hero-right .copy {
    width: 100%;
    max-width: 100%;
  }
}
.product-hero-left .bg-blue-panel,
.product-hero-right .bg-blue-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background-color: rgba(30, 67, 150, 0.75);
}
@media only screen and (max-width: 1366px) {
  .product-hero-left .bg-blue-panel,
  .product-hero-right .bg-blue-panel {
    width: 60%;
    right: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .product-hero-left .bg-blue-panel,
  .product-hero-right .bg-blue-panel {
    width: 100%;
    right: 0;
  }
}

.product-hero-right .bg-blue-panel {
  right: 0;
  left: 50%;
}
@media only screen and (max-width: 1366px) {
  .product-hero-right .bg-blue-panel {
    left: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .product-hero-right .bg-blue-panel {
    width: 100%;
    left: 0;
  }
}
.product-hero-right .copy {
  margin-left: calc(50% + 30px);
}
@media only screen and (max-width: 1366px) {
  .product-hero-right .copy {
    margin-left: calc(40% + 30px);
  }
}
@media only screen and (max-width: 480px) {
  .product-hero-right .copy {
    margin-left: 0;
  }
}

/* Product intro text ============================================= */
.share-container.products {
  background-color: #efefef;
}

/* Product intro text ============================================= */
#product-intro-text {
  background-color: #efefef;
}
#product-intro-text .copy-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#product-intro-text .copy {
  width: 100%;
  text-align: left;
  padding: 10px;
}
#product-intro-text .logo {
  display: block;
  max-width: 80px;
  margin: 10px 0;
}
@media only screen and (min-width: 992px) {
  #product-intro-text .container {
    display: -ms-flexbox;
    display: flex;
  }
  #product-intro-text .copy-container {
    width: 50%;
  }
  #product-intro-text .copy {
    padding: 0 0 0 30px;
  }
}

#product-img-with-overlay {
  width: 100%;
}
#product-img-with-overlay .img-container {
  position: relative;
  width: 100%;
  height: 428px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: contain !important;
}
#product-img-with-overlay .dots {
  position: relative;
  width: 50%;
  height: 100%;
  margin: auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  #product-img-with-overlay .dots {
    display: block;
  }
}
#product-img-with-overlay .dot-container {
  position: absolute;
  width: 30px;
  height: 30px;
}
#product-img-with-overlay .dot-container:hover {
  cursor: pointer;
  z-index: 101;
}
#product-img-with-overlay .dot-container:hover p {
  opacity: 1;
  height: auto;
  padding: 20px;
}
@keyframes pulsate {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}
#product-img-with-overlay .dot {
  height: 22px;
  width: 22px;
  border-radius: 100px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
  background-color: #1b4098;
}
#product-img-with-overlay .dot:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 22px;
  height: 22px;
  margin: -11px auto auto -11px;
  transform-origin: 50% 50%;
  border-radius: 50%;
  background-color: inherit;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
  background: #1b4098;
}
#product-img-with-overlay .dot span {
  display: block;
  pointer-events: none;
  transition: transform 0.3s;
  width: 22px;
  height: 22px;
  height: 30px;
  width: 30px;
}
#product-img-with-overlay .dot span:before {
  position: absolute;
  display: block;
  height: 2px;
  width: 10px;
  left: 6px;
  top: 10px;
  content: ' ';
  background-color: #fff;
  height: 2px;
  width: 12px;
  left: 9px;
  top: 14px;
}
#product-img-with-overlay .dot span:after {
  position: absolute;
  display: block;
  height: 10px;
  width: 2px;
  left: 10px;
  top: 6px;
  content: ' ';
  background-color: #fff;
  height: 12px;
  width: 2px;
  left: 14px;
  top: 9px;
}
#product-img-with-overlay .dot:hover:before {
  animation: pulsate 3s cubic-bezier(0.2, 1, 0.2, 1);
}
#product-img-with-overlay .dot:hover span {
  transform: rotate(90deg);
}
#product-img-with-overlay p {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  text-align: left;
  color: #1b4098;
  transform: translate(-50%, 40px);
  background: #ffffff;
  border-radius: 10px;
  font-size: 14px;
  transition: opacity 0.3s ease-out;
  box-shadow: 0 30px 102px rgba(0, 0, 0, 0.33), 0 20px 51px rgba(0, 0, 0, 0.18);
  z-index: 102;
}
#product-img-with-overlay .powerpanel .dot-1 {
  top: 10%;
  left: 70%;
}
#product-img-with-overlay .powerpanel .dot-2 {
  top: 50%;
  left: 50%;
}
#product-img-with-overlay .powerpanel .dot-3 {
  top: 60%;
  left: 20%;
}
@media only screen and (min-width: 992px) {
  #product-img-with-overlay {
    display: block;
    width: 50%;
  }
}

/* Features ======================================================= */
#product-features {
  position: relative;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background-color: #efefef;
}
#product-features .container {
  padding: 0 30px 30px 30px;
}
#product-features .swiper-container {
  padding: 0;
}
#product-features .view-all {
  display: none;
}
@media only screen and (min-width: 768px) {
  #product-features .view-all {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  #product-features .container {
    padding: 0;
  }
  #product-features .swiper-outer-container .prev,
  #product-features .swiper-outer-container .next {
    margin-top: -15px;
  }
  #product-features .swiper-container {
    padding: 0 30px;
  }
}

/* Application ===================================================== */
#product-application {
  padding-bottom: 30px;
}
#product-application .large-title {
  text-align: center;
  margin: 60px 0 20px;
}
#product-application .items-container {
  padding: 20px;
}
#product-application .items-container > .item {
  border: 1px solid #c7c1bb;
  border-top: none;
}
#product-application .items-container > .item:first-child {
  border-top: 1px solid #c7c1bb;
}
#product-application .items-container > .item.active .item-listing {
  background-color: #1b4098;
  color: #fff;
}
#product-application .items-container > .item.active .item-listing .title {
  color: #fff;
}
#product-application .items-container > .item.active .item-listing .copy {
  color: #ffffff;
}
#product-application .items-container > .item.active .item-listing:after {
  transform: rotate(-90deg);
  background-image: url(../img/icon-arrow-right-white.svg);
}
#product-application .items-container > .item .item-listing {
  position: relative;
  margin-bottom: 2px;
  padding: 20px;
  background-color: #fff;
  color: #555;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
#product-application .items-container > .item .item-listing .icon {
  font-size: 40px;
}
#product-application .items-container > .item .item-listing .title {
  padding-right: 40px;
  box-sizing: border-box;
  font-size: 16px;
  color: #555;
}
#product-application .items-container > .item .item-listing .copy {
  color: #1b4098;
}
#product-application .items-container > .item .item-listing:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  margin-top: -13px;
  background-image: url(../img/icon-arrow-right-gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}
#product-application .items-container > .item .item-content {
  display: none;
  padding: 30px 30px 10px 30px;
  background-color: #eff0f0;
}
#product-application .inner-items > .item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#product-application .inner-items > .item:before {
  display: block;
  content: '';
  padding-top: 80%;
}
#product-application .inner-items > .item .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: 10px;
  background-color: rgba(16, 25, 47, 0.8);
  font-family: "ClanComp-Medium", sans-serif;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #product-application .inner-items > .item .title {
    height: 45px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  #product-application {
    padding-bottom: 60px;
  }
  #product-application .large-title {
    margin: 60px 0 50px;
  }
  #product-application .items-container {
    padding: 0;
  }
  #product-application .items-container > .item {
    border-left: 1px solid #c7c1bb;
    border-right: 1px solid #c7c1bb;
  }
  #product-application .items-container > .item .item-listing {
    padding: 30px;
  }
  #product-application .items-container > .item .item-listing .icon {
    font-size: 60px;
  }
  #product-application .items-container > .item .item-listing .copy {
    font-size: 22px;
  }
  #product-application .inner-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #product-application .inner-items > .item {
    margin: 0 15px 20px;
    max-width: 25%;
  }
}

/* Product Sizes ======================================================= */
#product-sizes .large-title {
  text-align: center;
  padding: 60px 0 0;
}
#product-sizes .intro {
  text-align: center;
  margin-bottom: 30px;
}
#product-sizes .items-container {
  padding: 20px;
}
#product-sizes .item {
  border: 1px solid #c7c1bb;
  border-top: none;
}
#product-sizes .item:first-child {
  border-top: 1px solid #c7c1bb;
}
#product-sizes .item.active .item-listing {
  background-color: #1b4098;
  color: #fff;
}
#product-sizes .item.active .item-listing .title {
  color: #fff;
}
#product-sizes .item.active .item-listing:after {
  transform: rotate(-90deg);
  background-image: url(../img/icon-arrow-right-white.svg);
}
#product-sizes .item-listing {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  margin-bottom: 2px;
  cursor: pointer;
}
#product-sizes .item-listing .logo {
  display: none;
  width: 100px;
  height: 100px;
  background-image: url(../img/placeholder-product-sizes-logo.jpg);
  background-position: center center;
  background-size: contain;
}
#product-sizes .item-listing .copy {
  padding-right: 40px;
  box-sizing: border-box;
}
#product-sizes .item-listing .title {
  color: #1b4098;
  font-size: 16px;
}
#product-sizes .item-listing .desc {
  display: none;
  color: #555;
  font-family: "ClanComp-Book", sans-serif;
  font-size: 12px;
  line-height: 16px;
}
#product-sizes .item-listing:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  margin-top: -13px;
  background-image: url(../img/icon-arrow-right-gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}
#product-sizes .item-content {
  display: none;
  padding: 15px;
}
#product-sizes .item-content ul {
  margin-bottom: 35px;
  border: 2px solid #8fa1c7;
}
#product-sizes .item-content ul li {
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  font-size: 16px;
  padding: 17px;
  color: #1b4098;
  font-family: 'ClanComp-Medium';
}
#product-sizes .item-content ul li:nth-child(odd) {
  background-color: #e8ecf5;
}
#product-sizes .item-content ul li:nth-child(even) {
  background-color: #fff;
}
#product-sizes .item-content ul li.header {
  background-color: #d7d9d9;
}
#product-sizes .item-content ul li.header h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #484848;
}
#product-sizes .item-content ul li.header p {
  margin: 0;
  font-size: 14px;
  font-family: "ClanComp-News",sans-serif;
}
#product-sizes .item-content ul:nth-child(even) li.header {
  background-color: #d6dfd7;
}
#product-sizes .item-content ul:last-child {
  margin-bottom: 0;
}
#product-sizes .item-content p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  #product-sizes {
    padding-bottom: 60px;
    background-color: #efefef;
  }
  #product-sizes .large-title {
    margin: 60px 0 50px;
  }
  #product-sizes .items-container {
    padding: 0;
  }
  #product-sizes .item-listing {
    background-color: #ffffff;
    padding: 30px;
  }
  #product-sizes .item-listing .title {
    font-size: 22px;
  }
  #product-sizes .item-listing .copy {
    width: calc(100% - 120px);
  }
  #product-sizes .item-content {
    background-color: #ffffff;
  }
  #product-sizes .item {
    border: none;
  }
  #product-sizes .item:first-child {
    border: none;
  }
}

/* product accessories ============================================= */
#product-accessories .large-title {
  text-align: center;
  padding: 60px 0 0;
}
#product-accessories .intro {
  text-align: center;
}
#product-accessories .items-container {
  padding: 20px;
}
#product-accessories .item.active .item-listing {
  background-color: #1b4098;
}
#product-accessories .item.active .item-listing .title {
  color: #ffffff;
}
#product-accessories .item.active .item-listing:after {
  transform: rotate(-90deg);
  background-image: url(../img/icon-arrow-right-white.svg);
}
#product-accessories .item:not(:last-child) .item-listing {
  border-bottom: 0;
}
#product-accessories .item:last-child .item-content {
  border-top: none;
}
#product-accessories .item-listing {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #c7c1bb;
  padding: 20px;
  cursor: pointer;
}
#product-accessories .item-listing .logo {
  display: none;
  width: 100px;
  height: 100px;
  padding: 30px;
  background-image: url(../img/placeholder-product-accessories-logo.jpg);
  background-position: center center;
  background-size: contain;
}
#product-accessories .item-listing .copy {
  padding-right: 40px;
  box-sizing: border-box;
}
#product-accessories .item-listing .title {
  color: #1b4098;
  font-size: 16px;
}
#product-accessories .item-listing .desc {
  display: none;
  color: #555;
  font-family: "ClanComp-Book", sans-serif;
  font-size: 12px;
  line-height: 16px;
}
#product-accessories .item-listing:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  margin-top: -13px;
  background-image: url(../img/icon-arrow-right-gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}
#product-accessories .item-content {
  display: none;
  background: #ebebeb;
  border-top: 1px solid #c7c1bb;
}
#product-accessories .item-content .item-listing {
  background-color: #efefef;
  border-color: #555;
}
#product-accessories .item-content .item-listing .logo {
  height: 60px;
  background: #555;
}
#product-accessories .mobile .item-listing {
  background-color: #efefef !important;
  border: none;
  border-top: 1px solid #c7c1bb;
}
#product-accessories .mobile .item-listing .title {
  color: #555 !important;
}
#product-accessories .mobile .item-listing:after {
  background-image: url(../img/icon-arrow-right-gray.svg) !important;
  transform: rotate(0deg) !important;
}
#product-accessories .desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  #product-accessories {
    padding-bottom: 60px;
  }
  #product-accessories .large-title {
    margin: 60px 0 50px;
  }
  #product-accessories .items-container {
    padding: 0;
  }
  #product-accessories .item-listing {
    background-color: #ffffff;
    padding: 30px;
  }
  #product-accessories .item-listing .title {
    font-size: 22px;
  }
  #product-accessories .item-listing .copy {
    width: calc(100% - 120px);
  }
  #product-accessories .item-content {
    padding: 30px;
  }
  #product-accessories .mobile {
    display: none;
  }
  #product-accessories .desktop {
    display: block;
  }
  #product-accessories table {
    margin: 0;
  }
  #product-accessories thead {
    background-color: #8b8987;
  }
  #product-accessories tbody tr {
    background-color: #ffffff;
  }
  #product-accessories tbody tr td {
    min-height: 55px;
    padding: 10px;
    text-align: center;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
  }
  #product-accessories tbody tr td:first-child {
    white-space: nowrap;
    font-size: 14px;
  }
  #product-accessories tbody tr td:last-child {
    width: 15%;
  }
  #product-accessories tbody tr td.no-logo {
    padding: 20px;
  }
  #product-accessories tbody .logo {
    display: inline-block;
    width: 130px;
    height: 130px;
    padding: 30px;
    background-color: #ffffff;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

#accessory-popup h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
}
#accessory-popup h2 span {
  display: block;
  color: #555;
}
#accessory-popup h2 .label {
  display: inline-block;
  padding: 15px 15px 11px 15px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 16px;
  background: #1b4098;
}
#accessory-popup .feature-image {
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#accessory-popup .feature-image:before {
  content: '';
  display: block;
  padding-top: 60%;
}
#accessory-popup p {
  color: #222222;
}
#accessory-popup p .label {
  color: #555;
}

/* Downloads ======================================================== */
.page-powerfence #product-hero .seperator .line {
  fill: #322b25 !important;
}
.page-powerfence #product-hero .copy h1,
.page-powerfence #product-hero .copy p {
  color: #322b25;
}

/* MARKETING BANNER ========================================================= */
#marketing-banner {
  position: relative;
  /* small */
  /* medium */
  /* large */
}
#marketing-banner .main {
  background-color: #efefef;
}
#marketing-banner .main .swiper-container,
#marketing-banner .main .swiper-wrapper {
  height: 100%;
}
#marketing-banner .main .item {
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
}
#marketing-banner .main .copy {
  height: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 50px 20px;
  box-sizing: border-box;
  font-family: "ClanComp-Book", sans-serif;
}
@media only screen and (min-width: 768px) {
  #marketing-banner .main .copy {
    max-width: 80%;
  }
}
#marketing-banner .main h1 {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
  width: 100%;
}
#marketing-banner .main svg {
  height: 5.766px;
}
#marketing-banner .main p {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  width: 100%;
}
#marketing-banner .main button {
  display: none;
}
#marketing-banner .main .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
#marketing-banner .list {
  display: none;
  max-width: 1330px;
  margin: 0 auto;
  background-color: #f7f7f7;
  padding: 30px;
}
#marketing-banner .list .swiper-container {
  width: 100%;
}
#marketing-banner .list .item {
  position: relative;
  width: 100%;
  padding-top: 200px;
  width: calc(33.33% - 20px);
  cursor: pointer;
  margin-right: 30px;
  background-image: url("../img/placeholder-hero-item.jpg");
  background-size: cover;
  background-position: center center;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  box-sizing: border-box;
}
#marketing-banner .list .item:last-child {
  margin-right: 0;
}
#marketing-banner .list .item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#marketing-banner .list .item .title {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 12px 12px 12px;
  margin-bottom: 0;
  box-sizing: border-box;
  background-color: #1b4098;
  text-align: center;
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
#marketing-banner .list .item:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
#marketing-banner .list .item:hover .title {
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
#marketing-banner .list .item:last-child {
  margin-bottom: 0;
}
#marketing-banner .list .swiper-slide.active,
#marketing-banner .list .swiper-slide-active {
  display: none;
}
@media only screen and (min-width: 768px) {
  #marketing-banner .main {
    height: 400px;
  }
  #marketing-banner .main .copy {
    max-width: 80%;
  }
  #marketing-banner .main h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }
  #marketing-banner .main p {
    font-size: 16px;
    line-height: 24px;
  }
  #marketing-banner .swiper-pagination {
    width: calc(100% + 215px);
  }
}
@media only screen and (min-width: 992px) {
  #marketing-banner .main {
    width: 100%;
    height: 765px;
    overflow: hidden;
  }
  #marketing-banner .main .copy {
    padding-left: 30px;
    max-width: 80%;
    margin: auto;
    margin-left: 0;
  }
  #marketing-banner .main .item {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  #marketing-banner .main h1 {
    margin-bottom: 40px;
    font-size: 60px;
    color: #ffffff;
  }
  #marketing-banner .main p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
  }
  #marketing-banner .main button {
    display: block;
  }
  #marketing-banner .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: -130px;
    position: relative;
    z-index: 3;
  }
}
@media only screen and (min-width: 1366px) {
  #marketing-banner .main .copy {
    max-width: 60%;
  }
  #marketing-banner .main .container {
    max-width: 1330px;
    width: auto;
  }
}

/* SEGMENT LISTING - mobile only  =========================================== */
#segment-listing {
  padding: 0;
  /* small */
}
#segment-listing .item {
  background-position: center center;
  background-size: cover;
}
#segment-listing a {
  display: block;
  padding: 60px 30px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
#segment-listing .houses {
  background-image: url(../img/hero-houses.jpg);
}
#segment-listing .apartments {
  background-image: url(../img/hero-apartments.jpg);
}
#segment-listing .multi {
  background-image: url(../img/hero-multi.jpg);
}
#segment-listing .civil {
  background-image: url(../img/hero-civil.jpg);
}
#segment-listing .commercial {
  background-image: url(../img/hero-commercial.jpg);
}
@media only screen and (min-width: 992px) {
  #segment-listing {
    display: none;
  }
}

/* INTRO TEXT =============================================================== */
#home-intro-text,
#segment-installing {
  position: relative;
  padding: 40px 0 30px;
  text-align: center;
}
#home-intro-text h2,
#segment-installing h2 {
  margin-bottom: 30px;
}
#home-intro-text .seperator,
#segment-installing .seperator {
  display: block;
  margin-left: 0;
}
#home-intro-text .btn-primary,
#segment-installing .btn-primary {
  margin-top: 20px;
  color: #ffffff;
}
#home-intro-text .narrow,
#segment-installing .narrow {
  padding: 60px 30px 30px 30px;
  background: #1b3f92;
}
#home-intro-text h2, #home-intro-text p,
#segment-installing h2,
#segment-installing p {
  color: #ffffff;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  #home-intro-text,
  #segment-installing {
    margin-top: 100px;
    padding: 100px 0;
    width: 100%;
    background: #f7f7f7;
  }
  #home-intro-text:before,
  #segment-installing:before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    left: 0;
    bottom: 0;
    background-size: cover;
  }
  #home-intro-text .narrow,
  #segment-installing .narrow {
    position: relative;
    padding: 80px;
    transform: translateX(-80px);
    margin: 0;
    margin-left: 50%;
    max-width: 610px;
  }
  #home-intro-text .seperator,
  #segment-installing .seperator {
    display: block;
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  #segment-installing .narrow {
    padding: 120px 80px;
  }
  #segment-installing .narrow p {
    max-width: 70%;
  }
}

@media only screen and (max-width: 991px) {
  #home-intro-text {
    padding: 0;
  }
  #home-intro-text .narrow {
    margin: 0;
    max-width: none;
  }
  #home-intro-text .narrow h2, #home-intro-text .narrow p {
    text-align: center;
  }
  #home-intro-text .narrow hr {
    margin-left: auto;
    border-color: #ffffff;
  }
}

/* HOME FEATURES ============================================================ */
#home-features {
  padding: 40px 0 30px;
  background-color: #efefef;
  overflow: hidden;
}
#home-features h2 {
  margin-bottom: 30px;
  text-align: center;
  text-transform: capitalize;
}
#home-features .seperator {
  display: none;
}
#home-features .leadin {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #home-features .leadin {
    font-family: "ClanComp-Medium", sans-serif;
    color: #a2a2a2;
  }
}
@media only screen and (min-width: 992px) {
  #home-features .leadin {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #home-features {
    padding: 100px 0;
  }
  #home-features h2 {
    text-transform: none;
  }
  #home-features .seperator {
    display: block;
  }
}

/* ACC ====================================================================== */
#home-acc {
  padding: 40px 30px 30px;
}
@media only screen and (min-width: 992px) {
  #home-acc {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1366px) {
  #home-acc {
    padding: 150px 0 250px;
    background-position: top left;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  #home-acc {
    padding: 30px;
  }
}

/* WHERE ==================================================================== */
#home-where {
  display: none;
  position: relative;
  width: 100%;
}
#home-where .item-container {
  display: -ms-flexbox;
  display: flex;
  max-width: 1330px;
  margin: auto;
}
#home-where .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  width: 25%;
  height: 490px;
  overflow: hidden;
  background-position: center center;
  background-size: 110%;
  background-size: cover;
  transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);
}
#home-where .item:hover, #home-where .item.active {
  transform: scale(1.1);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
}
#home-where .item:hover .more, #home-where .item.active .more {
  opacity: 1;
  transform: scale(1);
}
#home-where .item:hover p, #home-where .item.active p {
  margin: 0;
  transform: translateY(0);
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  transition-delay: 0.3s;
}
#home-where p {
  display: block;
  margin: 0;
  background: #ffffff;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  transition-delay: 0s;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  line-height: 75px;
}
#home-where h2.title {
  margin: 60px auto;
  text-align: center;
  font-size: 30px;
}
#home-where .more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #ffffff;
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 20px;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 1s cubic-bezier(0, 1, 0.5, 1), opacity 1s cubic-bezier(0, 1, 0.5, 1);
}
#home-where .apartments {
  background-image: url(../img/home-where-apartment.jpg);
}
#home-where .civil {
  background-image: url(../img/home-where-civil.jpg);
}
#home-where .commercial {
  background-image: url(../img/home-where-commercial.jpg);
}
#home-where .multi {
  background-image: url(../img/home-where-multi.jpg);
}
#home-where .houses {
  background-image: url(../img/home-where-houses.jpg);
}
@media only screen and (min-width: 992px) {
  #home-where {
    display: block;
    margin-top: -100px;
  }
  #home-where .item-container {
    max-width: 800px;
  }
  #home-where .item {
    height: 300px;
  }
  #home-where p {
    line-height: 50px;
  }
}
@media only screen and (min-width: 1366px) {
  #home-where .item-container {
    max-width: 1330px;
  }
  #home-where .item {
    height: 400px;
  }
  #home-where h2.title {
    font-size: 38px;
    line-height: 1.4;
  }
  #home-where p {
    line-height: 75px;
  }
}

/* SOCIAL HUB =============================================================== */
#home-social-hub {
  display: none;
  padding: 100px 0;
  max-width: none;
  overflow: hidden;
}
#home-social-hub h2.large-title {
  text-align: left;
  color: #000000;
}
#home-social-hub hr.seperator {
  width: 210px;
  position: relative;
  z-index: 5;
  margin-left: 0;
  border-color: #000000;
}
#home-social-hub .juicer-feed {
  margin-top: -80px !important;
  overflow: visible;
}
#home-social-hub .juicer-feed .slick-track,
#home-social-hub .juicer-feed .slick-list {
  overflow: visible;
}
#home-social-hub .juicer-feed .slick-arrow {
  right: 0;
  bottom: -20px;
  top: auto;
  transform: translate(-20px, 100%);
}
#home-social-hub .juicer-feed .slick-arrow.slick-prev {
  transform: translate(20px, 100%);
}
#home-social-hub .swiper-outer-container {
  position: relative;
}
#home-social-hub .swiper-wrapper {
  padding: 10px;
}
#home-social-hub .swiper-slide {
  position: relative;
  padding-left: 0;
  text-align: left;
  background-color: #efefef;
  background-position: center center;
  background-size: cover;
  transform: scale(1) translateZ(0);
  backface-visibility: hidden;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
#home-social-hub .swiper-slide:after {
  content: '';
  display: block;
  width: 0;
  visibility: hidden;
  padding-top: 100%;
}
#home-social-hub .swiper-slide:hover {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  transform: scale(1.04);
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
#home-social-hub .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  #home-social-hub {
    display: block;
    margin-bottom: 80px;
  }
  #home-social-hub .container {
    max-width: 800px;
  }
  #home-social-hub .large-title {
    font-size: 44px;
  }
  #home-social-hub .swiper-outer-container .prev,
  #home-social-hub .swiper-outer-container .next {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1366px) {
  #home-social-hub .container {
    max-width: 1330px;
  }
  #home-social-hub .large-title {
    font-size: 54px;
  }
}

.juicer-feed.slider {
  padding: 0 60px !important;
}

.juicer-feed h1.referral,
.juicer-feed.slider li.feed-item.juicer {
  display: none !important;
}

.juicer-feed.slider .slick-prev:hover:before,
.juicer-feed.slider .slick-next:hover:before {
  color: #1b4098;
}

.juicer-feed.slider .slick-prev,
.juicer-feed.slider .slick-next {
  width: 33px !important;
  height: 47px !important;
  background: url("../img/icon-prev.png") 0 0 no-repeat !important;
  background-size: cover !important;
  padding: 0 !important;
}
.juicer-feed.slider .slick-prev:before,
.juicer-feed.slider .slick-next:before {
  display: none !important;
}

.juicer-feed.slider .slick-next {
  background-image: url("../img/icon-next.png") !important;
}

.juicer-feed .j-meta a {
  color: #ffffff !important;
}

.juicer-feed.image-grid .j-text,
.juicer-feed.slider .j-text,
.juicer-feed.hip .j-text {
  opacity: 1 !important;
  visibility: visible !important;
  bottom: 0 !important;
  transition: opacity 0.2s ease-out !important;
}
.juicer-feed.image-grid .j-text p,
.juicer-feed.slider .j-text p,
.juicer-feed.hip .j-text p {
  font-size: 13px;
  line-height: 1.5;
}

.juicer-feed.slider li.feed-item {
  margin: 0 10px !important;
}
.juicer-feed.slider li.feed-item:hover {
  cursor: pointer;
}
.juicer-feed.slider li.feed-item:hover .j-text {
  opacity: 0 !important;
}

.juicer-feed .j-meta li {
  font-size: 0.875em !important;
}

.juicer-feed.image-grid .j-text .j-message,
.juicer-feed.image-grid .j-text .j-edit,
.juicer-feed.slider .j-text .j-message,
.juicer-feed.slider .j-text .j-edit,
.juicer-feed.hip .j-text .j-message,
.juicer-feed.hip .j-text .j-edit {
  max-height: 95% !important;
}

.juicer-feed.image-grid .j-text .j-message a,
.juicer-feed.image-grid .j-text .j-edit a,
.juicer-feed.slider .j-text .j-message a,
.juicer-feed.slider .j-text .j-edit a,
.juicer-feed.hip .j-text .j-message a,
.juicer-feed.hip .j-text .j-edit a,
.juicer-feed .j-meta a:hover {
  color: #1b4098 !important;
}

.juicer-feed.image-grid .j-text,
.juicer-feed.slider .j-text,
.juicer-feed.hip .j-text {
  background: rgba(255, 255, 255, 0.9) !important;
}

.juicer-feed.image-grid .j-meta a,
.juicer-feed.slider .j-meta a,
.juicer-feed.hip .j-meta a {
  color: #1b4098 !important;
}

.juicer-feed.image-grid .j-text p,
.juicer-feed.slider .j-text p,
.juicer-feed.hip .j-text p,
.juicer-feed.hip .j-meta a {
  color: #1b4098 !important;
}

.j-post-overlay.juicer-feed a.juicer-button.facebook {
  color: #1b4098 !important;
  border-color: #1b4098 !important;
}
.j-post-overlay.juicer-feed a.juicer-button.facebook:hover {
  background: #1b4098 !important;
  color: #ffffff !important;
}

.juicer-feed.slider li.feed-item:hover {
  cursor: pointer;
}

.j-post-overlay.juicer-feed ul.j-share a {
  margin: 0;
}

/* SUBSCRIBE ================================================================ */
#home-subscribe {
  display: none;
}
@media only screen and (min-width: 992px) {
  #home-subscribe {
    display: block;
  }
}

/* =================================================
  About us
================================================= */
/* hero ===================================================================== */
#about-header {
  background-image: url(../img/about-bg-header.jpg);
  /* small */
}
#about-header .copy {
  background-color: rgba(128, 186, 38, 0.95);
}
@media only screen and (min-width: 768px) {
  #about-header .copy {
    background-color: #80ba26;
  }
  #about-header .copy:before {
    background-color: #80ba26;
  }
}

/* intro text =============================================================== */
/* segment list ============================================================= */
#about-segment-list {
  /* small */
}
#about-segment-list .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}
#about-segment-list .item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background-color: #efefef;
}
#about-segment-list .thumb {
  width: 100%;
  background-size: cover;
}
#about-segment-list .thumb:after {
  content: '';
  padding-top: 60%;
  display: block;
}
#about-segment-list .copy {
  padding: 15px;
  color: #555;
  box-sizing: border-box;
}
#about-segment-list p.title {
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  color: #222222;
}
#about-segment-list ul.arrow-bullets li {
  background-position: left top 2px;
}
#about-segment-list ul.arrow-bullets a {
  font-size: 13px;
  line-height: 1.4;
}
#about-segment-list .flex-ghost {
  display: none;
}
@media only screen and (min-width: 768px) {
  #about-segment-list {
    margin-bottom: 40px;
  }
  #about-segment-list .items {
    padding: 0;
  }
  #about-segment-list .item {
    width: calc(33.333333% - 10px);
  }
  #about-segment-list .copy {
    padding: 40px;
  }
  #about-segment-list p.title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  #about-segment-list ul.arrow-bullets li {
    background-position: left top 5px;
  }
  #about-segment-list ul.arrow-bullets a {
    font-size: 16px;
  }
  #about-segment-list .flex-ghost {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}

/* Features and benefits ==================================================== */
#about-features {
  padding: 60px 30px;
  background-color: #edf2f7;
  text-align: center;
  /* small */
}
#about-features .copy {
  margin-bottom: 30px;
  color: #687386;
}
#about-features .swiper-container .swiper-slide p {
  color: #5873af;
  font-weight: 700;
  font-size: 80%;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  #about-features {
    padding: 100px 0;
  }
  #about-features .swiper-container,
  #about-features .swiper-outer-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* What is Acc ============================================================== */
/* How is Hebel made ======================================================== */
#about-made {
  background-color: #008bcb;
  /* small */
}
#about-made .video-container {
  position: relative;
  background-color: #006898;
}
#about-made .video-container:before {
  content: '';
  display: block;
  width: 0;
}
#about-made .video-container iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#about-made .video-container .overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../img/about-video-placeholder.jpg);
  background-size: 110%;
  background-position: center center;
  cursor: pointer;
  backface-visibility: hidden;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
#about-made .video-container .overlay:hover {
  background-size: 120%;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
#about-made .copy-container {
  padding: 60px 20px;
  text-align: center;
}
#about-made h2 {
  color: #fff;
  text-align: left;
}
#about-made p {
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #about-made .container {
    display: -ms-flexbox;
    display: flex;
  }
  #about-made .video-container {
    width: 60%;
  }
  #about-made .copy-container {
    padding: 100px 30px 100px 0;
    width: 40%;
    -ms-flex-order: -1;
        order: -1;
    text-align: left;
  }
}

/* Subscribe ======================================================== */
#about-subscribe {
  display: block;
}

/* =================================================
  Specification Tool
================================================= */
/* header =================================================================== */
#spec-header {
  padding: 60px 20px;
  background-color: #efefef;
  text-align: center;
}

/* product search ========================================================== */
#spec-search-header {
  position: relative;
  color: white;
  background-color: #94b0c9;
  background-image: url(../img/spec-tool-banner.jpg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 40px 0 60px;
}
@media (min-width: 992px) {
  #spec-search-header {
    padding-top: 160px;
  }
}
#spec-search-header .spec-search-header__content {
  padding: 30px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  #spec-search-header .spec-search-header__content {
    padding: 50px;
  }
}
#spec-search-header .spec-search-header__content h1 {
  font-family: "ClanComp-Book", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: white;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  #spec-search-header .spec-search-header__content h1 {
    font-size: 60px;
    line-height: 1.1;
  }
}
#spec-search-header .spec-search-header__content p.intro {
  font-family: "ClanComp-Book", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: white;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  #spec-search-header .spec-search-header__content p.intro {
    font-size: 30px;
    line-height: 1.4;
  }
}
#spec-search-header .spec-search-header__content p {
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 14px;
  line-height: 1.625;
  color: white;
  margin: 0;
}
@media (min-width: 768px) {
  #spec-search-header .spec-search-header__content p {
    font-size: 16px;
  }
}

#spec-search-guide {
  margin: 40px 0;
  font-family: "ClanComp-News", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: black;
}
#spec-search-guide .container {
  padding: 0 20px;
}
#spec-search-guide h3 {
  font-family: "ClanComp-News", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 20px;
}
#spec-search-guide h3 strong {
  font-family: "ClanComp-Medium", sans-serif;
  font-weight: normal;
}
#spec-search-guide .intro {
  font-family: "ClanComp-News", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: black;
  text-align: center;
  margin: 0 0 40px;
}
#spec-search-guide .intro strong {
  font-family: "ClanComp-Medium", sans-serif;
  font-weight: normal;
}
#spec-search-guide .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
#spec-search-guide .grid__item {
  min-width: 0;
  margin: 20px 0 0 20px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc( 100% - 20px );
      flex-basis: calc( 100% - 20px );
  display: -ms-flexbox;
  display: flex;
}
#spec-search-guide .grid__item--tip h4, #spec-search-guide .grid__item--tip p {
  color: #244192;
}
#spec-search-guide .icon {
  width: 40px;
  height: 40px;
  border-radius: 100vw;
  overflow: hidden;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #1b4098;
}
#spec-search-guide .icon svg {
  width: 40%;
  height: 40%;
  fill: white;
}
#spec-search-guide h4, #spec-search-guide p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
#spec-search-guide p {
  font-family: "ClanComp-News", sans-serif;
  color: black;
}
#spec-search-guide h4 {
  font-family: "ClanComp-Medium", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #spec-search-guide {
    margin: 80px 0;
    font-size: 18px;
    line-height: 1.5 h3;
    line-height-font-size: 30px;
    line-height-line-height: 1.4;
  }
  #spec-search-guide .intro {
    font-size: 18px;
    line-height: 1.5;
  }
  #spec-search-guide p {
    font-size: 15px;
    line-height: 1.6;
  }
  #spec-search-guide h4 {
    font-size: 15px;
    line-height: 1.6;
  }
  #spec-search-guide .grid__item {
    -ms-flex-preferred-size: calc( 50% - 20px );
        flex-basis: calc( 50% - 20px );
  }
  #spec-search-guide .icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  #spec-search-guide .grid__item {
    -ms-flex-preferred-size: calc( 33.33% - 20px );
        flex-basis: calc( 33.33% - 20px );
  }
  #spec-search-guide .icon {
    width: 70px;
    height: 70px;
  }
}

#spec-search {
  position: relative;
  overflow: hidden;
}
#spec-search:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5) url(../icons/ajax-loader.gif) no-repeat center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
#spec-search.loading:before {
  opacity: 1;
  visibility: visible;
}

#spec-search-form {
  font-size: 14px;
  margin: 0;
  padding: 30px;
  background: #EEF2F6;
}
#spec-search-form .spec-search-form__heading {
  margin: -30px -30px 30px;
  padding: 0 15px;
  background: linear-gradient(to bottom, #1f49ae, #173782);
}
#spec-search-form .spec-search-form__heading h3 {
  font-family: "ClanComp-Book", sans-serif;
  font-size: 1em;
  line-height: 1;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
#spec-search-form .spec-search-form__heading a {
  color: white;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#spec-search-form .spec-search-form__heading img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}
#spec-search-form .spec-search-form__heading a.active {
  background: linear-gradient(to bottom, #132e6d, #0c1c41);
}
#spec-search-form h4 {
  font-size: 1em;
  line-height: 1;
  margin: 40px 0 20px;
}
#spec-search-form .grid div {
  margin: 20px 0 0;
}
#spec-search-form .grid label {
  display: block;
  font-family: "ClanComp-News", sans-serif;
  width: 100%;
  margin-bottom: 10px;
}
#spec-search-form .grid input, #spec-search-form .grid select {
  height: 32px;
  border-radius: 3px;
  border: 1px solid #b6b9bc;
  background: white;
  width: 100%;
}
#spec-search-form .search-box {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  #spec-search-form .grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -30px 0 0 -30px;
  }
  #spec-search-form .grid div {
    margin: 30px 0 0 30px;
    width: calc( 50% - 30px );
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  #spec-search-form .grid label {
    min-width: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 9em;
    margin: 0 10px 0 0;
  }
  #spec-search-form .grid input, #spec-search-form .grid select {
    -ms-flex: 1;
        flex: 1;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  #spec-search-form .grid div {
    width: calc( 33.33% - 30px );
  }
}

#spec-search-results {
  font-family: "ClanComp-Book", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}
#spec-search-results td {
  text-align: left;
  vertical-align: top;
}
#spec-search-results th {
  text-align: left;
  vertical-align: middle;
  width: calc( 100% / 16 );
}
#spec-search-results [data-sort-field] {
  position: relative;
  cursor: pointer;
  transition: all .5s;
}
#spec-search-results [data-sort-field]:hover {
  text-decoration: underline;
}
#spec-search-results [data-sort-field].active:after {
  content: "\25B2";
  position: absolute;
  top: 50%;
  right: 3px;
  font-size: 0.75em;
  transform: translateY(-50%);
}
#spec-search-results [data-sort-field].active--desc:after {
  transform: translateY(-50%) rotate(180deg);
}
#spec-search-results img {
  width: 100px;
}
#spec-search-results a {
  display: block;
  text-decoration: underline;
  color: #1b4098;
}
#spec-search-results a:hover {
  color: #09235E;
}
#spec-search-results a:nth-child(n+2) {
  margin: 10px 0 0;
}
#spec-search-results.disabled {
  display: none;
}
@media (max-width: 991px) {
  #spec-search-results, #spec-search-results thead, #spec-search-results tfoot, #spec-search-results tbody, #spec-search-results tr, #spec-search-results th, #spec-search-results td, #spec-search-results caption {
    display: block;
  }
  #spec-search-results thead tr,
  #spec-search-results tfoot tr {
    position: absolute;
    right: 100vw;
    visibility: hidden;
  }
  #spec-search-results tr {
    padding: 20px;
    border-bottom: 1px solid #CCC;
  }
  #spec-search-results td, #spec-search-results th {
    padding: 8px 0;
  }
  #spec-search-results td:empty, #spec-search-results th:empty {
    display: none;
  }
  #spec-search-results td[data-column-name]:not(:empty),
  #spec-search-results th[data-column-name]:not(:empty) {
    display: -ms-flexbox;
    display: flex;
  }
  #spec-search-results td[data-column-name]:before,
  #spec-search-results th[data-column-name]:before {
    content: attr(data-column-name) ":";
    width: 10em;
    font-weight: bolder;
    color: black;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  #spec-search-results td, #spec-search-results th {
    padding: 10px 0;
  }
  #spec-search-results td[data-column-name]:not(:empty),
  #spec-search-results th[data-column-name]:not(:empty) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #spec-search-results td[data-column-name]:before,
  #spec-search-results th[data-column-name]:before {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  #spec-search-results {
    margin-left: 20px;
    margin-right: 20px;
    width: calc( 100% - 40px );
  }
}

#spec-search-pagination {
  font-family: "ClanComp-Book", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 60px;
}
#spec-search-pagination li {
  min-width: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  text-align: center;
}
#spec-search-pagination li#spec-search-counter {
  -ms-flex: 1;
      flex: 1;
}
#spec-search-pagination li.disabled {
  visibility: hidden;
}
#spec-search-pagination a {
  display: block;
}
@media (max-width: 767px) {
  #spec-search-pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 20px;
  }
  #spec-search-pagination li {
    max-width: 50%;
  }
  #spec-search-pagination li#spec-search-counter {
    -ms-flex-order: -1;
        order: -1;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin: 0 0 20px;
    max-width: none;
  }
  #spec-search-pagination a {
    font-size: 14px;
    white-space: nowrap;
    padding: 15px;
  }
}

/* product listing ========================================================== */
#spec-list {
  /* small */
}
#spec-list .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}
#spec-list .item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background-color: #efefef;
}
#spec-list .thumb {
  width: 100%;
  background-size: cover;
}
#spec-list .thumb:after {
  content: '';
  padding-top: 60%;
  display: block;
}
#spec-list .copy {
  padding: 20px;
  color: #555;
  box-sizing: border-box;
}
#spec-list p.title {
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  color: #222222;
}
#spec-list .flex-ghost {
  display: none;
}
@media only screen and (min-width: 768px) {
  #spec-list {
    margin-bottom: 40px;
  }
  #spec-list .items {
    padding: 0;
  }
  #spec-list .item {
    width: calc(33.333333% - 10px);
  }
  #spec-list .copy {
    padding: 40px;
  }
  #spec-list p.title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  #spec-list .flex-ghost {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}

/* =================================================
  Contact us
================================================= */
/* hero ===================================================================== */
#contact-header {
  background-image: url(../img/contact-bg-header.jpg);
  /* small */
}
#contact-header .copy {
  background-color: rgba(18, 130, 216, 0.95);
}
@media only screen and (min-width: 768px) {
  #contact-header .copy {
    background-color: #1282d8;
  }
  #contact-header .copy:before {
    background-color: #1282d8;
  }
}

/* Search form ============================================================== */
#contact-search-form {
  padding: 30px 20px;
  background-color: #efefef;
  /* small + */
  /* large + */
}
#contact-search-form input[type=text] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  color: #1b4098;
  border: 1px solid #555;
  box-sizing: border-box;
}
#contact-search-form select {
  display: block;
  background: #fff;
  width: 100%;
  color: #1b4098;
  border: 1px solid #555;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact-search-form select:focus {
  outline: none;
}
#contact-search-form select::-ms-expand {
  display: none;
}
#contact-search-form input[type=text],
#contact-search-form select {
  padding: 15px;
  font-size: 20px;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 480px) {
  #contact-search-form input[type=text],
  #contact-search-form select {
    font-size: 90%;
  }
}
#contact-search-form select {
  background-image: url(../img/select-arrow-blue.jpg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}
#contact-search-form button {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #contact-search-form .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #contact-search-form input[type=text],
  #contact-search-form select {
    width: calc( 90% - 10px);
    padding: 20px;
    font-size: 20px;
    margin: 0;
  }
  #contact-search-form select {
    background-position: right 30px center;
  }
  #contact-search-form button {
    width: calc( 10% - 10px);
  }
}
@media only screen and (min-width: 1366px) {
  #contact-search-form input[type=text],
  #contact-search-form select {
    padding: 30px;
    font-size: 28px;
    margin: 0;
  }
}

/* Map ====================================================================== */
#contact-map {
  min-height: 50vh;
}
#contact-map #info-window {
  padding: 10px 5px;
}
#contact-map #info-window p {
  margin-bottom: 10px;
  font-family: 'ClanComp-Book';
  color: #000000;
  line-height: 1.5;
}
#contact-map #info-window p b {
  font-family: 'ClanComp-Medium';
}
#contact-map #info-window p:last-child {
  margin-bottom: 0;
  font-size: 12px;
}

/* Supplier List ============================================================ */
#contact-supplier-list {
  /* small */
}
#contact-supplier-list h2 {
  padding: 60px 20px 40px;
  text-align: center;
}
#contact-supplier-list .item {
  background-color: #efefef;
  margin-bottom: 3px;
  padding: 30px;
  box-sizing: border-box;
}
#contact-supplier-list .logo {
  display: block;
}
#contact-supplier-list .web {
  display: block;
  margin: 30px 0 10px 0;
  color: #1b4098;
  text-decoration: underline;
}
#contact-supplier-list .phone {
  display: block;
  margin-top: 10px;
  color: #222222;
}
#contact-supplier-list .address br {
  display: none;
}
#contact-supplier-list button {
  display: block;
  margin: 30px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  #contact-supplier-list .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #contact-supplier-list .item {
    width: calc(33.333333% - 30px);
    margin-bottom: 30px;
  }
  #contact-supplier-list .address br {
    display: inline;
  }
  #contact-supplier-list button {
    margin: 0 auto;
  }
}

/* =================================================
  ACC
================================================= */
/* header =================================================================== */
#aac-hero,
#aac-hero-2 {
  background-image: url(../img/acc-hero-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 0;
}
#aac-hero .copy,
#aac-hero-2 .copy {
  height: 100%;
  max-width: 75%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 50px 20px;
  box-sizing: border-box;
}
#aac-hero h1,
#aac-hero-2 h1 {
  margin-bottom: 20px;
  font-size: 35px;
  color: #1b4098;
}
#aac-hero hr,
#aac-hero-2 hr {
  background-color: #555;
  margin-left: 0;
}
#aac-hero p,
#aac-hero-2 p {
  max-width: 60%;
  margin-bottom: 30px;
  font-family: "ClanComp-Book", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #222222;
}
@media only screen and (min-width: 768px) {
  #aac-hero,
  #aac-hero-2 {
    min-height: 300px;
    padding-bottom: 80px;
  }
  #aac-hero .copy,
  #aac-hero-2 .copy {
    max-width: 100%;
  }
  #aac-hero h1,
  #aac-hero-2 h1 {
    margin: 80px 0 40px 0;
    font-size: 80px;
  }
  #aac-hero p,
  #aac-hero-2 p {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 992px) {
  #aac-hero,
  #aac-hero-2 {
    padding-top: 200px;
  }
  #aac-hero .copy,
  #aac-hero-2 .copy {
    max-width: 75%;
  }
}
@media only screen and (min-width: 1366px) {
  #aac-hero p,
  #aac-hero-2 p {
    max-width: 50%;
  }
}

#aac-hero-2 {
  background-image: url(../img/acc-hero-2.jpg);
}
#aac-hero-2 h1 {
  color: #ffffff;
}
#aac-hero-2 hr {
  background-color: #70598A;
}
#aac-hero-2 p {
  color: #ffffff;
}

/* Find a supplier ========================================================== */
#aac-find-supplier,
#aac-find-supplier-2 {
  /* small */
}
#aac-find-supplier .copy,
#aac-find-supplier-2 .copy {
  padding: 20px 20px 20px 20px;
  text-align: center;
  color: #484848;
}
#aac-find-supplier h2,
#aac-find-supplier-2 h2 {
  color: #484848;
}
#aac-find-supplier p,
#aac-find-supplier-2 p {
  margin-bottom: 30px;
}
#aac-find-supplier .product-image,
#aac-find-supplier-2 .product-image {
  width: 100%;
  margin-left: -40px;
}
#aac-find-supplier .swiper-outer-container,
#aac-find-supplier-2 .swiper-outer-container {
  display: none;
}
@media only screen and (min-width: 768px) {
  #aac-find-supplier,
  #aac-find-supplier-2 {
    background-image: url(../img/acc-find-supplier.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
  }
  #aac-find-supplier .copy,
  #aac-find-supplier-2 .copy {
    margin-left: 50%;
    padding: 50px 0 0 40px;
    padding-left: 40px;
    text-align: left;
  }
  #aac-find-supplier .copy hr,
  #aac-find-supplier-2 .copy hr {
    margin-left: 0;
  }
  #aac-find-supplier .copy .product-image,
  #aac-find-supplier-2 .copy .product-image {
    display: none;
  }
  #aac-find-supplier .swiper-outer-container,
  #aac-find-supplier-2 .swiper-outer-container {
    display: block;
    margin: 0 auto;
  }
  #aac-find-supplier .swiper-container,
  #aac-find-supplier-2 .swiper-container {
    padding-bottom: 40px;
  }
  #aac-find-supplier .swiper-wrapper,
  #aac-find-supplier-2 .swiper-wrapper {
    margin-bottom: 0;
  }
  #aac-find-supplier .swiper-slide,
  #aac-find-supplier-2 .swiper-slide {
    box-sizing: border-box;
  }
  #aac-find-supplier .swiper-slide img,
  #aac-find-supplier-2 .swiper-slide img {
    display: block;
    width: 100%;
    margin: 0;
  }
  #aac-find-supplier .swiper-slide-active,
  #aac-find-supplier-2 .swiper-slide-active {
    border: 4px solid #4bc6f4;
    margin: 0;
  }
}

#aac-find-supplier-2 hr {
  background-color: #484848;
}
@media only screen and (min-width: 768px) {
  #aac-find-supplier-2 {
    padding-bottom: 60px;
    background-image: url(../img/acc-product-image.png);
    background-size: 60%;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  #aac-find-supplier-2 {
    margin-top: -100px;
    padding-top: 100px;
    min-height: 550px;
    background-size: 60%;
  }
}
@media only screen and (min-width: 1366px) {
  #aac-find-supplier-2 {
    margin-top: -100px;
    padding-top: 150px;
    min-height: 600px;
    background-size: 50%;
  }
}

/* spec tool ================================================================ */
#aac-spec-tool,
#aac-spec-tool-2 {
  background-image: url(../img/acc-spec-tool.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 0;
}
#aac-spec-tool .copy,
#aac-spec-tool-2 .copy {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 50px 20px;
  box-sizing: border-box;
}
#aac-spec-tool h1,
#aac-spec-tool-2 h1 {
  margin-bottom: 20px;
  font-size: 35px;
  color: #ffffff;
}
#aac-spec-tool hr,
#aac-spec-tool-2 hr {
  background-color: #caa923;
  margin-left: 0;
}
#aac-spec-tool p,
#aac-spec-tool-2 p {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}
#aac-spec-tool .video,
#aac-spec-tool-2 .video {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  #aac-spec-tool .video,
  #aac-spec-tool-2 .video {
    width: 75%;
  }
}
@media only screen and (max-width: 992px) {
  #aac-spec-tool .video,
  #aac-spec-tool-2 .video {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #aac-spec-tool .copy,
  #aac-spec-tool-2 .copy {
    text-align: center;
    padding: 50px 0;
  }
  #aac-spec-tool h1,
  #aac-spec-tool-2 h1 {
    margin-bottom: 40px;
    margin: 0 auto 40px auto;
    font-size: 60px;
  }
  #aac-spec-tool hr,
  #aac-spec-tool-2 hr {
    margin: 0 auto 40px;
  }
  #aac-spec-tool p,
  #aac-spec-tool-2 p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 26px;
  }
  #aac-spec-tool button,
  #aac-spec-tool-2 button {
    margin: 0 auto;
  }
}

#aac-spec-tool-2 {
  margin-top: 60px;
  background-image: url(../img/acc-spec-tool-2-sml-bg.jpg);
  background-size: contain;
  background-repeat: repeat;
}
#aac-spec-tool-2 .aac-spec-image {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 992px) {
  #aac-spec-tool-2 {
    margin-top: 0;
    background-image: url(../img/acc-spec-tool-2.jpg);
    background-size: cover;
    min-height: 900px;
  }
  #aac-spec-tool-2 .copy {
    text-align: left;
    width: 45%;
  }
  #aac-spec-tool-2 hr {
    margin: 0 0 40px;
  }
  #aac-spec-tool-2 button {
    margin: 0;
  }
  #aac-spec-tool-2 .aac-spec-image {
    display: none;
  }
}

/* =================================================
Downloads
================================================= */
/* header =================================================================== */
#downloads-header {
  padding: 200px 20px 60px;
  background-color: #efefef;
  text-align: center;
}

/* main ===================================================================== */
#downloads-main {
  padding: 20px 0 0;
}
#downloads-main .tabs-container .content {
  display: block;
  padding: 0;
  background-color: transparent;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
#downloads-main .tabs-container .content.active {
  max-height: 100%;
}
#downloads-main .tabs-container .accordion-button {
  background-color: #8b8987;
  color: #ffffff;
}
#downloads-main .tabs-container .accordion-button:after {
  top: 6px;
  background-image: url("../img/icon-arrow-right-white.svg");
}
#downloads-main .tabs-container .tabs-header li.tab-button {
  width: 100%;
}
#downloads-main ul.download-filter {
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #555;
  padding: 5px 0;
  margin: 0;
}
#downloads-main ul.download-filter li {
  padding: 10px 15px;
  margin: 0 10px;
  font-size: 13px;
  color: #67686d;
  text-align: center;
  cursor: pointer;
}
#downloads-main ul.download-filter li:hover {
  color: #1a1a1d;
}
#downloads-main ul.download-filter li.active {
  border-bottom: 3px solid #1b4098;
}
#downloads-main article.download {
  width: calc(50% - 60px);
  margin: 0 30px 10px;
}
@media only screen and (min-width: 768px) {
  #downloads-main .tabs-container {
    background-color: #ffffff;
  }
  #downloads-main .tabs-container .tabs-header li {
    height: 80px;
    line-height: 64px;
  }
  #downloads-main .tabs-content {
    margin: 0 auto;
  }
  #downloads-main .tabs-content .content.active {
    padding-top: 20px;
  }
  #downloads-main .tabs-content .item {
    padding: 0;
    background-color: #efefef;
    background-image: none;
    border: none;
  }
  #downloads-main .tabs-content .thumb {
    width: 100%;
    border: none;
  }
  #downloads-main .tabs-content .thumb:before {
    content: '';
    display: block;
    width: 0;
    padding-top: 70%;
  }
  #downloads-main .tabs-content .copy {
    width: 100%;
    margin-left: 0;
    padding: 40px;
    box-sizing: border-box;
  }
  #downloads-main .tabs-content article.download {
    width: 130px;
    margin: 0 30px 10px;
  }
  #downloads-main ul.download-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: auto;
    padding: 20px 100px;
    margin: 0 10px;
  }
  #downloads-main ul.download-filter li {
    font-size: 16px;
  }
}

/* accordion ================================================================ */
.download-accordion {
  padding: 20px;
}
.download-accordion .item.active .item-listing:after {
  transform: rotate(90deg);
}
.download-accordion .item:not(:last-child) .item-listing {
  border-bottom: 0;
}
.download-accordion .item:last-child .item-content {
  border-top: none;
}
.download-accordion .item-listing {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #c7c1bb;
  padding: 20px;
  cursor: pointer !important;
}
.download-accordion .item-listing .logo {
  display: none;
  width: 100px;
  height: 100px;
  background-image: url(../img/placeholder-product-accessories-logo.jpg);
  background-position: center center;
  background-size: contain;
}
.download-accordion .item-listing .copy {
  width: calc(100% - 120px);
  padding-right: 40px;
  box-sizing: border-box;
  cursor: pointer !important;
}
.download-accordion .item-listing .title {
  color: #1b4098;
  font-size: 16px;
  cursor: pointer !important;
}
.download-accordion .item-listing .desc {
  display: none;
  color: #555;
  font-family: "ClanComp-Book", sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.download-accordion .item-listing:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  margin-top: -13px;
  background-image: url(../img/icon-prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-90deg);
}
.download-accordion .item-content {
  display: none;
  border-top: 1px solid #c7c1bb;
}
.download-accordion .item-content .download-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .download-accordion {
    padding-bottom: 60px;
  }
  .download-accordion .item-listing {
    background-color: #ffffff;
    padding: 0;
  }
  .download-accordion .item-listing .title {
    font-size: 32px;
  }
}

/* =================================================
  Content Page - Simple
================================================= */
#content-simple-header {
  background-color: #efefef;
}
#content-simple-header .copy {
  width: 100%;
  text-align: center;
}
#content-simple-header .copy h1 {
  color: #1b4098;
}

.content-simple-body {
  padding: 30px 20px;
}
.content-simple-body article h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin: 30px 0 15px;
  line-height: 1.5em;
}
.content-simple-body article h2 {
  color: #222222;
  font-weight: 700;
  margin: 30px 0 15px;
  line-height: 1.5em;
}
.content-simple-body article p {
  margin-bottom: 1.25em;
}
.content-simple-body article ul {
  margin-bottom: 30px;
}
.content-simple-body article ul li {
  font-family: "ClanComp-Book", sans-serif;
  font-weight: 300;
  color: #555;
  line-height: 1.5em;
  margin-left: 30px;
  list-style-type: disc;
}
.content-simple-body article hr {
  border-top-color: #efefef;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .content-simple-body {
    padding: 30px 0;
  }
}

/* =================================================
  Coatings page
================================================= */
/* Header =================================================================== */
#coatings-header {
  background-image: url(../img/coatings-bg-header.jpg);
  /* small */
}
#coatings-header .copy {
  background-color: #28acae;
}
@media only screen and (min-width: 768px) {
  #coatings-header .copy {
    background-color: #28acae;
  }
  #coatings-header .copy:before {
    background-color: #28acae;
  }
}

/* Intro ==================================================================== */
#coatings-intro {
  margin-top: 60px;
  /* small */
}
#coatings-intro .copy {
  padding: 0 20px 20px 20px;
  text-align: left;
  color: #484848;
}
#coatings-intro h3 {
  color: #1b4098;
  text-align: left !important;
}
#coatings-intro p {
  margin-bottom: 30px;
}
#coatings-intro .coatings-image {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  #coatings-intro {
    background-image: url(../img/coatings-intro-2.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
  }
  #coatings-intro .large-title {
    font-size: 45px;
    text-align: left;
  }
  #coatings-intro .copy {
    margin-left: 50%;
    padding: 0 0 0 40px;
    padding-left: 40px;
    text-align: left;
  }
  #coatings-intro .copy .coatings-image {
    display: none;
  }
}

/* Gallery ================================================================== */
#coatings-gallery {
  position: relative;
  background-color: #efefef;
  text-align: center;
  margin: 120px 0 0 0;
  padding: 120px 20px;
  /* small */
}
#coatings-gallery .lead {
  width: 800px;
  margin: 0 auto;
}
#coatings-gallery .swiper-container {
  margin: 0 auto;
}
#coatings-gallery .swiper-slide {
  background-size: cover;
  background-position: center;
}
#coatings-gallery .gallery {
  margin: 0 0 20px;
}
#coatings-gallery .gallery-top {
  width: 100%;
  margin-top: 60px;
}
#coatings-gallery .gallery-top .swiper-slide:before {
  content: '';
  display: block;
  padding-top: 60%;
}
#coatings-gallery .gallery-thumbs {
  position: relative;
  box-sizing: border-box;
  margin: 30px 0 30px 0;
  padding: 0 60px;
}
#coatings-gallery .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ffffff;
}
#coatings-gallery .gallery-thumbs .swiper-slide:before {
  content: '';
  display: block;
  padding-top: 100%;
}
#coatings-gallery .gallery-thumbs .swiper-slide-active {
  border: 2px solid #1b4098;
}
@media only screen and (min-width: 768px) {
  #coatings-gallery .gallery-thumbs {
    margin: 60px 0 0;
    padding: 0 80px;
  }
}

/* Recommnded =============================================================== */
#coatings-recommended {
  background-color: #E3E9E9;
  text-align: center;
  padding: 120px 20px;
}
#coatings-recommended h3 {
  max-width: 70%;
  margin: auto;
}
#coatings-recommended .items-container {
  margin: 60px 0 0 0 !important;
}
#coatings-recommended .items-container .swiper-container {
  padding: 0;
}
#coatings-recommended .items-container .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#coatings-recommended .items-container .swiper-slide {
  height: auto;
  width: 48%;
  background-color: #ffffff;
}
#coatings-recommended .items-container .image {
  height: 240px;
}
#coatings-recommended .items-container .text {
  background-color: #ffffff;
}
@media only screen and (max-width: 480px) {
  #coatings-recommended {
    padding: 90px 0;
  }
  #coatings-recommended .items-container {
    margin: 20px !important;
  }
  #coatings-recommended .items-container .swiper-wrapper {
    display: block;
  }
  #coatings-recommended .items-container .swiper-slide {
    width: 100%;
    margin: 30px 0;
  }
}

/* Colors =================================================================== */
#coatings-colours {
  background-color: #efefef;
  background-color: #ffffff;
  text-align: center;
  padding: 120px 20px;
}
#coatings-colours .image {
  margin: 0 0 10px;
}
#coatings-colours .image img {
  max-width: 100%;
  height: auto;
  border-radius: 100%;
}

/* Subscribe ================================================================ */
#coatings-subscribe {
  display: block;
}

/* =================================================
 BENEFITS
================================================= */
/* header =================================================================== */
#benefits-hero {
  background-image: url(../img/bg-benefits.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 0;
  padding: 220px 0 70px 0;
}
@media only screen and (max-width: 992px) {
  #benefits-hero {
    padding: 0;
  }
}
#benefits-hero h1 {
  margin: 0 auto;
  padding: 60px 20px;
  color: #1b4098;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #benefits-hero h1 {
    padding: 0;
  }
}

/* Intro ==================================================================== */
#benefits-intro {
  width: 100%;
  background-color: #FAFAFA;
  padding: 120px 0 90px 0;
  /* small */
  /* large */
}
#benefits-intro .container {
  text-align: center;
}
#benefits-intro .container p {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 480px) {
  #benefits-intro {
    padding: 90px 0 40px 0;
  }
  #benefits-intro .container {
    padding: 0 20px;
  }
  #benefits-intro p {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1366px) {
  #benefits-intro {
    padding: 90px 0 60px 0;
  }
  #benefits-intro p {
    width: 80% !important;
  }
}

/* Benefit item ============================================================= */
.benefit-item {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 10px;
  background-color: #ffffff;
  box-sizing: border-box;
  /* small */
}
.benefit-item:nth-child(even) {
  background-color: #F8F8F8;
}
.benefit-item:nth-child(even) .image {
  background-color: #ffffff;
}
.benefit-item .copy {
  margin-bottom: 15px;
}
.benefit-item .copy .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
}
.benefit-item .copy .icon {
  display: block;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 80px;
  height: 80px;
  background-image: url("../img/icon_benefit-construction.png");
  background-position: center;
  background-size: contain;
  background-color: #EF8B23;
  float: left;
  border-radius: 100%;
  margin-right: 20px;
}
.benefit-item .copy h1 {
  width: calc(100% - 110px);
  font-size: 24px;
  font-family: "ClanComp-Medium", sans-serif;
}
.benefit-item .copy h1:after {
  content: "";
  display: table;
  clear: both;
}
.benefit-item .copy ul {
  margin-left: 20px;
  list-style-type: disc;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  font-family: "ClanComp-Medium", sans-serif;
}
.benefit-item .copy hr {
  display: none;
}
.benefit-item .copy p:last-of-type {
  margin-bottom: 0 !important;
}
.benefit-item .copy small {
  font-size: 75%;
  opacity: 0.75;
}
.benefit-item .image {
  background-color: #F8F8F8;
  padding: 30px;
  box-sizing: border-box;
}
.benefit-item .image img {
  width: 100%;
  height: auto;
}
.benefit-item.benefit-insulation {
  background-color: #8FB1CA;
  text-align: center;
}
.benefit-item.benefit-insulation * {
  color: #ffffff;
}
.benefit-item.benefit-insulation .bcol-copy {
  width: 100%;
  padding: 0 20px;
}
.benefit-item.benefit-insulation hr {
  margin: 30px auto;
}
.benefit-item.benefit-insulation .icon {
  float: none;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 480px) {
  .benefit-item {
    padding: 120px 0;
  }
  .benefit-item:nth-child(even) .container {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .benefit-item .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .benefit-item .copy {
    width: calc(50% - 30px);
  }
  .benefit-item .copy h1 {
    font-size: 42px;
  }
  .benefit-item .copy hr {
    display: block;
    width: 20%;
    height: 4px;
    margin: 30px 0 0 0;
    background-color: #EF8B23;
  }
  .benefit-item .copy ul {
    font-size: 16px;
    line-height: 22px;
  }
  .benefit-item .image {
    width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 480px) {
  .benefit-item.benefit-insulation {
    text-align: left;
  }
  .benefit-item.benefit-insulation .icon {
    float: left;
    margin: 0 20px 0 0;
  }
}

/* =================================================
  Downloads
  ================================================= */
/* header =================================================================== */
#search-header {
  position: relative;
  height: 220px;
  padding: 75px 20px;
  text-align: center;
  background-image: url(../img/hero-search.jpg);
  background-size: cover;
  background-position: 50% 50%;
  box-sizing: border-box;
}
#search-header form {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#search-header input {
  width: 100%;
  padding: 0 15px;
  background-color: #ffffff;
  border: 1px solid #898175;
  line-height: 50px;
  font-size: 16px;
  box-sizing: border-box;
}
#search-header button {
  position: absolute;
  bottom: 1px;
  right: 1px;
  top: 1px;
  width: 50px;
  background-image: url(../img/icon-search.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #898175;
}
@media only screen and (min-width: 768px) {
  #search-header {
    height: 375px;
    padding: 90px 20px;
  }
  #search-header form {
    position: relative;
    max-width: 620px;
    margin: auto;
  }
  #search-header input {
    width: 100%;
    padding: 0 30px;
    line-height: 60px;
    font-size: 20px;
  }
  #search-header button {
    right: 20px;
    background-color: transparent;
    background-image: url(../img/icon-search-blue.png);
    background-size: 26px auto;
  }
}
@media only screen and (min-width: 992px) {
  #search-header input {
    line-height: 100px;
  }
  #search-header button {
    background-size: 40px auto;
  }
}

@media only screen and (min-width: 992px) {
  body.error404 #search-header {
    height: 475px;
    padding: 90px 20px;
    padding-top: 180px;
  }
}

/* Search Results ========================================================== */
#search-results {
  max-width: 1000px;
  min-height: 300px;
  margin: 30px auto;
  /* small */
}
#search-results .tabs-container .tabs-header,
#search-results .tabs-container .tabs-header.full-width:before,
#search-results .tabs-container .tabs-header li.tab-button {
  background: none;
}
#search-results .tabs-container .tabs-header {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#search-results .tabs-container .tabs-header li.tab-button {
  width: auto;
  height: auto;
  padding: 10px 20px;
  color: #a0a0a0;
  font-weight: bold;
  border-bottom: 4px solid #ffffff;
}
#search-results .tabs-container .tabs-header li.tab-button.active {
  border-bottom: 4px solid #1b4098;
}
#search-results .tabs-container .tabs-header li.tab-button.active:after {
  border: none;
}
#search-results .tabs-container .content {
  display: block;
  padding: 0;
  background-color: transparent;
}
#search-results .tabs-container .accordion-button {
  background-color: #8b8987;
  color: #ffffff;
}
#search-results .tabs-container .accordion-button:after {
  background-image: url(../img/icon-arrow-right-white.svg);
}
#search-results .tabs-content .content.active {
  display: block !important;
}
#search-results .tabs-content .content li {
  margin-bottom: 40px;
}
#search-results .tabs-content a {
  display: block;
}
#search-results .tabs-content h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: "ClanComp-Medium", sans-serif;
  color: #1b4098;
}
#search-results .tabs-content p {
  font-family: "ClanComp-Book", sans-serif;
}
#search-results .tabs-content ul.listing {
  margin: 30px 15px;
  font-family: "ClanComp-Book", sans-serif;
  color: #555;
}
#search-results .tabs-content ul.listing li.search-result {
  width: 100%;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ccc;
  background-image: none;
}
#search-results .tabs-content nav {
  display: block;
  width: 100%;
}
#search-results .results-found {
  width: 100%;
  padding-left: 15px;
  background: #ebebeb;
  line-height: 45px;
}
@media only screen and (min-width: 768px) {
  #search-results {
    margin: 50px auto;
  }
  #search-results .tabs-container {
    background-color: #ffffff;
  }
  #search-results .tabs-content {
    margin: 0 auto;
  }
  #search-results .search-result {
    width: 100%;
  }
  #search-results .results-found {
    border-top: 1px solid #b2b2b2;
  }
}

/* =================================================
Case Study
================================================= */
/* Header =================================================================== */
#case-study-hero {
  background-color: #efefef;
  background-image: url(../img/case-study-hero.jpg);
  background-position: center center;
  background-size: cover;
}
#case-study-hero:before {
  content: '';
  display: block;
  padding-top: 30%;
}

/* Wrapper ===================================================================== */
.case-study-wrapper {
  background-color: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .case-study-wrapper {
    padding-bottom: 30px;
  }
}
.case-study-wrapper .container {
  max-width: 1150px;
}
.case-study-wrapper .breadcrumbs {
  width: 100%;
  list-style: none;
  text-align: center;
  font-size: 13px;
  color: #b2b2b2;
  margin: 0 auto 40px;
  padding: 195px 0 35px;
  border-bottom: 1px solid #b2b2b2;
  max-width: 299px;
}
@media only screen and (max-width: 992px) {
  .case-study-wrapper .breadcrumbs {
    padding: 70px 0 35px;
  }
}
.case-study-wrapper .breadcrumbs li {
  display: inline-block;
}
.case-study-wrapper .breadcrumbs li:after {
  content: ' >';
}
.case-study-wrapper .breadcrumbs li:last-child:after {
  content: '';
}
.case-study-wrapper .breadcrumbs a {
  color: #b2b2b2;
}

.case-study-title {
  display: block;
  text-align: center;
  max-width: 600px;
  margin: 40px auto;
  padding: 0 30px;
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .case-study-title {
    max-width: 800px;
    font-size: 30px;
  }
}

/* Main ===================================================================== */
#case-study-main {
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
  /* small */
}
@media (min-width: 768px) {
  #case-study-main {
    padding: 70px 30px 140px;
  }
}
#case-study-main .content {
  max-width: 780px;
  margin: 0 auto;
}
#case-study-main h2 {
  font-size: 20px;
  font-family: 'ClanComp-Bold';
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 4px solid #1b4098;
}
#case-study-main h4 {
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 22px;
  color: #1b4098;
  line-height: 1.2;
  margin: 20px 0 10px;
}
#case-study-main h4 a {
  color: #1b4098;
}
#case-study-main p.difficulty {
  margin-bottom: 90px;
}
#case-study-main p.difficulty span {
  color: #1b4098;
}
#case-study-main .large-title {
  text-align: left;
}
#case-study-main p {
  font-family: "ClanComp-Book", sans-serif;
  color: #555;
  line-height: 1.5;
}
#case-study-main p a {
  color: #1b4098;
}
#case-study-main p.small {
  font-size: 14px;
  line-height: 20px;
  color: #555;
}
#case-study-main p img {
  width: 100%;
  height: auto;
}
#case-study-main blockquote {
  position: relative;
  padding: 40px;
  padding-left: 60px;
  background: #edf2f8;
  color: #7788b4;
  display: block;
  line-height: 1.6;
  margin: 20px 0;
}
#case-study-main blockquote:before {
  position: absolute;
  font-size: 60px;
  line-height: 1;
  content: "\201C";
  left: 25px;
  top: 45px;
}
@media only screen and (min-width: 992px) {
  #case-study-main blockquote {
    padding: 50px;
    padding-left: 80px;
  }
  #case-study-main blockquote:before {
    font-size: 80px;
    left: 30px;
    top: 60px;
  }
}
#case-study-main blockquote p {
  color: inherit;
  font-family: inherit;
}
#case-study-main em,
#case-study-main .wp-caption-text {
  font-size: 12px;
  font-style: normal;
  margin: 20px 0;
}
#case-study-main .arrow-bullets {
  font-family: "ClanComp-Book", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  #case-study-main .arrow-bullets {
    font-size: 14px;
    line-height: 20px;
  }
}
#case-study-main ul {
  list-style-type: disc;
  margin: 0 0 20px 0;
  font-family: "ClanComp-Book", sans-serif;
}
#case-study-main ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px 20px;
}
#case-study-main ol {
  margin-left: 30px;
  list-style-type: decimal;
  font-family: "ClanComp-Book", sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 20px;
}
#case-study-main .content-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#case-study-main .tabs-container .tabs-header + .tabs-content,
#case-study-main .tabs-container .accordion-button.active + .content {
  border: none;
}
#case-study-main .accordion-button {
  padding: 30px 0;
  font-family: "ClanComp-Medium", sans-serif;
  color: #1b4098;
  border: none;
  border-bottom: 3px solid #1b4098;
}
#case-study-main .accordion-button:after {
  background: url(../img/icon-arrow-right-blue.svg);
}
#case-study-main .accordion-button.active {
  background-color: #fff;
}
#case-study-main .accordion-button.active:after {
  background: url(../img/icon-arrow-right-blue.svg);
}
#case-study-main .tabs-content {
  background-color: #fff;
}
#case-study-main img[class^='size'],
#case-study-main .content-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #case-study-main {
    width: 60%;
    padding-bottom: 100px;
  }
  #case-study-main.full-width {
    width: 100%;
  }
  #case-study-main h2 {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 28px;
  }
  #case-study-main .tabs-container .container {
    overflow: hidden;
  }
  #case-study-main .tabs-header {
    display: none;
  }
  #case-study-main .accordion-button {
    display: block;
  }
  #case-study-main .tabs-header:before {
    display: none;
  }
  #case-study-main .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #case-study-main .item img {
    width: 200px;
    margin-right: 15px;
  }
}
#case-study-main .swiper-container {
  margin: 0 auto;
}
#case-study-main .swiper-slide {
  background-size: cover;
  background-position: center;
}
#case-study-main .gallery {
  margin: 0 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  #case-study-main .gallery {
    margin: 0 -30px 20px;
  }
}
#case-study-main .gallery .swiper-button-prev,
#case-study-main .gallery .swiper-button-next {
  width: 33px;
  height: 47px;
}
@media (max-width: 767px) {
  #case-study-main .gallery .swiper-button-prev,
  #case-study-main .gallery .swiper-button-next {
    display: none;
  }
}
#case-study-main .gallery .swiper-button-prev {
  left: -60px;
  background: url("../img/arrow-left.png") 0 0 no-repeat;
}
#case-study-main .gallery .swiper-button-next {
  right: -60px;
  background: url("../img/arrow-right.png") 0 0 no-repeat;
}
#case-study-main .gallery-top {
  width: 100%;
  margin-top: 60px;
}
#case-study-main .gallery-top .swiper-slide:before {
  content: '';
  display: block;
  padding-top: 60%;
}
#case-study-main .gallery-thumbs {
  position: relative;
  box-sizing: border-box;
  margin: 30px 0;
  padding: 0 60px;
}
#case-study-main .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ffffff;
}
#case-study-main .gallery-thumbs .swiper-slide:before {
  content: '';
  display: block;
  padding-top: 100%;
}
#case-study-main .gallery-thumbs .swiper-slide-active {
  border: 2px solid #1b4098;
}
@media only screen and (min-width: 768px) {
  #case-study-main .gallery-thumbs {
    margin: 60px 0 0;
    padding: 0 80px;
  }
}
#case-study-main .btn-share {
  display: inline-block;
  padding: 12px 30px 12px 45px;
  background-position: 18px 12px;
  line-height: 21px;
}

/* Main ===================================================================== */
#case-study-sidebar {
  display: none;
}
@media only screen and (min-width: 768px) {
  #case-study-sidebar {
    width: 40%;
    display: block;
    padding: 30px;
    box-sizing: border-box;
  }
  #case-study-sidebar .large-title {
    text-align: left;
    font-size: 30px;
    border-bottom: 3px solid #1b4098;
    font-family: "ClanComp-Bold", sans-serif;
    padding: 30px 0 15px;
  }
  #case-study-sidebar .small-title {
    font-size: 24px;
    line-height: 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
  }
  #case-study-sidebar ul.sidebar-list,
  #case-study-sidebar ul.component-list {
    margin-bottom: 30px;
  }
  #case-study-sidebar ul.sidebar-list li,
  #case-study-sidebar ul.component-list li {
    padding: 8px 0 4px;
    border-bottom: 1px solid #e1e1e1;
    font-family: "ClanComp-Book", sans-serif;
    color: #555;
    font-size: 16px;
    line-height: 22px;
  }
  #case-study-sidebar ul.sidebar-list li p,
  #case-study-sidebar ul.component-list li p {
    font-family: "ClanComp-Book", sans-serif;
    color: #555;
    margin-bottom: 0;
  }
  #case-study-sidebar ul.sidebar-list li.title,
  #case-study-sidebar ul.component-list li.title {
    color: #222222;
    font-family: "ClanComp-Medium", sans-serif;
  }
  #case-study-sidebar ul.component-list {
    border-bottom: 1px solid #e1e1e1;
  }
  #case-study-sidebar ul.component-list li {
    border: none;
  }
  #case-study-sidebar .what-else-item {
    margin-bottom: 15px;
  }
  #case-study-sidebar .what-else-item img {
    display: block;
    width: 100%;
  }
  #case-study-sidebar .what-else-item .copy {
    background-color: #fff;
    font-family: "ClanComp-Book", sans-serif;
    color: #4f4332;
    font-size: 20px;
    line-height: 26px;
    padding: 30px;
  }
}

body.single-story #segment-faq,
.segment-faq-case-study {
  background-color: #E9E8E6 !important;
  color: #7c796b;
}
body.single-story #segment-faq h3,
.segment-faq-case-study h3 {
  color: #7c796b !important;
}
body.single-story #segment-faq article.faq .question,
.segment-faq-case-study article.faq .question {
  color: #7c796b;
  border-color: #7c796b !important;
  cursor: pointer;
}
body.single-story #segment-faq article.faq .question:after,
.segment-faq-case-study article.faq .question:after {
  background-image: url(../img/icon-arrow-right-brown.svg);
}
body.single-story #segment-faq article.faq .answer,
.segment-faq-case-study article.faq .answer {
  background-color: #f8f6ed;
}
body.single-story #segment-faq article.faq.active .question,
.segment-faq-case-study article.faq.active .question {
  background-color: #e9e8e7;
}
body.single-story #segment-faq article.faq:last-child,
.segment-faq-case-study article.faq:last-child {
  border-color: #7c796b !important;
}

/* =================================================
  DIY Pages
================================================= */
/* header =================================================================== */
#diy-hero {
  background-color: #efefef;
  background-image: url(../img/case-study-hero.jpg);
  background-position: center center;
  background-size: cover;
  height: 200px;
}
#diy-hero:before {
  content: '';
  display: block;
  padding-top: 30%;
}

/* Main ===================================================================== */
.diy-wrapper {
  background-color: #f5f5f5;
  /* small */
}
.diy-wrapper .container {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .diy-wrapper {
    padding-bottom: 30px;
  }
}

/* Main ===================================================================== */
#diy-main {
  padding: 30px;
  background-color: #fff;
  /* small */
}
#diy-main h2 {
  font-size: 20px;
  font-family: 'ClanComp-Bold';
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 4px solid #1b4098;
}
#diy-main p.difficulty {
  margin-bottom: 90px;
}
#diy-main p.difficulty span {
  color: #1b4098;
  font-family: 'ClanComp-Medium';
}
#diy-main .large-title {
  text-align: left;
}
#diy-main p {
  font-family: "ClanComp-Book", sans-serif;
  color: #222222;
}
#diy-main p a {
  color: #1b4098;
}
#diy-main p.small {
  font-size: 14px;
  line-height: 20px;
  color: #555;
}
#diy-main p img {
  width: 100%;
  height: auto;
}
#diy-main .arrow-bullets {
  font-family: "ClanComp-Book", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  #diy-main .arrow-bullets {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
#diy-main ol {
  margin-left: 30px;
  list-style-type: decimal;
  font-family: "ClanComp-Book", sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 20px;
}
#diy-main .content-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#diy-main .tabs-container .tabs-header + .tabs-content,
#diy-main .tabs-container .accordion-button.active + .content {
  border: none;
}
#diy-main .accordion-button {
  padding: 30px 0;
  font-family: "ClanComp-Medium", sans-serif;
  color: #1b4098;
  border: none;
}
#diy-main .accordion-button:after {
  background: url(../img/icon-arrow-right-blue.svg);
}
#diy-main .accordion-button.active {
  background-color: #fff;
}
#diy-main .accordion-button.active:after {
  background: url(../img/icon-arrow-right-blue.svg);
}
#diy-main .tabs-container {
  background-color: #fff;
}
#diy-main img[class^='size'],
#diy-main .content-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #diy-main {
    width: 60%;
    margin-top: -100px;
    padding-bottom: 100px;
  }
  #diy-main h2 {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 28px;
  }
  #diy-main .tabs-container .container {
    overflow: hidden;
  }
  #diy-main .tabs-header {
    display: none;
  }
  #diy-main .accordion-button {
    display: block;
  }
  #diy-main .tabs-header:before {
    display: none;
  }
  #diy-main .item {
    display: block;
    clear: both;
  }
  #diy-main .item .figure {
    float: left;
    width: 200px !important;
    margin: 0 15px 30px 0;
  }
  #diy-main .item .figure img {
    width: 100% !important;
    height: auto;
  }
  #diy-main .item .figure .caption {
    margin: 0;
    font-size: 12px;
  }
  #diy-main .item .figure .caption + img {
    margin-top: 30px;
  }
  #diy-main .item .copy {
    margin-left: 220px;
  }
  #diy-main .tabs-container_x button:hover {
    cursor: default !important;
  }
  #diy-main .tabs-container_x article {
    background-color: #efefef;
    padding: 0 20px 1px 20px;
    margin: 30px 0;
    overflow: auto;
  }
}

/* Main ===================================================================== */
#diy-sidebar {
  display: none;
  /* small */
}
@media only screen and (min-width: 768px) {
  #diy-sidebar {
    width: 40%;
    display: block;
    padding: 30px;
    box-sizing: border-box;
  }
  #diy-sidebar .large-title {
    text-align: left;
    font-size: 30px;
    border-bottom: 3px solid #1b4098;
    font-family: "ClanComp-Bold", sans-serif;
    padding: 30px 0 15px;
  }
  #diy-sidebar .small-title {
    font-size: 24px;
    line-height: 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
  }
  #diy-sidebar ul.sidebar-list,
  #diy-sidebar ul.component-list {
    margin-bottom: 30px;
  }
  #diy-sidebar ul.sidebar-list li,
  #diy-sidebar ul.component-list li {
    padding: 8px 0 4px;
    border-bottom: 1px solid #e1e1e1;
    font-family: "ClanComp-Book", sans-serif;
    color: #555;
    line-height: 24px;
  }
  #diy-sidebar ul.sidebar-list li p,
  #diy-sidebar ul.component-list li p {
    font-family: "ClanComp-Book", sans-serif;
    color: #555;
    margin-bottom: 0;
  }
  #diy-sidebar ul.sidebar-list li.title,
  #diy-sidebar ul.component-list li.title {
    color: #222222;
    font-family: "ClanComp-Medium", sans-serif;
  }
  #diy-sidebar ul.component-list li {
    border: none;
  }
  #diy-sidebar ul.component-list li:first-child {
    border-bottom: 1px solid #e1e1e1;
  }
  #diy-sidebar .what-else-item {
    margin-bottom: 15px;
  }
  #diy-sidebar .what-else-item img {
    display: block;
    width: 100%;
  }
  #diy-sidebar .what-else-item .copy {
    background-color: #fff;
    font-family: "ClanComp-Book", sans-serif;
    color: #4f4332;
    font-size: 20px;
    line-height: 26px;
    padding: 30px;
  }
}

body.single-story #segment-faq,
.segment-faq-diy {
  background-color: #E9E8E6 !important;
  color: #7c796b;
}
body.single-story #segment-faq h3,
.segment-faq-diy h3 {
  color: #7c796b !important;
}
body.single-story #segment-faq article.faq .question,
.segment-faq-diy article.faq .question {
  color: #7c796b;
  border-color: #7c796b !important;
  cursor: pointer;
}
body.single-story #segment-faq article.faq .question:after,
.segment-faq-diy article.faq .question:after {
  background-image: url(../img/icon-arrow-right-brown.svg);
}
body.single-story #segment-faq article.faq .answer,
.segment-faq-diy article.faq .answer {
  background-color: #f8f6ed;
}
body.single-story #segment-faq article.faq.active .question,
.segment-faq-diy article.faq.active .question {
  background-color: #e9e8e7;
}
body.single-story #segment-faq article.faq:last-child,
.segment-faq-diy article.faq:last-child {
  border-color: #7c796b !important;
}

/* =================================================
    DIY Pages v2
================================================= */
/* header =================================================================== */
#diy-hero-v2 {
  background-color: #efefef;
  background-image: url(../img/case-study-hero.jpg);
  background-position: center center;
  background-size: cover;
  height: 200px;
}
#diy-hero-v2:before {
  content: '';
  display: block;
  padding-top: 30%;
}
@media only screen and (min-width: 992px) {
  #diy-hero-v2:before {
    margin-top: 150px;
  }
}

/* Main ===================================================================== */
.diy-wrapper-v2 h3,
.diy-wrapper-v2 h4 {
  font-family: "ClanComp-Medium", sans-serif;
  text-align: left;
}
.diy-wrapper-v2 h3 {
  color: #1b4098;
}
.diy-wrapper-v2 .container * {
  box-sizing: border-box;
}
.diy-wrapper-v2 .container #diy-main {
  background-color: #fff;
  width: 100%;
  padding: 30px;
  /* small */
}
.diy-wrapper-v2 .container #diy-main h1 {
  text-align: center;
}
.diy-wrapper-v2 .container #diy-main h2 {
  font-size: 20px;
  font-family: 'ClanComp-Bold';
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 4px solid #1b4098;
}
.diy-wrapper-v2 .container #diy-main .share {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.diy-wrapper-v2 .container #diy-main .cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #1b4098;
  margin: 45px -30px;
}
@media only screen and (min-width: 768px) {
  .diy-wrapper-v2 .container #diy-main .cta {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.diy-wrapper-v2 .container #diy-main .cta li {
  width: 100%;
  text-align: center;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
@media only screen and (min-width: 768px) {
  .diy-wrapper-v2 .container #diy-main .cta li {
    width: 50%;
    border: none;
  }
}
.diy-wrapper-v2 .container #diy-main .cta li a {
  padding: 25px;
  display: block;
  color: #fff;
}
.diy-wrapper-v2 .container #diy-main .cta li a:hover {
  background-color: #09235E;
}
.diy-wrapper-v2 .container #diy-main .cta li a .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.diy-wrapper-v2 .container #diy-main .video {
  max-width: 100%;
  margin: 0 auto 45px auto;
}
@media only screen and (min-width: 992px) {
  .diy-wrapper-v2 .container #diy-main .video {
    max-width: 75%;
  }
}
.diy-wrapper-v2 .container #diy-main .finished-product {
  margin: 45px 0;
}
.diy-wrapper-v2 .container #diy-main p.difficulty {
  margin-bottom: 90px;
}
.diy-wrapper-v2 .container #diy-main p.difficulty span {
  color: #1b4098;
  font-family: 'ClanComp-Medium';
}
.diy-wrapper-v2 .container #diy-main p {
  font-family: "ClanComp-Book", sans-serif;
  color: #222222;
}
.diy-wrapper-v2 .container #diy-main p a {
  color: #1b4098;
}
.diy-wrapper-v2 .container #diy-main p.small {
  font-size: 14px;
  line-height: 20px;
  color: #555;
}
.diy-wrapper-v2 .container #diy-main p img {
  width: 100%;
  height: auto;
}
.diy-wrapper-v2 .container #diy-main .arrow-bullets {
  font-family: "ClanComp-Book", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .diy-wrapper-v2 .container #diy-main .arrow-bullets {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
.diy-wrapper-v2 .container #diy-main ol {
  margin-left: 30px;
  list-style-type: decimal;
  font-family: "ClanComp-Book", sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 20px;
}
.diy-wrapper-v2 .container #diy-main .content-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.diy-wrapper-v2 .container #diy-main .tabs-container .tabs-header + .tabs-content,
.diy-wrapper-v2 .container #diy-main .tabs-container .accordion-button.active + .content {
  border: none;
}
.diy-wrapper-v2 .container #diy-main .tabs-content:after {
  content: '';
  display: table;
  clear: both;
}
.diy-wrapper-v2 .container #diy-main .accordion-button {
  padding: 30px 50px 7.5px 0;
  font-family: "ClanComp-Medium", sans-serif;
  color: #1b4098;
  border-bottom: 3px solid #1b4098;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 25px;
}
.diy-wrapper-v2 .container #diy-main .accordion-button:after {
  background: url(../img/icon-arrow-right-blue.svg);
}
.diy-wrapper-v2 .container #diy-main .accordion-button.active {
  background-color: #fff;
}
.diy-wrapper-v2 .container #diy-main .accordion-button.active:after {
  background: url(../img/icon-arrow-right-blue.svg);
}
.diy-wrapper-v2 .container #diy-main .tabs-container {
  background-color: #fff;
  padding: 0;
}
.diy-wrapper-v2 .container #diy-main img[class^='size'],
.diy-wrapper-v2 .container #diy-main .content-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .diy-wrapper-v2 .container #diy-main {
    margin-top: -100px;
    padding-bottom: 100px;
  }
  .diy-wrapper-v2 .container #diy-main h2 {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 28px;
  }
  .diy-wrapper-v2 .container #diy-main .tabs-container .container {
    overflow: hidden;
  }
  .diy-wrapper-v2 .container #diy-main .tabs-header {
    display: none;
  }
  .diy-wrapper-v2 .container #diy-main .accordion-button {
    display: block;
  }
  .diy-wrapper-v2 .container #diy-main .tabs-header:before {
    display: none;
  }
  .diy-wrapper-v2 .container #diy-main .item {
    display: block;
    clear: both;
  }
  .diy-wrapper-v2 .container #diy-main .item .figure {
    float: left;
    width: 200px !important;
    margin: 0 15px 30px 0;
  }
  .diy-wrapper-v2 .container #diy-main .item .figure img {
    width: 100% !important;
    height: auto;
  }
  .diy-wrapper-v2 .container #diy-main .item .figure .caption {
    margin: 0;
    font-size: 12px;
  }
  .diy-wrapper-v2 .container #diy-main .item .figure .caption + img {
    margin-top: 30px;
  }
  .diy-wrapper-v2 .container #diy-main .item .copy {
    margin-left: 220px;
  }
  .diy-wrapper-v2 .container #diy-main .tabs-container_x button:hover {
    cursor: default !important;
  }
  .diy-wrapper-v2 .container #diy-main .tabs-container_x article {
    background-color: #efefef;
    padding: 0 20px 1px 20px;
    margin: 30px 0;
    overflow: auto;
  }
}
.diy-wrapper-v2 .container #materials {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
}
.diy-wrapper-v2 .container #materials .large-title {
  text-align: left;
  font-size: 30px;
  border-bottom: 3px solid #1b4098;
  font-family: "ClanComp-Bold", sans-serif;
  padding: 30px 0 15px;
}
.diy-wrapper-v2 .container #materials .small-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.diy-wrapper-v2 .container #materials h4 {
  font-size: 20px;
  color: #5d4b47;
}
.diy-wrapper-v2 .container #materials hr {
  border-color: #efefef;
  margin: 30px auto;
}
.diy-wrapper-v2 .container #materials ul.sidebar-list,
.diy-wrapper-v2 .container #materials ul.component-list {
  margin-bottom: 30px;
}
.diy-wrapper-v2 .container #materials ul.sidebar-list li,
.diy-wrapper-v2 .container #materials ul.component-list li {
  font-family: "ClanComp-Book", sans-serif;
  color: #555;
  line-height: 24px;
}
.diy-wrapper-v2 .container #materials ul.sidebar-list li p,
.diy-wrapper-v2 .container #materials ul.component-list li p {
  font-family: "ClanComp-Book", sans-serif;
  color: #555;
  margin-bottom: 0;
}
.diy-wrapper-v2 .container #materials ul.sidebar-list li.title,
.diy-wrapper-v2 .container #materials ul.component-list li.title {
  color: #222222;
  font-family: "ClanComp-Medium", sans-serif;
}
.diy-wrapper-v2 .container #materials ul.sidebar-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: 20px;
}
.diy-wrapper-v2 .container #materials ul.sidebar-list li {
  width: 100%;
  padding: 8px 0;
  border: none;
}
.diy-wrapper-v2 .container #materials ul.sidebar-list li label input {
  display: none;
}
.diy-wrapper-v2 .container #materials ul.sidebar-list li label span:before {
  font-family: fontawesome;
  content: '\f096';
  width: 20px;
  margin-left: -20px;
  display: block;
  float: left;
}
.diy-wrapper-v2 .container #materials ul.sidebar-list li label input:checked + span:before {
  content: '\f046';
}
@media only screen and (min-width: 480px) {
  .diy-wrapper-v2 .container #materials ul.sidebar-list li {
    width: 50%;
  }
}
@media only screen and (min-width: 1366px) {
  .diy-wrapper-v2 .container #materials ul.sidebar-list li {
    width: 30%;
  }
}
.diy-wrapper-v2 .container #materials .download-panel {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 5px;
  margin-top: 30px;
  padding: 30px;
}
.diy-wrapper-v2 .container #materials .download-panel img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 480px) {
  .diy-wrapper-v2 .container #materials .download-panel img {
    width: auto;
    height: 250px;
    float: left;
    margin: 0 30px 0 0;
  }
}
.diy-wrapper-v2 .container #materials .download-panel .intro {
  font-family: "ClanComp-Book", sans-serif;
}
.diy-wrapper-v2 .container #materials .download-panel .btn-secondary {
  display: inline-block;
  margin-top: 15px;
}
.diy-wrapper-v2 .container #materials .download-panel:after {
  content: '';
  display: table;
  clear: both;
}
.diy-wrapper-v2 .container.what-else {
  margin: 45px auto;
  padding: 30px;
}
@media only screen and (min-width: 480px) {
  .diy-wrapper-v2 .container.what-else {
    padding: 0;
  }
}
.diy-wrapper-v2 .container.what-else h3 {
  font-size: 24px;
  line-height: 32px;
}
.diy-wrapper-v2 .container.what-else hr {
  border-color: #1b4098;
  border-width: 2px;
  margin: 15px 75% 45px 0;
}
.diy-wrapper-v2 .container.what-else .what-else-item {
  margin: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.diy-wrapper-v2 .container.what-else .what-else-item a {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
}
@media only screen and (min-width: 480px) {
  .diy-wrapper-v2 .container.what-else .what-else-item a {
    width: 24%;
    margin-right: 15px;
  }
}
.diy-wrapper-v2 .container.what-else .what-else-item img {
  display: block;
  width: 100%;
}
.diy-wrapper-v2 .container.what-else .what-else-item .copy {
  background-color: #fff;
  font-family: "ClanComp-Book", sans-serif;
  color: #4f4332;
  font-size: 20px;
  line-height: 26px;
  padding: 30px;
}

body.single-story #segment-faq,
.segment-faq-diy {
  background-color: #E9E8E6 !important;
  color: #7c796b;
}
body.single-story #segment-faq h3,
.segment-faq-diy h3 {
  color: #7c796b !important;
}
body.single-story #segment-faq article.faq .question,
.segment-faq-diy article.faq .question {
  color: #7c796b;
  border-color: #7c796b !important;
  cursor: pointer;
}
body.single-story #segment-faq article.faq .question:after,
.segment-faq-diy article.faq .question:after {
  background-image: url(../img/icon-arrow-right-brown.svg);
}
body.single-story #segment-faq article.faq .answer,
.segment-faq-diy article.faq .answer {
  background-color: #f8f6ed;
}
body.single-story #segment-faq article.faq.active .question,
.segment-faq-diy article.faq.active .question {
  background-color: #e9e8e7;
}
body.single-story #segment-faq article.faq:last-child,
.segment-faq-diy article.faq:last-child {
  border-color: #7c796b !important;
}

/* =================================================
  Case Study
================================================= */
/* header =================================================================== */
#installing-hero {
  background-color: #efefef;
  background-image: url(../img/case-study-hero.jpg);
  background-position: center center;
  background-size: cover;
}
#installing-hero:before {
  content: '';
  display: block;
  padding-top: 30%;
}

/* Main ===================================================================== */
.installing-wrapper {
  background-color: #f5f5f5;
  /* small */
}
.installing-wrapper .container {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .installing-wrapper {
    padding-bottom: 30px;
  }
}

/* Main ===================================================================== */
#installing-main {
  padding: 30px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  /* small */
}
#installing-main h1 {
  margin: 20px 0;
  text-align: left;
  font-size: 30px;
}
#installing-main h1 span,
#installing-main h1 small {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  color: #222222;
}
#installing-main h2 {
  font-size: 20px;
  font-family: 'ClanComp-Bold';
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 4px solid #1b4098;
}
#installing-main h3 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#installing-main h3.point {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 40px;
}
#installing-main h3.point span {
  font-family: 'ClanComp-News';
  font-size: 18px;
  line-height: 1.4;
  white-space: normal;
}
#installing-main h3.point .label {
  margin-right: 15px;
  font-size: 22px;
  font-family: 'ClanComp-Bold';
}
#installing-main h3.point .label:before {
  margin-right: 10px;
  content: '';
}
#installing-main p, #installing-main li {
  font-family: "ClanComp-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
}
#installing-main p a, #installing-main li a {
  color: #1b4098;
}
#installing-main p.small, #installing-main li.small {
  font-size: 16px;
  line-height: 22px;
  color: #555;
}
#installing-main ol {
  margin: 0;
  padding: 30px;
  list-style-type: decimal;
  color: #555;
  background: #f8f8f8;
}
#installing-main ol li {
  margin-bottom: 10px;
}
#installing-main ol li:last-child {
  margin-bottom: 0;
}
#installing-main ul {
  list-style-type: disc;
  margin-left: 18px;
}
#installing-main ul li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
#installing-main ul li:last-child {
  margin-bottom: 0;
}
#installing-main .size-full,
#installing-main .content-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#installing-main .btn-primary {
  margin-top: 30px;
}
#installing-main .btn-primary.center {
  display: block;
  margin: auto auto 30px;
  max-width: 210px;
}
@media only screen and (min-width: 768px) {
  #installing-main {
    margin-top: -100px;
    padding-bottom: 100px;
  }
  #installing-main h1 {
    margin: 40px 0;
    font-size: 50px;
  }
  #installing-main h1 span {
    margin-top: 15px;
    font-size: 36px;
  }
  #installing-main h2 {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 28px;
  }
  #installing-main h3 {
    font-size: 22px;
  }
  #installing-main h3.point {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  #installing-main h3.point .label {
    white-space: nowrap;
  }
  #installing-main ol {
    padding: 50px;
  }
  #installing-main p, #installing-main li {
    font-size: 16px;
    line-height: 22px;
  }
  #installing-main p.difficulty, #installing-main li.difficulty {
    margin-bottom: 0;
  }
  #installing-main p.difficulty span, #installing-main li.difficulty span {
    font-family: "ClanComp-Bold", sans-serif;
    color: #1b4098;
  }
  #installing-main p.note, #installing-main li.note {
    margin: 10px 60px 10px 40px;
    font-style: italic;
    font-size: 14px;
    color: #9e9e9e;
  }
  #installing-main .inner {
    padding-right: 19%;
  }
}

/* =================================================
  Training
================================================= */
/* header =================================================================== */
#training-hero {
  background-image: url(../img/training-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 0;
}
#training-hero .copy {
  height: 100%;
  max-width: 75%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 50px 20px;
  box-sizing: border-box;
}
#training-hero h1 {
  margin-bottom: 20px;
  font-size: 35px;
  color: #1b4098;
}
#training-hero hr {
  background-color: #f66919;
  margin-left: 0;
}
#training-hero p {
  margin-bottom: 30px;
  font-family: "ClanComp-Book", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #1b4098;
}
@media only screen and (min-width: 768px) {
  #training-hero {
    min-height: 300px;
    padding-bottom: 80px;
  }
  #training-hero .copy {
    max-width: 100%;
  }
  #training-hero h1 {
    margin: 80px 0 40px 0;
    font-size: 80px;
  }
  #training-hero p {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 1.5;
  }
}

#training-intro {
  width: 100%;
  background-color: #efefef;
}
#training-intro .container {
  text-align: center;
  padding: 100px 0;
}
@media only screen and (max-width: 992px) {
  #training-intro .container {
    padding: 50px 0;
    text-align: left;
  }
}
#training-intro .container .copy {
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #training-intro .container .copy {
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#training-courses {
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 992px) {
  #training-courses {
    padding: 50px 0 0 0;
  }
}
#training-courses * {
  box-sizing: border-box;
}
#training-courses .container .copy h1 {
  text-align: center;
}
#training-courses .course-filter {
  margin: 50px auto 25px;
  text-align: center;
  border-bottom: 1px solid #efefef;
  width: 75%;
}
#training-courses .course-filter li {
  display: inline-block;
  padding: 20px 40px 10px;
}
#training-courses .course-filter li.active {
  border-bottom: 2px solid #1b4098;
}
#training-courses .course-filter li:hover {
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  #training-courses .course-filter {
    width: 100%;
  }
  #training-courses .course-filter li {
    padding: 20px 20px 10px;
  }
}
#training-courses .course-items .course-row {
  width: 100%;
  height: auto;
  min-height: none;
  margin: 0 auto;
}
#training-courses .course-items .course-row:nth-child(even) {
  background-color: #efefef;
}
#training-courses .course-items .course-row:nth-child(even) .course-hero {
  -ms-flex-order: 1;
      order: 1;
}
#training-courses .course-items .course-row:nth-child(even) .course-info {
  -ms-flex-order: 2;
      order: 2;
  padding-left: 80px;
}
#training-courses .course-items .course-row:nth-child(odd) .course-hero {
  -ms-flex-order: 2;
      order: 2;
}
#training-courses .course-items .course-row:nth-child(odd) .course-info {
  -ms-flex-order: 1;
      order: 1;
  padding-right: 80px;
}
#training-courses .course-items .course-row .course-detail {
  padding: 80px 0;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  #training-courses .course-items .course-row .course-detail {
    padding: 40px 0;
  }
}
#training-courses .course-items .course-row .course-detail .course-hero {
  width: 55%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media only screen and (max-width: 992px) {
  #training-courses .course-items .course-row .course-detail .course-hero {
    display: none;
  }
}
#training-courses .course-items .course-row .course-detail .course-info {
  width: 45%;
}
@media only screen and (max-width: 992px) {
  #training-courses .course-items .course-row .course-detail .course-info {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#training-courses .course-items .course-row .course-detail .course-info h1 {
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 30px;
  font-family: 'ClanComp-Bold';
}
@media only screen and (max-width: 992px) {
  #training-courses .course-items .course-row .course-detail .course-info h1 {
    font-size: 22px;
  }
}
#training-courses .course-items .course-row .course-detail .course-info ul {
  margin-top: 0;
}
#training-courses .course-items .course-row .course-detail .course-info ul li {
  margin-left: 25px;
  color: #555;
  list-style-type: disc;
}
#training-courses .course-items .course-row .course-detail .course-info p, #training-courses .course-items .course-row .course-detail .course-info li {
  font-size: 16px;
  line-height: 26px;
  font-family: "ClanComp-Book", sans-serif;
}
#training-courses .course-items .course-row .course-detail .course-info strong,
#training-courses .course-items .course-row .course-detail .course-info .note {
  color: #1b4098;
}
#training-courses .course-items .course-row .course-detail .course-info strong {
  font-family: "ClanComp-Medium", sans-serif;
}

#training-enrol {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  box-sizing: border-box;
}
#training-enrol .image {
  box-sizing: border-box;
  width: 55%;
  background-image: url(../img/training-enrol.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 992px) {
  #training-enrol .image {
    display: none;
  }
}
#training-enrol .copy {
  box-sizing: border-box;
  width: 45%;
  background-color: #f66919;
  padding: 80px;
}
@media only screen and (max-width: 992px) {
  #training-enrol .copy {
    width: 100%;
    padding: 60px 20px;
  }
}
#training-enrol .copy h1, #training-enrol .copy p, #training-enrol .copy li {
  color: #ffffff;
}
#training-enrol .copy ul {
  margin: 60px 0 40px;
}
#training-enrol .copy ul li {
  margin-left: 25px;
  line-height: 26px;
  text-align: left !important;
}
#training-enrol .copy a {
  color: #ffffff;
  text-decoration: underline;
}

body.page-template-page-bushfire #product-hero {
  padding: 55px 0;
}
@media only screen and (min-width: 768px) {
  body.page-template-page-bushfire #product-hero {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  body.page-template-page-bushfire #product-hero {
    padding-top: 145px;
    padding-bottom: 60px;
  }
}

.bushfire-panel {
  padding: 70px 0;
}
.bushfire-panel h1 {
  margin-bottom: 1em;
}
.bushfire-panel .caption {
  margin: 60px 0 0 0;
}
.bushfire-panel.bg-grey {
  background-color: #efefef;
}
.bushfire-panel.bg-grey p {
  font-family: "ClanComp-News", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #868d98;
}
@media only screen and (min-width: 992px) {
  .bushfire-panel.bg-grey p {
    font-size: 16px;
    line-height: 28px;
  }
}
.bushfire-panel.bg-blue {
  background-color: #EBF2F9;
}
.bushfire-panel.quote {
  background: #EEEEEE;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.bushfire-panel.quote .image {
  width: 100%;
  background: url("/wp-content/themes/hebel/assets/img/placeholder-bushfire-2.jpg") top center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .bushfire-panel.quote .image {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .bushfire-panel.quote .content-rhs {
    width: 50%;
  }
}
.bushfire-panel.quote .content-rhs blockquote {
  margin: 0;
  padding: 30px;
  font-size: 1.5em;
  line-height: 1.5;
  color: #7185B6;
  max-width: 600px;
}
@media (max-width: 767px) {
  .bushfire-panel.quote .content-rhs blockquote {
    text-align: center;
  }
}
.bushfire-panel.quote .content-rhs blockquote span {
  display: block;
  clear: both;
  font-size: 0.75em;
  margin-top: 10px;
  color: #555;
}
.bushfire-panel.quote .content-rhs blockquote span strong {
  color: #1C4291;
}
@media (min-width: 992px) {
  .bushfire-panel.quote .content-rhs blockquote {
    padding: 60px;
  }
}
@media (min-width: 1366px) {
  .bushfire-panel.quote .content-rhs blockquote {
    padding: 100px;
  }
}
.bushfire-panel.quote:after {
  content: '';
  display: table;
  clear: both;
}
.bushfire-panel.text-center {
  text-align: center;
}
.bushfire-panel.text-center .container {
  width: 65%;
}
@media only screen and (max-width: 992px) {
  .bushfire-panel.text-center .container {
    width: 75%;
  }
}
@media only screen and (max-width: 992px) {
  .bushfire-panel.text-center .container {
    width: 95%;
  }
}
.bushfire-panel.text-center .container.wide {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .bushfire-panel.text-center .container.wide {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .bushfire-panel.text-center .container.wide {
    width: 100%;
  }
}
.bushfire-panel.full-width {
  padding: 0;
}
.bushfire-panel.full-width img {
  width: 100%;
  height: auto;
}
.bushfire-panel .text-center {
  text-align: center;
}
.bushfire-panel p {
  font-family: "ClanComp-Book", sans-serif;
}
.bushfire-panel p.caption {
  font-family: "ClanComp-Medium", sans-serif;
}
.bushfire-panel table {
  margin: 20px 0;
}
.bushfire-panel table.bal-levels thead td, .bushfire-panel table.hebel-bal thead td {
  background: #1b4098;
  color: #ffffff;
}
.bushfire-panel table.bal-levels tbody td, .bushfire-panel table.hebel-bal tbody td {
  border-bottom: 1px solid #8b8987;
}
@media (max-width: 767px) {
  .bushfire-panel table.bal-levels thead tr td,
  .bushfire-panel table.bal-levels tbody tr td, .bushfire-panel table.hebel-bal thead tr td,
  .bushfire-panel table.hebel-bal tbody tr td {
    font-size: 14px;
  }
}
.bushfire-panel table.bal-levels thead tr td,
.bushfire-panel table.bal-levels tbody tr td {
  text-align: left;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .what-is-hebel {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .what-is-hebel .img,
  .what-is-hebel .content {
    width: 50%;
  }
}
.what-is-hebel .img {
  background: url("../img/what-is-hebel.jpg") top center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .what-is-hebel .img {
    height: 300px;
  }
}
.what-is-hebel .content {
  background: #eeeeee;
  box-sizing: border-box;
  padding: 30px;
}
@media (min-width: 768px) {
  .what-is-hebel .content {
    padding: 100px;
  }
}
.what-is-hebel .content h2 {
  margin: 0 0 20px;
  font-size: 32px;
}
@media (min-width: 768px) {
  .what-is-hebel .content h2 {
    font-size: 60px;
    margin: 0 0 40px;
  }
}
.what-is-hebel .content p {
  color: #6f6f6f;
}

/* =================================================
  Selectric
================================================= */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* =================================================
  Blog
================================================= */
#blog-header {
  background-image: url(../img/placeholder-bg-blog.jpg);
}
@media (max-width: 767px) {
  #blog-header {
    background-image: url("../img/bg-blog-mobile.jpg");
  }
}
@media (max-width: 767px) {
  #blog-header.hidden-xs {
    display: none;
  }
}
#blog-header .copy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 85%;
}
@media only screen and (min-width: 768px) {
  #blog-header .copy {
    min-height: 350px;
    padding: 70px 0;
    width: 100%;
  }
}
#blog-header .copy h1 {
  width: 100%;
}
#blog-header .copy svg {
  height: 4.5px;
}
#blog-header .copy .text {
  width: 100%;
}
#blog-header .copy p {
  max-width: 380px;
}

#blog-bar {
  margin-bottom: 60px;
  background: #1a3e92;
  color: #ffffff;
}
#blog-bar a {
  color: #ffffff;
}
#blog-bar a.btn-share {
  color: #1b4098;
}
#blog-bar .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 60px;
  margin: 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #blog-bar .container {
    width: auto;
    max-width: none;
  }
}
#blog-bar .breadcrumbs {
  color: #ffffff;
  line-height: 32px;
}
#blog-bar .breadcrumbs a {
  display: inline-block;
  position: relative;
  padding-left: 38px;
}
#blog-bar .breadcrumbs a:before {
  content: '';
  width: 31px;
  height: 28px;
  background: url("../img/icon-home.png") 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#blog-bar .breadcrumbs li {
  display: inline-block;
}
@media (min-width: 992px) {
  #blog-bar .breadcrumbs li:after {
    content: '>';
    margin: 0 5px 0 10px;
  }
}
@media (max-width: 991px) {
  #blog-bar .breadcrumbs li:last-child {
    display: none;
  }
}
#blog-bar .breadcrumbs li:last-child:after {
  content: '';
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #blog-bar .btn-share {
    padding: 8px 25px 8px 45px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  #blog-bar .container {
    height: 100px;
    margin: 0 auto;
  }
}

#blog-main {
  color: #555;
}
@media only screen and (min-width: 992px) {
  #blog-main {
    width: 690px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1366px) {
  #blog-main {
    width: 860px;
  }
}
#blog-main p, #blog-main li {
  color: #555;
  font-family: "ClanComp-Book", sans-serif;
  line-height: 1.5;
}
#blog-main p.no-posts, #blog-main li.no-posts {
  margin-top: 20px;
}
#blog-main p {
  margin-bottom: 20px;
}
#blog-main ul {
  margin: 20px;
  list-style-type: disc;
}
#blog-main ul.post-categories {
  margin: 0;
}
#blog-main div,
#blog-main img {
  display: block;
  max-width: 100%;
  height: auto;
}
#blog-main article {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cecece;
}
@media only screen and (min-width: 992px) {
  #blog-main article {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
#blog-main h3,
#blog-main h4 {
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 22px;
  color: #1b4098;
  line-height: 1.2;
  margin: 20px 0 10px;
}
#blog-main h3 strong,
#blog-main h4 strong {
  font-weight: normal;
}
#blog-main h4 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#blog-main hr {
  border-color: #ededed;
}
#blog-main blockquote {
  position: relative;
  padding: 40px;
  padding-left: 60px;
  background: #edf2f8;
  color: #7788b4;
  display: block;
  line-height: 1.6;
  margin: 20px 0;
}
#blog-main blockquote:before {
  position: absolute;
  font-size: 60px;
  line-height: 1;
  content: "\201C";
  left: 25px;
  top: 45px;
}
@media only screen and (min-width: 992px) {
  #blog-main blockquote {
    padding: 50px;
    padding-left: 80px;
  }
  #blog-main blockquote:before {
    font-size: 80px;
    left: 30px;
    top: 60px;
  }
}
#blog-main blockquote p {
  color: inherit;
  font-family: inherit;
}
#blog-main .blog-content a {
  color: #1b4098;
  font-weight: bold;
}
#blog-main .blog-content a.btn-share {
  display: inline-block;
  padding: 15px 45px 15px 45px;
}
#blog-main .wp-caption-text {
  font-size: 12px;
  margin: 20px 0;
}
#blog-main .btn-primary {
  margin: 10px 0;
}
#blog-main #tags {
  margin: 20px 0;
}
#blog-main .custom-pagination {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
  padding: 25px 20%;
  border: 1px solid #c7c7c7;
}
@media only screen and (min-width: 992px) {
  #blog-main .custom-pagination {
    margin-bottom: 0;
    padding: 25px 25%;
  }
}
#blog-main .custom-pagination a {
  color: #6d6d6d;
  opacity: 0.6;
}
#blog-main .custom-pagination .current {
  color: #1b4098;
}
#blog-main .custom-pagination .prev, #blog-main .custom-pagination .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 15px;
  height: 28px;
  background-image: url(../img/icon-prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#blog-main .custom-pagination .next {
  left: auto;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (min-width: 992px) {
  #blog-sidebar {
    width: 200px;
  }
}
@media only screen and (min-width: 1366px) {
  #blog-sidebar {
    width: 290px;
  }
}

#blog-nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 90px;
  margin-bottom: 60px;
}
#blog-nav a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 50%;
  height: 180px;
  padding: 0;
}
#blog-nav a span {
  color: #ffffff;
  position: relative;
  z-index: 3;
  font-size: 26px;
}
#blog-nav a span.sub {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
#blog-nav a:after, #blog-nav a:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80vw;
  background: rgba(27, 64, 152, 0.7);
  content: "";
}
#blog-nav a:before {
  background-image: inherit;
  background-position: 50% 50%;
  background-size: cover;
}
#blog-nav a.next {
  -ms-flex-align: end;
      align-items: flex-end;
  border-left: 2px solid #ffffff;
  text-align: right;
}
#blog-nav a.next:before, #blog-nav a.next:after {
  right: auto;
  left: 0;
}
#blog-nav.single-link a {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}
#blog-nav.single-link a:before, #blog-nav.single-link a:after {
  width: 150vw;
  left: -20vw;
  right: -20vw;
}
@media only screen and (max-width: 767px) {
  #blog-nav a span {
    font-size: 16px;
    line-height: 1.4;
  }
}

#blog-comments {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  color: #7b7b7b;
}
#blog-comments p {
  font-family: "ClanComp-Book", sans-serif;
}
#blog-comments a {
  color: #7b7b7b;
}
#blog-comments h2,
#blog-comments h3 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
  text-align: center;
  font-size: 24px;
  color: #c4c4c4;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  #blog-comments h2,
  #blog-comments h3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  #blog-comments h2 h2,
  #blog-comments h2 h3,
  #blog-comments h3 h2,
  #blog-comments h3 h3 {
    font-size: 30px;
  }
}
#blog-comments h3 {
  padding: 20px 0 0;
  font-family: "ClanComp-Medium", sans-serif;
  color: #ababab;
}
#blog-comments #comments {
  margin: 40px auto 0;
}
#blog-comments .comments-title:before {
  content: 'Join the discussion';
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1;
}
#blog-comments .comment-list,
#blog-comments .comments-title {
  background: #f1f1f1;
}
@media only screen and (min-width: 768px) {
  #blog-comments .comment-respond,
  #blog-comments .comment-list {
    padding: 0 100px;
  }
}
#blog-comments .comment-list {
  padding-bottom: 30px;
}
#blog-comments .comment-respond {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #ededed;
}
@media only screen and (max-width: 767px) {
  #blog-comments .comment-respond {
    padding: 0 20px 20px;
  }
}
#blog-comments .comment-respond label {
  font-family: "ClanComp-Medium", sans-serif;
  color: #ababab;
}
#blog-comments .avatar {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  #blog-comments .avatar {
    width: 75px;
    height: 75px;
  }
}
#blog-comments .comment {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #blog-comments .comment {
    margin: 0 20px 20px;
  }
}
#blog-comments .comment:last-child {
  margin-bottom: 20px;
}
#blog-comments .comment-body {
  position: relative;
}
#blog-comments .comment-body p {
  margin-left: 63px;
  font-family: "ClanComp-Book", sans-serif;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  #blog-comments .comment-body p {
    margin-left: 90px;
    font-size: 14px;
  }
}
#blog-comments .comment-author {
  font-size: 14px;
  font-weight: bold;
}
#blog-comments .comment-author cite, #blog-comments .comment-author span {
  display: inline-block;
  transform: translateY(-40px);
}
#blog-comments .comment-awaiting-moderation {
  display: none;
  margin-left: 63px;
  font-size: 12px;
  position: absolute;
  bottom: -30px;
  font-weight: normal;
  font-style: normal;
  font-family: "ClanComp-Book", sans-serif;
}
@media only screen and (min-width: 768px) {
  #blog-comments .comment-awaiting-moderation {
    display: block;
    margin-left: 90px;
  }
}
#blog-comments .comment-meta {
  font-size: 12px;
  font-family: "ClanComp-Book", sans-serif;
  transform: translate(63px, -30px);
}
@media only screen and (min-width: 768px) {
  #blog-comments .comment-meta {
    transform: translate(88px, -30px);
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #blog-comments .comment-edit-link {
    display: block;
    margin-top: 10px;
  }
}
#blog-comments .reply {
  position: absolute;
  right: 0;
  top: 12px;
}
@media only screen and (max-width: 767px) {
  #blog-comments .reply {
    position: static;
    display: inline-block;
    margin: 0 20px 0 63px;
  }
}
#blog-comments .logged-in-as {
  opacity: 0.8;
  text-align: center;
  color: #c4c4c4;
}
#blog-comments h3#reply-title {
  margin-bottom: 30px;
}
#blog-comments input,
#blog-comments textarea {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}
#blog-comments .comment-reply-link,
#blog-comments input[type=submit] {
  display: block;
  padding: 10px 15px;
  background: none;
  color: #1b4098;
  border: 2px solid #1b4098;
  border-radius: 0;
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 14px;
}
#blog-comments input[type=submit] {
  margin: auto;
}
#blog-comments form:after {
  content: "";
  display: table;
  clear: both;
}
#blog-comments form .comment-notes {
  display: none;
}
#blog-comments form .form-submit {
  float: none;
  width: 100%;
  text-align: center;
  clear: both;
  padding-top: 20px;
}
#blog-comments form .comment-form-url {
  display: none;
}
#blog-comments form label {
  font-size: 14px;
}
#blog-comments form textarea {
  height: 224px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #blog-comments form p {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  #blog-comments form p:nth-child(odd) {
    margin-right: 0;
  }
}

.blog-wrapper h2 {
  margin-bottom: 10px;
  color: #1b4098;
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
.blog-wrapper h2 a {
  color: #1b4098;
}
@media only screen and (min-width: 768px) {
  .blog-wrapper h2 {
    font-size: 24px;
  }
}
.blog-wrapper .container {
  margin: 0 20px;
}
@media only screen and (max-width: 991px) {
  .blog-wrapper .container {
    max-width: none;
  }
}
.blog-wrapper .hero-image {
  margin-bottom: 20px;
}
.blog-wrapper .hero-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .blog-wrapper .hero-image {
    margin-bottom: 40px;
  }
}
.blog-wrapper .post-meta {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #a2b5ed;
  line-height: 1.6;
}
.blog-wrapper .post-meta a {
  color: #a2b5ed;
}
.blog-wrapper .post-meta ul {
  margin: 0;
}
.blog-wrapper .post-categories {
  display: inline-block;
}
.blog-wrapper .post-categories li {
  display: inline-block;
}
.blog-wrapper #related-posts {
  margin-bottom: 70px;
}
.blog-wrapper #related-posts h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
  border-bottom: 3px solid #1b4098;
}
.blog-wrapper #related-posts img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin-bottom: 20px;
}
.blog-wrapper #related-posts a {
  display: block;
  margin-bottom: 20px;
  color: #50442c;
}
.blog-wrapper #related-posts p {
  line-height: 1.4;
  color: #4c4032;
}
.blog-wrapper #tags h4 {
  background: #efefef;
  line-height: 20px;
  padding: 20px;
  font-size: 14px;
  color: #707070;
}
.blog-wrapper #tags a {
  background: #f4f4f4;
  display: inline-block;
  color: #707070;
  text-transform: uppercase;
  line-height: 16px;
  padding: 10px 15px;
  margin-right: 8px;
  margin-bottom: 6px;
  font-family: "ClanComp-Book", sans-serif;
  font-size: 12px;
}
.blog-wrapper .share {
  margin-bottom: 30px;
}
.blog-wrapper .share .icons {
  left: 0;
  right: auto;
}
.blog-wrapper .share .icons:after {
  right: auto;
  left: 30px;
}
@media only screen and (min-width: 992px) {
  .blog-wrapper .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 0 auto;
  }
  .blog-wrapper h2 {
    font-size: 30px;
  }
}

.filter-by {
  width: 100%;
  margin: 20px 0;
}
@media only screen and (min-width: 992px) {
  .filter-by .selectric-wrapper {
    max-width: 330px;
  }
}
.filter-by .selectric-wrapper .selectric {
  background-color: #f49004;
  border-color: #f49004;
}
.filter-by .selectric-wrapper .selectric .label {
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 16px;
  color: #ffffff;
  height: 80px;
  line-height: 80px;
  margin: 0 70px 0 30px;
  text-transform: uppercase;
}
.filter-by .selectric-wrapper .selectric .button {
  background-color: #f49004;
  text-indent: -9999px;
  width: 70px;
  height: 80px;
  line-height: 80px;
}
.filter-by .selectric-wrapper .selectric .button:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0;
  margin-bottom: 0;
  content: "";
  background-image: url(../img/icon-arrow-right-white.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: inherit;
  width: 25px;
  height: 25px;
  transform: translateY(-50%) rotate(90deg);
  border: 0;
}
.filter-by .selectric-wrapper .selectric-items {
  border-color: #baa995;
  background: #ffffff;
}
.filter-by .selectric-wrapper .selectric-items li {
  padding: 18px 30px;
  color: #707070;
  font-size: 14px;
  text-transform: uppercase;
}
.filter-by .selectric-wrapper .selectric-items li:first-child {
  display: none;
}
.filter-by .selectric-wrapper .selectric-items li:hover {
  background: #efefef;
}
.filter-by .selectric-wrapper .selectric-items li.highlighted {
  background: #efefef;
}

body.blog #blog-bar,
body.archive #blog-bar {
  margin-bottom: 0;
}
body.blog h2,
body.archive h2 {
  margin-bottom: 15px;
}
body.blog article,
body.archive article {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 992px) {
  body.blog article,
  body.archive article {
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}

body.logged-in #blog-comments form p {
  float: none;
  width: auto;
  margin-right: 0;
}

.share {
  display: inline-block;
  position: relative;
  margin: 20px 0;
  color: #1b4098;
  font-size: 0.875em;
}
.share > span {
  margin-right: 5px;
}
.share a {
  color: #1b4098;
}
.share .btn-share {
  position: relative;
  z-index: 1;
}
.share .icons {
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  transition: all 0s;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  max-width: 210px !important;
  height: 80px;
  top: 0;
  right: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .share .icons {
    max-width: 260px !important;
  }
}
.share .icons:before {
  content: "Share this page";
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-family: "ClanComp-Book", sans-serif;
  font-size: 18px;
}
.share .icons:after {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  content: '';
  background: #ffffff;
}
.share .icons a {
  display: inline-block;
  width: 35px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #cacaca;
  color: #cacaca !important;
}
.share .icons.active {
  visibility: visible;
  top: 50px;
  transition: all 0.2s ease-out;
}
.share .icons.left {
  left: 0;
  right: auto;
}
.share .icons.left:after {
  right: auto;
  left: 30px;
}

#home-intro-text:before {
  background-image: url(/wp-content/uploads/2017/04/home-image.jpg);
}
