@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* Smooth transition */
@import url(../../css/RTE-Styles.css);
html {
  font-size: 10px; }

body {
  font-family: "Gotham Narrow A", "Gotham Narrow B";
  font-style: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.61111111; }

p {
  padding: 20px 0 0;
  margin: 0; }

h1, .h1 {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 9rem;
  line-height: 1.06666667;
  font-weight: normal;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 1679px) {
    h1, .h1 {
      font-size: 7.8rem;
      line-height: 1.14285714; } }
  @media only screen and (max-width: 640px) {
    h1, .h1 {
      font-size: 5rem;
      line-height: 1.1111; } }

h2, .h2 {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 8rem;
  line-height: 1.025;
  font-weight: normal;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 1679px) {
    h2, .h2 {
      font-size: 6rem;
      line-height: 1.06666667; } }
  @media only screen and (max-width: 640px) {
    h2, .h2 {
      font-size: 5rem;
      line-height: 1.06; } }

h3, .h3 {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 7rem;
  line-height: 1.12857143;
  font-weight: normal;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 1679px) {
    h3, .h3 {
      font-size: 5rem;
      line-height: 1.128; } }
  @media only screen and (max-width: 640px) {
    h3, .h3 {
      font-size: 3.6rem;
      line-height: 1.05555556; } }

h4, .h4 {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 1.13636364;
  font-weight: normal;
  font-weight: normal;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 1679px) {
    h4, .h4 {
      font-size: 3.6rem;
      line-height: 1.11111111; } }
  @media only screen and (max-width: 640px) {
    h4, .h4 {
      font-size: 3.2rem;
      line-height: 1.1875; } }

h5, .h5 {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.1875;
  padding: 0;
  margin: 0; }

h6, .h7 {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.21428571;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 640px) {
    h6, .h7 {
      font-size: 2.4rem;
      line-height: 1.29166667; } }

.layout {
  position: relative; }

.hidden {
  display: none !important; }

@media only screen and (min-width: 1141px) {
  .hidden-desktop {
    display: none; } }

@media only screen and (max-width: 640px) {
  .hidden-mobile {
    display: none; } }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearboth {
  clear: both; }

.float-l {
  float: left; }

.float-r {
  float: right; }

.res-img {
  width: 100%;
  max-width: 100%;
  display: block; }

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .video-container img {
    max-width: 100%;
    height: 100%; }

.video-container video, .video-container iframe {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.whiteTxt {
  color: #fff; }

.gradient-grey {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#101820+0,ffffff+100&0.1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 24, 32, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(16, 24, 32, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a101820', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */ }

.gradient-grey-horiz {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#101820+0,bbaea3+100&0.1+0,0+0,0.2+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(16, 24, 32, 0)), to(rgba(187, 174, 163, 0.2)));
  background: linear-gradient(to right, rgba(16, 24, 32, 0) 0%, rgba(187, 174, 163, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00101820', endColorstr='#33bbaea3',GradientType=1 );
  /* IE6-9 */ }

.flex, header, .nav-container, .mainNav, .mainNav ul, .carousel__flexContainer, .carouselAccordion, .carouselAccordion__toggleContainer, .carousel-m, .carousel-m__slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.pt-lg {
  padding-top: 100px; }

.hamburger {
  border-radius: 0;
  -ms-flex-item-align: center;
      align-self: center;
  border: 1px solid #fff;
  width: 40px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  margin: 0;
  overflow: visible; }
  .hamburger:focus {
    outline: 0; }

.hamburger-box {
  width: 25px;
  height: 15px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 1px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

.is-active {
  border-color: #5C1E18; }
  .is-active .hamburger-inner, .is-active .hamburger-inner::before, .is-active .hamburger-inner::after {
    background-color: #5C1E18; }

.scroll .hamburger, .journal .hamburger, .product .hamburger, .search-results .hamburger {
  border-color: #5C1E18; }

.scroll .seach-active .hamburger, .journal .seach-active .hamburger, .product .seach-active .hamburger, .search-results .seach-active .hamburger {
  border-color: #fff; }

.scroll .seach-active .hamburger-inner, .scroll .seach-active .hamburger-inner::before, .scroll .seach-active .hamburger-inner::after, .journal .seach-active .hamburger-inner, .journal .seach-active .hamburger-inner::before, .journal .seach-active .hamburger-inner::after, .product .seach-active .hamburger-inner, .product .seach-active .hamburger-inner::before, .product .seach-active .hamburger-inner::after, .search-results .seach-active .hamburger-inner, .search-results .seach-active .hamburger-inner::before, .search-results .seach-active .hamburger-inner::after {
  background-color: #fff; }

.scroll .hamburger-inner, .scroll .hamburger-inner::before, .scroll .hamburger-inner::after, .journal .hamburger-inner, .journal .hamburger-inner::before, .journal .hamburger-inner::after, .product .hamburger-inner, .product .hamburger-inner::before, .product .hamburger-inner::after, .search-results .hamburger-inner, .search-results .hamburger-inner::before, .search-results .hamburger-inner::after {
  background-color: #5C1E18; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -14px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Slider */
/* Icons */
@font-face {}/* Arrows */
.slick-prev,
.slick-next {
  z-index: 8000;
  position: absolute;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 20px;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .slick-prev.scroll,
  .slick-next.scroll {
    bottom: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background-color: white;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  right: 82px; }
  [dir="rtl"] .slick-prev {
    left: auto; }
  .slick-prev:before {
    content: url(../img/arrow_left.svg); }
    [dir="rtl"] .slick-prev:before {
      content: url(../img/arrow-right.svg); }

[dir="rtl"] .slick-next {
  right: auto; }

.slick-next:before {
  content: url(../img/arrow_right.svg); }
  [dir="rtl"] .slick-next:before {
    content: url(../img/arrow_right.svg); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  bottom: 100px;
  left: 240px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .slick-dots {
      left: 120px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 2px solid #fff;
      border-radius: 100%;
      background: transparent;
      display: block;
      height: 15px;
      width: 15px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 10px;
        height: 10px;
        font-family: "slick";
        font-size: 1px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }
    .slick-dots li.slick-active button {
      background-color: #fff; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  width: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 640px) {
    .container {
      border-left: none;
      border-right: none; } }
  .container--header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .container.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .container.between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .container.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .container.top {
    padding-top: 101px; }
  .container.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .container.between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .container section {
      padding: 0 10px; } }

section.hero, section.no-pad {
  padding: 0; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .grid label {
    color: #b3b2b2;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.21428571;
    font-weight: 300; }
  .grid li, .grid ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .grid--mt {
    margin-top: 58px; }
  .grid--grad:before {
    top: 0;
    left: 0;
    content: " ";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 9;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d3a1e+0,000000+100&0.4+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(93, 58, 30, 0.4)), to(transparent));
    background: linear-gradient(to right, rgba(93, 58, 30, 0.4) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#665d3a1e', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
  .grid--mobilePad {
    padding: 0 60px; }
    @media only screen and (max-width: 640px) {
      .grid--mobilePad {
        padding: 0 20px; } }
  .grid--txt {
    color: #727070;
    text-align: left; }
    .grid--txt h2 {
      font-family: brandon-grotesque, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 2.8rem;
      line-height: 1.21428571;
      color: #5C1E18; }
      @media only screen and (max-width: 640px) {
        .grid--txt h2 {
          font-size: 2.4rem;
          line-height: 1.29166667; } }
    .grid--txt ul {
      position: relative;
      padding: 60px 0 0 40px;
      margin: 0;
      list-style: none;
      color: #727070; }
    .grid--txt li {
      position: relative;
      padding-bottom: 10px; }
      .grid--txt li:before {
        content: " ";
        position: absolute;
        display: block;
        width: 27px;
        height: 1px;
        background-color: #b3b2b2;
        bottom: 60%;
        left: -40px; }
  .grid--txtLeft {
    text-align: left; }
  .grid--full {
    width: 100%;
    height: 100vh; }
  .grid--inView {
    height: calc(100vh - 142px); }
    @media only screen and (max-height: 769px) and (max-width: 1866px) {
      .grid--inView {
        padding: 40px 0;
        height: auto; } }
    @media only screen and (max-width: 640px) {
      .grid--inView {
        height: auto;
        padding: 40px 10px; } }
  .grid--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .grid--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .grid--centerJustify {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .grid--spaceBetween {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .grid--centerAlign {
    -ms-flex-item-align: center;
        align-self: center; }
  .grid--container {
    -ms-flex-preferred-size: 1225px;
        flex-basis: 1225px; }
  .grid--containerSmall {
    -ms-flex-preferred-size: 955px;
        flex-basis: 955px; }
  .grid--containerExtraSmall {
    -ms-flex-preferred-size: 700px;
        flex-basis: 700px; }
    @media only screen and (max-width: 640px) {
      .grid--containerExtraSmall {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .grid--centerAlign {
    -ms-flex-item-align: center;
        align-self: center; }
  .grid--100 {
    width: 100%; }
  .grid--50 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    @media only screen and (max-width: 1224px) {
      .grid--50 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .grid--40 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; }
    @media only screen and (max-width: 640px) {
      .grid--40 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; } }
  .grid--searchResults {
    margin-top: 280px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .grid--searchResults {
        margin-top: 160px; } }
  .grid--searchInput {
    width: 80%;
    padding-right: 20px; }
    @media only screen and (max-width: 768px) {
      .grid--searchInput {
        padding-right: 0;
        width: 100%; } }
  .grid--searchBtn {
    width: 20%; }
    @media only screen and (max-width: 768px) {
      .grid--searchBtn {
        width: 100%;
        margin-top: 40px; } }
    @media only screen and (max-width: 640px) {
      .grid--searchBtn {
        margin-bottom: 40px; } }
  .grid--half {
    -ms-flex-preferred-size: 49.5%;
        flex-basis: 49.5%; }
    @media only screen and (max-width: 768px) {
      .grid--half {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .grid--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .grid--indexTop {
    z-index: 999999; }
  .grid--contact {
    margin-top: 100px;
    padding-top: 100px; }
    .grid--contact h6 {
      color: #5C1E18;
      font-weight: 400; }
    .grid--contact p {
      color: #727070; }
  @media only screen and (max-width: 640px) {
    .grid--divider {
      padding-bottom: 40px !important; } }
  .grid--divider:before {
    content: " ";
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    background-color: #727070;
    top: 0;
    right: -25%; }
    @media only screen and (max-width: 640px) {
      .grid--divider:before {
        display: none; } }
  .grid .btn--pt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 60px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media only screen and (max-width: 1140px) {
    .grid--col-mobile {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

/* BASE STYLES */
#ageOuterModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 9999999999999999999;
  background-image: url("../img/fett-ageGate.jpg");
  background-size: cover;
  border: 20px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ageOuterModal:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d3a1e+0,000000+100&0.4+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(93, 58, 30, 0.4)), to(transparent));
    background: linear-gradient(to right, rgba(93, 58, 30, 0.4) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#665d3a1e', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }

#ageRowModal {
  -ms-flex-preferred-size: 1225px;
      flex-basis: 1225px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: center;
      align-self: center; }

#ageInnerModal {
  width: 35%; }
  @media only screen and (max-width: 1224px) {
    #ageInnerModal {
      width: 50%;
      padding: 0 40px; } }
  @media only screen and (max-width: 768px) {
    #ageInnerModal {
      width: 100%;
      padding: 0 40px; } }
  @media only screen and (max-width: 640px) {
    #ageInnerModal {
      width: 100%;
      padding: 0 20px; } }
  @media only screen and (max-width: 321px) {
    #ageInnerModal {
      margin-bottom: 20px; } }
  #ageInnerModal h1 {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 7rem;
    line-height: 1.12857143;
    font-weight: normal; }
    @media only screen and (max-width: 1679px) {
      #ageInnerModal h1 {
        font-size: 5rem;
        line-height: 1.128; } }
    @media only screen and (max-width: 640px) {
      #ageInnerModal h1 {
        font-size: 3.6rem;
        line-height: 1.05555556; } }
    @media only screen and (max-width: 640px) {
      #ageInnerModal h1 {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 321px) {
      #ageInnerModal h1 {
        font-size: 1em; } }
  #ageInnerModal label {
    width: 100%; }

@media only screen and (max-width: 640px) {
  #ageSubTitle {
    display: none; } }

/* CUSTOMISATION */
#ageOuterModal:after {
  background: rgba(255, 255, 255, 0.4); }

#ageInnerModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  font-weight: 300; }
  #ageInnerModal p {
    font-family: "Gotham Narrow A", "Gotham Narrow B"; }
  #ageInnerModal img {
    padding-bottom: 1em; }
  #ageInnerModal button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
    font-size: 16px; }
  #ageInnerModal label {
    margin-bottom: 10px;
    display: block;
    font-size: 14px; }

#ageGateMessage {
  min-height: 24px; }
  @media only screen and (max-width: 640px) {
    #ageGateMessage {
      min-height: 44px; } }

#ageSubTitle {
  background: url(../img/nav_border.svg) repeat-x center bottom;
  margin-bottom: 1.8em;
  font-family: georgia, serif; }

/* form elememt styles */
#ageSelectContainer {
  display: inline-block;
  width: 100%;
  padding: 0;
  vertical-align: top;
  text-align: left;
  margin-top: 20px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    #ageSelectContainer {
      width: 100%;
      padding: 0; } }
  @media only screen and (max-width: 640px) {
    #ageSelectContainer {
      margin-top: 0; } }
  #ageSelectContainer input {
    width: 100%;
    height: 48px;
    border: 3px solid #fff;
    font-size: 16px;
    padding: 16px;
    font-family: "Gotham Narrow A", "Gotham Narrow B"; }

