@charset "UTF-8";
/* stylelint-disable */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

/* Custom Reset */
/**
 * Reset box sizing
 *
 * Change from `box-sizing: content-box` to `border-box` so that when you add
 * `padding` or `border`s to an element, the overall declared `width` does not
 * change. For example, `width: 100px;` will always be `100px` despite the
 * `border: 10px solid red;` and `padding: 20px;`.
 *
 * Credit: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/**
 * Changes the default tap highlight to be completely transparent in iOS.
 */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 *
 * Credit: https://github.com/suitcss/base
 */
[tabindex="-1"]:focus {
  outline: none !important;
}

/**
 * Reset spacing type, and borders on elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

iframe {
  border: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * Avoid 300ms click delay on touch devices that support the `touch-action` CSS
 * property. In particular, unlike most other browsers, IE11+Edge on Windows 10
 * on touch devices and IE Mobile 10-11 DON'T remove the click delay when
 * `<meta name="viewport" content="width=device-width">` is present.However,
 * they DO support removing the click delay via `touch-action: manipulation`.
 *
 * See:
 * https://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch
 * http://caniuse.com/#feat=css-touch-action
 * https://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay
 */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/**
 * Textareas should really only resize vertically so they don't break their
 * (horizontal) containers.
 */
textarea {
  resize: vertical;
}

/**
 *  Always hide an element with the `hidden` HTML attribute (from PureCSS).
 */
[hidden] {
  display: none !important;
}

/**
 * Base - Page
 */
/**
  * 1. Ensure the page always fills at least the entire height of the viewport.
  * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
  *    navigating between pages that do/do not have enough content to produce
  *    scrollbars naturally.
  */
html {
  min-height: 100%;
  /* [1] */
  font-size: 100%;
  overflow-y: scroll;
  /* [1] */
}

body {
  background: #ffffff;
  color: #333333;
  font-family: "Lato", -apple-system, "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/**
  * 1. Ensure all images we use are responsive and scale down.
  * 2. By default, `<img>`s are `inline-block`. This assumes that, and vertically
  * centers them. This won't apply should you reset them to `block` level.
  */
img {
  max-width: 100%;
  /* [1] */
  height: auto;
  /* [1] */
  vertical-align: middle;
  /* [2] */
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/**
 * Object - Link
 */
.Link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.Link:hover, .Link:focus, .Link:active, .Link:visited {
  color: inherit;
}

.Link--underline {
  text-decoration: none;
}

.Link--underline:hover, .Link--underline:focus, .Link--underline:active {
  text-decoration: underline;
}

.Link--highlight {
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: #c0102d;
}

.Link--highlight:hover, .Link--highlight:focus, .Link--highlight:active {
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: #ec173a;
  text-decoration: underline;
}

/**
 * Object - Wrapper
 */
.Wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
}

@media only screen and (min-width: 640px) {
  .Wrapper {
    padding: 0 20px;
  }
}

.Wrapper--small {
  max-width: 960px;
}

.Wrapper--no-padding {
  padding: 0;
}

.Grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -20px;
}

.Grid-item {
  padding-left: 20px;
}

.menu {
  background: #333333;
  color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.menu a {
  color: #ffffff;
}

.menu__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__logo {
  padding: 6px;
  margin-top: 2px;
  border-right: 2px solid #fff;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.menu__title {
  padding: 4px 10px;
  line-height: 1.125;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

@media only screen and (min-width: 640px) {
  .menu__title {
    padding: 12px 12px;
  }
}

@media only screen and (min-width: 640px) {
  .menu__title div {
    display: inline-block;
    font-size: 32px;
    font-weight: 300;
  }
}

.menu__title div:last-child {
  display: inline-block;
  font-weight: 900;
}

.menu__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 12px 10px;
}

.menu__dropdown li a {
  display: block;
  padding: 24px;
}

.menu__dropdown li:nth-child(odd) a {
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  background: #3b3b3b;
}

.menu__dropdown li a:hover {
  background: #679e88;
}

.menu__dropdown.is-hidden {
  display: none;
}

.menu__toggle {
  padding: 0 6px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0;
  outline: 0;
  background: #679e88;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

.menu__toggle:focus {
  border: 0;
  outline: 0;
}

.menu__toggle.is-hidden {
  width: 0;
  padding: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-right: 4px solid #679e88;
  overflow: hidden;
}

.menu__toggle.is-active {
  background: #6da28d;
}

.menu__toggle::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border: 1px solid #5c907b;
  border-radius: 50%;
  background: #77a894;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  content: attr(count);
}

.Header {
  text-align: center;
}

.Header-title {
  max-width: 728px;
  margin: 0 auto;
  margin-top: 10px;
  border-top: 3px solid #333333;
  font-size: 30px;
  text-transform: uppercase;
}

@media only screen and (min-width: 480px) {
  .Header-title {
    font-size: 44px;
  }
}

@media only screen and (min-width: 640px) {
  .Header-title {
    margin-top: 24px;
    border-top: 6px solid #333333;
    font-size: 56px;
  }
}

@media only screen and (min-width: 960px) {
  .Header-title {
    font-size: 70px;
  }
}

.Header-title span:nth-child(1) {
  color: #ab0100;
  font-weight: 300;
}

.Header-title span:nth-child(3) {
  font-weight: 700;
}

.Header-subheading {
  padding: 4px 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background: #fffcf4;
}

.Header-subheading h1 {
  font-size: 14px;
}

@media only screen and (min-width: 480px) {
  .Header-subheading h1 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 640px) {
  .Header-subheading h1 {
    padding: 6px 0;
    font-size: 18px;
  }
}

@media only screen and (min-width: 960px) {
  .Header-subheading h1 {
    font-size: 20px;
  }
}

.Header--small {
  margin-top: 10px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background: #fffcf4;
}

@media only screen and (min-width: 640px) {
  .Header--small {
    margin-top: 24px;
  }
}

.Header--small .Header-title {
  margin-top: 0;
  border-top: none;
}

@media only screen and (min-width: 480px) {
  .Header--small .Header-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 640px) {
  .Header--small .Header-title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 960px) {
  .Header--small .Header-title {
    font-size: 40px;
  }
}

.footer {
  margin-top: 24px;
  padding: 24px 0;
  background: #333333;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

.footer a {
  color: #ffffff;
  display: inline-block;
  padding: 11px 0;
}

@media only screen and (min-width: 640px) {
  .footer a {
    padding: 4px 0;
  }
}

.footer a:hover {
  color: #c0102d;
}

.footer__group {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 40px;
}

.footer__heading {
  font-size: 24px;
  font-weight: 700;
}

.Ad {
  text-align: center;
}

.Ad--header {
  margin-top: 10px;
}

@media only screen and (min-width: 640px) {
  .Ad--header {
    margin-top: 24px;
  }
}

.Icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  fill: #333333;
}

.Icon:hover {
  fill: #679e88;
}

.CmsContent {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.CmsContent * + * {
  margin-top: 24px;
}

.CmsContent b,
.CmsContent br {
  margin-top: 0 !important;
}

.CmsContent h2,
.CmsContent h3 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
}

.CmsContent h2 + *,
.CmsContent h3 + * {
  margin-top: 6px;
}

.CmsContent h2 {
  font-size: 1.75rem;
}

.CmsContent a {
  color: #c0102d;
}

.CmsContent h3 {
  font-size: 1.375rem;
}

.CmsContent ul {
  padding-left: 20px;
  list-style: square;
}

.CmsContent ul li {
  margin-top: 0;
}

.Article-imageContainer {
  position: relative;
  max-width: 960px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 640px) {
  .Article-imageContainer {
    margin-top: 24px;
  }
}

.Article-imageContainer.is-square {
  background: #c5c1b5;
}

@media only screen and (min-width: 768px) {
  .Article-imageContainer.is-square .Article-caption {
    left: 0;
    max-width: 500px;
    margin: 0 auto;
  }
}

.Article-image {
  display: block;
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.Article-image:before {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  content: "";
}

.Article-imageContainer.is-square .Article-image {
  max-width: 500px;
  max-height: 500px;
}

.Article-imageContainer.is-square .Article-image:before {
  padding-bottom: 100%;
}

.Article-caption {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 625px;
  height: 100%;
  padding: 10px 15px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #000000;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  .Article-caption {
    display: block;
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 0;
    bottom: 0;
    left: inherit;
    height: auto;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
  }
}

.Article-caption.is-active {
  display: block;
}

.Article-title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (min-width: 960px) {
  .Article-title {
    font-size: 32px;
  }
}

.Article-subtitle {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (min-width: 960px) {
  .Article-subtitle {
    font-size: 18px;
  }
}

.Article-author {
  margin-top: 12px;
}

.Article-recipeCourtesy,
.Article-excerptFrom {
  margin-top: 24px;
  color: #999999;
  font-size: 16px;
}

.Share {
  margin-top: 24px;
}

.Share-title {
  font-weight: bold;
}

.Share ul {
  margin-top: 6px;
}

.Share li {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.Share li:last-of-type {
  margin-right: 0;
}

.Related {
  margin-top: 24px;
}

.Related-item + .Related-item {
  margin-top: 24px;
}

.Related-title {
  color: #c0102d;
  font-size: 20px;
}

.Gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 24px;
}

.Gallery-item {
  margin: 4px;
  padding: 4px;
  border: 1px solid #999999;
}

.Video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  z-index: 0;
}

.Video video,
.Video iframe,
.Video object,
.Video embed,
.Video .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Video-container {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 12px;
}

@media only screen and (min-width: 640px) {
  .Video-container {
    padding-top: 24px;
  }
}

@media only screen and (min-width: 960px) {
  .Video-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.SingleVideo-title {
  margin-top: 24px;
  color: #c0102d;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .SingleVideo-title {
    font-size: 36px;
  }
}

.VideoYear-grid {
  margin-top: 12px;
}

.VideoYear-grid > * {
  width: 100%;
  margin-bottom: 24px;
}

@media only screen and (min-width: 960px) {
  .VideoYear-grid > *:nth-child(1) {
    width: 70%;
  }
  .VideoYear-grid > *:nth-child(2) {
    width: 30%;
  }
}

.VideoYear-grid .Video-container {
  padding: 0 !important;
}

.VideoYear-gridInner > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
  margin-bottom: 24px;
}

