@charset "UTF-8";
/* external
----------------------------------------------------------------------------------------------------------------------*/
/*!
 *  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
 * -------------------------- */
@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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -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;
}

/* placeholder - add style to any input placeholder
----------------------------------------------------------------------------------------------------------------------*/
/* typography base
	- same as foundation-typography-base
	- colors have been removed for:
		- headers
		- anchors
	- can still override other foundation variables
----------------------------------------------------------------------------------------------------------------------*/
/* buttons
	- uses foundation-sites/components/button
	- omitted button-palette
	-
----------------------------------------------------------------------------------------------------------------------*/
/* content-block-padding
----------------------------------------------------------------------------------------------------------------------*/
/* spacing
----------------------------------------------------------------------------------------------------------------------*/
/* z-indexes
----------------------------------------------------------------------------------------------------------------------*/
/* general/helper variables
----------------------------------------------------------------------------------------------------------------------*/
/* colors
----------------------------------------------------------------------------------------------------------------------*/
/* fonts
----------------------------------------------------------------------------------------------------------------------*/
/* foundation
----------------------------------------------------------------------------------------------------------------------*/
/* magnific
----------------------------------------------------------------------------------------------------------------------*/
/* includes/imports
----------------------------------------------------------------------------------------------------------------------*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #fff;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #fff;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1024px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: transparent;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: 4;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fff;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=100em&huge=120em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #393f4a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

.is-hidden {
  display: none !important;
}

.row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: ' ';
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -1rem;
  margin-left: -1rem;
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 1rem;
  padding-left: 1rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.row.gutter-large > .column, .row.gutter-large > .columns {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.row.gutter-xlarge > .column, .row.gutter-xlarge > .columns {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.row.gutter-xxlarge > .column, .row.gutter-xxlarge > .columns {
  padding-right: 1rem;
  padding-left: 1rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 1rem;
  padding-left: 1rem;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1rem;
  padding-left: 1rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}
.column-block {
  margin-bottom: 2rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
}
.clearfix::after {
  clear: both;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 600;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
a {
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 90rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 600;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #000;
  color: #393f4a;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #000;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}
.show-for-print {
  display: none !important;
}
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
[data-whatinput='mouse'] .button {
  outline: 0;
}
.button:hover, .button:focus {
  color: #fff;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.rounded {
  border-radius: 6.25rem;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fff;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #000;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #000;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #000;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #000;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #000;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control {
  position: relative;
  height: 2.4375rem;
}
.form-field-column-multiselect .selectize-control {
  height: auto;
}

.selectize-input {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  padding-right: 48px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  background: #fff;
  line-height: 20px;
}
.selectize-input ::-webkit-input-placeholder {
  color: #909aaa;
}
.selectize-input :-moz-placeholder {
  color: #909aaa;
}
.selectize-input ::-moz-placeholder {
  color: #909aaa;
}
.selectize-input :-ms-input-placeholder {
  color: #909aaa;
}
.white .selectize-input, .light .selectize-input {
  background-color: #fff;
  border-color: #909aaa;
  color: #393f4a;
}
.dark .selectize-input {
  background-color: rgba(40, 45, 52, 0.5);
  border-color: rgba(40, 45, 52, 0.5);
  color: #909aaa;
}
.selectize-input .item {
  font-weight: 600;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-input:after {
  right: 0;
  top: 50%;
  width: 39px;
  height: 100%;
  clear: left;
  display: block;
  position: absolute;
  z-index: 1;
  border-left-width: 1px;
  border-left-style: solid;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.75rem;
  text-align: center;
  line-height: 2.3125rem;
  font-family: "FontAwesome";
  content: "";
}
.white .selectize-input:after, .light .selectize-input:after {
  border-left-color: #909aaa;
  color: #909aaa;
}
.dark .selectize-input:after {
  border-left-color: rgba(40, 45, 52, 0.5);
  color: #fff;
}
.selectize-input.has-items input {
  display: none;
}
.selectize-input.input-active {
  cursor: text;
  display: inline-block;
}
.selectize-input.input-active input {
  display: inline-block;
  cursor: text;
}
.selectize-input.focus input {
  display: inline-block;
  cursor: text;
}
.selectize-input input {
  margin: 0;
  padding: 0;
  height: auto;
  display: inline-block;
  width: 100% !important;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  line-height: 23px;
}
.selectize-input input:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.selectize-input.disabled {
  opacity: 0.5;
  background-color: #909aaa;
}
.multi .selectize-input.has-items {
  padding-bottom: 0;
}

.multi .item {
  float: left;
  position: relative;
  margin-top: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 32px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}
.multi .item:not(:last-child) {
  margin-right: 8px;
  margin-bottom: 8px;
}
.multi .item .remove {
  right: 0;
  top: 0;
  height: 100%;
  width: 24px;
  position: absolute;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: inherit;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-shadow: 0 0 10px rgba(40, 45, 52, 0.5);
          box-shadow: 0 0 10px rgba(40, 45, 52, 0.5);
  font-weight: 500;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
  padding: 16px;
}
.selectize-dropdown .selected {
  background-color: #909aaa;
}
.white .selectize-dropdown, .light .selectize-dropdown {
  background-color: #fff;
  color: #393f4a;
}
.dark .selectize-dropdown {
  background-color: #282d34;
  color: #909aaa;
}

.selectize-dropdown-content {
  max-height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.homepage .slider-wrapper {
  z-index: 3;
}
.homepage .slider-wrapper:before {
  top: -100px;
  left: 0;
  width: 100%;
  position: absolute;
  height: 192px;
  z-index: 0;
  content: ' ';
}
.homepage .slider-wrapper.light:before {
  background-color: #909aaa;
}
.homepage .slider-wrapper.dark:before {
  background-color: #393f4a;
}

.concepts-intro {
  margin-bottom: 32px;
  padding-bottom: 32px;
  font-size: 20px;
  font-weight: 300;
  border-bottom: 1px solid #f1f4f9;
}
.concepts-intro p:last-child {
  margin-bottom: 0;
}

.concepts-sidebar-navigation {
  position: relative;
}

.concepts-sidebar-list-item {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  background-color: #e6e9ed;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 32px;
  text-align: center;
}

.concepts-sidebar-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.concepts-sidebar-button {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.products-intro {
  margin-bottom: 32px;
  padding-bottom: 32px;
  font-size: 20px;
  font-weight: 300;
  border-bottom: 1px solid #f1f4f9;
}
.products-intro p:last-child {
  margin-bottom: 0;
}

.products-sidebar-navigation {
  position: relative;
}

.products-sidebar-list-item {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  background-color: #e6e9ed;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 32px;
  text-align: center;
}

.products-sidebar-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.products-sidebar-button {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.services-index .hero-wrapper {
  padding-bottom: 0;
}
.services-index .hero-intro p {
  margin-bottom: 0;
}

.staff-index .hero-wrapper {
  padding-bottom: 0;
}
.staff-index .hero-intro p {
  margin-bottom: 0;
}

*,
*:active,
*:focus,
*:hover {
  outline: none !important;
}

nav ul {
  list-style: none;
  margin-left: 0;
}

a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.quotation {
  font-size: 22px;
}

body.show-filters {
  overflow: hidden;
}

body.show-mobile-menu {
  overflow: hidden;
}

/* foundation helpers
----------------------------------------------------------------------------------------------------------------------*/
.small-expanded {
  max-width: none;
}

.small-float-right {
  float: right !important;
}
/* palette colors
----------------------------------------------------------------------------------------------------------------------*/
.background-color-white {
  background-color: #fff !important;
}

.color-white {
  color: #fff !important;
}

.color-1 {
  color: #f1f4f9 !important;
}

.color-hover-1:focus,
.color-hover-1:hover {
  color: #f1f4f9 !important;
}

.background-color-1 {
  background-color: #f1f4f9;
}

.button.background-color-1 {
  background-color: #f1f4f9;
}

.border-color-1 {
  border-color: #f1f4f9;
}

.color-2 {
  color: #e6e9ed !important;
}

.color-hover-2:focus,
.color-hover-2:hover {
  color: #e6e9ed !important;
}

.background-color-2 {
  background-color: #e6e9ed;
}

.button.background-color-2 {
  background-color: #e6e9ed;
}

.border-color-2 {
  border-color: #e6e9ed;
}

.color-3 {
  color: #909aaa !important;
}

.color-hover-3:focus,
.color-hover-3:hover {
  color: #909aaa !important;
}

.background-color-3 {
  background-color: #909aaa;
}

.button.background-color-3 {
  background-color: #909aaa;
}

.border-color-3 {
  border-color: #909aaa;
}

.color-4 {
  color: #393f4a !important;
}

.color-hover-4:focus,
.color-hover-4:hover {
  color: #393f4a !important;
}

.background-color-4 {
  background-color: #393f4a;
}

.button.background-color-4 {
  background-color: #393f4a;
}

.border-color-4 {
  border-color: #393f4a;
}

.color-5 {
  color: #282d34 !important;
}

.color-hover-5:focus,
.color-hover-5:hover {
  color: #282d34 !important;
}

.background-color-5 {
  background-color: #282d34;
}

.button.background-color-5 {
  background-color: #282d34;
}

.border-color-5 {
  border-color: #282d34;
}

/* buttons
----------------------------------------------------------------------------------------------------------------------*/
.button.rounded-tiny {
  border-radius: 3px;
}