#termsContainer {
  position: absolute;
  bottom: 20px;
  right: 40px; }

#termsLink, #privacyLink, #enjoyText {
  font-size: 1.4rem;
  line-height: 1.65;
  letter-spacing: 1.3px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Gotham Narrow A", "Gotham Narrow B";
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px; }

#enjoyText {
  font-weight: 300;
  text-transform: none; }
  @media only screen and (max-width: 640px) {
    #enjoyText {
      font-size: 1.2rem;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 321px) {
    #enjoyText {
      padding-bottom: 0; } }

#countrySelectContainer {
  text-align: left;
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
  position: relative; }
  @media only screen and (max-width: 768px) {
    #countrySelectContainer {
      width: 100%;
      margin-bottom: 1em;
      padding: 0; } }

#countrySelectContainerInner,
#ageSelectContainerInner {
  vertical-align: top;
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid #fff;
  text-shadow: none; }
  #countrySelectContainerInner:before,
  #ageSelectContainerInner:before {
    content: " ";
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    background-image: url(../img/arrow-down-white.svg);
    top: calc(50% - 20px);
    right: 10px;
    z-index: 99999; }
  #countrySelectContainerInner select,
  #ageSelectContainerInner select {
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    line-height: 1em;
    letter-spacing: .1em;
    padding: 16px;
    width: 108%;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 160%\9;
    font-size: 16px; }
    #countrySelectContainerInner select:focus,
    #ageSelectContainerInner select:focus {
      outline: none; }

.icon--down:before {
  content: ''; }

#agetermsContainer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media only screen and (max-width: 640px) {
    #agetermsContainer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      width: 100%;
      right: 0; } }