@media only screen and (min-width: 640px) {
  .VideoYear-gridInner > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    max-width: 33%;
  }
}

@media only screen and (min-width: 720px) {
  .VideoYear-gridInner > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }
}

.Video-thumb {
  display: block;
  position: relative;
}

.Video-thumb--unpublished {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 15px 5px;
  /*  background: $color-green;
  color: $color-white; */
  font-size: 14px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #dcdcdc;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 7px #eee;
          box-shadow: 2px 2px 7px #eee;
}

.VideoYear-title {
  margin-top: 12px;
  color: #c0102d;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .VideoYear-title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 640px) {
  .VideoYear-title {
    margin-top: 24px;
  }
}

.VideoYear-gridBonus {
  margin-top: 12px;
}

@media only screen and (min-width: 640px) {
  .VideoYear-gridBonus {
    margin-top: 24px;
  }
}

.VideoYear-gridBonus > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-bottom: 24px;
}

@media only screen and (min-width: 640px) {
  .VideoYear-gridBonus > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
  }
}

@media only screen and (min-width: 720px) {
  .VideoYear-gridBonus > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
}

@media only screen and (min-width: 960px) {
  .VideoYear-gridBonus > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
}

.Video-thumbRank {
  display: block;
  position: absolute;
  right: -11px;
  bottom: 6px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #679e88;
  color: #ffffff;
  line-height: 2.3;
  text-align: center;
}

.Wine-header {
  margin-top: 24px;
}

.Wine-winery {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .Wine-winery {
    font-size: 36px;
  }
}

.Wine-wineName {
  display: block;
  color: #666;
  font-size: 18px;
}

@media only screen and (min-width: 960px) {
  .Wine-wineName {
    font-size: 24px;
  }
}

.Wine-header dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-top: 24px;
}

.Wine-headerMetric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}

.Wine-headerMetric dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #666;
  font-size: 18px;
}

@media only screen and (min-width: 960px) {
  .Wine-headerMetric dt {
    font-size: 24px;
  }
}

.Wine-headerMetric dd {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .Wine-headerMetric dd {
    font-size: 36px;
  }
}

.Wine-tastingNote {
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (min-width: 960px) {
  .Wine-tastingNote {
    font-size: 24px;
  }
}

.Wine-bodyMetrics {
  margin-top: 24px;
}

.Wine-bodyMetrics dt {
  font-weight: bold;
}

.Wine-bodyMetrics dt,
.Wine-bodyMetrics dd {
  display: inline-block;
}

.Wine-pager-container {
  position: relative;
  overflow: auto;
  max-width: 960px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .Wine-pager-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.Wine-pager {
  padding: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
}

@media only screen and (min-width: 1200px) {
  .Wine-pager {
    font-size: 24px;
  }
}

.Wine-pager .text {
  display: none;
}

@media only screen and (min-width: 480px) {
  .Wine-pager .text {
    display: inline;
  }
}

.Wine-pager .text-mobile {
  display: inline;
}

@media only screen and (min-width: 480px) {
  .Wine-pager .text-mobile {
    display: none;
  }
}

.Wine-pager--back {
  float: left;
}

.Wine-pager--forward {
  float: right;
}

.wine-personal-site {
  display: block;
  max-width: 300px;
  padding: 5px 10px;
  padding: 4px 6px;
  margin-top: 24px;
  background: #c0102d;
  color: #fff;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.wine-personal-site.backto {
  background-color: #c0102d;
}

.Clock {
  text-align: center;
}

.Clock-heading {
  margin: 16px auto 0 auto;
  font-size: calc(14px + 0.75vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
  .Clock-heading {
    margin-top: 36px;
  }
}

@media only screen and (min-width: 1280px) {
  .Clock-heading {
    font-size: 28px;
  }
}

.Clock-circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 12px auto 0 auto;
}

@media only screen and (min-width: 960px) {
  .Clock-circles {
    margin-top: 24px;
  }
}

.Clock-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.Clock-circle {
  display: block;
  position: relative;
  width: calc(60px + 12vw);
  max-width: 250px;
  height: calc(60px + 12vw);
  max-height: 250px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #679e88;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ffffff)), -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, transparent 50%, #ffffff 50%), -o-linear-gradient(left, #ffffff 50%, transparent 50%);
  background-image: linear-gradient(90deg, transparent 50%, #ffffff 50%), linear-gradient(90deg, #ffffff 50%, transparent 50%);
}

.Clock-line {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(50px + 12vw);
  max-width: 240px;
  height: calc(50px + 12vw);
  max-height: 240px;
  border: 1px solid #679e88;
  border-radius: 50%;
  background: #fffcf4;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 960px) {
  .Clock-line {
    display: block;
    top: 10px;
    left: 10px;
    width: calc(40px + 12vw);
    max-width: 230px;
    height: calc(40px + 12vw);
    max-height: 230px;
  }
}

.Clock-time {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  color: #4a4a4a;
  font-size: calc(12px + 6vw);
  font-weight: 300;
}

@media only screen and (min-width: 1200px) {
  .Clock-time {
    font-size: 95px;
  }
}

.Clock-label {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-75%);
      -ms-transform: translateY(-75%);
          transform: translateY(-75%);
  color: #c0102d;
  font-size: calc(12px + 0.75vw);
  font-weight: 300;
}

@media only screen and (min-width: 1200px) {
  .Clock-label {
    font-size: 28px;
  }
}

.HomeRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 1.5rem;
}

@media only screen and (min-width: 748px) {
  .HomeRow {
    margin-top: 3rem;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
  }
}

.HomeRow-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border-top: 1px solid #999999;
}

