/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for opacity
 * @include opacity(0.5);
*/
/*
 * Mixin for easy media queries
 * @include bp(small) { SCSS here }
*/
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/*
$generalHeading : 2.5;
$mainHeading : 3.5;
$largeHeading: 5.8;
*/
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px !important;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

.fill {
  width: 100%;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.center .item, .right .item {
  display: inline-block;
}

.fluid {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.fluid-map {
  width: 100%;
  padding-top: 75%;
}

.fluid .fluid-element,
.fluid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fluid .fluid-element {
  background-size: cover;
  background-position: center;
}

.vertical-center-block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.vertical-center {
  display: table;
  height: 100%;
  width: 100%;
}

.vertical-center-cell {
  vertical-align: middle;
  display: table-cell;
}

.custom-single-editorial, .custom-single-editorial .custom-frame {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  /* IE10 uses display: flexbox */
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.custom-single-editorial-image, .custom-single-editorial-content {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: ProximaNova-Light;
}

.custom-single-editorial, .custom-single-editorial .custom-frame {
  -webkit-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  vertical-align: bottom;
}

.custom-page-hero {
  /*.page-hero__hero-video {
		position:relative;
	}*/
}

.custom-page-hero img {
  width: 100%;
  max-width: 1322px;
  display: block;
  margin: auto;
}

.custom-page-hero .vjs-poster {
  display: none !important;
}

.custom-page-hero .page-hero__hero-video.playing {
  position: absolute;
  max-width: 1322px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.custom-page-hero .video-block.playing .video-block-region {
  bottom: 0;
}

.custom-page-hero .icon-play-default {
  color: #fff;
  font-size: 90px;
  cursor: pointer;
}

.custom-page-hero .cta-play {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.custom-page-hero .icon-play-default {
  color: #626f76;
}

.custom-page-hero .icon-play-default:hover:before {
  content: "\e907";
}

.custom-page-hero .page-hero__scroll-for-more {
  display: none;
}

.custom-page-hero .page-hero__hero-text {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.custom-page-hero .page-hero__headline-row {
  margin-top: 0;
  margin-bottom: 0;
}

.custom-page-hero .page-hero__subtitle {
  margin-bottom: 0;
}

.custom-page-hero .page-hero__headline-area {
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 0;
}

.custom-page-hero .page-hero__hero-holder {
  height: auto;
}

@media (max-width: 1180px) {
  .custom-page-hero .page-hero__headline-area {
    width: 60%;
    left: 30%;
  }
}

@media (max-width: 1024px) {
  .custom-page-hero .page-hero__hero-text {
    position: relative;
    bottom: auto;
    overflow: visible;
    z-index: 2;
  }
  .custom-page-hero .page-hero__headline-row {
    margin-top: -150px;
    -webkit-transition: margin-top 0.4s ease-out;
    transition: margin-top 0.4s ease-out;
  }
  .playing .custom-page-hero .page-hero__headline-row {
    margin-top: 0px;
  }
  .custom-page-hero .page-hero__headline-area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .custom-page-hero .page-hero__headline-row {
    margin-top: -60px;
  }
  .custom-page-hero .page-hero__headline-area {
    width: 100%;
    left: 0%;
  }
  .custom-page-hero .page-hero__headline-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content-block-image-grid__heading {
  font-size: 21px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.3em;
}

.custom-single-editorial {
  -webkit-transform: translate3d(0, 55px, 0);
          transform: translate3d(0, 55px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s linear 0.1s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 0.6s linear 0.1s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s linear 0.1s;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s linear 0.1s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  max-width: 910px;
  margin: auto;
  margin-bottom: 85px;
}

.custom-single-editorial.padded {
  padding: 0 40px;
}

.custom-single-editorial.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.custom-single-editorial .custom-frame {
  margin: auto;
  max-width: 1322px;
}

.custom-single-editorial.full {
  max-width: none;
  width: 100vw;
  left: 50%;
  position: relative;
  margin-left: -50vw;
}

.custom-single-editorial.full .custom-single-editorial-image {
  width: 75%;
  padding-left: 0;
}

.custom-single-editorial.full .custom-single-editorial-content {
  width: 25%;
  padding-right: 0px;
}

.custom-single-editorial.full.split .custom-single-editorial-image {
  width: 50%;
}

.custom-single-editorial.full.split .custom-single-editorial-content {
  width: 50%;
}

.custom-single-editorial.even-split .custom-single-editorial-image {
  width: 50%;
  padding-left: 0;
}

.custom-single-editorial.flip .custom-single-editorial-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 10px;
  padding-right: 0;
}

.custom-single-editorial.flip .custom-single-editorial-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
  padding-left: 0;
  padding-right: 10px;
}

.custom-single-editorial.flip .custom-single-editorial-block {
  display: inline-block;
}

.custom-single-editorial-image {
  width: 50%;
  padding: 10px 10px;
}

.custom-single-editorial-image img {
  width: 100%;
  display: block;
}

.content-block-intro-text__content a,
.page-hero__subtitle a {
  color: #000;
}

.content-block-intro-text__content a:hover,
.page-hero__subtitle a:hover {
  text-decoration: underline;
}

.custom-single-editorial-content {
  width: 50%;
  padding: 10px 10px;
}

.custom-single-editorial-content .custom-title {
  color: #292929;
  font-size: 21px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.3em;
}

.custom-single-editorial-content .custom-caption {
  width: 200px;
}

.custom-single-editorial-block {
  max-width: 258px;
  text-align: left;
}

.custom-caption {
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  width: 120px;
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
  padding: 10px 0;
}

.custom-image-grid {
  margin-bottom: 45px !important;
  -webkit-transform: translate3d(0, 55px, 0);
          transform: translate3d(0, 55px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s linear 0.1s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 0.6s linear 0.1s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s linear 0.1s;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s linear 0.1s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.custom-image-grid.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.custom-image-grid .col-push-3 {
  left: 21%;
}

.custom-image-grid .col-push-2 {
  left: 14%;
}

.custom-image-grid .content-block-image-grid__content {
  margin-top: 50px;
  margin-left: 50px;
  max-width: 258px;
}

.custom-image-grid.alt .content-block-image-grid__content {
  margin-top: 0px;
  padding-bottom: 60px;
}

@media (max-width: 1280px) {
  .custom-single-editorial.full .custom-single-editorial-image {
    width: 65%;
  }
  .custom-single-editorial.full .custom-single-editorial-content {
    width: 35%;
  }
}

@media (max-width: 920px) {
  .custom-single-editorial.full .custom-single-editorial-image {
    width: 50%;
  }
  .custom-single-editorial.full .custom-single-editorial-content {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .custom-image-grid .content-block-image-grid__content {
    margin-top: 0px !important;
  }
  .content-block-image-grid__col {
    margin-top: 20px;
  }
  .content-block-image-grid__col {
    padding-top: 20px;
  }
  .custom-single-editorial,
  .custom-single-editorial.full,
  .custom-single-editorial.full.split {
    left: 0;
    margin-left: 0;
    width: auto;
  }
  .custom-single-editorial .custom-single-editorial-image,
  .custom-single-editorial.full .custom-single-editorial-image,
  .custom-single-editorial.full.split .custom-single-editorial-image {
    width: 100%;
    padding: 10px 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .custom-single-editorial .custom-single-editorial-content,
  .custom-single-editorial.full .custom-single-editorial-content,
  .custom-single-editorial.full.split .custom-single-editorial-content {
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .custom-single-editorial-block {
    max-width: auto;
  }
  .custom-single-editorial.padded {
    padding: 0 10px;
  }
}

.pullout-product {
  max-width: 218px;
  margin-top: 30px;
  font-size: 12px;
  margin-bottom: -4px;
  line-height: 1.2;
}

.pullout-product a {
  display: block;
  color: #79868c;
  text-decoration: none;
}

.pullout-product img {
  border: solid 3px #f9f9f9;
  border-radius: 5px;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.page-hero__headline-row, .slim-hero__headline-row {
  pointer-events: auto;
}

figcaption {
  font-size: 12px;
}