.button.hollow.shadow {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.button.hollow.shadow:after {
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  border-radius: 1000px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform ease-in 0.2s;
  transition: -webkit-transform ease-in 0.2s;
  transition: transform ease-in 0.2s;
  transition: transform ease-in 0.2s, -webkit-transform ease-in 0.2s;
  content: '';
}
.button.hollow.shadow:hover:after {
  -webkit-transform: translateX(-8px) translateY(-8px);
          transform: translateX(-8px) translateY(-8px);
}

/* slick
----------------------------------------------------------------------------------------------------------------------*/
.slick-dots {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 0;
}
.slick-dots button:focus, .slick-dots button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.slick-dots .slick-active button {
  background-color: #fff;
}

.error-buttons-container {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.error-button {
  margin-bottom: 16px;
}

/* masthead
----------------------------------------------------------------------------------------------------------------------*/
.masthead-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 500;
  font-size: 14px;
}
.masthead-wrapper.dark {
  background-color: #393f4a;
  color: #e6e9ed;
}
.masthead-wrapper.light {
  background-color: #e6e9ed;
  color: #393f4a;
}

.masthead-links,
.masthead-navigation-wrapper {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.masthead-link.maple-leaf {
  position: relative;
  display: inline-block;
}
.dark .masthead-link {
  color: #e6e9ed;
}
.dark .masthead-link:hover {
  color: #c0c8d2;
}
.light .masthead-link {
  color: #393f4a;
}
.light .masthead-link:hover {
  color: #313640;
}
.white .masthead-link {
  color: #393f4a;
}
.white .masthead-link:hover {
  color: #313640;
}

.masthead-link-divider {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

.svg-maple-leaf {
  position: absolute;
  right: 100%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 8px;
  width: 16px;
  fill: red;
}

/* masthead-search
----------------------------------------------------------------------------------------------------------------------*/
.masthead-search-icon {
  cursor: pointer;
  font-size: 22px;
}
.light .masthead-search-icon .white .masthead-search-icon {
  color: #393f4a;
}

.masthead-search-form {
  top: 0;
  right: 0;
  width: 75%;
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform ease-in 0.15s;
  transition: -webkit-transform ease-in 0.15s;
  transition: transform ease-in 0.15s;
  transition: transform ease-in 0.15s, -webkit-transform ease-in 0.15s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.masthead-search-form.opened {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.masthead-search-input {
  height: 45px;
  margin-bottom: 0;
  padding-left: 64px;
  padding-right: 64px;
  border: 0;
  -webkit-transition: background-color ease-in 0.15s;
  transition: background-color ease-in 0.15s;
  background-color: #909aaa;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.masthead-search-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #e6e9ed;
}

.masthead-search-close {
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
}

.masthead-search-button {
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 1;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

/* main header
----------------------------------------------------------------------------------------------------------------------*/
.main-header-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 490;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.main-header-wrapper.dark {
  background-color: #393f4a;
  color: #909aaa;
}
.main-header-wrapper.light {
  background-color: #e6e9ed;
  color: #393f4a;
}
.main-header-wrapper.white {
  background-color: #fff;
  color: #393f4a;
}

.header-navigation-wrapper {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.header-navigation {
  position: relative;
  display: block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.main-header-link {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.main-header-link:focus, .main-header-link:hover {
  color: #fff;
}
.white .main-header-link {
  color: #393f4a;
}

/* subnav-toggle
----------------------------------------------------------------------------------------------------------------------*/
.subnav-toggle {
  top: 0;
  right: -16px;
  bottom: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  text-align: center;
  line-height: 44px;
}
.subnav-toggle.opened {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.light .subnav-toggle .white .subnav-toggle {
  color: #393f4a;
}

.header-subnavigation {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  -webkit-transition: all ease-in 0.15s;
  transition: all ease-in 0.15s;
  background-color: #fff;
}

.subnavigation-link {
  display: block;
  color: #393f4a;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
}
.subnavigation-link:not(:last-child) {
  margin-bottom: 24px;
}

.subnavigation-button {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}

/* logo
----------------------------------------------------------------------------------------------------------------------*/

.header-logo-image {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

/* toggle
----------------------------------------------------------------------------------------------------------------------*/

.menu-toggle {
  cursor: pointer;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  color: #fff;
  font-size: 32px;
  line-height: 48px;
}
.light .menu-toggle, .white .menu-toggle {
  color: #393f4a;
}

/* main header icon
----------------------------------------------------------------------------------------------------------------------*/
.main-header-icon-link {
  float: right;
  display: block;
  position: relative;
  z-index: 1;
  margin-left: 32px;
  border-radius: 48px;
  color: #fff;
  text-align: center;
}
.main-header-icon-link:focus, .main-header-icon-link:hover {
  color: #fff;
}
.main-header-icon-link i {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
  border-radius: 48px;
  line-height: 48px;
}

/* mobile
----------------------------------------------------------------------------------------------------------------------*/
.mobile-search-container {
  position: relative;
}

.mobile-search-button {
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
}

.mobile-search-input {
  height: 48px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 64px;
  border: 0;
  -webkit-transition: background-color ease-in 0.15s;
  transition: background-color ease-in 0.15s;
  background-color: #e6e9ed;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mobile-search-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #e6e9ed;
}

.mobile-masthead-container {
  padding-top: 16px;
}

/* wrapper
----------------------------------------------------------------------------------------------------------------------*/
.main-footer-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
}
.main-footer-wrapper.dark {
  background-color: #393f4a;
  color: #e6e9ed;
}
.main-footer-wrapper.light {
  background-color: #e6e9ed;
  color: #393f4a;
}

/* logo
----------------------------------------------------------------------------------------------------------------------*/
.footer-logo {
  display: inline-block;
}

.footer-logo-image {
  display: block;
  height: 128px;
}

.footer-gametime-logo {
  height: 32px;
  margin-bottom: 16px;
  text-align: center;
}
.footer-gametime-logo .svg-gametime-logo {
  display: inline-block;
  height: 100%;
}
.dark .footer-gametime-logo .svg-gametime-logo {
  fill: #e6e9ed;
}
.light .footer-gametime-logo .svg-gametime-logo {
  fill: #393f4a;
}

/* info links
----------------------------------------------------------------------------------------------------------------------*/
.footer-info {
  margin-bottom: 32px;
  font-size: 14px;
}

.dark .footer-link {
  color: #e6e9ed;
}
.dark .footer-link:focus, .dark .footer-link:hover {
  color: #c0c8d2;
}
.light .footer-link {
  color: #393f4a;
}
.light .footer-link:focus, .light .footer-link:hover {
  color: #313640;
}

.footer-link-divider {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

/* newsletter
----------------------------------------------------------------------------------------------------------------------*/
.footer-newsletter {
  min-height: 1px;
}
.footer-newsletter .newsletter-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.footer-newsletter .input-group {
  position: relative;
  margin-bottom: 32px;
}
.footer-newsletter .input-group-field {
  border-color: rgba(40, 45, 52, 0.5);
  border-right: 0;
  background-color: rgba(40, 45, 52, 0.5);
  color: #fff;
}
.footer-newsletter .input-group-field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-newsletter-content {
  margin-bottom: 16px;
  font-size: 12px;
}

/* social
----------------------------------------------------------------------------------------------------------------------*/
.footer-social-link {
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
}
.footer-social-link:not(:first-child) {
  margin-left: 8px;
}
.footer-social-link:not(:last-child) {
  margin-right: 8px;
}
.dark .footer-social-link {
  background-color: #e6e9ed;
  color: #393f4a;
}
.dark .footer-social-link:focus, .dark .footer-social-link:hover {
  background-color: #c0c8d2;
}
.light .footer-social-link {
  background-color: #393f4a;
  color: #e6e9ed;
}
.light .footer-social-link:focus, .light .footer-social-link:hover {
  background-color: #313640;
}

.footer-social-icon {
  display: block;
  line-height: 32px;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.footer-social-link:hover .footer-social-icon.over, .footer-social-link:hover .footer-social-icon.under {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* footer-block-link
----------------------------------------------------------------------------------------------------------------------*/
.footer-block-links-wrapper {
  background-color: #282d34;
}

.footer-block-link {
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-block-link:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text a.ctct-form-footer-privacy-link,
div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text a.ctct-form-footer-link {
  display: none;
}

.ctct-form-footer {
  display: none;
}

.ctct-form-field {
  margin: 0 !important;
}

.login-form-container {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html.loading {
  overflow: hidden;
}
html.loading .universe {
  opacity: 0;
  visibility: hidden;
}
html.loading .page-loader-wrapper {
  display: block;
  opacity: 1;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.page-loader-wrapper {
  display: none;
  opacity: 0;
}

.page-loader-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  background-color: #fff;
}
.page-loader-container svg {
  display: block;
  width: 100%;
}

.loader-circle-container {
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  stroke-width: 1px;
  opacity: 0;
}

.svg-loader-circle {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  fill: none;
  stroke-width: 1px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.loader-circle-1 {
  stroke: #f1f4f9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.loader-circle-2 {
  stroke: #e6e9ed;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.loader-circle-3 {
  stroke: #909aaa;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.loader-circle-4 {
  stroke: #393f4a;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

/* wrapper, overlay
----------------------------------------------------------------------------------------------------------------------*/
.hero-wrapper {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #393f4a;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.hero-wrapper:before {
  bottom: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  height: 320px;
  z-index: -1;
  content: ' ';
}
.hero-wrapper.light:before {
  background-color: #909aaa;
}
.hero-wrapper.dark:before {
  background-color: #393f4a;
}
.hero-wrapper.white {
  background-color: #fff;
  color: #fff;
  text-shadow: none;
}
.hero-wrapper.white:before {
  background-color: #fff;
}
.hero-wrapper.article-hero-wrapper, .hero-wrapper.gallery-hero-wrapper {
  padding-bottom: 0;
}
.hero-wrapper.tall {
  padding-top: 48px;
  padding-bottom: 48px;
}

.hero-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  background-color: rgba(57, 63, 74, 0.5);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-title {
  margin-bottom: 0;
}

.hero-subtitle {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.hero-intro {
  font-size: 24px;
}

/* share
----------------------------------------------------------------------------------------------------------------------*/
.hero-share-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: rgba(57, 63, 74, 0.8);
  line-height: 32px;
}

.hero-share-label {
  float: left;
  margin-right: 32px;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-share-link {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: inherit;
}
.hero-share-link:not(:last-child) {
  margin-right: 8px;
}
.hero-share-link:focus, .hero-share-link:hover {
  background-color: #fff;
}

/* category
----------------------------------------------------------------------------------------------------------------------*/
.hero-categories {
  float: right;
}

.hero-category {
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  border-radius: 3px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}

/* gallery
----------------------------------------------------------------------------------------------------------------------*/
.gallery-hero-background-image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.interior-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
}
.interior-wrapper figure figcaption {
  padding-top: 5px;
  font-size: 12px;
  font-style: italic;
}

.interior-intro {
  font-size: 1.25rem;
  font-weight: 500;
}

/* search
----------------------------------------------------------------------------------------------------------------------*/
.interior-search-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #f1f4f9;
}

/* label
----------------------------------------------------------------------------------------------------------------------*/
label.interior-search-label {
  border: 0;
  background-color: transparent;
  color: #393f4a;
  font-weight: 500;
  font-size: 14px;
}

/* input
----------------------------------------------------------------------------------------------------------------------*/

.interior-search-input {
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #909aaa;
}

/* button
----------------------------------------------------------------------------------------------------------------------*/

.interior-search-button {
  display: block;
  width: 100%;
}

/* activated-filters
----------------------------------------------------------------------------------------------------------------------*/
.activated-filters-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #393f4a;
  color: #fff;
}

.activated-filters-title {
  font-size: 20px;
}

.activated-filter {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 48px;
  padding-bottom: 8px;
  cursor: pointer;
  color: inherit;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
}
.activated-filter:focus, .activated-filter:hover {
  color: inherit;
}
.activated-filter.clear-all {
  padding-right: 16px;
  background-color: rgba(255, 255, 255, 0.5);
}

.activated-filter-close {
  top: 0;
  right: 0;
  position: absolute;
  width: 32px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1.9rem;
  text-align: center;
}

.sidebar-wrapper {
  position: relative;
}

.sidebar-container {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px;
  border-radius: 3px;
}
.page-sidebar-wrapper .sidebar-container {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.article-sidebar-wrapper .sidebar-container {
  background-color: #fff;
  border: 1px solid #e6e9ed;
}
.gallery-sidebar-wrapper .sidebar-container {
  background-color: #fff;
  border: 1px solid #e6e9ed;
}

.sidebar-header {
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.page-sidebar-wrapper .sidebar-header {
  background-color: rgba(0, 0, 0, 0.1);
}
.article-sidebar-wrapper .sidebar-header {
  border-bottom: 1px solid #e6e9ed;
}
.gallery-sidebar-wrapper .sidebar-header {
  border-bottom: 1px solid #e6e9ed;
}

.sidebar-list {
  margin-bottom: 0;
}

.sidebar-list-item {
  display: block;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.sidebar-list-item:focus, .sidebar-list-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.page-sidebar-wrapper .sidebar-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.article-sidebar-wrapper .sidebar-list-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gallery-sidebar-wrapper .sidebar-list-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-link {
  display: block;
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-sidebar-wrapper .sidebar-link {
  color: #fff;
}
.page-sidebar-wrapper .sidebar-link:focus, .page-sidebar-wrapper .sidebar-link:hover {
  color: #fff;
}
.article-sidebar-wrapper .sidebar-link {
  color: #393f4a;
}
.gallery-sidebar-wrapper .sidebar-link {
  color: #393f4a;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sidebar-button {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 700;
}
.gallery-sidebar-wrapper .sidebar-button {
  margin-top: 0;
}

/* slider
----------------------------------------------------------------------------------------------------------------------*/
.large-slider-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 32px;
  padding-bottom: 32px;
}
.large-slider-wrapper.dark {
  background-color: #393f4a;
  color: #fff;
}
.large-slider-wrapper.light {
  background-color: #fff;
  color: #393f4a;
}

.large-slider-title {
  font-weight: 500;
}

.large-slider-counter {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 24px;
}

.large-slider-columns {
  margin-top: 16px;
  position: relative;
}

.large-slider-navigation .slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.large-slider-navigation .slider-arrow:focus, .large-slider-navigation .slider-arrow:hover {
  border-color: #393f4a;
  background-color: #393f4a;
  color: #fff;
}
.large-slider-navigation .slider-arrow.previous {
  left: 32px;
}
.large-slider-navigation .slider-arrow.next {
  right: 32px;
}
.dark .large-slider-navigation .slider-arrow {
  border-color: #fff;
  background-color: #fff;
  color: #393f4a;
}
.dark .large-slider-navigation .slider-arrow:focus, .dark .large-slider-navigation .slider-arrow:hover {
  border-color: #fff;
  background-color: #fff;
  color: #393f4a;
}

.large-slider-container {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.large-slide img {
  width: 100%;
}

.large-slider-thumbnails {
  margin-top: 16px;
}

.large-thumbnail {
  float: left;
  margin-bottom: 16px;
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.large-thumbnail.active {
  opacity: 1;
}

.article-list-item {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e6e9ed;
}

/* title
----------------------------------------------------------------------------------------------------------------------*/
.article-list-item-image {
  border-radius: 100%;
}

/* title
----------------------------------------------------------------------------------------------------------------------*/
.article-list-item-title {
  margin-bottom: 0;
}

/* author/time
----------------------------------------------------------------------------------------------------------------------*/
.article-list-item-info {
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 500;
}

.article-list-item-button {
  margin-bottom: 0;
}

.article-list-item-category:not(:last-child) {
  margin-right: 16px;
}

/* pagination
----------------------------------------------------------------------------------------------------------------------*/
.button.article-list-button {
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  border-color: #393f4a;
  background-color: #fff;
  color: #393f4a;
  text-align: center;
}
.button.article-list-button:focus, .button.article-list-button:hover {
  background-color: #393f4a;
  color: #fff;
}
.button.article-list-button.previous {
  margin-right: 8px;
}

.bio-image img {
  width: 100%;
}

.bio-contact-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
}

.bio-info-icon {
  width: 16px;
}
.bio-info-icon svg {
  width: inherit;
  fill: #00b7ff;
}

.bio-info-title {
  padding-left: 8px;
  color: #393f4a;
}
.bio-info-title a {
  color: inherit;
}

/* wrapper
----------------------------------------------------------------------------------------------------------------------*/
.breadcrumbs-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e9ed;
  font-size: 14px;
  font-weight: 600;
}

/* list
----------------------------------------------------------------------------------------------------------------------*/
.breadcrumbs-list {
  margin-bottom: 0;
}

/* list-item
----------------------------------------------------------------------------------------------------------------------*/
.breadcrumbs-list-item {
  display: inline-block;
  position: relative;
}
.breadcrumbs-list-item:not(:last-child) {
  padding-right: 32px;
}
.breadcrumbs-list-item:not(:last-child):after {
  top: 0;
  right: 16px;
  position: absolute;
  z-index: 1;
  content: '/';
}

/* intro
----------------------------------------------------------------------------------------------------------------------*/
.concept-intro-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
}
.concept-intro-wrapper:before {
  bottom: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  height: 320px;
  z-index: -1;
  content: ' ';
}
.concept-intro-wrapper.light:before {
  background-color: #909aaa;
}
.concept-intro-wrapper.dark:before {
  background-color: #393f4a;
}

.concept-intro-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.concept-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.concept-title {
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.concept-intro-model {
  font-weight: 600;
}

.concept-specs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.concept-specs-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.concept-specs {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 500;
}

.specs-list {
  margin-bottom: 32px;
  margin-left: 0;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.concept-specs-button {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
.concept-specs .concept-specs-button {
  background-color: rgba(0, 0, 0, 0.2);
}
.concept-specs-button .button {
  margin-bottom: 0;
  width: 80%;
}
.concept-specs .concept-specs-button .button {
  background-color: rgba(255, 255, 255, 0.2);
}

/* interior
----------------------------------------------------------------------------------------------------------------------*/
.concept-interior-wrapper {
  padding-top: 32px;
}
.concept-interior-wrapper.dark {
  background-color: #393f4a;
  color: #fff;
}
.concept-interior-wrapper.light {
  background-color: #fff;
  color: #393f4a;
}

.concept-body-wrapper {
  padding-bottom: 32px;
}

.concept-body,
.concept-downloads,
.concept-share {
  margin-bottom: 64px;
}

.button.concept-download-button {
  width: 192px;
  background-color: rgba(255, 255, 255, 0.2);
}

.concept-header {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
}

/* share
----------------------------------------------------------------------------------------------------------------------*/
.concept-share-link {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
  line-height: 2rem;
}
.concept-share-link:not(:last-child) {
  margin-right: 8px;
}
.dark .concept-share-link {
  background-color: #fff;
  color: #393f4a;
}
.light .concept-share-link {
  background-color: #393f4a;
  color: #fff;
}

/* facts
----------------------------------------------------------------------------------------------------------------------*/
.concept-facts-container:not(:last-child) {
  margin-bottom: 64px;
}

.concept-fact {
  margin-bottom: 8px;
}

.fact-label {
  font-weight: 500;
}
.dark .fact-label {
  color: #fff;
}

/* request wrapper
----------------------------------------------------------------------------------------------------------------------*/
.concept-request-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.concept-request-wrapper.dark {
  background-color: #393f4a;
  color: #fff;
}
.concept-request-wrapper.light {
  background-color: #fff;
  color: #393f4a;
}

.button.concept-request-button {
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.dark .button.concept-request-button {
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

/*
----------------------------------------------------------------------------------------------------------------------*/
.filters-container {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.filters-close {
  margin-bottom: 16px;
  pointer-events: none;
  opacity: 0;
  font-size: 20px;
}
.show-filters .filters-close {
  opacity: 1;
  pointer-events: auto;
}

/* filter-options
----------------------------------------------------------------------------------------------------------------------*/
.filter-options-container {
  bottom: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  border-top: 1px solid #e6e9ed;
  border-bottom: 1px solid #e6e9ed;
  background-color: #f1f4f9;
  -webkit-transform: translateY(106px);
          transform: translateY(106px);
  opacity: 0;
}

.filter-options-open {
  width: 32px;
  height: 32px;
  bottom: 100%;
  right: 32px;
  position: absolute;
  z-index: 1;
  border: 1px solid #e6e9ed;
  border-bottom-color: #f1f4f9;
  background-color: #f1f4f9;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
  line-height: 32px;
}

/* filter-header
----------------------------------------------------------------------------------------------------------------------*/
.filter-header {
  margin-bottom: 8px;
}
.filter-header .filters-container {
  text-transform: uppercase;
  font-weight: 500;
}

.concepts-filter {
  height: 50px;
}
.concepts-filter .selectize-input {
  background-color: #e6e9ed;
  line-height: 34px;
}
.concepts-filter .selectize-input:after {
  line-height: 48px;
}

/*
----------------------------------------------------------------------------------------------------------------------*/
.filter-groups {
  border-radius: 3px;
  border: 1px solid #e6e9ed;
}

.filter-group {
  overflow: hidden;
  margin-bottom: -1px;
}

.filter-group-header {
  position: relative;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e9ed;
  cursor: pointer;
  color: #393f4a;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.filter-group:not(:first-child) .filter-group-header {
  border-top: 1px solid #e6e9ed;
}

.filter-toggle-icon {
  top: 50%;
  right: 16px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform linear 0.3s;
  transition: -webkit-transform linear 0.3s;
  transition: transform linear 0.3s;
  transition: transform linear 0.3s, -webkit-transform linear 0.3s;
}
.open .filter-toggle-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.filter-group-options {
  padding-top: 24px;
  padding-bottom: 24px;
}

.filter-group-option {
  position: relative;
  cursor: pointer;
}
.filter-group-option:not(:last-child) {
  margin-bottom: 8px;
}

.filter-label {
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
}
.filter-label.child {
  padding-left: 40px;
}
.filter-label:after {
  top: 4px;
  right: 24px;
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 1;
  border: 1px solid #909aaa;
  border-radius: 3px;
  text-align: center;
  content: '';
}

.filter-input {
  display: none;
}

.filter-input:checked + .filter-label:after {
  background-color: #909aaa;
  color: #fff;
  line-height: 1;
  font-family: "FontAwesome";
  content: "";
}

/* filter-group-buttons
----------------------------------------------------------------------------------------------------------------------*/
.follow .filter-group-buttons-container {
  padding-bottom: 64px;
}

.filter-group-button {
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
}

.concept-list-title {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e9ed;
  line-height: 1.1;
}

.concept-list-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  border-radius: 3px;
  border: 1px solid #e6e9ed;
}
.concept-list-item:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.concept-list-item-specs-button {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 5;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  background-color: #f1f4f9;
  border-left: 1px solid #e6e9ed;
  border-bottom: 1px solid #e6e9ed;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  cursor: pointer;
  color: #393f4a;
  font-size: 0.625rem;
}

/* specs
----------------------------------------------------------------------------------------------------------------------*/
.concept-list-item-specs {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 3px;
  background-color: rgba(40, 45, 52, 0.9);
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
  color: #fff;
}
.show-specs .concept-list-item-specs {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.specs-close {
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  line-height: 2rem;
}

.specs-header {
  margin-bottom: 32px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}

.specs-content {
  font-size: 0.875rem;
}

.specs-row {
  overflow: hidden;
  margin-bottom: 8px;
}

.specs-label {
  font-weight: 500;
  text-transform: uppercase;
}

.specs-button-container {
  left: 0;
  width: 100%;
  bottom: 32px;
  position: absolute;
  z-index: 1;
}

.button.hollow.specs-button {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 500;
}
.button.hollow.specs-button:focus, .button.hollow.specs-button:hover {
  background-color: #fff;
  color: #393f4a;
}

/* image
----------------------------------------------------------------------------------------------------------------------*/
.concept-list-item-image {
  display: block;
  position: relative;
  z-index: 0;
}
.concept-list-item-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.concept-list-item-sale {
  bottom: 0;
  left: 50%;
  position: absolute;
  z-index: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* content
----------------------------------------------------------------------------------------------------------------------*/
.concept-list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #e6e9ed;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  color: #909aaa;
}
.concept-list-item-content:focus, .concept-list-item-content:hover {
  color: inherit;
}

.concept-list-item-title {
  font-weight: 600;
  color: #393f4a;
}

.concept-list-item-price {
  display: inline-block;
  color: #909aaa;
  font-size: 0.875rem;
}
.concept-list-item-price.original {
  text-decoration: line-through;
}

/* pagination
----------------------------------------------------------------------------------------------------------------------*/
.button.concept-list-button {
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  border-color: #393f4a;
  background-color: #fff;
  color: #393f4a;
  text-align: center;
}
.button.concept-list-button:focus, .button.concept-list-button:hover {
  background-color: #393f4a;
  color: #fff;
}
.button.concept-list-button.previous {
  margin-right: 8px;
}

.gallery-sidebar-wrapper.mobile {
  padding-top: 32px;
}

.gallery-slider-wrapper {
  position: relative;
}
.gallery-slider-wrapper .large-slider-wrapper {
  padding-bottom: 64px;
}

.gallery-slider-underlay {
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  position: absolute;
  z-index: 0;
}

/* request wrapper
----------------------------------------------------------------------------------------------------------------------*/
.gallery-request-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.button.gallery-request-button {
  margin-bottom: 0;
  width: 300px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.gallery-list-column {
  overflow: hidden;
  position: relative;
  margin-bottom: 32px;
  border-radius: 8px;
}

.gallery-list-item {
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery-list-item:focus, .gallery-list-item:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.gallery-list-accent {
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  z-index: 1;
  position: absolute;
}

.gallery-list-image {
  display: block;
  width: 100%;
}

.gallery-list-content {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
  -webkit-transition: bottom ease-in 0.2s;
  transition: bottom ease-in 0.2s;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: rgba(57, 63, 74, 0.9);
  color: #fff;
}
.gallery-list-item:hover .gallery-list-content {
  bottom: 0;
}

.gallery-list-title {
  margin-bottom: 4px;
  font-weight: 600;
}

.gallery-list-location {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  font-size: 14px;
  font-weight: 500;
}

/* intro
----------------------------------------------------------------------------------------------------------------------*/
.product-intro-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
}
.product-intro-wrapper:before {
  bottom: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  height: 320px;
  z-index: -1;
  content: ' ';
}
.product-intro-wrapper.light:before {
  background-color: #909aaa;
}
.product-intro-wrapper.dark:before {
  background-color: #393f4a;
}

.product-intro-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-title {
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.product-intro-model {
  font-weight: 600;
}

.product-specs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-specs-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-specs {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 500;
}

.specs-list {
  margin-bottom: 32px;
  margin-left: 0;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.product-specs-button {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
.product-specs .product-specs-button {
  background-color: rgba(0, 0, 0, 0.2);
}
.product-specs-button .button {
  margin-bottom: 0;
  width: 80%;
}
.product-specs .product-specs-button .button {
  background-color: rgba(255, 255, 255, 0.2);
}

/* interior
----------------------------------------------------------------------------------------------------------------------*/
.product-interior-wrapper {
  padding-top: 32px;
}
.product-interior-wrapper.dark {
  background-color: #393f4a;
  color: #fff;
}
.product-interior-wrapper.light {
  background-color: #fff;
  color: #393f4a;
}

.product-body-wrapper {
  padding-bottom: 32px;
}

.product-body,
.product-downloads,
.product-share {
  margin-bottom: 64px;
}

.button.product-download-button {
  width: 192px;
  background-color: rgba(255, 255, 255, 0.2);
}

.product-header {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
}

/* share
----------------------------------------------------------------------------------------------------------------------*/
.product-share-link {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
  line-height: 2rem;
}
.product-share-link:not(:last-child) {
  margin-right: 8px;
}
.dark .product-share-link {
  background-color: #fff;
  color: #393f4a;
}
.light .product-share-link {
  background-color: #393f4a;
  color: #fff;
}

/* facts
----------------------------------------------------------------------------------------------------------------------*/
.product-facts-container:not(:last-child) {
  margin-bottom: 64px;
}

.product-fact {
  margin-bottom: 8px;
}

.fact-label {
  font-weight: 500;
}
.dark .fact-label {
  color: #fff;
}

/* request wrapper
----------------------------------------------------------------------------------------------------------------------*/
.product-request-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.product-request-wrapper.dark {
  background-color: #393f4a;
  color: #fff;
}
.product-request-wrapper.light {
  background-color: #fff;
  color: #393f4a;
}

.button.product-request-button {
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.dark .button.product-request-button {
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

/*
----------------------------------------------------------------------------------------------------------------------*/
.filters-container {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.filters-close {
  margin-bottom: 16px;
  pointer-events: none;
  opacity: 0;
  font-size: 20px;
}
.show-filters .filters-close {
  opacity: 1;
  pointer-events: auto;
}

/* filter-options
----------------------------------------------------------------------------------------------------------------------*/
.filter-options-container {
  bottom: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  border-top: 1px solid #e6e9ed;
  border-bottom: 1px solid #e6e9ed;
  background-color: #f1f4f9;
  -webkit-transform: translateY(106px);
          transform: translateY(106px);
  opacity: 0;
}

.filter-options-open {
  width: 32px;
  height: 32px;
  bottom: 100%;
  right: 32px;
  position: absolute;
  z-index: 1;
  border: 1px solid #e6e9ed;
  border-bottom-color: #f1f4f9;
  background-color: #f1f4f9;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
  line-height: 32px;
}

/* filter-header
----------------------------------------------------------------------------------------------------------------------*/
.filter-header {
  margin-bottom: 8px;
}
.filter-header .filters-container {
  text-transform: uppercase;
  font-weight: 500;
}

.products-filter {
  height: 50px;
}
.products-filter .selectize-input {
  background-color: #e6e9ed;
  line-height: 34px;
}
.products-filter .selectize-input:after {
  line-height: 48px;
}

/*
----------------------------------------------------------------------------------------------------------------------*/
.filter-groups {
  border-radius: 3px;
  border: 1px solid #e6e9ed;
}

.filter-group {
  overflow: hidden;
  margin-bottom: -1px;
}

.filter-group-header {
  position: relative;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e9ed;
  cursor: pointer;
  color: #393f4a;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.filter-group:not(:first-child) .filter-group-header {
  border-top: 1px solid #e6e9ed;
}

.filter-toggle-icon {
  top: 50%;
  right: 16px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform linear 0.3s;
  transition: -webkit-transform linear 0.3s;
  transition: transform linear 0.3s;
  transition: transform linear 0.3s, -webkit-transform linear 0.3s;
}
.open .filter-toggle-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.filter-group-options {
  padding-top: 24px;
  padding-bottom: 24px;
}

.filter-group-option {
  position: relative;
  cursor: pointer;
}
.filter-group-option:not(:last-child) {
  margin-bottom: 8px;
}

.filter-label {
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
}
.filter-label.child {
  padding-left: 40px;
}
.filter-label:after {
  top: 4px;
  right: 24px;
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 1;
  border: 1px solid #909aaa;
  border-radius: 3px;
  text-align: center;
  content: '';
}

.filter-input {
  display: none;
}

.filter-input:checked + .filter-label:after {
  background-color: #909aaa;
  color: #fff;
  line-height: 1;
  font-family: "FontAwesome";
  content: "";
}

/* filter-group-buttons
----------------------------------------------------------------------------------------------------------------------*/
.follow .filter-group-buttons-container {
  padding-bottom: 64px;
}

.filter-group-button {
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
}

.product-list-title {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e9ed;
  line-height: 1.1;
}

.product-list-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  border-radius: 3px;
  border: 1px solid #e6e9ed;
}
.product-list-item:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.product-list-item-specs-button {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 5;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  background-color: #f1f4f9;
  border-left: 1px solid #e6e9ed;
  border-bottom: 1px solid #e6e9ed;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  cursor: pointer;
  color: #393f4a;
  font-size: 0.625rem;
}

/* specs
----------------------------------------------------------------------------------------------------------------------*/
.product-list-item-specs {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 3px;
  background-color: rgba(40, 45, 52, 0.9);
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
  color: #fff;
}
.show-specs .product-list-item-specs {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.specs-close {
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  line-height: 2rem;
}

.specs-header {
  margin-bottom: 32px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}

.specs-content {
  font-size: 0.875rem;
}

.specs-row {
  overflow: hidden;
  margin-bottom: 8px;
}

.specs-label {
  font-weight: 500;
  text-transform: uppercase;
}

.specs-button-container {
  left: 0;
  width: 100%;
  bottom: 32px;
  position: absolute;
  z-index: 1;
}

.button.hollow.specs-button {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 500;
}
.button.hollow.specs-button:focus, .button.hollow.specs-button:hover {
  background-color: #fff;
  color: #393f4a;
}

/* image
----------------------------------------------------------------------------------------------------------------------*/
.product-list-item-image {
  display: block;
  position: relative;
  z-index: 0;
}
.product-list-item-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.product-list-item-sale {
  bottom: 0;
  left: 50%;
  position: absolute;
  z-index: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* content
----------------------------------------------------------------------------------------------------------------------*/
.product-list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #e6e9ed;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  color: #909aaa;
}
.product-list-item-content:focus, .product-list-item-content:hover {
  color: inherit;
}

.product-list-item-title {
  font-weight: 600;
  color: #393f4a;
}

.product-list-item-price {
  display: inline-block;
  color: #909aaa;
  font-size: 0.875rem;
}
.product-list-item-price.original {
  text-decoration: line-through;
}

/* pagination
----------------------------------------------------------------------------------------------------------------------*/
.button.product-list-button {
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  border-color: #393f4a;
  background-color: #fff;
  color: #393f4a;
  text-align: center;
}
.button.product-list-button:focus, .button.product-list-button:hover {
  background-color: #393f4a;
  color: #fff;
}
.button.product-list-button.previous {
  margin-right: 8px;
}

.search-items-wrapper {
  position: relative;
  margin-bottom: 96px;
}
.search-items-wrapper.infinite-loading:after {
  bottom: -48px;
  left: 50%;
  position: absolute;
  z-index: 1;
  margin-left: -16px;
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
  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;
  font-size: 30px;
  color: #909aaa;
  content: "";
}

.search-item {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e6e9ed;
}

.search-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-item-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
}

.service-list-item {
  position: relative;
  margin-bottom: 32px;
}

.service-list-item-content {
  position: relative;
  border-radius: 6px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.service-list-item-content:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.service-list-item-background-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  position: absolute;
  z-index: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.service-list-item-image {
  position: relative;
  height: 300px;
  text-align: center;
}

.service-list-item-svg {
  top: 50%;
  left: 50%;
  width: 112px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.service-list-item-svg svg {
  fill: #fff;
}
.service-list-item-content:hover .service-list-item-svg {
  width: 128px;
}

.service-list-item-title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
}
.service-list-item-title.no-icon {
  top: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service-list-item-title.has-icon {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.associate-list-column {
  display: none;
  margin-bottom: 64px;
  -webkit-transition: opacity 0.15s linear 0.3s;
  transition: opacity 0.15s linear 0.3s;
}
.associate-list-column.active {
  display: block;
  visibility: visible;
  -webkit-transition: opacity 0s linear 0.3s;
  transition: opacity 0s linear 0.3s;
  opacity: 1;
}

.associate-list-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  border: 1px solid #e6e9ed;
  border-radius: 6px;
  text-align: center;
}

.associate-image {
  width: 100%;
  display: block;
  overflow: hidden;
  min-height: 350px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.associate-container {
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

.associate-content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.associate-info {
  width: 100%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  background-color: #fff;
  border-top: 1px solid #e6e9ed;
}

.associate-name {
  font-weight: 600;
}

.associate-link {
  display: block;
}

.associate-button {
  width: 80%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-weight: 500;
}
.associate-links.half .associate-button {
  width: 40%;
}
.associate-links.half .associate-button.associate-email {
  margin-right: 8px;
}
.associate-links.half .associate-button.associate-bio {
  margin-left: 8px;
}

.associate-links {
  width: 100%;
  border-top: 1px solid #e6e9ed;
  padding-top: 16px;
  padding-bottom: 16px;
}

.associate-position {
  height: 48px;
}

.content-block-padding {
  padding-top: 32px;
  padding-bottom: 32px;
}

.hide-pagination {
  display: none;
}

/* slider navigation
----------------------------------------------------------------------------------------------------------------------*/
.slider-arrow {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  pointer-events: all;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  cursor: pointer;
  text-align: center;
  line-height: 2.75rem;
}
.slider-arrow.slick-hidden {
  display: none !important;
}

.alternating-column-items-wrapper {
  color: #fff;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.alternating-column-background-image {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.alternating-column-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alternating-column-item p a {
  color: inherit;
  text-decoration: underline;
}

.alternating-column-header {
  margin-bottom: 0;
}

.alternating-column-subheader {
  margin-bottom: 16px;
  font-size: 1.125rem;
}

.button.alternating-column-button {
  padding-left: 32px;
  padding-right: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.button.alternating-column-button:focus, .button.alternating-column-button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.button.alternating-column-button.color-white {
  background-color: rgba(0, 0, 0, 0.2);
}
.button.alternating-column-button.color-white:focus, .button.alternating-column-button.color-white:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.articles-container {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.articles-container .button.hollow.shadow {
  border-color: #fff;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.articles-header {
  display: inline-block;
  margin-bottom: 16px;
}

/* article entry
----------------------------------------------------------------------------------------------------------------------*/
.article-tags-wrapper {
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  font-family: "Montserrat", sans-serif;
}

.article-tags-container {
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-tag {
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
  font-weight: 600;
}

.article-tags-all {
  display: block;
}

.article-tags-button {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  padding-right: 40px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.article-tags-button .fa {
  margin-left: 8px;
}

/* article entry
----------------------------------------------------------------------------------------------------------------------*/
.article-entries {
  position: relative;
  z-index: 5;
}

.article-entry {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.article-entry-date {
  display: block;
  margin-bottom: 8px;
}

.article-entry-image-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  opacity: 0.1;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-entry-content {
  position: relative;
  z-index: 1;
}

.button.article-entry-category {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.button.article-entry-category:not(:last-child) {
  margin-right: 8px;
}
.button.article-entry-category:focus, .button.article-entry-category:hover {
  background-color: rgba(0, 0, 0, 0.35);
}

.article-entry-button-text {
  position: relative;
  z-index: 1;
}

.column-items-wrapper {
  background-color: #f1f4f9;
}

.column-item {
  padding-top: 32px;
  padding-bottom: 32px;
}
.column-item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.4);
}
.column-item .button.hollow {
  border-color: #393f4a;
  color: #393f4a;
}

.featured-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: hidden;
  background-color: #fff;
  background-repeat: repeat;
  background-position: top left;
}

.featured-intro p {
  margin-bottom: 24px;
}

.featured-header {
  margin-bottom: 8px;
}

.featured-button {
  margin-bottom: 56px;
}

/* slider
----------------------------------------------------------------------------------------------------------------------*/
.featured-slider-navigation {
  position: relative;
  z-index: 1;
}
.featured-slider-navigation .slider-arrow:focus, .featured-slider-navigation .slider-arrow:hover {
  border-color: #393f4a;
  background-color: #393f4a;
  color: #fff;
}
.featured-slider-navigation .slider-next {
  margin-left: 16px;
}

.featured-slider-counter {
  line-height: 3rem;
}

.featured-slider-wrapper {
  position: relative;
}

.featured-slider .slick-list {
  margin-top: -16px;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* slide
----------------------------------------------------------------------------------------------------------------------*/
.featured-slide {
  color: inherit;
}
.featured-slide:focus, .featured-slide:hover {
  color: inherit;
}

.featured-content {
  overflow: hidden;
  position: relative;
  padding-bottom: 48px;
  border-radius: 6px;
  border: 1px solid #e6e9ed;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.slick-current .featured-content {
  border-width: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.featured-slide-image {
  position: relative;
  z-index: 0;
  height: 18.75rem;
  width: 100%;
  background-color: #f1f4f9;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.featured-slide-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 18.75rem;
}
.slick-current .featured-slide-image {
  background-color: #fff;
}

.featured-slide-svg {
  top: 50%;
  left: 50%;
  width: 112px;
  position: absolute;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.featured-slide-svg svg {
  fill: #393f4a;
}

.featured-slide-title {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-top: 1px solid #e6e9ed;
  background-color: #f1f4f9;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  font-weight: 600;
  text-align: center;
}
.slick-current .featured-slide-title {
  background-color: #fff;
}

.featured-media-container {
  position: relative;
  padding-bottom: 64px;
  border-radius: 5px;
}

.featured-media-header {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.375rem;
  text-transform: uppercase;
}

.button.featured-media-button {
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  background-color: rgba(0, 0, 0, 0.2);
}
.button.featured-media-button:focus, .button.featured-media-button:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

/* slider
----------------------------------------------------------------------------------------------------------------------*/
.featured-media-slider-wrapper {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

.featured-media-slider .slick-list {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* slider navigation
----------------------------------------------------------------------------------------------------------------------*/
.featured-media-slider-navigation {
  left: 0;
  width: 100%;
  top: 100%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  padding-top: 16px;
}
.featured-media-slider-navigation .slider-arrow {
  top: 0;
  position: absolute;
  z-index: 1;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.featured-media-slider-navigation .slider-arrow:focus, .featured-media-slider-navigation .slider-arrow:hover {
  background-color: #fff;
  color: #393f4a;
}
.featured-media-slider-navigation .slider-arrow.next {
  right: 16px;
}

/* slide
----------------------------------------------------------------------------------------------------------------------*/
.featured-media-slide {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity linear 0.3s, -webkit-transform ease-in 0.2s;
  transition: opacity linear 0.3s, -webkit-transform ease-in 0.2s;
  transition: opacity linear 0.3s, transform ease-in 0.2s;
  transition: opacity linear 0.3s, transform ease-in 0.2s, -webkit-transform ease-in 0.2s;
}
.featured-media-slide.slick-center {
  opacity: 1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.featured-media-image {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.featured-media-image img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.featured-media-title {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  background-color: rgba(57, 63, 74, 0.8);
  text-align: center;
  color: #fff;
}

.featured-media-play-button {
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  border: 2px solid #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-indent: 7px;
  line-height: 62px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.featured-media-play-button:focus, .featured-media-play-button:hover {
  color: #fff;
}
.slick-center .featured-media-play-button {
  opacity: 1;
}

/* thumbs
----------------------------------------------------------------------------------------------------------------------*/
.featured-media-thumb {
  position: relative;
  opacity: 0.75;
  -webkit-transition: -webkit-transform linear 0.1s;
  transition: -webkit-transform linear 0.1s;
  transition: transform linear 0.1s;
  transition: transform linear 0.1s, -webkit-transform linear 0.1s;
}
.featured-media-thumb:hover {
  opacity: 1;
}
.featured-media-thumb:hover .featured-media-play-button {
  opacity: 1;
}

/* lightbox
----------------------------------------------------------------------------------------------------------------------*/
.featured-media-arrow {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 100%;
  z-index: 20;
  border-radius: 100%;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 0.85;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  color: #fff;
  text-align: center;
  line-height: 2.875rem;
}
.featured-media-arrow:focus, .featured-media-arrow:hover {
  opacity: 1;
  background-color: #fff;
  color: #393f4a;
}

.featured-media-close {
  display: block;
  height: 3rem;
  top: -3rem;
  right: 0;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  line-height: 2.875rem;
  color: #fff;
  font-size: 1.5em;
}

.mfp-featured-media .mfp-title {
  left: 0;
  width: 100%;
  bottom: 100%;
  position: absolute;
  z-index: 0;
  padding-bottom: 16px;
  padding-right: 4rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.mfp-featured-media .mfp-counter {
  top: 100%;
  right: 0;
  position: absolute;
  z-index: 0;
  padding-top: 16px;
  color: #fff;
  font-size: 1rem;
}
.mfp-featured-media .mfp-link {
  top: 100;
  left: 0;
  margin-top: 16px;
  margin-bottom: 0;
  position: absolute;
}

.form-wrapper.dark {
  background-color: #393f4a;
  color: #909aaa;
}

.block-form-error {
  display: block;
  color: #ed1a3b;
  font-size: 16px;
}

.form-intro {
  margin-bottom: 32px;
  font-size: 1.25rem;
  font-weight: 500;
}

/* tabs
----------------------------------------------------------------------------------------------------------------------*/
.form-tab-container {
  margin-bottom: 32px;
}

.dark .form-tab-title {
  color: #fff;
}

/* field-columns
----------------------------------------------------------------------------------------------------------------------*/
.form-field-column {
  margin-bottom: 16px;
}

.form-label {
  position: relative;
  margin-bottom: 4px;
  font-weight: 500;
  color: #909aaa;
}

.checkbox-label, .radio-label {
  padding-left: 24px;
}
.form-wrapper .checkbox-label,
.form-wrapper .radio-label {
  margin-left: 0;
}
.checkbox-label:after, .radio-label:after {
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 1;
  border: 1px solid #909aaa;
  text-align: center;
  content: '';
}

.radio-label:after {
  line-height: 15px;
  font-size: 6px;
  text-indent: -1px;
  border-radius: 100%;
}

.checkbox-label:after {
  line-height: 14px;
  font-size: 12px;
  border-radius: 3px;
}

.file-label {
  float: left;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
}

.form-input-checkbox,
.form-input-radio {
  display: inline-block;
  padding-top: 8px;
  height: 2.4375rem;
}
.form-input-checkbox input,
.form-input-radio input {
  display: none;
}
.form-input-checkbox input:checked + .form-label:after,
.form-input-radio input:checked + .form-label:after {
  background-color: #909aaa;
  color: #fff;
  font-family: "FontAwesome";
}

.form-input-checkbox input:checked + .form-label:after {
  content: "";
}

.form-input-radio input:checked + .form-label:after {
  content: "";
}

.form-input-file {
  position: relative;
  height: 2.4375rem;
}
.form-input-file input {
  display: none;
}
.form-input-file .filename {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  padding-left: 96px;
  border: 1px solid;
  border-radius: 3px;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 39px;
}
.light .form-input-file .filename {
  border-color: #909aaa;
  background-color: #fff;
}
.dark .form-input-file .filename {
  border-color: rgba(40, 45, 52, 0.5);
  background-color: rgba(40, 45, 52, 0.5);
}
.form-input-file .filename-remove {
  top: 0;
  right: 0;
  display: none;
  position: absolute;
  width: 2.5rem;
  z-index: 1;
  height: 100%;
  cursor: pointer;
  text-align: center;
  color: #cc4b37;
  line-height: 2.4375rem;
}

/* fields
----------------------------------------------------------------------------------------------------------------------*/
.form-wrapper .input-field {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  font-weight: 500;
}
.form-wrapper.light .input-field {
  border-color: #909aaa;
  color: #393f4a;
}
.form-wrapper.light .input-field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f1f4f9;
  border-color: #393f4a;
}
.form-wrapper.dark .input-field {
  border-color: rgba(40, 45, 52, 0.5);
  background-color: rgba(40, 45, 52, 0.5);
  color: #fff;
}
.form-wrapper.dark .input-field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #909aaa;
  border-color: #909aaa;
}

.field-textarea {
  min-height: 128px;
  font-family: "Montserrat", sans-serif;
}

.imagesBanner {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.imagesBanner .row {
  max-width: 80rem;
}
.imagesBanner--header-wrapper {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid gray;
  padding-bottom: 20px;
}
.imagesBanner--header-wrapper span {
  font-size: 22px;
  font-weight: bold;
}
.imagesBanner--img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5px;
}
.imagesBanner--img-wrapper .item {
  width: 12%;
  height: 80px;
  margin: 5px 12px;
  min-width: 160px;
}
.imagesBanner--img-wrapper .item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.video-slide {
  width: 100%;
  height: 100%;
}

.slider-wrapper {
  position: relative;
}

/* controls
----------------------------------------------------------------------------------------------------------------------*/
.slider-controls {
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 5;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}

.slider-navigation {
  float: left;
}
.slider-navigation .slider-arrow {
  float: left;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.slider-navigation .slider-arrow.next {
  margin-left: 8px;
}
.slider-navigation .slider-arrow:focus, .slider-navigation .slider-arrow:hover {
  background-color: #fff;
  color: #393f4a;
}

.slider-dots {
  float: right;
  padding-top: 8px;
}
.slider-dots .slick-dots {
  text-align: right;
}

/* slide
----------------------------------------------------------------------------------------------------------------------*/
.slide {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  -webkit-transition: -webkit-transform linear 0.2s;
  transition: -webkit-transform linear 0.2s;
  transition: transform linear 0.2s;
  transition: transform linear 0.2s, -webkit-transform linear 0.2s;
}
.dark .slide {
  background-color: #393f4a;
}
.light .slide {
  background-color: #909aaa;
}
.slide.slick-center {
  z-index: 10;
}

.slide-background-image {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.slide-image {
  width: 100%;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.slide:not(.slick-center) .slide-image {
  opacity: 0.3;
}

.slide-content-container {
  position: relative;
  padding-bottom: 64px;
}

.slide-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
}

.slide-text {
  position: relative;
  z-index: 2;
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 32px;
  color: #fff;
}

.slide-title {
  margin-bottom: 16px;
  font-size: 30px;
}

.slide-body {
  margin-bottom: 16px;
}
.slide-body a {
  color: inherit;
  text-decoration: underline;
}
.slide-body a:hover {
  color: inherit;
  text-decoration: underline;
}

.button.slide-button {
  margin-bottom: 0;
}

.testimonials-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}
.testimonials-wrapper.dark {
  background-color: #393f4a;
  color: #fff;
}
.testimonials-wrapper.light {
  background-color: #fff;
}

.testimonials-header {
  margin-bottom: 32px;
}

/* slider
----------------------------------------------------------------------------------------------------------------------*/
.testimonials-slider-container {
  position: relative;
}

.testimonials-slider-navigation {
  position: relative;
  z-index: 1;
}
.testimonials-slider-navigation .slider-arrow {
  top: 24px;
  position: absolute;
  z-index: 1;
}
.dark .testimonials-slider-navigation .slider-arrow {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.dark .testimonials-slider-navigation .slider-arrow:hover {
  background-color: #fff;
  color: #393f4a;
}
.testimonials-slider-navigation .slider-arrow.previous {
  left: 50%;
  margin-left: -128px;
}
.testimonials-slider-navigation .slider-arrow.next {
  right: 50%;
  margin-right: -128px;
}

/* slide
----------------------------------------------------------------------------------------------------------------------*/
.testimonial-slide-icon {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  border-radius: 100%;
}

.testimonial-slide-info {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.testimonial-slide-quote {
  font-style: italic;
  font-size: 1.125rem;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder{
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img{
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after{
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small{
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar{
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty{
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter{
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close{
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px){
  .mfp-arrow{
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left{
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right{
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container{
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 0\0 ){
  select{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

@media print, screen and (min-width: 48em){
  .row .row{
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .column, .columns{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .medium-1{
    width: 8.3333333333%;
  }
  .medium-push-1{
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1{
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0{
    margin-left: 0%;
  }
  .medium-2{
    width: 16.6666666667%;
  }
  .medium-push-2{
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2{
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1{
    margin-left: 8.3333333333%;
  }
  .medium-3{
    width: 25%;
  }
  .medium-push-3{
    position: relative;
    left: 25%;
  }
  .medium-pull-3{
    position: relative;
    left: -25%;
  }
  .medium-offset-2{
    margin-left: 16.6666666667%;
  }
  .medium-4{
    width: 33.3333333333%;
  }
  .medium-push-4{
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4{
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3{
    margin-left: 25%;
  }
  .medium-5{
    width: 41.6666666667%;
  }
  .medium-push-5{
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5{
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4{
    margin-left: 33.3333333333%;
  }
  .medium-6{
    width: 50%;
  }
  .medium-push-6{
    position: relative;
    left: 50%;
  }
  .medium-pull-6{
    position: relative;
    left: -50%;
  }
  .medium-offset-5{
    margin-left: 41.6666666667%;
  }
  .medium-7{
    width: 58.3333333333%;
  }
  .medium-push-7{
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7{
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6{
    margin-left: 50%;
  }
  .medium-8{
    width: 66.6666666667%;
  }
  .medium-push-8{
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8{
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7{
    margin-left: 58.3333333333%;
  }
  .medium-9{
    width: 75%;
  }
  .medium-push-9{
    position: relative;
    left: 75%;
  }
  .medium-pull-9{
    position: relative;
    left: -75%;
  }
  .medium-offset-8{
    margin-left: 66.6666666667%;
  }
  .medium-10{
    width: 83.3333333333%;
  }
  .medium-push-10{
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10{
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9{
    margin-left: 75%;
  }
  .medium-11{
    width: 91.6666666667%;
  }
  .medium-push-11{
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11{
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10{
    margin-left: 83.3333333333%;
  }
  .medium-12{
    width: 100%;
  }
  .medium-offset-11{
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns{
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1){
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child{
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns{
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1){
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child{
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns{
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1){
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child{
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns{
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1){
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child{
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns{
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1){
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child{
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns{
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1){
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child{
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns{
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1){
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child{
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns{
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1){
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child{
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns{
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row{
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row{
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .medium-centered{
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child){
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0{
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
  .column-block{
    margin-bottom: 3rem;
  }
  .column-block > :last-child{
    margin-bottom: 0;
  }
  .hide-for-medium{
    display: none !important;
  }
  h1{
    font-size: 3rem;
  }
  h2{
    font-size: 2.5rem;
  }
  h3{
    font-size: 1.9375rem;
  }
  h4{
    font-size: 1.5625rem;
  }
  h5{
    font-size: 1.25rem;
  }
  h6{
    font-size: 1rem;
  }
  .medium-text-left{
    text-align: left;
  }
  .medium-text-right{
    text-align: right;
  }
  .medium-text-center{
    text-align: center;
  }
  .medium-text-justify{
    text-align: justify;
  }
  .medium-expanded{
    max-width: none;
  }
  .medium-float-right{
    float: right !important;
  }
  .button.hollow.shadow{
    padding-left: 48px;
    padding-right: 48px;
  }
  .error-buttons-container{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .main-header-wrapper{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header-navigation{
    display: inline-block;
  }
  .header-navigation:not(:first-child){
    margin-left: 16px;
  }
  .main-header-link{
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .header-subnavigation{
    top: 100%;
    left: 50%;
    position: absolute;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .header-subnavigation:before{
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
  }
  .header-subnavigation:after{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    position: absolute;
    z-index: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    content: '';
  }
  .header-navigation:hover .header-subnavigation, .header-navigation.open .header-subnavigation{
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: auto;
    visibility: visible;
  }
  .footer-gametime-logo{
    text-align: right;
  }
  .footer-info{
    margin-top: 32px;
  }
  .hero-wrapper.article-hero-wrapper, .hero-wrapper.gallery-hero-wrapper{
    padding-bottom: 96px;
  }
  .hero-subtitle{
    font-size: 24px;
  }
  .hero-share-wrapper{
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
  }
  .hero-category{
    float: left;
  }
  .hero-category:not(:first-child){
    margin-left: 16px;
  }
  label.interior-search-label{
    margin-bottom: 0;
  }
  .interior-search-input-column.state{
    padding-right: 12px;
  }
  .interior-search-input-column.organization, .interior-search-input-column.project{
    padding-left: 12px;
    padding-right: 12px;
  }
  .interior-search-input{
    margin-bottom: 0;
  }
  .activated-filter:not(:last-child){
    margin-right: 16px;
  }
  .large-slider-wrapper{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .gallery-slider-wrapper .large-slider-wrapper{
    padding-top: 0;
  }
  .large-slider-navigation .slider-arrow.previous{
    left: 40px;
  }
  .large-slider-navigation .slider-arrow.next{
    right: 40px;
  }
  .large-thumbnail{
    width: 16.6666666667%;
  }
  .concept-title{
    font-size: 2.5rem;
  }
  .concept-list-title{
    font-size: 1.5rem;
  }
  .product-title{
    font-size: 2.5rem;
  }
  .product-list-title{
    font-size: 1.5rem;
  }
  .service-list-item-title{
    padding-left: 16px;
    padding-right: 16px;
  }
  .alternating-column-item:nth-child(odd) .alternating-column-background-image{
    float: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .alternating-column-item{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .featured-slider-navigation{
    float: left;
  }
  .featured-slider-navigation .slider-arrow{
    display: inline-block;
  }
  .featured-slider-counter{
    float: left;
    padding-left: 16px;
  }
  .featured-slide{
    padding-left: 16px;
    padding-right: 16px;
  }
  .featured-content{
    width: 18.75rem;
  }
  .featured-slide-image{
    height: 21.875rem;
    width: 18.75rem;
  }
  .featured-media-slider-navigation{
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .featured-media-slider-navigation .slider-arrow{
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .featured-media-slider-navigation .slider-arrow.previous{
    left: 76px;
  }
  .featured-media-slider-navigation .slider-arrow.next{
    right: 76px;
  }
  .featured-media-slide{
    opacity: 0.4;
    margin-left: 16px;
    margin-right: 16px;
  }
  .has-slideshow .featured-media-slide{
    margin-left: -16px;
    margin-right: -16px;
  }
  .featured-media-slide:not(.slick-center){
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  .mfp-featured-media .mfp-title{
    font-size: 2rem;
  }
  .slider-controls{
    height: 80px;
  }
}

@media print, screen and (min-width: 64em){
  .row .row{
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .column, .columns{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .large-1{
    width: 8.3333333333%;
  }
  .large-push-1{
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1{
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0{
    margin-left: 0%;
  }
  .large-2{
    width: 16.6666666667%;
  }
  .large-push-2{
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2{
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1{
    margin-left: 8.3333333333%;
  }
  .large-3{
    width: 25%;
  }
  .large-push-3{
    position: relative;
    left: 25%;
  }
  .large-pull-3{
    position: relative;
    left: -25%;
  }
  .large-offset-2{
    margin-left: 16.6666666667%;
  }
  .large-4{
    width: 33.3333333333%;
  }
  .large-push-4{
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4{
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3{
    margin-left: 25%;
  }
  .large-5{
    width: 41.6666666667%;
  }
  .large-push-5{
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5{
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4{
    margin-left: 33.3333333333%;
  }
  .large-6{
    width: 50%;
  }
  .large-push-6{
    position: relative;
    left: 50%;
  }
  .large-pull-6{
    position: relative;
    left: -50%;
  }
  .large-offset-5{
    margin-left: 41.6666666667%;
  }
  .large-7{
    width: 58.3333333333%;
  }
  .large-push-7{
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7{
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6{
    margin-left: 50%;
  }
  .large-8{
    width: 66.6666666667%;
  }
  .large-push-8{
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8{
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7{
    margin-left: 58.3333333333%;
  }
  .large-9{
    width: 75%;
  }
  .large-push-9{
    position: relative;
    left: 75%;
  }
  .large-pull-9{
    position: relative;
    left: -75%;
  }
  .large-offset-8{
    margin-left: 66.6666666667%;
  }
  .large-10{
    width: 83.3333333333%;
  }
  .large-push-10{
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10{
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9{
    margin-left: 75%;
  }
  .large-11{
    width: 91.6666666667%;
  }
  .large-push-11{
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11{
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10{
    margin-left: 83.3333333333%;
  }
  .large-12{
    width: 100%;
  }
  .large-offset-11{
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns{
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1){
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child{
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns{
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1){
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child{
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns{
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1){
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child{
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns{
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1){
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child{
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns{
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1){
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child{
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns{
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1){
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child{
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns{
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1){
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child{
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns{
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1){
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child{
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns{
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row{
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row{
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .large-centered{
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child){
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0{
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
  .column-block{
    margin-bottom: 3rem;
  }
  .column-block > :last-child{
    margin-bottom: 0;
  }
  .hide-for-large{
    display: none !important;
  }
  .large-text-left{
    text-align: left;
  }
  .large-text-right{
    text-align: right;
  }
  .large-text-center{
    text-align: center;
  }
  .large-text-justify{
    text-align: justify;
  }
  .selectize-dropdown-content{
    max-height: 320px;
  }
  .concepts-intro{
    margin-bottom: 64px;
    padding-bottom: 64px;
    font-size: 24px;
  }
  .products-intro{
    margin-bottom: 64px;
    padding-bottom: 64px;
    font-size: 24px;
  }
  .services-index .hero-wrapper{
    padding-top: 40px;
  }
  .services-index .interior-wrapper{
    padding-top: 40px;
  }
  .staff-index .hero-wrapper{
    padding-top: 40px;
  }
  .staff-index .interior-wrapper{
    padding-top: 40px;
  }
  .large-expanded{
    max-width: none;
  }
  .large-float-right{
    float: right !important;
  }
  .main-header-wrapper{
    padding-bottom: 32px;
  }
  .translated-rtl .main-header-wrapper, .translated-ltr .main-header-wrapper{
    top: 40px;
  }
  .header-fixed .main-header-wrapper{
    padding-bottom: 16px;
  }
  .header-navigation:not(:first-child){
    margin-left: 32px;
  }
  .main-header-icon-link:after{
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 48px;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    -webkit-transition: -webkit-transform ease-in 0.2s;
    transition: -webkit-transform ease-in 0.2s;
    transition: transform ease-in 0.2s;
    transition: transform ease-in 0.2s, -webkit-transform ease-in 0.2s;
    content: '';
  }
  .main-header-icon-link:hover:after{
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .hero-wrapper{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .hero-wrapper.article-hero-wrapper, .hero-wrapper.gallery-hero-wrapper{
    padding-bottom: 128px;
  }
  .hero-wrapper.tall{
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .hero-wrapper.tall{
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .interior-wrapper{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .interior-search-button{
    margin-bottom: 0;
  }
  .activated-filters-title{
    float: left;
  }
  .activated-filters-container{
    float: right;
  }
  .activated-filter{
    float: left;
  }
  .sidebar-header{
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .sidebar-link{
    padding-top: 24px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 24px;
  }
  .large-thumbnail{
    width: auto;
  }
  .large-thumbnail:not(:last-child){
    margin-right: 16px;
  }
  .concept-intro-wrapper{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .concept-interior-wrapper{
    padding-top: 64px;
  }
  .concept-body-wrapper{
    padding-bottom: 64px;
  }
  .filter-group-buttons{
    margin-top: 16px;
  }
  .follow .filter-group-buttons{
    left: 0;
    bottom: 0;
    width: 25%;
    position: fixed;
    z-index: 1;
    padding-top: 16px;
    border-top: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    background-color: #f1f4f9;
  }
  .gallery-list-content{
    bottom: -21px;
  }
  .gallery-list-item:hover .gallery-list-content{
    bottom: 0;
  }
  .gallery-list-location{
    opacity: 0;
  }
  .gallery-list-item:hover .gallery-list-location{
    opacity: 1;
  }
  .product-intro-wrapper{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .product-interior-wrapper{
    padding-top: 64px;
  }
  .product-body-wrapper{
    padding-bottom: 64px;
  }
  .filter-group-buttons{
    margin-top: 16px;
  }
  .follow .filter-group-buttons{
    left: 0;
    bottom: 0;
    width: 25%;
    position: fixed;
    z-index: 1;
    padding-top: 16px;
    border-top: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    background-color: #f1f4f9;
  }
  .service-list-item-title{
    padding-left: 32px;
    padding-right: 32px;
  }
  .content-block-padding{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .article-entry{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .column-item{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .featured-wrapper{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .featured-media-container.has-slideshow{
    height: 182px;
  }
  .featured-media-content{
    top: 50%;
    width: inherit;
    position: absolute;
    margin-top: -4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .has-slideshow .featured-media-slider{
    margin-top: -38px;
  }
  .featured-media-slider-navigation .slider-arrow.previous{
    left: 50%;
    margin-left: -288px;
  }
  .featured-media-slider-navigation .slider-arrow.next{
    right: 50%;
    margin-right: -288px;
  }
  .mfp-featured-media .mfp-title{
    font-size: 2.5rem;
  }
  .form-intro{
    margin-bottom: 64px;
  }
  .form-tab-container{
    margin-bottom: 64px;
  }
  .form-tab-fields{
    padding-left: 8px;
    padding-right: 8px;
  }
  .form-field-column{
    padding-left: 8px;
    padding-right: 8px;
  }
  .slider-controls{
    width: 480px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .slide-content-container{
    float: right;
    width: 480px;
    padding-bottom: 128px;
  }
  .slide-text{
    padding-left: 32px;
    padding-right: 32px;
  }
  .testimonials-wrapper{
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 75em){
  .row .row{
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .column, .columns{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .xlarge-1{
    width: 8.3333333333%;
  }
  .xlarge-push-1{
    position: relative;
    left: 8.3333333333%;
  }
  .xlarge-pull-1{
    position: relative;
    left: -8.3333333333%;
  }
  .xlarge-offset-0{
    margin-left: 0%;
  }
  .xlarge-2{
    width: 16.6666666667%;
  }
  .xlarge-push-2{
    position: relative;
    left: 16.6666666667%;
  }
  .xlarge-pull-2{
    position: relative;
    left: -16.6666666667%;
  }
  .xlarge-offset-1{
    margin-left: 8.3333333333%;
  }
  .xlarge-3{
    width: 25%;
  }
  .xlarge-push-3{
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3{
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2{
    margin-left: 16.6666666667%;
  }
  .xlarge-4{
    width: 33.3333333333%;
  }
  .xlarge-push-4{
    position: relative;
    left: 33.3333333333%;
  }
  .xlarge-pull-4{
    position: relative;
    left: -33.3333333333%;
  }
  .xlarge-offset-3{
    margin-left: 25%;
  }
  .xlarge-5{
    width: 41.6666666667%;
  }
  .xlarge-push-5{
    position: relative;
    left: 41.6666666667%;
  }
  .xlarge-pull-5{
    position: relative;
    left: -41.6666666667%;
  }
  .xlarge-offset-4{
    margin-left: 33.3333333333%;
  }
  .xlarge-6{
    width: 50%;
  }
  .xlarge-push-6{
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6{
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5{
    margin-left: 41.6666666667%;
  }
  .xlarge-7{
    width: 58.3333333333%;
  }
  .xlarge-push-7{
    position: relative;
    left: 58.3333333333%;
  }
  .xlarge-pull-7{
    position: relative;
    left: -58.3333333333%;
  }
  .xlarge-offset-6{
    margin-left: 50%;
  }
  .xlarge-8{
    width: 66.6666666667%;
  }
  .xlarge-push-8{
    position: relative;
    left: 66.6666666667%;
  }
  .xlarge-pull-8{
    position: relative;
    left: -66.6666666667%;
  }
  .xlarge-offset-7{
    margin-left: 58.3333333333%;
  }
  .xlarge-9{
    width: 75%;
  }
  .xlarge-push-9{
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9{
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8{
    margin-left: 66.6666666667%;
  }
  .xlarge-10{
    width: 83.3333333333%;
  }
  .xlarge-push-10{
    position: relative;
    left: 83.3333333333%;
  }
  .xlarge-pull-10{
    position: relative;
    left: -83.3333333333%;
  }
  .xlarge-offset-9{
    margin-left: 75%;
  }
  .xlarge-11{
    width: 91.6666666667%;
  }
  .xlarge-push-11{
    position: relative;
    left: 91.6666666667%;
  }
  .xlarge-pull-11{
    position: relative;
    left: -91.6666666667%;
  }
  .xlarge-offset-10{
    margin-left: 83.3333333333%;
  }
  .xlarge-12{
    width: 100%;
  }
  .xlarge-offset-11{
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns{
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1){
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child{
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns{
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1){
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child{
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns{
    float: left;
    width: 33.3333333333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1){
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child{
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns{
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1){
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child{
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns{
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1){
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child{
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns{
    float: left;
    width: 16.6666666667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1){
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child{
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns{
    float: left;
    width: 14.2857142857%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1){
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child{
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns{
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1){
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child{
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns{
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row{
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row{
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .xlarge-centered{
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child){
    float: none;
    clear: both;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0{
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
  .column-block{
    margin-bottom: 3rem;
  }
  .column-block > :last-child{
    margin-bottom: 0;
  }
  .hide-for-xlarge{
    display: none !important;
  }
  .xlarge-text-left{
    text-align: left;
  }
  .xlarge-text-right{
    text-align: right;
  }
  .xlarge-text-center{
    text-align: center;
  }
  .xlarge-text-justify{
    text-align: justify;
  }
  .xlarge-expanded{
    max-width: none;
  }
  .xlarge-float-right{
    float: right !important;
  }
  .main-header-link{
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .header-fixed .main-header-link{
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .main-header-icon-link{
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .header-fixed .main-header-icon-link{
    margin-top: 0;
    margin-bottom: 0;
  }
  .interior-wrapper{
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .filter-groups{
    margin-top: 32px;
  }
  .filter-groups{
    margin-top: 32px;
  }
  .featured-media-arrow{
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .featured-media-arrow-left{
    left: -64px;
  }
  .featured-media-arrow-right{
    right: -64px;
  }
  .slide-content-container{
    top: 0;
    right: 0;
    position: absolute;
    z-index: 5;
    height: 100%;
    -webkit-transition: opacity linear 0.3s;
    transition: opacity linear 0.3s;
    opacity: 0;
  }
  .slick-center .slide-content-container{
    opacity: 1;
  }
}

@media screen and (min-width: 90em){
  .row .row{
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .column, .columns{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .xxlarge-1{
    width: 8.3333333333%;
  }
  .xxlarge-push-1{
    position: relative;
    left: 8.3333333333%;
  }
  .xxlarge-pull-1{
    position: relative;
    left: -8.3333333333%;
  }
  .xxlarge-offset-0{
    margin-left: 0%;
  }
  .xxlarge-2{
    width: 16.6666666667%;
  }
  .xxlarge-push-2{
    position: relative;
    left: 16.6666666667%;
  }
  .xxlarge-pull-2{
    position: relative;
    left: -16.6666666667%;
  }
  .xxlarge-offset-1{
    margin-left: 8.3333333333%;
  }
  .xxlarge-3{
    width: 25%;
  }
  .xxlarge-push-3{
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3{
    position: relative;
    left: -25%;
  }
  .xxlarge-offset-2{
    margin-left: 16.6666666667%;
  }
  .xxlarge-4{
    width: 33.3333333333%;
  }
  .xxlarge-push-4{
    position: relative;
    left: 33.3333333333%;
  }
  .xxlarge-pull-4{
    position: relative;
    left: -33.3333333333%;
  }
  .xxlarge-offset-3{
    margin-left: 25%;
  }
  .xxlarge-5{
    width: 41.6666666667%;
  }
  .xxlarge-push-5{
    position: relative;
    left: 41.6666666667%;
  }
  .xxlarge-pull-5{
    position: relative;
    left: -41.6666666667%;
  }
  .xxlarge-offset-4{
    margin-left: 33.3333333333%;
  }
  .xxlarge-6{
    width: 50%;
  }
  .xxlarge-push-6{
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6{
    position: relative;
    left: -50%;
  }
  .xxlarge-offset-5{
    margin-left: 41.6666666667%;
  }
  .xxlarge-7{
    width: 58.3333333333%;
  }
  .xxlarge-push-7{
    position: relative;
    left: 58.3333333333%;
  }
  .xxlarge-pull-7{
    position: relative;
    left: -58.3333333333%;
  }
  .xxlarge-offset-6{
    margin-left: 50%;
  }
  .xxlarge-8{
    width: 66.6666666667%;
  }
  .xxlarge-push-8{
    position: relative;
    left: 66.6666666667%;
  }
  .xxlarge-pull-8{
    position: relative;
    left: -66.6666666667%;
  }
  .xxlarge-offset-7{
    margin-left: 58.3333333333%;
  }
  .xxlarge-9{
    width: 75%;
  }
  .xxlarge-push-9{
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9{
    position: relative;
    left: -75%;
  }
  .xxlarge-offset-8{
    margin-left: 66.6666666667%;
  }
  .xxlarge-10{
    width: 83.3333333333%;
  }
  .xxlarge-push-10{
    position: relative;
    left: 83.3333333333%;
  }
  .xxlarge-pull-10{
    position: relative;
    left: -83.3333333333%;
  }
  .xxlarge-offset-9{
    margin-left: 75%;
  }
  .xxlarge-11{
    width: 91.6666666667%;
  }
  .xxlarge-push-11{
    position: relative;
    left: 91.6666666667%;
  }
  .xxlarge-pull-11{
    position: relative;
    left: -91.6666666667%;
  }
  .xxlarge-offset-10{
    margin-left: 83.3333333333%;
  }
  .xxlarge-12{
    width: 100%;
  }
  .xxlarge-offset-11{
    margin-left: 91.6666666667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns{
    float: left;
    width: 100%;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1){
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child{
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns{
    float: left;
    width: 50%;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1){
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child{
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns{
    float: left;
    width: 33.3333333333%;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1){
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child{
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns{
    float: left;
    width: 25%;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1){
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child{
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns{
    float: left;
    width: 20%;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1){
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child{
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns{
    float: left;
    width: 16.6666666667%;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1){
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child{
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns{
    float: left;
    width: 14.2857142857%;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1){
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child{
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns{
    float: left;
    width: 12.5%;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1){
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child{
    float: left;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns{
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-collapse .row{
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xxlarge-collapse.row{
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .xxlarge-centered{
    margin-right: auto;
    margin-left: auto;
  }
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child){
    float: none;
    clear: both;
  }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0{
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
  .column-block{
    margin-bottom: 2rem;
  }
  .column-block > :last-child{
    margin-bottom: 0;
  }
  .hide-for-xxlarge{
    display: none !important;
  }
  .xxlarge-text-left{
    text-align: left;
  }
  .xxlarge-text-right{
    text-align: right;
  }
  .xxlarge-text-center{
    text-align: center;
  }
  .xxlarge-text-justify{
    text-align: justify;
  }
  .selectize-dropdown-content{
    max-height: 480px;
  }
  .homepage .slider-wrapper{
    margin-bottom: -80px;
  }
  .homepage .slider-wrapper + .content-block-wrapper{
    padding-top: 176px;
  }
  .concepts-intro{
    margin-bottom: 96px;
    padding-bottom: 96px;
  }
  .products-intro{
    margin-bottom: 96px;
    padding-bottom: 96px;
  }
  .xxlarge-expanded{
    max-width: none;
  }
  .xxlarge-float-right{
    float: right !important;
  }
  .concept-intro-wrapper{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .concept-interior-wrapper{
    padding-top: 96px;
  }
  .concept-body-wrapper{
    padding-bottom: 96px;
  }
  .product-intro-wrapper{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .product-interior-wrapper{
    padding-top: 96px;
  }
  .product-body-wrapper{
    padding-bottom: 96px;
  }
  .content-block-padding{
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .article-entry{
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .column-item{
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .featured-wrapper{
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .featured-slider{
    top: 0;
    left: 0;
    width: 200%;
    position: absolute;
    z-index: 1;
  }
  .featured-media-slider-navigation .slider-arrow.previous{
    left: 50%;
    margin-left: -304px;
  }
  .featured-media-slider-navigation .slider-arrow.next{
    right: 50%;
    margin-right: -304px;
  }
  .slide{
    margin-left: -96px;
    margin-right: -96px;
  }
  .slide:not(.slick-center){
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .slide-text{
    padding-top: 88px;
    padding-bottom: 64px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .testimonials-wrapper{
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media screen and (min-width: 100em){
  .row .row{
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .xxxlarge-1{
    width: 8.3333333333%;
  }
  .xxxlarge-push-1{
    position: relative;
    left: 8.3333333333%;
  }
  .xxxlarge-pull-1{
    position: relative;
    left: -8.3333333333%;
  }
  .xxxlarge-offset-0{
    margin-left: 0%;
  }
  .xxxlarge-2{
    width: 16.6666666667%;
  }
  .xxxlarge-push-2{
    position: relative;
    left: 16.6666666667%;
  }
  .xxxlarge-pull-2{
    position: relative;
    left: -16.6666666667%;
  }
  .xxxlarge-offset-1{
    margin-left: 8.3333333333%;
  }
  .xxxlarge-3{
    width: 25%;
  }
  .xxxlarge-push-3{
    position: relative;
    left: 25%;
  }
  .xxxlarge-pull-3{
    position: relative;
    left: -25%;
  }
  .xxxlarge-offset-2{
    margin-left: 16.6666666667%;
  }
  .xxxlarge-4{
    width: 33.3333333333%;
  }
  .xxxlarge-push-4{
    position: relative;
    left: 33.3333333333%;
  }
  .xxxlarge-pull-4{
    position: relative;
    left: -33.3333333333%;
  }
  .xxxlarge-offset-3{
    margin-left: 25%;
  }
  .xxxlarge-5{
    width: 41.6666666667%;
  }
  .xxxlarge-push-5{
    position: relative;
    left: 41.6666666667%;
  }
  .xxxlarge-pull-5{
    position: relative;
    left: -41.6666666667%;
  }
  .xxxlarge-offset-4{
    margin-left: 33.3333333333%;
  }
  .xxxlarge-6{
    width: 50%;
  }
  .xxxlarge-push-6{
    position: relative;
    left: 50%;
  }
  .xxxlarge-pull-6{
    position: relative;
    left: -50%;
  }
  .xxxlarge-offset-5{
    margin-left: 41.6666666667%;
  }
  .xxxlarge-7{
    width: 58.3333333333%;
  }
  .xxxlarge-push-7{
    position: relative;
    left: 58.3333333333%;
  }
  .xxxlarge-pull-7{
    position: relative;
    left: -58.3333333333%;
  }
  .xxxlarge-offset-6{
    margin-left: 50%;
  }
  .xxxlarge-8{
    width: 66.6666666667%;
  }
  .xxxlarge-push-8{
    position: relative;
    left: 66.6666666667%;
  }
  .xxxlarge-pull-8{
    position: relative;
    left: -66.6666666667%;
  }
  .xxxlarge-offset-7{
    margin-left: 58.3333333333%;
  }
  .xxxlarge-9{
    width: 75%;
  }
  .xxxlarge-push-9{
    position: relative;
    left: 75%;
  }
  .xxxlarge-pull-9{
    position: relative;
    left: -75%;
  }
  .xxxlarge-offset-8{
    margin-left: 66.6666666667%;
  }
  .xxxlarge-10{
    width: 83.3333333333%;
  }
  .xxxlarge-push-10{
    position: relative;
    left: 83.3333333333%;
  }
  .xxxlarge-pull-10{
    position: relative;
    left: -83.3333333333%;
  }
  .xxxlarge-offset-9{
    margin-left: 75%;
  }
  .xxxlarge-11{
    width: 91.6666666667%;
  }
  .xxxlarge-push-11{
    position: relative;
    left: 91.6666666667%;
  }
  .xxxlarge-pull-11{
    position: relative;
    left: -91.6666666667%;
  }
  .xxxlarge-offset-10{
    margin-left: 83.3333333333%;
  }
  .xxxlarge-12{
    width: 100%;
  }
  .xxxlarge-offset-11{
    margin-left: 91.6666666667%;
  }
  .xxxlarge-up-1 > .column, .xxxlarge-up-1 > .columns{
    float: left;
    width: 100%;
  }
  .xxxlarge-up-1 > .column:nth-of-type(1n), .xxxlarge-up-1 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxxlarge-up-1 > .column:nth-of-type(1n+1), .xxxlarge-up-1 > .columns:nth-of-type(1n+1){
    clear: both;
  }
  .xxxlarge-up-1 > .column:last-child, .xxxlarge-up-1 > .columns:last-child{
    float: left;
  }
  .xxxlarge-up-2 > .column, .xxxlarge-up-2 > .columns{
    float: left;
    width: 50%;
  }
  .xxxlarge-up-2 > .column:nth-of-type(1n), .xxxlarge-up-2 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxxlarge-up-2 > .column:nth-of-type(2n+1), .xxxlarge-up-2 > .columns:nth-of-type(2n+1){
    clear: both;
  }
  .xxxlarge-up-2 > .column:last-child, .xxxlarge-up-2 > .columns:last-child{
    float: left;
  }
  .xxxlarge-up-3 > .column, .xxxlarge-up-3 > .columns{
    float: left;
    width: 33.3333333333%;
  }
  .xxxlarge-up-3 > .column:nth-of-type(1n), .xxxlarge-up-3 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxxlarge-up-3 > .column:nth-of-type(3n+1), .xxxlarge-up-3 > .columns:nth-of-type(3n+1){
    clear: both;
  }
  .xxxlarge-up-3 > .column:last-child, .xxxlarge-up-3 > .columns:last-child{
    float: left;
  }
  .xxxlarge-up-4 > .column, .xxxlarge-up-4 > .columns{
    float: left;
    width: 25%;
  }
  .xxxlarge-up-4 > .column:nth-of-type(1n), .xxxlarge-up-4 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxxlarge-up-4 > .column:nth-of-type(4n+1), .xxxlarge-up-4 > .columns:nth-of-type(4n+1){
    clear: both;
  }
  .xxxlarge-up-4 > .column:last-child, .xxxlarge-up-4 > .columns:last-child{
    float: left;
  }
  .xxxlarge-up-5 > .column, .xxxlarge-up-5 > .columns{
    float: left;
    width: 20%;
  }
  .xxxlarge-up-5 > .column:nth-of-type(1n), .xxxlarge-up-5 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxxlarge-up-5 > .column:nth-of-type(5n+1), .xxxlarge-up-5 > .columns:nth-of-type(5n+1){
    clear: both;
  }
  .xxxlarge-up-5 > .column:last-child, .xxxlarge-up-5 > .columns:last-child{
    float: left;
  }
  .xxxlarge-up-6 > .column, .xxxlarge-up-6 > .columns{
    float: left;
    width: 16.6666666667%;
  }
  .xxxlarge-up-6 > .column:nth-of-type(1n), .xxxlarge-up-6 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxxlarge-up-6 > .column:nth-of-type(6n+1), .xxxlarge-up-6 > .columns:nth-of-type(6n+1){
    clear: both;
  }
  .xxxlarge-up-6 > .column:last-child, .xxxlarge-up-6 > .columns:last-child{
    float: left;
  }
  .xxxlarge-up-7 > .column, .xxxlarge-up-7 > .columns{
    float: left;
    width: 14.2857142857%;
  }
  .xxxlarge-up-7 > .column:nth-of-type(1n), .xxxlarge-up-7 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxxlarge-up-7 > .column:nth-of-type(7n+1), .xxxlarge-up-7 > .columns:nth-of-type(7n+1){
    clear: both;
  }
  .xxxlarge-up-7 > .column:last-child, .xxxlarge-up-7 > .columns:last-child{
    float: left;
  }
  .xxxlarge-up-8 > .column, .xxxlarge-up-8 > .columns{
    float: left;
    width: 12.5%;
  }
  .xxxlarge-up-8 > .column:nth-of-type(1n), .xxxlarge-up-8 > .columns:nth-of-type(1n){
    clear: none;
  }
  .xxxlarge-up-8 > .column:nth-of-type(8n+1), .xxxlarge-up-8 > .columns:nth-of-type(8n+1){
    clear: both;
  }
  .xxxlarge-up-8 > .column:last-child, .xxxlarge-up-8 > .columns:last-child{
    float: left;
  }
  .xxxlarge-collapse > .column, .xxxlarge-collapse > .columns{
    padding-right: 0;
    padding-left: 0;
  }
  .xxxlarge-collapse .row{
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xxxlarge-collapse.row{
    margin-right: 0;
    margin-left: 0;
  }
  .xxxlarge-uncollapse > .column, .xxxlarge-uncollapse > .columns{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .xxxlarge-centered{
    margin-right: auto;
    margin-left: auto;
  }
  .xxxlarge-centered, .xxxlarge-centered:last-child:not(:first-child){
    float: none;
    clear: both;
  }
  .xxxlarge-uncentered,
  .xxxlarge-push-0,
  .xxxlarge-pull-0{
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
  .hide-for-xxxlarge{
    display: none !important;
  }
  .xxxlarge-text-left{
    text-align: left;
  }
  .xxxlarge-text-right{
    text-align: right;
  }
  .xxxlarge-text-center{
    text-align: center;
  }
  .xxxlarge-text-justify{
    text-align: justify;
  }
  .xxxlarge-expanded{
    max-width: none;
  }
  .xxxlarge-float-right{
    float: right !important;
  }
  .hero-wrapper.tall{
    padding-top: 288px;
    padding-bottom: 288px;
  }
  .large-slider-navigation .slider-arrow{
    margin-top: 12px;
  }
  .large-slider-navigation .slider-arrow.previous{
    left: -48px;
  }
  .large-slider-navigation .slider-arrow.next{
    right: -48px;
  }
  .concept-intro-wrapper{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .product-intro-wrapper{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .content-block-padding{
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .article-entry{
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .column-item{
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .featured-wrapper{
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .testimonials-wrapper{
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

@media screen and (min-width: 120em){
  .row .row{
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .huge-1{
    width: 8.3333333333%;
  }
  .huge-push-1{
    position: relative;
    left: 8.3333333333%;
  }
  .huge-pull-1{
    position: relative;
    left: -8.3333333333%;
  }
  .huge-offset-0{
    margin-left: 0%;
  }
  .huge-2{
    width: 16.6666666667%;
  }
  .huge-push-2{
    position: relative;
    left: 16.6666666667%;
  }
  .huge-pull-2{
    position: relative;
    left: -16.6666666667%;
  }
  .huge-offset-1{
    margin-left: 8.3333333333%;
  }
  .huge-3{
    width: 25%;
  }
  .huge-push-3{
    position: relative;
    left: 25%;
  }
  .huge-pull-3{
    position: relative;
    left: -25%;
  }
  .huge-offset-2{
    margin-left: 16.6666666667%;
  }
  .huge-4{
    width: 33.3333333333%;
  }
  .huge-push-4{
    position: relative;
    left: 33.3333333333%;
  }
  .huge-pull-4{
    position: relative;
    left: -33.3333333333%;
  }
  .huge-offset-3{
    margin-left: 25%;
  }
  .huge-5{
    width: 41.6666666667%;
  }
  .huge-push-5{
    position: relative;
    left: 41.6666666667%;
  }
  .huge-pull-5{
    position: relative;
    left: -41.6666666667%;
  }
  .huge-offset-4{
    margin-left: 33.3333333333%;
  }
  .huge-6{
    width: 50%;
  }
  .huge-push-6{
    position: relative;
    left: 50%;
  }
  .huge-pull-6{
    position: relative;
    left: -50%;
  }
  .huge-offset-5{
    margin-left: 41.6666666667%;
  }
  .huge-7{
    width: 58.3333333333%;
  }
  .huge-push-7{
    position: relative;
    left: 58.3333333333%;
  }
  .huge-pull-7{
    position: relative;
    left: -58.3333333333%;
  }
  .huge-offset-6{
    margin-left: 50%;
  }
  .huge-8{
    width: 66.6666666667%;
  }
  .huge-push-8{
    position: relative;
    left: 66.6666666667%;
  }
  .huge-pull-8{
    position: relative;
    left: -66.6666666667%;
  }
  .huge-offset-7{
    margin-left: 58.3333333333%;
  }
  .huge-9{
    width: 75%;
  }
  .huge-push-9{
    position: relative;
    left: 75%;
  }
  .huge-pull-9{
    position: relative;
    left: -75%;
  }
  .huge-offset-8{
    margin-left: 66.6666666667%;
  }
  .huge-10{
    width: 83.3333333333%;
  }
  .huge-push-10{
    position: relative;
    left: 83.3333333333%;
  }
  .huge-pull-10{
    position: relative;
    left: -83.3333333333%;
  }
  .huge-offset-9{
    margin-left: 75%;
  }
  .huge-11{
    width: 91.6666666667%;
  }
  .huge-push-11{
    position: relative;
    left: 91.6666666667%;
  }
  .huge-pull-11{
    position: relative;
    left: -91.6666666667%;
  }
  .huge-offset-10{
    margin-left: 83.3333333333%;
  }
  .huge-12{
    width: 100%;
  }
  .huge-offset-11{
    margin-left: 91.6666666667%;
  }
  .huge-up-1 > .column, .huge-up-1 > .columns{
    float: left;
    width: 100%;
  }
  .huge-up-1 > .column:nth-of-type(1n), .huge-up-1 > .columns:nth-of-type(1n){
    clear: none;
  }
  .huge-up-1 > .column:nth-of-type(1n+1), .huge-up-1 > .columns:nth-of-type(1n+1){
    clear: both;
  }
  .huge-up-1 > .column:last-child, .huge-up-1 > .columns:last-child{
    float: left;
  }
  .huge-up-2 > .column, .huge-up-2 > .columns{
    float: left;
    width: 50%;
  }
  .huge-up-2 > .column:nth-of-type(1n), .huge-up-2 > .columns:nth-of-type(1n){
    clear: none;
  }
  .huge-up-2 > .column:nth-of-type(2n+1), .huge-up-2 > .columns:nth-of-type(2n+1){
    clear: both;
  }
  .huge-up-2 > .column:last-child, .huge-up-2 > .columns:last-child{
    float: left;
  }
  .huge-up-3 > .column, .huge-up-3 > .columns{
    float: left;
    width: 33.3333333333%;
  }
  .huge-up-3 > .column:nth-of-type(1n), .huge-up-3 > .columns:nth-of-type(1n){
    clear: none;
  }
  .huge-up-3 > .column:nth-of-type(3n+1), .huge-up-3 > .columns:nth-of-type(3n+1){
    clear: both;
  }
  .huge-up-3 > .column:last-child, .huge-up-3 > .columns:last-child{
    float: left;
  }
  .huge-up-4 > .column, .huge-up-4 > .columns{
    float: left;
    width: 25%;
  }
  .huge-up-4 > .column:nth-of-type(1n), .huge-up-4 > .columns:nth-of-type(1n){
    clear: none;
  }
  .huge-up-4 > .column:nth-of-type(4n+1), .huge-up-4 > .columns:nth-of-type(4n+1){
    clear: both;
  }
  .huge-up-4 > .column:last-child, .huge-up-4 > .columns:last-child{
    float: left;
  }
  .huge-up-5 > .column, .huge-up-5 > .columns{
    float: left;
    width: 20%;
  }
  .huge-up-5 > .column:nth-of-type(1n), .huge-up-5 > .columns:nth-of-type(1n){
    clear: none;
  }
  .huge-up-5 > .column:nth-of-type(5n+1), .huge-up-5 > .columns:nth-of-type(5n+1){
    clear: both;
  }
  .huge-up-5 > .column:last-child, .huge-up-5 > .columns:last-child{
    float: left;
  }
  .huge-up-6 > .column, .huge-up-6 > .columns{
    float: left;
    width: 16.6666666667%;
  }
  .huge-up-6 > .column:nth-of-type(1n), .huge-up-6 > .columns:nth-of-type(1n){
    clear: none;
  }
  .huge-up-6 > .column:nth-of-type(6n+1), .huge-up-6 > .columns:nth-of-type(6n+1){
    clear: both;
  }
  .huge-up-6 > .column:last-child, .huge-up-6 > .columns:last-child{
    float: left;
  }
  .huge-up-7 > .column, .huge-up-7 > .columns{
    float: left;
    width: 14.2857142857%;
  }
  .huge-up-7 > .column:nth-of-type(1n), .huge-up-7 > .columns:nth-of-type(1n){
    clear: none;
  }
  .huge-up-7 > .column:nth-of-type(7n+1), .huge-up-7 > .columns:nth-of-type(7n+1){
    clear: both;
  }
  .huge-up-7 > .column:last-child, .huge-up-7 > .columns:last-child{
    float: left;
  }
  .huge-up-8 > .column, .huge-up-8 > .columns{
    float: left;
    width: 12.5%;
  }
  .huge-up-8 > .column:nth-of-type(1n), .huge-up-8 > .columns:nth-of-type(1n){
    clear: none;
  }
  .huge-up-8 > .column:nth-of-type(8n+1), .huge-up-8 > .columns:nth-of-type(8n+1){
    clear: both;
  }
  .huge-up-8 > .column:last-child, .huge-up-8 > .columns:last-child{
    float: left;
  }
  .huge-collapse > .column, .huge-collapse > .columns{
    padding-right: 0;
    padding-left: 0;
  }
  .huge-collapse .row{
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .huge-collapse.row{
    margin-right: 0;
    margin-left: 0;
  }
  .huge-uncollapse > .column, .huge-uncollapse > .columns{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .huge-centered{
    margin-right: auto;
    margin-left: auto;
  }
  .huge-centered, .huge-centered:last-child:not(:first-child){
    float: none;
    clear: both;
  }
  .huge-uncentered,
  .huge-push-0,
  .huge-pull-0{
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
  .hide-for-huge{
    display: none !important;
  }
  .hide-for-huge-only{
    display: none !important;
  }
  .huge-text-left{
    text-align: left;
  }
  .huge-text-right{
    text-align: right;
  }
  .huge-text-center{
    text-align: center;
  }
  .huge-text-justify{
    text-align: justify;
  }
  .huge-expanded{
    max-width: none;
  }
  .huge-float-right{
    float: right !important;
  }
  .huge-only-expanded{
    max-width: none;
  }
  .huge-only-float-right{
    float: right !important;
  }
}

@media screen and (max-width: 47.9375em){
  .hide-for-small-only{
    display: none !important;
  }
  .show-for-medium{
    display: none !important;
  }
  .small-only-expanded{
    max-width: none;
  }
  .small-only-float-right{
    float: right !important;
  }
  .button.hollow.shadow{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .main-header-wrapper.closed{
    overflow: hidden;
  }
  .main-header-wrapper.opened{
    overflow: visible;
  }
  .header-navigation-wrapper{
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    padding-bottom: 8px;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
  }
  .dark .header-navigation-wrapper{
    background-color: #393f4a;
  }
  .light .header-navigation-wrapper{
    background-color: #909aaa;
  }
  .white .header-navigation-wrapper{
    background-color: #fff;
  }
  .opened .header-navigation-wrapper{
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .show-mobile-menu .header-navigation-wrapper{
    height: calc(100vh - 80px);
    overflow-y: auto;
  }
  .main-header-link{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header-subnavigation{
    margin-left: -16px;
    margin-right: -16px;
  }
  .header-logo-container{
    position: relative;
    z-index: 20;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .dark .header-logo-container{
    background-color: #393f4a;
  }
  .light .header-logo-container{
    background-color: #e6e9ed;
  }
  .white .header-logo-container{
    background-color: #fff;
  }
  .menu-toggle-container{
    position: relative;
    z-index: 20;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .dark .menu-toggle-container{
    background-color: #393f4a;
  }
  .light .menu-toggle-container{
    background-color: #e6e9ed;
  }
  .white .menu-toggle-container{
    background-color: #fff;
  }
  .footer-newsletter .input-group{
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero-content{
    padding-top: 32px;
    padding-bottom: 64px;
  }
  .hero-share-wrapper{
    background-color: #393f4a;
  }
  .hero-categories{
    width: 100%;
  }
  .hero-category{
    margin-top: 16px;
    display: inline-block;
    margin-right: 16px;
  }
  .gallery-hero-background-image{
    height: calc(100% - 100px);
  }
  .interior-search-input-column{
    margin-bottom: 16px;
  }
  .large-thumbnail{
    width: 33.3333333333%;
  }
  .button.gallery-request-button{
    margin-bottom: 20px;
  }
  .featured-header{
    padding-left: 16px;
    padding-right: 16px;
  }
  .featured-body{
    padding-left: 16px;
    padding-right: 16px;
  }
  .featured-button{
    margin-left: 16px;
  }
  .featured-slider-navigation .slider-arrow{
    position: absolute;
    top: 0;
  }
  .featured-slider-navigation .slider-arrow.previous{
    left: 16px;
  }
  .featured-slider-navigation .slider-arrow.next{
    left: 72px;
  }
  .featured-slider-counter{
    margin-bottom: 80px;
    padding-right: 80px;
  }
  .featured-slide{
    margin-left: 16px;
    margin-right: 16px;
  }
  .featured-media-slider .slick-list{
    margin-left: -16px !important;
    margin-right: -16px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .featured-media-slider-navigation .slider-arrow.previous{
    right: 80px;
  }
  .slider-navigation{
    padding-left: 16px;
  }
  .slider-dots{
    padding-right: 16px;
  }
  .slide-title{
    padding-left: 16px;
    padding-right: 16px;
  }
  .slide-body{
    padding-left: 16px;
    padding-right: 16px;
  }
  .button.slide-button{
    margin-left: 16px;
    margin-right: 16px;
  }
  .testimonials-header{
    margin-top: 32px;
  }
  .testimonial-slide-info{
    padding-left: 16px;
    padding-right: 16px;
  }
  .testimonial-slide-quote{
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em){
  .show-for-small-only{
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em){
  .hide-for-medium-only{
    display: none !important;
  }
  .medium-only-expanded{
    max-width: none;
  }
  .medium-only-float-right{
    float: right !important;
  }
  .footer-social-link:not(:first-child){
    margin-left: 4px;
  }
  .footer-social-link:not(:last-child){
    margin-right: 4px;
  }
  .interior-search-button-column.gallery{
    padding-left: 12px;
  }
  .activated-filter{
    display: inline-block;
  }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 64em){
  .show-for-medium-only{
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em){
  .show-for-large{
    display: none !important;
  }
  .footer-newsletter-content{
    margin-top: 32px;
  }
  .activated-filter{
    margin-top: 16px;
  }
  .large-slider-thumbnails{
    margin-left: -8px;
    margin-right: -8px;
    width: auto;
  }
  .large-thumbnail{
    padding-left: 8px;
    padding-right: 8px;
  }
  .large-thumbnail img{
    width: 100%;
  }
  .article-list-item-image{
    width: 110px;
    margin-bottom: 16px;
  }
  .filters-container{
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 550;
    padding-top: 16px;
    padding-bottom: 96px;
    -webkit-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s;
    cursor: pointer;
  }
  .show-filters .filters-container{
    background-color: #fff;
    overflow-y: auto;
    top: 0;
  }
  .filter-group-buttons{
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    border-top: 1px solid #e6e9ed;
    border-bottom: 1px solid #e6e9ed;
    background-color: #f1f4f9;
    -webkit-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    opacity: 0;
  }
  .show-filters .filter-group-buttons{
    position: fixed;
    opacity: 1;
  }
  .filter-group-button{
    margin-top: 16px;
  }
  .filters-container{
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 550;
    padding-top: 16px;
    padding-bottom: 96px;
    -webkit-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s;
    cursor: pointer;
  }
  .show-filters .filters-container{
    background-color: #fff;
    overflow-y: auto;
    top: 0;
  }
  .filter-group-buttons{
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    border-top: 1px solid #e6e9ed;
    border-bottom: 1px solid #e6e9ed;
    background-color: #f1f4f9;
    -webkit-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    opacity: 0;
  }
  .show-filters .filter-group-buttons{
    position: fixed;
    opacity: 1;
  }
  .filter-group-button{
    margin-top: 16px;
  }
  .article-tags-header{
    display: block;
    padding-bottom: 16px;
    text-align: center;
  }
  .article-tags-all{
    padding-top: 16px;
    text-align: center;
  }
  .featured-media-content{
    padding-top: 16px;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em){
  .hide-for-large-only{
    display: none !important;
  }
  .large-only-expanded{
    max-width: none;
  }
  .large-only-float-right{
    float: right !important;
  }
  .interior-search-button-column.gallery{
    padding-left: 12px;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em){
  .show-for-large-only{
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em){
  .show-for-xlarge{
    display: none !important;
  }
  .header-logo-image{
    height: 48px;
  }
  .featured-media-arrow{
    margin-top: 16px;
  }
  .featured-media-arrow-left{
    left: 45%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .featured-media-arrow-right{
    left: 60%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em){
  .hide-for-xlarge-only{
    display: none !important;
  }
  .xlarge-only-expanded{
    max-width: none;
  }
  .xlarge-only-float-right{
    float: right !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em){
  .show-for-xlarge-only{
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em){
  .show-for-xxlarge{
    display: none !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 99.9375em){
  .hide-for-xxlarge-only{
    display: none !important;
  }
  .xxlarge-only-expanded{
    max-width: none;
  }
  .xxlarge-only-float-right{
    float: right !important;
  }
}

@media screen and (max-width: 89.9375em), screen and (min-width: 100em){
  .show-for-xxlarge-only{
    display: none !important;
  }
}

@media screen and (max-width: 99.9375em){
  .show-for-xxxlarge{
    display: none !important;
  }
}

@media screen and (min-width: 100em) and (max-width: 119.9375em){
  .hide-for-xxxlarge-only{
    display: none !important;
  }
  .xxxlarge-only-expanded{
    max-width: none;
  }
  .xxxlarge-only-float-right{
    float: right !important;
  }
}

@media screen and (max-width: 99.9375em), screen and (min-width: 120em){
  .show-for-xxxlarge-only{
    display: none !important;
  }
}

@media screen and (max-width: 119.9375em){
  .show-for-huge{
    display: none !important;
  }
  .show-for-huge-only{
    display: none !important;
  }
}

@media screen and (orientation: landscape){
  .show-for-landscape,
  .hide-for-portrait{
    display: block !important;
  }
  .hide-for-landscape,
  .show-for-portrait{
    display: none !important;
  }
}

@media screen and (orientation: portrait){
  .show-for-landscape,
  .hide-for-portrait{
    display: none !important;
  }
  .hide-for-landscape,
  .show-for-portrait{
    display: block !important;
  }
}

@media print{
  *{
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print{
    display: block !important;
  }
  .hide-for-print{
    display: none !important;
  }
  table.show-for-print{
    display: table !important;
  }
  thead.show-for-print{
    display: table-header-group !important;
  }
  tbody.show-for-print{
    display: table-row-group !important;
  }
  tr.show-for-print{
    display: table-row !important;
  }
  td.show-for-print{
    display: table-cell !important;
  }
  th.show-for-print{
    display: table-cell !important;
  }
  a,
  a:visited{
    text-decoration: underline;
  }
  a[href]:after{
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after{
    content: '';
  }
  abbr[title]:after{
    content: " (" attr(title) ")";
  }
  pre,
  blockquote{
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead{
    display: table-header-group;
  }
  tr,
  img{
    page-break-inside: avoid;
  }
  img{
    max-width: 100% !important;
  }
  @page{
    margin: 0.5cm;
  }
  p,
  h2,
  h3{
    orphans: 3;
    widows: 3;
  }
  h2,
  h3{
    page-break-after: avoid;
  }
  @page{
    margin: 21mm;
    overflow: visible !important;
  }
  body{
    overflow: visible !important;
  }
  *{
    color: #000 !important;
    background: transparent !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a{
    text-decoration: none;
  }
  a[href]:after{
    content: '';
  }
  .masthead-wrapper,
  .header-navigation-wrapper,
  .gallery-hero-background-image,
  .hero-wrapper:before,
  .hero-overlay,
  .hero-share-label,
  .hero-share-platforms,
  .breadcrumbs-wrapper,
  .interior-search-wrapper,
  .gallery-request-wrapper,
  .main-footer-wrapper,
  .footer-block-links-wrapper,
  .slider-arrow,
  .slick-cloned,
  .large-slider-counter,
  .form-wrapper,
  .menu-toggle-container{
    display: none !important;
  }
  .main-header-wrapper{
    position: static;
    padding-top: 16pt;
    padding-bottom: 16pt;
  }
  .header-logo-container{
    width: 100%;
    text-align: center;
  }
  .header-logo{
    margin-left: auto;
    margin-right: auto;
  }
  .header-logo-image{
    height: auto !important;
  }
  .hero-wrapper,
  .hero-wrapper.gallery-hero-wrapper{
    padding-top: 32pt;
    padding-bottom: 32pt;
    border-bottom: 1pt solid #000;
    border-top: 1pt solid #000;
  }
  .hero-categories{
    width: 100%;
    text-align: center;
  }
  .hero-category{
    display: inline-block;
    float: none;
  }
  .hero-share-wrapper{
    position: static;
  }
  .block-wrapper{
    padding-top: 32pt;
    padding-bottom: 32pt;
  }
  .slick-list{
    height: auto !important;
    overflow: visible !important;
  }
  .slick-track{
    width: 100% !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .slick-initialized .slick-slide{
    margin-bottom: 16pt;
    height: auto;
    display: inline;
  }
  .slick-initialized .slick-slide img{
    float: none;
    width: 70% !important;
    max-width: 70% !important;
  }
  .gallery-columns,
  .gallery-body{
    width: 100% !important;
  }
}

@media screen and (min-width: 350px){
  .imagesBanner--img-wrapper .item{
    height: 120px;
  }
}

@media screen and (min-width: 900px){
  .imagesBanner--img-wrapper .item{
    height: 170px;
  }
}