@media only screen and (min-width: 748px) {
  .HomeRow-item {
    margin: 24px 0;
    padding: 10px;
    border-top: none;
  }
}

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

.HomeRow-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  min-width: 300px;
}

@media only screen and (min-width: 748px) {
  .HomeRow-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.HomeRow-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  min-width: 300px;
}

@media only screen and (min-width: 748px) {
  .HomeRow-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-left: 1px solid #999999;
  }
}

.HomeRow-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (min-width: 427px) {
  .HomeRow-3 {
    border-left: 1px solid #999999;
  }
}

@media only screen and (min-width: 748px) {
  .HomeRow-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.HomeRow-full-list {
  font-size: 20px;
  text-align: center;
}

.HomeRow-full-list h2 {
  margin-bottom: 10px;
  color: #ab0100;
  font-size: 20px;
  text-align: center;
}

.Schedule-header {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 4px solid #999999;
  color: #ab0100;
  font-size: 20px;
}

.Schedule-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Schedule-list li + li {
  margin-top: 0.35rem;
}

.Schedule-text,
.Schedule-bottle {
  display: block;
}

.Schedule-bottle {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
  width: 100%;
  height: auto;
  padding: 0 10px;
  background: url("https://top100.winespectator.com/wp-content/themes/top100-theme/dest/images/bottle.png") no-repeat;
  background-size: contain;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 1100px) {
  .Schedule-bottle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    margin-right: 10px;
    font-size: 16px;
  }
}

.Schedule-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0.25rem;
  font-size: 15px;
}

@media only screen and (min-width: 1100px) {
  .Schedule-text {
    font-size: 16px;
  }
}

.Reveal {
  max-width: 800px;
  margin: 12px auto 0 auto;
}

@media only screen and (min-width: 728px) {
  .Reveal {
    margin-top: 24px;
  }
}

.Reveal--home {
  max-width: 1200px;
}

.Reveal-title {
  padding: 0 10px;
  text-transform: uppercase;
  font-size: calc(20px + 1.5vw);
  font-weight: 700;
  letter-spacing: .05em;
}

@media only screen and (min-width: 1200px) {
  .Reveal-title {
    font-size: 50px;
  }
}

.Reveal-top,
.Reveal-100 {
  font-size: 1.75em;
}

.Reveal-top {
  color: #c0102d;
  font-weight: 300;
}

.Reveal-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.Reveal-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
  padding: 4px;
}

@media only screen and (min-width: 640px) {
  .Reveal--home .Reveal-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 10%;
  }
}

.Reveal--page .Reveal-item {
  border-right: 1px solid #dddddd;
}

.Reveal--page .Reveal-item:nth-child(5), .Reveal--page .Reveal-item:nth-child(10) {
  border-right: 1px solid transparent;
}

.Reveal--page .Reveal-item:nth-child(-n+5) {
  border-bottom: 1px solid #dddddd;
}

.Reveal--home .Reveal-item {
  border-right: 1px solid #dddddd;
}

.Reveal--home .Reveal-item:nth-child(5), .Reveal--home .Reveal-item:nth-child(10) {
  border-right: transparent;
}

.Reveal--home .Reveal-item:nth-child(-n+5) {
  border-bottom: 1px solid #dddddd;
}

@media only screen and (min-width: 640px) {
  .Reveal--home .Reveal-item:nth-child(5) {
    border-right: 1px solid #dddddd;
  }
  .Reveal--home .Reveal-item:nth-child(-n+5) {
    border-bottom: none;
  }
}

.Reveal-item a {
  display: block;
}

.Reveal-item img {
  display: block;
  margin: 0 auto;
}

.Reveal-itemInner {
  position: relative;
}

.Reveal-itemText {
  -webkit-font-smoothing: antialiased;
}

.Reveal-itemRank {
  position: absolute;
  z-index: 5;
}

.Reveal-item--revealed .Reveal-itemRank {
  display: inline-block;
  top: 10%;
  left: 0;
  font-size: 16px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .Reveal--page .Reveal-item--revealed .Reveal-itemRank {
    left: 0;
    border: none;
    background: none;
    color: #333333;
    font-size: 18px;
    font-size: calc(18px + 1.5vw);
  }
}

@media only screen and (min-width: 728px) {
  .Reveal--page .Reveal-item--revealed .Reveal-itemRank {
    font-size: 24px;
    font-weight: 300;
  }
}

@media only screen and (min-width: 800px) {
  .Reveal--home .Reveal-item--revealed .Reveal-itemRank {
    left: 0;
    border: none;
    background: none;
    color: #333333;
    font-size: 18px;
    font-size: calc(18px + 1vw);
  }
}

@media only screen and (min-width: 960px) {
  .Reveal--home .Reveal-item--revealed .Reveal-itemRank {
    font-size: 27px;
    font-weight: 300;
  }
}

.Reveal-item--unrevealed .Reveal-itemRank {
  display: inline-block;
  top: 10%;
  left: 0;
  font-size: 16px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .Reveal--page .Reveal-item--unrevealed .Reveal-itemRank {
    left: 0;
    border: none;
    background: none;
    color: #333333;
    font-size: 18px;
    font-size: calc(18px + 1.5vw);
  }
}

@media only screen and (min-width: 728px) {
  .Reveal--page .Reveal-item--unrevealed .Reveal-itemRank {
    font-size: 24px;
    font-weight: 300;
  }
}

@media only screen and (min-width: 800px) {
  .Reveal--home .Reveal-item--unrevealed .Reveal-itemRank {
    left: 0;
    border: none;
    background: none;
    color: #333333;
    font-size: 18px;
    font-size: calc(18px + 1vw);
  }
}

@media only screen and (min-width: 960px) {
  .Reveal--home .Reveal-item--unrevealed .Reveal-itemRank {
    font-size: 27px;
    font-weight: 300;
  }
}

.Reveal-itemDate {
  z-index: 1;
  position: absolute;
  bottom: 6%;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 1px 0 #000000;
}

@media only screen and (min-width: 400px) {
  .Reveal-itemDate {
    bottom: 14%;
    font-size: calc(12px + 1vw);
  }
}

@media only screen and (min-width: 550px) {
  .Reveal-itemDate {
    bottom: 20%;
  }
}