header {
  position: fixed;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  z-index: 99999999999; }
  @media only screen and (max-width: 640px) {
    header {
      border-left: none;
      border-right: none; } }
  header.white-header {
    background: #fff; }
  header.scroll:before {
    height: 0; }
  header:before, header:after {
    display: block;
    content: " ";
    position: absolute;
    display: block;
    position: fixed;
    left: 0;
    height: 20px;
    width: 100%;
    background-color: #fff;
    z-index: 9999; }
    @media only screen and (max-width: 640px) {
      header:before, header:after {
        display: none; } }
  header:before {
    top: 0; }
  header:after {
    bottom: 0; }
  header.scroll {
    background: white;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }

.logo {
  padding: 0;
  margin: 20px 0 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 307px;
  background-image: url("../img/logo-desktop.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  @media only screen and (max-width: 1140px) {
    .logo {
      background-image: url("../img/logo-white-tablet.png");
      height: 64px;
      width: 241px; } }
  @media only screen and (max-width: 640px) {
    .logo {
      margin: 0;
      width: 150px;
      background-size: 80%;
      margin-left: 10px; } }
  .logo a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 307px;
    height: 82px;
    overflow: hidden;
    text-indent: -4000px; }
    @media only screen and (max-width: 1140px) {
      .logo a {
        height: 64px;
        width: 241px; } }
    @media only screen and (max-width: 640px) {
      .logo a {
        width: 150px; } }

.nav-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 0 0 0;
  -ms-flex-preferred-size: calc(100% - 307px);
      flex-basis: calc(100% - 307px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media only screen and (max-width: 640px) {
    .nav-container {
      margin-top: 0; } }

.mainNav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  @media only screen and (max-width: 1400px) {
    .mainNav {
      -ms-flex-preferred-size: calc(100% - 80px);
          flex-basis: calc(100% - 80px); } }
  @media only screen and (max-height: 769px) and (max-width: 1866px) {
    .mainNav {
      -ms-flex-preferred-size: calc(80% - 100px);
          flex-basis: calc(80% - 100px); } }
  @media only screen and (max-width: 1140px) {
    .mainNav {
      border-top: 1px solid #b3b2b2;
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: absolute;
      background: #fff;
      width: 100%;
      height: calc(100vh - 68px);
      left: 0;
      text-align: left;
      -ms-flex-item-align: start;
          align-self: flex-start; }
      .mainNav.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; } }
  .mainNav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 0;
    margin: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media only screen and (max-width: 1140px) {
      .mainNav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        height: calc(100vh - 68px);
        padding: 40px 0; } }
    @media only screen and (max-width: 640px) {
      .mainNav ul {
        padding: 20px 0 80px; } }
  .mainNav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    position: relative; }
    .mainNav li a {
      position: relative;
      font-size: 1.4rem;
      line-height: 1.65;
      letter-spacing: 1.3px;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none; }
      @media only screen and (min-width: 1141px) {
        .mainNav li a {
          font-weight: 500; } }
      @media only screen and (max-width: 1140px) {
        .mainNav li a {
          color: #b3b2b2;
          margin-left: 45px;
          font-family: brandon-grotesque, sans-serif;
          text-transform: none;
          font-weight: 300px;
          font-size: 2.8rem; }
          .mainNav li a.current {
            color: #5C1E18; } }
      .mainNav li a.current:before {
        content: " ";
        position: absolute;
        display: block; }
        @media only screen and (min-width: 1141px) {
          .mainNav li a.current:before {
            height: 1px;
            width: 100%;
            background-color: #fff;
            bottom: -4px;
            left: 0; } }
        @media only screen and (max-width: 1140px) {
          .mainNav li a.current:before {
            height: 1px;
            width: calc(100% - 60px);
            background-color: #5C1E18;
            bottom: 50%;
            right: 100%;
            margin-right: 10px; } }

.header-ui {
  z-index: 9999;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  position: relative; }
  @media only screen and (min-width: 1141px) {
    .header-ui {
      margin-left: 10px; } }
  .header-ui li {
    color: #fff; }
  .header-ui .icon {
    width: 30px;
    height: 30px;
    -ms-flex-item-align: center;
        align-self: center;
    fill: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    @media only screen and (max-width: 1140px) {
      .header-ui .icon {
        fill: #fff; } }
    .header-ui .icon:hover {
      cursor: pointer; }
  .header-ui .icon-close {
    fill: #fff;
    width: 20px;
    height: 20px;
    display: none; }
  .header-ui__search {
    display: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-animation: fade-in 0.5s ease-in-out;
            animation: fade-in 0.5s ease-in-out; }
    .header-ui__search.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: rgba(92, 30, 24, 0.9);
      z-index: 999;
      height: 100vh;
      width: 100vw;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: fade-in 0.3s ease-in-out;
              animation: fade-in 0.3s ease-in-out; }
      @media only screen and (min-width: 1141px) {
        .header-ui__search.active {
          width: calc(100vw - 40px); } }
    .header-ui__search ul {
      list-style: none;
      z-index: 99999999;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header-ui__search li {
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #fff;
      position: relative;
      width: 50%; }
      @media only screen and (max-width: 640px) {
        .header-ui__search li {
          width: 90%; } }
      .header-ui__search li button {
        position: absolute;
        top: 0;
        right: 0; }
        .header-ui__search li button:focus, .header-ui__search li button:active {
          outline: none; }
      .header-ui__search li .icon {
        fill: #fff;
        width: 40px;
        height: 40px; }
    .header-ui__search input[type="text"] {
      border: none;
      outline: none;
      background: transparent;
      padding: 10px 0 10px 10px;
      color: #fff;
      width: calc(100% - 85px); }
      .header-ui__search input[type="text"].placeholder {
        color: #fff;
        font-family: brandon-grotesque, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 3.2rem;
        line-height: 2.5rem; }
      .header-ui__search input[type="text"]:-moz-placeholder {
        color: #fff;
        font-family: brandon-grotesque, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 3.2rem;
        line-height: 2.5rem; }
      .header-ui__search input[type="text"]::-webkit-input-placeholder {
        color: #fff;
        font-family: brandon-grotesque, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 3.2rem;
        line-height: 2.5rem; }
    .header-ui__search input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 60px #5C1E18 inset;
      -webkit-text-fill-color: white !important; }

.ui--one {
  width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 1140px) {
    .ui--one {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (max-width: 640px) {
    .ui--one {
      width: 60px; } }
  @media only screen and (min-width: 1141px) {
    .ui--one.active {
      background-color: #fff; } }
  @media only screen and (min-width: 1141px) {
    .ui--one.active .icon {
      fill: #5C1E18; } }
  .ui--one.active .icon-close {
    display: block; }
  .ui--one.active .icon-search {
    display: none; }

.ui--two {
  width: 60px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 1140px) {
    .ui--two {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  @media only screen and (max-width: 640px) {
    .ui--two {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.scroll .icon, .product .icon, .journal .icon, .search-results .icon {
  fill: #5C1E18;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

@media only screen and (max-width: 1140px) {
  .scroll .active .icon, .product .active .icon, .journal .active .icon, .search-results .active .icon {
    fill: #fff; } }

@media only screen and (min-width: 1141px) {
  .scroll .mainNav li a, .product .mainNav li a, .journal .mainNav li a, .search-results .mainNav li a {
    color: #5C1E18; } }

.scroll .mainNav li a.current:before, .product .mainNav li a.current:before, .journal .mainNav li a.current:before, .search-results .mainNav li a.current:before {
  background-color: #5C1E18; }

.scroll .logo, .product .logo, .journal .logo, .search-results .logo {
  background-image: url("../img/logo-desktop-dark.png"); }
  @media only screen and (max-width: 1140px) {
    .scroll .logo, .product .logo, .journal .logo, .search-results .logo {
      background-image: url("../img/logo-dark-tablet.png"); } }

.scroll .logo {
  margin-top: 0; }

.scroll .nav-container {
  margin-top: 0; }

.white-header .logo, .journal .logo {
  background-image: url("../img/logo-dark-tablet.png"); }

.white-header .icon, .journal .icon {
  fill: #5C1E18;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  /* show a hand cursor on hover; some argue that we
  should keep the default arrow cursor for buttons */
  cursor: pointer; }

.btn.primary, .btn-green {
  background: #279A8C;
  color: #fff;
  border-radius: 1px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  outline: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 1.6rem;
  letter-spacing: 1.3px;
  font-weight: 500; }
  .btn.primary:hover, .btn-green:hover {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    background: #1f796e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
  .btn.primary:active, .btn-green:active {
    background: #185d55; }
  .btn.primary:focus, .btn-green:focus {
    outline: 0; }
  .btn.primary:before, .btn-green:before {
    content: " ";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    right: -4px;
    top: 4px;
    background-color: #279A8C;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
  .btn.primary:after, .btn-green:after {
    content: " ";
    position: absolute;
    display: block;
    width: calc(100% + 3px);
    height: 1px;
    right: -4px;
    bottom: -4px;
    background-color: #279A8C;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
  .btn.primary:hover:before, .btn-green:hover:before {
    height: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .btn.primary:hover:after, .btn-green:hover:after {
    width: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }

.btn-white {
  background: #fff;
  color: #5C1E18;
  border-radius: 1px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  outline: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 1.6rem;
  letter-spacing: 1.3px;
  font-weight: 500;
  border-color: #5C1E18; }
  .btn-white:hover {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    background: #ebebeb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
  .btn-white:active {
    background: #d9d9d9; }
  .btn-white:focus {
    outline: 0; }
  .btn-white:before {
    content: " ";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    right: -4px;
    top: 4px;
    background-color: #5C1E18;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
  .btn-white:after {
    content: " ";
    position: absolute;
    display: block;
    width: calc(100% + 3px);
    height: 1px;
    right: -4px;
    bottom: -4px;
    background-color: #5C1E18;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
  .btn-white:hover:before {
    height: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .btn-white:hover:after {
    width: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }

.btn-white-border-white {
  background: #fff;
  color: #5C1E18;
  border-radius: 1px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  outline: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 1.6rem;
  letter-spacing: 1.3px;
  font-weight: 500;
  border-color: #fff; }
  .btn-white-border-white:hover {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    background: #ebebeb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
  .btn-white-border-white:active {
    background: #d9d9d9; }
  .btn-white-border-white:focus {
    outline: 0; }
  .btn-white-border-white:before {
    content: " ";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    right: -4px;
    top: 4px;
    background-color: #fff;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
  .btn-white-border-white:after {
    content: " ";
    position: absolute;
    display: block;
    width: calc(100% + 3px);
    height: 1px;
    right: -4px;
    bottom: -4px;
    background-color: #fff;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
  .btn-white-border-white:hover:before {
    height: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .btn-white-border-white:hover:after {
    width: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }

.btn-transparent {
  background: rgba(92, 30, 24, 0.5);
  color: #fff;
  border-radius: 1px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  outline: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 1.6rem;
  letter-spacing: 1.3px;
  font-weight: 500; }
  .btn-transparent:hover {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    background: rgba(60, 19, 16, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
  .btn-transparent:active {
    background: rgba(31, 10, 8, 0.5); }
  .btn-transparent:focus {
    outline: 0; }
  .btn-transparent:before {
    content: " ";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    right: -4px;
    top: 4px;
    background-color: #fff;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
  .btn-transparent:after {
    content: " ";
    position: absolute;
    display: block;
    width: calc(100% + 3px);
    height: 1px;
    right: -4px;
    bottom: -4px;
    background-color: #fff;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
  .btn-transparent:hover:before {
    height: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .btn-transparent:hover:after {
    width: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }

.btn + .btn {
  margin-left: 20px; }
  @media only screen and (max-width: 440px) {
    .btn + .btn {
      margin-top: 20px;
      margin-left: 0; } }

.hero {
  height: 100vh; }
  @media only screen and (max-width: 1140px) {
    .hero {
      height: calc(100vh - 60px); } }
  @media only screen and (max-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .hero {
      height: calc(100vh - 120px); } }

.carousel {
  position: relative;
  width: 100%; }
  .carousel .btn {
    background: transparent;
    color: #fff;
    border-radius: 1px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    outline: 1px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-size: 1.6rem;
    letter-spacing: 1.3px;
    font-weight: 500;
    margin-top: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .carousel .btn:hover {
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      background: transparent;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer; }
    .carousel .btn:active {
      background: transparent; }
    .carousel .btn:focus {
      outline: 0; }
    .carousel .btn:before {
      content: " ";
      position: absolute;
      display: block;
      width: 1px;
      height: 100%;
      right: -4px;
      top: 4px;
      background-color: #fff;
      -webkit-transition: height 0.3s;
      transition: height 0.3s;
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
    .carousel .btn:after {
      content: " ";
      position: absolute;
      display: block;
      width: calc(100% + 3px);
      height: 1px;
      right: -4px;
      bottom: -4px;
      background-color: #fff;
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
    .carousel .btn:hover:before {
      height: 0;
      -webkit-transition: height 0.3s;
      transition: height 0.3s;
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .carousel .btn:hover:after {
      width: 0;
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
    .carousel .btn:hover {
      background: #5C1E18; }
  .carousel__cont {
    position: relative; }
    .carousel__cont .slick-prev, .carousel__cont .slick-next {
      bottom: 20px; }
      @media only screen and (max-width: 1140px) {
        .carousel__cont .slick-prev, .carousel__cont .slick-next {
          bottom: 0; } }
      .carousel__cont .slick-prev.scroll, .carousel__cont .slick-next.scroll {
        bottom: 0; }
    .carousel__cont .slick-prev {
      right: 81px; }
    @media only screen and (max-width: 1140px) {
      .carousel__cont .slick-dots {
        left: 20px;
        bottom: 30px; } }
    .carousel__cont--variation {
      font-family: brandon-grotesque, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 9rem;
      line-height: 1.06666667;
      font-weight: normal;
      color: #5C1E18;
      text-align: center;
      padding-top: 80px; }
      @media only screen and (max-width: 1679px) {
        .carousel__cont--variation {
          font-size: 7.8rem;
          line-height: 1.14285714; } }
      @media only screen and (max-width: 640px) {
        .carousel__cont--variation {
          font-size: 5rem;
          line-height: 1.1111; } }
      @media only screen and (max-width: 640px) {
        .carousel__cont--variation {
          text-align: left; } }
      .carousel__cont--variation .slick-prev, .carousel__cont--variation .slick-next {
        bottom: 0; }
      @media only screen and (max-width: 640px) {
        .carousel__cont--variation h2 {
          padding-left: 30px; } }
      .carousel__cont--variation.emptyh2 {
        padding-top: 0; }
  .carousel__slide {
    height: 100vh;
    width: 100vw;
    position: relative;
    background-position: center;
    background-size: cover; }
    @media only screen and (max-width: 768px) {
      .carousel__slide {
        height: calc(100vh - 60px); } }
    @media only screen and (max-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
      .carousel__slide {
        height: calc(100vh - 120px); } }
    .carousel__slide:before {
      content: " ";
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      z-index: 9;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5c1e18+0,5c1e18+0,5c1e18+100&1+0,0.5+0,0+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 30, 24, 0.5)), to(rgba(92, 30, 24, 0)));
      background: linear-gradient(to bottom, rgba(92, 30, 24, 0.5) 0%, rgba(92, 30, 24, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#805c1e18', endColorstr='#005c1e18',GradientType=0 );
      /* IE6-9 */ }
  .carousel__inner {
    position: relative;
    height: 100vh;
    width: 100%;
    z-index: 99; }
    @media only screen and (max-width: 768px) {
      .carousel__inner {
        height: calc(100vh - 60px); } }
    @media only screen and (max-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
      .carousel__inner {
        height: calc(100vh - 120px); } }
  .carousel__flexContainer {
    -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;
    height: 100vh;
    width: 50%;
    margin-left: 240px; }
    @media only screen and (max-width: 768px) {
      .carousel__flexContainer {
        height: calc(100vh - 60px); } }
    @media only screen and (max-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
      .carousel__flexContainer {
        height: calc(100vh - 120px); } }
    @media only screen and (max-height: 769px) and (max-width: 1866px) {
      .carousel__flexContainer {
        width: 60%; } }
    @media only screen and (max-width: 1140px) {
      .carousel__flexContainer {
        width: 80%;
        margin-left: 20px; } }
    @media only screen and (max-width: 768px) {
      .carousel__flexContainer {
        margin-left: 140px;
        width: 70%; } }
    @media only screen and (max-width: 640px) {
      .carousel__flexContainer {
        margin-left: 20px;
        width: 90%; } }
    .carousel__flexContainer h1 {
      color: #fff; }
      @media only screen and (max-width: 321px) {
        .carousel__flexContainer h1 {
          font-size: 3rem; } }

.carousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease; }

.carousel.slick-initialized {
  visibility: visible;
  opacity: 1; }

.carouselAccordion {
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #fff;
  width: 380px;
  z-index: 9999;
  padding: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 267px;
      flex-basis: 267px; }
  @media only screen and (max-width: 1679px) {
    .carouselAccordion {
      top: 0; } }
  @media only screen and (max-width: 768px) {
    .carouselAccordion {
      top: 0; } }
  @media only screen and (max-width: 640px) {
    .carouselAccordion {
      left: 0;
      width: 320px;
      height: auto; } }
  .carouselAccordion:focus {
    outline: none;
    border: none; }
  .carouselAccordion__content {
    display: none; }
  .carouselAccordion__toggleContainer {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px; }
    @media only screen and (max-width: 640px) {
      .carouselAccordion__toggleContainer {
        padding-top: 30px; } }
  .carouselAccordion__toggle {
    font-size: 1.4rem;
    line-height: 1.65;
    letter-spacing: 1.3px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    color: #5C1E18;
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: relative; }
    .carouselAccordion__toggle:hover {
      cursor: pointer;
      color: #279A8C; }
      .carouselAccordion__toggle:hover:before {
        width: 300px;
        background-color: #279A8C;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
    .carouselAccordion__toggle:before {
      content: " ";
      position: absolute;
      display: block;
      height: 1px;
      width: 90px;
      background-color: #5C1E18;
      bottom: 50%;
      right: 100%;
      margin-right: 10px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
  .carouselAccordion__less {
    display: none; }
  .carouselAccordion h3 {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.1875;
    color: #5C1E18;
    text-align: left;
    font-weight: 300; }
    @media only screen and (max-width: 640px) {
      .carouselAccordion h3 {
        font-size: 2.2rem; } }
  .carouselAccordion p {
    font-size: 2rem;
    color: #b3b2b2;
    text-align: left;
    font-weight: 300;
    line-height: 2.5rem; }

.carousel-m {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 80px 0 0;
  padding: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .carousel-m #slick-break {
    display: none; }
  .carousel-m__gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#101820+0,ffffff+100&0.1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 24, 32, 0.1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(16, 24, 32, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a101820', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
    .carousel-m__gradient h3 {
      font-family: brandon-grotesque, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 2.8rem;
      line-height: 1.21428571;
      text-align: center;
      color: #b3b2b2;
      padding-top: 80px; }
      @media only screen and (max-width: 640px) {
        .carousel-m__gradient h3 {
          font-size: 2.4rem;
          line-height: 1.29166667; } }
    .carousel-m__gradient--mt {
      margin-top: 80px; }
  @media only screen and (max-width: 640px) {
    .carousel-m {
      margin: 20px 0 0; } }
  .carousel-m ul {
    width: 100%; }
  .carousel-m__slide {
    border-left: 1px solid #e9e8e9; }
    @media only screen and (max-width: 1140px) {
      .carousel-m__slide {
        border-left: 0; } }
    @media only screen and (min-width: 1141px) {
      .carousel-m__slide:nth-of-type(1) {
        border-left: 0; } }
    .carousel-m__slide a {
      text-decoration: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 100%;
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      overflow: hidden; }
      .carousel-m__slide a:hover .carousel-m__discover span {
        color: #279A8C;
        -webkit-transition: all 1.5s;
        transition: all 1.5s; }
        .carousel-m__slide a:hover .carousel-m__discover span:before {
          background-color: #279A8C;
          -webkit-transition: all 1.5s;
          transition: all 1.5s;
          width: 400px; }
          @media only screen and (max-width: 768px) {
            .carousel-m__slide a:hover .carousel-m__discover span:before {
              width: 150px; } }
  .carousel-m__half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative; }
    .carousel-m__half--bottle {
      width: 60%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media only screen and (max-width: 768px) {
        .carousel-m__half--bottle {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          width: 75%;
          padding-right: 20px; } }
      .carousel-m__half--bottle img {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
      @media only screen and (max-width: 440px) {
        .carousel-m__half--bottle {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .carousel-m__half--number {
      position: relative;
      width: calc(40% - 40px);
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-size: 8rem;
      color: #5C1E18;
      font-weight: 400;
      line-height: 1;
      font-family: brandon-grotesque, sans-serif; }
      @media only screen and (max-width: 768px) {
        .carousel-m__half--number {
          font-size: 6.4rem;
          width: calc(25% - 40px); } }
      @media only screen and (max-width: 440px) {
        .carousel-m__half--number {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      @media only screen and (max-width: 640px) {
        .carousel-m__half--number span {
          font-size: 4.4rem; } }
      @media only screen and (max-width: 440px) {
        .carousel-m__half--number span {
          -ms-flex-item-align: end;
              align-self: flex-end;
          position: absolute;
          bottom: -49px;
          left: 41px; } }
  .carousel-m__discover {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    overflow: hidden;
    padding-top: 20px; }
    @media only screen and (min-width: 641px) {
      .carousel-m__discover:before {
        content: " ";
        position: absolute;
        display: block;
        left: 0;
        bottom: 0;
        height: 50px;
        width: 50px;
        background-color: #fff;
        z-index: 999; } }
    .carousel-m__discover span {
      font-size: 1.4rem;
      line-height: 1.65;
      letter-spacing: 1.3px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Gotham Narrow A", "Gotham Narrow B";
      color: #5C1E18;
      padding-right: 40px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      position: relative; }
      .carousel-m__discover span:before {
        content: " ";
        position: absolute;
        display: block;
        height: 1px;
        width: 80px;
        background-color: #5C1E18;
        bottom: 50%;
        right: 100%;
        margin-right: 10px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
    @media only screen and (max-width: 640px) {
      .carousel-m__discover {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
  .carousel-m .slick-prev, .carousel-m .slick-next {
    z-index: 8000;
    position: absolute;
    display: block;
    height: 80px;
    width: 80px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: white;
    bottom: calc(50% - 40px);
    right: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    @media only screen and (max-width: 640px) {
      .carousel-m .slick-prev, .carousel-m .slick-next {
        height: 50px;
        width: 50px; } }
  .carousel-m .slick-prev {
    left: -20px; }
    @media only screen and (max-width: 640px) {
      .carousel-m .slick-prev {
        left: 0; } }

.carousel-row {
  padding: 80px 0; }
  .carousel-row .col-quarter.m-full h1 {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 1.13636364;
    font-weight: normal;
    font-weight: normal;
    color: #5C1E18;
    padding: 0;
    text-align: center; }
    @media only screen and (max-width: 1679px) {
      .carousel-row .col-quarter.m-full h1 {
        font-size: 3.6rem;
        line-height: 1.11111111; } }
    @media only screen and (max-width: 640px) {
      .carousel-row .col-quarter.m-full h1 {
        font-size: 3.2rem;
        line-height: 1.1875; } }
  @media only screen and (min-width: 1141px) {
    .carousel-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
      .carousel-row .col-quarter {
        width: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .carousel-row .col-quarter.m-full h1 {
          padding: 80px 0 0 80px;
          text-align: left; }
      .carousel-row .col-3-quarter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 75%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }

.discover__hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 90%;
  overflow: hidden; }
  @media only screen and (max-width: 640px) {
    .discover__hover {
      width: 70%; } }

@media only screen and (max-width: 440px) {
  .carousel {
    margin-top: 0; } }

.carousel--numbers {
  margin-top: 100px;
  height: calc(100vh - 140px); }
  @media only screen and (max-width: 640px) {
    .carousel--numbers {
      margin-top: 0; } }
  @media only screen and (max-width: 440px) {
    .carousel--numbers {
      margin-top: 0; } }
  .carousel--numbers .carousel-pagination {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff; }
  .carousel--numbers .slide-counter {
    position: relative; }
    .carousel--numbers .slide-counter:before {
      content: " ";
      position: absolute;
      display: block;
      width: 100%;
      background-color: #fff;
      height: 2px;
      bottom: 0;
      left: 0; }
    @media only screen and (max-width: 640px) {
      .carousel--numbers .slide-counter {
        display: none; } }
  .carousel--numbers .carousel__inner, .carousel--numbers .carousel__slide {
    height: calc(100vh - 140px); }
  .carousel--numbers .carousel__slide img {
    display: none; }

.carousel-prod {
  margin: 0;
  padding: 0; }
  .carousel-prod__gradient {
    height: 80vh;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebeae9+0,dedcdb+100 */
    background: #ebeae9;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ebeae9), to(#dedcdb));
    background: linear-gradient(to bottom, #ebeae9 0%, #dedcdb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeae9', endColorstr='#dedcdb',GradientType=0 );
    /* IE6-9 */ }
    @media only screen and (max-height: 769px) and (max-width: 1866px) {
      .carousel-prod__gradient {
        height: 70vh; } }
    @media only screen and (max-width: 768px) {
      .carousel-prod__gradient {
        height: 70vh; } }
    @media only screen and (max-width: 440px) {
      .carousel-prod__gradient {
        height: 50vh; } }
  .carousel-prod__description {
    background-image: url(../img/product-pattern.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .carousel-prod__container {
    width: 50%;
    text-align: center; }
    .carousel-prod__container h3 {
      color: #fff;
      padding-top: 100px; }
      @media only screen and (max-width: 768px) {
        .carousel-prod__container h3 {
          padding-top: 185px; } }
      @media only screen and (max-height: 769px) and (max-width: 1866px) {
        .carousel-prod__container h3 {
          padding-top: 125px; } }
      @media only screen and (max-width: 440px) {
        .carousel-prod__container h3 {
          padding-top: 120px; } }
    .carousel-prod__container h4 {
      padding-top: 40px;
      color: #fff; }
      @media only screen and (max-width: 440px) {
        .carousel-prod__container h4 {
          font-size: 1.8rem;
          font-weight: 300; } }
    .carousel-prod__container .btn {
      margin: 60px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    @media only screen and (max-width: 440px) {
      .carousel-prod__container {
        width: 95%; } }
  .carousel-prod .slick-list {
    overflow: visible; }
  .carousel-prod__slide {
    height: 80vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-height: 769px) and (max-width: 1866px) {
      .carousel-prod__slide {
        height: 70vh; } }
    @media only screen and (max-width: 768px) {
      .carousel-prod__slide {
        height: 70vh; } }
    @media only screen and (max-width: 440px) {
      .carousel-prod__slide {
        height: 50vh; } }
  .carousel-prod__inner {
    height: 80vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    @media only screen and (max-height: 769px) and (max-width: 1866px) {
      .carousel-prod__inner {
        height: 70vh; } }
    @media only screen and (max-width: 768px) {
      .carousel-prod__inner {
        height: 70vh; } }
    @media only screen and (max-width: 440px) {
      .carousel-prod__inner {
        height: 50vh; } }
    .carousel-prod__inner picture {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .carousel-prod__inner img {
      -ms-flex-item-align: center;
          align-self: center;
      margin-bottom: -280px;
      z-index: 9999999999; }
      @media only screen and (max-height: 769px) and (max-width: 1866px) {
        .carousel-prod__inner img {
          margin-bottom: -220px; } }
      @media only screen and (max-width: 768px) {
        .carousel-prod__inner img {
          bottom: -140px; } }
      @media only screen and (max-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
        .carousel-prod__inner img {
          position: absolute;
          bottom: -120px !important;
          -webkit-transform: scale(0.8) !important;
                  transform: scale(0.8) !important; } }
      @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
        .carousel-prod__inner img {
          position: absolute;
          -webkit-transform: scale(0.8);
                  transform: scale(0.8);
          bottom: -57px; } }
      @media only screen and (max-width: 440px) {
        .carousel-prod__inner img {
          position: absolute;
          margin-bottom: auto;
          -webkit-transform: scale(0.59);
                  transform: scale(0.59);
          bottom: -150px; } }
  .carousel-prod .slick-prev, .carousel-prod .slick-next {
    z-index: 8000;
    position: absolute;
    display: block;
    height: 80px;
    width: 80px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: white;
    bottom: calc(50% - 80px);
    right: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    @media only screen and (max-width: 440px) {
      .carousel-prod .slick-prev, .carousel-prod .slick-next {
        bottom: 0;
        height: 50px;
        width: 50px; } }
  .carousel-prod .slick-prev {
    left: 0; }
  .carousel-prod .slick-slide {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  .carousel-prod .slick-slide.slick-current.slick-center {
    opacity: 1; }

.carousel-journal {
  height: 685px;
  position: relative; }
  .carousel-journal__full {
    margin-top: 100px; }
    @media only screen and (max-width: 640px) {
      .carousel-journal__full {
        margin-top: 40px; } }
    @media only screen and (min-width: 1225px) {
      .carousel-journal__full {
        width: 1225px; } }
    @media only screen and (max-width: 1224px) {
      .carousel-journal__full {
        width: 100vw; } }
  .carousel-journal .carousel__slide {
    height: 685px; }
  .carousel-journal .slick-prev, .carousel-journal .slick-next {
    z-index: 8000;
    position: absolute;
    display: block;
    height: 80px;
    width: 80px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: white;
    bottom: 0;
    right: 20px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  @media only screen and (min-width: 1225px) {
    .carousel-journal .slick-prev {
      right: 81px; } }
  @media only screen and (max-width: 1224px) {
    .carousel-journal .slick-prev {
      right: 101px; } }
  @media only screen and (max-width: 640px) {
    .carousel-journal .slick-prev {
      right: 81px; } }
  @media only screen and (min-width: 1225px) {
    .carousel-journal .slick-next {
      right: 0; } }
  @media only screen and (max-width: 1224px) {
    .carousel-journal .slick-next {
      right: 20px; } }
  @media only screen and (max-width: 640px) {
    .carousel-journal .slick-next {
      right: 0; } }

.uiCar {
  height: calc(100vh - 120px);
  position: relative;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media only screen and (max-width: 1140px) {
    .uiCar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      height: auto; } }
  @media only screen and (max-width: 640px) {
    .uiCar {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .uiCar__btn {
    display: none; }
    @media only screen and (max-width: 640px) {
      .uiCar__btn {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 90vw;
        left: 50vw;
        margin-left: -45vw; } }
  .uiCar__gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#101820+0,ffffff+100&0.1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 24, 32, 0.1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(16, 24, 32, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a101820', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
    @media only screen and (max-width: 640px) {
      .uiCar__gradient {
        background: #fff; } }
  .uiCar:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 223px;
    background-image: url("../img/product-pattern.jpg");
    bottom: 0;
    left: 0;
    background-size: cover; }
    @media only screen and (max-height: 769px) and (max-width: 1866px) {
      .uiCar:before {
        height: 160px; } }
    @media only screen and (max-width: 640px) {
      .uiCar:before {
        height: 160px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#101820+0,ffffff+100&0.1+0,0+100 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 24, 32, 0.1)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to bottom, rgba(16, 24, 32, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a101820', endColorstr='#00ffffff',GradientType=0 );
        /* IE6-9 */ } }
    @media only screen and (max-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
      .uiCar:before {
        height: 260px; } }
  .uiCar ul, .uiCar li {
    list-style: none; }
  .uiCar__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    padding-top: 40px;
    width: 55%; }
    @media only screen and (max-width: 1140px) {
      .uiCar__text {
        height: 100vh; } }
    @media only screen and (max-width: 640px) {
      .uiCar__text {
        display: none; } }
  .uiCar__inner {
    width: 70%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    @media only screen and (max-width: 768px) {
      .uiCar__inner {
        width: auto; } }
    .uiCar__inner span {
      font-size: 1.4rem;
      line-height: 1.65;
      letter-spacing: 1.3px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Gotham Narrow A", "Gotham Narrow B";
      color: #5C1E18; }
    .uiCar__inner .h2 {
      color: #5c1e18;
      text-decoration: none;
      display: block;
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .uiCar__inner .h2:hover {
        color: rgba(92, 30, 24, 0.9); }
    .uiCar__inner p {
      color: #727070; }
    .uiCar__inner .btn {
      margin-top: 40px;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  .uiCar__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45%; }
    @media only screen and (max-width: 640px) {
      .uiCar__img {
        width: 100%; } }
    @media only screen and (min-width: 769px) {
      .uiCar__img {
        padding-top: 40px; } }
    .uiCar__img img {
      -ms-flex-item-align: center;
          align-self: center;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media only screen and (max-width: 640px) {
        .uiCar__img img {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); } }
      @media only screen and (max-width: 321px) {
        .uiCar__img img {
          -webkit-transform: scale(0.6);
                  transform: scale(0.6);
          margin-top: -80px; } }
      .uiCar__img img:hover {
        cursor: pointer; }
  .uiCar__carousel {
    width: calc(80vw - 20px);
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 1140px) {
      .uiCar__carousel {
        width: calc(100vw - 20px);
        height: 80vh; } }
    @media only screen and (max-width: 640px) {
      .uiCar__carousel {
        width: 60vw;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .uiCar__slide {
    width: 100vw; }
  .uiCar__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 75vw;
    padding: 0;
    margin: 0;
    height: calc(100vh - 140px); }
    @media only screen and (max-width: 1140px) {
      .uiCar__layout {
        width: calc(100vw - 20px); } }
    @media only screen and (max-width: 640px) {
      .uiCar__layout {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; } }
  .uiCar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(20vw - 20px);
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 20px 0 0; }
    @media only screen and (max-width: 1140px) {
      .uiCar__nav {
        width: calc(100vw - 40px);
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media only screen and (max-width: 640px) {
      .uiCar__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 35vw;
        -ms-flex-item-align: start;
            align-self: flex-start; } }
    @media only screen and (max-width: 321px) {
      .uiCar__nav {
        width: 37vw; } }
    .uiCar__nav li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 30px 0 30px 20px;
      border-bottom: 1px solid #b3b2b2; }
      .uiCar__nav li:last-of-type {
        border: none; }
      @media only screen and (max-width: 1140px) {
        .uiCar__nav li {
          width: 100%;
          padding: 30px 0 10px;
          border-bottom: none;
          border-right: 1px solid #b3b2b2;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media only screen and (max-width: 640px) {
        .uiCar__nav li {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          border-bottom: 1px solid #b3b2b2;
          border-right: none;
          padding: 10px 0 10px 10px; }
          .uiCar__nav li:last-of-type {
            border: none; } }
    .uiCar__nav a {
      text-decoration: none;
      font-size: 1.4rem;
      line-height: 1.65;
      letter-spacing: 1.3px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Gotham Narrow A", "Gotham Narrow B";
      color: #b3b2b2;
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .uiCar__nav a:hover {
        cursor: pointer; }
      .uiCar__nav a.active, .uiCar__nav a:hover {
        color: #279A8C;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .uiCar__nav a:focus {
        outline: none; }
  .uiCar__mobileHeading {
    display: none !important; }
    @media only screen and (max-width: 640px) {
      .uiCar__mobileHeading {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        font-size: 2rem;
        padding: 40px 0 40px 10px !important; } }
    @media only screen and (max-width: 321px) {
      .uiCar__mobileHeading {
        padding: 0 0 0 10px !important; } }
  .uiCar .slick-slide {
    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;
    padding: 30px 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    @media only screen and (min-width: 1141px) {
      .uiCar .slick-slide {
        padding: 0; } }
  .uiCar .slick-slide.slick-current.slick-center {
    opacity: 1; }

.accord-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  position: relative; }
  .accord-m h1 {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 8rem;
    line-height: 1.025;
    font-weight: normal;
    color: #fff; }
    @media only screen and (max-width: 1679px) {
      .accord-m h1 {
        font-size: 6rem;
        line-height: 1.06666667; } }
    @media only screen and (max-width: 640px) {
      .accord-m h1 {
        font-size: 5rem;
        line-height: 1.06; } }
  .accord-m h2 {
    font-size: 1.4rem;
    line-height: 1.65;
    letter-spacing: 1.3px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    color: #727070;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    padding-left: 20px; }
    .accord-m h2:hover {
      cursor: pointer; }
    .accord-m h2:before {
      content: " ";
      position: absolute;
      display: block;
      height: 20px;
      width: 20px;
      right: 20px;
      background-image: url("../img/fettercairn-icons_Plus.svg"); }
    .accord-m h2.is-active:before {
      background-image: url("../img/fettercairn-icons_Minus.svg");
      right: 20px; }
    @media only screen and (min-width: 1141px) {
      .accord-m h2 {
        display: none; } }
  .accord-m ul {
    margin: 0;
    padding: 0;
    list-style: none;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100; }
    @media only screen and (max-height: 769px) and (max-width: 1866px) {
      .accord-m ul {
        margin-top: 40px; } }
    @media only screen and (max-width: 1140px) {
      .accord-m ul.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .accord-m li {
    color: #b3b2b2;
    font-size: 2rem;
    padding-bottom: 40px;
    padding-left: 20px; }
    .accord-m li span {
      font-size: 1.4rem;
      line-height: 1.65;
      letter-spacing: 1.3px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Gotham Narrow A", "Gotham Narrow B";
      display: block;
      color: #5C1E18;
      padding-bottom: 20px; }
    @media only screen and (max-width: 1140px) {
      .accord-m li {
        padding-bottom: 40px; } }
  .accord-m__half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100vh;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .accord-m__half--video {
      position: relative;
      background-color: #ccc; }
      @media only screen and (max-width: 1140px) {
        .accord-m__half--video {
          display: none; } }
    @media only screen and (max-height: 769px) and (max-width: 1866px) {
      .accord-m__half {
        height: auto; } }
    @media only screen and (max-width: 1140px) {
      .accord-m__half {
        width: 100%;
        height: auto; } }
  .accord-m__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center; }
    @media only screen and (max-width: 1140px) {
      .accord-m__txt {
        border-bottom: 1px solid #b3b2b2;
        width: 100%;
        height: auto;
        -ms-flex-item-align: start;
            align-self: flex-start; } }
  .accord-m__full {
    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%; }
  .accord-m__awards {
    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; }
    @media only screen and (max-width: 1140px) {
      .accord-m__awards {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 1140px) {
      .accord-m__awards h2 {
        background-color: #fff; } }
    .accord-m__awards ul {
      padding-top: 140px;
      padding-bottom: 140px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 95%;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      @media only screen and (max-width: 1140px) {
        .accord-m__awards ul {
          display: none;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding-top: 0;
          padding-bottom: 0;
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .accord-m__awards ul.active {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
    .accord-m__awards li {
      width: 33.333%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 0 0 0 20px; }
      @media only screen and (max-width: 1140px) {
        .accord-m__awards li {
          margin-top: 20px;
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        .accord-m__awards li:last-of-type {
          padding-bottom: 60px; } }
      .accord-m__awards li img {
        margin-right: 20px; }
      .accord-m__awards li span {
        text-transform: none;
        color: #b3b2b2;
        font-weight: 300;
        letter-spacing: 0.18px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      @media only screen and (max-width: 640px) {
        .accord-m__awards li br {
          display: none; } }
      .accord-m__awards li img, .accord-m__awards li span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-item-align: center;
            align-self: center; }
  .accord-m--serve {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    background-color: #5C1E18; }
    @media only screen and (min-width: 1141px) {
      .accord-m--serve li span {
        display: none; } }
    @media only screen and (max-width: 1140px) {
      .accord-m--serve {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .accord-m--serve h1 {
      padding-left: 20px; }
      @media only screen and (max-width: 1140px) {
        .accord-m--serve h1 {
          padding-top: 40px; } }
    .accord-m--serve h2 {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      color: #fff;
      padding-top: 20px; }
      .accord-m--serve h2:before, .accord-m--serve h2:after {
        right: 20px; }
      @media only screen and (min-width: 1141px) {
        .accord-m--serve h2 {
          padding-top: 80px; }
          .accord-m--serve h2:before, .accord-m--serve h2:after {
            display: none; } }
      @media only screen and (max-height: 769px) and (max-width: 1866px) {
        .accord-m--serve h2 {
          padding-top: 20px; } }
      .accord-m--serve h2:before {
        background-image: url("../img/fettercairn-icons_Plus-white.svg"); }
      .accord-m--serve h2.is-active:before {
        background-image: url("../img/fettercairn-icons_Minus-white.svg");
        right: 20px; }
    @media only screen and (max-width: 768px) {
      .accord-m--serve .accord-m__half:nth-of-type(odd) {
        height: 709px; } }
    @media only screen and (max-width: 640px) {
      .accord-m--serve .accord-m__half:nth-of-type(odd) {
        height: 427px; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.banner {
  -webkit-animation: fade-in 0.5s ease-in-out;
          animation: fade-in 0.5s ease-in-out;
  background-size: cover;
  background-position: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 585px;
  position: relative; }
  @media only screen and (max-height: 769px) and (max-width: 1866px) {
    .banner {
      height: 478px; } }
  @media only screen and (max-width: 640px) {
    .banner {
      height: 267px; } }
  .banner picture img {
    display: none; }
  .banner__overlay {
    position: relative;
    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;
    height: 100%;
    width: 100%;
    z-index: 9; }
    .banner__overlay:before, .banner__overlay:after {
      content: " ";
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
    .banner__overlay:before {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#954035+0,7db9e8+100&0.6+0,0+64,0+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 64, 53, 0.6)), color-stop(64%, rgba(134, 141, 168, 0)), to(rgba(125, 185, 232, 0)));
      background: linear-gradient(to bottom, rgba(149, 64, 53, 0.6) 0%, rgba(134, 141, 168, 0) 64%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99954035', endColorstr='#007db9e8',GradientType=0 );
      /* IE6-9 */
      z-index: 99; }
    .banner__overlay:after {
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(rgba(37, 53, 67, 0.6)), color-stop(64%, rgba(93, 137, 173, 0)), to(rgba(125, 185, 232, 0)));
      background: linear-gradient(to right, rgba(37, 53, 67, 0.6) 0%, rgba(93, 137, 173, 0) 64%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99253543', endColorstr='#007db9e8',GradientType=1 );
      /* IE6-9 */
      z-index: 99; }
  .banner__msg {
    width: 50%;
    z-index: 999;
    margin-left: 20px; }
    @media only screen and (max-height: 769px) and (max-width: 1866px) {
      .banner__msg {
        width: 50%; } }
    @media only screen and (max-width: 1140px) {
      .banner__msg {
        margin: 0 60px;
        width: calc(100% - 80px); } }
    @media only screen and (max-width: 640px) {
      .banner__msg {
        margin: 0 30px; } }
  .banner h1 {
    color: #fff;
    z-index: 9999;
    position: relative;
    padding-top: 120px; }
    @media only screen and (max-width: 768px) {
      .banner h1 {
        padding-top: 257px; } }
    @media only screen and (max-width: 640px) {
      .banner h1 {
        padding-top: 140px; } }
  .banner p {
    color: #d4d4d4;
    z-index: 999999;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.21428571;
    font-weight: 300; }
    @media only screen and (max-width: 640px) {
      .banner p {
        font-size: 2.4rem;
        line-height: 1.29166667; } }
    @media only screen and (max-width: 640px) {
      .banner p {
        display: none; } }
  .banner--white, .banner--searchResults {
    border-bottom: 1px solid #b3b2b2; }
    .banner--white h1, .banner--searchResults h1 {
      color: #5C1E18;
      z-index: 9999;
      position: relative;
      padding-top: 120px; }
    .banner--white p, .banner--searchResults p {
      color: #b3b2b2;
      z-index: 999999;
      font-family: brandon-grotesque, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 2.8rem;
      line-height: 1.21428571;
      font-weight: 400; }
      @media only screen and (max-width: 640px) {
        .banner--white p, .banner--searchResults p {
          font-size: 2.4rem;
          line-height: 1.29166667; } }
      @media only screen and (max-width: 640px) {
        .banner--white p, .banner--searchResults p {
          display: none; } }
    .banner--white .banner__overlay:before, .banner--white .banner__overlay:after, .banner--searchResults .banner__overlay:before, .banner--searchResults .banner__overlay:after {
      display: none; }
  @media only screen and (max-width: 640px) {
    .banner--searchResults {
      height: auto; } }

.search-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative; }
  .search-input-container .icon {
    height: 20px;
    width: 20px;
    fill: #b3b2b2;
    position: absolute;
    right: 0;
    top: calc(50% - 10px); }
    @media only screen and (max-width: 640px) {
      .search-input-container .icon {
        top: calc(50% - 20px); } }
    .search-input-container .icon:hover {
      cursor: pointer; }

@media only screen and (max-width: 640px) {
  .visit-us h3 {
    font-size: 2.8rem;
    padding-bottom: 20px; } }

.visit-us h4 {
  border-top: 2px solid #fff;
  padding-top: 20px;
  display: block;
  font-size: 8rem; }

.visit-us h5 {
  font-weight: 400; }

.visit-us h5 + .select__container {
  margin-top: 60px; }

.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100vh;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .imgTxt {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media only screen and (max-width: 640px) {
    .imgTxt {
      height: auto; } }
  .imgTxt--mt {
    margin-top: 80px; }
  .imgTxt__img {
    z-index: 999;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    height: 100vh;
    background-size: cover; }
    @media only screen and (max-width: 768px) {
      .imgTxt__img {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    @media only screen and (max-width: 640px) {
      .imgTxt__img {
        height: 40vh; } }
  .imgTxt__txt {
    z-index: 999;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media only screen and (max-width: 768px) {
      .imgTxt__txt {
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%; } }
    .imgTxt__txt--basic h2 {
      color: #5C1E18; }
    .imgTxt__txt--basic p {
      color: #727070; }
    .imgTxt__txt--brown {
      background-color: #5C1E18; }
      .imgTxt__txt--brown h2 {
        color: #fff; }
      .imgTxt__txt--brown p {
        color: #fff; }
      @media only screen and (max-width: 640px) {
        .imgTxt__txt--brown {
          display: block; } }
  .imgTxt__btnContainer {
    margin-top: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .imgTxt__link {
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px; }
    @media only screen and (max-width: 768px) {
      .imgTxt__link {
        padding-top: 40px;
        -ms-flex-item-align: start;
            align-self: flex-start;
        margin-left: 80px; } }
    .imgTxt__link a {
      position: relative;
      color: #5C1E18;
      text-decoration: none;
      font-size: 1.4rem;
      line-height: 1.65;
      letter-spacing: 1.3px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Gotham Narrow A", "Gotham Narrow B";
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .imgTxt__link a:before {
        content: " ";
        position: absolute;
        display: block;
        height: 1px;
        width: 70px;
        background-color: #5C1E18;
        top: 50%;
        right: calc(100% + 10px);
        -webkit-transition: all 1.5s;
        transition: all 1.5s; }
      .imgTxt__link a:hover {
        color: #279A8C;
        -webkit-transition: all 1.5s;
        transition: all 1.5s; }
        .imgTxt__link a:hover:before {
          background-color: #279A8C;
          width: 600px;
          -webkit-transition: all 1.5s;
          transition: all 1.5s; }
  .imgTxt__button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px; }
    @media only screen and (max-width: 1140px) {
      .imgTxt__button {
        padding-top: 20px; } }
  .imgTxt__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    padding-bottom: 3px; }
    @media only screen and (max-width: 768px) {
      .imgTxt__center {
        width: 70%;
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media only screen and (max-width: 640px) {
      .imgTxt__center {
        width: 90%;
        padding-top: 40px;
        padding-bottom: 40px; } }

.imgTxtCollection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative; }
  @media only screen and (max-width: 1140px) {
    .imgTxtCollection {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (max-width: 640px) {
    .imgTxtCollection {
      display: block; } }
  .imgTxtCollection--gradient:before {
    z-index: 9;
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 650px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbaea3+0,ffffff+32,ffffff+32&0.2+1,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(187, 174, 163, 0.2) 0%, rgba(189, 177, 166, 0.2) 1%, rgba(255, 255, 255, 0.45) 32%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33bbaea3', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    @media only screen and (max-width: 1140px) {
      .imgTxtCollection--gradient:before {
        height: 338px; } }
    @media only screen and (max-width: 768px) {
      .imgTxtCollection--gradient:before {
        height: 538px; } }
    @media only screen and (max-width: 640px) {
      .imgTxtCollection--gradient:before {
        z-index: -1; } }
    @media only screen and (max-width: 440px) {
      .imgTxtCollection--gradient:before {
        height: 243px; } }
    @media only screen and (max-height: 769px) and (max-width: 1866px) {
      .imgTxtCollection--gradient:before {
        height: 413px; } }
    @media only screen and (max-width: 640px) {
      .imgTxtCollection--gradient:before {
        height: 238px; } }
  .imgTxtCollection__img {
    z-index: 999;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    background-size: cover; }
    @media only screen and (max-width: 1140px) {
      .imgTxtCollection__img {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .imgTxtCollection__img--inline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media only screen and (max-width: 1140px) {
        .imgTxtCollection__img--inline {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .imgTxtCollection__img img {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
  .imgTxtCollection__txt {
    z-index: 999;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media only screen and (max-width: 768px) {
      .imgTxtCollection__txt {
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%; } }
    .imgTxtCollection__txt--basic h2 {
      color: #5C1E18; }
      @media only screen and (max-width: 1140px) {
        .imgTxtCollection__txt--basic h2 {
          text-align: center; } }
    .imgTxtCollection__txt--basic p {
      color: #727070; }
      @media only screen and (max-width: 1140px) {
        .imgTxtCollection__txt--basic p {
          text-align: center;
          font-size: 1.8rem; } }
      @media only screen and (max-width: 640px) {
        .imgTxtCollection__txt--basic p {
          display: none; } }
  .imgTxtCollection__tastingNote {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 1140px) {
      .imgTxtCollection__tastingNote {
        text-align: center; } }
    .imgTxtCollection__tastingNote li {
      display: inline-block;
      position: relative;
      font-size: 1.4rem;
      line-height: 1.65;
      letter-spacing: 1.3px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Gotham Narrow A", "Gotham Narrow B";
      color: #5C1E18; }
      @media only screen and (max-width: 768px) {
        .imgTxtCollection__tastingNote li {
          font-size: 1rem; } }
      .imgTxtCollection__tastingNote li:before {
        display: inline-block;
        content: "|";
        top: 0;
        left: 0;
        margin-right: 10px;
        margin-left: 10px; }
      .imgTxtCollection__tastingNote li:first-of-type:before {
        content: " ";
        margin-right: 0;
        display: none; }
  .imgTxtCollection__btnContainer {
    margin-top: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media only screen and (max-width: 1140px) {
      .imgTxtCollection__btnContainer {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media only screen and (max-width: 768px) {
      .imgTxtCollection__btnContainer {
        margin-top: 40px; } }
    @media only screen and (max-width: 640px) {
      .imgTxtCollection__btnContainer {
        margin-top: 20px; } }
    @media only screen and (max-width: 440px) {
      .imgTxtCollection__btnContainer {
        -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; } }
    .imgTxtCollection__btnContainer .btn {
      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; }
  .imgTxtCollection__link {
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px; }
    @media only screen and (max-width: 1140px) {
      .imgTxtCollection__link {
        padding-top: 40px;
        -ms-flex-item-align: start;
            align-self: flex-start;
        margin-left: 80px; } }
    .imgTxtCollection__link a {
      position: relative;
      color: #5C1E18;
      text-decoration: none;
      font-size: 1.4rem;
      line-height: 1.65;
      letter-spacing: 1.3px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Gotham Narrow A", "Gotham Narrow B"; }
      .imgTxtCollection__link a:before {
        content: " ";
        position: absolute;
        display: block;
        height: 1px;
        width: 70px;
        background-color: #5C1E18;
        top: 50%;
        left: -80px; }
  .imgTxtCollection__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .imgTxtCollection__center .h2 {
      color: #5C1E18;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .imgTxtCollection__center .h2:hover {
        color: rgba(92, 30, 24, 0.9);
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      @media only screen and (max-width: 1140px) {
        .imgTxtCollection__center .h2 {
          text-align: center; } }
    @media only screen and (max-width: 1140px) {
      .imgTxtCollection__center {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media only screen and (max-width: 768px) {
      .imgTxtCollection__center {
        padding-top: 0; } }

.imgTxtCollection {
  margin-top: 70px; }
  .imgTxtCollection:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media only screen and (max-width: 1140px) {
      .imgTxtCollection:nth-of-type(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .imgTxtCollection:nth-of-type(even) img {
      margin-left: 0; }
    .imgTxtCollection:nth-of-type(even) .imgTxtCollection__img--inline {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media only screen and (max-width: 1140px) {
        .imgTxtCollection:nth-of-type(even) .imgTxtCollection__img--inline {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .imgTxtCollection:nth-of-type(even) .imgTxtCollection__txt {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .imgTxtCollection:nth-of-type(even):before {
      z-index: 9;
      content: " ";
      position: absolute;
      display: block;
      width: 100%;
      height: 650px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+77,bbaea3+100&0.2+100,0.2+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 77%, rgba(187, 174, 163, 0.2) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33bbaea3',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
      @media only screen and (max-width: 1140px) {
        .imgTxtCollection:nth-of-type(even):before {
          height: 338px; } }
      @media only screen and (max-width: 768px) {
        .imgTxtCollection:nth-of-type(even):before {
          height: 538px; } }
      @media only screen and (max-width: 640px) {
        .imgTxtCollection:nth-of-type(even):before {
          z-index: -1; } }
      @media only screen and (max-width: 440px) {
        .imgTxtCollection:nth-of-type(even):before {
          height: 243px; } }
      @media only screen and (max-height: 769px) and (max-width: 1866px) {
        .imgTxtCollection:nth-of-type(even):before {
          height: 413px; } }
      @media only screen and (max-width: 640px) {
        .imgTxtCollection:nth-of-type(even):before {
          height: 237px; } }

.imgLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  .imgLink__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .imgLink li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 49.5%;
        flex-basis: 49.5%;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .imgLink li {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .imgLink--pt-lg {
    padding-top: 100px; }
  .imgLink--pt-sm {
    padding-top: 20px; }
  .imgLink__nav {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 60px 0 0; }
    .imgLink__nav li {
      width: 49.5%;
      list-style: none;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .imgLink__nav li:nth-of-type(1) {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .imgLink__nav li a {
        font-size: 1.4rem;
        line-height: 1.65;
        letter-spacing: 1.3px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: "Gotham Narrow A", "Gotham Narrow B";
        color: #b3b2b2;
        text-decoration: none; }
  .imgLink__link {
    width: 100%;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 1140px) {
      .imgLink__link {
        margin-top: 20px; } }
    @media only screen and (max-width: 1140px) {
      .imgLink__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .imgLink__link--large {
      height: 620px; }
      @media only screen and (max-width: 768px) {
        .imgLink__link--large {
          height: 450px; } }
      @media only screen and (max-width: 640px) {
        .imgLink__link--large {
          height: 281px; } }
    .imgLink__link--small {
      height: 345px; }
      @media only screen and (max-width: 1140px) {
        .imgLink__link--small {
          height: 307px; } }
    .imgLink__link--journal {
      height: 450px;
      margin-top: 80px; }
      @media only screen and (max-width: 1140px) {
        .imgLink__link--journal {
          height: auto; } }
      @media only screen and (max-width: 640px) {
        .imgLink__link--journal {
          margin-top: 40px; } }
    .imgLink__link:hover .imgLink__text {
      background: white;
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .imgLink__link:hover .imgLink__readMore {
      color: #279A8C;
      -webkit-transition: all 1.5s;
      transition: all 1.5s; }
      .imgLink__link:hover .imgLink__readMore:before {
        background-color: #279A8C;
        -webkit-transition: all 1.5s;
        transition: all 1.5s;
        width: 510px; }
        @media only screen and (max-width: 640px) {
          .imgLink__link:hover .imgLink__readMore:before {
            width: 100px; } }
  .imgLink__pad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    margin: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden; }
    @media only screen and (max-width: 640px) {
      .imgLink__pad {
        margin: 10px; } }
  .imgLink__background {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
    .imgLink__background--large {
      height: 620px; }
      @media only screen and (max-width: 768px) {
        .imgLink__background--large {
          height: 450px; } }
      @media only screen and (max-width: 640px) {
        .imgLink__background--large {
          height: 281px; } }
    .imgLink__background--small {
      height: 345px; }
      @media only screen and (max-width: 1140px) {
        .imgLink__background--small {
          height: 307px; } }
    .imgLink__background:hover {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all .7s;
      transition: all .7s;
      background-position: center;
      background-size: cover;
      transition: all .7s; }
  .imgLink__text {
    position: absolute;
    z-index: 9999999;
    bottom: 40px;
    right: 40px;
    width: calc(60% - 40px);
    height: 270px;
    background: rgba(255, 255, 255, 0.8);
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    pointer-events: none; }
    @media only screen and (max-width: 1140px) {
      .imgLink__text {
        width: calc(100% - 40px);
        height: auto;
        right: 0;
        bottom: 0; } }
    @media only screen and (max-width: 640px) {
      .imgLink__text {
        display: block;
        bottom: 40px; } }
  .imgLink__readMore {
    font-size: 1.4rem;
    line-height: 1.65;
    letter-spacing: 1.3px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    color: #5C1E18;
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: relative; }
    .imgLink__readMore:before {
      content: " ";
      position: absolute;
      display: block;
      height: 1px;
      width: 70px;
      background-color: #5C1E18;
      top: 50%;
      right: 100%;
      margin-right: 10px;
      -webkit-transition: all 1.5s;
      transition: all 1.5s; }
    @media only screen and (max-width: 640px) {
      .imgLink__readMore {
        position: absolute;
        bottom: 0;
        z-index: 99;
        background: #fff;
        width: 100%;
        text-align: right;
        padding: 10px 10px 10px 0;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .imgLink__readMore:before {
          position: relative;
          -ms-flex-item-align: center;
              align-self: center;
          right: auto;
          left: auto; } }
  .imgLink h4 {
    color: #5C1E18; }
    @media only screen and (max-width: 768px) {
      .imgLink h4 {
        margin-bottom: 20px; } }
  .imgLink--journal {
    width: 1225px;
    -ms-flex-item-align: center;
        align-self: center; }
    .imgLink--journal .imgLink__text {
      bottom: 0;
      right: 0;
      width: calc(80% - 40px);
      height: auto; }
      @media only screen and (max-width: 640px) {
        .imgLink--journal .imgLink__text {
          width: calc(100% - 40px);
          padding: 20px; } }
    .imgLink--journal a:nth-of-type(2) {
      text-decoration: none;
      color: #5C1E18;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 100%;
      padding-top: 40px;
      font-size: 1.4rem;
      line-height: 1.65;
      letter-spacing: 1.3px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Gotham Narrow A", "Gotham Narrow B";
      position: relative; }
      @media only screen and (max-width: 768px) {
        .imgLink--journal a:nth-of-type(2) {
          padding-right: 20px; } }
      .imgLink--journal a:nth-of-type(2) span {
        position: relative; }
        .imgLink--journal a:nth-of-type(2) span:before {
          content: " ";
          position: absolute;
          display: block;
          -webkit-transition: all 1.5s;
          transition: all 1.5s;
          bottom: 50%;
          width: 80px;
          height: 1px;
          background-color: #5C1E18;
          right: 100%;
          margin-right: 10px; }
        .imgLink--journal a:nth-of-type(2) span:hover, .imgLink--journal a:nth-of-type(2) span.hover {
          color: #279A8C;
          -webkit-transition: all 1.5s;
          transition: all 1.5s; }
          .imgLink--journal a:nth-of-type(2) span:hover:before, .imgLink--journal a:nth-of-type(2) span.hover:before {
            -webkit-transition: all 1.5s;
            transition: all 1.5s;
            background-color: #279A8C;
            width: 620px; }

.mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .mod__caption {
    text-align: center;
    display: block;
    font-size: 1.4rem;
    line-height: 1.65;
    letter-spacing: 1.3px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    padding-top: 40px;
    color: #b3b2b2;
    width: 100%; }
  @media only screen and (max-width: 768px) {
    .mod--borderBott {
      border-bottom: 1px solid #b3b2b2;
      padding-bottom: 60px; }
      .mod--borderBott hr {
        display: none; } }
  .mod hr {
    width: 100%;
    background-color: #b3b2b2;
    margin-top: 80px; }
  .mod__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 1225px;
        flex-basis: 1225px; }
    .mod__container--row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .mod__container--column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .mod__container--center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .mod__container--between {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .mod__container--stock {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media only screen and (max-width: 1140px) {
        .mod__container--stock {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  .mod__half {
    width: 49.2%;
    padding-top: 100px; }
    @media only screen and (max-width: 640px) {
      .mod__half {
        padding-top: 40px; } }
    .mod__half img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    .mod__half--var h3 {
      color: #5C1E18; }
    @media only screen and (max-width: 1140px) {
      .mod__half--stock {
        width: 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media only screen and (max-width: 640px) {
      .mod__half--stock {
        width: 100%; } }
  .mod__full {
    width: 100%;
    padding-top: 100px;
    position: relative; }
    @media only screen and (max-width: 640px) {
      .mod__full {
        padding-top: 40px; } }
    .mod__full img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    .mod__full--video {
      margin-top: 100px;
      height: 685px; }
      @media only screen and (max-width: 640px) {
        .mod__full--video {
          margin-top: 40px; } }
  .mod__third {
    width: 33.333333333333%; }
    .mod__third--stock {
      padding-top: 100px; }
      @media only screen and (max-width: 640px) {
        .mod__third--stock {
          padding-top: 40px; } }
      .mod__third--stock h3 {
        color: #5C1E18; }
      .mod__third--stock p {
        color: #b3b2b2; }
      @media only screen and (max-width: 1140px) {
        .mod__third--stock {
          width: 70%;
          text-align: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media only screen and (max-width: 640px) {
        .mod__third--stock {
          width: 90%; } }
  .mod__text {
    width: 66%;
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px; }
    @media only screen and (max-width: 768px) {
      .mod__text {
        width: 80%; } }
    @media only screen and (max-width: 640px) {
      .mod__text {
        padding-top: 40px;
        width: 90%; } }
    .mod__text--para p {
      padding: 0 5%; }
    .mod__text blockquote {
      font-family: brandon-grotesque, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 3.6rem;
      line-height: 1.13636364;
      color: #5C1E18;
      -ms-flex-item-align: center;
          align-self: center;
      text-align: center;
      position: relative;
      padding: 0;
      margin: 0;
      width: 100%; }
      .mod__text blockquote:before, .mod__text blockquote:after {
        font-family: brandon-grotesque, sans-serif;
        content: open-quote;
        font-size: 4.4rem;
        color: #5C1E18;
        height: 80px;
        width: 80px; }
      .mod__text blockquote:before {
        content: open-quote; }
      .mod__text blockquote:after {
        content: close-quote; }
    .mod__text blockquote + p {
      font-size: 1.4rem;
      line-height: 1.65;
      letter-spacing: 1.3px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Gotham Narrow A", "Gotham Narrow B";
      text-align: center;
      color: #727070;
      padding-top: 20px !important; }
    .mod__text blockquote + p + p {
      padding-top: 100px; }
      @media only screen and (max-width: 640px) {
        .mod__text blockquote + p + p {
          padding-top: 40px; } }
    .mod__text h1 {
      color: #5C1E18; }
    .mod__text h2 {
      font-family: brandon-grotesque, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 4.4rem;
      line-height: 1.13636364;
      font-weight: normal;
      font-weight: normal;
      color: #b3b2b2;
      text-align: center;
      color: #b3b2b2;
      padding-top: 40px; }
      @media only screen and (max-width: 1679px) {
        .mod__text h2 {
          font-size: 3.6rem;
          line-height: 1.11111111; } }
      @media only screen and (max-width: 640px) {
        .mod__text h2 {
          font-size: 3.2rem;
          line-height: 1.1875; } }
    .mod__text h3 {
      color: #5C1E18;
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -ms-flex-item-align: start;
          align-self: flex-start;
      font-family: brandon-grotesque, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 8rem;
      line-height: 1.025;
      font-weight: normal; }
      @media only screen and (max-width: 1679px) {
        .mod__text h3 {
          font-size: 6rem;
          line-height: 1.06666667; } }
      @media only screen and (max-width: 640px) {
        .mod__text h3 {
          font-size: 5rem;
          line-height: 1.06; } }
      .mod__text h3:before {
        content: " ";
        position: absolute;
        display: block;
        background-color: #5C1E18;
        height: 3px;
        width: 100%;
        bottom: -5px;
        left: 0; }
    .mod__text p + h3 {
      padding-top: 60px; }
    .mod__text p:first-of-type {
      padding-top: 0; }
    .mod__text h3 + p:first-of-type {
      padding-top: 40px; }
    .mod__text h4 {
      font-family: brandon-grotesque, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 4.4rem;
      line-height: 1.13636364;
      font-weight: normal;
      font-weight: normal;
      color: #b3b2b2;
      padding-top: 0;
      padding-bottom: 20px; }
      @media only screen and (max-width: 1679px) {
        .mod__text h4 {
          font-size: 3.6rem;
          line-height: 1.11111111; } }
      @media only screen and (max-width: 640px) {
        .mod__text h4 {
          font-size: 3.2rem;
          line-height: 1.1875; } }
    .mod__text h3 + h4 {
      padding-top: 60px; }
    .mod__text span + h3 {
      padding-top: 40px; }
    .mod__text p {
      color: #727070; }
    .mod__text h3 + p {
      padding-top: 60px; }
    .mod__text span {
      font-size: 1.4rem;
      line-height: 1.65;
      letter-spacing: 1.3px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Gotham Narrow A", "Gotham Narrow B";
      color: #5C1E18;
      display: block;
      text-align: center; }
    .mod__text--center h1, .mod__text--center h3, .mod__text--center h4, .mod__text--center p, .mod__text--center span {
      text-align: center; }
    .mod__text--center h1, .mod__text--center h3, .mod__text--center h4, .mod__text--center span {
      -ms-flex-item-align: center;
          align-self: center; }
    .mod__text--center span {
      font-family: brandon-grotesque, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 7rem;
      line-height: 1.12857143;
      font-weight: normal;
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media only screen and (max-width: 1679px) {
        .mod__text--center span {
          font-size: 5rem;
          line-height: 1.128; } }
      @media only screen and (max-width: 640px) {
        .mod__text--center span {
          font-size: 3.6rem;
          line-height: 1.05555556; } }
      .mod__text--center span:before {
        content: " ";
        position: absolute;
        display: block;
        background-color: #5C1E18;
        height: 3px;
        width: 100%;
        bottom: -5px;
        left: 0; }
    .mod__text--list ul {
      position: relative;
      padding: 60px 0 0 40px;
      margin: 0;
      list-style: none;
      color: #727070; }
    .mod__text--list li {
      position: relative;
      padding-bottom: 10px; }
      .mod__text--list li:before {
        content: " ";
        position: absolute;
        display: block;
        width: 27px;
        height: 1px;
        background-color: #b3b2b2;
        bottom: 60%;
        left: -40px; }
    .mod__text--basic h2 {
      font-family: brandon-grotesque, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 2.8rem;
      line-height: 1.21428571;
      color: #5C1E18;
      text-align: left; }
      @media only screen and (max-width: 640px) {
        .mod__text--basic h2 {
          font-size: 2.4rem;
          line-height: 1.29166667; } }
    .mod__text ul + p {
      padding-top: 60px; }
    .mod__text > h2:first-child {
      padding-top: 0; }

.pagination {
  width: 100%; }
  .pagination ul {
    padding: 60px 0 0 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pagination li {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #b3b2b2;
    border-right: 0;
    -webkit-box-flex: row;
        -ms-flex: row;
            flex: row;
    margin: 0;
    border-collapse: collapse; }
    .pagination li:last-of-type {
      border-right: 1px solid #b3b2b2; }
    .pagination li.next-page-arrow {
      border: none;
      border-top: none;
      border-right: 0;
      border-left: 1px solid #b3b2b2; }
  .pagination a {
    text-decoration: none;
    color: #b3b2b2;
    text-align: center;
    height: 50px;
    width: 50px;
    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;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-line-pack: center;
        align-content: center;
    font-size: 1.6rem;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .pagination a:hover {
      color: #279A8C;
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .pagination a.active {
      color: #5C1E18;
      font-weight: 500; }
    .pagination a .icon {
      fill: #b3b2b2;
      height: 30px;
      width: 30px;
      -ms-flex-item-align: center;
          align-self: center; }

.journalFilter {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-preferred-size: 1225px;
      flex-basis: 1225px;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 640px) {
    .journalFilter {
      margin: 20px 0 0; } }
  .journalFilter li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .journalFilter li:last-of-type {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    @media only screen and (max-width: 640px) {
      .journalFilter li {
        width: 100%; } }

.select__transparent {
  background: transparent;
  color: #fff; }

.select__container {
  margin-top: 20px;
  position: relative; }
  @media only screen and (max-width: 640px) {
    .select__container {
      width: 100%; } }
  .select__container--borderGrey {
    border: 1px solid #b3b2b2; }
  .select__container--borderWhite {
    border: 1px solid #fff; }
  .select__container--50 {
    width: 50%; }
    @media only screen and (max-width: 640px) {
      .select__container--50 {
        width: 100%; } }
  .select__container--100 {
    width: 100%; }
  .select__container:before {
    content: " ";
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    opacity: 0.3;
    right: 8px;
    top: calc(50% - 15px);
    pointer-events: none; }
  .select__container--arrow:before {
    background-image: url(../img/arrow-down.svg); }
  .select__container--arrowLight:before {
    background-image: url(../img/arrow-down-white.svg);
    opacity: 1; }
  .select__container--plus:before {
    background-image: url(../img/icon_plus.svg); }
  @media only screen and (max-width: 640px) {
    .select__container--plus {
      margin-top: 10px; } }

.journalFilter select {
  padding: 15px;
  color: #b3b2b2; }

input.text {
  font-size: 1.4rem;
  line-height: 1.65;
  letter-spacing: 1.3px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Gotham Narrow A", "Gotham Narrow B";
  color: #b3b2b2;
  padding: 15px 20px;
  width: 100%;
  border: 1px solid #b3b2b2;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  input.text.placeholder {
    color: #b3b2b2; }
  input.text:-moz-placeholder {
    color: #b3b2b2; }
  input.text::-webkit-input-placeholder {
    color: #b3b2b2; }
  input.text:focus {
    border: 1px solid #279A8C;
    outline: none; }

textarea {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.65;
  letter-spacing: 1.3px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Gotham Narrow A", "Gotham Narrow B";
  color: #b3b2b2;
  padding: 15px 20px;
  width: 100%;
  height: 200px;
  border: 1px solid #b3b2b2; }
  textarea:focus {
    border: 1px solid #279A8C;
    outline: none; }
  textarea.placeholder {
    color: #b3b2b2; }
  textarea:-moz-placeholder {
    color: #b3b2b2; }
  textarea::-webkit-input-placeholder {
    color: #b3b2b2; }

select {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 15px 20px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.65;
  letter-spacing: 1.3px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Gotham Narrow A", "Gotham Narrow B"; }

.dropdown {
  position: relative; }
  .dropdown div {
    position: relative;
    border: 1px solid #b3b2b2; }
    .dropdown div:before {
      content: " ";
      position: absolute;
      display: block;
      height: 30px;
      width: 30px;
      opacity: 0.3;
      right: 8px;
      top: calc(50% - 15px);
      pointer-events: none;
      background-image: url(../img/arrow-down.svg); }

input.searchResults {
  width: 100%;
  margin: 20px 0;
  font-size: 5rem;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 6rem;
  font-weight: normal;
  color: #5C1E18;
  border: 0;
  border-bottom: 2px solid #b3b2b2;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  @media only screen and (max-width: 768px) {
    input.searchResults {
      font-size: 5rem; } }
  @media only screen and (max-width: 640px) {
    input.searchResults {
      font-size: 3rem; } }
  input.searchResults:focus {
    outline: 0;
    border: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }

.signup {
  width: 100%; }
  .signup .umbraco-forms-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 100px; }
    @media only screen and (max-width: 768px) {
      .signup .umbraco-forms-page {
        padding-top: 40px;
        margin-top: 40px;
        padding: 0 10px;
        border-top: 1px solid #b3b2b2; } }
    .signup .umbraco-forms-page.with-bounding-lines {
      border-top: 1px solid #b3b2b2;
      border-bottom: 1px solid #b3b2b2;
      padding: 100px 0; }
      @media only screen and (max-width: 768px) {
        .signup .umbraco-forms-page.with-bounding-lines {
          padding: 0 0 40px; } }
  .signup .umbraco-forms-fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 1225px;
        flex-basis: 1225px;
    padding: 0;
    margin: 0;
    border: none; }
    @media only screen and (max-width: 768px) {
      .signup .umbraco-forms-fieldset {
        -ms-flex-preferred-size: 485px;
            flex-basis: 485px; } }
  .signup .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .signup .row-fluid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media only screen and (max-width: 640px) {
      .signup .row-fluid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media only screen and (max-width: 768px) {
    .signup .email {
      margin-top: 10px; } }
  .signup .col-md-3 {
    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; }
    .signup .col-md-3:nth-of-type(1) {
      width: 35%;
      padding-right: 20px; }
      @media only screen and (max-width: 768px) {
        .signup .col-md-3:nth-of-type(1) {
          width: 100%;
          padding: 0; } }
    .signup .col-md-3:nth-of-type(2) {
      width: 28%;
      padding-right: 20px; }
      @media only screen and (max-width: 768px) {
        .signup .col-md-3:nth-of-type(2) {
          width: 100%;
          padding: 0; } }
    .signup .col-md-3:nth-of-type(3) {
      width: 28%;
      padding-right: 20px; }
      @media only screen and (max-width: 768px) {
        .signup .col-md-3:nth-of-type(3) {
          width: 70%;
          padding: 0; } }
      @media only screen and (max-width: 640px) {
        .signup .col-md-3:nth-of-type(3) {
          width: 100%; } }
    .signup .col-md-3:nth-of-type(4) {
      width: 9%; }
      @media only screen and (max-width: 768px) {
        .signup .col-md-3:nth-of-type(4) {
          width: 27%;
          padding: 0; } }
      @media only screen and (max-width: 640px) {
        .signup .col-md-3:nth-of-type(4) {
          width: 100%; } }
  .signup .umbraco-forms-label {
    display: none; }
  .signup p {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.21428571;
    padding-top: 0;
    color: #b3b2b2;
    font-weight: 300; }
    @media only screen and (max-width: 640px) {
      .signup p {
        font-size: 2.4rem;
        line-height: 1.29166667; } }
    @media only screen and (max-width: 768px) {
      .signup p {
        padding: 40px 0; } }
    @media only screen and (min-width: 769px) {
      .signup p br {
        display: none; } }
  .signup .btn.primary {
    text-indent: -99999999px;
    background-image: url(../img/icon_long_arrow_right-white.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 768px) {
      .signup .btn.primary {
        background-size: 20%;
        margin-top: 10px; } }

.contactusform {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .contactusform form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contactusform .umbraco-forms-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 700px;
        flex-basis: 700px;
    padding: 0;
    margin: 0;
    border: none; }
  .contactusform fieldset {
    width: 100%;
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .contactusform select {
    color: #b3b2b2; }
  .contactusform .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .contactusform .row-fluid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .contactusform .col-md-6 {
    width: 100%; }
    @media only screen and (min-width: 1141px) {
      .contactusform .col-md-6 {
        width: 49.5%; } }
  .contactusform .col-md-12 {
    width: 100%; }
  .contactusform label {
    display: none; }
  .contactusform input, .contactusform textarea, .contactusform .dropdown .umbraco-forms-field-wrapper {
    margin-top: 10px; }
  .contactusform .umbraco-forms-navigation {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .contactusform .umbraco-forms-navigation .col-md-12 {
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .contactusform .umbraco-forms-navigation .col-md-12:before {
        content: " ";
        position: absolute;
        display: block;
        width: 1px;
        height: 100%;
        right: -4px;
        top: 4px;
        background-color: #279A8C;
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
        -webkit-transition: width 0.3s;
        transition: width 0.3s; }
      .contactusform .umbraco-forms-navigation .col-md-12:after {
        content: " ";
        position: absolute;
        display: block;
        width: calc(100% + 3px);
        height: 1px;
        right: -4px;
        bottom: -4px;
        background-color: #279A8C;
        -webkit-transition: width 0.3s;
        transition: width 0.3s; }
      .contactusform .umbraco-forms-navigation .col-md-12:hover:before {
        height: 0;
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s; }
      .contactusform .umbraco-forms-navigation .col-md-12:hover:after {
        width: 0;
        -webkit-transition: width 0.3s;
        transition: width 0.3s; }
  .contactusform .btn.primary {
    margin-top: 0; }

.header-ui__search input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #5C1E18 inset; }

.with-bounding-lines .umbraco-forms-page {
  border-top: 1px solid #b3b2b2;
  padding: 100px 0 0; }
  @media only screen and (max-width: 768px) {
    .with-bounding-lines .umbraco-forms-page {
      padding: 0 0 40px; } }

.journal-details .with-bounding-lines {
  width: 100%; }

.journal-details .umbraco-forms-page {
  border-top: 1px solid #b3b2b2;
  border-bottom: 1px solid #b3b2b2;
  padding: 100px 0; }
  @media only screen and (max-width: 768px) {
    .journal-details .umbraco-forms-page {
      padding: 0 0 40px; } }

.umbraco-forms-submitmessage {
  display: block;
  width: 800px;
  margin: 0 auto;
  text-align: center;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.21428571;
  padding: 0;
  margin: 100px 0 0; }

.stock {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .stock__half {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .stock__half a {
      -ms-flex-item-align: center;
          align-self: center; }
    .stock__half img {
      -ms-flex-item-align: center;
          align-self: center; }
    @media only screen and (max-width: 1140px) {
      .stock__half {
        -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; } }
    @media only screen and (max-width: 640px) {
      .stock__half {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .stock__half--btn {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media only screen and (max-width: 640px) {
        .stock__half--btn .btn-green, .stock__half--btn .btn-white {
          padding-left: 20px;
          padding-right: 20px; } }
  .stock__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .stock__mt {
    margin-top: 100px; }
    @media only screen and (max-width: 640px) {
      .stock__mt {
        margin-top: 0; } }
  .stock li {
    margin: 0;
    padding: 40px 0;
    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%;
    border-bottom: 1px solid #b3b2b2; }
    @media only screen and (max-width: 640px) {
      .stock li {
        padding: 20px 10px; } }
    .stock li:first-of-type {
      padding-top: 0; }
      @media only screen and (max-width: 768px) {
        .stock li:first-of-type {
          padding-top: 40px;
          border-top: 1px solid #b3b2b2; } }
      @media only screen and (max-width: 640px) {
        .stock li:first-of-type {
          padding: 20px 10px; } }
    .stock li:last-of-type {
      border: none; }
  .stock .btn {
    font-size: 1.2rem; }

.footer {
  position: relative;
  border-top: 1px solid #b3b2b2;
  margin: 100px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 1140px) {
    .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 100px 0 20px 0; } }
  .footer--journal {
    width: 70%;
    margin-top: 100px; }
    @media only screen and (max-width: 640px) {
      .footer--journal {
        width: 100%; }
        .footer--journal li {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  .footer ul {
    list-style: none;
    padding: 0; }
    @media only screen and (max-width: 1140px) {
      .footer ul {
        padding: 0 20px; } }
  .footer li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    color: #b3b2b2;
    font-size: 1.4rem;
    line-height: 1.65;
    letter-spacing: 1.3px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Gotham Narrow A", "Gotham Narrow B"; }
    .footer li a {
      text-decoration: none; }
  .footer .icon {
    fill: #b3b2b2;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .footer .icon:hover {
      fill: #5C1E18;
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
  .footer__top {
    display: none; }
    @media only screen and (max-width: 768px) {
      .footer__top {
        display: block;
        content: " ";
        position: absolute;
        display: block;
        height: 36px;
        width: 36px;
        border: 1px solid #5C1E18;
        top: -18px;
        background-color: #fff;
        background-image: url("../img/fettercairn-icons_Arrow_Left_Up.svg");
        left: 50%;
        margin-left: -18px;
        cursor: pointer; } }
  .footer__nav {
    margin: 20px 0 20px 0; }
    @media only screen and (max-width: 640px) {
      .footer__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: center; } }
    .footer__nav li {
      padding: 0 50px 0 0; }
      @media only screen and (max-width: 768px) {
        .footer__nav li {
          padding: 0; } }
      @media only screen and (max-width: 640px) {
        .footer__nav li {
          margin: 0;
          padding: 0;
          font-size: 1.2rem; }
          .footer__nav li:nth-of-type(2), .footer__nav li:nth-of-type(3), .footer__nav li:nth-of-type(4) {
            width: 33.33333%; }
          .footer__nav li:nth-of-type(5) {
            -webkit-box-ordinal-group: 6;
                -ms-flex-order: 5;
                    order: 5;
            width: 100%;
            margin-top: 20px; }
          .footer__nav li:nth-of-type(1) {
            margin-top: 20px;
            -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
                    order: 4;
            width: 100%; } }
    .footer__nav--main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 40px; }
      @media only screen and (max-width: 1140px) {
        .footer__nav--main {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .footer__nav--main a {
        color: #b3b2b2;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .footer__nav--main a:hover {
          color: #5C1E18;
          -webkit-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
    .footer__nav--journal a {
      font-size: 1.4rem;
      line-height: 1.65;
      letter-spacing: 1.3px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Gotham Narrow A", "Gotham Narrow B";
      color: #5C1E18;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .footer__nav--journal a .icon {
        width: 60px;
        -ms-flex-item-align: center;
            align-self: center;
        fill: #5C1E18;
        margin: 0 20px 0 0; }
      .footer__nav--journal a * {
        -ms-flex-item-align: center;
            align-self: center; }
    @media only screen and (max-width: 1140px) {
      .footer__nav--journal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0;
        padding-bottom: 0; } }
  .footer__social {
    margin: 25px 0 20px 0; }
    @media only screen and (max-width: 1140px) {
      .footer__social {
        margin: 20px 0 20px 0; } }
    @media only screen and (max-width: 1140px) {
      .footer__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0;
        padding-bottom: 0; } }
    .footer__social li {
      padding: 0 5px 0 5px; }

.nested-form .grid--containerExtraSmall p {
  color: #5C1E18; }

.our-distillery .carousel-m__slide {
  width: 25%; }

.product .carousel-m__slide {
  width: 33.3333333%; }

.visit-us .signup .umbraco-forms-page.with-bounding-lines {
  border-bottom: 0;
  padding-bottom: 0; }

.error .btn {
  margin-top: 60px; }

.contact-us .imgLink.imgLink--pt-sm {
  padding-top: 100px; }

.the-collection .banner__msg p {
  line-height: 0.8; }

.slick-slider:focus, .uiCar__carousel:focus, .slick-list:focus, .uiCar__slide:focus, .slick-slide:focus, .slick-current:focus, .slick-active:focus, .slick-center:focus {
  outline: none !important; }

@media only screen and (max-width: 640px) {
  .search-results .banner--searchResults p {
    display: block; } }

.heritage .imgLink.imgLink--pt-sm, .stockists .imgLink.imgLink--pt-sm {
  padding-top: 100px; }

.basic-page .mod__text h2, .basic-page .mod__text h3 {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.21428571;
  color: #5C1E18;
  text-transform: none; }
  .basic-page .mod__text h2:before, .basic-page .mod__text h3:before {
    display: none; }

.basic-page .mod__text h2 + h3 {
  margin-top: 40px; }

.basic-page .mod__text a {
  color: #279A8C; }
  .basic-page .mod__text a:hover {
    color: #5C1E18; }

.crop-img {
  background-size: cover;
  background-position: center; }
  .crop-img img {
    display: none; }
