/** Q: Why the ".99" px for every max width?
 *  A: It addresses a bug on zoomed-in browser windows.
 *  Details: http://damienclarke.me/code/posts/those-1px-gaps-between-media-queries-can-be-a-problem
 */
/* We own a license to Brown Bold, but it is not available on a CDN.
   Therefore we must host it.
 */
@font-face {
  font-family: 'Brown Bold';
  src: url("/assets/fonts/brown/bold/brownstd-bold.otf") format("opentype"), url("/assets/fonts/brown/bold/brownstd-bold.woff") format("woff"); }

@font-face {
  font-family: 'Brown Light';
  src: url("/assets/fonts/brown/light/brownstd-light.otf") format("opentype"), url("/assets/fonts/brown/light/brownstd-light.woff") format("woff"); }

@font-face {
  font-family: 'Brown Regular';
  src: url("/assets/fonts/brown/regular/brownstd-regular.otf") format("opentype"), url("/assets/fonts/brown/regular/brownstd-regular.woff") format("woff"); }

/* Import Playfair Display */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local("Playfair Display"), local("PlayfairDisplay-Regular"), url("/assets/fonts/playfair/regular/playfairdisplay-400-regular.woff2") format("woff2"), url("/assets/fonts/playfair/regular/playfairdisplay-regular-webfont.woff") format("woff"), url("/assets/fonts/playfair/regular/playfairdisplay-regular-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: local("Playfair Display"), local("PlayfairDisplay-Italic"), url("/assets/fonts/playfair/italic/playfairdisplay-400-italic.woff2") format("woff2"), url("/assets/fonts/playfair/italic/playfairdisplay-italic-webfont.woff") format("woff"), url("/assets/fonts/playfair/italic/playfairdisplay-italic-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("/assets/fonts/playfair/bold/playfairdisplay-700-bold.woff2") format("woff2"), url("/assets/fonts/playfair/bold/playfairdisplay-bold-webfont.woff") format("woff"), url("/assets/fonts/playfair/bold/playfairdisplay-bold-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: local("Playfair Display Bold Italic"), local("PlayfairDisplay-BoldItalic"), url("/assets/fonts/playfair/bold-italic/playfairdisplay-700-bolditalic.woff2") format("woff2"), url("/assets/fonts/playfair/bold-italic/playfairdisplay-bolditalic-webfont.woff") format("woff"), url("/assets/fonts/playfair/bold-italic/playfairdisplay-bolditalic-webfont.ttf") format("truetype"); }

/* Font Sizes */
/* Margins */
/* Define Font Styles */
/* These are defined by UX, please ask if unsure which to use! */
button {
  display: block;
  margin: 0 auto;
  cursor: pointer; }
  button.pill {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    border: 2px solid #EF4B4B;
    border-radius: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px; }
    button.pill .spinner-wrapper {
      bottom: 25px; }
      button.pill .spinner-wrapper .spinner::before {
        display: none; }
    button.pill.jumbo {
      font-family: 'Brown Bold', sans-serif;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      display: inline-block;
      margin: 15px;
      padding: 8px 38px;
      border-radius: 25px;
      font-size: 14px; }
  button.red {
    background-color: #EF4B4B;
    color: #F5F5F5;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
    button.red:hover {
      background-color: transparent;
      color: #EF4B4B; }
    button.red:active {
      background-color: #EF4B4B;
      color: #F5F5F5;
      -webkit-transition: none;
      transition: none; }
    button.red.fetching {
      background-color: transparent;
      color: transparent; }
  button.pink {
    color: #F5F5F5;
    background-color: #E7CDBE;
    border: 2px solid #E7CDBE;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
    button.pink:hover {
      background-color: transparent;
      color: #E7CDBE; }
    button.pink:active {
      background-color: #E7CDBE;
      color: #F5F5F5;
      -webkit-transition: none;
      transition: none; }
    button.pink.fetching {
      background-color: transparent;
      color: transparent; }
  button.rectangle-outline {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #333;
    height: 42px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    margin: 30px 0;
    background-color: transparent;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }

#r29-container > .spinner-wrapper .spinner {
  margin: 100px auto; }

.spinner-wrapper {
  position: relative; }
  .spinner-wrapper .spinner {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 10px auto;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjUgMjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI1IDI1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTE2LjkyLDEyLjZjLTAuODksMC0xLjQ3LTAuNjgtMS40Ny0xLjU0YzAtMC4wNywwLjAxLTAuMTQsMC4wMS0wLjIxYzAtMC4wMSwwLTAuMDMsMC0wLjA0YzAuMS0wLjc0LDAuNjUtMS4yOSwxLjQ2LTEuMjkKCWMwLjg5LDAsMS40NywwLjY4LDEuNDcsMS41NEMxOC40LDExLjkyLDE3LjgxLDEyLjYsMTYuOTIsMTIuNiBNMTQuOTEsMTYuODNsLTIuMTMtMi43NWMwLjc4LTAuMjUsMS40MS0wLjY2LDEuODctMS4yMwoJYzAuNTEsMC42NCwxLjMxLDEuMDUsMi4yNywxLjA1YzAuMDEsMCwwLjA3LDAsMC4wNywwTDE0LjkxLDE2LjgzeiBNMTYuOTIsOC4yMmMtMC42MSwwLTEuMTYsMC4xNy0xLjYsMC40NQoJYy0wLjUyLTEuOC0yLjA4LTIuODEtNC40Ni0yLjgxSDcuMXYxLjMxaDMuODZjMS45NywwLDMuMTMsMS4wNywzLjEzLDIuOTRjMCwxLjg3LTEuMTcsMi45NC0zLjEzLDIuOTRoLTAuMDNsMC4yMi0wLjMzCgljMC40OC0wLjcyLDAuOTEtMS40MiwwLjkxLTIuMDljMC0xLjM3LTAuODctMi40MS0yLjU3LTIuNDFjLTEuNDcsMC0yLjU4LDEuMTQtMi41OCwyLjQ2aDEuNGMwLTAuNjYsMC40My0xLjE1LDEuMTgtMS4xNQoJYzAuOCwwLDEuMTcsMC40NiwxLjE3LDEuMTRjMCwwLjUyLTAuMzMsMS4wNC0wLjcsMS41N2wtMC41NiwwLjgxSDcuMXYxLjNoMS40MWwtMi40NiwzLjZoNS44OXYtMS4zMUg4LjQ3bDEuNTctMi4yOWgwLjgyCgljMC4xNCwwLDAuMjcsMCwwLjQtMC4wMWw0LjEyLDUuMzhoMS43N2wtMS4zNi0xLjc2bDIuNTktMy43OGMwLjY3LTAuOTQsMS40NC0xLjk1LDEuNDQtMy4xMkMxOS44MSw5LjUsMTguNjIsOC4yMiwxNi45Miw4LjIyIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPg==");
    background-size: cover;
    background-position: center center;
    z-index: 1;
    opacity: 0.55; }
    .spinner-wrapper .spinner::after {
      display: block;
      clear: both;
      content: ''; }
    .spinner-wrapper .spinner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: border-box;
      width: 50px;
      height: 50px;
      border-width: 3px;
      border-style: solid;
      border-color: #000;
      border-bottom-color: rgba(255, 255, 255, 0);
      border-radius: 50%;
      -webkit-animation: loaderspin 1s linear 0s infinite normal;
              animation: loaderspin 1s linear 0s infinite normal;
      z-index: 2; }
  .spinner-wrapper.inline {
    bottom: 15px; }
    .spinner-wrapper.inline .spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      box-sizing: border-box;
      width: 20px;
      height: 20px;
      border-left: 3px solid #EF4B4B;
      border-right: 3px solid #EF4B4B;
      border-top: 3px solid #EF4B4B;
      border-bottom: 3px solid transparent;
      border-radius: 50%;
      -webkit-animation: loaderspin-translate 1s linear 0s infinite normal;
              animation: loaderspin-translate 1s linear 0s infinite normal; }

@-webkit-keyframes loaderspin {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes loaderspin {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes loaderspin-translate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes loaderspin-translate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); } }

.cross-site-cta {
  display: block;
  position: absolute;
  color: #FFF;
  right: 0;
  top: 110px;
  width: 294px;
  padding: 32px 43px;
  font-size: 14px;
  line-height: 1.4em;
  z-index: 0;
  background: -webkit-linear-gradient(left, #ff0bd2 0%, #0026ff 100%);
  background: linear-gradient(to right, #ff0bd2 0%, #0026ff 100%);
  background-color: #ff0bd2; }
  .cross-site-cta .fa-caret-up {
    position: absolute;
    color: #0026ff;
    top: -19px;
    right: 33px;
    font-size: 28px; }
  .cross-site-cta .fa-times {
    position: absolute;
    right: 13px;
    top: 13px;
    font-size: 10px;
    cursor: pointer; }
  .cross-site-cta p {
    margin-bottom: 15px; }
  .cross-site-cta .pill {
    height: 35px;
    background: #FFF;
    border: #FFF;
    color: #000; }

.story-share {
  margin: 0 auto; }
  .story-share.article-top {
    width: 165px; }
  @media only screen and (min-width: 761px) {
    .story-share.article-bottom {
      width: 165px; } }
  @media only screen and (max-width: 760.99px) {
    .story-share.article-bottom {
      width: 275px; } }
  .story-share.article-bottom.site-us {
    /**
       * Give the US social icons more/less breathing room,
       * since there are a different number of social icons.
       */ }
    @media only screen and (min-width: 761px) {
      .story-share.article-bottom.site-us {
        width: 220px; } }
    @media only screen and (max-width: 760.99px) {
      .story-share.article-bottom.site-us {
        width: 165px; } }
  .story-share.image-shares {
    position: relative;
    float: right;
    bottom: 70px;
    height: 0; }
    .story-share.image-shares .fa {
      margin: 15px 10px 15px 0; }
  .story-share button {
    display: inline-block;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 15px 7.5px;
    text-align: center;
    -webkit-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out; }
    .story-share button.fa-facebook {
      background-color: #3B5998; }
      .story-share button.fa-facebook:hover {
        background-color: #5573B2; }
    .story-share button.fa-pinterest-p {
      background-color: #CB2027; }
      .story-share button.fa-pinterest-p:hover {
        background-color: #E53A41; }
    .story-share button.fa-envelope-o {
      background-color: #A0D7D5; }
      .story-share button.fa-envelope-o:hover {
        background-color: #BAF1EF; }
    .story-share button.fa-twitter {
      background-color: #00ACED; }
      .story-share button.fa-twitter:hover {
        background-color: #1AC6FF; }
    .story-share button.fa-comments-o {
      background-color: #6725E1; }
      .story-share button.fa-comments-o:hover {
        background-color: #813FFB; }
    .story-share button.fa-comment {
      background-color: #282561; }
      .story-share button.fa-comment:hover {
        background-color: #423F7B; }
    .story-share button.fa-youtube-play {
      background-color: #CC181E; }
      .story-share button.fa-youtube-play:hover {
        background-color: #E63238; }
    .story-share button.fa-whatsapp {
      background-color: #25D366; }
      .story-share button.fa-whatsapp:hover {
        background-color: #3FED80; }
    .story-share button.fa-flipboard {
      position: relative;
      top: 14px;
      background-color: #FFF; }
      .story-share button.fa-flipboard::before {
        /**
         * This is a hack to deal with the fact that FontAwesome doesn't
         * have a Flipboard icon.
         **/
        content: url("/assets/icons/flipboard.svg"); }

.email-acquisition {
  background-color: #FC0;
  margin-bottom: 30px; }
  .email-acquisition .row.classic {
    background-color: rgba(255, 255, 255, 0);
    background-image: url("/assets/images/email_acquisition_bg_eyes.gif");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFF;
    line-height: 1.4em;
    min-height: 250px;
    padding-top: 93px;
    padding-bottom: 20px;
    z-index: 0; }
    @media only screen and (min-width: 1221px) {
      .email-acquisition .row.classic {
        background-size: 25%;
        padding-top: 30px;
        min-height: 102px;
        overflow: hidden;
        background-position: 36px -14px; } }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      .email-acquisition .row.classic {
        background-size: 50%;
        background-position: 50% -20px; } }
    @media only screen and (max-width: 760.99px) {
      .email-acquisition .row.classic {
        background-size: 100%;
        background-position: 50% -26px; } }
  .email-acquisition p {
    font-family: 'Brown Bold', sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-top: .5em;
    margin-bottom: 10px; }
    @media only screen and (min-width: 1221px) {
      .email-acquisition p {
        margin: 0;
        margin-left: -26px;
        line-height: 46px; }
        .email-acquisition p br {
          display: none; } }
  .email-acquisition .email-card-form {
    position: relative;
    height: 50px;
    width: 312px;
    margin: 1em auto;
    padding: 7px 8px 6px 20px;
    background: #FFF;
    border-radius: 30px;
    border: 0 solid transparent;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39);
    box-sizing: border-box;
    /* when the input has been focused more than once, give 'em a little shake */ }
    @media only screen and (min-width: 1221px) {
      .email-acquisition .email-card-form {
        position: absolute;
        right: 0;
        top: 28px; } }
    .email-acquisition .email-card-form.shake {
      -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
              animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-perspective: 1000px;
              perspective: 1000px; }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }
  .email-acquisition .email-card-error-message {
    position: absolute;
    top: -1.5em;
    left: 20px;
    background-color: #EF4B4B;
    color: #FFF;
    text-transform: none;
    padding: 0 15px;
    line-height: 1.5em; }
  .email-acquisition .email-card-input {
    font-family: 'Brown Bold', sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    background: transparent;
    border: 0 solid transparent;
    box-sizing: border-box;
    float: left;
    width: 172px;
    padding: 0;
    height: 37px; }
  .email-acquisition .email-card-submit {
    font-family: 'Brown Bold', sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    background: -webkit-linear-gradient(left, #FD5A8E 0%, #FF3F77 100%);
    background: linear-gradient(to right, #FD5A8E 0%, #FF3F77 100%);
    background-color: #FF3F77;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border: 0;
    color: #FFF;
    float: right;
    padding: 2px 15px 0;
    margin: 0;
    vertical-align: 5px;
    outline: 0;
    line-height: 35px;
    height: 37px;
    -webkit-tap-highlight-color: transparent; }
  .email-acquisition.de-de p, .email-acquisition.de p, .email-acquisition.invalid p {
    font-size: 20px; }
    @media only screen and (min-width: 1221px) {
      .email-acquisition.de-de p, .email-acquisition.de p, .email-acquisition.invalid p {
        margin-left: -26px; } }
  .email-acquisition.de-de .legal-disclaimer, .email-acquisition.de .legal-disclaimer {
    font-family: 'Brown Bold', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.5em;
    width: 84%;
    margin: 0 auto;
    margin-top: 20px; }
    @media only screen and (min-width: 1221px) {
      .email-acquisition.de-de .legal-disclaimer, .email-acquisition.de .legal-disclaimer {
        display: block;
        padding: 0 42px 0 153px; } }
  .email-acquisition.validating .email-card-submit {
    background: #B1B1B2;
    background-color: #B1B1B2; }
  .email-acquisition.validating .spinner {
    margin: 8px auto;
    filter: invert(100%);
    -webkit-filter: invert(100%); }
  .email-acquisition.invalid .email-card-form {
    border: 2px solid #EF4B4B;
    padding-top: 5px;
    padding-right: 6px; }
  .email-acquisition.success .email-card-input {
    color: #6AD283; }
  .email-acquisition.success .email-card-submit {
    background: #6AD283;
    background-color: #6AD283; }
  .email-acquisition.theme-money-diary {
    background-color: #1D23AB; }
    .email-acquisition.theme-money-diary .row.classic {
      background-image: url("/assets/images/email_acquisition_bg_money_diary.gif"); }
    .email-acquisition.theme-money-diary .email-card-submit {
      background: #282561; }
  .email-acquisition.theme-horoscopes {
    background-color: #FF4715; }
    .email-acquisition.theme-horoscopes .row.classic {
      background-image: url("/assets/images/email_acquisition_bg_horoscopes.gif"); }
    .email-acquisition.theme-horoscopes .email-card-submit {
      background: #282561; }
  .email-acquisition.theme-shopping {
    background-color: #8A8F94; }
    .email-acquisition.theme-shopping .row.classic {
      background-image: url("/assets/images/email_acquisition_bg_shopping.gif"); }
    .email-acquisition.theme-shopping .email-card-form {
      border: 2px solid #000;
      padding-top: 5px;
      padding-right: 6px; }
      .email-acquisition.theme-shopping .email-card-form .email-card-submit {
        background: #000; }
    .email-acquisition.theme-shopping.invalid .email-card-form {
      border: 2px solid #EF4B4B; }

#archives-nav {
  position: relative;
  height: 50px;
  margin: 50px auto 40px;
  text-align: center; }
  #archives-nav button {
    font-family: 'Brown Bold', sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    display: inline-block;
    border: 1px solid #000;
    height: 55px;
    padding: 0 30px;
    margin: 0 5px; }
    @media only screen and (max-width: 760.99px) {
      #archives-nav button {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        height: 30px;
        padding: 0 10px;
        margin: 0; } }
    #archives-nav button:hover:enabled {
      background-color: #000;
      color: #F5F5F5; }
    #archives-nav button:disabled {
      color: #B1B1B2;
      border: 1px solid #B1B1B2;
      cursor: default; }
  #archives-nav .date-picker {
    display: inline-block; }
    #archives-nav .date-picker .fa-caret-down {
      position: relative;
      right: 40px;
      pointer-events: none; }
      @media only screen and (max-width: 760.99px) {
        #archives-nav .date-picker .fa-caret-down {
          right: 20px;
          top: 1px; } }
    #archives-nav .date-picker select {
      font-family: 'Brown Bold', sans-serif;
      font-size: 13px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 120px;
      height: 55px;
      background: #FFF;
      padding: 0 20px;
      margin: 0 5px;
      border: 0;
      border-radius: 0; }
      @media only screen and (max-width: 760.99px) {
        #archives-nav .date-picker select {
          font-family: 'Brown Bold', sans-serif;
          font-size: 12px;
          letter-spacing: 0.1em;
          line-height: 1.2em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase;
          width: 70px;
          height: 30px;
          padding: 0 10px;
          margin: 0; } }
      #archives-nav .date-picker select:hover {
        cursor: pointer; }
    #archives-nav .date-picker select::-ms-expand {
      display: none; }
    #archives-nav .date-picker.no-date select,
    #archives-nav .date-picker.no-date .fa-caret-down {
      color: #B1B1B2; }

.side-nav {
  font-family: 'Brown Bold', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  word-spacing: normal;
  font-weight: normal;
  text-transform: uppercase;
  width: 280px;
  height: 100%;
  position: fixed;
  right: -280px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background-color: #000;
  color: #FFF;
  text-transform: uppercase;
  z-index: 400;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-user-drag: none; }
  @media only screen and (min-width: 761px) {
    .refresh-2018 .side-nav {
      top: 4px; } }
  .side-nav.expanded {
    -webkit-transform: translate3d(-280px, 0, 0);
            transform: translate3d(-280px, 0, 0); }
  .side-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .side-nav ul li {
      width: 100%;
      padding: 15px 20px; }
      .side-nav ul li a {
        padding: 15px 0; }
      .side-nav ul li .search {
        display: inline-block;
        width: 100%;
        height: 30px; }
        .side-nav ul li .search input {
          font-family: Georgia, 'Times New Roman', serif;
          font-size: 14px;
          letter-spacing: normal;
          line-height: 1.5em;
          word-spacing: normal;
          width: 100%;
          height: 30px;
          border: 0;
          border-radius: 5px;
          padding: 7px 15px;
          line-height: inherit; }
          .side-nav ul li .search input a {
            border-bottom: solid 2px #27FFBC; }
            .side-nav ul li .search input a:hover {
              border-bottom-color: #EF4B4B; }
        .side-nav ul li .search .fa-search {
          float: right;
          position: relative;
          bottom: 22px;
          right: 10px;
          color: #B1B1B2; }
      .side-nav ul li.category {
        font-family: 'Brown Bold', sans-serif;
        font-size: 11px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        background-color: #333;
        color: #B1B1B2;
        padding: 10px 20px; }
      .side-nav ul li .fa-check {
        float: right;
        font-size: 12px;
        color: #282561; }
      .side-nav ul li .flag {
        height: 14px;
        margin-right: 10px;
        vertical-align: top; }
      .side-nav ul li .social-nav {
        text-align: center;
        padding: 0; }
        .side-nav ul li .social-nav li {
          display: inline-block;
          width: 32px;
          line-height: 20px;
          font-size: 17px;
          padding: 0; }
    .side-nav ul .nav-category {
      padding: 0; }
      .side-nav ul .nav-category a {
        height: 100%;
        width: 100%;
        padding: 15px 20px;
        display: inline-block; }

.main {
  position: absolute;
  left: 0;
  width: 100%; }
  .main > div > * {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
  .main .content,
  .main .global-header {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .main.expanded {
    overflow: hidden; }
    .main.expanded .content,
    .main.expanded .global-header {
      -webkit-transform: translate3d(-280px, 0, 0);
              transform: translate3d(-280px, 0, 0); }
    .main.expanded > div > * {
      opacity: 0.2; }
      .main.expanded > div > *.global-header {
        opacity: 1; }

.global-header {
  width: 100%;
  min-width: 280px;
  background: #FFF;
  height: 110px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 300;
  border-bottom: 1px solid #EFEFF0; }
  .inverted .global-header {
    height: 40px;
    padding: 0 10px;
    top: 0;
    z-index: 300;
    background: #000;
    border: 1px solid #222; }
    .inverted .global-header.sticky {
      position: fixed; }
      .inverted .global-header.sticky .global-header-main {
        max-width: 1100px;
        margin: 0 auto; }
  .condensed-nav .global-header {
    height: 40px;
    padding: 0 10px;
    top: 0;
    z-index: 300; }
    .condensed-nav .global-header.sticky {
      position: fixed; }
      .condensed-nav .global-header.sticky .global-header-main {
        max-width: 1100px;
        margin: 0 auto; }
  @media only screen and (max-width: 1220.99px) {
    .global-header {
      height: 40px;
      padding: 0 10px;
      top: 0;
      z-index: 300;
      /*
     * This is necessary to offset the 40px positioning between the
     * global header and the main content div on tablet and mobile.
     */
      margin-bottom: -40px; }
      .global-header.sticky {
        position: fixed; }
        .global-header.sticky .global-header-main {
          max-width: 1100px;
          margin: 0 auto; } }
  .global-header .global-header-main {
    height: 100%;
    position: relative; }

.left-menu {
  height: 100%; }
  .left-menu .yt-subscribe-container {
    position: absolute;
    bottom: 3px;
    right: 40px; }
  .left-menu .global-navigation {
    display: inline-block;
    height: 100%; }
    .inverted .left-menu .global-navigation,
    .condensed-nav .left-menu .global-navigation {
      display: none; }
    @media only screen and (max-width: 1220.99px) {
      .left-menu .global-navigation {
        display: none; } }
    .left-menu .global-navigation > ul {
      display: inline-block;
      vertical-align: middle;
      margin-top: 70px;
      padding-left: 20px; }
      .left-menu .global-navigation > ul > li {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        bottom: 19px;
        list-style: none; }
        .left-menu .global-navigation > ul > li a {
          display: block;
          padding: 22px 10px; }
        .left-menu .global-navigation > ul > li:hover {
          border-bottom: 1px solid #EF4B4B; }
          .left-menu .global-navigation > ul > li:hover > ul {
            display: block; }
        .left-menu .global-navigation > ul > li > ul {
          display: none;
          list-style: none;
          position: absolute;
          top: 100%;
          left: 50%;
          margin: 1px 0 0 -155px; }
          .left-menu .global-navigation > ul > li > ul > li {
            position: relative;
            width: 230px;
            text-align: center;
            vertical-align: middle;
            background: #000;
            z-index: 300; }
            .left-menu .global-navigation > ul > li > ul > li > a {
              display: inline-block;
              color: #FFF;
              letter-spacing: 1.2px;
              height: 100%;
              width: 100%;
              padding: 10px 0;
              line-height: 20px; }
              .left-menu .global-navigation > ul > li > ul > li > a:hover {
                color: #EF4B4B; }
            .left-menu .global-navigation > ul > li > ul > li:first-child > a {
              padding-top: 20px; }
            .left-menu .global-navigation > ul > li > ul > li:last-child > a {
              padding-bottom: 20px; }

.right-menu {
  color: #B1B1B2;
  height: 100%;
  position: absolute;
  top: 0;
  right: -5px; }
  .inverted .right-menu,
  .condensed-nav .right-menu {
    width: 40px; }
  @media only screen and (max-width: 1220.99px) {
    .right-menu {
      width: 40px; } }
  .right-menu .social-nav,
  .right-menu .global-search-nav,
  .right-menu .global-site-switch {
    position: relative;
    top: 66px; }
  .right-menu .social-nav {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    margin: 0;
    vertical-align: middle;
    border-right: 1px solid rgba(177, 177, 178, 0.2);
    list-style: none; }
    .inverted .right-menu .social-nav,
    .condensed-nav .right-menu .social-nav {
      display: none; }
    @media only screen and (max-width: 1220.99px) {
      .right-menu .social-nav {
        display: none; } }
    .right-menu .social-nav li {
      font-size: 14px;
      display: inline-block;
      margin: 0;
      padding: 0 7px;
      list-style: none;
      text-align: center;
      vertical-align: middle; }
    .right-menu .social-nav .social-wrapper {
      text-align: center;
      width: 12px; }
      .right-menu .social-nav .social-wrapper.active {
        -webkit-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out;
        width: 90px; }
        .right-menu .social-nav .social-wrapper.active span.fa {
          display: none; }
        .right-menu .social-nav .social-wrapper.active .social-nav-widget {
          opacity: 1;
          vertical-align: center;
          position: static; }
    .right-menu .social-nav span.fa {
      -webkit-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out;
      cursor: pointer; }
      .right-menu .social-nav span.fa.fa-envelope-o:hover {
        color: #A0D7D5; }
      .right-menu .social-nav span.fa.fa-facebook:hover {
        color: #3B5998; }
      .right-menu .social-nav span.fa.fa-youtube-play:hover {
        color: #CC181E; }
      .right-menu .social-nav span.fa.fa-instagram:hover {
        color: #20759C; }
      .right-menu .social-nav span.fa.fa-twitter:hover {
        color: #00ACED; }
      .right-menu .social-nav span.fa.fa-pinterest-p:hover {
        color: #CB2027; }
      .right-menu .social-nav span.fa.fa-tumblr:hover {
        color: #37475C; }
    .right-menu .social-nav .social-nav-widget {
      position: absolute;
      top: -99999px;
      opacity: 0; }
    .right-menu .social-nav .instagram-link {
      width: 60px;
      height: 20px;
      display: block;
      background: url("/assets/images/instagram-follow.png") no-repeat bottom; }
  .right-menu .search-drawer {
    display: none;
    position: absolute;
    top: 43px;
    right: 0;
    width: 375px;
    height: 50px;
    padding: 5px;
    background: #FFF;
    border-left: 1px solid #EFEFF0;
    border-bottom: 1px solid #EFEFF0;
    border-right: 1px solid #EFEFF0;
    z-index: 1; }
    @media only screen and (min-width: 1221px) {
      .right-menu .search-drawer.active {
        display: inline-block; } }
    .right-menu .search-drawer.active input {
      font-size: 25px;
      font-family: 'Brown Std';
      opacity: 1;
      width: 330px;
      padding: 0 6px;
      margin-right: 10px;
      height: 31px; }
      .right-menu .search-drawer.active input::-webkit-search-cancel-button {
        display: none; }
      .right-menu .search-drawer.active input::-webkit-input-placeholder {
        color: #B1B1B2; }
    .right-menu .search-drawer.active .search-close {
      display: block;
      position: absolute;
      top: 15px;
      right: 15px;
      cursor: pointer;
      height: 15px;
      width: 15px;
      background-image: url("/assets/icons/x-icon.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
    .right-menu .search-drawer.active .search-drawer {
      display: inline-block;
      position: absolute;
      top: 43px;
      right: 0;
      width: 375px;
      height: 50px;
      padding: 5px;
      border-left: 1px solid #EFEFF0;
      border-bottom: 1px solid #EFEFF0;
      border-right: 1px solid #EFEFF0;
      background: #FFF;
      z-index: 1; }

.global-search-nav {
  display: inline-block;
  width: auto;
  height: 30px;
  border-right: 1px solid rgba(177, 177, 178, 0.2);
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px; }
  .inverted .global-search-nav,
  .condensed-nav .global-search-nav {
    display: none; }
  @media only screen and (max-width: 1220.99px) {
    .global-search-nav {
      display: none; } }
  .global-search-nav input {
    font-size: 15px;
    border: 0;
    margin: 0;
    outline: none;
    opacity: 0;
    height: 30px;
    width: 0;
    -webkit-transition: opacity 300ms 0s ease-in-out;
    transition: opacity 300ms 0s ease-in-out;
    box-shadow: none; }
  .global-search-nav .fa-search {
    cursor: pointer; }

.search-close {
  display: none; }

.search-drawer {
  display: none; }

.global-logo {
  width: 100px;
  height: 68px;
  display: inline-block; }
  .global-logo .condensed {
    display: none;
    position: relative;
    height: 39px;
    width: 100%;
    background-image: url("/assets/images/r29-logo-condensed-b.svg");
    background-size: contain;
    background-position: center, center;
    background-repeat: no-repeat; }
  .inverted .global-logo {
    width: 128px;
    height: 100%; }
    .inverted .global-logo .full {
      display: none; }
    .inverted .global-logo .condensed {
      display: inline-block; }
    .inverted .global-logo .condensed {
      background-image: url("/assets/images/refinery29-logo-horizontal-w.svg"); }
  .condensed-nav .global-logo {
    width: 128px;
    height: 100%; }
    .condensed-nav .global-logo .full {
      display: none; }
    .condensed-nav .global-logo .condensed {
      display: inline-block; }
  @media only screen and (max-width: 1220.99px) {
    .global-logo {
      width: 128px;
      height: 100%; }
      .global-logo .full {
        display: none; }
      .global-logo .condensed {
        display: inline-block; } }
  .global-logo img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    z-index: 1; }
  .global-logo .full {
    position: relative;
    top: 10px;
    height: 100%;
    width: 100%;
    background: url("/assets/images/r29-logo-b.svg");
    background-size: contain;
    background-position: center, center;
    background-repeat: no-repeat; }
  .global-logo .condensed,
  .global-logo .full {
    line-height: 0.6em; }

.global-site-switch {
  display: inline-block;
  width: auto;
  height: 30px;
  vertical-align: middle;
  font-size: 14px;
  padding: 0 10px; }
  .inverted .global-site-switch,
  .condensed-nav .global-site-switch {
    display: none; }
  @media only screen and (max-width: 1220.99px) {
    .global-site-switch {
      display: none; } }
  .global-site-switch .country {
    display: inline-block;
    height: 30px;
    vertical-align: middle; }
    .global-site-switch .country img {
      vertical-align: middle;
      height: 14px;
      width: auto;
      margin: 8px 5px; }
  .global-site-switch ul {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 66px;
    padding: 10px;
    background-color: #000;
    margin: 0;
    cursor: pointer;
    z-index: 1; }
    .global-site-switch ul li {
      list-style: none;
      margin: 5px 0; }
    .global-site-switch ul a {
      font-family: 'Brown Bold', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      color: #FFF; }
      .global-site-switch ul a img {
        height: 12px;
        margin-right: 5px; }
  .global-site-switch:hover ul,
  .global-site-switch ul:hover {
    visibility: visible;
    opacity: 1; }

.side-nav-toggle {
  display: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background-image: url("/assets/icons/hamburger.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
  .inverted .side-nav-toggle {
    display: inline-block;
    background-image: url("/assets/icons/hamburger-w.svg"); }
  .condensed-nav .side-nav-toggle {
    display: inline-block; }
  @media only screen and (max-width: 1220.99px) {
    .side-nav-toggle {
      display: inline-block; } }

.shopping-home .global-header.sticky {
  -webkit-transition: all .4s;
  transition: all .4s; }

.shopping-home .global-header.sticky.transparent {
  background-color: transparent;
  border-bottom: 0; }
  .shopping-home .global-header.sticky.transparent .global-logo .condensed {
    background-image: url("/assets/images/r29-logo-condensed-w.svg"); }
  .shopping-home .global-header.sticky.transparent .side-nav-toggle {
    background-image: url("/assets/icons/hamburger-w.svg"); }
  .shopping-home .global-header.sticky.transparent .list-newsletter-subscribe-button {
    color: #FFF; }

.module.notification {
  font-family: 'Brown Regular', sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  word-spacing: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  text-transform: none;
  width: 100%;
  text-align: center;
  color: #B1B1B2;
  padding: 20px; }
  .module.notification a {
    text-decoration: underline; }
    .module.notification a:hover {
      color: #333; }
  .module.notification > span,
  .module.notification > a {
    display: block;
    margin: 15px; }
  .module.notification a {
    text-decoration: none; }
  .module.notification button {
    margin: 0 auto; }

.module.page-header {
  background: #FFF;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .module.page-header .branding {
    top: 30px;
    width: 300px;
    margin: 0 auto;
    position: relative; }
    .module.page-header .branding img {
      width: 100%; }
  .module.page-header .image {
    top: 25px;
    position: relative; }
    .module.page-header .image img {
      border-radius: 50%;
      height: 135px;
      width: 135px; }
  .module.page-header .subtitle {
    position: relative;
    width: 100%;
    max-width: 550px;
    padding: 0 20px;
    margin: -20px auto 40px; }
  .module.page-header h1 {
    font-family: 'Brown Regular', sans-serif;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    background: #FFF;
    padding: 30px 0;
    letter-spacing: 0.2em;
    text-align: center; }
    .module.page-header h1 a {
      text-decoration: underline; }
      .module.page-header h1 a:hover {
        color: #333; }
    @media only screen and (max-width: 1220.99px) {
      .module.page-header h1 {
        font-family: 'Brown Regular', sans-serif;
        font-size: 30px;
        letter-spacing: 0.1em;
        line-height: 1.4em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase; }
        .module.page-header h1 a {
          text-decoration: underline; }
          .module.page-header h1 a:hover {
            color: #333; } }
  .module.page-header.with-image h1 {
    letter-spacing: 0.1em; }
  .module.page-header h2 {
    font-family: 'Brown Bold', sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #B1B1B2;
    letter-spacing: 0.05em;
    line-height: 1.3em; }

.module.taboola-recommended {
  min-width: 240px;
  position: relative;
  margin: 0 auto; }
  @media only screen and (min-width: 1221px) {
    .module.taboola-recommended {
      padding: 120px 0 0; } }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .module.taboola-recommended {
      width: 720px;
      padding: 90px 0 0; } }
  @media only screen and (max-width: 760.99px) {
    .module.taboola-recommended {
      max-width: 415px;
      padding: 75px 0 0; } }

.module #archive-years {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto; }

.module-header {
  min-width: 240px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 30px; }
  .module-header .container {
    position: relative;
    width: 100%;
    text-align: center; }
    .module-header .container .title {
      font-family: 'Brown Regular', sans-serif;
      font-size: 15px;
      letter-spacing: 0.05em;
      line-height: 1.3em;
      word-spacing: normal;
      text-transform: uppercase;
      background-color: #F5F5F5;
      display: inline-block;
      padding: 0 10px;
      margin: 0 25px;
      letter-spacing: 0.1em;
      z-index: 1; }
      .module-header .container .title::after {
        content: '';
        display: block;
        position: relative;
        width: 40px;
        height: 1px;
        margin: 15px auto 0;
        z-index: 1;
        background-color: #EF4B4B; }
  @media only screen and (max-width: 1220.99px) {
    .module-header {
      max-width: 720px;
      padding: 90px 0 30px; } }
  @media only screen and (max-width: 760.99px) {
    .module-header {
      max-width: 375px;
      padding: 75px 0 15px; } }
  .module-header.shopping-module {
    padding-top: 95px; }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      .module-header.shopping-module {
        max-width: 720px; } }
    .module-header.shopping-module .container {
      line-height: 0.1em;
      margin: 10px 0 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 20px; }
      @media only screen and (min-width: 761px) {
        .module-header.shopping-module .container::before {
          content: '';
          left: 0;
          right: 0;
          height: 2px;
          background: #E7CDBE;
          position: absolute;
          z-index: -1;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      @media only screen and (max-width: 760.99px) {
        .module-header.shopping-module .container {
          line-height: 1; } }
      @media only screen and (min-width: 761px) {
        .module-header.shopping-module .container .title {
          font-family: 'Playfair Display', serif;
          font-size: 18px;
          font-weight: normal;
          word-spacing: normal;
          letter-spacing: .025em;
          text-transform: uppercase;
          background: #F5F5F5;
          padding: 0 25px;
          margin: 0 25px;
          font-weight: bold;
          letter-spacing: 0.05em;
          line-height: 1;
          vertical-align: center; }
          .module-header.shopping-module .container .title::after {
            display: none;
            visibility: hidden; } }
      @media only screen and (max-width: 760.99px) {
        .module-header.shopping-module .container .title {
          font-family: 'Playfair Display', serif;
          font-size: 16px;
          font-weight: normal;
          word-spacing: normal;
          letter-spacing: .025em;
          text-transform: uppercase;
          background-color: #F5F5F5; }
          .module-header.shopping-module .container .title::after {
            content: '';
            display: block;
            position: relative;
            width: 75%;
            height: 2px;
            background-color: #E7CDBE; } }

.spot-im-recirculation-container {
  padding-top: 60px; }

#archives-footer-nav .module .header {
  padding: 60px 0 30px; }

#archives-footer-nav #archives-day-nav {
  margin: 0 auto;
  max-width: 1100px; }
  #archives-footer-nav #archives-day-nav .day-link {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0; }
    #archives-footer-nav #archives-day-nav .day-link a {
      padding: 20px 0;
      position: relative; }
    #archives-footer-nav #archives-day-nav .day-link.prev .fa {
      right: 5px;
      float: left; }
    #archives-footer-nav #archives-day-nav .day-link.prev a {
      left: 5px; }
    #archives-footer-nav #archives-day-nav .day-link.next {
      float: right; }
      #archives-footer-nav #archives-day-nav .day-link.next .fa {
        left: 5px;
        float: right; }
      #archives-footer-nav #archives-day-nav .day-link.next a {
        right: 5px; }

.row {
  position: relative;
  width: 100%;
  min-width: 280px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 0;
  background-color: #F5F5F5; }
  @media only screen and (max-width: 760.99px) {
    .row {
      max-width: 435px;
      padding: 0 10px; } }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .row {
      min-width: 760px; } }
  @media only screen and (max-width: 760.99px) {
    .row.no-mobile {
      display: none; } }
  @media only screen and (min-width: 761px) {
    .row > div {
      display: inline-block; } }
  .row.four-series .four-series-inner {
    margin-left: -6px;
    margin-right: -6px; }
    @media only screen and (max-width: 760.99px) {
      .row.four-series .four-series-inner {
        margin-bottom: 6px; } }
  @media only screen and (min-width: 1221px) {
    .row.four-product {
      margin-bottom: 25px; } }
  @media only screen and (max-width: 760.99px) {
    .row.four-product {
      padding: 0; } }
  .row.three-premium {
    text-align: inherit; }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      .row.three-premium {
        max-width: 760px; } }
    @media only screen and (min-width: 1221px) {
      .row.three-premium {
        max-width: 1140px; } }
  .row.multi-story {
    background: #222;
    margin: 0 auto;
    padding: 20px; }
    .row.multi-story .series-container {
      position: relative; }
      .row.multi-story .series-container div,
      .row.multi-story .series-container .title,
      .row.multi-story .series-container .button {
        background: #000;
        color: #FFF; }
      .row.multi-story .series-container a {
        cursor: pointer; }
      @media only screen and (min-width: 761px) {
        .row.multi-story .series-container .content {
          top: 0;
          width: 340px; }
          .row.multi-story .series-container .content .title {
            margin-top: 30px; }
        .row.multi-story .series-container .meta {
          font-family: 'Brown Regular', sans-serif;
          font-size: 22px;
          letter-spacing: 0.1em;
          line-height: 1.4em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase;
          background: transparent;
          position: absolute;
          bottom: 20px;
          left: 80px;
          padding: 5px 20px;
          border-left: 1px solid #FFF; }
          .row.multi-story .series-container .meta a {
            text-decoration: underline; }
            .row.multi-story .series-container .meta a:hover {
              color: #333; }
          .row.multi-story .series-container .meta::before {
            content: '';
            position: absolute;
            left: -60px;
            bottom: 0;
            width: 40px;
            height: 40px;
            background-image: url("/assets/icons/video-circle.svg");
            background-size: contain; } }
      @media only screen and (min-width: 1221px) {
        .row.multi-story .series-container {
          width: 1100px;
          height: 430px; }
          .row.multi-story .series-container img,
          .row.multi-story .series-container .content {
            height: 430px; }
          .row.multi-story .series-container .content {
            left: 760px; } }
      @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
        .row.multi-story .series-container {
          width: 720px;
          height: 445px; }
          .row.multi-story .series-container img,
          .row.multi-story .series-container .content {
            height: 445px; }
          .row.multi-story .series-container .content {
            left: 370px; } }
      @media only screen and (max-width: 760.99px) {
        .row.multi-story .series-container {
          max-width: 415px;
          height: 610px; }
          .row.multi-story .series-container .content {
            bottom: 0;
            height: 388px;
            width: 415px; }
          .row.multi-story .series-container .title {
            margin-top: 20px; }
          .row.multi-story .series-container .meta {
            display: none; }
          .row.multi-story .series-container .opener-image,
          .row.multi-story .series-container .opener-image img,
          .row.multi-story .series-container .content {
            width: 100%; } }
      .row.multi-story .series-container .opener-image {
        position: absolute; }
        .row.multi-story .series-container .opener-image img {
          position: absolute;
          top: 0;
          left: 0; }
      .row.multi-story .series-container .content {
        position: absolute;
        padding: 20px; }
        .row.multi-story .series-container .content .title {
          font-family: 'Brown Bold', sans-serif;
          font-size: 24px;
          letter-spacing: 0.1em;
          line-height: 1.2em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase; }
        .row.multi-story .series-container .content .button {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 40px;
          margin: 0 auto; }
          .row.multi-story .series-container .content .button a button {
            font-family: 'Brown Bold', sans-serif;
            font-size: 11px;
            letter-spacing: 0.1em;
            line-height: 1.2em;
            word-spacing: normal;
            font-weight: normal;
            text-transform: uppercase;
            -webkit-transition: background 0.2s ease-in-out;
            transition: background 0.2s ease-in-out;
            padding: 15px 25px;
            border: 1px solid #444;
            margin: 0 auto; }
            .row.multi-story .series-container .content .button a button:hover {
              background: #444; }
        .row.multi-story .series-container .content ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          .row.multi-story .series-container .content ul li {
            padding: 15px 20px 0; }
            .row.multi-story .series-container .content ul li::before {
              content: '';
              display: block;
              margin: 0 auto 15px;
              width: 30px;
              height: 1px;
              background-color: #333; }
            .row.multi-story .series-container .content ul li a {
              font-family: Georgia, 'Times New Roman', serif;
              font-size: 15px;
              letter-spacing: normal;
              line-height: 1.5em;
              word-spacing: normal;
              -webkit-transition: border-bottom 0.2s ease-in-out;
              transition: border-bottom 0.2s ease-in-out;
              border-bottom: 1px solid transparent;
              font-style: none;
              text-decoration: none;
              text-align: center; }
              .row.multi-story .series-container .content ul li a a {
                border-bottom: solid 2px #27FFBC; }
                .row.multi-story .series-container .content ul li a a:hover {
                  border-bottom-color: #EF4B4B; }
              .row.multi-story .series-container .content ul li a:hover {
                border-bottom: 1px solid #27FFBC; }
  .row .alert {
    font-family: 'Brown Bold', sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #B1B1B2;
    width: 100%;
    text-align: center;
    letter-spacing: normal;
    text-transform: none;
    margin: 0 auto; }

/* Import Card Helpers */
@media only screen and (min-width: 1221px) {
  .card-hover img, .classic .hero-card img, .card img {
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    -moz-transform: translateZ(1px); }
  .card-hover .opener-image::before, .classic .hero-card .opener-image::before, .card .opener-image::before {
    visibility: visible;
    -webkit-transition: 0.1s;
    transition: 0.1s; }
  .card-hover .story-content .title > span, .classic .hero-card .story-content .title > span, .card .story-content .title > span {
    border-bottom: 1px solid transparent; }
  .card-hover:hover, .classic .hero-card:hover, .card:hover {
    cursor: pointer;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05); }
    .card-hover:hover img, .classic .hero-card:hover img, .card:hover img {
      opacity: 0.7; }
    .card-hover:hover .opener-image:not(.error)::before, .classic .hero-card:hover .opener-image:not(.error)::before, .card:hover .opener-image:not(.error)::before {
      opacity: 0;
      visibility: hidden; }
    .card-hover:hover .story-content .title > span, .classic .hero-card:hover .story-content .title > span, .card:hover .story-content .title > span {
      border-bottom: 1px solid #27FFBC; } }

/* Import Card Types */
/* Import Card Hierarchy */
.channel-card-wrapper {
  display: inline-block;
  width: 340px;
  height: 128px;
  margin: 20px; }
  .channel-card-wrapper .channel.card {
    color: #FFF;
    position: relative;
    min-height: 128px;
    height: 100%;
    width: 100%; }
    @media only screen and (max-width: 760.99px) {
      .channel-card-wrapper .channel.card .channel-image {
        position: relative; } }
    .channel-card-wrapper .channel.card:hover .channel-overlay {
      background-color: rgba(0, 0, 0, 0.3); }
    .channel-card-wrapper .channel.card:hover .channel-image {
      opacity: 1; }
  .channel-card-wrapper .channel-overlay {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 65; }
  .channel-card-wrapper .channel-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 15px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    z-index: 70; }
    .channel-card-wrapper .channel-content::before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    @media only screen and (max-width: 1220.99px) {
      .channel-card-wrapper .channel-content {
        right: 5px;
        left: 5px; } }
  .channel-card-wrapper .channel-name {
    display: inline-block;
    vertical-align: middle;
    text-shadow: none; }
    @media only screen and (max-width: 760.99px) {
      .channel-card-wrapper .channel-name {
        font-family: 'Brown Regular', sans-serif;
        font-size: 25px;
        letter-spacing: 0.1em;
        line-height: 1.4em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase; }
        .channel-card-wrapper .channel-name a {
          text-decoration: underline; }
          .channel-card-wrapper .channel-name a:hover {
            color: #333; } }
    @media only screen and (min-width: 761px) {
      .channel-card-wrapper .channel-name {
        font-family: 'Brown Bold', sans-serif;
        font-size: 25px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase; } }
  @media only screen and (max-width: 760.99px) {
    .channel-card-wrapper {
      margin: 15px 0;
      width: 100%;
      height: auto; } }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .channel-card-wrapper {
      display: block;
      margin-bottom: 0; } }

.card.feature-video {
  position: relative; }
  @media only screen and (max-width: 760.99px) {
    .card.feature-video {
      position: relative;
      width: 340px;
      height: 660px;
      margin: 20px;
      vertical-align: text-top;
      /* Fluid A */ }
      .card.feature-video.refresh-2018 {
        position: relative;
        width: 340px;
        height: 165px;
        margin: 20px;
        vertical-align: text-top; }
        .card.feature-video.refresh-2018 .opener-image {
          position: relative;
          width: 140px;
          height: 165px;
          float: left;
          overflow: hidden; }
          .card.feature-video.refresh-2018 .opener-image img {
            width: 140px; }
        .card.feature-video.refresh-2018 .story-content {
          float: right;
          width: 200px;
          padding: 20px 15px; }
          .card.feature-video.refresh-2018 .story-content .title {
            margin-top: 20px;
            font-size: 16px;
            text-align: left; }
          .card.feature-video.refresh-2018 .story-content .story-meta {
            position: static;
            width: 100%;
            left: 1em;
            color: #808080;
            font-family: 'Brown Bold', sans-serif;
            font-size: 1;
            font-weight: normal;
            letter-spacing: 0.15em;
            line-height: 1.2em;
            word-spacing: normal;
            text-transform: uppercase;
            text-align: left; }
            .card.feature-video.refresh-2018 .story-content .story-meta .section {
              position: absolute;
              top: 20px;
              left: auto;
              font-size: 10px;
              letter-spacing: 0.15em; }
            .card.feature-video.refresh-2018 .story-content .story-meta .author {
              position: absolute;
              left: auto;
              bottom: 0;
              padding-bottom: 15px;
              text-transform: lowercase; }
              .card.feature-video.refresh-2018 .story-content .story-meta .author .author-name {
                text-transform: uppercase; } }
    @media only screen and (max-width: 760.99px) and (max-width: 760.99px) {
      .card.feature-video.refresh-2018 {
        display: block;
        width: 100%;
        min-width: 500px;
        margin: 2px 0 0;
        overflow: hidden; }
        .card.feature-video.refresh-2018 .opener-image {
          width: 20%;
          height: 165px;
          margin: 5%;
          padding-bottom: 0; }
          .card.feature-video.refresh-2018 .opener-image::before {
            width: 100%;
            height: auto; }
          .card.feature-video.refresh-2018 .opener-image img {
            position: absolute;
            max-width: 100%;
            max-height: 100%; }
        .card.feature-video.refresh-2018 .story-content {
          min-height: 200px;
          width: 70%;
          right: 30px; }
          .card.feature-video.refresh-2018 .story-content .title {
            font-size: 14px;
            padding-top: 10px;
            width: 200px; }
          .card.feature-video.refresh-2018 .story-content .story-meta .section {
            top: 3em; }
          .card.feature-video.refresh-2018 .story-content .story-meta .author {
            padding-bottom: 55px; } }
  @media only screen and (max-width: 760.99px) {
      .card.feature-video.with-date-label .date-label {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        height: 50px;
        border-bottom: 1px solid #F5F5F5; }
        .card.feature-video.with-date-label .date-label span {
          position: absolute;
          top: 0;
          left: 0;
          padding: 19px; }
        .card.feature-video.with-date-label .date-label .fa-angle-right {
          position: absolute;
          top: 0;
          right: 0;
          padding: 19px 22px;
          border-left: 1px solid #F5F5F5; } }
  @media only screen and (max-width: 760.99px) and (min-width: 761px) {
    .card.feature-video.with-date-label {
      height: 720px; }
      .card.feature-video.with-date-label .story-meta .type {
        top: 430px; }
      .card.feature-video.with-date-label .story-meta .section {
        top: 484px; } }
  @media only screen and (max-width: 760.99px) {
      .card.feature-video .sticker {
        position: absolute;
        top: -14px;
        left: 0;
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        z-index: 30;
        text-align: center; }
        .card.feature-video .sticker > img {
          width: 200px;
          height: 30px; }
      .card.feature-video .opener-image {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden; }
      .card.feature-video .story-content {
        min-height: 260px;
        padding: 20px; }
        .card.feature-video .story-content .title {
          font-family: 'Playfair Display', serif;
          font-size: 25px;
          font-weight: bold;
          word-spacing: normal;
          letter-spacing: normal;
          line-height: 1.3em;
          text-transform: none;
          width: 100%;
          padding: 5px 0;
          margin-top: 35px; }
        .card.feature-video .story-content .abstract {
          display: none; } }
    @media only screen and (max-width: 760.99px) and (max-width: 760.99px) {
      .card.feature-video .story-content {
        position: relative;
        display: block; } }
  @media only screen and (max-width: 760.99px) {
      .card.feature-video .story-meta {
        font-family: 'Brown Regular', sans-serif;
        font-size: 10px;
        letter-spacing: 0.1em;
        line-height: 1.4em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase; }
        .card.feature-video .story-meta a {
          text-decoration: underline; }
          .card.feature-video .story-meta a:hover {
            color: #333; }
        .card.feature-video .story-meta .section {
          font-family: 'Brown Bold', sans-serif;
          font-size: 12px;
          letter-spacing: 0.1em;
          line-height: 1.2em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase;
          position: absolute;
          left: 0;
          width: 100%; } }
    @media only screen and (max-width: 760.99px) and (max-width: 760.99px) {
      .card.feature-video .story-meta .section {
        position: absolute;
        top: 34px; }
      .card.feature-video .story-meta .type {
        position: absolute;
        top: -20px; } }
    @media only screen and (max-width: 760.99px) and (min-width: 761px) {
      .card.feature-video .story-meta .section {
        top: 434px; }
      .card.feature-video .story-meta .type {
        top: 380px; } }
  @media only screen and (max-width: 760.99px) and (max-width: 760.99px) {
    .card.feature-video {
      width: 100%;
      height: auto;
      margin: 10px 0; }
      .card.feature-video .opener-image {
        width: 100%;
        padding-bottom: 75%;
        height: 190px; }
        .card.feature-video .opener-image::before {
          width: 100%;
          height: 285px; }
        .card.feature-video .opener-image > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .card.feature-video .story-content {
        min-height: 200px; }
        .card.feature-video .story-content .title {
          font-family: 'Playfair Display', serif;
          font-size: 24px;
          font-weight: bold;
          word-spacing: normal;
          letter-spacing: normal;
          line-height: 1.3em;
          text-transform: none;
          padding-bottom: 30px; } }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .card.feature-video {
      margin: 20px;
      width: 720px;
      height: 620px; }
      .card.feature-video .sticker {
        position: absolute;
        left: 0;
        display: block;
        height: auto;
        overflow: hidden;
        z-index: 30;
        text-align: center; }
        .card.feature-video .sticker > img {
          width: 200px;
          height: 30px; }
      .card.feature-video .opener-image {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden; }
        .card.feature-video .opener-image img {
          height: auto; }
      .card.feature-video .story-content {
        position: absolute;
        padding: 20px; }
        .card.feature-video .story-content .title {
          width: 100%; }
      .card.feature-video .story-meta .section {
        position: absolute;
        left: 0; }
      .card.feature-video .sticker {
        top: -14px;
        width: 100%; }
      .card.feature-video .opener-image {
        width: 720px;
        height: 405px;
        background-size: 750px; }
        .card.feature-video .opener-image img {
          min-width: 100%; }
      .card.feature-video .story-content {
        top: 405px;
        left: 0;
        width: 720px;
        height: 215px; }
        .card.feature-video .story-content .title {
          font-family: 'Playfair Display', serif;
          font-size: 25px;
          font-weight: bold;
          word-spacing: normal;
          letter-spacing: normal;
          line-height: 1.3em;
          text-transform: none;
          padding: 5px 100px;
          margin-top: 40px; }
        .card.feature-video .story-content .abstract {
          display: none; }
      .card.feature-video .story-meta {
        font-family: 'Brown Regular', sans-serif;
        font-size: 10px;
        letter-spacing: 0.1em;
        line-height: 1.4em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase; }
        .card.feature-video .story-meta a {
          text-decoration: underline; }
          .card.feature-video .story-meta a:hover {
            color: #333; }
        .card.feature-video .story-meta .section {
          font-family: 'Brown Bold', sans-serif;
          font-size: 12px;
          letter-spacing: 0.1em;
          line-height: 1.2em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase;
          top: 40px;
          width: 100%; }
        .card.feature-video .story-meta .type {
          top: -25px; } }
  @media only screen and (min-width: 1221px) {
    .card.feature-video {
      margin: 20px;
      width: 1100px;
      height: 430px; }
      .card.feature-video .sticker {
        position: absolute;
        left: 0;
        display: block;
        height: auto;
        overflow: hidden;
        z-index: 30;
        text-align: center; }
        .card.feature-video .sticker > img {
          width: 200px;
          height: 30px; }
      .card.feature-video .opener-image {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden; }
        .card.feature-video .opener-image img {
          height: auto; }
      .card.feature-video .story-content {
        position: absolute;
        padding: 20px; }
        .card.feature-video .story-content .title {
          width: 100%; }
      .card.feature-video .story-meta .section {
        position: absolute;
        left: 0; }
      .card.feature-video .sticker {
        top: -14px;
        width: 760px; }
      .card.feature-video .opener-image {
        width: 760px;
        height: 430px;
        background-size: 795px; }
        .card.feature-video .opener-image img {
          width: 100%; }
      .card.feature-video .story-content {
        top: 0;
        left: 760px;
        width: 340px;
        height: 430px; }
        .card.feature-video .story-content .title {
          font-family: 'Playfair Display', serif;
          font-size: 25px;
          font-weight: bold;
          word-spacing: normal;
          letter-spacing: normal;
          line-height: 1.3em;
          text-transform: none;
          padding: 5px 10px;
          margin-top: 90px; }
        .card.feature-video .story-content .abstract {
          display: block;
          padding: 15px 10px; }
      .card.feature-video .story-meta {
        font-family: 'Brown Regular', sans-serif;
        font-size: 10px;
        letter-spacing: 0.1em;
        line-height: 1.4em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase; }
        .card.feature-video .story-meta a {
          text-decoration: underline; }
          .card.feature-video .story-meta a:hover {
            color: #333; }
        .card.feature-video .story-meta .section {
          font-family: 'Brown Bold', sans-serif;
          font-size: 12px;
          letter-spacing: 0.1em;
          line-height: 1.2em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase;
          top: 90px;
          width: 100%; }
        .card.feature-video .story-meta .type {
          top: 20px; } }

@media only screen and (max-width: 760.99px) {
  .card.feature {
    position: relative;
    width: 340px;
    height: 660px;
    margin: 20px;
    vertical-align: text-top;
    /* Fluid A */ }
    .card.feature.refresh-2018 {
      position: relative;
      width: 340px;
      height: 165px;
      margin: 20px;
      vertical-align: text-top; }
      .card.feature.refresh-2018 .opener-image {
        position: relative;
        width: 140px;
        height: 165px;
        float: left;
        overflow: hidden; }
        .card.feature.refresh-2018 .opener-image img {
          width: 140px; }
      .card.feature.refresh-2018 .story-content {
        float: right;
        width: 200px;
        padding: 20px 15px; }
        .card.feature.refresh-2018 .story-content .title {
          margin-top: 20px;
          font-size: 16px;
          text-align: left; }
        .card.feature.refresh-2018 .story-content .story-meta {
          position: static;
          width: 100%;
          left: 1em;
          color: #808080;
          font-family: 'Brown Bold', sans-serif;
          font-size: 1;
          font-weight: normal;
          letter-spacing: 0.15em;
          line-height: 1.2em;
          word-spacing: normal;
          text-transform: uppercase;
          text-align: left; }
          .card.feature.refresh-2018 .story-content .story-meta .section {
            position: absolute;
            top: 20px;
            left: auto;
            font-size: 10px;
            letter-spacing: 0.15em; }
          .card.feature.refresh-2018 .story-content .story-meta .author {
            position: absolute;
            left: auto;
            bottom: 0;
            padding-bottom: 15px;
            text-transform: lowercase; }
            .card.feature.refresh-2018 .story-content .story-meta .author .author-name {
              text-transform: uppercase; } }
    @media only screen and (max-width: 760.99px) and (max-width: 760.99px) {
      .card.feature.refresh-2018 {
        display: block;
        width: 100%;
        min-width: 500px;
        margin: 2px 0 0;
        overflow: hidden; }
        .card.feature.refresh-2018 .opener-image {
          width: 20%;
          height: 165px;
          margin: 5%;
          padding-bottom: 0; }
          .card.feature.refresh-2018 .opener-image::before {
            width: 100%;
            height: auto; }
          .card.feature.refresh-2018 .opener-image img {
            position: absolute;
            max-width: 100%;
            max-height: 100%; }
        .card.feature.refresh-2018 .story-content {
          min-height: 200px;
          width: 70%;
          right: 30px; }
          .card.feature.refresh-2018 .story-content .title {
            font-size: 14px;
            padding-top: 10px;
            width: 200px; }
          .card.feature.refresh-2018 .story-content .story-meta .section {
            top: 3em; }
          .card.feature.refresh-2018 .story-content .story-meta .author {
            padding-bottom: 55px; } }

@media only screen and (max-width: 760.99px) {
    .card.feature.with-date-label .date-label {
      font-family: 'Brown Bold', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      height: 50px;
      border-bottom: 1px solid #F5F5F5; }
      .card.feature.with-date-label .date-label span {
        position: absolute;
        top: 0;
        left: 0;
        padding: 19px; }
      .card.feature.with-date-label .date-label .fa-angle-right {
        position: absolute;
        top: 0;
        right: 0;
        padding: 19px 22px;
        border-left: 1px solid #F5F5F5; } }
  @media only screen and (max-width: 760.99px) and (min-width: 761px) {
    .card.feature.with-date-label {
      height: 720px; }
      .card.feature.with-date-label .story-meta .type {
        top: 430px; }
      .card.feature.with-date-label .story-meta .section {
        top: 484px; } }

@media only screen and (max-width: 760.99px) {
    .card.feature .sticker {
      position: absolute;
      top: -14px;
      left: 0;
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden;
      z-index: 30;
      text-align: center; }
      .card.feature .sticker > img {
        width: 200px;
        height: 30px; }
    .card.feature .opener-image {
      position: relative;
      width: 100%;
      height: 400px;
      overflow: hidden; }
    .card.feature .story-content {
      min-height: 260px;
      padding: 20px; }
      .card.feature .story-content .title {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none;
        width: 100%;
        padding: 5px 0;
        margin-top: 35px; }
      .card.feature .story-content .abstract {
        display: none; } }
    @media only screen and (max-width: 760.99px) and (max-width: 760.99px) {
      .card.feature .story-content {
        position: relative;
        display: block; } }

@media only screen and (max-width: 760.99px) {
    .card.feature .story-meta {
      font-family: 'Brown Regular', sans-serif;
      font-size: 10px;
      letter-spacing: 0.1em;
      line-height: 1.4em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase; }
      .card.feature .story-meta a {
        text-decoration: underline; }
        .card.feature .story-meta a:hover {
          color: #333; }
      .card.feature .story-meta .section {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        width: 100%; } }
    @media only screen and (max-width: 760.99px) and (max-width: 760.99px) {
      .card.feature .story-meta .section {
        position: absolute;
        top: 34px; }
      .card.feature .story-meta .type {
        position: absolute;
        top: -20px; } }
    @media only screen and (max-width: 760.99px) and (min-width: 761px) {
      .card.feature .story-meta .section {
        top: 434px; }
      .card.feature .story-meta .type {
        top: 380px; } }
  @media only screen and (max-width: 760.99px) and (max-width: 760.99px) {
    .card.feature {
      width: 100%;
      height: auto;
      margin: 10px 0; }
      .card.feature .opener-image {
        width: 100%;
        padding-bottom: 75%;
        height: 190px; }
        .card.feature .opener-image::before {
          width: 100%;
          height: 285px; }
        .card.feature .opener-image > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .card.feature .story-content {
        min-height: 200px; }
        .card.feature .story-content .title {
          font-family: 'Playfair Display', serif;
          font-size: 24px;
          font-weight: bold;
          word-spacing: normal;
          letter-spacing: normal;
          line-height: 1.3em;
          text-transform: none;
          padding-bottom: 30px; } }

@media only screen and (min-width: 761px) and (max-width: 1220.99px) {
  .card.feature {
    position: relative;
    width: 720px;
    height: 445px;
    margin: 20px; }
    .card.feature.with-date-label {
      height: 495px; }
      .card.feature.with-date-label .date-label {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        height: 50px;
        border-bottom: 1px solid #F5F5F5; }
        .card.feature.with-date-label .date-label span {
          position: absolute;
          top: 0;
          left: 0;
          padding: 19px; }
        .card.feature.with-date-label .date-label .fa-angle-right {
          position: absolute;
          top: 0;
          right: 0;
          padding: 19px 22px;
          border-left: 1px solid #F5F5F5; }
      .card.feature.with-date-label .story-content,
      .card.feature.with-date-label .opener-image {
        top: 50px; }
    .card.feature .opener-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 380px;
      height: 445px;
      overflow: hidden; }
      .card.feature .opener-image img {
        min-width: 100%;
        height: auto; }
    .card.feature .story-content {
      position: absolute;
      top: 0;
      left: 380px;
      width: 340px;
      height: 445px;
      padding: 20px; }
      .card.feature .story-content .title {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none;
        width: 100%;
        padding: 5px 10px;
        margin-top: 90px; }
      .card.feature .story-content .abstract {
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 15px;
        letter-spacing: normal;
        line-height: 1.5em;
        word-spacing: normal;
        display: block;
        padding: 15px 20px; }
        .card.feature .story-content .abstract a {
          border-bottom: solid 2px #27FFBC; }
          .card.feature .story-content .abstract a:hover {
            border-bottom-color: #EF4B4B; }
    .card.feature .story-meta {
      font-family: 'Brown Regular', sans-serif;
      font-size: 10px;
      letter-spacing: 0.1em;
      line-height: 1.4em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase; }
      .card.feature .story-meta a {
        text-decoration: underline; }
        .card.feature .story-meta a:hover {
          color: #333; }
      .card.feature .story-meta .section {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%; }
      .card.feature .story-meta .type {
        top: 20px; } }

@media only screen and (min-width: 1221px) {
  .card.feature {
    position: relative;
    width: 1100px;
    height: 660px;
    margin: 20px; }
    .card.feature.with-date-label {
      height: 710px; }
      .card.feature.with-date-label .date-label {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        height: 50px;
        border-bottom: 1px solid #F5F5F5; }
        .card.feature.with-date-label .date-label span {
          position: absolute;
          top: 0;
          left: 0;
          padding: 19px; }
        .card.feature.with-date-label .date-label .fa-angle-right {
          position: absolute;
          top: 0;
          right: 0;
          padding: 19px 22px;
          border-left: 1px solid #F5F5F5; }
      .card.feature.with-date-label .story-content,
      .card.feature.with-date-label .opener-image {
        top: 50px; }
    .card.feature .opener-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 550px;
      height: 660px;
      overflow: hidden; }
      .card.feature .opener-image img {
        width: 100%;
        height: auto; }
    .card.feature .story-content {
      position: absolute;
      top: 0;
      left: 550px;
      width: 550px;
      height: 660px;
      padding: 20px; }
      .card.feature .story-content .title {
        font-family: 'Playfair Display', serif;
        font-size: 40px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none;
        width: 100%;
        padding: 5px 40px;
        margin-top: 140px; }
      .card.feature .story-content .abstract {
        display: block;
        padding: 20px 50px; }
    .card.feature .story-meta {
      font-family: 'Brown Regular', sans-serif;
      font-size: 10px;
      letter-spacing: 0.1em;
      line-height: 1.4em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase; }
      .card.feature .story-meta a {
        text-decoration: underline; }
        .card.feature .story-meta a:hover {
          color: #333; }
      .card.feature .story-meta .section {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        position: absolute;
        top: 130px;
        left: 0;
        width: 100%; }
      .card.feature .story-meta .type {
        top: 70px; } }

.card.standard:not(.last-in-row) {
  position: relative;
  width: 340px;
  height: 660px;
  margin: 20px;
  vertical-align: text-top;
  /* Fluid A */ }
  .card.standard:not(.last-in-row).refresh-2018 {
    position: relative;
    width: 340px;
    height: 165px;
    margin: 20px;
    vertical-align: text-top; }
    .card.standard:not(.last-in-row).refresh-2018 .opener-image {
      position: relative;
      width: 140px;
      height: 165px;
      float: left;
      overflow: hidden; }
      .card.standard:not(.last-in-row).refresh-2018 .opener-image img {
        width: 140px; }
    .card.standard:not(.last-in-row).refresh-2018 .story-content {
      float: right;
      width: 200px;
      padding: 20px 15px; }
      .card.standard:not(.last-in-row).refresh-2018 .story-content .title {
        margin-top: 20px;
        font-size: 16px;
        text-align: left; }
      .card.standard:not(.last-in-row).refresh-2018 .story-content .story-meta {
        position: static;
        width: 100%;
        left: 1em;
        color: #808080;
        font-family: 'Brown Bold', sans-serif;
        font-size: 1;
        font-weight: normal;
        letter-spacing: 0.15em;
        line-height: 1.2em;
        word-spacing: normal;
        text-transform: uppercase;
        text-align: left; }
        .card.standard:not(.last-in-row).refresh-2018 .story-content .story-meta .section {
          position: absolute;
          top: 20px;
          left: auto;
          font-size: 10px;
          letter-spacing: 0.15em; }
        .card.standard:not(.last-in-row).refresh-2018 .story-content .story-meta .author {
          position: absolute;
          left: auto;
          bottom: 0;
          padding-bottom: 15px;
          text-transform: lowercase; }
          .card.standard:not(.last-in-row).refresh-2018 .story-content .story-meta .author .author-name {
            text-transform: uppercase; }
    @media only screen and (max-width: 760.99px) {
      .card.standard:not(.last-in-row).refresh-2018 {
        display: block;
        width: 100%;
        min-width: 500px;
        margin: 2px 0 0;
        overflow: hidden; }
        .card.standard:not(.last-in-row).refresh-2018 .opener-image {
          width: 20%;
          height: 165px;
          margin: 5%;
          padding-bottom: 0; }
          .card.standard:not(.last-in-row).refresh-2018 .opener-image::before {
            width: 100%;
            height: auto; }
          .card.standard:not(.last-in-row).refresh-2018 .opener-image img {
            position: absolute;
            max-width: 100%;
            max-height: 100%; }
        .card.standard:not(.last-in-row).refresh-2018 .story-content {
          min-height: 200px;
          width: 70%;
          right: 30px; }
          .card.standard:not(.last-in-row).refresh-2018 .story-content .title {
            font-size: 14px;
            padding-top: 10px;
            width: 200px; }
          .card.standard:not(.last-in-row).refresh-2018 .story-content .story-meta .section {
            top: 3em; }
          .card.standard:not(.last-in-row).refresh-2018 .story-content .story-meta .author {
            padding-bottom: 55px; } }
  .card.standard:not(.last-in-row).with-date-label .date-label {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    height: 50px;
    border-bottom: 1px solid #F5F5F5; }
    .card.standard:not(.last-in-row).with-date-label .date-label span {
      position: absolute;
      top: 0;
      left: 0;
      padding: 19px; }
    .card.standard:not(.last-in-row).with-date-label .date-label .fa-angle-right {
      position: absolute;
      top: 0;
      right: 0;
      padding: 19px 22px;
      border-left: 1px solid #F5F5F5; }
  @media only screen and (min-width: 761px) {
    .card.standard:not(.last-in-row).with-date-label {
      height: 720px; }
      .card.standard:not(.last-in-row).with-date-label .story-meta .type {
        top: 430px; }
      .card.standard:not(.last-in-row).with-date-label .story-meta .section {
        top: 484px; } }
  .card.standard:not(.last-in-row) .sticker {
    position: absolute;
    top: -14px;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 30;
    text-align: center; }
    .card.standard:not(.last-in-row) .sticker > img {
      width: 200px;
      height: 30px; }
  .card.standard:not(.last-in-row) .opener-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden; }
  .card.standard:not(.last-in-row) .story-content {
    min-height: 260px;
    padding: 20px; }
    .card.standard:not(.last-in-row) .story-content .title {
      font-family: 'Playfair Display', serif;
      font-size: 25px;
      font-weight: bold;
      word-spacing: normal;
      letter-spacing: normal;
      line-height: 1.3em;
      text-transform: none;
      width: 100%;
      padding: 5px 0;
      margin-top: 35px; }
    .card.standard:not(.last-in-row) .story-content .abstract {
      display: none; }
    @media only screen and (max-width: 760.99px) {
      .card.standard:not(.last-in-row) .story-content {
        position: relative;
        display: block; } }
  .card.standard:not(.last-in-row) .story-meta {
    font-family: 'Brown Regular', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase; }
    .card.standard:not(.last-in-row) .story-meta a {
      text-decoration: underline; }
      .card.standard:not(.last-in-row) .story-meta a:hover {
        color: #333; }
    .card.standard:not(.last-in-row) .story-meta .section {
      font-family: 'Brown Bold', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      position: absolute;
      left: 0;
      width: 100%; }
    @media only screen and (max-width: 760.99px) {
      .card.standard:not(.last-in-row) .story-meta .section {
        position: absolute;
        top: 34px; }
      .card.standard:not(.last-in-row) .story-meta .type {
        position: absolute;
        top: -20px; } }
    @media only screen and (min-width: 761px) {
      .card.standard:not(.last-in-row) .story-meta .section {
        top: 434px; }
      .card.standard:not(.last-in-row) .story-meta .type {
        top: 380px; } }
  @media only screen and (max-width: 760.99px) {
    .card.standard:not(.last-in-row) {
      width: 100%;
      height: auto;
      margin: 10px 0; }
      .card.standard:not(.last-in-row) .opener-image {
        width: 100%;
        padding-bottom: 75%;
        height: 190px; }
        .card.standard:not(.last-in-row) .opener-image::before {
          width: 100%;
          height: 285px; }
        .card.standard:not(.last-in-row) .opener-image > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .card.standard:not(.last-in-row) .story-content {
        min-height: 200px; }
        .card.standard:not(.last-in-row) .story-content .title {
          font-family: 'Playfair Display', serif;
          font-size: 24px;
          font-weight: bold;
          word-spacing: normal;
          letter-spacing: normal;
          line-height: 1.3em;
          text-transform: none;
          padding-bottom: 30px; } }

@media only screen and (max-width: 760.99px) {
  .card.standard.last-in-row {
    position: relative;
    width: 340px;
    height: 660px;
    margin: 20px;
    vertical-align: text-top;
    /* Fluid A */ }
    .card.standard.last-in-row.refresh-2018 {
      position: relative;
      width: 340px;
      height: 165px;
      margin: 20px;
      vertical-align: text-top; }
      .card.standard.last-in-row.refresh-2018 .opener-image {
        position: relative;
        width: 140px;
        height: 165px;
        float: left;
        overflow: hidden; }
        .card.standard.last-in-row.refresh-2018 .opener-image img {
          width: 140px; }
      .card.standard.last-in-row.refresh-2018 .story-content {
        float: right;
        width: 200px;
        padding: 20px 15px; }
        .card.standard.last-in-row.refresh-2018 .story-content .title {
          margin-top: 20px;
          font-size: 16px;
          text-align: left; }
        .card.standard.last-in-row.refresh-2018 .story-content .story-meta {
          position: static;
          width: 100%;
          left: 1em;
          color: #808080;
          font-family: 'Brown Bold', sans-serif;
          font-size: 1;
          font-weight: normal;
          letter-spacing: 0.15em;
          line-height: 1.2em;
          word-spacing: normal;
          text-transform: uppercase;
          text-align: left; }
          .card.standard.last-in-row.refresh-2018 .story-content .story-meta .section {
            position: absolute;
            top: 20px;
            left: auto;
            font-size: 10px;
            letter-spacing: 0.15em; }
          .card.standard.last-in-row.refresh-2018 .story-content .story-meta .author {
            position: absolute;
            left: auto;
            bottom: 0;
            padding-bottom: 15px;
            text-transform: lowercase; }
            .card.standard.last-in-row.refresh-2018 .story-content .story-meta .author .author-name {
              text-transform: uppercase; } }
    @media only screen and (max-width: 760.99px) and (max-width: 760.99px) {
      .card.standard.last-in-row.refresh-2018 {
        display: block;
        width: 100%;
        min-width: 500px;
        margin: 2px 0 0;
        overflow: hidden; }
        .card.standard.last-in-row.refresh-2018 .opener-image {
          width: 20%;
          height: 165px;
          margin: 5%;
          padding-bottom: 0; }
          .card.standard.last-in-row.refresh-2018 .opener-image::before {
            width: 100%;
            height: auto; }
          .card.standard.last-in-row.refresh-2018 .opener-image img {
            position: absolute;
            max-width: 100%;
            max-height: 100%; }
        .card.standard.last-in-row.refresh-2018 .story-content {
          min-height: 200px;
          width: 70%;
          right: 30px; }
          .card.standard.last-in-row.refresh-2018 .story-content .title {
            font-size: 14px;
            padding-top: 10px;
            width: 200px; }
          .card.standard.last-in-row.refresh-2018 .story-content .story-meta .section {
            top: 3em; }
          .card.standard.last-in-row.refresh-2018 .story-content .story-meta .author {
            padding-bottom: 55px; } }

@media only screen and (max-width: 760.99px) {
    .card.standard.last-in-row.with-date-label .date-label {
      font-family: 'Brown Bold', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      height: 50px;
      border-bottom: 1px solid #F5F5F5; }
      .card.standard.last-in-row.with-date-label .date-label span {
        position: absolute;
        top: 0;
        left: 0;
        padding: 19px; }
      .card.standard.last-in-row.with-date-label .date-label .fa-angle-right {
        position: absolute;
        top: 0;
        right: 0;
        padding: 19px 22px;
        border-left: 1px solid #F5F5F5; } }
  @media only screen and (max-width: 760.99px) and (min-width: 761px) {
    .card.standard.last-in-row.with-date-label {
      height: 720px; }
      .card.standard.last-in-row.with-date-label .story-meta .type {
        top: 430px; }
      .card.standard.last-in-row.with-date-label .story-meta .section {
        top: 484px; } }

@media only screen and (max-width: 760.99px) {
    .card.standard.last-in-row .sticker {
      position: absolute;
      top: -14px;
      left: 0;
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden;
      z-index: 30;
      text-align: center; }
      .card.standard.last-in-row .sticker > img {
        width: 200px;
        height: 30px; }
    .card.standard.last-in-row .opener-image {
      position: relative;
      width: 100%;
      height: 400px;
      overflow: hidden; }
    .card.standard.last-in-row .story-content {
      min-height: 260px;
      padding: 20px; }
      .card.standard.last-in-row .story-content .title {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none;
        width: 100%;
        padding: 5px 0;
        margin-top: 35px; }
      .card.standard.last-in-row .story-content .abstract {
        display: none; } }
    @media only screen and (max-width: 760.99px) and (max-width: 760.99px) {
      .card.standard.last-in-row .story-content {
        position: relative;
        display: block; } }

@media only screen and (max-width: 760.99px) {
    .card.standard.last-in-row .story-meta {
      font-family: 'Brown Regular', sans-serif;
      font-size: 10px;
      letter-spacing: 0.1em;
      line-height: 1.4em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase; }
      .card.standard.last-in-row .story-meta a {
        text-decoration: underline; }
        .card.standard.last-in-row .story-meta a:hover {
          color: #333; }
      .card.standard.last-in-row .story-meta .section {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        width: 100%; } }
    @media only screen and (max-width: 760.99px) and (max-width: 760.99px) {
      .card.standard.last-in-row .story-meta .section {
        position: absolute;
        top: 34px; }
      .card.standard.last-in-row .story-meta .type {
        position: absolute;
        top: -20px; } }
    @media only screen and (max-width: 760.99px) and (min-width: 761px) {
      .card.standard.last-in-row .story-meta .section {
        top: 434px; }
      .card.standard.last-in-row .story-meta .type {
        top: 380px; } }
  @media only screen and (max-width: 760.99px) and (max-width: 760.99px) {
    .card.standard.last-in-row {
      width: 100%;
      height: auto;
      margin: 10px 0; }
      .card.standard.last-in-row .opener-image {
        width: 100%;
        padding-bottom: 75%;
        height: 190px; }
        .card.standard.last-in-row .opener-image::before {
          width: 100%;
          height: 285px; }
        .card.standard.last-in-row .opener-image > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .card.standard.last-in-row .story-content {
        min-height: 200px; }
        .card.standard.last-in-row .story-content .title {
          font-family: 'Playfair Display', serif;
          font-size: 24px;
          font-weight: bold;
          word-spacing: normal;
          letter-spacing: normal;
          line-height: 1.3em;
          text-transform: none;
          padding-bottom: 30px; } }

@media only screen and (min-width: 1221px) {
  .card.standard.last-in-row {
    position: relative;
    width: 340px;
    height: 660px;
    margin: 20px;
    vertical-align: text-top;
    /* Fluid A */ }
    .card.standard.last-in-row.refresh-2018 {
      position: relative;
      width: 340px;
      height: 165px;
      margin: 20px;
      vertical-align: text-top; }
      .card.standard.last-in-row.refresh-2018 .opener-image {
        position: relative;
        width: 140px;
        height: 165px;
        float: left;
        overflow: hidden; }
        .card.standard.last-in-row.refresh-2018 .opener-image img {
          width: 140px; }
      .card.standard.last-in-row.refresh-2018 .story-content {
        float: right;
        width: 200px;
        padding: 20px 15px; }
        .card.standard.last-in-row.refresh-2018 .story-content .title {
          margin-top: 20px;
          font-size: 16px;
          text-align: left; }
        .card.standard.last-in-row.refresh-2018 .story-content .story-meta {
          position: static;
          width: 100%;
          left: 1em;
          color: #808080;
          font-family: 'Brown Bold', sans-serif;
          font-size: 1;
          font-weight: normal;
          letter-spacing: 0.15em;
          line-height: 1.2em;
          word-spacing: normal;
          text-transform: uppercase;
          text-align: left; }
          .card.standard.last-in-row.refresh-2018 .story-content .story-meta .section {
            position: absolute;
            top: 20px;
            left: auto;
            font-size: 10px;
            letter-spacing: 0.15em; }
          .card.standard.last-in-row.refresh-2018 .story-content .story-meta .author {
            position: absolute;
            left: auto;
            bottom: 0;
            padding-bottom: 15px;
            text-transform: lowercase; }
            .card.standard.last-in-row.refresh-2018 .story-content .story-meta .author .author-name {
              text-transform: uppercase; } }
    @media only screen and (min-width: 1221px) and (max-width: 760.99px) {
      .card.standard.last-in-row.refresh-2018 {
        display: block;
        width: 100%;
        min-width: 500px;
        margin: 2px 0 0;
        overflow: hidden; }
        .card.standard.last-in-row.refresh-2018 .opener-image {
          width: 20%;
          height: 165px;
          margin: 5%;
          padding-bottom: 0; }
          .card.standard.last-in-row.refresh-2018 .opener-image::before {
            width: 100%;
            height: auto; }
          .card.standard.last-in-row.refresh-2018 .opener-image img {
            position: absolute;
            max-width: 100%;
            max-height: 100%; }
        .card.standard.last-in-row.refresh-2018 .story-content {
          min-height: 200px;
          width: 70%;
          right: 30px; }
          .card.standard.last-in-row.refresh-2018 .story-content .title {
            font-size: 14px;
            padding-top: 10px;
            width: 200px; }
          .card.standard.last-in-row.refresh-2018 .story-content .story-meta .section {
            top: 3em; }
          .card.standard.last-in-row.refresh-2018 .story-content .story-meta .author {
            padding-bottom: 55px; } }

@media only screen and (min-width: 1221px) {
    .card.standard.last-in-row.with-date-label .date-label {
      font-family: 'Brown Bold', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      height: 50px;
      border-bottom: 1px solid #F5F5F5; }
      .card.standard.last-in-row.with-date-label .date-label span {
        position: absolute;
        top: 0;
        left: 0;
        padding: 19px; }
      .card.standard.last-in-row.with-date-label .date-label .fa-angle-right {
        position: absolute;
        top: 0;
        right: 0;
        padding: 19px 22px;
        border-left: 1px solid #F5F5F5; } }
  @media only screen and (min-width: 1221px) and (min-width: 761px) {
    .card.standard.last-in-row.with-date-label {
      height: 720px; }
      .card.standard.last-in-row.with-date-label .story-meta .type {
        top: 430px; }
      .card.standard.last-in-row.with-date-label .story-meta .section {
        top: 484px; } }

@media only screen and (min-width: 1221px) {
    .card.standard.last-in-row .sticker {
      position: absolute;
      top: -14px;
      left: 0;
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden;
      z-index: 30;
      text-align: center; }
      .card.standard.last-in-row .sticker > img {
        width: 200px;
        height: 30px; }
    .card.standard.last-in-row .opener-image {
      position: relative;
      width: 100%;
      height: 400px;
      overflow: hidden; }
    .card.standard.last-in-row .story-content {
      min-height: 260px;
      padding: 20px; }
      .card.standard.last-in-row .story-content .title {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none;
        width: 100%;
        padding: 5px 0;
        margin-top: 35px; }
      .card.standard.last-in-row .story-content .abstract {
        display: none; } }
    @media only screen and (min-width: 1221px) and (max-width: 760.99px) {
      .card.standard.last-in-row .story-content {
        position: relative;
        display: block; } }

@media only screen and (min-width: 1221px) {
    .card.standard.last-in-row .story-meta {
      font-family: 'Brown Regular', sans-serif;
      font-size: 10px;
      letter-spacing: 0.1em;
      line-height: 1.4em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase; }
      .card.standard.last-in-row .story-meta a {
        text-decoration: underline; }
        .card.standard.last-in-row .story-meta a:hover {
          color: #333; }
      .card.standard.last-in-row .story-meta .section {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        width: 100%; } }
    @media only screen and (min-width: 1221px) and (max-width: 760.99px) {
      .card.standard.last-in-row .story-meta .section {
        position: absolute;
        top: 34px; }
      .card.standard.last-in-row .story-meta .type {
        position: absolute;
        top: -20px; } }
    @media only screen and (min-width: 1221px) and (min-width: 761px) {
      .card.standard.last-in-row .story-meta .section {
        top: 434px; }
      .card.standard.last-in-row .story-meta .type {
        top: 380px; } }
  @media only screen and (min-width: 1221px) and (max-width: 760.99px) {
    .card.standard.last-in-row {
      width: 100%;
      height: auto;
      margin: 10px 0; }
      .card.standard.last-in-row .opener-image {
        width: 100%;
        padding-bottom: 75%;
        height: 190px; }
        .card.standard.last-in-row .opener-image::before {
          width: 100%;
          height: 285px; }
        .card.standard.last-in-row .opener-image > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .card.standard.last-in-row .story-content {
        min-height: 200px; }
        .card.standard.last-in-row .story-content .title {
          font-family: 'Playfair Display', serif;
          font-size: 24px;
          font-weight: bold;
          word-spacing: normal;
          letter-spacing: normal;
          line-height: 1.3em;
          text-transform: none;
          padding-bottom: 30px; } }

@media only screen and (min-width: 761px) and (max-width: 1220.99px) {
  .card.standard.last-in-row {
    position: relative;
    width: 720px;
    height: 445px;
    margin: 20px; }
    .card.standard.last-in-row.with-date-label {
      height: 495px; }
      .card.standard.last-in-row.with-date-label .date-label {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        height: 50px;
        border-bottom: 1px solid #F5F5F5; }
        .card.standard.last-in-row.with-date-label .date-label span {
          position: absolute;
          top: 0;
          left: 0;
          padding: 19px; }
        .card.standard.last-in-row.with-date-label .date-label .fa-angle-right {
          position: absolute;
          top: 0;
          right: 0;
          padding: 19px 22px;
          border-left: 1px solid #F5F5F5; }
      .card.standard.last-in-row.with-date-label .story-content,
      .card.standard.last-in-row.with-date-label .opener-image {
        top: 50px; }
    .card.standard.last-in-row .opener-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 380px;
      height: 445px;
      overflow: hidden; }
      .card.standard.last-in-row .opener-image img {
        min-width: 100%;
        height: auto; }
    .card.standard.last-in-row .story-content {
      position: absolute;
      top: 0;
      left: 380px;
      width: 340px;
      height: 445px;
      padding: 20px; }
      .card.standard.last-in-row .story-content .title {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none;
        width: 100%;
        padding: 5px 10px;
        margin-top: 90px; }
      .card.standard.last-in-row .story-content .abstract {
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 15px;
        letter-spacing: normal;
        line-height: 1.5em;
        word-spacing: normal;
        display: block;
        padding: 15px 20px; }
        .card.standard.last-in-row .story-content .abstract a {
          border-bottom: solid 2px #27FFBC; }
          .card.standard.last-in-row .story-content .abstract a:hover {
            border-bottom-color: #EF4B4B; }
    .card.standard.last-in-row .story-meta {
      font-family: 'Brown Regular', sans-serif;
      font-size: 10px;
      letter-spacing: 0.1em;
      line-height: 1.4em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase; }
      .card.standard.last-in-row .story-meta a {
        text-decoration: underline; }
        .card.standard.last-in-row .story-meta a:hover {
          color: #333; }
      .card.standard.last-in-row .story-meta .section {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%; }
      .card.standard.last-in-row .story-meta .type {
        top: 20px; } }

@media only screen and (min-width: 1221px) {
  .card.standard .ad-caption {
    font-family: 'Brown Regular', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 340px;
    padding: 20px;
    text-align: center;
    color: #B1B1B2; }
    .card.standard .ad-caption a {
      text-decoration: underline; }
      .card.standard .ad-caption a:hover {
        color: #333; } }

.classic {
  position: relative;
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  font-size: 0;
  padding: 0; }
  @media only screen and (min-width: 1221px) {
    .classic:not(:last-child) {
      margin-bottom: 65px; } }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .classic:not(:last-child) {
      margin-bottom: 25px; } }
  .classic.single-story + .single-story {
    margin-top: 25px; }
  @media only screen and (min-width: 1221px) {
    .classic.single-story + .row .ad {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 760.99px) {
    .classic.single-story + .row .ad {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1221px) {
    .classic.single-story:last-of-type {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .classic.single-story:last-of-type {
      margin-bottom: 25px; } }
  @media only screen and (min-width: 1221px) {
    .classic.single-story .hero-card {
      width: 1100px;
      height: 413px;
      margin: 20px 0 70px; }
      .classic.single-story .hero-card .opener-image::before {
        width: 1100px;
        height: 413px; }
      .classic.single-story .hero-card .story-content .title {
        font-family: 'Playfair Display', serif;
        font-size: 36px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none; } }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .classic.single-story .hero-card {
      width: 720px;
      height: 270px;
      margin-top: 20px;
      margin-bottom: 95px; }
      .classic.single-story .hero-card .opener-image::before {
        width: 720px;
        height: 270px; }
      .classic.single-story .hero-card .story-content .title {
        font-family: 'Playfair Display', serif;
        font-size: 26px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none; } }
  @media only screen and (min-width: 761px) {
    .classic.single-story .hero-card .story-content {
      width: 80%;
      margin-left: -40%;
      height: auto; }
      .classic.single-story .hero-card .story-content .title {
        padding: 30px 20px 10px; }
      .classic.single-story .hero-card .story-content .story-meta {
        padding: 15px 0 0; }
        .classic.single-story .hero-card .story-content .story-meta .section {
          top: 35px; } }
  .classic .header-label {
    font-family: 'Brown Bold', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background-color: #000;
    color: #FFF;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: width 0.1s linear;
    transition: width 0.1s linear; }
  .classic .hero-card {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 300px;
    height: 360px;
    margin: 0 0 75px;
    padding: 0;
    background-color: transparent; }
    .classic .hero-card .opener-image {
      display: block;
      width: 100%;
      position: relative; }
      .classic .hero-card .opener-image::before {
        display: block;
        left: 0;
        top: 0;
        background: url("/assets/images/placeholder-2.svg");
        background-size: cover;
        content: '';
        width: 300px;
        height: 360px;
        z-index: 0; }
      .classic .hero-card .opener-image img {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0; }
      @media only screen and (min-width: 761px) {
        .classic .hero-card .opener-image {
          position: absolute; } }
      .classic .hero-card .opener-image .sticker {
        position: absolute;
        top: 20px;
        left: 0;
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        z-index: 30;
        text-align: center; }
        .classic .hero-card .opener-image .sticker > img {
          width: 80%;
          height: auto; }
    .classic .hero-card .story-content {
      position: absolute;
      display: block;
      width: 90%;
      height: 135px;
      bottom: -100px;
      left: 50%;
      margin-left: -45%;
      padding: 30px 10px 10px;
      vertical-align: middle;
      clear: both;
      text-align: center;
      background-color: #FFF;
      z-index: 20;
      -webkit-transition: margin 0.1s ease-in-out;
      transition: margin 0.1s ease-in-out; }
      .classic .hero-card .story-content .abstract {
        display: none; }
      .classic .hero-card .story-content .title {
        font-family: 'Playfair Display', serif;
        font-size: 20px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none;
        display: inline-block;
        padding: 15px 5px 5px;
        vertical-align: middle; }
        .classic .hero-card .story-content .title span {
          -webkit-transition: border-bottom 0.1s ease-in-out;
          transition: border-bottom 0.1s ease-in-out; }
      .classic .hero-card .story-content::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        margin-left: -0.25em; }
      .classic .hero-card .story-content .story-meta {
        display: inline-block; }
        .classic .hero-card .story-content .story-meta .section {
          font-family: 'Brown Bold', sans-serif;
          font-size: 12px;
          letter-spacing: 0.1em;
          line-height: 1.2em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase;
          color: #B1B1B2;
          width: 100%;
          text-align: center; }
          @media only screen and (min-width: 761px) {
            .classic .hero-card .story-content .story-meta .section {
              position: absolute;
              top: 30px;
              left: 0; } }
        .classic .hero-card .story-content .story-meta .type {
          position: absolute;
          top: -25px;
          left: 50%;
          width: 50px;
          height: 50px;
          padding: 5px;
          margin-left: -25px;
          background-color: #FFF;
          border-radius: 50%;
          text-align: center;
          vertical-align: center;
          z-index: 50; }
          .classic .hero-card .story-content .story-meta .type.icon-video::after {
            content: url("/assets/icons/video-red.svg"); }
    @media only screen and (min-width: 1221px) {
      .classic .hero-card:hover .story-content {
        margin-bottom: 10px; } }
  @media only screen and (max-width: 1220.99px) {
    .classic {
      width: 640px; }
      .classic .header-label {
        left: 10px; }
      .classic .hero-card {
        margin: 0 10px 120px; } }
  @media only screen and (max-width: 760.99px) {
    .classic {
      width: 100%;
      max-width: 415px;
      min-width: 300px; }
      .classic .header-label {
        left: 0; }
      .classic .hero-card {
        width: 100%;
        height: auto;
        margin: 0 0 145px; }
        .classic .hero-card .story-content {
          top: 90%;
          height: auto;
          bottom: auto;
          padding: 30px 10px 10px; }
          .classic .hero-card .story-content .title {
            font-family: 'Playfair Display', serif;
            font-size: 25px;
            font-weight: bold;
            word-spacing: normal;
            letter-spacing: normal;
            line-height: 1.3em;
            text-transform: none;
            padding: 10px 5px; }
        .classic .hero-card .opener-image {
          height: 0;
          padding-bottom: 120%; }
          .classic .hero-card .opener-image::before {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: auto; }
          .classic .hero-card .opener-image > img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; } }

.card.premium {
  background-color: transparent;
  color: #FFF;
  position: relative; }
  @media only screen and (max-width: 760.99px) {
    .card.premium {
      width: 100%;
      height: auto;
      max-width: 415px;
      min-width: 280px;
      margin: 10px 0; } }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .card.premium {
      width: 215px;
      height: 120px;
      margin: 19px; } }
  @media only screen and (min-width: 1221px) {
    .card.premium {
      width: 340px;
      height: 190px;
      margin: 20px; } }
  .card.premium .opener-image {
    position: relative; }
    @media only screen and (max-width: 760.99px) {
      .card.premium .opener-image::before {
        padding-bottom: 37.5%; } }
    .card.premium .opener-image:hover {
      opacity: 0.7; }
  .card.premium .premium-card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    z-index: 70;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
    .card.premium .premium-card-content::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .card.premium .premium-card-content .title {
      position: relative;
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (max-width: 760.99px) {
        .card.premium .premium-card-content .title {
          font-family: 'Brown Regular', sans-serif;
          font-size: 22px;
          letter-spacing: 0.1em;
          line-height: 1.4em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase; }
          .card.premium .premium-card-content .title a {
            text-decoration: underline; }
            .card.premium .premium-card-content .title a:hover {
              color: #333; } }
      @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
        .card.premium .premium-card-content .title {
          font-family: 'Brown Bold', sans-serif;
          font-size: 20px;
          letter-spacing: 0.1em;
          line-height: 1.2em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase; } }
      @media only screen and (min-width: 1221px) {
        .card.premium .premium-card-content .title {
          font-family: 'Brown Bold', sans-serif;
          font-size: 24px;
          letter-spacing: 0.1em;
          line-height: 1.2em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase; } }
    .card.premium .premium-card-content .cta {
      font-family: 'Brown Bold', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      position: absolute;
      text-align: center;
      width: 100%;
      bottom: 20px; }
      @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
        .card.premium .premium-card-content .cta {
          font-family: 'Brown Bold', sans-serif;
          font-size: 10px;
          letter-spacing: 0.1em;
          line-height: 1.2em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase;
          bottom: 10px; } }

.card.prime {
  position: relative;
  width: 340px;
  height: 600px;
  margin: 20px;
  vertical-align: text-top; }
  .card.prime .story-content {
    text-align: left;
    margin: 10%; }
    .card.prime .story-content .title {
      font-family: 'Playfair Display', serif;
      font-size: 25px;
      font-weight: bold;
      word-spacing: normal;
      letter-spacing: normal;
      line-height: 1.3em;
      text-transform: none;
      margin-top: 450px;
      font-size: 20px;
      text-align: left; }
    .card.prime .story-content .story-meta {
      width: 100%;
      left: 1em;
      color: #808080;
      font-family: 'Brown Bold', sans-serif;
      font-size: 11px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      text-align: left; }
      .card.prime .story-content .story-meta .section {
        top: 430px;
        position: absolute;
        text-transform: uppercase; }
      .card.prime .story-content .story-meta .author {
        padding-top: 2.5em;
        margin-left: 5%;
        text-transform: uppercase; }
        .card.prime .story-content .story-meta .author span {
          text-transform: lowercase; }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .card.prime {
      width: 728px;
      height: 447px; }
      .card.prime .story-content {
        margin: 0; }
        .card.prime .story-content .title {
          margin: 320px 0 0 20px;
          width: 400px; }
        .card.prime .story-content .story-meta .section {
          top: 295px;
          left: 20px; }
        .card.prime .story-content .story-meta .author {
          margin: 0; } }

.card.product {
  width: 245px;
  height: 475px;
  background: #FFF;
  margin: 0 20px;
  position: relative; }
  .card.product img:not(.loading) {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1; }
  .card.product .loading {
    width: 100%;
    height: 0;
    background: url("/assets/images/placeholder-2.svg");
    background-size: cover;
    padding-bottom: 100%; }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      .card.product .loading {
        padding-bottom: 100%; } }
    @media only screen and (min-width: 1221px) {
      .card.product .loading {
        padding-bottom: 100%; } }
    .card.product .loading img {
      opacity: 0; }
  .card.product a:hover.more-info,
  .card.product a:hover .buy-button {
    background-color: #000;
    color: #F5F5F5; }
  .card.product a:hover .cropping-container::before {
    opacity: 0; }
  .card.product:hover .more-info.full-width {
    background-color: #000;
    color: #F5F5F5; }
  .card.product.product-list {
    margin-bottom: 15px; }
  .card.product .cropping-container {
    height: 295px;
    overflow: hidden;
    position: relative; }
    .card.product .cropping-container img {
      position: absolute;
      max-width: 245px;
      max-height: 295px;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      left: 0; }
  .card.product .content {
    position: absolute;
    top: 275px;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 20; }
    .card.product .content .sponsored-label {
      font-family: 'Brown Bold', sans-serif;
      font-size: 8px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      color: #B1B1B2;
      background: #FFF;
      opacity: 0.8;
      height: 20px;
      padding-top: 6px;
      position: absolute;
      width: 100%; }
    .card.product .content .brand-name {
      font-family: 'Brown Bold', sans-serif;
      font-size: 10px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      color: #B1B1B2;
      padding: 33px 5px 10px; }
    .card.product .content .name {
      font-family: 'Playfair Display', serif;
      font-size: 15px;
      font-weight: bold;
      word-spacing: normal;
      letter-spacing: normal;
      line-height: 1.3em;
      text-transform: none;
      display: block;
      position: relative;
      text-align: center;
      width: 100%;
      padding: 0 15px; }
  .card.product .price {
    font-family: 'Brown Bold', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px;
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    text-align: center; }
    .card.product .price .retail-price {
      color: #B1B1B2;
      display: inline-block; }
    .card.product .price .sale-price {
      color: #EF4B4B;
      display: none;
      margin-left: 10px; }
  .card.product .impression-tracker {
    width: 1px;
    height: 1px; }
  .card.product.sale .price {
    float: bottom; }
    .card.product.sale .price .retail-price {
      text-decoration: line-through; }
    .card.product.sale .price .sale-price {
      display: inline-block; }
  .card.product .more-info,
  .card.product .buy-button {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    padding-top: 8px;
    padding-bottom: 7px; }
  .card.product .buy-button {
    left: 0;
    display: inline-block;
    border: 0;
    border-right: 1px solid #EFEFF0;
    width: 50%;
    border-radius: 0; }
    .card.product .buy-button:disabled {
      color: #B1B1B2;
      border: 1px solid #B1B1B2;
      cursor: default; }
    .card.product .buy-button.full-width {
      width: 100%;
      border-right: 0; }
  .card.product .more-info {
    left: 50%;
    width: 122.5px;
    z-index: 30;
    color: #B1B1B2; }
  @media only screen and (max-width: 1220.99px) {
    .card.product {
      margin: 0 3px 6px;
      width: 175px;
      height: 375px; }
      .card.product .cropping-container {
        height: 205px; }
        .card.product .cropping-container img {
          width: 175px; }
      .card.product .content {
        top: 185px;
        height: 190px; }
        .card.product .content .brand-name {
          padding: 30px 5px 5px; }
        .card.product .content .price {
          bottom: 35px; }
      .card.product .more-info {
        width: 87.5px; } }
  @media only screen and (max-width: 320.99px) {
    .card.product {
      margin-bottom: 20px; } }

.series-card-wrapper {
  display: inline-block;
  width: 245px;
  height: 294px;
  margin: 20px; }
  .series-card-wrapper .series.card {
    color: #FFF;
    position: relative;
    min-height: 150px;
    height: 100%;
    width: 100%; }
    .series-card-wrapper .series.card:hover .series-overlay {
      background-color: rgba(0, 0, 0, 0.3); }
    .series-card-wrapper .series.card:hover .series-image {
      opacity: 1; }
  .series-card-wrapper .series-overlay {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 65; }
  .series-card-wrapper .series-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    z-index: 70; }
    .series-card-wrapper .series-content::before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    @media only screen and (max-width: 1220.99px) {
      .series-card-wrapper .series-content {
        right: 3px;
        left: 3px; } }
  .series-card-wrapper .series-name {
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 760.99px) {
      .series-card-wrapper .series-name {
        font-family: 'Brown Regular', sans-serif;
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 1.4em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.05em; }
        .series-card-wrapper .series-name a {
          text-decoration: underline; }
          .series-card-wrapper .series-name a:hover {
            color: #333; } }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      .series-card-wrapper .series-name {
        font-family: 'Brown Bold', sans-serif;
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.05em; } }
    @media only screen and (min-width: 1221px) {
      .series-card-wrapper .series-name {
        font-family: 'Brown Bold', sans-serif;
        font-size: 22px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase; } }
  .series-card-wrapper .series-watch-now {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center; }
    @media only screen and (max-width: 760.99px) {
      .series-card-wrapper .series-watch-now {
        bottom: 10px; } }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      .series-card-wrapper .series-watch-now {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        bottom: 10px; } }
  .series-card-wrapper .series-image {
    width: 100%; }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .series-card-wrapper {
      margin: 5px 5px 20px;
      width: 173px;
      height: 208px; } }
  @media only screen and (max-width: 760.99px) {
    .series-card-wrapper {
      box-sizing: border-box;
      margin: 0;
      padding: 6px;
      width: 50%;
      height: auto; }
      .series-card-wrapper .opener-image {
        padding-bottom: 120%; } }

/* Shared Card Styles */
.card {
  display: inline-block;
  background-color: #FFF;
  text-align: center;
  color: #333;
  min-width: 140px;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  vertical-align: top; }
  .card .opener-image {
    z-index: 40; }
    .card .opener-image::before {
      display: block;
      left: 0;
      top: 0;
      width: inherit;
      height: inherit;
      background: url("/assets/images/placeholder-2.svg");
      background-size: cover;
      content: ''; }
    .card .opener-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 60; }
  .card .story-content .title > span {
    -webkit-transition: border-bottom 0.3s ease-in;
    transition: border-bottom 0.3s ease-in; }
  .card .story-content .abstract {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1.5em;
    word-spacing: normal; }
    .card .story-content .abstract a {
      border-bottom: solid 2px #27FFBC; }
      .card .story-content .abstract a:hover {
        border-bottom-color: #EF4B4B; }
  .card .story-meta {
    color: #B1B1B2; }
    .card .story-meta .type {
      padding: 15px;
      position: absolute;
      left: 50%;
      margin-left: -25px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #FFF;
      text-align: center;
      vertical-align: center;
      z-index: 50; }
      .card .story-meta .type:not(.icon-video)::after {
        opacity: 0.3; }
      .card .story-meta .type.icon-article::after {
        content: url("/assets/icons/article.svg"); }
      .card .story-meta .type.icon-slideshow::after {
        content: url("/assets/icons/slideshow.svg"); }
      .card .story-meta .type.icon-video {
        padding: 5px; }
        .card .story-meta .type.icon-video::after {
          content: url("/assets/icons/video-red.svg"); }
    .card .story-meta .publish-date {
      position: absolute;
      bottom: 20px;
      right: 20px; }
    .card .story-meta .author {
      position: absolute;
      bottom: 20px;
      left: 20px; }

.global-footer {
  font-family: 'Brown Bold', sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  word-spacing: normal;
  font-weight: normal;
  text-transform: uppercase;
  display: none;
  width: 1100px;
  margin: 50px auto 0;
  padding: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center; }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .global-footer {
      width: 720px; } }
  @media only screen and (max-width: 760.99px) {
    .global-footer {
      width: auto;
      max-width: 375px; }
      .global-footer ul {
        padding: 20px 0; } }
  @media only screen and (max-width: 430.99px) {
    .global-footer {
      margin: 50px 20px; } }
  .global-footer ul {
    width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 20px;
    text-align: center; }
    .global-footer ul li {
      color: #B1B1B2;
      display: inline-block;
      margin: 0;
      padding: 0 10px;
      height: 25px;
      line-height: 25px; }
      .global-footer ul li:hover {
        color: #EF4B4B; }
      .global-footer ul li.copyright {
        color: #000; }
        @media only screen and (max-width: 1220.99px) {
          .global-footer ul li.copyright {
            width: 100%; } }
      .global-footer ul li a.adchoices::after {
        content: '';
        position: absolute;
        background: url("/assets/icons/adchoices.png") no-repeat;
        background-size: contain;
        width: 12px;
        height: 16px;
        margin-top: 5px;
        margin-left: 3px; }
  .global-footer p {
    font-family: 'Brown Regular', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #B1B1B2;
    padding: 0 20px; }
    .global-footer p a {
      text-decoration: underline; }
      .global-footer p a:hover {
        color: #333; }
  .global-footer.content-loaded {
    display: block; }

.api-errors-container {
  width: 100%;
  height: 100%; }
  .api-errors-container .r29-logo {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 65px;
    background-image: url("/assets/images/r29-logo-w.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 20; }
  .api-errors-container .error-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    font-size: 0;
    text-align: center;
    background-image: url("/assets/images/error-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .api-errors-container .error-video::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      margin-left: -0.25em; }
    .api-errors-container .error-video::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: #27FFBC;
      opacity: 0.8; }
  .api-errors-container .error-text {
    display: inline-block;
    position: relative;
    font-family: 'Brown Regular', Arial, sans-serif;
    font-size: 25px;
    letter-spacing: 0.025em;
    line-height: 1.4em;
    color: #FFF;
    max-width: 800px;
    vertical-align: middle;
    z-index: 20;
    padding: 60px 30px 0; }
    @media only screen and (max-width: 320.99px) {
      .api-errors-container .error-text {
        padding: 0 30px;
        bottom: 15px; } }
    .api-errors-container .error-text h1 {
      margin: 0;
      padding: 0;
      font-weight: normal;
      font-size: 60px;
      line-height: 1.2em; }
    .api-errors-container .error-text p {
      margin: 20px;
      padding: 0; }
    .api-errors-container .error-text button {
      font-family: 'Brown Regular', sans-serif;
      font-size: 12px;
      letter-spacing: 0.05em;
      line-height: 1.3em;
      word-spacing: normal;
      text-transform: uppercase;
      word-spacing: normal;
      display: block;
      margin: 40px auto;
      padding: 0 30px;
      height: 37px;
      border-radius: 20px;
      border: 2px solid #FFF;
      color: #FFF;
      background-color: transparent;
      outline: none;
      transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
      @media only screen and (max-width: 320.99px) {
        .api-errors-container .error-text button {
          margin: 0 auto; } }
      .api-errors-container .error-text button:hover {
        background-color: #FFF;
        color: #27FFBC;
        cursor: pointer; }
    @media (max-width: 800px) {
      .api-errors-container .error-text {
        font-size: 17px; }
        .api-errors-container .error-text h1 {
          font-size: 45px; }
        .api-errors-container .error-text p {
          margin: 15px;
          padding: 0; } }
    @media (max-width: 500px) {
      .api-errors-container .error-text {
        font-size: 15px; }
        .api-errors-container .error-text h1 {
          font-size: 30px; }
        .api-errors-container .error-text p {
          margin: 10px;
          padding: 0; } }
  @media (max-width: 800px) {
    .api-errors-container video {
      display: none; } }
  .api-errors-container video.bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    overflow: hidden;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .api-errors-container footer {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    z-index: 20;
    color: #FFF; }
    .api-errors-container footer ul {
      display: block;
      width: 100%;
      max-width: 1220px;
      list-style: none;
      margin: 0 auto;
      padding: 20px;
      text-align: center; }
    .api-errors-container footer ul li {
      font-family: 'Brown Bold', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      display: inline-block;
      margin: 0;
      padding: 0 10px;
      height: 25px;
      line-height: 25px; }
      @media (max-width: 800px) {
        .api-errors-container footer ul li .copyright {
          display: block;
          margin: 0 auto; } }
    .api-errors-container footer ul li a {
      color: #FFF;
      text-decoration: none; }
    .api-errors-container footer ul li a:hover {
      text-decoration: underline; }
    @media (max-width: 800px) {
      .api-errors-container footer {
        padding: 0; } }

.condensed-header {
  -webkit-transition: top 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: top 0.1s ease-in-out, opacity 0.1s ease-in-out;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #FFF;
  z-index: 300;
  border-bottom: 1px solid #EFEFF0;
  opacity: 1; }
  .refresh-2018 .condensed-header {
    height: 64px; }
  .condensed-header.hidden {
    top: -60px;
    opacity: 0; }
  .condensed-header .r29-logo {
    height: 43px;
    width: 43px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 10px; }
    .condensed-header .r29-logo img {
      width: 95px;
      position: absolute;
      left: -25px; }
  .condensed-header .condensed-title {
    max-width: 40%;
    float: left;
    margin-top: 5px; }
    .condensed-header .condensed-title span {
      font-family: 'Brown Regular', sans-serif;
      font-size: 10px;
      letter-spacing: 0.1em;
      line-height: 1.4em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      color: #B1B1B2;
      margin-bottom: 0; }
      .condensed-header .condensed-title span a {
        text-decoration: underline; }
        .condensed-header .condensed-title span a:hover {
          color: #333; }
    .condensed-header .condensed-title h4 {
      font-family: 'Playfair Display', serif;
      font-size: 18px;
      font-weight: bold;
      word-spacing: normal;
      letter-spacing: normal;
      line-height: 1.3em;
      text-transform: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      -ms-text-overflow: ellipsis; }
  .condensed-header .story-share {
    float: left;
    margin-left: 20px; }
    .condensed-header .story-share button {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: 15px 5px;
      cursor: pointer; }

.slideshow-wrapper::after {
  display: block;
  clear: both;
  content: ''; }

.slideshow-wrapper .intro-slide img:not(.loading) {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1; }

.slideshow-wrapper .intro-slide .loading {
  width: 100%;
  height: 0;
  background: url("/assets/images/placeholder-2.svg");
  background-size: cover;
  padding-bottom: 100%; }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .slideshow-wrapper .intro-slide .loading {
      padding-bottom: 100%; } }
  @media only screen and (min-width: 1221px) {
    .slideshow-wrapper .intro-slide .loading {
      padding-bottom: 100%; } }
  .slideshow-wrapper .intro-slide .loading img {
    opacity: 0; }

.slideshow-wrapper .static-intro-slide {
  width: inherit; }

.slideshow-wrapper figure {
  position: relative; }
  .slideshow-wrapper figure .intro-slide-overlay {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    pointer-events: none; }
    .slideshow-wrapper figure .intro-slide-overlay::before {
      position: absolute;
      content: '';
      height: 100%;
      width: 100%;
      background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(39, 255, 188, 0.3));
      background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(39, 255, 188, 0.3)); }
    .slideshow-wrapper figure .intro-slide-overlay .intro-slide-instructions {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 250px;
      height: 250px;
      background-image: url("/assets/images/begin-slideshow.svg");
      background-size: contain;
      background-position: center, center;
      background-repeat: none; }
  @media only screen and (min-width: 1221px) {
    .slideshow-wrapper figure .intro-slide-overlay {
      display: block; }
    .slideshow-wrapper figure:hover .intro-slide-overlay {
      opacity: 1; } }

.slideshow-wrapper .non-desktop-layout .intro-slide {
  margin: 17px auto;
  display: table; }
  .slideshow-wrapper .non-desktop-layout .intro-slide figure img {
    width: 100%; }
  .slideshow-wrapper .non-desktop-layout .intro-slide figure .image-shares {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    float: none; }
  .slideshow-wrapper .non-desktop-layout .intro-slide .content-caption {
    display: table-caption;
    caption-side: bottom; }

.slideshow-wrapper .non-desktop-layout .content-caption .description {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  letter-spacing: normal;
  line-height: 1.5em;
  word-spacing: normal;
  line-height: 1.65em;
  color: #333;
  font-style: normal;
  text-align: left; }
  .slideshow-wrapper .non-desktop-layout .content-caption .description a {
    border-bottom: solid 2px #27FFBC; }
    .slideshow-wrapper .non-desktop-layout .content-caption .description a:hover {
      border-bottom-color: #EF4B4B; }
  .slideshow-wrapper .non-desktop-layout .content-caption .description h2 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 1.3em;
    text-transform: none; }
  .slideshow-wrapper .non-desktop-layout .content-caption .description h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1.5em;
    word-spacing: normal;
    font-weight: bold; }
    .slideshow-wrapper .non-desktop-layout .content-caption .description h3 a {
      border-bottom: solid 2px #27FFBC; }
      .slideshow-wrapper .non-desktop-layout .content-caption .description h3 a:hover {
        border-bottom-color: #EF4B4B; }

.slideshow-wrapper .desktop-layout .section-pull-quote {
  height: 550px;
  background: #EF4B4B;
  color: #FFF; }
  .slideshow-wrapper .desktop-layout .section-pull-quote .quote-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .slideshow-wrapper .desktop-layout .section-pull-quote .quote-wrapper .quote {
      font-family: 'Brown Regular', sans-serif;
      font-size: 30px;
      letter-spacing: 0.05em;
      line-height: 1.3em;
      word-spacing: normal;
      text-transform: uppercase;
      line-height: 1.5em;
      letter-spacing: 0.07em;
      margin: 0 50px; }
    .slideshow-wrapper .desktop-layout .section-pull-quote .quote-wrapper .quote-credit {
      font-family: 'Brown Regular', sans-serif;
      font-size: 10px;
      letter-spacing: 0.05em;
      line-height: 1.3em;
      word-spacing: normal;
      text-transform: uppercase; }
    .slideshow-wrapper .desktop-layout .section-pull-quote .quote-wrapper .quote-before,
    .slideshow-wrapper .desktop-layout .section-pull-quote .quote-wrapper .quote-after {
      color: #FFF; }
      .slideshow-wrapper .desktop-layout .section-pull-quote .quote-wrapper .quote-before::before, .slideshow-wrapper .desktop-layout .section-pull-quote .quote-wrapper .quote-before::after,
      .slideshow-wrapper .desktop-layout .section-pull-quote .quote-wrapper .quote-after::before,
      .slideshow-wrapper .desktop-layout .section-pull-quote .quote-wrapper .quote-after::after {
        display: none; }

.slideshow-wrapper .desktop-layout.hidden,
.slideshow-wrapper .see-all-slides.hidden {
  display: none;
  position: absolute; }

@media only screen and (max-width: 1220.99px) {
  .slideshow-wrapper .desktop-layout,
  .slideshow-wrapper .see-all-slides {
    display: none; } }

@media only screen and (min-width: 1221px) {
  .slideshow-wrapper .left-column {
    width: 890px; }
  .slideshow-wrapper .slide-full-width {
    width: 1220px; }
    .slideshow-wrapper .slide-full-width .slideshow {
      width: 885px; }
      .slideshow-wrapper .slide-full-width .slideshow img {
        min-width: inherit;
        max-height: 680px; }
  .slideshow-wrapper .left-column,
  .slideshow-wrapper .slide-full-width {
    float: left; }
  .slideshow-wrapper .non-desktop-layout {
    display: none; }
  .slideshow-wrapper .slideshow {
    position: relative;
    float: right;
    margin: 0 0 1em 40px;
    width: 545px; }
    .slideshow-wrapper .slideshow .intro-slide .img-container,
    .slideshow-wrapper .slideshow .section-image .img-container, .slideshow-wrapper .slideshow .static-intro-slide .img-container {
      background-color: #F5F5F5; }
      .slideshow-wrapper .slideshow .intro-slide .img-container img,
      .slideshow-wrapper .slideshow .section-image .img-container img, .slideshow-wrapper .slideshow .static-intro-slide .img-container img {
        width: auto;
        max-width: 100%;
        display: block;
        margin: 0 auto; }
      .slideshow-wrapper .slideshow .intro-slide .img-container .full-width img,
      .slideshow-wrapper .slideshow .section-image .img-container .full-width img, .slideshow-wrapper .slideshow .static-intro-slide .img-container .full-width img {
        max-height: 1000px; }
      .slideshow-wrapper .slideshow .intro-slide .img-container:not(.full-width) img,
      .slideshow-wrapper .slideshow .section-image .img-container:not(.full-width) img, .slideshow-wrapper .slideshow .static-intro-slide .img-container:not(.full-width) img {
        max-height: 80vh; }
    .slideshow-wrapper .slideshow [class^='section-'] {
      margin: 0 auto; } }

.slideshow-wrapper .see-all-slides {
  width: 1220px; }
  .slideshow-wrapper .see-all-slides .slide-thumbnails {
    background-color: #F5F5F5;
    border: 10px solid #F5F5F5; }
    .slideshow-wrapper .see-all-slides .slide-thumbnails .thumbnail-row {
      height: 300px; }
      .slideshow-wrapper .see-all-slides .slide-thumbnails .thumbnail-row .thumbnail {
        -webkit-transition: opacity 0.1s ease-in-out;
        transition: opacity 0.1s ease-in-out;
        opacity: 1;
        position: relative;
        float: left;
        width: 280px;
        height: 280px;
        margin: 10px;
        cursor: pointer; }
        .slideshow-wrapper .see-all-slides .slide-thumbnails .thumbnail-row .thumbnail:hover {
          opacity: 0.7; }
        .slideshow-wrapper .see-all-slides .slide-thumbnails .thumbnail-row .thumbnail.image img {
          -webkit-transition: opacity 0.1s ease-in-out;
          transition: opacity 0.1s ease-in-out;
          position: absolute;
          right: 0;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%) translateZ(1px);
                  transform: translateY(-50%) translateZ(1px);
          margin: 0 auto;
          vertical-align: middle;
          max-width: 280px;
          max-height: 280px; }
        .slideshow-wrapper .see-all-slides .slide-thumbnails .thumbnail-row .thumbnail.fa {
          background: #FFF;
          font-size: 55px; }
          .slideshow-wrapper .see-all-slides .slide-thumbnails .thumbnail-row .thumbnail.fa::before {
            color: #B1B1B2;
            display: block;
            position: absolute;
            margin: auto;
            height: 55px;
            width: 55px;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
        .slideshow-wrapper .see-all-slides .slide-thumbnails .thumbnail-row .thumbnail.video::after {
          content: url("/assets/icons/video-placeholder.svg"); }
        .slideshow-wrapper .see-all-slides .slide-thumbnails .thumbnail-row .thumbnail.widget::after {
          content: url("/assets/icons/widget-placeholder.svg"); }
    .slideshow-wrapper .see-all-slides .slide-thumbnails .thumbnail-row-ad {
      margin: 10px auto;
      text-align: center; }
    .slideshow-wrapper .see-all-slides .slide-thumbnails::after {
      display: block;
      clear: both;
      content: ''; }

.slideshow-wrapper .slideshow-nav {
  height: 50px;
  background-color: #F5F5F5;
  border-bottom: 1px solid gainsboro; }
  .slideshow-wrapper .slideshow-nav a {
    cursor: pointer; }
  .slideshow-wrapper .slideshow-nav .nav-left,
  .slideshow-wrapper .slideshow-nav .nav-right {
    width: 50px;
    height: 50px;
    text-align: center; }
    .slideshow-wrapper .slideshow-nav .nav-left i,
    .slideshow-wrapper .slideshow-nav .nav-right i {
      color: #333;
      font-size: 20px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .slideshow-wrapper .slideshow-nav .nav-left {
    float: left; }
    .slideshow-wrapper .slideshow-nav .nav-left:not(.see-all-slides) {
      border-right: 1px solid gainsboro; }
  .slideshow-wrapper .slideshow-nav .nav-right {
    float: right;
    border-left: 1px solid gainsboro; }
    .slideshow-wrapper .slideshow-nav .nav-right.intro-slide {
      background: #000;
      color: #FFF; }
      .slideshow-wrapper .slideshow-nav .nav-right.intro-slide i {
        color: #FFF; }
  .slideshow-wrapper .slideshow-nav .slide-info {
    height: 50px;
    float: right;
    padding: 0 20px; }
    .slideshow-wrapper .slideshow-nav .slide-info.left {
      float: left;
      padding: 0 20px 0 0; }
    .slideshow-wrapper .slideshow-nav .slide-info .slide-info-text {
      font-family: 'Brown Regular', sans-serif;
      font-size: 10px;
      letter-spacing: 0.05em;
      line-height: 1.3em;
      word-spacing: normal;
      text-transform: uppercase;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .slideshow-wrapper .slideshow-nav .slide-info.intro-slide {
      padding: 0 25px;
      background: #000;
      color: #FFF; }

.slideshow-wrapper .hidden-slideshow-nav {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }
  .slideshow-wrapper .hidden-slideshow-nav .nav-left,
  .slideshow-wrapper .hidden-slideshow-nav .nav-right {
    width: 50px;
    height: 100%;
    opacity: 0;
    pointer-events: all; }
  .slideshow-wrapper .hidden-slideshow-nav .nav-left {
    float: left; }
  .slideshow-wrapper .hidden-slideshow-nav .nav-right {
    float: right; }

.slideshow-wrapper .up-next-wrapper.hidden {
  display: none; }

.slideshow-wrapper .up-next-wrapper .up-next {
  -webkit-transition: opacity ease-in-out 700ms;
  transition: opacity ease-in-out 700ms;
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: 1; }
  .slideshow-wrapper .up-next-wrapper .up-next.hovering {
    opacity: 1; }
  .slideshow-wrapper .up-next-wrapper .up-next.initial-animation {
    -webkit-animation-name: show-then-hide;
            animation-name: show-then-hide;
    /* Start showing after 2000ms, show animation takes 700ms, start hiding
           after 2000ms, hide animation takes 700ms. Total 5400ms */
    -webkit-animation-duration: 5.4s;
            animation-duration: 5.4s; }

@-webkit-keyframes show-then-hide {
  0% {
    opacity: 0; }
  37% {
    opacity: 0; }
  50% {
    opacity: 1; }
  87% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes show-then-hide {
  0% {
    opacity: 0; }
  37% {
    opacity: 0; }
  50% {
    opacity: 1; }
  87% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .slideshow-wrapper .up-next-wrapper .up-next .up-next-body {
    position: relative;
    float: right;
    width: 210px;
    display: inline-block;
    background-color: #FFF;
    padding: 25px 10px;
    text-align: center; }
    .slideshow-wrapper .up-next-wrapper .up-next .up-next-body .up-next-image {
      height: 100%;
      position: absolute;
      right: 210px;
      top: 0; }
    .slideshow-wrapper .up-next-wrapper .up-next .up-next-body .up-next-close-button {
      position: absolute;
      right: 0;
      top: 0;
      padding: 7px; }
    .slideshow-wrapper .up-next-wrapper .up-next .up-next-body .up-next-header {
      font-family: 'Brown Bold', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      color: #B1B1B2; }
    .slideshow-wrapper .up-next-wrapper .up-next .up-next-body .up-next-title {
      font-family: 'Playfair Display', serif;
      font-size: 20px;
      font-weight: bold;
      word-spacing: normal;
      letter-spacing: normal;
      line-height: 1.3em;
      text-transform: none;
      padding: 10px 5px 5px; }

.slideshow-wrapper .content-caption {
  position: relative; }

.slideshow-wrapper .mobile-slide-indicator {
  font-family: 'Brown Regular', sans-serif;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  word-spacing: normal;
  text-transform: uppercase; }

.slideshow-wrapper button.pill.begin-slideshow {
  margin: 30px 0; }

.r29-article-container {
  width: 100%;
  background-color: #FFF; }

.opener img:not(.loading) {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1; }

.opener .loading {
  width: 100%;
  height: 0;
  background: url("/assets/images/placeholder-2.svg");
  background-size: cover;
  padding-bottom: 120%; }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .opener .loading {
      padding-bottom: 120%; } }
  @media only screen and (min-width: 1221px) {
    .opener .loading {
      padding-bottom: 37.5%; } }
  .opener .loading img {
    opacity: 0; }

.opener .full-width-opener {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  overflow: hidden; }
  .opener .full-width-opener::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 37.5%; }
  .opener .full-width-opener > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .opener .full-width-opener .content {
    width: 100%; }
  @media only screen and (max-width: 760.99px) {
    .opener .full-width-opener {
      position: relative; }
      .opener .full-width-opener::before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 120%; }
      .opener .full-width-opener > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }

.r29-article {
  position: relative;
  background: #FFF;
  max-width: 840px;
  padding: 30px 0 50px;
  margin: -100px auto 0; }
  .r29-article .right-rail-ad-container {
    float: right;
    width: 320px; }
    .r29-article .right-rail-ad-container .ad {
      position: absolute; }
      .r29-article .right-rail-ad-container .ad.floating {
        position: fixed;
        top: 80px; }
      .r29-article .right-rail-ad-container .ad.bottom {
        bottom: 50px; }
  .r29-article.right-rail-article {
    padding: 50px 0;
    margin-top: 0;
    max-width: 1100px; }
    @media only screen and (min-width: 1221px) {
      .r29-article.right-rail-article .header,
      .r29-article.right-rail-article #article-main-content {
        display: inline-block;
        margin: 0;
        min-width: 720px; } }
  .r29-article.slideshow-article {
    padding-top: 40px;
    margin-top: 0;
    max-width: 1230px; }
    @media only screen and (min-width: 1221px) {
      .r29-article.slideshow-article #article-main-content {
        max-width: 1230px; }
        .r29-article.slideshow-article #article-main-content.full-width .footer,
        .r29-article.slideshow-article #article-main-content.full-width .share-bottom-wrapper {
          max-width: inherit; } }
    .r29-article.slideshow-article .ss-top-ad {
      position: relative;
      margin-bottom: 20px;
      text-align: center; }
    .r29-article.slideshow-article .right-rail-ad-container {
      -webkit-transition: top 0.1s;
      transition: top 0.1s; }
      .r29-article.slideshow-article .right-rail-ad-container .bottom {
        bottom: 101px; }
    @media only screen and (min-width: 1221px) {
      .r29-article.slideshow-article .product-grid,
      .r29-article.slideshow-article .share-bottom-wrapper,
      .r29-article.slideshow-article .footer,
      .r29-article.slideshow-article .spot-im-comments-container {
        max-width: 890px; } }
  @media only screen and (max-width: 1220.99px) {
    .r29-article {
      padding: 25px 12px 50px;
      margin-top: 0; }
      .r29-article.right-rail-article, .r29-article.slideshow-article {
        padding: 50px 12px; } }
  .r29-article .header,
  .r29-article #article-main-content {
    min-width: 280px;
    max-width: 720px;
    margin: 0 auto; }
  .r29-article .header {
    text-align: center; }
    .r29-article .header .branding-banner.campaign .branding img {
      width: 300px;
      height: 40px;
      margin: 10px auto; }
    .r29-article .header .branding-banner.program .branding img {
      width: 300px;
      height: 100px;
      margin: 0 auto; }
    .r29-article .header .title {
      font-family: 'Playfair Display', serif;
      font-size: 45px;
      font-weight: bold;
      word-spacing: normal;
      letter-spacing: normal;
      line-height: 1.3em;
      text-transform: none;
      padding: 0 30px;
      text-align: center; }
      @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
        .r29-article .header .title {
          font-family: 'Playfair Display', serif;
          font-size: 40px;
          font-weight: bold;
          word-spacing: normal;
          letter-spacing: normal;
          line-height: 1.3em;
          text-transform: none; } }
      @media only screen and (max-width: 760.99px) {
        .r29-article .header .title {
          font-family: 'Playfair Display', serif;
          font-size: 25px;
          font-weight: bold;
          word-spacing: normal;
          letter-spacing: normal;
          line-height: 1.3em;
          text-transform: none; } }
  .r29-article .spot-im-container-placeholder {
    /**
     * This placeholder is set to the minimum height of the SpotIM comments
     * container, in order to keep the page styles from repainting too
     * aggressively on initial page-load in production.
     **/
    height: 360px; }
  .r29-article .spot-im-comments-container {
    margin-top: 35px; }
  .r29-article .byline {
    font-family: 'Brown Regular', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #B1B1B2;
    text-align: center;
    vertical-align: center;
    margin: 15px; }
    .r29-article .byline a {
      text-decoration: underline; }
      .r29-article .byline a:hover {
        color: #333; }
    .r29-article .byline .spinner {
      margin: 3px auto 0;
      height: 15px;
      width: 15px;
      background-image: none; }
      .r29-article .byline .spinner::before {
        width: 15px;
        height: 15px;
        border-width: 1px; }
    .r29-article .byline a {
      text-decoration: underline; }
    .r29-article .byline .bullet {
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 15px;
      letter-spacing: normal;
      line-height: 1.5em;
      word-spacing: normal; }
      .r29-article .byline .bullet a {
        border-bottom: solid 2px #27FFBC; }
        .r29-article .byline .bullet a:hover {
          border-bottom-color: #EF4B4B; }
    .r29-article .byline.main-contributors {
      margin: 15px 15px 2px; }
    .r29-article .byline.modified {
      margin: 2px 15px 15px; }
  .r29-article .footer .byline.published {
    margin-bottom: 15px; }
  .r29-article .footer .byline.breadcrumbs::after {
    content: '';
    display: block;
    position: relative;
    width: 40px;
    height: 1px;
    margin: 3em auto 0;
    z-index: 1;
    background-color: #B1B1B2; }
  .r29-article .footer .byline.other-contributors {
    line-height: 1.5; }
    .r29-article .footer .byline.other-contributors::after {
      content: '';
      display: block;
      position: relative;
      width: 40px;
      height: 1px;
      margin: 3em auto 0;
      z-index: 1;
      background-color: #B1B1B2; }
  .r29-article .footer .byline.featured-contributors .featured-byline {
    display: inline-block;
    padding: 2em;
    vertical-align: top;
    width: 182px; }
  .r29-article .footer .byline.featured-contributors .featured-name {
    display: table;
    color: #000;
    margin: 0.5em auto 0;
    width: 7em;
    word-spacing: 100em; }
  .r29-article .footer .byline.featured-contributors img {
    display: block;
    border-radius: 50%;
    margin: 0 auto 1em; }

.condensed-header {
  -webkit-transition: top 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: top 0.1s ease-in-out, opacity 0.1s ease-in-out;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #FFF;
  z-index: 300;
  border-bottom: 1px solid #EFEFF0;
  opacity: 1; }
  .refresh-2018 .condensed-header {
    height: 64px; }
  .condensed-header.hidden {
    top: -60px;
    opacity: 0; }
  .condensed-header .r29-logo {
    height: 43px;
    width: 43px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 10px; }
    .condensed-header .r29-logo img {
      width: 95px;
      position: absolute;
      left: -25px; }
  .condensed-header .condensed-title {
    max-width: 40%;
    float: left;
    margin-top: 5px; }
    .condensed-header .condensed-title span {
      font-family: 'Brown Regular', sans-serif;
      font-size: 10px;
      letter-spacing: 0.1em;
      line-height: 1.4em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      color: #B1B1B2;
      margin-bottom: 0; }
      .condensed-header .condensed-title span a {
        text-decoration: underline; }
        .condensed-header .condensed-title span a:hover {
          color: #333; }
    .condensed-header .condensed-title h4 {
      font-family: 'Playfair Display', serif;
      font-size: 18px;
      font-weight: bold;
      word-spacing: normal;
      letter-spacing: normal;
      line-height: 1.3em;
      text-transform: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      -ms-text-overflow: ellipsis; }
  .condensed-header .story-share {
    float: left;
    margin-left: 20px; }
    .condensed-header .story-share button {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: 15px 5px;
      cursor: pointer; }

.r29-static-container {
  width: 100%;
  background-color: #FFF; }

.r29-static {
  position: relative;
  background: #FFF;
  max-width: 840px;
  padding: 30px 0 50px;
  margin: 0 auto; }
  @media only screen and (max-width: 1220.99px) {
    .r29-static {
      padding: 25px 12px 50px;
      margin-top: 0; } }
  .r29-static.right-rail-static {
    padding: 25px 0;
    margin-top: 0;
    max-width: 1100px; }
    @media only screen and (max-width: 1220.99px) {
      .r29-static.right-rail-static {
        padding: 15px; } }
    @media only screen and (min-width: 1221px) {
      .r29-static.right-rail-static .header,
      .r29-static.right-rail-static .static-content {
        display: inline-block;
        margin: 0;
        min-width: 720px;
        padding: 0 20px; } }
  .r29-static .static-content {
    min-width: 280px;
    max-width: 720px;
    margin: 0 auto; }
  .r29-static .right-rail-ad-container {
    float: right;
    width: 320px; }
    .r29-static .right-rail-ad-container .ad.floating {
      position: fixed;
      top: 80px; }
    .r29-static .right-rail-ad-container .ad.bottom {
      position: absolute;
      bottom: 50px; }
  .r29-static h1 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 1.3em;
    text-transform: none; }
  .r29-static h3 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 1.3em;
    text-transform: none;
    margin-bottom: 20px; }
  .r29-static h4 {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 1.3em;
    text-transform: none; }
  .r29-static a {
    text-decoration: none;
    color: #EF4B4B; }

.search-panel {
  position: relative;
  height: 50px;
  margin: 50px auto 70px; }
  @media only screen and (max-width: 760.99px) {
    .search-panel {
      min-width: 280px;
      max-width: 415px;
      margin: 50px auto 80px; } }
  @media only screen and (min-width: 761px) {
    .search-panel {
      width: 720px; } }
  .search-panel.no-results {
    margin: 50px auto 85px; }
  .search-panel input[type='search'] {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1.5em;
    word-spacing: normal;
    border: 0;
    border-radius: 0;
    padding: 0 20px;
    margin: 0;
    width: 100%;
    height: 50px; }
    .search-panel input[type='search'] a {
      border-bottom: solid 2px #27FFBC; }
      .search-panel input[type='search'] a:hover {
        border-bottom-color: #EF4B4B; }
  .search-panel .submit {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 20px;
    border-left: 1px solid #EFEFF0;
    color: #B1B1B2; }

.content-caption .credit {
  font-family: 'Brown Regular', sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  word-spacing: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #B1B1B2;
  margin-top: 7px; }
  .content-caption .credit a {
    text-decoration: underline; }
    .content-caption .credit a:hover {
      color: #333; }

.content-caption .description {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.5em;
  word-spacing: normal;
  text-transform: none;
  margin-top: 7px; }
  .content-caption .description a {
    border-bottom: solid 2px #27FFBC; }
    .content-caption .description a:hover {
      border-bottom-color: #EF4B4B; }

.section-gallery-container {
  position: relative;
  left: 50%;
  top: 0;
  margin: 50px 0; }
  .section-gallery-container .section-gallery {
    position: relative;
    left: -50vw;
    width: 100vw;
    overflow: hidden; }
    .section-gallery-container .section-gallery div.prev {
      position: absolute;
      top: 50%;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      -webkit-transform: translateY(-30px);
          -ms-transform: translateY(-30px);
              transform: translateY(-30px);
      z-index: 5;
      cursor: pointer;
      left: 10px;
      background-color: rgba(255, 255, 255, 0.9);
      background-size: contain;
      background-position: center center;
      background-image: url("/assets/icons/get-embed-prev.svg");
      -webkit-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
    .section-gallery-container .section-gallery div.next {
      position: absolute;
      top: 50%;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      -webkit-transform: translateY(-30px);
          -ms-transform: translateY(-30px);
              transform: translateY(-30px);
      z-index: 5;
      cursor: pointer;
      right: 10px;
      background-color: rgba(255, 255, 255, 0.9);
      background-size: contain;
      background-position: center center;
      background-image: url("/assets/icons/get-embed-next.svg");
      -webkit-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
    .section-gallery-container .section-gallery .gallery-image-container {
      position: relative;
      width: 100%;
      overflow-x: scroll;
      white-space: nowrap;
      z-index: 2;
      text-align: center; }
      .section-gallery-container .section-gallery .gallery-image-container .gallery-image {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
        opacity: 0.7;
        border-bottom: 3px solid transparent;
        padding-bottom: 2px;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
        .section-gallery-container .section-gallery .gallery-image-container .gallery-image img:not(.loading) {
          -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
          opacity: 1; }
        .section-gallery-container .section-gallery .gallery-image-container .gallery-image .loading {
          width: 100%;
          height: 0;
          background: url("/assets/images/placeholder-2.svg");
          background-size: cover;
          padding-bottom: 300px; }
          @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
            .section-gallery-container .section-gallery .gallery-image-container .gallery-image .loading {
              padding-bottom: 500px; } }
          @media only screen and (min-width: 1221px) {
            .section-gallery-container .section-gallery .gallery-image-container .gallery-image .loading {
              padding-bottom: 500px; } }
          .section-gallery-container .section-gallery .gallery-image-container .gallery-image .loading img {
            opacity: 0; }
        .section-gallery-container .section-gallery .gallery-image-container .gallery-image:last-child {
          margin-right: 0; }
        .section-gallery-container .section-gallery .gallery-image-container .gallery-image:hover {
          cursor: pointer; }
        .section-gallery-container .section-gallery .gallery-image-container .gallery-image.active {
          border-bottom: 3px solid transparent;
          opacity: 1; }
          .section-gallery-container .section-gallery .gallery-image-container .gallery-image.active .gallery-caption {
            display: block; }
        .section-gallery-container .section-gallery .gallery-image-container .gallery-image img {
          display: block;
          height: 500px;
          width: auto; }
          @media only screen and (max-width: 760.99px) {
            .section-gallery-container .section-gallery .gallery-image-container .gallery-image img {
              height: 300px; } }
  .section-gallery-container .content-caption {
    position: relative;
    left: -50%;
    text-align: center; }

.section-reveal-container {
  position: relative;
  width: 100%;
  clear: both; }
  .section-reveal-container .content-caption {
    text-align: center; }

.full-reveal {
  position: relative;
  left: 50%;
  width: 100vw; }
  .full-reveal .reveal-image {
    position: relative;
    left: -50vw;
    width: 100%;
    height: 100vh; }
    .full-reveal .reveal-image.portrait .reveal-fixed-wrap .reveal-fixed img {
      width: 50%; }
    .full-reveal .reveal-image .reveal-fixed-wrap {
      clip: rect(0, auto, auto, 0);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .full-reveal .reveal-image .reveal-fixed-wrap .reveal-fixed {
        position: fixed;
        display: block;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        -webkit-transform: translateZ(0);
                transform: translateZ(0); }
        .full-reveal .reveal-image .reveal-fixed-wrap .reveal-fixed img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 50%;
          margin: auto;
          overflow-x: hidden; }

@media all and (orientation: portrait) {
  .section-reveal-container .full-reveal .reveal-image.portrait {
    display: block; }
  .section-reveal-container .full-reveal .reveal-image.landscape {
    display: none; } }

@media all and (orientation: landscape) {
  .section-reveal-container .full-reveal .reveal-image.portrait {
    display: none; }
  .section-reveal-container .full-reveal .reveal-image.landscape {
    display: block; } }

.section-multi-image-container::after {
  display: block;
  clear: both;
  content: ''; }

.section-multi-image-container > div {
  float: left;
  width: 47.2%;
  margin-right: 40px; }
  .section-multi-image-container > div:last-of-type {
    margin-right: 0; }
  .section-multi-image-container > div img {
    display: block;
    margin: 0 auto; }

.section-multi-image-container.section-multi-image-container-triptych > div {
  width: 31.48%;
  margin-right: 20px; }
  .section-multi-image-container.section-multi-image-container-triptych > div:last-of-type {
    margin-right: 0; }

@media only screen and (max-width: 760.99px) {
  .section-multi-image-container > div,
  .section-multi-image-container.section-multi-image-container-triptych > div {
    width: 100%;
    margin: 0 auto 20px;
    float: none; }
    .section-multi-image-container > div:last-of-type,
    .section-multi-image-container.section-multi-image-container-triptych > div:last-of-type {
      margin-bottom: 0; } }

.body::after {
  display: block;
  clear: both;
  content: ''; }

.section-text {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  letter-spacing: normal;
  line-height: 1.5em;
  word-spacing: normal;
  line-height: 1.65em;
  color: #333; }
  .section-text a {
    border-bottom: solid 2px #27FFBC; }
    .section-text a:hover {
      border-bottom-color: #EF4B4B; }
  .section-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 1.3em;
    text-transform: none; }
  .section-text h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1.5em;
    word-spacing: normal;
    font-weight: bold; }
    .section-text h3 a {
      border-bottom: solid 2px #27FFBC; }
      .section-text h3 a:hover {
        border-bottom-color: #EF4B4B; }

.section-image, .slideshow-wrapper .static-intro-slide {
  max-width: 100%; }
  .section-image img:not(.loading), .slideshow-wrapper .static-intro-slide img:not(.loading) {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1; }
  .section-image .loading, .slideshow-wrapper .static-intro-slide .loading {
    width: 100%;
    height: 0;
    background: url("/assets/images/placeholder-2.svg");
    background-size: cover;
    padding-bottom: 100%; }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      .section-image .loading, .slideshow-wrapper .static-intro-slide .loading {
        padding-bottom: 100%; } }
    @media only screen and (min-width: 1221px) {
      .section-image .loading, .slideshow-wrapper .static-intro-slide .loading {
        padding-bottom: 100%; } }
    .section-image .loading img, .slideshow-wrapper .static-intro-slide .loading img {
      opacity: 0; }
  .section-image img, .slideshow-wrapper .static-intro-slide img {
    width: 100%; }
  .section-image .content-caption, .slideshow-wrapper .static-intro-slide .content-caption {
    width: 100%; }

.section-html .html-container {
  text-align: center; }
  .section-html .html-container .twitter-tweet {
    margin: 0 auto !important; }
  .section-html .html-container > iframe,
  .section-html .html-container > div {
    margin: 0 auto !important;
    max-width: 100% !important; }

.section-html .content-caption {
  text-align: center; }

.section-pull-quote {
  margin: 17px auto; }
  @media only screen and (min-width: 1221px) {
    .section-pull-quote {
      margin: 48px auto; } }
  .section-pull-quote .quote {
    font-family: 'Brown Regular', sans-serif;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    word-spacing: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: block; }
  .section-pull-quote .quote-before,
  .section-pull-quote .quote-after {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 1.3em;
    text-transform: none;
    text-align: center;
    height: 58px;
    color: #B1B1B2; }
    .section-pull-quote .quote-before::before, .section-pull-quote .quote-before::after,
    .section-pull-quote .quote-after::before,
    .section-pull-quote .quote-after::after {
      content: '\A0';
      display: inline-block;
      position: relative;
      margin: 0 7px;
      top: 29px;
      background-color: #B1B1B2;
      height: 1px;
      width: 20px; }
  .section-pull-quote .quote-credit {
    font-family: 'Brown Regular', sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    word-spacing: normal;
    text-transform: uppercase;
    margin: 10px 0 0;
    text-align: center; }
  .section-pull-quote .quote-description {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    letter-spacing: normal;
    line-height: 1.5em;
    word-spacing: normal;
    line-height: 1.65em;
    color: #333; }
    .section-pull-quote .quote-description a {
      border-bottom: solid 2px #27FFBC; }
      .section-pull-quote .quote-description a:hover {
        border-bottom-color: #EF4B4B; }
    .section-pull-quote .quote-description h2 {
      font-family: 'Playfair Display', serif;
      font-size: 25px;
      font-weight: bold;
      word-spacing: normal;
      letter-spacing: normal;
      line-height: 1.3em;
      text-transform: none; }
    .section-pull-quote .quote-description h3 {
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 20px;
      letter-spacing: normal;
      line-height: 1.5em;
      word-spacing: normal;
      font-weight: bold; }
      .section-pull-quote .quote-description h3 a {
        border-bottom: solid 2px #27FFBC; }
        .section-pull-quote .quote-description h3 a:hover {
          border-bottom-color: #EF4B4B; }

.section-external-video .video-container,
.section-internal-video .video-container,
.section-html .video-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: url("/assets/images/placeholder-2.svg");
  background-size: cover; }
  .section-external-video .video-container.ratio-1x1,
  .section-internal-video .video-container.ratio-1x1,
  .section-html .video-container.ratio-1x1 {
    display: block;
    width: 56.25%;
    margin: 0 auto; }
    @media only screen and (max-width: 760.99px) {
      .section-external-video .video-container.ratio-1x1,
      .section-internal-video .video-container.ratio-1x1,
      .section-html .video-container.ratio-1x1 {
        padding-bottom: 100%;
        width: 100%; } }
  .section-external-video .video-container.ratio-9x16,
  .section-internal-video .video-container.ratio-9x16,
  .section-html .video-container.ratio-9x16 {
    display: block;
    width: 31.64%;
    margin: 0 auto; }
  .section-external-video .video-container iframe,
  .section-internal-video .video-container iframe,
  .section-html .video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.section-external-video .memory-save-overlay,
.section-internal-video .memory-save-overlay,
.section-html .memory-save-overlay {
  position: relative;
  width: 360px;
  height: 270px;
  background-color: #000;
  text-align: center;
  opacity: 1;
  cursor: pointer; }
  .section-external-video .memory-save-overlay img,
  .section-internal-video .memory-save-overlay img,
  .section-html .memory-save-overlay img {
    width: 100%;
    opacity: 0.7; }
  .section-external-video .memory-save-overlay button,
  .section-internal-video .memory-save-overlay button,
  .section-html .memory-save-overlay button {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    background-color: #FFF;
    color: #000;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    display: inline-block;
    border: 0;
    border-radius: 25px;
    height: 40px;
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px -75px;
    padding: 2px 0 0; }
  .section-external-video .memory-save-overlay:hover button,
  .section-internal-video .memory-save-overlay:hover button,
  .section-html .memory-save-overlay:hover button {
    background-color: #EF4B4B;
    color: #FFF; }

/* Shared by all sections */
.section-container img {
  max-width: 100%; }

.body .section-container.section-asset-container {
  margin: 17px auto; }
  @media only screen and (min-width: 1221px) {
    .body .section-container.section-asset-container {
      margin: 48px auto; } }

.body .section-container.section-text-container {
  margin: 17px auto; }

.body .section-container.center-align:not(.middle-of-triptych)::after {
  display: block;
  clear: both;
  content: ''; }

.body .section-container.center-align:not(.middle-of-triptych) .section-image, .body .section-container.center-align:not(.middle-of-triptych) .slideshow-wrapper .static-intro-slide, .slideshow-wrapper .body .section-container.center-align:not(.middle-of-triptych) .static-intro-slide {
  margin: 0 auto; }

@media only screen and (min-width: 761px) {
  .body .section-container.left-align {
    float: left;
    margin: 10px 20px 20px 0; }
  .body .section-container.right-align {
    float: right;
    margin: 10px 0 20px 20px; }
  .body .section-container.center-align.middle-of-triptych {
    float: left;
    margin: 10px 0 20px; }
  .body .section-container.third-width {
    width: 240px; }
    .body .section-container.third-width.left-align, .body .section-container.third-width.right-align {
      width: 220px; }
  .body .section-container.half-width {
    width: 360px; }
    .body .section-container.half-width.left-align, .body .section-container.half-width.right-align {
      width: 340px; }
  .body .section-container.full-width {
    width: 720px; } }

.body .section-container.page-width {
  max-width: 2000px;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .body .section-container.page-width .content-caption {
    padding: 0 20px; }

/* Sections as slides in desktop slideshows */
@media only screen and (min-width: 1221px) {
  .slideshow {
    /* Min heights and widths give better UX by reducing repaints between slides */ }
    .slideshow .section-internal-video,
    .slideshow .section-external-video {
      min-height: 306px;
      min-width: 545px; }
    .slideshow .section-html {
      min-height: 160px;
      min-width: 545px; } }

.schemaRecipeContainer {
  font: 17px Georgia, Times New Roman, serif !important;
  font-color: #222 !important;
  text-align: left !important;
  line-height: 1.7 !important; }
  .schemaRecipeContainer ul, .schemaRecipeContainer ol {
    padding: 0 0 0 25px !important; }
  .schemaRecipeContainer ol > li {
    list-style-type: decimal !important; }
  .schemaRecipeContainer .schemaRecipeIngredients > li {
    display: list-item !important;
    list-style: initial !important;
    list-style-type: disc !important; }
  .schemaRecipeContainer .schemaRecipeName {
    font-size: 22px !important;
    font-family: Georgia, Times New Roman, serif !important;
    margin: 0 !important;
    line-height: 1.4 !important; }
  .schemaRecipeContainer .schemaRecipeIngredientsHeader, .schemaRecipeContainer .schemaRecipeInstructionsHeader {
    font-size: 17px !important;
    padding: 30px 0 5px !important; }
  .schemaRecipeContainer .schemaRecipeDatePublished, .schemaRecipeContainer .schemaRecipeCredits {
    display: none !important; }
  .schemaRecipeContainer .schemaRecipeDescription, .schemaRecipeContainer .schemaRecipeNutritionInformation {
    padding: 10px 0 30px !important; }

/**
 * The rampant use of !important and the lack of mixins in this file
 * should only be temporary
 *
 * Authors are currently using a tool that spits out markup with
 * HTML & CSS. We must override the CSS styles with !important
 * n order to give them our own styles.
 *
 * Eventually authors will have a tool to create just the HTML markup.
 */
.product-grid .product-grid-header,
.product-carousel .product-grid-header {
  min-width: 240px;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0 0;
  text-align: left; }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .product-grid .product-grid-header,
    .product-carousel .product-grid-header {
      margin-bottom: 20px;
      max-width: 720px; } }
  .product-grid .product-grid-header span,
  .product-carousel .product-grid-header span {
    font-family: 'Brown Regular', sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #FFF;
    display: inline-block;
    position: relative;
    padding: 0 10px 0 0;
    margin: 0 25px 0 0;
    bottom: 15px;
    z-index: 1; }
    .product-grid .product-grid-header span a,
    .product-carousel .product-grid-header span a {
      text-decoration: underline; }
      .product-grid .product-grid-header span a:hover,
      .product-carousel .product-grid-header span a:hover {
        color: #333; }

.product-grid::after,
.product-carousel::after {
  display: block;
  clear: both;
  content: ''; }

.product-grid .short-title,
.product-carousel .short-title {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: bold;
  word-spacing: normal;
  letter-spacing: normal;
  line-height: 1.3em;
  text-transform: none;
  color: #000; }

.product-grid .more-info,
.product-grid .buy-button,
.product-carousel .more-info,
.product-carousel .buy-button {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  padding-bottom: 7px;
  padding-top: 8px; }

.product-grid .buy-button,
.product-carousel .buy-button {
  font-family: 'Brown Bold', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  word-spacing: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-transform: uppercase;
  text-align: center;
  left: 89px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  border-right: 1px solid #EFEFF0;
  width: 94px; }
  .product-grid .buy-button:disabled,
  .product-carousel .buy-button:disabled {
    color: #B1B1B2;
    cursor: default; }
  .product-grid .buy-button.full-width,
  .product-carousel .buy-button.full-width {
    border-right: 0;
    width: 189px; }

.product-grid .more-info,
.product-carousel .more-info {
  font-family: 'Brown Bold', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  word-spacing: normal;
  font-weight: normal;
  text-transform: uppercase;
  left: 185px;
  width: 93px;
  text-align: center;
  z-index: 30;
  color: #B1B1B2; }

.product-grid .product a:hover.more-info,
.product-grid .product a:hover .buy-button,
.product-carousel .product a:hover.more-info,
.product-carousel .product a:hover .buy-button {
  background-color: #000;
  color: #F5F5F5; }

.product-grid .product:hover .more-info.full-width,
.product-carousel .product:hover .more-info.full-width {
  background-color: #000;
  color: #F5F5F5; }

.product-grid .product-grid-header {
  text-align: center; }

.product-grid .product-row {
  margin-top: 20px;
  margin-bottom: 20px; }
  .product-grid .product-row div:nth-child(2).product {
    margin-left: 20px;
    margin-right: 10px; }
  .product-grid .product-row div:nth-child(3).product {
    margin-left: 10px;
    margin-right: 20px; }
  .product-grid .product-row::after {
    display: block;
    clear: both;
    content: ''; }

.product-grid .product {
  font-family: 'Brown Bold', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  word-spacing: normal;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  position: relative;
  float: left;
  border: 1px solid #EFEFF0;
  width: 165px;
  height: 350px;
  text-align: center; }
  .product-grid .product .buy-button {
    width: 82px;
    left: 0; }
    .product-grid .product .buy-button.full-width {
      width: 100%;
      border: 0; }
  .product-grid .product .more-info {
    width: 82px;
    left: 82px; }
  .product-grid .product .img-container {
    position: relative;
    margin-top: 5px;
    height: 150px; }
    .product-grid .product .img-container img {
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: 125px;
      max-height: 150px;
      min-width: 50%; }
  .product-grid .product .sponsored-product-label {
    font-family: 'Brown Bold', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #B1B1B2;
    height: 14px;
    padding-top: 8px;
    text-decoration: underline; }
  .product-grid .product .brand-name {
    color: #B1B1B2;
    padding: 10px 5px;
    height: 45px; }
  .product-grid .product .short-title {
    height: 45px;
    padding: 5px; }
  .product-grid .product .price {
    padding: 10px;
    margin-top: 15px; }
    .product-grid .product .price .retail-price {
      color: #000;
      display: inline-block; }
    .product-grid .product .price .sale-price {
      color: #EF4B4B;
      display: none;
      margin-left: 5px; }
  .product-grid .product.sale .price {
    float: bottom; }
    .product-grid .product.sale .price .retail-price {
      text-decoration: line-through; }
    .product-grid .product.sale .price .sale-price {
      display: inline-block; }

.product-carousel {
  margin: 0 auto 48px;
  overflow: hidden;
  background-color: #F5F5F5;
  padding-bottom: 30px; }
  @media only screen and (max-width: 1220.99px) {
    .product-carousel {
      width: 100% !important;
      margin-top: 25px; } }
  .product-carousel .product-grid-header {
    padding-left: 20px; }
    .product-carousel .product-grid-header span {
      background-color: #F5F5F5; }
  .product-carousel .products {
    position: relative;
    height: 160px; }
  .product-carousel .product-container {
    width: 290px;
    overflow: visible;
    margin-left: 50px; }
    .product-carousel .product-container.single-product .product {
      margin: 0 -12px; }
  .product-carousel .slick-list {
    position: absolute;
    height: 160px; }
    @media only screen and (min-width: 1221px) {
      .product-carousel .slick-list {
        left: 12px; } }
  .product-carousel .product {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    position: relative;
    float: left;
    border: 1px solid #EFEFF0;
    width: 280px;
    height: 160px;
    margin: 0 5px;
    text-align: left;
    background-color: #FFF; }
    .product-carousel .product .img-container {
      position: relative;
      width: 90px;
      height: 160px;
      text-align: center;
      float: left;
      border-right: 1px solid #EFEFF0;
      margin-right: 8px; }
      .product-carousel .product .img-container img {
        position: absolute;
        top: 50%;
        left: 50%;
        right: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        margin: 0 auto;
        max-height: 100%;
        max-width: 70px;
        min-width: 50%; }
    .product-carousel .product .sponsored-product-label {
      font-family: 'Brown Bold', sans-serif;
      font-size: 10px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      color: #B1B1B2;
      height: 14px;
      padding-top: 8px;
      text-decoration: underline;
      width: 260px;
      display: block;
      left: 3px;
      position: relative; }
    .product-carousel .product .brand-name {
      font-family: 'Brown Bold', sans-serif;
      font-size: 10px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      color: #B1B1B2;
      margin: 10px 0 0;
      height: 20px; }
    .product-carousel .product .short-title {
      margin-top: 1px;
      height: 45px; }
    .product-carousel .product .brand-name,
    .product-carousel .product .short-title,
    .product-carousel .product .price {
      display: block;
      position: relative;
      left: 3px;
      width: 260px; }
    .product-carousel .product .price {
      height: 30px;
      margin-top: 5px; }
      .product-carousel .product .price .retail-price {
        color: #000;
        display: inline-block; }
      .product-carousel .product .price .sale-price {
        color: #EF4B4B;
        display: none;
        margin-left: 5px; }
    .product-carousel .product.sale .price {
      float: bottom; }
      .product-carousel .product.sale .price .retail-price {
        text-decoration: line-through; }
      .product-carousel .product.sale .price .sale-price {
        display: inline-block; }
  .product-carousel button {
    position: absolute; }
    .product-carousel button.slick-arrow {
      height: 40px;
      width: 40px;
      bottom: 55px;
      font-size: 0;
      z-index: 1; }
      .product-carousel button.slick-arrow.slick-next {
        background: url("/assets/icons/arrow-right.svg"); }
      .product-carousel button.slick-arrow.slick-prev {
        background: url("/assets/icons/arrow-left.svg");
        left: -40px; }
    .product-carousel button.slick-disabled {
      color: #B1B1B2; }
    .product-carousel button:not(.slick-disabled) {
      cursor: pointer; }

.product-description {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  letter-spacing: normal;
  line-height: 1.5em;
  word-spacing: normal;
  line-height: 1.65em;
  color: #333;
  margin: 17px auto; }
  .product-description a {
    border-bottom: solid 2px #27FFBC; }
    .product-description a:hover {
      border-bottom-color: #EF4B4B; }
  .product-description h2 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 1.3em;
    text-transform: none; }
  .product-description h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1.5em;
    word-spacing: normal;
    font-weight: bold; }
    .product-description h3 a {
      border-bottom: solid 2px #27FFBC; }
      .product-description h3 a:hover {
        border-bottom-color: #EF4B4B; }

.product-reviews .module-header {
  padding-bottom: 0; }
  .product-reviews .module-header.shopping-module {
    padding-top: 30px; }
  .product-reviews .module-header .container .title {
    background-color: #FFF; }
  .product-reviews .module-header .container::before {
    z-index: 1; }

.product-reviews .reviews-wrapper {
  margin: 0 auto; }
  @media only screen and (min-width: 1221px) {
    .product-reviews .reviews-wrapper {
      width: 1100px; } }
  @media only screen and (max-width: 1220.99px) {
    .product-reviews .reviews-wrapper {
      max-width: 720px;
      padding: 0 80px; } }
  @media only screen and (max-width: 760.99px) {
    .product-reviews .reviews-wrapper {
      padding: 0 15px; } }
  .product-reviews .reviews-wrapper .review {
    position: relative; }
    @media only screen and (max-width: 1220.99px) {
      .product-reviews .reviews-wrapper .review {
        padding-bottom: 80px; } }
    .product-reviews .reviews-wrapper .review .quote-before,
    .product-reviews .reviews-wrapper .review .quote-after {
      font-family: 'Playfair Display', serif;
      font-size: 80px;
      font-weight: bold;
      word-spacing: normal;
      letter-spacing: normal;
      line-height: 1.3em;
      text-transform: none;
      text-align: center;
      height: 58px;
      color: #E7CDBE;
      margin-top: -15px; }
    .product-reviews .reviews-wrapper .review .title {
      font-family: 'Playfair Display', serif;
      font-size: 30px;
      font-weight: bold;
      word-spacing: normal;
      letter-spacing: normal;
      line-height: 1.3em;
      text-transform: none;
      color: #CB9779;
      text-align: center;
      margin: 15px auto;
      width: auto;
      display: block; }
      @media only screen and (min-width: 1221px) {
        .product-reviews .reviews-wrapper .review .title {
          font-family: 'Playfair Display', serif;
          font-size: 40px;
          font-weight: bold;
          word-spacing: normal;
          letter-spacing: normal;
          line-height: 1.3em;
          text-transform: none; } }
    .product-reviews .reviews-wrapper .review .contributor {
      position: relative;
      width: 285px;
      height: 70px;
      margin: 25px auto 35px;
      text-align: center; }
      @media only screen and (max-width: 760.99px) {
        .product-reviews .reviews-wrapper .review .contributor {
          width: 100%; } }
      .product-reviews .reviews-wrapper .review .contributor img {
        border-radius: 50%;
        height: 70px;
        width: 70px;
        margin-right: 20px;
        display: inline-block; }
      .product-reviews .reviews-wrapper .review .contributor div {
        display: inline-block;
        text-align: left;
        position: relative;
        top: -20px; }
        .product-reviews .reviews-wrapper .review .contributor div .name,
        .product-reviews .reviews-wrapper .review .contributor div .type {
          font-family: 'Brown Bold', sans-serif;
          font-size: 12px;
          letter-spacing: 0.1em;
          line-height: 1.2em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase;
          display: block;
          color: #B1B1B2;
          padding-bottom: 5px; }
    @media only screen and (min-width: 1221px) {
      .product-reviews .reviews-wrapper .review .review-left {
        width: 550px;
        display: inline-block;
        padding: 0 35px 35px; } }
    @media only screen and (min-width: 1221px) {
      .product-reviews .reviews-wrapper .review .review-right {
        width: 550px;
        display: inline-block;
        padding: 0 35px 0 20px; } }
    .product-reviews .reviews-wrapper .review .review-right .name {
      font-family: 'Brown Bold', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      display: inline-block;
      color: #CB9779;
      padding-bottom: 10px; }
      @media only screen and (max-width: 1220.99px) {
        .product-reviews .reviews-wrapper .review .review-right .name {
          display: none;
          opacity: 0; } }
    .product-reviews .reviews-wrapper .review .review-right .review-body {
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 17px;
      letter-spacing: normal;
      line-height: 1.5em;
      word-spacing: normal;
      line-height: 1.65em;
      color: #333;
      margin-top: 10px; }
      .product-reviews .reviews-wrapper .review .review-right .review-body a {
        border-bottom: solid 2px #27FFBC; }
        .product-reviews .reviews-wrapper .review .review-right .review-body a:hover {
          border-bottom-color: #EF4B4B; }
      .product-reviews .reviews-wrapper .review .review-right .review-body h2 {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none; }
      .product-reviews .reviews-wrapper .review .review-right .review-body h3 {
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 20px;
        letter-spacing: normal;
        line-height: 1.5em;
        word-spacing: normal;
        font-weight: bold; }
        .product-reviews .reviews-wrapper .review .review-right .review-body h3 a {
          border-bottom: solid 2px #27FFBC; }
          .product-reviews .reviews-wrapper .review .review-right .review-body h3 a:hover {
            border-bottom-color: #EF4B4B; }

.reviews-wrapper {
  height: auto; }
  .reviews-wrapper .carousel-reviews {
    position: relative;
    display: inline-block;
    width: 1100px;
    margin: 0 auto; }
    .reviews-wrapper .carousel-reviews .slick-dots {
      position: absolute;
      padding-left: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 50px;
      bottom: 20px; }
      .reviews-wrapper .carousel-reviews .slick-dots li {
        position: relative;
        display: inline-block;
        list-style: none;
        width: 16px;
        text-align: center; }
        .reviews-wrapper .carousel-reviews .slick-dots li.slick-active button {
          background-color: #B1B1B2;
          border: 1px solid #B1B1B2; }
        .reviews-wrapper .carousel-reviews .slick-dots li button {
          width: 6px;
          height: 6px;
          border-radius: 6px;
          border: 1px solid #000;
          background-color: #000;
          margin: 20px 0;
          font-size: 0;
          display: inline-block; }
    .reviews-wrapper .carousel-reviews .slick-arrow {
      height: 40px;
      width: 40px;
      top: 0;
      bottom: 0;
      margin: auto;
      font-size: 0;
      position: absolute; }
      .reviews-wrapper .carousel-reviews .slick-arrow.slick-prev {
        background: url("/assets/icons/arrow-left.svg");
        background-color: #B1B1B2;
        border-radius: 50%;
        left: -70px; }
      .reviews-wrapper .carousel-reviews .slick-arrow.slick-next {
        background: url("/assets/icons/arrow-right.svg");
        background-color: #B1B1B2;
        border-radius: 50%;
        right: -70px; }
    .reviews-wrapper .carousel-reviews .slick-list {
      width: 1100px;
      height: 100%;
      overflow: hidden; }
      .reviews-wrapper .carousel-reviews .slick-list .slick-track {
        display: inline-block; }
    .reviews-wrapper .carousel-reviews .review {
      display: table;
      position: relative;
      overflow: hidden;
      float: left;
      width: 1100px; }
      .reviews-wrapper .carousel-reviews .review .review-right,
      .reviews-wrapper .carousel-reviews .review .review-left {
        display: table-cell;
        vertical-align: middle; }

.product-details-wrapper {
  background-color: #FFF; }

#product-details-container {
  width: 100%;
  position: relative;
  background: #FFF;
  padding: 35px 0;
  display: inline-block; }
  @media only screen and (max-width: 1220.99px) {
    #product-details-container {
      text-align: center;
      padding: 50px 0; } }
  @media only screen and (max-width: 760.99px) {
    #product-details-container {
      padding: 20px 0 15px; } }

.product-details-shopping-nav {
  height: 80px;
  width: 100%;
  background: #FFF;
  margin-top: 40px;
  border-bottom: 1px solid #EFEFF0; }
  @media only screen and (max-width: 1220.99px) {
    .product-details-shopping-nav {
      margin-top: 0; } }
  .product-details-shopping-nav .nav-wrapper {
    width: 1100px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0; }
  @media only screen and (max-width: 1220.99px) {
    .product-details-shopping-nav {
      width: 100%; } }
  .product-details-shopping-nav .back-to-list {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 1.3em;
    text-transform: none;
    text-transform: uppercase;
    font-style: italic;
    color: #CB9779;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 100; }
    @media only screen and (max-width: 1220.99px) {
      .product-details-shopping-nav .back-to-list {
        margin-left: 25px; } }
    @media only screen and (max-width: 760.99px) {
      .product-details-shopping-nav .back-to-list {
        font-family: 'Playfair Display', serif;
        font-size: 15px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none;
        text-transform: uppercase; } }
    .product-details-shopping-nav .back-to-list .fa-chevron-left {
      margin-right: 10px;
      font-size: 12px;
      position: relative;
      top: -1px; }
    .product-details-shopping-nav .back-to-list .list-title {
      color: #000;
      font-style: normal;
      margin-left: 15px; }
  .product-details-shopping-nav .shopping-search.active {
    position: relative; }

.image-text-wrapper {
  width: 1100px;
  margin: 0 auto;
  position: relative; }
  .image-text-wrapper.floating #product-details-information {
    position: fixed; }
  .image-text-wrapper.floating .pd-image-transition-icons {
    position: fixed;
    margin-top: 250px; }
  .image-text-wrapper.bottom {
    position: static; }
    .image-text-wrapper.bottom #product-details-information {
      position: absolute;
      bottom: 50px; }
    .image-text-wrapper.bottom .pd-image-transition-icons {
      position: absolute;
      bottom: 450px; }

.carousel-text-wrapper.single-image .product-images {
  position: relative;
  width: 500px;
  margin: 0 auto; }
  @media only screen and (max-width: 760.99px) {
    .carousel-text-wrapper.single-image .product-images {
      width: 375px; } }
  @media only screen and (max-width: 320.99px) {
    .carousel-text-wrapper.single-image .product-images {
      width: 320px; } }

.carousel-text-wrapper.single-image .pd-img-container {
  display: block;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 760.99px) {
    .carousel-text-wrapper.single-image .pd-img-container {
      width: 375px;
      overflow: hidden;
      margin: 0 auto; } }
  @media only screen and (max-width: 320.99px) {
    .carousel-text-wrapper.single-image .pd-img-container {
      width: 320px; } }
  .carousel-text-wrapper.single-image .pd-img-container img {
    max-width: 570px;
    max-height: 570px; }
    @media only screen and (max-width: 760.99px) {
      .carousel-text-wrapper.single-image .pd-img-container img {
        max-width: 375px;
        max-height: 375px; } }
    @media only screen and (max-width: 320.99px) {
      .carousel-text-wrapper.single-image .pd-img-container img {
        max-width: 320px;
        max-height: 320px; } }

.carousel-text-wrapper .product-images {
  position: relative;
  width: 500px;
  margin: 0 auto; }
  @media only screen and (max-width: 760.99px) {
    .carousel-text-wrapper .product-images {
      width: 375px; } }
  @media only screen and (max-width: 320.99px) {
    .carousel-text-wrapper .product-images {
      width: 320px; } }
  .carousel-text-wrapper .product-images .slick-dots {
    position: relative;
    padding-left: 0;
    margin: 0;
    width: 100%; }
    .carousel-text-wrapper .product-images .slick-dots li {
      position: relative;
      display: inline-block;
      list-style: none;
      width: 16px;
      text-align: center; }
      .carousel-text-wrapper .product-images .slick-dots li.slick-active button {
        background-color: #000;
        border: 1px solid #000; }
      .carousel-text-wrapper .product-images .slick-dots li button {
        width: 6px;
        height: 6px;
        border-radius: 6px;
        border: 1px solid #B1B1B2;
        background-color: #B1B1B2;
        margin: 20px 0;
        font-size: 0;
        display: inline-block; }
  .carousel-text-wrapper .product-images .slick-list {
    padding: 0 !important;
    width: 100%;
    height: 600px; }
    @media only screen and (max-width: 760.99px) {
      .carousel-text-wrapper .product-images .slick-list {
        width: 375px;
        height: 375px; } }
    @media only screen and (max-width: 320.99px) {
      .carousel-text-wrapper .product-images .slick-list {
        width: 320px;
        height: 320px; } }
  .carousel-text-wrapper .product-images .pd-img-container {
    display: block;
    position: relative;
    float: left;
    padding: 0 5px;
    width: 580px; }
    @media only screen and (max-width: 760.99px) {
      .carousel-text-wrapper .product-images .pd-img-container {
        width: 385px; } }
    @media only screen and (max-width: 320.99px) {
      .carousel-text-wrapper .product-images .pd-img-container {
        width: 330px; } }
    .carousel-text-wrapper .product-images .pd-img-container img {
      max-width: 570px;
      max-height: 570px; }
      @media only screen and (max-width: 760.99px) {
        .carousel-text-wrapper .product-images .pd-img-container img {
          max-width: 375px;
          max-height: 375px; } }
      @media only screen and (max-width: 320.99px) {
        .carousel-text-wrapper .product-images .pd-img-container img {
          max-width: 320px;
          max-height: 320px; } }

.pd-image-transition-icons {
  position: fixed;
  margin-left: -30px;
  margin-top: 250px; }
  .pd-image-transition-icons .bullet {
    width: 8px;
    height: 8px;
    border-radius: 6px;
    border: 1px solid #B1B1B2;
    background-color: #B1B1B2;
    margin-top: 10px; }
    .pd-image-transition-icons .bullet.active {
      background-color: #000;
      border: 1px solid #000; }

#product-details-images {
  width: 530px;
  float: left;
  display: block;
  position: relative; }
  #product-details-images img:not(.loading) {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1; }
  #product-details-images .loading {
    width: 100%;
    height: 0;
    background: url("/assets/images/placeholder-2.svg");
    background-size: cover;
    padding-bottom: 100%; }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      #product-details-images .loading {
        padding-bottom: 100%; } }
    @media only screen and (min-width: 1221px) {
      #product-details-images .loading {
        padding-bottom: 75%; } }
    #product-details-images .loading img {
      opacity: 0; }
  #product-details-images .pd-img-container {
    margin-bottom: 10px; }
    #product-details-images .pd-img-container img {
      display: block;
      margin: 0 auto;
      max-width: 530px;
      max-height: 600px; }

#product-details-information {
  width: 500px;
  display: inline-block;
  position: relative;
  margin-left: 40px; }
  @media only screen and (max-width: 1220.99px) {
    #product-details-information {
      width: 570px;
      margin: 0;
      left: 0; } }
  @media only screen and (max-width: 760.99px) {
    #product-details-information {
      width: 100%;
      position: relative;
      padding: 0 20px; } }
  #product-details-information .sponsored-label {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #B1B1B2;
    height: 14px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1220.99px) {
      #product-details-information .sponsored-label {
        margin-top: 10px; } }
    #product-details-information .sponsored-label::after {
      content: '';
      display: block;
      position: relative;
      width: 75px;
      height: 1px;
      margin: 5px 0;
      z-index: 1;
      background-color: #B1B1B2; }
      @media only screen and (max-width: 1220.99px) {
        #product-details-information .sponsored-label::after {
          margin: 5px auto 0; } }
  #product-details-information .brand-name {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #B1B1B2;
    padding: 0;
    height: 25px; }
    @media only screen and (max-width: 1220.99px) {
      #product-details-information .brand-name {
        margin: 20px 0 0; } }
    #product-details-information .brand-name a {
      text-decoration: underline; }
  #product-details-information .retailer-name {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #B1B1B2;
    padding: 5px 0;
    height: 25px;
    margin-bottom: 45px; }
    #product-details-information .retailer-name a {
      text-decoration: underline; }
  #product-details-information .name {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 1.3em;
    text-transform: none; }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      #product-details-information .name {
        font-family: 'Playfair Display', serif;
        font-size: 40px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none;
        padding: 0 30px; } }
    @media only screen and (max-width: 760.99px) {
      #product-details-information .name {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none;
        padding: 0; } }
  #product-details-information .price {
    padding-top: 15px; }
    #product-details-information .price .retail-price {
      font-family: 'Brown Bold', sans-serif;
      font-size: 20px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      color: #000;
      display: inline-block; }
    #product-details-information .price .sale-price {
      font-family: 'Brown Bold', sans-serif;
      font-size: 20px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      color: #EF4B4B;
      display: none;
      margin-left: 15px; }
  #product-details-information.sale .price {
    float: bottom; }
    #product-details-information.sale .price .retail-price {
      text-decoration: line-through; }
    #product-details-information.sale .price .sale-price {
      display: inline-block; }
  #product-details-information .description {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    letter-spacing: normal;
    line-height: 1.5em;
    word-spacing: normal;
    line-height: 1.65em;
    color: #333;
    margin-top: 10px; }
    #product-details-information .description a {
      border-bottom: solid 2px #27FFBC; }
      #product-details-information .description a:hover {
        border-bottom-color: #EF4B4B; }
    #product-details-information .description h2 {
      font-family: 'Playfair Display', serif;
      font-size: 25px;
      font-weight: bold;
      word-spacing: normal;
      letter-spacing: normal;
      line-height: 1.3em;
      text-transform: none; }
    #product-details-information .description h3 {
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 20px;
      letter-spacing: normal;
      line-height: 1.5em;
      word-spacing: normal;
      font-weight: bold; }
      #product-details-information .description h3 a {
        border-bottom: solid 2px #27FFBC; }
        #product-details-information .description h3 a:hover {
          border-bottom-color: #EF4B4B; }
  #product-details-information .buy-button {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    margin: 15px 0;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 25px;
    height: 40px;
    width: 170px; }
    @media only screen and (max-width: 1220.99px) {
      #product-details-information .buy-button {
        margin: 30px auto;
        width: 40%;
        height: 50px; } }
    @media only screen and (max-width: 760.99px) {
      #product-details-information .buy-button {
        width: 50%; } }
    #product-details-information .buy-button:hover:enabled {
      background-color: #000;
      color: #F5F5F5; }
    #product-details-information .buy-button:disabled {
      color: #B1B1B2;
      border: 1px solid #B1B1B2;
      cursor: default; }
  #product-details-information .product-social {
    width: 120px;
    margin: 30px 0; }
    @media only screen and (max-width: 1220.99px) {
      #product-details-information .product-social {
        margin: 0 auto; } }
    #product-details-information .product-social button {
      width: 30px;
      height: 30px;
      margin: 5px 10px 5px 0; }
  #product-details-information .featured-in-container {
    margin: 40px 0;
    width: 100%; }
  #product-details-information .featured-in-entry-container {
    display: inline-block;
    padding: 15px 40px 10px 0;
    width: 245px;
    height: 125px;
    text-align: left;
    vertical-align: top; }
    @media only screen and (max-width: 1220.99px) {
      #product-details-information .featured-in-entry-container {
        width: 240px;
        padding: 10px;
        text-align: center; } }
    @media only screen and (max-width: 760.99px) {
      #product-details-information .featured-in-entry-container {
        width: 100%;
        padding: 10px 0;
        display: block;
        margin: 20px auto; } }
  #product-details-information .featured-in-header {
    font-family: 'Brown Regular', sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    word-spacing: normal;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    position: relative;
    padding: 0 10px 10px 0;
    letter-spacing: 0.1em;
    z-index: 1; }
    @media only screen and (max-width: 1220.99px) {
      #product-details-information .featured-in-header {
        text-align: center;
        padding: 0; } }
    #product-details-information .featured-in-header::after {
      content: '';
      display: block;
      position: relative;
      width: 40px;
      height: 1px;
      margin: 10px 0 15px;
      z-index: 1;
      background-color: #EF4B4B; }
      @media only screen and (max-width: 1220.99px) {
        #product-details-information .featured-in-header::after {
          margin: 10px auto 15px; } }
  #product-details-information .featured-in-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 1.3em;
    text-transform: none; }
  #product-details-information .featured-in-cta {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #EF4B4B;
    margin-top: 15px; }
    #product-details-information .featured-in-cta .fa-angle-right {
      font-weight: bold;
      margin-left: 5px; }
  #product-details-information .featured-in-label {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #B1B1B2;
    margin-bottom: 10px; }

.spot-im-products-reviews-container {
  background: #F5F5F5;
  width: 1100px;
  margin: 0 auto;
  padding: 65px 0; }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .spot-im-products-reviews-container {
      width: 720px; } }
  @media only screen and (max-width: 760.99px) {
    .spot-im-products-reviews-container {
      width: 100%; } }
  .spot-im-products-reviews-container .spot-im-frame-inpage {
    width: 805px;
    margin: 0 auto; }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      .spot-im-products-reviews-container .spot-im-frame-inpage {
        width: 650px; } }
    @media only screen and (max-width: 760.99px) {
      .spot-im-products-reviews-container .spot-im-frame-inpage {
        width: 350px; } }

/* Remove the top spacing for product list
   navigation on the homepage, the carousel should be
   flush to the top of the page */
.shopping-home .product-list-navigation {
  top: 0;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1221px) {
    .shopping-home .product-list-navigation {
      top: -5px; } }

.shopping-home-carousel-wrapper {
  overflow: hidden;
  height: auto; }
  .shopping-home-carousel-wrapper .title {
    display: none; }
  .shopping-home-carousel-wrapper::before {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 600px;
    background: url("/assets/images/placeholder-2.svg");
    background-size: cover;
    content: ''; }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      .shopping-home-carousel-wrapper::before {
        min-height: 506px; } }
    @media only screen and (max-width: 760.99px) {
      .shopping-home-carousel-wrapper::before {
        max-height: 385px; } }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .shopping-home-carousel-wrapper {
      min-height: 506px; } }
  @media only screen and (max-width: 760.99px) {
    .shopping-home-carousel-wrapper {
      max-height: 385px; } }
  .shopping-home-carousel-wrapper .carousel-items {
    position: relative;
    display: inline-block;
    visibility: visible;
    width: 100vw;
    margin: 0 auto; }
    .shopping-home-carousel-wrapper .carousel-items .slick-dots {
      position: absolute;
      padding-left: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 50px;
      bottom: 30px; }
      .shopping-home-carousel-wrapper .carousel-items .slick-dots li {
        position: relative;
        display: inline-block;
        list-style: none;
        width: 16px;
        text-align: center; }
        .shopping-home-carousel-wrapper .carousel-items .slick-dots li.slick-active button {
          background-color: #FFF;
          border: 1px solid #FFF; }
        .shopping-home-carousel-wrapper .carousel-items .slick-dots li button {
          width: 6px;
          height: 6px;
          border-radius: 6px;
          border: 1px solid #B1B1B2;
          background-color: #B1B1B2;
          margin: 20px 0;
          font-size: 0;
          display: inline-block; }
    .shopping-home-carousel-wrapper .carousel-items .slick-arrow {
      height: 40px;
      width: 40px;
      top: 0;
      bottom: 0;
      margin: auto;
      font-size: 0;
      position: absolute;
      z-index: 1; }
      .shopping-home-carousel-wrapper .carousel-items .slick-arrow.slick-prev {
        background: url("/assets/icons/arrow-left.svg");
        left: 25px; }
      .shopping-home-carousel-wrapper .carousel-items .slick-arrow.slick-next {
        background: url("/assets/icons/arrow-right.svg");
        right: 25px; }
      @media only screen and (max-width: 1220.99px) {
        .shopping-home-carousel-wrapper .carousel-items .slick-arrow {
          margin: auto; } }
    .shopping-home-carousel-wrapper .carousel-items .slick-list {
      width: 100vw;
      height: 100%; }
      .shopping-home-carousel-wrapper .carousel-items .slick-list .slick-track {
        display: inline-block; }
    .shopping-home-carousel-wrapper .carousel-items .carousel-slide {
      display: inline-block;
      visibility: visible;
      position: relative;
      overflow: hidden;
      float: left;
      width: 100vw; }
      @media only screen and (max-width: 1220.99px) {
        .shopping-home-carousel-wrapper .carousel-items .carousel-slide {
          max-height: 506px; } }
      .shopping-home-carousel-wrapper .carousel-items .carousel-slide .background {
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 25;
        text-align: center; }
        .shopping-home-carousel-wrapper .carousel-items .carousel-slide .background img {
          width: 100vw; }
        @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
          .shopping-home-carousel-wrapper .carousel-items .carousel-slide .background img {
            height: 506px;
            width: inherit;
            margin-left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%); } }
        @media only screen and (max-width: 760.99px) {
          .shopping-home-carousel-wrapper .carousel-items .carousel-slide .background {
            overflow: hidden; }
            .shopping-home-carousel-wrapper .carousel-items .carousel-slide .background img {
              width: auto;
              height: 385px;
              margin-left: 50%;
              -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                      transform: translateX(-50%); } }
        @media only screen and (max-width: 320.99px) {
          .shopping-home-carousel-wrapper .carousel-items .carousel-slide .background img {
            margin-left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%); } }
      .shopping-home-carousel-wrapper .carousel-items .carousel-slide .overlay {
        top: 23%;
        left: 0;
        right: 0;
        margin: -50px auto;
        width: 500px;
        text-align: center;
        position: absolute;
        z-index: 30; }
        .shopping-home-carousel-wrapper .carousel-items .carousel-slide .overlay img {
          width: 500px; }
        .shopping-home-carousel-wrapper .carousel-items .carousel-slide .overlay .description {
          font-family: 'Playfair Display', serif;
          font-size: 20px;
          font-weight: bold;
          word-spacing: normal;
          letter-spacing: normal;
          line-height: 1.3em;
          text-transform: none;
          color: #FFF;
          width: 100%;
          padding: 10px 0 30px;
          display: inline-block; }
        .shopping-home-carousel-wrapper .carousel-items .carousel-slide .overlay button {
          font-family: 'Brown Bold', sans-serif;
          font-size: 12px;
          letter-spacing: 0.1em;
          line-height: 1.2em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase;
          text-transform: uppercase;
          text-align: center;
          background-color: transparent;
          color: #FFF;
          -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
          display: inline-block;
          margin: 0 auto;
          border: 1px solid #FFF;
          border-radius: 25px;
          height: 40px;
          width: 200px; }
          .shopping-home-carousel-wrapper .carousel-items .carousel-slide .overlay button:hover:enabled {
            background-color: #FFF;
            color: #000; }
        @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
          .shopping-home-carousel-wrapper .carousel-items .carousel-slide .overlay {
            width: 400px;
            top: 34%; }
            .shopping-home-carousel-wrapper .carousel-items .carousel-slide .overlay img {
              width: 285px; } }
        @media only screen and (max-width: 760.99px) {
          .shopping-home-carousel-wrapper .carousel-items .carousel-slide .overlay {
            width: 100%;
            top: 24%;
            bottom: 70px; }
            .shopping-home-carousel-wrapper .carousel-items .carousel-slide .overlay img {
              width: 225px; } }
        @media only screen and (max-width: 320.99px) {
          .shopping-home-carousel-wrapper .carousel-items .carousel-slide .overlay {
            width: 325px; }
            .shopping-home-carousel-wrapper .carousel-items .carousel-slide .overlay .description {
              font-family: 'Playfair Display', serif;
              font-size: 15px;
              font-weight: bold;
              word-spacing: normal;
              letter-spacing: normal;
              line-height: 1.3em;
              text-transform: none; } }
  .shopping-home-carousel-wrapper.loading::before {
    display: block; }
  .shopping-home-carousel-wrapper.loading .slick-arrow {
    display: none !important; }
  .shopping-home-carousel-wrapper.loading .carousel-items {
    display: none;
    visibility: hidden; }

.trend-module {
  width: 100%;
  min-width: 280px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 0; }
  @media only screen and (max-width: 1220.99px) {
    .trend-module {
      margin-bottom: 25px; } }
  .trend-module .shopping-module {
    padding: 0;
    height: 20px;
    margin-top: 90px;
    margin-bottom: 55px; }
  @media only screen and (min-width: 1221px) {
    .trend-module {
      width: 1140px; } }
  @media only screen and (min-width: 761px) {
    .trend-module > div {
      display: inline-block; } }
  @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
    .trend-module {
      min-width: 760px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 760.99px) {
    .trend-module {
      padding: 0;
      max-width: 435px;
      min-height: 785px; } }
  @media only screen and (max-width: 430.99px) {
    .trend-module {
      min-height: 785px; } }
  @media only screen and (max-width: 320.99px) {
    .trend-module {
      min-height: 1530px; } }
  .trend-module > ul {
    padding-left: 0; }
  .trend-module .trend-card {
    width: 245px;
    height: 520px;
    display: inline-block;
    position: relative;
    margin: 0 20px;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out; }
    @media only screen and (max-width: 1220.99px) {
      .trend-module .trend-card {
        margin: 0 6px 50px 0;
        width: 175px;
        height: 350px; } }
    .trend-module .trend-card:hover {
      cursor: pointer;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
      .trend-module .trend-card:hover .cropping-container::before {
        opacity: 0; }
    .trend-module .trend-card .cropping-container {
      height: 490px;
      overflow: hidden;
      position: relative; }
      .trend-module .trend-card .cropping-container::before {
        display: block;
        left: 0;
        top: 0;
        width: inherit;
        height: inherit;
        background: url("/assets/images/placeholder-2.svg");
        background-size: cover;
        content: ''; }
      @media only screen and (max-width: 1220.99px) {
        .trend-module .trend-card .cropping-container {
          height: 343px; } }
      .trend-module .trend-card .cropping-container img {
        width: 245px;
        height: 480px;
        position: absolute;
        top: 0;
        left: 0; }
        @media only screen and (max-width: 1220.99px) {
          .trend-module .trend-card .cropping-container img {
            width: 175px;
            height: 343px; } }
    .trend-module .trend-card .info {
      height: 60px;
      width: 245px; }
      @media only screen and (max-width: 1220.99px) {
        .trend-module .trend-card .info {
          width: 175px; } }
      .trend-module .trend-card .info .header {
        font-family: 'Brown Bold', sans-serif;
        font-size: 10px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        top: -115px;
        color: #FFF; }
        @media only screen and (max-width: 1220.99px) {
          .trend-module .trend-card .info .header {
            top: -85px; } }
      .trend-module .trend-card .info .collection-name {
        font-family: 'Playfair Display', serif;
        font-size: 20px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none;
        text-align: center;
        position: relative;
        top: -110px;
        color: #FFF; }
        @media only screen and (max-width: 1220.99px) {
          .trend-module .trend-card .info .collection-name {
            top: -80px; } }
    .trend-module .trend-card .product-count {
      font-family: 'Brown Bold', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      color: #808080;
      height: 40px;
      width: 245px;
      margin-top: -70px;
      padding-top: 12px;
      text-align: center;
      position: relative;
      background-color: #FFF; }
      @media only screen and (max-width: 1220.99px) {
        .trend-module .trend-card .product-count {
          font-family: 'Brown Bold', sans-serif;
          font-size: 10px;
          letter-spacing: 0.1em;
          line-height: 1.2em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase;
          width: 175px;
          margin-top: -60px; } }

.sale-card {
  width: 1100px;
  height: 390px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  vertical-align: middle; }
  @media only screen and (max-width: 1220.99px) {
    .sale-card {
      overflow: hidden;
      width: 100%; } }
  .sale-card:hover {
    cursor: pointer; }
  .sale-card .sale-image {
    max-width: 2000px;
    margin: 0 auto; }
    @media only screen and (max-width: 760.99px) {
      .sale-card .sale-image {
        margin-left: -40%; } }
    @media only screen and (max-width: 430.99px) {
      .sale-card .sale-image {
        margin-left: -120%; } }
    @media only screen and (max-width: 320.99px) {
      .sale-card .sale-image {
        margin-left: -150%; } }
    .sale-card .sale-image > img {
      max-width: 1100px;
      height: 250px; }
  .sale-card .sale-text {
    width: 430px;
    height: 55px;
    display: inline-block;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      .sale-card .sale-text {
        width: 350px;
        height: 45px; } }
    @media only screen and (max-width: 760.99px) {
      .sale-card .sale-text {
        height: 42px;
        width: 320px; } }
    @media only screen and (max-width: 320.99px) {
      .sale-card .sale-text {
        height: 40px;
        width: 300px; } }
  .sale-card > button {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    width: 200px;
    height: 40px;
    background-color: #FFF;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    top: 62%;
    margin: 0 auto;
    right: 0;
    left: 0; }
    @media only screen and (max-width: 760.99px) {
      .sale-card > button {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        height: 40px;
        width: 190px; } }

.product-list-navigation {
  width: 100%;
  background-color: #FFF;
  position: relative;
  top: 40px;
  margin-bottom: 70px;
  border-bottom: 1px solid #EFEFF0;
  text-align: center; }
  .product-list-navigation .sale-select {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #B1B1B2; }
    .product-list-navigation .sale-select .sale-checkbox {
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 5px;
      border: 2px solid #EFEFF0; }
      .product-list-navigation .sale-select .sale-checkbox:hover {
        cursor: pointer; }
      .product-list-navigation .sale-select .sale-checkbox .fa.fa-check {
        position: relative;
        font-size: 10px;
        color: #FFF; }
      .product-list-navigation .sale-select .sale-checkbox.checked {
        background-color: #EF4B4B;
        border-style: none; }
  @media only screen and (max-width: 1220.99px) {
    .product-list-navigation {
      top: 0;
      height: auto;
      border-bottom: 0;
      margin-bottom: 0; }
      .product-list-navigation .results-count {
        font-family: 'Brown Bold', sans-serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        word-spacing: normal;
        font-weight: normal;
        text-transform: uppercase;
        padding: 26.5px 10px 30px 45px;
        background-color: #F5F5F5;
        color: #000;
        text-align: center;
        height: 65px; } }
    @media only screen and (max-width: 1220.99px) and (max-width: 320.99px) {
      .product-list-navigation .results-count {
        padding-left: 5px; } }
  @media only screen and (max-width: 1220.99px) {
        .product-list-navigation .results-count .spinner-wrapper {
          position: relative;
          bottom: 38px;
          right: 18px;
          background-color: #F5F5F5; }
        .product-list-navigation .results-count .text {
          margin-top: -18px; }
        .product-list-navigation .results-count .fa.fa-sliders {
          margin: -8px 10px 0 -240px;
          font-size: 25px;
          color: #CB9779; }
        .product-list-navigation .results-count .cta {
          color: #9A9A9A;
          display: inline-block;
          margin-left: 10px; }
        .product-list-navigation .results-count .mobile-nav-close {
          float: right;
          background: url("/assets/icons/icon_close_gray.svg");
          color: #222;
          width: 20px;
          height: 20px;
          margin: -18px 10px 0 0; }
        .product-list-navigation .results-count.default {
          background-color: #FFF;
          border-bottom: 1px solid #EFEFF0;
          margin-bottom: 25px; }
          .product-list-navigation .results-count.default .mobile-nav-close {
            display: none; }
          .product-list-navigation .results-count.default .fa.fa-sliders {
            color: #000; }
          .product-list-navigation .results-count.default .spinner-wrapper {
            background-color: #FFF; } }
  .product-list-navigation .shopping-nav {
    height: 55px;
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #EFEFF0; }
    @media only screen and (max-width: 1220.99px) {
      .product-list-navigation .shopping-nav {
        height: 75px; } }
    .product-list-navigation .shopping-nav .shop-now {
      font-family: 'Playfair Display', serif;
      font-size: 14px;
      font-weight: bold;
      word-spacing: normal;
      letter-spacing: normal;
      line-height: 1.3em;
      text-transform: none;
      font-weight: 900;
      font-style: italic;
      color: #CB9779;
      position: absolute;
      margin-top: 18px;
      text-transform: uppercase; }
    .product-list-navigation .shopping-nav .nav-wrapper {
      width: 1100px;
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0; }
      .product-list-navigation .shopping-nav .nav-wrapper > ul {
        display: inline-block;
        margin: 0;
        line-height: 55px;
        vertical-align: middle; }
        .product-list-navigation .shopping-nav .nav-wrapper > ul > li {
          font-family: 'Brown Bold', sans-serif;
          font-size: 12px;
          letter-spacing: 0.1em;
          line-height: 1.2em;
          word-spacing: normal;
          font-weight: normal;
          text-transform: uppercase;
          padding-bottom: 15px;
          cursor: pointer;
          display: inline-block;
          position: relative;
          list-style: none; }
          .product-list-navigation .shopping-nav .nav-wrapper > ul > li a {
            display: block;
            padding: 0 10px; }
          .product-list-navigation .shopping-nav .nav-wrapper > ul > li::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -5px;
            background-color: #E7CDBE;
            width: 100%;
            height: 5px;
            opacity: 0;
            -ms-transform: translateY(-90%); }
          .product-list-navigation .shopping-nav .nav-wrapper > ul > li:hover::before, .product-list-navigation .shopping-nav .nav-wrapper > ul > li.active::before {
            opacity: 1; }
          .product-list-navigation .shopping-nav .nav-wrapper > ul > li:hover > ul, .product-list-navigation .shopping-nav .nav-wrapper > ul > li.active > ul {
            display: block; }
    .product-list-navigation .shopping-nav.shopping-home {
      height: 90px; }
      .product-list-navigation .shopping-nav.shopping-home .nav-wrapper {
        top: 15px;
        z-index: 100; }
        .product-list-navigation .shopping-nav.shopping-home .nav-wrapper ul > li {
          padding-bottom: 34px; }
      .product-list-navigation .shopping-nav.shopping-home .search-container {
        height: 90px; }
        .product-list-navigation .shopping-nav.shopping-home .search-container input {
          height: 90px;
          width: 90%;
          overflow: hidden; }
        .product-list-navigation .shopping-nav.shopping-home .search-container .search-close {
          top: 35px;
          z-index: 100; }
        .product-list-navigation .shopping-nav.shopping-home .search-container .fa-search {
          top: 30px;
          z-index: 100; }
    .product-list-navigation .shopping-nav.condensed {
      height: auto; }
      .product-list-navigation .shopping-nav.condensed .search-nav {
        width: 100%;
        height: 65px;
        border-bottom: 0; }
        .product-list-navigation .shopping-nav.condensed .search-nav .shop-now {
          margin-top: 23px;
          left: 0;
          right: 0; }
        .product-list-navigation .shopping-nav.condensed .search-nav .search-container {
          height: 65px; }
          .product-list-navigation .shopping-nav.condensed .search-nav .search-container .fa-search {
            top: 20px; }
          .product-list-navigation .shopping-nav.condensed .search-nav .search-container .search-close {
            top: 25px; }
          .product-list-navigation .shopping-nav.condensed .search-nav .search-container input {
            height: 65px;
            width: 70%; }
      @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
        .product-list-navigation .shopping-nav.condensed ul {
          display: inline-block;
          margin: 0 0 20px;
          line-height: 55px;
          vertical-align: middle;
          padding-left: 0; }
          .product-list-navigation .shopping-nav.condensed ul > li {
            font-family: 'Brown Bold', sans-serif;
            font-size: 12px;
            letter-spacing: 0.1em;
            line-height: 1.2em;
            word-spacing: normal;
            font-weight: normal;
            text-transform: uppercase;
            padding-bottom: 15px;
            cursor: pointer;
            display: inline-block;
            position: relative;
            list-style: none; }
            .product-list-navigation .shopping-nav.condensed ul > li a {
              display: block;
              padding: 0 8px; } }
      @media only screen and (max-width: 760.99px) {
        .product-list-navigation .shopping-nav.condensed ul {
          display: inline-block;
          margin: 0 auto 25px;
          padding: 0;
          line-height: 55px;
          vertical-align: top;
          width: 340px; }
          .product-list-navigation .shopping-nav.condensed ul > li {
            font-family: 'Brown Bold', sans-serif;
            font-size: 12px;
            letter-spacing: 0.1em;
            line-height: 1.2em;
            word-spacing: normal;
            font-weight: normal;
            text-transform: uppercase;
            line-height: inherit;
            width: 170px;
            height: 70px;
            cursor: pointer;
            display: inline-block;
            position: relative;
            list-style: none;
            border-bottom: 1px solid #EFEFF0; }
            .product-list-navigation .shopping-nav.condensed ul > li:nth-child(odd) {
              border-right: 1px solid #EFEFF0; }
            .product-list-navigation .shopping-nav.condensed ul > li:nth-child(7), .product-list-navigation .shopping-nav.condensed ul > li:nth-child(8) {
              border-bottom: 0; }
            .product-list-navigation .shopping-nav.condensed ul > li a {
              display: block;
              padding: 0 10px;
              margin-top: 7px; } }
  .product-list-navigation .hero-image-header {
    height: 400px;
    margin: 0 auto;
    position: relative; }
    .product-list-navigation .hero-image-header img {
      max-height: 400px; }
    @media only screen and (max-width: 1220.99px) {
      .product-list-navigation .hero-image-header {
        height: 300px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle; }
        .product-list-navigation .hero-image-header img {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
              -ms-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%);
          max-height: 300px; } }
  .product-list-navigation .top-level-selection {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: normal;
    word-spacing: normal;
    letter-spacing: .025em;
    text-transform: uppercase;
    height: 80px;
    background: #FFF;
    line-height: 75px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0; }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      .product-list-navigation .top-level-selection {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        font-weight: normal;
        word-spacing: normal;
        letter-spacing: .025em;
        text-transform: uppercase; } }
    @media only screen and (max-width: 760.99px) {
      .product-list-navigation .top-level-selection {
        font-family: 'Playfair Display', serif;
        font-size: 22px;
        font-weight: normal;
        word-spacing: normal;
        letter-spacing: .025em;
        text-transform: uppercase; } }
    @media only screen and (max-width: 320.99px) {
      .product-list-navigation .top-level-selection {
        font-family: 'Playfair Display', serif;
        font-size: 18px;
        font-weight: normal;
        word-spacing: normal;
        letter-spacing: .025em;
        text-transform: uppercase; } }
    .product-list-navigation .top-level-selection.collection {
      text-transform: none; }
      @media only screen and (max-width: 760.99px) {
        .product-list-navigation .top-level-selection.collection {
          font-family: 'Playfair Display', serif;
          font-size: 16px;
          font-weight: normal;
          word-spacing: normal;
          letter-spacing: .025em;
          text-transform: uppercase;
          text-transform: none; } }
    .product-list-navigation .top-level-selection span {
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 900px; }
      @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
        .product-list-navigation .top-level-selection span {
          max-width: 570px; } }
      @media only screen and (max-width: 760.99px) {
        .product-list-navigation .top-level-selection span {
          max-width: 205px; } }
      @media only screen and (max-width: 320.99px) {
        .product-list-navigation .top-level-selection span {
          max-width: 165px; } }
    .product-list-navigation .top-level-selection .search-title span {
      font-style: italic;
      display: inline; }
    .product-list-navigation .top-level-selection .search-title .search-term {
      font-style: normal;
      margin-left: 10px;
      display: inline; }
      @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
        .product-list-navigation .top-level-selection .search-title .search-term {
          max-width: 400px; } }
      @media only screen and (max-width: 760.99px) {
        .product-list-navigation .top-level-selection .search-title .search-term {
          max-width: 90px; } }
      @media only screen and (max-width: 320.99px) {
        .product-list-navigation .top-level-selection .search-title .search-term {
          max-width: 55px; } }
  .product-list-navigation .filter-section {
    display: none;
    position: absolute;
    width: 100%; }
    .product-list-navigation .filter-section.is-visible {
      display: block; }
  .product-list-navigation .mobile-filter-wrapper {
    position: relative;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #EFEFF0;
    z-index: 80; }
    .product-list-navigation .mobile-filter-wrapper > ul {
      font-family: 'Brown Bold', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      background-color: #000;
      color: #FFF;
      max-height: 0;
      overflow: hidden;
      top: 75px;
      display: block;
      width: 100%;
      margin: 0;
      list-style: none;
      right: -1px;
      padding: 0;
      -webkit-transition: max-height 0.2s ease-out;
      transition: max-height 0.2s ease-out; }
      .product-list-navigation .mobile-filter-wrapper > ul > li {
        position: relative;
        width: 100%;
        z-index: 80;
        text-align: left;
        padding: 0 40px 30px;
        line-height: 30px; }
        @media only screen and (max-width: 320.99px) {
          .product-list-navigation .mobile-filter-wrapper > ul > li {
            padding: 0 40px 10px; } }
        @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
          .product-list-navigation .mobile-filter-wrapper > ul > li {
            text-align: center; } }
        .product-list-navigation .mobile-filter-wrapper > ul > li > span {
          border-bottom: 1px solid #000; }
          .product-list-navigation .mobile-filter-wrapper > ul > li > span:hover {
            cursor: pointer; }
          .product-list-navigation .mobile-filter-wrapper > ul > li > span:hover, .product-list-navigation .mobile-filter-wrapper > ul > li > span.selected {
            border-bottom: 1px solid #FFF; }
        .product-list-navigation .mobile-filter-wrapper > ul > li .fa.fa-times {
          padding-right: 10px; }
        .product-list-navigation .mobile-filter-wrapper > ul > li:first-child {
          padding-top: 20px; }
        .product-list-navigation .mobile-filter-wrapper > ul > li.clear-item {
          color: #B1B1B2;
          height: 65px;
          border-top: 1px solid #B1B1B2;
          padding-top: 20px; }
          .product-list-navigation .mobile-filter-wrapper > ul > li.clear-item > a:hover {
            border-bottom: 1px solid #B1B1B2; }
    .product-list-navigation .mobile-filter-wrapper .sale-select {
      padding: 10.5px 0 0 45px;
      position: relative;
      z-index: 80;
      height: 75px;
      text-align: left; }
      @media only screen and (max-width: 320.99px) {
        .product-list-navigation .mobile-filter-wrapper .sale-select {
          padding-left: 10px; } }
      @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
        .product-list-navigation .mobile-filter-wrapper .sale-select {
          width: 500px;
          display: inline-block;
          padding-left: 0;
          margin-right: 10px; } }
      .product-list-navigation .mobile-filter-wrapper .sale-select .sale {
        position: absolute;
        top: 30.5px; }
      .product-list-navigation .mobile-filter-wrapper .sale-select .sale-checkbox {
        position: absolute;
        margin: 16.5px 0 0 70px; }
        .product-list-navigation .mobile-filter-wrapper .sale-select .sale-checkbox .fa.fa-check {
          top: 2.5px;
          left: 4px; }
  .product-list-navigation .mobile-filter {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    padding: 30px 10px 30px 45px;
    color: #B1B1B2;
    position: relative;
    z-index: 80;
    background-color: #FFF;
    width: 100%;
    height: 75px;
    text-align: left; }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      .product-list-navigation .mobile-filter {
        width: 600px;
        display: inline-block; } }
    @media only screen and (max-width: 320.99px) {
      .product-list-navigation .mobile-filter {
        padding: 30px 10px; } }
    .product-list-navigation .mobile-filter .label {
      position: relative;
      display: inline-block;
      vertical-align: middle; }
    .product-list-navigation .mobile-filter .filter-name {
      width: 170px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-left: 10px;
      color: #000; }
      @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
        .product-list-navigation .mobile-filter .filter-name {
          width: 400px; } }
    .product-list-navigation .mobile-filter .fa.fa-times {
      height: 12px;
      width: 12px;
      display: block;
      margin-top: -16px;
      position: absolute;
      right: 70px; }
      @media only screen and (max-width: 430.99px) {
        .product-list-navigation .mobile-filter .fa.fa-times {
          right: 50px; } }
      .product-list-navigation .mobile-filter .fa.fa-times:hover {
        cursor: pointer; }
      .product-list-navigation .mobile-filter .fa.fa-times.is-visible {
        display: block; }
    .product-list-navigation .mobile-filter .fa.fa-chevron-down {
      float: right;
      padding-right: 20px; }
      @media only screen and (max-width: 760.99px) {
        .product-list-navigation .mobile-filter .fa.fa-chevron-down {
          padding: 1px 8px 0 0; } }
      @media only screen and (max-width: 320.99px) {
        .product-list-navigation .mobile-filter .fa.fa-chevron-down {
          position: absolute;
          right: 8px; } }
      .product-list-navigation .mobile-filter .fa.fa-chevron-down:hover {
        cursor: pointer; }
  .product-list-navigation .filter-bar {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    height: 55px;
    background: #FFF;
    width: 1100px;
    margin: 0 auto;
    line-height: 55px; }
    .product-list-navigation .filter-bar .fa.fa-chevron-down {
      margin-left: 5px;
      color: #B1B1B2;
      margin-top: 21px; }
      .product-list-navigation .filter-bar .fa.fa-chevron-down:hover {
        cursor: pointer; }
    .product-list-navigation .filter-bar .results-count {
      float: left;
      text-align: left;
      margin-left: 10px;
      min-width: 75px; }
      .product-list-navigation .filter-bar .results-count .spinner-wrapper {
        position: relative;
        bottom: 3px; }
    .product-list-navigation .filter-bar .sale-select {
      display: inline-block;
      float: right; }
      .product-list-navigation .filter-bar .sale-select .sale {
        position: relative;
        display: inline-block;
        width: 84px;
        top: 20px; }
      .product-list-navigation .filter-bar .sale-select .sale-checkbox {
        position: relative;
        float: right;
        margin-top: 17px; }
        .product-list-navigation .filter-bar .sale-select .sale-checkbox .fa.fa-check {
          top: 3px;
          left: 1.5px; }
    .product-list-navigation .filter-bar .price-select,
    .product-list-navigation .filter-bar .desktop-filter,
    .product-list-navigation .filter-bar .sort-select {
      font-family: 'Brown Bold', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      position: relative;
      line-height: 55px;
      cursor: pointer; }
      .product-list-navigation .filter-bar .price-select:hover .dropdown > ul,
      .product-list-navigation .filter-bar .desktop-filter:hover .dropdown > ul,
      .product-list-navigation .filter-bar .sort-select:hover .dropdown > ul {
        display: block; }
      .product-list-navigation .filter-bar .price-select .dropdown,
      .product-list-navigation .filter-bar .desktop-filter .dropdown,
      .product-list-navigation .filter-bar .sort-select .dropdown {
        color: #FFF;
        padding-left: 10px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: -20px; }
        .product-list-navigation .filter-bar .price-select .dropdown .label,
        .product-list-navigation .filter-bar .desktop-filter .dropdown .label,
        .product-list-navigation .filter-bar .sort-select .dropdown .label {
          color: #000;
          padding-right: 10px; }
        .product-list-navigation .filter-bar .price-select .dropdown > ul,
        .product-list-navigation .filter-bar .desktop-filter .dropdown > ul,
        .product-list-navigation .filter-bar .sort-select .dropdown > ul {
          display: none;
          margin: 0;
          list-style: none;
          position: absolute;
          left: -45px;
          width: 230px; }
          .product-list-navigation .filter-bar .price-select .dropdown > ul > li,
          .product-list-navigation .filter-bar .desktop-filter .dropdown > ul > li,
          .product-list-navigation .filter-bar .sort-select .dropdown > ul > li {
            position: relative;
            width: 230px;
            background: #000;
            z-index: 80;
            text-align: left;
            padding: 10px 0 0 40px;
            line-height: 20px; }
            .product-list-navigation .filter-bar .price-select .dropdown > ul > li > span,
            .product-list-navigation .filter-bar .desktop-filter .dropdown > ul > li > span,
            .product-list-navigation .filter-bar .sort-select .dropdown > ul > li > span {
              border-bottom: 1px solid #000; }
              .product-list-navigation .filter-bar .price-select .dropdown > ul > li > span:hover,
              .product-list-navigation .filter-bar .desktop-filter .dropdown > ul > li > span:hover,
              .product-list-navigation .filter-bar .sort-select .dropdown > ul > li > span:hover {
                cursor: pointer; }
              .product-list-navigation .filter-bar .price-select .dropdown > ul > li > span:hover, .product-list-navigation .filter-bar .price-select .dropdown > ul > li > span.selected,
              .product-list-navigation .filter-bar .desktop-filter .dropdown > ul > li > span:hover,
              .product-list-navigation .filter-bar .desktop-filter .dropdown > ul > li > span.selected,
              .product-list-navigation .filter-bar .sort-select .dropdown > ul > li > span:hover,
              .product-list-navigation .filter-bar .sort-select .dropdown > ul > li > span.selected {
                border-bottom: 1px solid #FFF; }
            .product-list-navigation .filter-bar .price-select .dropdown > ul > li:first-child,
            .product-list-navigation .filter-bar .desktop-filter .dropdown > ul > li:first-child,
            .product-list-navigation .filter-bar .sort-select .dropdown > ul > li:first-child {
              padding-top: 20px; }
            .product-list-navigation .filter-bar .price-select .dropdown > ul > li:last-child,
            .product-list-navigation .filter-bar .desktop-filter .dropdown > ul > li:last-child,
            .product-list-navigation .filter-bar .sort-select .dropdown > ul > li:last-child {
              padding-bottom: 20px; }
    .product-list-navigation .filter-bar .department-select,
    .product-list-navigation .filter-bar .category-select,
    .product-list-navigation .filter-bar .type-select,
    .product-list-navigation .filter-bar .collection-select,
    .product-list-navigation .filter-bar .color-select {
      position: relative;
      display: inline-block;
      float: left;
      margin-left: 25px;
      height: 75px;
      color: #B1B1B2; }
      .product-list-navigation .filter-bar .department-select .dropdown .fa.fa-times,
      .product-list-navigation .filter-bar .category-select .dropdown .fa.fa-times,
      .product-list-navigation .filter-bar .type-select .dropdown .fa.fa-times,
      .product-list-navigation .filter-bar .collection-select .dropdown .fa.fa-times,
      .product-list-navigation .filter-bar .color-select .dropdown .fa.fa-times {
        color: #B1B1B2;
        margin-top: 22px; }
        .product-list-navigation .filter-bar .department-select .dropdown .fa.fa-times:hover,
        .product-list-navigation .filter-bar .category-select .dropdown .fa.fa-times:hover,
        .product-list-navigation .filter-bar .type-select .dropdown .fa.fa-times:hover,
        .product-list-navigation .filter-bar .collection-select .dropdown .fa.fa-times:hover,
        .product-list-navigation .filter-bar .color-select .dropdown .fa.fa-times:hover {
          cursor: pointer; }
      .product-list-navigation .filter-bar .department-select .dropdown > ul,
      .product-list-navigation .filter-bar .category-select .dropdown > ul,
      .product-list-navigation .filter-bar .type-select .dropdown > ul,
      .product-list-navigation .filter-bar .collection-select .dropdown > ul,
      .product-list-navigation .filter-bar .color-select .dropdown > ul {
        width: 250px;
        margin-top: 55px; }
        .product-list-navigation .filter-bar .department-select .dropdown > ul > li,
        .product-list-navigation .filter-bar .category-select .dropdown > ul > li,
        .product-list-navigation .filter-bar .type-select .dropdown > ul > li,
        .product-list-navigation .filter-bar .collection-select .dropdown > ul > li,
        .product-list-navigation .filter-bar .color-select .dropdown > ul > li {
          color: #FFF;
          text-align: left;
          padding: 5px 10px 10px 40px;
          width: 250px; }
          .product-list-navigation .filter-bar .department-select .dropdown > ul > li.clear-item,
          .product-list-navigation .filter-bar .category-select .dropdown > ul > li.clear-item,
          .product-list-navigation .filter-bar .type-select .dropdown > ul > li.clear-item,
          .product-list-navigation .filter-bar .collection-select .dropdown > ul > li.clear-item,
          .product-list-navigation .filter-bar .color-select .dropdown > ul > li.clear-item {
            padding-top: 10px;
            color: #B1B1B2;
            text-decoration: none;
            border-top: 0.1px solid #B1B1B2; }
            .product-list-navigation .filter-bar .department-select .dropdown > ul > li.clear-item > a:hover,
            .product-list-navigation .filter-bar .category-select .dropdown > ul > li.clear-item > a:hover,
            .product-list-navigation .filter-bar .type-select .dropdown > ul > li.clear-item > a:hover,
            .product-list-navigation .filter-bar .collection-select .dropdown > ul > li.clear-item > a:hover,
            .product-list-navigation .filter-bar .color-select .dropdown > ul > li.clear-item > a:hover {
              border-bottom: 1px solid #B1B1B2; }
            .product-list-navigation .filter-bar .department-select .dropdown > ul > li.clear-item .fa.fa-times,
            .product-list-navigation .filter-bar .category-select .dropdown > ul > li.clear-item .fa.fa-times,
            .product-list-navigation .filter-bar .type-select .dropdown > ul > li.clear-item .fa.fa-times,
            .product-list-navigation .filter-bar .collection-select .dropdown > ul > li.clear-item .fa.fa-times,
            .product-list-navigation .filter-bar .color-select .dropdown > ul > li.clear-item .fa.fa-times {
              padding-right: 10px; }
      .product-list-navigation .filter-bar .department-select .dropdown .label,
      .product-list-navigation .filter-bar .category-select .dropdown .label,
      .product-list-navigation .filter-bar .type-select .dropdown .label,
      .product-list-navigation .filter-bar .collection-select .dropdown .label,
      .product-list-navigation .filter-bar .color-select .dropdown .label {
        display: inline-block;
        height: auto;
        text-align: left;
        padding-right: 10px;
        max-width: 260px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .product-list-navigation .filter-bar .price-select,
    .product-list-navigation .filter-bar .sort-select {
      float: right;
      position: relative;
      margin-left: 70px; }
      .product-list-navigation .filter-bar .price-select .price-header,
      .product-list-navigation .filter-bar .price-select .sort-header,
      .product-list-navigation .filter-bar .sort-select .price-header,
      .product-list-navigation .filter-bar .sort-select .sort-header {
        color: #B1B1B2;
        position: relative;
        left: -40px;
        top: -1px;
        width: 50px; }
      .product-list-navigation .filter-bar .price-select .dropdown,
      .product-list-navigation .filter-bar .sort-select .dropdown {
        margin-top: -56px;
        display: block; }
        .product-list-navigation .filter-bar .price-select .dropdown .label,
        .product-list-navigation .filter-bar .sort-select .dropdown .label {
          text-align: left;
          display: inline-block; }
        .product-list-navigation .filter-bar .price-select .dropdown .fa.fa-times,
        .product-list-navigation .filter-bar .sort-select .dropdown .fa.fa-times {
          color: #B1B1B2;
          margin-top: 20px; }
          .product-list-navigation .filter-bar .price-select .dropdown .fa.fa-times:hover,
          .product-list-navigation .filter-bar .sort-select .dropdown .fa.fa-times:hover {
            cursor: pointer; }
        .product-list-navigation .filter-bar .price-select .dropdown > ul,
        .product-list-navigation .filter-bar .sort-select .dropdown > ul {
          left: -140px; }
          .product-list-navigation .filter-bar .price-select .dropdown > ul[data-type='newest'],
          .product-list-navigation .filter-bar .sort-select .dropdown > ul[data-type='newest'] {
            left: -175px; }
    .product-list-navigation .filter-bar .price-select {
      margin-left: 20px; }

.back-to-shop-home {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: bold;
  word-spacing: normal;
  letter-spacing: normal;
  line-height: 1.3em;
  text-transform: none;
  text-transform: uppercase;
  font-style: italic;
  color: #CB9779;
  position: absolute;
  top: 18px; }
  .back-to-shop-home .fa-chevron-left {
    margin: 0 10px; }
  @media only screen and (max-width: 1220.99px) {
    .back-to-shop-home {
      z-index: 100;
      top: 30px; } }

#more-products button.pill {
  margin: 20px auto; }

.hex-map {
  margin-right: 9px; }
  .hex-map::before {
    border: 1px solid #5D5D5D;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    padding: 1px;
    width: 8px;
    margin-right: 5px;
    vertical-align: -1px; }
  .hex-map:hover::before, .hex-map.selected::before {
    border: 1px solid #5D5D5D;
    box-shadow: 0 0 0 1px #FFF; }
  .hex-map.red::before {
    background-color: #EF4B4B;
    content: ''; }
  .hex-map.orange::before {
    background-color: #FF7B1A;
    content: ''; }
  .hex-map.yellow::before {
    background-color: #FFDB06;
    content: ''; }
  .hex-map.green::before {
    background-color: #62CC6F;
    content: ''; }
  .hex-map.blue::before {
    background-color: #2992FF;
    content: ''; }
  .hex-map.purple::before {
    background-color: #B737B1;
    content: ''; }
  .hex-map.pink::before {
    background-color: #E6B2D0;
    content: ''; }
  .hex-map.black::before {
    background-color: #000;
    content: ''; }
  .hex-map.gray::before {
    background-color: #808080;
    content: ''; }
  .hex-map.white::before {
    background-color: #FFF;
    content: ''; }
  .hex-map.tan::before {
    background-color: #E1D09D;
    content: ''; }
  .hex-map.brown::before {
    background-color: #AF804B;
    content: ''; }
  .hex-map.silver::before {
    background-color: #BEBEBE;
    content: ''; }
  .hex-map.gold::before {
    background-color: #EACB6E;
    content: ''; }

.search-nav {
  position: relative;
  width: 100%;
  height: 81px;
  border-bottom: 1px solid #EFEFF0; }

.shopping-search {
  position: relative; }
  .shopping-search .search-container {
    max-width: 1100px;
    margin: 0 auto;
    height: 80px;
    position: relative; }
    .shopping-search .search-container form input {
      display: none; }
    .shopping-search .search-container .fa-search {
      position: absolute;
      top: 25px;
      right: 0;
      font-size: 25px;
      color: #333;
      cursor: pointer;
      visibility: visible; }
      @media only screen and (max-width: 1220.99px) {
        .shopping-search .search-container .fa-search {
          right: 15px; } }
    .shopping-search .search-container .search-close {
      display: none; }
  .shopping-search.active {
    background: #E7CDBE;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 120; }
    .shopping-search.active .search-container {
      height: 80px; }
    .shopping-search.active .fa-search {
      display: none;
      visibility: hidden; }
    .shopping-search.active .search-close {
      background: url("/assets/icons/icon_close_white.svg");
      background-size: 20px 20px;
      color: #FFF;
      width: 20px;
      height: 20px;
      opacity: 0.5;
      display: inline-block;
      position: absolute;
      top: 30px;
      right: 5px;
      cursor: pointer; }
      @media only screen and (max-width: 1220.99px) {
        .shopping-search.active .search-close {
          right: 15px; } }
    .shopping-search.active input[type='search'] {
      font-family: 'Playfair Display', serif;
      font-size: 30px;
      font-weight: normal;
      word-spacing: normal;
      letter-spacing: .025em;
      text-transform: uppercase;
      display: inline-block;
      color: #FFF;
      background: #E7CDBE;
      border: 0;
      border-radius: 0;
      margin: 0;
      width: 100%;
      height: 80px;
      padding: 20px 0;
      text-align: center; }
      .shopping-search.active input[type='search']::-ms-clear {
        opacity: 0; }
      .shopping-search.active input[type='search']:focus::-webkit-input-placeholder {
        opacity: 0; }
      .shopping-search.active input[type='search']:focus::-ms-input-placeholder {
        opacity: 0; }
      .shopping-search.active input[type='search']:focus::-moz-placeholder {
        opacity: 0; }
      .shopping-search.active input[type='search']::-webkit-input-placeholder {
        /* Chrome */
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        font-weight: normal;
        word-spacing: normal;
        letter-spacing: .025em;
        text-transform: uppercase;
        color: #FFF;
        opacity: 0.5; }
      .shopping-search.active input[type='search']::-ms-input-placeholder {
        /* IE 10+ */
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        font-weight: normal;
        word-spacing: normal;
        letter-spacing: .025em;
        text-transform: uppercase;
        color: #FFF;
        opacity: 0.5; }
      .shopping-search.active input[type='search']::-moz-placeholder {
        /* Firefox 19+ */
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        font-weight: normal;
        word-spacing: normal;
        letter-spacing: .025em;
        text-transform: uppercase;
        color: #FFF;
        opacity: 0.5; }
      @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
        .shopping-search.active input[type='search'] {
          font-family: 'Playfair Display', serif;
          font-size: 25px;
          font-weight: normal;
          word-spacing: normal;
          letter-spacing: .025em;
          text-transform: uppercase; }
          .shopping-search.active input[type='search']::-webkit-input-placeholder {
            /* Chrome */
            font-family: 'Playfair Display', serif;
            font-size: 25px;
            font-weight: normal;
            word-spacing: normal;
            letter-spacing: .025em;
            text-transform: uppercase; }
          .shopping-search.active input[type='search']::-ms-input-placeholder {
            /* IE 10+ */
            font-family: 'Playfair Display', serif;
            font-size: 25px;
            font-weight: normal;
            word-spacing: normal;
            letter-spacing: .025em;
            text-transform: uppercase; }
          .shopping-search.active input[type='search']::-moz-placeholder {
            /* Firefox 19+ */
            font-family: 'Playfair Display', serif;
            font-size: 25px;
            font-weight: normal;
            word-spacing: normal;
            letter-spacing: .025em;
            text-transform: uppercase; } }
      @media only screen and (max-width: 760.99px) {
        .shopping-search.active input[type='search'] {
          font-family: 'Playfair Display', serif;
          font-size: 22px;
          font-weight: normal;
          word-spacing: normal;
          letter-spacing: .025em;
          text-transform: uppercase; }
          .shopping-search.active input[type='search']::-webkit-input-placeholder {
            /* Chrome */
            font-family: 'Playfair Display', serif;
            font-size: 22px;
            font-weight: normal;
            word-spacing: normal;
            letter-spacing: .025em;
            text-transform: uppercase; }
          .shopping-search.active input[type='search']::-ms-input-placeholder {
            /* IE 10+ */
            font-family: 'Playfair Display', serif;
            font-size: 22px;
            font-weight: normal;
            word-spacing: normal;
            letter-spacing: .025em;
            text-transform: uppercase; }
          .shopping-search.active input[type='search']::-moz-placeholder {
            /* Firefox 19+ */
            font-family: 'Playfair Display', serif;
            font-size: 22px;
            font-weight: normal;
            word-spacing: normal;
            letter-spacing: .025em;
            text-transform: uppercase; } }

/* Min-height so filter dropdowns aren't hidden by the page being too short */
.no-products-result {
  display: none; }
  @media only screen and (min-width: 1221px) {
    .no-products-result {
      min-height: 500px;
      display: block; } }

.global-header .list-newsletter-subscribe-button {
  font-family: 'Brown Bold', sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  word-spacing: normal;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
  margin-right: 100px;
  margin-top: 7px; }
  @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .global-header .list-newsletter-subscribe-button {
      margin-top: 5px; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .global-header .list-newsletter-subscribe-button {
      margin-top: 9px; } }
  .global-header .list-newsletter-subscribe-button .newsletter-text {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase; }
  .global-header .list-newsletter-subscribe-button .fa.fa-envelope-o {
    position: absolute;
    bottom: 10px;
    padding-left: 10px; }
  @media only screen and (max-width: 760.99px) {
    .global-header .list-newsletter-subscribe-button {
      display: none; } }

@media only screen and (max-width: 1220.99px) {
  .main.shopping-home #r29-container {
    top: 0; } }

.brand-retailer-about-wrapper {
  background-color: #FFF; }
  .brand-retailer-about-wrapper .brand-retailer-about {
    display: block;
    margin: 48px auto 0;
    width: 1100px;
    padding: 60px 0; }
    @media only screen and (min-width: 761px) and (max-width: 1220.99px) {
      .brand-retailer-about-wrapper .brand-retailer-about {
        width: 720px; } }
    @media only screen and (max-width: 760.99px) {
      .brand-retailer-about-wrapper .brand-retailer-about {
        width: auto;
        max-width: 375px; } }
    .brand-retailer-about-wrapper .brand-retailer-about h4 {
      font-family: 'Playfair Display', serif;
      font-size: 22px;
      font-weight: bold;
      word-spacing: normal;
      letter-spacing: normal;
      line-height: 1.3em;
      text-transform: none;
      margin-bottom: 21px; }
    .brand-retailer-about-wrapper .brand-retailer-about span.about {
      font-family: 'Brown Bold', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      text-transform: uppercase;
      color: #B1B1B2; }
    .brand-retailer-about-wrapper .brand-retailer-about p {
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 17px;
      letter-spacing: normal;
      line-height: 1.5em;
      word-spacing: normal;
      line-height: 1.65em;
      color: #333; }
      .brand-retailer-about-wrapper .brand-retailer-about p a {
        border-bottom: solid 2px #27FFBC; }
        .brand-retailer-about-wrapper .brand-retailer-about p a:hover {
          border-bottom-color: #EF4B4B; }
      .brand-retailer-about-wrapper .brand-retailer-about p h2 {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        font-weight: bold;
        word-spacing: normal;
        letter-spacing: normal;
        line-height: 1.3em;
        text-transform: none; }
      .brand-retailer-about-wrapper .brand-retailer-about p h3 {
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 20px;
        letter-spacing: normal;
        line-height: 1.5em;
        word-spacing: normal;
        font-weight: bold; }
        .brand-retailer-about-wrapper .brand-retailer-about p h3 a {
          border-bottom: solid 2px #27FFBC; }
          .brand-retailer-about-wrapper .brand-retailer-about p h3 a:hover {
            border-bottom-color: #EF4B4B; }

#more-stories button.pill {
  margin: 20px auto; }

.header-ad-container {
  width: 100%;
  height: auto;
  background: #F5F5F5;
  text-align: center;
  font-size: 0; }

.row.ad.desktop {
  margin-top: 20px; }

.row.ad.tablet {
  margin: 10px 0; }

.row.ad.mobile {
  margin: 5px auto;
  width: 300px; }
  @media only screen and (max-width: 320.99px) {
    .row.ad.mobile {
      position: relative;
      left: 10px;
      margin-left: -20px; } }

.section-ad {
  clear: both;
  text-align: center;
  background: #F5F5F5;
  width: 300%;
  margin: 17px auto;
  margin-left: -100%; }
  @media only screen and (min-width: 1221px) {
    .section-ad {
      margin: 48px auto;
      margin-left: -100%; } }
  .section-ad span {
    font-family: 'Brown Regular', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    margin: 13px 0;
    color: #B1B1B2; }
    .section-ad span a {
      text-decoration: underline; }
      .section-ad span a:hover {
        color: #333; }
  .section-ad .ad {
    padding-bottom: 40px; }
  .right-rail-article .section-ad {
    display: inline-block; }
    @media only screen and (min-width: 1221px) {
      .right-rail-article .section-ad {
        width: 760px;
        margin-left: -20px; } }

.inverted {
  background: #222; }
  .inverted .above-the-fold {
    background: #000;
    color: #FFF;
    padding-bottom: 20px; }
  .inverted .module {
    position: relative;
    color: #FFF; }
    .inverted .module .module-header,
    .inverted .module .module-header div,
    .inverted .module .module-header .container .title,
    .inverted .module .row {
      background: #222;
      color: #FFF; }
    .inverted .module .story-content {
      background: #000;
      color: #FFF; }
  .inverted .global-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .inverted .global-footer ul li.copyright {
      color: #FFF; }

.video-series-container {
  color: #FFF;
  background: #000;
  max-width: 1180px;
  padding: 0 40px;
  margin: 40px auto 0; }
  @media only screen and (max-width: 1220.99px) {
    .video-series-container {
      padding: 0; } }
  .video-series-container h1 {
    font-family: 'Brown Bold', sans-serif;
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.3em; }
  .video-series-container h2 {
    font-family: 'Brown Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px; }
  .video-series-container h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 1.3em;
    text-transform: none; }
  .video-series-container .video-series-entry {
    position: relative; }
  .video-series-container .body {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    letter-spacing: normal;
    line-height: 1.5em;
    word-spacing: normal;
    position: relative;
    margin: 10px 0 0; }
    .video-series-container .body a {
      border-bottom: solid 2px #27FFBC; }
      .video-series-container .body a:hover {
        border-bottom-color: #EF4B4B; }
    @media only screen and (max-width: 1220.99px) {
      .video-series-container .body {
        padding: 0 20px; } }
  .video-series-container .video-series-preview-image {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 20;
    -webkit-transition: opacity 0.5s, z-index 0.5s;
    transition: opacity 0.5s, z-index 0.5s;
    font-size: 0;
    overflow: hidden;
    width: 100%; }
    .video-series-container .video-series-preview-image img {
      width: 100%;
      height: 100%; }
    .video-series-container .video-series-preview-image.hidden {
      opacity: 0;
      z-index: 0; }
    .video-series-container .video-series-preview-image .progress-bar {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #27FFBC;
      -webkit-animation-name: progressBar;
              animation-name: progressBar;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      -webkit-animation-duration: 6s;
              animation-duration: 6s; }
      .video-series-container .video-series-preview-image .progress-bar.fast {
        -webkit-animation-duration: 2s;
                animation-duration: 2s; }

@-webkit-keyframes progressBar {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes progressBar {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
    .video-series-container .video-series-preview-image .play-button {
      width: 150px;
      height: 150px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: opacity 0.3s ease-in;
      transition: opacity 0.3s ease-in;
      opacity: 0; }
    .video-series-container .video-series-preview-image.ready {
      cursor: pointer; }
      .video-series-container .video-series-preview-image.ready .play-button {
        opacity: 1; }
  .video-series-container .section-external-video,
  .video-series-container .section-internal-video {
    margin: 0 auto;
    z-index: 10;
    background: #000; }
  .video-series-container .social-icons {
    position: absolute;
    top: 12px;
    right: 0; }
    .video-series-container .social-icons.site-us {
      /**
       * Compensate for 14px top-alignment of the Flipboard social icon, which
       * is not displayed on international sites
       */
      top: -2px; }
    @media only screen and (max-width: 1220.99px) {
      .video-series-container .social-icons {
        position: relative;
        display: block;
        top: 0;
        padding-bottom: 15px; } }
    .video-series-container .social-icons .story-share {
      display: inline; }
      .video-series-container .social-icons .story-share a {
        padding: 10px 0;
        border-bottom: 0; }
      .video-series-container .social-icons .story-share button {
        margin: 0 5px; }
      .video-series-container .social-icons .story-share .fa-comment {
        margin: 0 5px 0 0; }
  .video-series-container .info-container {
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-animation: shrink 0.5s ease-in-out;
            animation: shrink 0.5s ease-in-out; }
    .video-series-container .info-container.show-info {
      height: auto;
      max-height: none;
      -webkit-animation: grow 0.5s ease-in-out;
              animation: grow 0.5s ease-in-out; }

@-webkit-keyframes grow {
  0% {
    max-height: 0; }
  100% {
    max-height: 100vh; } }

@keyframes grow {
  0% {
    max-height: 0; }
  100% {
    max-height: 100vh; } }

@-webkit-keyframes shrink {
  0% {
    max-height: 100vh; }
  100% {
    max-height: 0; } }

@keyframes shrink {
  0% {
    max-height: 100vh; }
  100% {
    max-height: 0; } }
  @media only screen and (min-width: 1221px) {
    .video-series-container .banners {
      position: relative;
      float: right;
      right: 20px;
      margin: 10px 0 0; } }
  @media only screen and (max-width: 1220.99px) {
    .video-series-container .banners {
      width: 320px; } }
  .video-series-container .branding-banner {
    width: 100%;
    max-width: 340px;
    padding: 10px;
    background: #F5F5F5;
    margin: 10px auto 0; }
    .video-series-container .branding-banner .branding img {
      display: block;
      width: 100%;
      margin: 0 auto;
      object-fit: contain; }
    .video-series-container .branding-banner.campaign .branding img {
      max-width: 285px; }
    .video-series-container .branding-banner.program .branding img {
      max-width: 300px; }
  .video-series-container .clickable-region {
    cursor: pointer; }
    @media only screen and (min-width: 1221px) {
      .video-series-container .clickable-region {
        width: 900px; }
        .video-series-container .clickable-region.active:hover .more-info .info-description {
          visibility: hidden;
          opacity: 0; }
        .video-series-container .clickable-region:hover .more-info .info-button {
          background-color: #EF4B4B; }
        .video-series-container .clickable-region:hover .more-info .info-description {
          visibility: visible;
          opacity: 1; } }
    .video-series-container .clickable-region.active .more-info .info-button {
      background-color: #EF4B4B; }
    .video-series-container .clickable-region .headers,
    .video-series-container .clickable-region .more-info {
      display: inline-block; }
    .video-series-container .clickable-region .more-info .info-button {
      font-family: 'Brown Regular', sans-serif;
      font-size: 8px;
      letter-spacing: 0.1em;
      line-height: 1.4em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      cursor: pointer;
      background-color: #333;
      display: inline-block;
      position: relative;
      left: 7px;
      top: 2px;
      height: 18px;
      line-height: 18px;
      margin: 2px 0 5px;
      padding: 0 11px;
      border-radius: 9px;
      vertical-align: middle;
      text-align: left; }
      .video-series-container .clickable-region .more-info .info-button a {
        text-decoration: underline; }
        .video-series-container .clickable-region .more-info .info-button a:hover {
          color: #333; }
      .video-series-container .clickable-region .more-info .info-button i {
        position: relative;
        left: 4px; }
      @media only screen and (max-width: 760.99px) {
        .video-series-container .clickable-region .more-info .info-button {
          display: block;
          left: 0;
          top: 0;
          margin: 4px 0 16px; } }
    .video-series-container .clickable-region .more-info .info-description {
      font-family: 'Brown Regular', sans-serif;
      font-size: 17px;
      letter-spacing: 0.1em;
      line-height: 1.4em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      -webkit-transition: visibility 0s, opacity 0.2s linear;
      transition: visibility 0s, opacity 0.2s linear;
      visibility: hidden;
      opacity: 0;
      background: #222;
      position: absolute;
      top: 71px;
      margin-left: -75px;
      text-transform: none;
      letter-spacing: 0;
      padding: 10px 15px;
      z-index: 1; }
      .video-series-container .clickable-region .more-info .info-description a {
        text-decoration: underline; }
        .video-series-container .clickable-region .more-info .info-description a:hover {
          color: #333; }
      .video-series-container .clickable-region .more-info .info-description .fa-caret-up {
        position: absolute;
        cursor: pointer;
        color: #222;
        bottom: 25px;
        font-size: 54px;
        left: 110px; }
  @media only screen and (min-width: 1221px) {
    .video-series-container #editorial-content {
      width: 740px;
      float: left; } }
  .video-series-container #editorial-content .section-text {
    color: #FFF;
    line-height: 1.5em; }
  .video-series-container .spot-im-comments-container {
    clear: both;
    margin: 0 -5px; }
    .video-series-container .spot-im-comments-container .sprg_registration-cta {
      /* sass-lint:disable-line class-name-format */
      border-top: 1px solid #333; }
    .video-series-container .spot-im-comments-container .sprg_message,
    .video-series-container .spot-im-comments-container .sprg_registration-sources,
    .video-series-container .spot-im-comments-container .spot-im-frame-inpage {
      max-width: 740px; }
  .video-series-container .meta {
    font-family: 'Brown Bold', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    word-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.4em;
    margin: 15px 0 20px; }
    @media only screen and (min-width: 1221px) {
      .video-series-container .meta {
        width: 100%;
        max-width: 340px;
        float: right; } }
    .video-series-container .meta a {
      border-bottom: 1px solid #FFF; }
    .video-series-container .meta a:hover {
      border-bottom: 1px solid #27FFBC; }
    .video-series-container .meta div {
      margin: 5px 0; }
  .video-series-container .show {
    border-top: 1px solid #333; }
    @media only screen and (max-width: 1220.99px) {
      .video-series-container .show {
        margin: 0 20px; } }
    .video-series-container .show .season-carousel.fade-enter,
    .video-series-container .show .episode-carousel.fade-enter {
      position: absolute;
      margin: 0 auto;
      max-width: 990px; }
      .video-series-container .show .season-carousel.fade-enter .slick-list,
      .video-series-container .show .episode-carousel.fade-enter .slick-list {
        position: relative; }
      @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
        .video-series-container .show .season-carousel.fade-enter .slick-list,
        .video-series-container .show .episode-carousel.fade-enter .slick-list {
          bottom: 9px; }
        .video-series-container .show .season-carousel.fade-enter[data-season-idx='0'] .slick-list,
        .video-series-container .show .episode-carousel.fade-enter[data-season-idx='0'] .slick-list {
          bottom: 22px; } }
      @media screen and (min--moz-device-pixel-ratio: 0) {
        .video-series-container .show .season-carousel.fade-enter .slick-list,
        .video-series-container .show .episode-carousel.fade-enter .slick-list {
          top: 20px; } }
    .video-series-container .show .season-carousel.fade-leave,
    .video-series-container .show .episode-carousel.fade-leave {
      opacity: 0; }
      .video-series-container .show .season-carousel.fade-leave .slick-slider,
      .video-series-container .show .episode-carousel.fade-leave .slick-slider {
        overflow: hidden; }
      .video-series-container .show .season-carousel.fade-leave button,
      .video-series-container .show .episode-carousel.fade-leave button {
        display: none; }
    .video-series-container .show .season-carousel {
      font-family: 'Brown Bold', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      word-spacing: normal;
      font-weight: normal;
      text-transform: uppercase;
      position: relative;
      width: 100%;
      color: #FFF;
      height: 52px;
      border-bottom: 1px solid #333;
      overflow: hidden; }
      .video-series-container .show .season-carousel .season-container {
        display: inline-block; }
        .video-series-container .show .season-carousel .season-container .season {
          position: relative;
          float: left;
          cursor: pointer;
          padding: 18px 0 17px;
          margin-right: 30px;
          overflow: hidden; }
          .video-series-container .show .season-carousel .season-container .season.active, .video-series-container .show .season-carousel .season-container .season:hover {
            color: #FFF;
            border-bottom: 1px solid #27FFBC;
            padding: 20px 0 16px; }
      .video-series-container .show .season-carousel .slick-slider {
        overflow: visible; }
        .video-series-container .show .season-carousel .slick-slider .slick-list {
          position: absolute;
          height: 140px; }
          .video-series-container .show .season-carousel .slick-slider .slick-list a {
            border-bottom: 0; }
        .video-series-container .show .season-carousel .slick-slider button {
          z-index: 1;
          height: 140px;
          font-size: 30px;
          position: absolute;
          bottom: 0;
          color: #FFF; }
          .video-series-container .show .season-carousel .slick-slider button:hover {
            color: #27FFBC; }
          .video-series-container .show .season-carousel .slick-slider button.fa-angle-left {
            top: -45px;
            padding: 0 8px 0 0;
            background: -webkit-linear-gradient(left, #000 0%, transparent 100%);
            background: linear-gradient(to right, #000 0%, transparent 100%); }
          .video-series-container .show .season-carousel .slick-slider button.fa-angle-right {
            top: -45px;
            right: 0;
            padding: 0 0 0 8px;
            background: -webkit-linear-gradient(right, #000 0%, transparent 100%);
            background: linear-gradient(to left, #000 0%, transparent 100%); }
          .video-series-container .show .season-carousel .slick-slider button.slick-disabled {
            display: none; }
          .video-series-container .show .season-carousel .slick-slider button:not(.slick-disabled) {
            cursor: pointer; }
    .video-series-container .show .episode-carousel {
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      position: relative;
      width: 100%;
      height: 175px;
      margin: 20px auto 0;
      overflow: hidden;
      opacity: 1; }
      .video-series-container .show .episode-carousel:not(.video-series-container .show .episode-carousel.fade-leave) .slick-slider .slick-list {
        height: 175px; }
      .video-series-container .show .episode-carousel .episode-container {
        display: inline-block;
        vertical-align: top; }
        .video-series-container .show .episode-carousel .episode-container .episode {
          font-family: 'Brown Regular', sans-serif;
          font-size: 10px;
          letter-spacing: 0.05em;
          line-height: 1.3em;
          word-spacing: normal;
          text-transform: uppercase;
          color: #FFF;
          position: relative;
          width: 150px;
          margin-right: 40px;
          white-space: normal; }
          @media only screen and (min-width: 1221px) {
            .video-series-container .show .episode-carousel .episode-container .episode {
              width: 205px; } }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .video-series-container .show .episode-carousel .episode-container .episode {
              line-height: 1.5em; } }
          .video-series-container .show .episode-carousel .episode-container .episode.active figure img {
            opacity: 0.5; }
          .video-series-container .show .episode-carousel .episode-container .episode figure {
            opacity: 1;
            margin-bottom: 5px;
            position: relative; }
            .video-series-container .show .episode-carousel .episode-container .episode figure img {
              -webkit-transition: opacity 0.2s ease-in-out;
              transition: opacity 0.2s ease-in-out;
              opacity: 1;
              width: 150px; }
              @media only screen and (min-width: 1221px) {
                .video-series-container .show .episode-carousel .episode-container .episode figure img {
                  width: 205px; } }
            .video-series-container .show .episode-carousel .episode-container .episode figure span {
              -webkit-transition: opacity 0.2s ease-in-out;
              transition: opacity 0.2s ease-in-out;
              font-family: 'Brown Bold', sans-serif;
              font-size: 10px;
              letter-spacing: 0.1em;
              line-height: 1.2em;
              word-spacing: normal;
              font-weight: normal;
              text-transform: uppercase;
              position: absolute;
              top: 35px;
              right: 0;
              left: 0;
              text-align: center;
              border-bottom: 0; }
              @media only screen and (min-width: 1221px) {
                .video-series-container .show .episode-carousel .episode-container .episode figure span {
                  top: 52px; } }
            .video-series-container .show .episode-carousel .episode-container .episode figure::after {
              -webkit-transition: opacity 0.2s ease-in-out;
              transition: opacity 0.2s ease-in-out;
              content: '';
              position: absolute;
              top: 20px;
              bottom: 55px;
              left: 55px;
              width: 40px;
              height: 40px;
              background-image: url("/assets/icons/video-circle.svg");
              background-size: contain;
              opacity: 0; }
              @media only screen and (min-width: 1221px) {
                .video-series-container .show .episode-carousel .episode-container .episode figure::after {
                  top: 37px;
                  left: 80px; } }
          @media only screen and (min-width: 1221px) {
            .video-series-container .show .episode-carousel .episode-container .episode:hover figure img {
              opacity: 0.7; }
            .video-series-container .show .episode-carousel .episode-container .episode:hover figure span {
              opacity: 0; }
            .video-series-container .show .episode-carousel .episode-container .episode:hover figure::after {
              opacity: 1; }
            .video-series-container .show .episode-carousel .episode-container .episode:hover .title {
              border-bottom: solid 1px #27FFBC; } }
      .video-series-container .show .episode-carousel .slick-slider {
        overflow: visible; }
        .video-series-container .show .episode-carousel .slick-slider .slick-list {
          position: absolute; }
          .video-series-container .show .episode-carousel .slick-slider .slick-list a {
            border-bottom: 0; }
        .video-series-container .show .episode-carousel .slick-slider .slick-track {
          position: relative; }
        .video-series-container .show .episode-carousel .slick-slider button {
          z-index: 1;
          height: 140px;
          font-size: 30px;
          position: absolute;
          bottom: 0;
          color: #FFF; }
          .video-series-container .show .episode-carousel .slick-slider button:hover {
            color: #27FFBC; }
          .video-series-container .show .episode-carousel .slick-slider button.fa-angle-left {
            top: -25px;
            padding: 0 8px 0 0;
            background: -webkit-linear-gradient(left, #000 0%, transparent 100%);
            background: linear-gradient(to right, #000 0%, transparent 100%); }
          .video-series-container .show .episode-carousel .slick-slider button.fa-angle-right {
            top: -25px;
            right: 0;
            padding: 0 0 0 8px;
            background: -webkit-linear-gradient(right, #000 0%, transparent 100%);
            background: linear-gradient(to left, #000 0%, transparent 100%); }
          .video-series-container .show .episode-carousel .slick-slider button.slick-disabled {
            display: none; }
          .video-series-container .show .episode-carousel .slick-slider button:not(.slick-disabled) {
            cursor: pointer; }

html {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-text-size-adjust: none; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #F5F5F5;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

div,
ul,
li,
dl,
dt,
button,
input {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

input {
  -webkit-appearance: none; }

body a {
  text-decoration: none;
  color: inherit; }

form,
header,
h1,
h2,
h3,
h4,
figure,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  box-sizing: inherit;
  background: transparent; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none; }

.main::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-animation-name: going-out;
          animation-name: going-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s; }

.main.expanded::before {
  -webkit-animation-name: going-in;
          animation-name: going-in;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  opacity: 0.5;
  visibility: visible; }

@-webkit-keyframes going-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }

@keyframes going-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }

@-webkit-keyframes going-out {
  0% {
    visibility: visible;
    opacity: 0.5; }
  100% {
    opacity: 0; } }

@keyframes going-out {
  0% {
    visibility: visible;
    opacity: 0.5; }
  100% {
    opacity: 0; } }

.main #r29-container {
  overflow-x: hidden; }
  @media only screen and (max-width: 1220.99px) {
    .main #r29-container {
      position: relative;
      top: 40px; } }

#ad-data {
  display: none; }

#r29-app {
  width: 100%;
  height: 100%; }
  #r29-app > div {
    width: 100%;
    height: 100%; }
    #r29-app > div > main {
      width: 100%;
      height: 100%; }
    #r29-app > div > div {
      width: 100%;
      height: 100%; }
      #r29-app > div > div > main {
        width: 100%;
        height: 100%; }
      #r29-app > div > div > div {
        width: 100%;
        height: 100%; }
        #r29-app > div > div > div > main {
          width: 100%;
          height: 100%; }

.no-content {
  display: none; }

.ad {
  min-height: 1px; }

/*# sourceMappingURL=styles_legacy.ab5e56edda455d86a4fa.js.map*/