@media only screen and (min-width: 800px) {
  .Reveal--page .Reveal-itemDate {
    font-size: 26px;
  }
}

@media only screen and (min-width: 640px) {
  .Reveal--home .Reveal-itemDate {
    bottom: 6%;
    font-size: 14px;
    font-size: calc(8px + 1vw);
    bottom: 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .Reveal--home .Reveal-itemDate {
    font-size: 20px;
    bottom: 20%;
  }
}

.reveal-list {
  max-width: 720px;
  margin: 0 auto;
  margin-top: 24px;
  padding: 0.25rem 0;
  padding: 0.5rem 0;
  background: #4471A7;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.reveal-list h1 {
  font-size: 14px;
  font-size: calc(14px + 0.35vw);
}

@media only screen and (min-width: 1200px) {
  .reveal-list h1 {
    font-size: 22px;
  }
}

.reveal-share {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 10px;
}

.s-media {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

.s-media-image {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .s-media-image {
    margin-right: 20px;
    float: left;
  }
}

.Ad--reveal {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

@media only screen and (min-width: 1200px) {
  .Ad--reveal {
    margin: 0;
    margin-left: 20px;
    padding: 0;
    padding-left: 20px;
    border: none;
    border-left: 1px solid #999999;
  }
}

.RevealCotnent-again {
  padding: 0 10px;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 24px;
}

@media only screen and (min-width: 960px) {
  .RevealCotnent-again {
    margin-bottom: 48px;
    margin-top: 48px;
  }
}

.RevealContent-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px;
}

@media only screen and (min-width: 960px) {
  .RevealContent-title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  .s-Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s-Grid-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .s-Grid-item.ad {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .s-Grid-item.content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 2;
        -ms-flex: 2 0 0px;
            flex: 2 0 0;
  }
}

.CmsContent.this {
  font-size: 16px;
  line-height: 1.25;
}

@media only screen and (min-width: 1200px) {
  .CmsContent.this {
    margin-top: 0;
  }
}

.CmsContent.this p + p {
  margin-top: 10px;
  line-height: 1.25;
}

.RevealContent {
  margin-top: 24px;
  padding-top: 24px;
}

.About {
  margin: 0 auto;
  margin-top: 24px;
}

.About img {
  max-width: 300px;
  margin-right: auto;
}

.About .CmsContent {
  max-width: 560px;
  margin-top: 24px;
}

@media only screen and (min-width: 768px) {
  .About .CmsContent {
    margin-top: 0;
  }
}

.About-grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.About-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .About-title {
    font-size: 36px;
  }
}

.Card {
  max-width: 300px;
  margin-top: 24px;
}

.Card-title {
  margin-top: 6px;
  color: #ab0100;
  font-size: 18px;
}

.ContentRow-grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ContentRow-ad {
  margin-top: 24px;
}

@media only screen and (min-width: 1001px) {
  .ContentRow-ad {
    padding-left: 20px;
    border-left: 1px solid #999999;
  }
}

.ContentRow-seemore {
  max-width: 400px;
  margin-top: 2rem;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  padding: 12px 12px;
  -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  background: #4471A7;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.list {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.ctaBox {
  text-align: center;
  width: 90%;
  margin: 0 auto 20px;
  padding: 10px;
  -webkit-box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.25), inset 0 0px 1px rgba(0, 0, 0, 0.25);
          box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.25), inset 0 0px 1px rgba(0, 0, 0, 0.25);
}

.ctaBox h2 {
  font-weight: 500;
  font-size: 120%;
}

.output-js {
  margin: 12px auto 0;
  font-size: x-large;
  font-style: normal;
  color: #4471A7;
  text-align: center;
}

.output-js strong {
  font-style: italic;
  font-family: serif;
}

#table {
  width: 100%;
  margin-bottom: 24px;
  font-size: 16px;
  position: relative;
}

#table .table-head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

#table .tablesorter-header {
  padding: 12px 18px 12px 4px;
  background-image: url("https://top100.winespectator.com/wp-content/themes/top100-theme/dest/images/bg2.png");
  background-repeat: no-repeat;
  background-position: center right;
  white-space: normal;
  font-weight: normal;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

#table .tablesorter-header.tablesorter-headerDesc {
  background-image: url("https://top100.winespectator.com/wp-content/themes/top100-theme/dest/images/asc2.png");
}

#table .tablesorter-header.tablesorter-headerAsc {
  background-image: url("https://top100.winespectator.com/wp-content/themes/top100-theme/dest/images/desc2.png");
}

#table .tablesorter-header:last-of-type {
  padding: 6px;
  background-image: none;
  overflow: hidden;
}

#table tr:nth-child(even) {
  background: #eeeeee;
}

#table td {
  padding: 12px;
  border: solid 1px #dddddd;
  text-align: center;
}

#table td.rank,
#table td.name .table-name,
#table td.vintage,
#table td.score,
#table td.price {
  cursor: pointer;
}

#table td.name {
  padding-left: 5px;
  text-align: left;
}

#table .table-aditionalInfo {
  display: none;
  width: 100%;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0;
  visibility: hidden;
}

#table .table-aditionalInfo.active {
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
  visibility: visible;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 8px;
}

#table .table-aditionalInfo.active .table-label {
  overflow: hidden;
  grid-area: 1 / 1 / 5 / 3;
}

#table .table-aditionalInfo.active .table-label img {
  -o-object-fit: contain;
     object-fit: contain;
}

#table .table-aditionalInfo.active .tabel-note {
  grid-area: 1 / 3 / 4 / 7;
}

#table .table-aditionalInfo.active .table-userwinetaste {
  grid-area: 4 / 3 / 5 / 7;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.table-sorter {
  margin-bottom: 24px;
}

[data-column="2"],
[data-column="3"],
[data-column="4"],
[data-column="5"],
td.vintage,
td.score,
td.price,
td.list,
.table-button,
#table-button1 {
  display: none;
}

.vintageNumber {
  display: inline;
}

.table-small-info {
  display: block;
  margin-top: 6px;
}

.table-name {
  font-size: 16px;
}

/* .table-name.active {
  font-weight: bold;
} */
.table-aditionalInfo {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.3;
}

.table-small-info {
  font-weight: bold;
}

@media only screen and (min-width: 640px) {
  .table-button {
    display: block;
    max-width: rem(400px);
    margin: 0 auto;
    margin-bottom: 24px;
    text-align: center;
    cursor: pointer;
  }
  #table [data-column="2"],
  #table [data-column="3"],
  #table [data-column="4"],
  #table [data-column="5"],
  #table td.vintage,
  #table td.score,
  #table td.price,
  #table td.list {
    display: table-cell;
  }
  #table .vintageNumber,
  #table .table-small-info {
    display: none;
  }
  #table .table-name {
    font-weight: normal;
  }
  #table .table-aditionalInfo {
    font-size: 16px;
  }
  #table .table-aditionalInfo.active {
    max-height: 300px;
    grid-template-rows: repeat(3, 1fr);
  }
  #table .table-aditionalInfo.active .table-label {
    grid-area: 1 / 1 / 4 / 2;
    overflow: hidden;
  }
  #table .table-aditionalInfo.active .tabel-note {
    grid-area: 1 / 2 / 3 / 7;
  }
  #table .table-aditionalInfo.active .table-userwinetaste {
    grid-area: 3 / 2 / 4 / 7;
  }
}

.plus {
  display: inline;
  margin-left: 5px;
  color: #c0102d;
  font-weight: bold;
}

.plus.active {
  display: none;
  color: #c0102d;
}

.minus {
  display: none;
  margin-left: 5px;
  color: #c0102d;
  font-weight: bold;
}

.minus.active {
  display: inline;
  color: #c0102d;
}

@media print {
  #table td {
    padding: 2px;
    font-size: 12px;
  }
  [data-column="2"],
  [data-column="3"],
  [data-column="4"],
  [data-column="5"],
  td.vintage,
  td.score,
  td.price,
  td.list {
    display: table-cell;
  }
  td.list,
  [data-column="5"] {
    display: none;
  }
  .table-button {
    display: none;
  }
  .list .list-header {
    display: none;
  }
  .list .grid {
    display: none;
  }
  .list .reveal__share {
    display: none;
  }
  .list .list-intro {
    display: none;
  }
  .vintageNumber,
  .table-small-info {
    display: none;
  }
  .table-name {
    font-weight: normal;
  }
  .table-aditionalInfo {
    font-size: 13px;
  }
  .plus {
    display: none;
    color: transparent;
  }
  .page-template-page-list-php .footer {
    display: none;
  }
  .page-template-page-list-php .header {
    display: none;
  }
  .page-template-page-list-php .Modal {
    display: none;
  }
}

.sort-text {
  font-weight: bold;
}

.table-button {
  max-width: 300px;
  padding: 5px 10px;
  border-radius: 25px;
  background: #c0102d;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

.list__share .icon {
  fill: #404040;
}

.list__share {
  margin-top: 12px;
}

.list .table-sorter,
.list .whatever {
  display: inline-block;
  margin-top: 15px;
}

.whatever {
  margin-left: 10px;
  padding: 5px;
  border-radius: 4px;
  background: #c0102d;
  color: #ffffff;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

#table {
  border-collapse: collapse;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
#pwl-info {
  cursor: pointer;
  background: #ccc;
  color: #666;
  padding: 4px;
  margin-left: 8px;
  display: inline-block;
  line-height: 1;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 100%;
  position: absolute;
  right: -5px;
  text-align: center;
}

#pwl-info:hover .coupontooltip {
  display: block;
}

.coupontooltip {
  display: none;
  background: #ececec;
  border: 1px solid #fff;
  margin-right: 50px;
  margin-top: 10px;
  padding: 16px;
  position: absolute;
  z-index: 1000;
  width: 360px;
  height: 64px;
  right: -40px;
  top: 3vh;
  line-height: 1.4;
  word-spacing: 2px;
  text-align: left;
}

.sticky {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  bottom: 100px;
  right: 10px;
  margin-right: 50px;
}

@media only screen and (min-width: 640px) {
  .sticky {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .s-Content-body {
    max-width: 428px;
  }
}

@media only screen and (min-width: 960px) {
  .s-Content-body {
    max-width: 540px;
  }
}

.s-Content-sidebar {
  margin-top: 24px;
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .s-Content-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    margin-left: auto;
  }
}

.s-DavidTitle {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 728px) {
  .s-DavidTitle {
    font-size: 38px;
  }
}

@media only screen and (min-width: 1200px) {
  .s-DavidTitle {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 46px;
  }
}

.s-DavidTitle--alt {
  margin-bottom: 0;
}

.s-home-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.s-home-list li {
  display: inline-block;
  vertical-align: middle;
}

.s-home-list li + li {
  margin-left: 10px;
}

.s-home-list .title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .s-home-list .title {
    font-size: 24px;
  }
}

.s-video-title {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.s-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 2rem;
}

.s-list-row__item {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

@media only screen and (min-width: 670px) {
  .s-list-row__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

.s-list_ad {
  max-width: 350px;
  padding-left: 40px;
}

.s-list__content h2 {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .s-list__content h2 {
    font-size: 24px;
  }
}

.s-list-share {
  text-align: center;
}

.s-list-share .top {
  padding: 6px;
  background: #c0102d;
  border-radius: 3px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

.s-buffer {
  margin-top: 24px;
}

.s-buffer:empty {
  display: none;
}

.s-content-ad:empty {
  display: none;
  padding: 0;
  border: none;
  margin: 0;
}

.s-content-ad {
  padding: 24px 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin: 24px 0;
}

@media only screen and (min-width: 768px) {
  .s-content-ad {
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
}

.copyright {
  margin-top: 24px;
  text-align: center;
}

.ContentRow.squares {
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 660px) {
  .ContentRow.squares {
    max-width: 620px;
  }
}

@media only screen and (min-width: 980px) {
  .ContentRow.squares {
    max-width: 960px;
  }
}

.ContentRow.squares .Grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.s-wine-back-to-reveal {
  z-index: 5;
  margin-top: -57px;
  text-align: center;
}

.s-wine-back-to-reveal a {
  position: relative;
  z-index: 5;
  font-size: 28px;
  text-transform: uppercase;
}

@media only screen and (min-width: 680px) {
  .s-wine-back-to-reveal a {
    font-size: 36px;
  }
}

.s-wine-back-to-reveal a .top {
  color: #c0102d;
  font-size: 30px;
}

@media only screen and (min-width: 680px) {
  .s-wine-back-to-reveal a .top {
    font-size: 30px;
  }
}

.s-wine-back-to-reveal a .one {
  font-size: 30px;
  font-weight: 700;
}

@media only screen and (min-width: 680px) {
  .s-wine-back-to-reveal a .one {
    font-size: 30px;
  }
}

.s-archive-global-share {
  margin: 0 auto;
  margin-top: 48px;
  text-align: center;
}

.s-archive-item {
  padding: 0;
  padding-bottom: 38px;
  border-bottom: 1px solid #ccc;
  margin: 0;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

@media only screen and (min-width: 1024px) {
  .s-archive-item {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
}

.s-archive-item .Reveal-title {
  font-size: calc(10px + 1.5vw);
  line-height: 1.2;
}

@media only screen and (min-width: 1024px) {
  .s-archive-item .Reveal-title {
    font-size: 24px;
  }
}

.s-archive-item .Reveal-grid {
  margin-top: 0;
}

.s-hero {
  padding: 24px 0;
  margin-bottom: 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 203, 203, 0)), to(rgba(0, 0, 0, 0.5))) !important;
  background: -o-linear-gradient(rgba(203, 203, 203, 0), rgba(0, 0, 0, 0.5)) !important;
  background: linear-gradient(rgba(203, 203, 203, 0), rgba(0, 0, 0, 0.5)) !important;
  text-align: center;
  text-transform: uppercase;
}

.s-hero .large {
  font-size: calc( 32px + (134 - 32) * ((100vw - 320px) / (1280 - 320)));
  line-height: 1.2;
}

@media only screen and (min-width: 1280px) {
  .s-hero .large {
    font-size: 134px;
  }
}

.s-hero .large .red {
  color: #c0102d;
  font-weight: 300;
}

.s-hero .large .one {
  font-weight: 700;
}

.s-hero .small {
  font-size: calc( 18px + (34 - 18) * ((100vw - 320px) / (1280 - 320)));
  letter-spacing: 0.075em;
}

@media only screen and (min-width: 1280px) {
  .s-hero .small {
    font-size: 34px;
  }
}

.s-home-reveal-temp {
  margin-bottom: 24px;
}

@media only screen and (min-width: 1280px) {
  .s-home-reveal-temp {
    margin-bottom: 36px;
  }
}

.s-home-reveal-temp .border {
  max-width: 80%;
  height: 1px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  background: #ccc;
}

.s-hero-bg {
  background-image: url("https://top100.winespectator.com/wp-content/themes/top100-theme/src/images/field3.png");
  background-position: 50% 50%;
  background-size: cover;
}

.s-hero-bg .white-logo {
  display: none;
}

.s-hero-bg .dark-logo {
  display: none;
}

.s-hero-home.white .dark-logo {
  display: block;
}

.s-hero-bg.dark {
  background-image: url("https://top100.winespectator.com/wp-content/themes/top100-theme/dest/images/final-mobile.jpg");
  color: white !important;
}

@media only screen and (min-width: 1200px) {
  .s-hero-bg.dark {
    background-image: url("https://top100.winespectator.com/wp-content/themes/top100-theme/dest/images/final.jpg");
  }
}

.s-hero-bg.dark .white-logo {
  display: block;
}

.s-hero-bg.dark .red {
  color: white !important;
}

.s-hero-home {
  background: none;
}

@media only screen and (min-width: 1280px) {
  .s-hero-home {
    padding: 60px 0;
  }
}

.s-hero-home .large {
  font-size: calc( 32px + (100 - 32) * ((100vw - 320px) / (1280 - 320)));
  line-height: 1.2;
}

@media only screen and (min-width: 1280px) {
  .s-hero-home .large {
    font-size: 100px;
  }
}

.s-hero-home .large .red {
  color: #c0102d;
  font-weight: 300;
}

.s-hero-home .large .one {
  font-weight: 700;
}

.s-hero-home .small {
  font-size: calc( 16px + (24 - 16) * ((100vw - 320px) / (1280 - 320)));
  text-transform: none;
}

@media only screen and (min-width: 1280px) {
  .s-hero-home .small {
    font-size: 24px;
    letter-spacing: 0;
  }
}

.s-hero-home img {
  display: block;
  max-width: 20%;
  margin: 0 auto;
}

.table-sorter.brk select {
  display: inline-block;
  width: 85px;
  padding: 12px;
  border: none;
  margin-top: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-image: url("https://top100.winespectator.com/wp-content/themes/top100-theme/dest/images/asc2.png");
  background-position: 88% 50%;
  background-repeat: no-repeat;
  background-size: 14%;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25), inset 0 0 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25), inset 0 0 2px rgba(0, 0, 0, 0.25);
}

.whatever {
  padding: 9px 12px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25), inset 0 0 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25), inset 0 0 2px rgba(0, 0, 0, 0.25);
  color: #c0102d;
}

.brk .table-head {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.brk th[data-column="1"] {
  background-position: 98% 50% !important;
}

.brk th {
  border-left: 1px solid #ccc;
  background-position: 90% 50% !important;
}

.brk .name {
  position: relative;
}

.brk .plus {
  position: absolute;
  top: 0;
  right: 20px;
}

.brk .minus {
  position: absolute;
  top: 0;
  right: 20px;
}

.ad-451-desktop {
  display: none;
  text-align: center;
}

@media only screen and (min-width: 451px) {
  .ad-451-desktop {
    display: block;
  }
}

.ad-450-mobile {
  display: block;
  text-align: center;
}

@media only screen and (min-width: 451px) {
  .ad-450-mobile {
    display: none;
  }
}

.ad-homepage-inner {
  padding: 20px 0;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  margin: 12px 0;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .ad-homepage-inner {
    margin: 48px 0 64px;
  }
}

.ad-wine-pager {
  padding: 20px 0;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  margin: 12px 0;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .ad-wine-pager {
    margin: 24px 0;
  }
}

.ad-wine-inner {
  padding: 20px 0;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  margin: 12px 0;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .ad-wine-inner {
    margin: 24px 0;
  }
}

.ad-reveal-inner {
  padding: 20px 0;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  margin: 12px 0;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .ad-reveal-inner {
    margin: 24px 0;
  }
}

.ad-video {
  padding: 20px 0;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  margin: 12px 0;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .ad-video {
    margin: 24px 0;
  }
}

.ad-list-inner {
  padding: 20px 0;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  margin: 12px 0;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .ad-list-inner {
    margin: 24px 0;
  }
}

.s-outer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.s-outer-grid > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.s-outer-grid-ad {
  display: none;
  max-width: 280px;
  margin-top: 100px;
}

@media only screen and (min-width: 800px) {
  .s-outer-grid-ad {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .s-outer-grid-ad {
    margin-top: 175px;
  }
}

.ad-reveal-sidebar2 {
  margin-top: 20px;
}

.s-home-video-grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-home-video-grid .Grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  .s-home-video-grid .Grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media only screen and (min-width: 960px) {
  .s-home-video-grid .Grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.s-home-video-grid .Card {
  max-width: 100%;
}

.s-video-grid-module {
  max-width: 1280px;
  padding: 10px;
  margin: 0 auto;
}

.ad-reveal-top,
.ad-wine-top {
  margin-top: 0;
  text-align: center;
}

@media only screen and (min-width: 1201px) {
  .ad-reveal-top,
  .ad-wine-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #b8b8b8;
    margin-top: 20px;
  }
}

.ad-reveal-square {
  padding: 20px 0;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .ad-reveal-square {
    border: none;
    margin-left: 20px;
  }
}

.Wine {
  border-top: 1px solid #b8b8b8;
  margin-top: 6px;
}

.s-preview-image {
  -webkit-filter: grayscale(100%) brightness(130%);
          filter: grayscale(100%) brightness(130%);
}

.s-DavidTitle {
  max-width: 960px;
  padding: 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-right: auto;
  margin-left: auto;
  font-size: 32px;
  letter-spacing: 2px;
  text-align: left;
}

.values {
  max-width: 960px;
  padding: 5px;
  border: 1px solid #ddd;
  margin: 10px auto;
}

@media only screen and (min-width: 600px) {
  .values {
    padding: 20px;
  }
}

.values-title {
  color: #234972;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
  .values-title {
    font-size: 50px;
  }
}

.values-title .values-100 {
  color: #a8a44b;
  font-size: 1.75em;
  font-weight: 900;
  vertical-align: sub;
}

.values-subtitle {
  padding: 5px;
  border-top: dashed 3px #234972;
  margin-bottom: 20px;
  color: #234972;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
  .values-subtitle {
    padding-top: 30px;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
  }
}

.values-author {
  display: block;
  font-size: 14px;
}

@media only screen and (min-width: 600px) {
  .values-author {
    display: initial;
    padding: 10px;
    text-align: right;
  }
}

.values-content {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-column-rule: 1px dotted #ddd;
     -moz-column-rule: 1px dotted #ddd;
          column-rule: 1px dotted #ddd;
  -webkit-column-width: 300px;
     -moz-column-width: 300px;
          column-width: 300px;
  font-family: georgia;
  font-size: 18px;
}

.values-content p {
  margin-bottom: 20px;
}

.values-content .drop-cap {
  padding: 5px;
  padding-right: 8px;
  margin-bottom: -10px;
  color: #234972;
  color: #234972;
  float: left;
  font-size: 57px;
  font-weight: bold;
  line-height: 45px;
}

@media only screen and (min-width: 600px) {
  .values-menu {
    text-align: center;
  }
}

.values-menu li {
  display: inline-block;
}

.values-menu li a {
  display: inline-block;
  padding: 3px;
  margin: 5px;
  background: #234972;
  border-radius: 3px;
  color: white;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-align: left;
}

@media only screen and (min-width: 600px) {
  .values-menu li a {
    padding: 5px;
    margin: 10px;
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (min-width: 600px) {
  .values-menu li + li a {
    margin-left: 20px;
  }
}

.values-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-column-rule: 1px dotted #ddd;
     -moz-column-rule: 1px dotted #ddd;
          column-rule: 1px dotted #ddd;
  -webkit-column-width: 300px;
     -moz-column-width: 300px;
          column-width: 300px;
  font-size: 16px;
}

.values-list div {
  display: inline-block;
}

.values-list > div {
  margin-bottom: 14px;
}

.values-list div .score {
  margin-right: 10px;
  color: #234972;
  font-weight: bold;
}

.values-list div .price {
  margin-right: 10px;
  color: #234972;
  font-weight: bold;
}

.values-list div .winery {
  color: #307f81;
  font-weight: bold;
  text-transform: uppercase;
}

.values-list div .wine {
  color: #2d667a;
  font-weight: bold;
}

.values-list div .country {
  font-style: italic;
}

.values-list div .taster {
  font-style: italic;
}

.values-title.light-whites {
  margin-top: 0;
  margin-bottom: 20px;
  color: #bab74c;
}

.values-title.rich-whites {
  margin-top: 0;
  margin-bottom: 20px;
  color: #66743d;
}

.values-title.elegant-reds {
  margin-top: 0;
  margin-bottom: 20px;
  color: #e03b36;
}

.values-title.big-reds {
  margin-top: 0;
  margin-bottom: 20px;
  color: #8b2628;
}

.values-title.rose {
  margin-top: 0;
  margin-bottom: 20px;
  color: #ca99aa;
}

.values-title.sparkling {
  margin-top: 0;
  margin-bottom: 20px;
  color: #e89f54;
}

.values-content.values-list-content {
  margin-bottom: 6px;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-width: auto;
     -moz-column-width: auto;
          column-width: auto;
  font-size: 18px;
}

.values-map-link {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.values-content a {
  text-decoration: underline;
}

.values-list h2 {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}

.values-cheese {
  display: block;
  padding: 10px;
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}

.values-share {
  display: block !important;
  margin-bottom: 24px;
  text-align: center;
}

.cunard a {
  color: blue;
  text-decoration: underline;
}

.cunard-sponsor-box {
  display: inline-block;
  padding: 4px 4px 2px;
  margin: 10px 0;
  background: #ccc;
  font-family: arial;
  font-size: 12px;
}

.cunard-sponsor-box + * {
  margin-top: 4px;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #333333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    /* position: trick to center content vertically */
    content: "";
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    display: inline-block;
    /* make content container for positioned elements (close button) */
    position: relative;
    max-height: 95%;
    margin-right: 5%;
    /* dimensions: handling large content */
    margin-left: 5%;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* styling */
    background: #ffffff;
    /* position: centering vertical and horizontal */
    text-align: left;
    /* reset white-space wrapping */
    white-space: normal;
    cursor: auto;
    /* dimensions: cut off images */
    overflow: auto;
    vertical-align: middle;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
    text-align: center;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    background: #ffffff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000000;
    font-family: Arial, sans-serif;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    text-align: center;
    /* styling */
    cursor: pointer;
    z-index: 9999;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    padding: 0;
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    max-height: 98%;
    margin-right: 10px;
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .featherlight-previous {
    right: 80%;
    left: 25px;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center vertically */
    margin-top: -40px;
    color: #333333;
    font-size: 80px;
    font-style: normal;
    font-weight: normal;
    line-height: 80px;
    /* center horizontally */
    text-align: center;
    text-shadow: 0 0 5px #ffffff;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous,
  .featherlight-loading .featherlight-next {
    display: none;
  }
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    right: 85%;
    left: 10px;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}

/* Utilities Flexbox */
.u-flex-order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.u-flex-order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.u-flex-order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.u-flex-order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.u-flex-order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.u-flex-order-6 {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.u-flex-order-7 {
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}

.u-flex-order-8 {
  -webkit-box-ordinal-group: 9 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important;
}

.u-flex-order-9 {
  -webkit-box-ordinal-group: 10 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important;
}

.u-flex-order-10 {
  -webkit-box-ordinal-group: 11 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important;
}

.u-flex-order-11 {
  -webkit-box-ordinal-group: 12 !important;
      -ms-flex-order: 11 !important;
          order: 11 !important;
}

.u-flex-order-12 {
  -webkit-box-ordinal-group: 13 !important;
      -ms-flex-order: 12 !important;
          order: 12 !important;
}

@media only screen and (min-width: 480px) {
  .u-sm-flex-order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .u-sm-flex-order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .u-sm-flex-order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .u-sm-flex-order-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .u-sm-flex-order-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .u-sm-flex-order-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .u-sm-flex-order-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .u-sm-flex-order-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .u-sm-flex-order-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .u-sm-flex-order-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .u-sm-flex-order-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .u-sm-flex-order-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}

@media only screen and (min-width: 640px) {
  .u-md-flex-order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .u-md-flex-order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .u-md-flex-order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .u-md-flex-order-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .u-md-flex-order-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .u-md-flex-order-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .u-md-flex-order-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .u-md-flex-order-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .u-md-flex-order-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .u-md-flex-order-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .u-md-flex-order-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .u-md-flex-order-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}

@media only screen and (min-width: 768px) {
  .u-ipad-flex-order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .u-ipad-flex-order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .u-ipad-flex-order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .u-ipad-flex-order-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .u-ipad-flex-order-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .u-ipad-flex-order-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .u-ipad-flex-order-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .u-ipad-flex-order-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .u-ipad-flex-order-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .u-ipad-flex-order-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .u-ipad-flex-order-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .u-ipad-flex-order-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}

@media only screen and (min-width: 960px) {
  .u-lg-flex-order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .u-lg-flex-order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .u-lg-flex-order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .u-lg-flex-order-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .u-lg-flex-order-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .u-lg-flex-order-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .u-lg-flex-order-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .u-lg-flex-order-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .u-lg-flex-order-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .u-lg-flex-order-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .u-lg-flex-order-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .u-lg-flex-order-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .u-xl-flex-order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .u-xl-flex-order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .u-xl-flex-order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .u-xl-flex-order-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .u-xl-flex-order-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .u-xl-flex-order-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .u-xl-flex-order-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .u-xl-flex-order-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .u-xl-flex-order-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .u-xl-flex-order-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .u-xl-flex-order-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .u-xl-flex-order-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}

.u-display-block {
  display: block !important;
}

.u-display-none {
  display: none !important;
}

.u-display-inline {
  display: inline !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  overflow: hidden !important;
}

@media only screen and (min-width: 480px) {
  .u-sm-display-block {
    display: block !important;
  }
  .u-sm-display-none {
    display: none !important;
  }
  .u-sm-display-inline {
    display: inline !important;
  }
  .u-sm-display-inline-block {
    display: inline-block !important;
  }
  .u-sm-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    overflow: hidden !important;
  }
}

@media only screen and (min-width: 640px) {
  .u-md-display-block {
    display: block !important;
  }
  .u-md-display-none {
    display: none !important;
  }
  .u-md-display-inline {
    display: inline !important;
  }
  .u-md-display-inline-block {
    display: inline-block !important;
  }
  .u-md-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    overflow: hidden !important;
  }
}

@media only screen and (min-width: 768px) {
  .u-ipad-display-block {
    display: block !important;
  }
  .u-ipad-display-none {
    display: none !important;
  }
  .u-ipad-display-inline {
    display: inline !important;
  }
  .u-ipad-display-inline-block {
    display: inline-block !important;
  }
  .u-ipad-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    overflow: hidden !important;
  }
}

@media only screen and (min-width: 960px) {
  .u-lg-display-block {
    display: block !important;
  }
  .u-lg-display-none {
    display: none !important;
  }
  .u-lg-display-inline {
    display: inline !important;
  }
  .u-lg-display-inline-block {
    display: inline-block !important;
  }
  .u-lg-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    overflow: hidden !important;
  }
}

@media only screen and (min-width: 1200px) {
  .u-xl-display-block {
    display: block !important;
  }
  .u-xl-display-none {
    display: none !important;
  }
  .u-xl-display-inline {
    display: inline !important;
  }
  .u-xl-display-inline-block {
    display: inline-block !important;
  }
  .u-xl-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    overflow: hidden !important;
  }
}

.year-list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px;
}

.year-list__title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px;
}

.year-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.year-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 160px;
  min-height: 160px;
  margin-bottom: 20px;
  padding-left: 20px;
}

@media only screen and (min-width: 480px) {
  .year-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media only screen and (min-width: 960px) {
  .year-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.year-list__item a {
  color: #fff;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 660px) {
  .countdown {
    background-image: url("https://top100.winespectator.com/wp-content/themes/top100-theme/dest/images/clock_2462x1632.jpg");
    background-position: center;
    background-size: cover;
  }
}

.clock {
  text-align: center;
  padding-top: calc(8px + 2.3vw);
  padding-bottom: calc(22px + 1.3vw);
  background-image: url("https://top100.winespectator.com/wp-content/themes/top100-theme/dest/images/clock_1232x816.jpg");
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 660px) {
  .clock {
    background: transparent;
  }
}

.clock__heading {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
}

.clock__header-text {
  font-size: 26px;
  font-size: calc(14px + 2vw);
}

@media only screen and (min-width: 960px) {
  .clock__header-text {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .clock__header-text {
    font-size: 50px;
  }
}

.clock__header-text .top {
  font-weight: 300;
}

.clock__header-text .one {
  font-weight: 700;
}

.clock__header-text .clock__header-large {
  font-size: 1.5em;
}

.clock__countdown-text {
  font-size: calc(10px + 1.5vw);
}

@media only screen and (min-width: 960px) {
  .clock__countdown-text {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .clock__countdown-text {
    font-size: 35px;
  }
}

.clock__countdown-text span {
  display: block;
  margin: -6px 0;
}

@media only screen and (min-width: 800px) {
  .clock__countdown-text span {
    display: inline-block;
    margin: 0;
  }
}

.clock__circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(8px + 3vw);
}

@media only screen and (min-width: 1200px) {
  .clock__circles {
    margin-top: 72px;
  }
}

.clock__container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.clock__circle {
  display: block;
  position: relative;
  width: calc(50px + 12vw);
  max-width: 220px;
  height: calc(50px + 12vw);
  max-height: 220px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #4D7F6F)), -webkit-gradient(linear, left top, right top, color-stop(50%, #4D7F6F), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, transparent 50%, #4D7F6F 50%), -o-linear-gradient(left, #4D7F6F 50%, transparent 50%);
  background-image: linear-gradient(90deg, transparent 50%, #4D7F6F 50%), linear-gradient(90deg, #4D7F6F 50%, transparent 50%);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.clock__line {
  background: #4D7F6F;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(40px + 12vw);
  max-width: 240px;
  height: calc(40px + 12vw);
  max-height: 240px;
  border-radius: 50%;
}

@media only screen and (min-width: 960px) {
  .clock__line {
    display: block;
    top: 10px;
    left: 10px;
    width: calc(30px + 12vw);
    max-width: 200px;
    height: calc(30px + 12vw);
    max-height: 200px;
  }
}

.clock__time {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  color: #ffffff;
  font-size: calc(12px + 6vw);
  font-weight: 300;
}

@media only screen and (min-width: 1200px) {
  .clock__time {
    font-size: 95px;
  }
}

.clock__label {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-75%);
      -ms-transform: translateY(-75%);
          transform: translateY(-75%);
  color: #ffffff;
  font-size: calc(12px + 0.75vw);
  font-weight: 300;
}

@media only screen and (min-width: 1200px) {
  .clock__label {
    font-size: 28px;
  }
}

.schedule {
  text-align: center;
}

@media only screen and (min-width: 660px) {
  .schedule {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  }
}

.temp-schedule {
  padding-bottom: 10px;
  border-bottom: 1px solid #E9EBED;
}

@media only screen and (min-width: 660px) {
  .temp-schedule {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.schedule__header {
  text-align: center;
  margin-top: calc(15px + 0.75vw);
  margin-bottom: calc(12px + 0.75vw);
  padding-bottom: calc(6px + 0.75vw);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: calc(20px + 0.75vw);
  border-bottom: solid 1px #E9EBED;
  display: inline-block;
}

@media only screen and (min-width: 660px) {
  .schedule__header {
    display: none;
  }
}

.schedule__list {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.schedule__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  font-size: 13px;
  padding: calc(9px + 1vw) 10px;
  font-size: calc(11px + .75vw);
  color: #525252;
  line-height: 1.125;
}

@media only screen and (min-width: 660px) {
  .schedule__list li {
    font-size: calc(9px + .8vw);
    padding: calc(13px + 2vw) 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666%;
            flex: 0 0 16.666%;
    color: #fff;
    -webkit-font-smoothing: antialiased;
  }
}

@media only screen and (min-width: 800px) {
  .schedule__list li {
    font-size: calc(14px + .5vw);
  }
}

@media only screen and (min-width: 1400px) {
  .schedule__list li {
    font-size: 22px;
  }
}

.schedule__date {
  font-size: 1.125em;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
}

.header {
  padding: 10px 0;
  border-bottom: 1px solid #DCDCDC;
  font-size: 12px;
}

.header__container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.header__back {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
}

.header__forward {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
}

.header__back-text {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 14px;
  display: none;
}

@media only screen and (min-width: 640px) {
  .header__back-text {
    display: inline;
  }
}

@media only screen and (min-width: 960px) {
  .header__back-text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 640px) {
  .header__back-text-mobile {
    display: none;
  }
}

.header__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
}

@media only screen and (min-width: 640px) {
  .header__title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 960px) {
  .header__title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__title {
    font-size: 30px;
  }
}

.header__top,
.header__100 {
  font-size: 1.75em;
}

.header__top {
  color: #c0102d;
  font-weight: 300;
}

.wp_topWidget {
  padding: 7px;
  text-align: center;
  font-size: large;
  text-transform: capitalize;
  background: brown;
  color: #fff;
}

.wp_topWidget a {
  color: #fff;
}

.wp_topWidget a:hover {
  text-decoration: underline;
}

.ad-values {
  margin-top: 10px;
}

.ad-values-bottom {
  margin-top: 20px;
}

/*# sourceMappingURL=main8.css.map */
