@charset "UTF-8";
.font-heading {
  font-family: "Merriweather", Times, serif; }

.font-paragraph {
  font-family: "Open Sans", Helvetica, sans-serif; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin. */
body {
  margin: 0; }

/* HTML5 display definitions
 * ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template {
  display: none; }

/* Links
 * ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10. */
a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
/* Text-level semantics
 * ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome. */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

/* Embedded content
 * ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10. */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
 * ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari. */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers. */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers. */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
 * ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
  overflow: visible;
  text-transform: none; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others. */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */ }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
/**
 * Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
  font-weight: bold; }

/* Tables
 * ========================================================================== */
/**
 * Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

button {
  outline: none; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: border-box; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

table {
  width: 100%; }

td, th {
  text-align: left;
  vertical-align: middle; }
  td > *, th > * {
    vertical-align: middle; }
  td:last-child, th:last-child {
    text-align: right; }

body {
  color: #282f2f; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.collapse-narrow {
  display: none; }
  @media (min-width: 1024px) {
    .collapse-narrow {
      display: block; } }

@media (min-width: 1024px) {
  .narrow-only {
    display: none; } }

.is-narrow .narrow-only {
  display: block; }

.is-narrow .collapse-narrow,
.collapse-narrow--table-row,
.is-narrow .collapse-narrow--table-row {
  display: none; }

@media (min-width: 1024px) {
  .mobile-only {
    display: none; } }

.desktop-only {
  display: none; }
  @media (min-width: 1024px) {
    .desktop-only {
      display: block; } }

.text-hidden {
  text-indent: -9999px;
  white-space: nowrap; }

main.error {
  min-height: 400px;
  padding: 16px; }
  @media (min-width: 1024px) {
    main.error {
      padding: 48px; } }

.dropcap {
  float: left;
  padding-right: 16px;
  font-size: 600%;
  line-height: 85%; }

pre, code {
  font-family: Consolas, Monaco, monospace;
  background: #f0f1f2;
  color: #282f2f;
  padding: 0 4px; }

.component-search .search-container {
  display: block; }

p, ol, ul {
  font-family: "Open Sans", Helvetica, sans-serif;
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: .3px; }

body .content .video-transcript .heading h3 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 14px; }
body .content .video-transcript .content {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .3px;
  text-align: left; }

a {
  color: #5ebcb6;
  font-weight: 500;
  text-decoration: none; }
  a:hover {
    color: #f37123; }
  a.dark {
    color: #282f2f; }
    a.dark:hover {
      color: #686c73; }
  a.bold {
    font-weight: 700; }

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

figure {
  margin: 0; }

.list li {
  margin-top: 8px;
  margin-bottom: 8px; }

.dek {
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #282f2f;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold; }

.branding-body-text {
  color: #282f2f; }

.bg-branding-body-text {
  background-color: #282f2f; }

.branding-accent-text {
  color: #5ebcb6; }

.bg-branding-accent-text {
  background-color: #5ebcb6; }

.branding-accent-text-hilighted {
  color: #5ebcb6; }

.bg-branding-accent-text-hilighted {
  background-color: #f37123; }

.branding-primary-text {
  color: #282f2f; }

.bg-branding-primary-text {
  background-color: #282f2f; }

.branding-primary {
  color: white; }

.bg-branding-primary {
  background-color: white; }

.branding-body {
  color: white; }

.bg-branding-body {
  background-color: white; }

.branding-background {
  color: white; }

.branding-accent {
  color: #5ebcb6; }

.bg-branding-accent {
  background-color: #5ebcb6; }

.bg-branding-accent-hilighted {
  background-color: #f37123; }

.bg-branding-secondary-accent {
  background-color: #f26956; }

.bg-branding-secondary-accent-hilighted {
  background-color: #e6452a; }

.brand-color-gray-1 {
  color: #f0f1f2; }

.brand-color-gray-2 {
  color: #d7d7d9; }

.brand-color-gray-3 {
  color: #a3a5a9; }

.brand-color-gray-4 {
  color: #8b8d91; }

.brand-color-gray-5 {
  color: #686c73; }

.brand-color-gray-6 {
  color: #383838; }

.bg-brand-color-gray-1 {
  background: #f0f1f2; }

.bg-brand-color-gray-2 {
  background: #d7d7d9; }

.bg-brand-color-gray-3 {
  background: #a3a5a9; }

.bg-brand-color-gray-4 {
  background: #8b8d91; }

.bg-brand-color-gray-5 {
  background: #686c73; }

.bg-brand-color-gray-6 {
  background: #383838; }

.bg-brand-color-light {
  background: white; }

.bg-brand-color-dark {
  background: #282f2f; }

h1, .heading-1 {
  font-size: 45px;
  letter-spacing: 0.3px; }

h2, .heading-2 {
  font-size: 39px;
  letter-spacing: 0.3px; }

h3, .heading-3 {
  font-size: 32px;
  letter-spacing: 0.3px; }

h4, .heading-4 {
  font-size: 28px; }

h5, .heading-5 {
  font-size: 24px; }

h6, .heading-6 {
  font-size: 20px; }

h1, h2, h3, h4, h5, h6, .heading-1,
.heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-weight: 700;
  font-family: "Merriweather", Times, serif; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .heading-1 a,
  .heading-2 a, .heading-3 a, .heading-4 a, .heading-5 a, .heading-6 a {
    color: inherit;
    font-weight: 700; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .heading-1 a:hover,
    .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
      color: #5ebcb6; }

h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  margin-top: 0.6em;
  margin-bottom: 0.6em; }

.subtitle {
  font-size: 18px;
  font-weight: 500;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #686c73;
  text-transform: capitalize;
  margin-bottom: 12px; }

.subtitle-twitter {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #71b7f0; }

.page-title {
  font-family: "Merriweather", Times, serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 35px;
  text-transform: capitalize;
  text-align: center; }
  .page-title.page-title-24 {
    font-size: 24px; }
  @media (min-width: 1024px) {
    .page-title {
      text-align: left; } }

.page-title-twitter-logo {
  text-align: left;
  margin: 24px 0 0 8px;
  font-family: "Merriweather", Times, serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  text-transform: capitalize;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 44px; }
  @media (min-width: 1024px) {
    .page-title-twitter-logo {
      margin: auto; } }

.page-title-twitter-inline-logo {
  text-align: left;
  margin: 24px 0 0 8px;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  color: #71b7f0; }
  @media (min-width: 1024px) {
    .page-title-twitter-inline-logo {
      margin: auto; } }
  .page-title-twitter-inline-logo .twitter-logo-svg {
    width: 36px;
    height: 36px;
    top: 2px;
    position: relative; }

.section-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-left: 8px solid #282f2f;
  margin: 0;
  padding-left: 10px; }

.tile-heading {
  font-family: "Merriweather", Times, serif;
  font-size: 16px;
  font-weight: 700;
  color: #282f2f;
  line-height: 16px; }

.style-orange a {
  color: #5ebcb6; }
.style-orange a:hover {
  color: #f37123; }

.style-uppercase {
  text-transform: uppercase; }

a.style-orange {
  color: #5ebcb6; }
  a.style-orange:hover {
    color: #f37123; }

a.style-black {
  color: #282f2f; }
  a.style-black:hover {
    color: #686c73; }

.heading-list, .heading-recirc-list {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700; }

.heading-eyebrow, .partial.breadcrumbs nav ol li {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.heading-menu {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: none; }
  @media (min-width: 360px) {
    .heading-menu {
      display: block; } }

.heading-tiny {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #686c73; }

.heading-label {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #686c73; }

.heading-label-small {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.75px; }

.heading-label-twitter {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #686c73;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 18px; }
  @media (min-width: 768px) {
    .heading-label-twitter {
      font-size: 14px;
      line-height: 20px; } }

.heading-content {
  font-family: "Merriweather", Times, serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px; }
  @media (min-width: 768px) {
    .heading-content {
      font-size: 24px;
      line-height: 34px; } }
  @media (min-width: 1024px) {
    .heading-content {
      font-size: 39px;
      line-height: 47px; } }

.heading-content-small {
  font-family: "Merriweather", Times, serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px; }
  @media (min-width: 768px) {
    .heading-content-small {
      font-size: 24px;
      line-height: 34px; } }
  @media (min-width: 1024px) {
    .heading-content-small {
      line-height: 30px; } }

.heading-content-smaller {
  font-family: "Merriweather", Times, serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px; }

.heading-content-tiny {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3em; }

.heading-content-tiny-light {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3em; }

.heading-bucket, .heading-bucket a {
  font-size: 36px;
  font-family: "Open Sans", Helvetica, sans-serif;
  letter-spacing: .3px;
  font-weight: 700; }

.heading-gallery {
  font-family: "Merriweather", Times, serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  color: #282f2f; }

.heading-byline {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #686c73; }

.heading-tiny-team {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600; }

.heading-article-byline {
  font-family: "Merriweather", Times, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  padding-top: 6px; }
  @media (min-width: 768px) {
    .heading-article-byline {
      font-size: 20px;
      line-height: 24px;
      padding-top: 0; } }

.body-caption, .body-credit {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 12px;
  float: left;
  line-height: 16px;
  letter-spacing: 0.1px; }

.body-caption {
  color: #282f2f; }

.body-caption-small {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #686c73; }

.body-credit {
  color: #a3a5a9; }

.credit {
  font-family: "Open Sans", Helvetica, sans-serif;
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 1024px) {
    .credit {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 1024px) {
    .credit {
      padding-left: 0px;
      padding-right: 4px; } }

.body-fine-print {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 10px;
  line-height: 8px;
  letter-spacing: 0.25px;
  color: #686c73; }
  @media (min-width: 1024px) {
    .body-fine-print {
      font-size: 12px;
      line-height: 10px;
      font-weight: 400; } }

.body-bold-fine-print {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.25px;
  color: #686c73; }
  @media (min-width: 1024px) {
    .body-bold-fine-print {
      font-size: 12px;
      line-height: 10px; } }

.btn-text {
  font-family: "Merriweather", Times, serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 16px 10px 16px; }

.rule-bottom {
  border-bottom: 1px solid #d7d7d9; }

.rule-bottom-light {
  padding-bottom: 4px;
  border-bottom: 1px solid #f0f1f2; }

.font-weight-thin {
  font-weight: 300; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-book {
  font-weight: 400; }

.font-weight-medium {
  font-weight: 500; }

.font-weight-demi {
  font-weight: 600; }

.font-weight-bold {
  font-weight: 700; }

.font-weight-heavy {
  font-weight: 700; }

.margin-4 {
  margin: 4px; }

.margin-4-left {
  margin-left: 4px; }

.margin-4-right {
  margin-right: 4px; }

.margin-4-top {
  margin-top: 4px; }

.margin-4-bottom {
  margin-bottom: 4px; }

.margin-4-tb {
  margin-top: 4px;
  margin-bottom: 4px; }

.margin-4-lr {
  margin-left: 4px;
  margin-right: 4px; }

.padding-4 {
  padding: 4px; }

.padding-4-left {
  padding-left: 4px; }

.padding-4-right {
  padding-right: 4px; }

.padding-4-top {
  padding-top: 4px; }

.padding-4-bottom {
  padding-bottom: 4px; }

.padding-4-tb {
  padding-top: 4px;
  padding-bottom: 4px; }

.padding-4-lr {
  padding-left: 4px;
  padding-right: 4px; }

.margin-8 {
  margin: 8px; }

.margin-8-left {
  margin-left: 8px; }

.margin-8-right {
  margin-right: 8px; }

.margin-8-top {
  margin-top: 8px; }

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

.margin-8-tb {
  margin-top: 8px;
  margin-bottom: 8px; }

.margin-8-lr {
  margin-left: 8px;
  margin-right: 8px; }

.padding-8 {
  padding: 8px; }

.padding-8-left {
  padding-left: 8px; }

.padding-8-right {
  padding-right: 8px; }

.padding-8-top {
  padding-top: 8px; }

.padding-8-bottom {
  padding-bottom: 8px; }

.padding-8-tb {
  padding-top: 8px;
  padding-bottom: 8px; }

.padding-8-lr {
  padding-left: 8px;
  padding-right: 8px; }

.margin-12 {
  margin: 12px; }

.margin-12-left {
  margin-left: 12px; }

.margin-12-right {
  margin-right: 12px; }

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

.margin-12-bottom {
  margin-bottom: 12px; }

.margin-12-tb {
  margin-top: 12px;
  margin-bottom: 12px; }

.margin-12-lr {
  margin-left: 12px;
  margin-right: 12px; }

.padding-12 {
  padding: 12px; }

.padding-12-left {
  padding-left: 12px; }

.padding-12-right {
  padding-right: 12px; }

.padding-12-top {
  padding-top: 12px; }

.padding-12-bottom {
  padding-bottom: 12px; }

.padding-12-tb {
  padding-top: 12px;
  padding-bottom: 12px; }

.padding-12-lr {
  padding-left: 12px;
  padding-right: 12px; }

.margin-16 {
  margin: 16px; }

.margin-16-left {
  margin-left: 16px; }

.margin-16-right {
  margin-right: 16px; }

.margin-16-top {
  margin-top: 16px; }

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

.margin-16-tb {
  margin-top: 16px;
  margin-bottom: 16px; }

.margin-16-lr {
  margin-left: 16px;
  margin-right: 16px; }

.padding-16 {
  padding: 16px; }

.padding-16-left {
  padding-left: 16px; }

.padding-16-right {
  padding-right: 16px; }

.padding-16-top {
  padding-top: 16px; }

.padding-16-bottom {
  padding-bottom: 16px; }

.padding-16-tb {
  padding-top: 16px;
  padding-bottom: 16px; }

.padding-16-lr {
  padding-left: 16px;
  padding-right: 16px; }

.margin-20 {
  margin: 20px; }

.margin-20-left {
  margin-left: 20px; }

.margin-20-right {
  margin-right: 20px; }

.margin-20-top {
  margin-top: 20px; }

.margin-20-bottom {
  margin-bottom: 20px; }

.margin-20-tb {
  margin-top: 20px;
  margin-bottom: 20px; }

.margin-20-lr {
  margin-left: 20px;
  margin-right: 20px; }

.padding-20 {
  padding: 20px; }

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

.padding-20-right {
  padding-right: 20px; }

.padding-20-top {
  padding-top: 20px; }

.padding-20-bottom {
  padding-bottom: 20px; }

.padding-20-tb {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-20-lr {
  padding-left: 20px;
  padding-right: 20px; }

.margin-24 {
  margin: 24px; }

.margin-24-left {
  margin-left: 24px; }

.margin-24-right {
  margin-right: 24px; }

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

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

.margin-24-tb {
  margin-top: 24px;
  margin-bottom: 24px; }

.margin-24-lr {
  margin-left: 24px;
  margin-right: 24px; }

.padding-24 {
  padding: 24px; }

.padding-24-left {
  padding-left: 24px; }

.padding-24-right {
  padding-right: 24px; }

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

.padding-24-bottom {
  padding-bottom: 24px; }

.padding-24-tb {
  padding-top: 24px;
  padding-bottom: 24px; }

.padding-24-lr {
  padding-left: 24px;
  padding-right: 24px; }

.margin-28 {
  margin: 28px; }

.margin-28-left {
  margin-left: 28px; }

.margin-28-right {
  margin-right: 28px; }

.margin-28-top {
  margin-top: 28px; }

.margin-28-bottom {
  margin-bottom: 28px; }

.margin-28-tb {
  margin-top: 28px;
  margin-bottom: 28px; }

.margin-28-lr {
  margin-left: 28px;
  margin-right: 28px; }

.padding-28 {
  padding: 28px; }

.padding-28-left {
  padding-left: 28px; }

.padding-28-right {
  padding-right: 28px; }

.padding-28-top {
  padding-top: 28px; }

.padding-28-bottom {
  padding-bottom: 28px; }

.padding-28-tb {
  padding-top: 28px;
  padding-bottom: 28px; }

.padding-28-lr {
  padding-left: 28px;
  padding-right: 28px; }

.margin-32 {
  margin: 32px; }

.margin-32-left {
  margin-left: 32px; }

.margin-32-right {
  margin-right: 32px; }

.margin-32-top {
  margin-top: 32px; }

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

.margin-32-tb {
  margin-top: 32px;
  margin-bottom: 32px; }

.margin-32-lr {
  margin-left: 32px;
  margin-right: 32px; }

.padding-32 {
  padding: 32px; }

.padding-32-left {
  padding-left: 32px; }

.padding-32-right {
  padding-right: 32px; }

.padding-32-top {
  padding-top: 32px; }

.padding-32-bottom {
  padding-bottom: 32px; }

.padding-32-tb {
  padding-top: 32px;
  padding-bottom: 32px; }

.padding-32-lr {
  padding-left: 32px;
  padding-right: 32px; }

.margin-36 {
  margin: 36px; }

.margin-36-left {
  margin-left: 36px; }

.margin-36-right {
  margin-right: 36px; }

.margin-36-top {
  margin-top: 36px; }

.margin-36-bottom {
  margin-bottom: 36px; }

.margin-36-tb {
  margin-top: 36px;
  margin-bottom: 36px; }

.margin-36-lr {
  margin-left: 36px;
  margin-right: 36px; }

.padding-36 {
  padding: 36px; }

.padding-36-left {
  padding-left: 36px; }

.padding-36-right {
  padding-right: 36px; }

.padding-36-top {
  padding-top: 36px; }

.padding-36-bottom {
  padding-bottom: 36px; }

.padding-36-tb {
  padding-top: 36px;
  padding-bottom: 36px; }

.padding-36-lr {
  padding-left: 36px;
  padding-right: 36px; }

.margin-40 {
  margin: 40px; }

.margin-40-left {
  margin-left: 40px; }

.margin-40-right {
  margin-right: 40px; }

.margin-40-top {
  margin-top: 40px; }

.margin-40-bottom {
  margin-bottom: 40px; }

.margin-40-tb {
  margin-top: 40px;
  margin-bottom: 40px; }

.margin-40-lr {
  margin-left: 40px;
  margin-right: 40px; }

.padding-40 {
  padding: 40px; }

.padding-40-left {
  padding-left: 40px; }

.padding-40-right {
  padding-right: 40px; }

.padding-40-top {
  padding-top: 40px; }

.padding-40-bottom {
  padding-bottom: 40px; }

.padding-40-tb {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-40-lr {
  padding-left: 40px;
  padding-right: 40px; }

.margin-44 {
  margin: 44px; }

.margin-44-left {
  margin-left: 44px; }

.margin-44-right {
  margin-right: 44px; }

.margin-44-top {
  margin-top: 44px; }

.margin-44-bottom {
  margin-bottom: 44px; }

.margin-44-tb {
  margin-top: 44px;
  margin-bottom: 44px; }

.margin-44-lr {
  margin-left: 44px;
  margin-right: 44px; }

.padding-44 {
  padding: 44px; }

.padding-44-left {
  padding-left: 44px; }

.padding-44-right {
  padding-right: 44px; }

.padding-44-top {
  padding-top: 44px; }

.padding-44-bottom {
  padding-bottom: 44px; }

.padding-44-tb {
  padding-top: 44px;
  padding-bottom: 44px; }

.padding-44-lr {
  padding-left: 44px;
  padding-right: 44px; }

.margin-48 {
  margin: 48px; }

.margin-48-left {
  margin-left: 48px; }

.margin-48-right {
  margin-right: 48px; }

.margin-48-top {
  margin-top: 48px; }

.margin-48-bottom {
  margin-bottom: 48px; }

.margin-48-tb {
  margin-top: 48px;
  margin-bottom: 48px; }

.margin-48-lr {
  margin-left: 48px;
  margin-right: 48px; }

.padding-48 {
  padding: 48px; }

.padding-48-left {
  padding-left: 48px; }

.padding-48-right {
  padding-right: 48px; }

.padding-48-top {
  padding-top: 48px; }

.padding-48-bottom {
  padding-bottom: 48px; }

.padding-48-tb {
  padding-top: 48px;
  padding-bottom: 48px; }

.padding-48-lr {
  padding-left: 48px;
  padding-right: 48px; }

.margin-0-auto {
  margin: 0 auto; }

.center-pseudo {
  display: inline-block;
  text-align: center; }

.center-pseudo::before {
  content: ''; }

@media (min-width: 1024px) {
  .grid-item {
    float: left; }
    .grid-item.no-float {
      float: none; }
    .grid-item.grid-1-of-8 {
      width: 12.5%; }
    .grid-item.grid-2-of-8 {
      width: 25%; }
    .grid-item.grid-3-of-8 {
      width: 37.5%; }
    .grid-item.grid-4-of-8 {
      width: 50%; }
    .grid-item.grid-5-of-8 {
      width: 62.5%; }
    .grid-item.grid-6-of-8 {
      width: 75%; }
    .grid-item.grid-7-of-8 {
      width: 87.5%; }
    .grid-item.grid-8-of-8 {
      width: 100%; }
    .grid-item.grid-1-of-16 {
      width: 6.25%; }
    .grid-item.grid-2-of-16 {
      width: 12.5%; }
    .grid-item.grid-3-of-16 {
      width: 18.75%; }
    .grid-item.grid-4-of-16 {
      width: 25%; }
    .grid-item.grid-5-of-16 {
      width: 31.25%; }
    .grid-item.grid-6-of-16 {
      width: 37.5%; }
    .grid-item.grid-7-of-16 {
      width: 43.75%; }
    .grid-item.grid-8-of-16 {
      width: 50%; }
    .grid-item.grid-9-of-16 {
      width: 56.25%; }
    .grid-item.grid-10-of-16 {
      width: 62.5%; }
    .grid-item.grid-11-of-16 {
      width: 68.75%; }
    .grid-item.grid-12-of-16 {
      width: 75%; }
    .grid-item.grid-13-of-16 {
      width: 81.25%; }
    .grid-item.grid-14-of-16 {
      width: 87.5%; }
    .grid-item.grid-15-of-16 {
      width: 93.75%; }
    .grid-item.grid-16-of-16 {
      width: 100%; } }
.border {
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d9; }

.border-top, .border-tb, .border-tl, .border-tlr, .border-tr {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d7d7d9; }

.border-bottom, .border-tb, .border-bl, .border-blr, .border-br, .search-result.image-top, .component.recirc-list .recirc-article-list, .component.recirc-list .tile-recirc:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d7d7d9; }

.border-left, .border-lr, .border-tl, .border-tlr, .border-bl, .border-blr, .search-results-pagination .page + .page {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d7d7d9; }

.border-right, .border-lr, .border-tr, .border-tlr, .border-br, .border-blr {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d7d7d9; }

.bottom-rule {
  border-bottom: 1px solid #d7d7d9; }

.top-rule {
  border-top: 1px solid #d7d7d9; }

.icon {
  border: none;
  background: none;
  outline: none;
  line-height: 0;
  display: inline-block; }
  .icon.size-24px svg {
    width: 24px;
    height: 24px; }
  .icon.size-36px svg {
    width: 36px;
    height: 36px; }
  .icon.size-48px svg {
    width: 48px;
    height: 48px; }
  .icon.auto-size svg {
    width: auto;
    height: auto; }

@media (min-width: 1024px) {
  .mobile-only .icon {
    display: none; } }

.desktop-only .icon {
  display: none; }
  @media (min-width: 1024px) {
    .desktop-only .icon {
      display: inline-block; } }

.icon-fansided svg {
  height: 18px;
  width: 80px; }

.social-icon.color-light path, .social-icon.color-light rect, .social-icon.color-light ellipse, .social-icon.color-light line, .social-icon.color-light polyline, .social-icon.color-light polygon {
  fill: white; }
.social-icon.color-gray-1 path, .social-icon.color-gray-1 rect, .social-icon.color-gray-1 ellipse, .social-icon.color-gray-1 line, .social-icon.color-gray-1 polyline, .social-icon.color-gray-1 polygon {
  fill: #f0f1f2; }
.social-icon.color-gray-2 path, .social-icon.color-gray-2 rect, .social-icon.color-gray-2 ellipse, .social-icon.color-gray-2 line, .social-icon.color-gray-2 polyline, .social-icon.color-gray-2 polygon {
  fill: #d7d7d9; }
.social-icon.color-gray-3 path, .social-icon.color-gray-3 rect, .social-icon.color-gray-3 ellipse, .social-icon.color-gray-3 line, .social-icon.color-gray-3 polyline, .social-icon.color-gray-3 polygon {
  fill: #a3a5a9; }
.social-icon.color-gray-4 path, .social-icon.color-gray-4 rect, .social-icon.color-gray-4 ellipse, .social-icon.color-gray-4 line, .social-icon.color-gray-4 polyline, .social-icon.color-gray-4 polygon {
  fill: #8b8d91; }
.social-icon.color-gray-5 path, .social-icon.color-gray-5 rect, .social-icon.color-gray-5 ellipse, .social-icon.color-gray-5 line, .social-icon.color-gray-5 polyline, .social-icon.color-gray-5 polygon {
  fill: #686c73; }
.social-icon.color-gray-5 path, .social-icon.color-gray-5 rect, .social-icon.color-gray-5 ellipse, .social-icon.color-gray-5 line, .social-icon.color-gray-5 polyline, .social-icon.color-gray-5 polygon {
  fill: #383838; }
.social-icon.color-dark path, .social-icon.color-dark rect, .social-icon.color-dark ellipse, .social-icon.color-dark line, .social-icon.color-dark polyline, .social-icon.color-dark polygon {
  fill: #282f2f; }
.social-icon.color-accent path, .social-icon.color-accent rect, .social-icon.color-accent ellipse, .social-icon.color-accent line, .social-icon.color-accent polyline, .social-icon.color-accent polygon {
  fill: #5ebcb6; }
.social-icon.color-accent-hilighted path, .social-icon.color-accent-hilighted rect, .social-icon.color-accent-hilighted ellipse, .social-icon.color-accent-hilighted line, .social-icon.color-accent-hilighted polyline, .social-icon.color-accent-hilighted polygon {
  fill: #f37123; }
.social-icon.color-secondary-accent path, .social-icon.color-secondary-accent rect, .social-icon.color-secondary-accent ellipse, .social-icon.color-secondary-accent line, .social-icon.color-secondary-accent polyline, .social-icon.color-secondary-accent polygon {
  fill: #f26956; }
.social-icon.color-hrule path, .social-icon.color-hrule rect, .social-icon.color-hrule ellipse, .social-icon.color-hrule line, .social-icon.color-hrule polyline, .social-icon.color-hrule polygon {
  fill: #d7d7d9; }
.social-icon.color-ribbon-primary path, .social-icon.color-ribbon-primary rect, .social-icon.color-ribbon-primary ellipse, .social-icon.color-ribbon-primary line, .social-icon.color-ribbon-primary polyline, .social-icon.color-ribbon-primary polygon {
  fill: white; }
.social-icon.color-ribbon-primary-text path, .social-icon.color-ribbon-primary-text rect, .social-icon.color-ribbon-primary-text ellipse, .social-icon.color-ribbon-primary-text line, .social-icon.color-ribbon-primary-text polyline, .social-icon.color-ribbon-primary-text polygon {
  fill: #282f2f; }
.social-icon.color-backdrop path, .social-icon.color-backdrop rect, .social-icon.color-backdrop ellipse, .social-icon.color-backdrop line, .social-icon.color-backdrop polyline, .social-icon.color-backdrop polygon {
  fill: white; }
.social-icon.color-foreground path, .social-icon.color-foreground rect, .social-icon.color-foreground ellipse, .social-icon.color-foreground line, .social-icon.color-foreground polyline, .social-icon.color-foreground polygon {
  fill: white; }
.social-icon.color-body-text path, .social-icon.color-body-text rect, .social-icon.color-body-text ellipse, .social-icon.color-body-text line, .social-icon.color-body-text polyline, .social-icon.color-body-text polygon {
  fill: #282f2f; }
.social-icon.color-header-text path, .social-icon.color-header-text rect, .social-icon.color-header-text ellipse, .social-icon.color-header-text line, .social-icon.color-header-text polyline, .social-icon.color-header-text polygon {
  fill: #282f2f; }

.social-stroke-icon.color-accent g > path:first-child {
  stroke: #5ebcb6; }
.social-stroke-icon.color-accent g > path:not(:first-child),
.social-stroke-icon.color-accent g > ellipse,
.social-stroke-icon.color-accent g > circle {
  fill: #5ebcb6; }
.social-stroke-icon.color-dark g > path:first-child {
  stroke: #282f2f; }
.social-stroke-icon.color-dark g > path:not(:first-child),
.social-stroke-icon.color-dark g > ellipse,
.social-stroke-icon.color-dark g > circle {
  fill: #282f2f; }

.utility-icon.color-light path, .utility-icon.color-light rect, .utility-icon.color-light ellipse, .utility-icon.color-light line, .utility-icon.color-light polyline, .utility-icon.color-light polygon {
  fill: white; }
.utility-icon.color-gray-1 path, .utility-icon.color-gray-1 rect, .utility-icon.color-gray-1 ellipse, .utility-icon.color-gray-1 line, .utility-icon.color-gray-1 polyline, .utility-icon.color-gray-1 polygon {
  fill: #f0f1f2; }
.utility-icon.color-gray-2 path, .utility-icon.color-gray-2 rect, .utility-icon.color-gray-2 ellipse, .utility-icon.color-gray-2 line, .utility-icon.color-gray-2 polyline, .utility-icon.color-gray-2 polygon {
  fill: #d7d7d9; }
.utility-icon.color-gray-3 path, .utility-icon.color-gray-3 rect, .utility-icon.color-gray-3 ellipse, .utility-icon.color-gray-3 line, .utility-icon.color-gray-3 polyline, .utility-icon.color-gray-3 polygon {
  fill: #a3a5a9; }
.utility-icon.color-gray-4 path, .utility-icon.color-gray-4 rect, .utility-icon.color-gray-4 ellipse, .utility-icon.color-gray-4 line, .utility-icon.color-gray-4 polyline, .utility-icon.color-gray-4 polygon {
  fill: #8b8d91; }
.utility-icon.color-gray-5 path, .utility-icon.color-gray-5 rect, .utility-icon.color-gray-5 ellipse, .utility-icon.color-gray-5 line, .utility-icon.color-gray-5 polyline, .utility-icon.color-gray-5 polygon {
  fill: #686c73; }
.utility-icon.color-gray-5 path, .utility-icon.color-gray-5 rect, .utility-icon.color-gray-5 ellipse, .utility-icon.color-gray-5 line, .utility-icon.color-gray-5 polyline, .utility-icon.color-gray-5 polygon {
  fill: #383838; }
.utility-icon.color-dark path, .utility-icon.color-dark rect, .utility-icon.color-dark ellipse, .utility-icon.color-dark line, .utility-icon.color-dark polyline, .utility-icon.color-dark polygon {
  fill: #282f2f; }
.utility-icon.color-accent path, .utility-icon.color-accent rect, .utility-icon.color-accent ellipse, .utility-icon.color-accent line, .utility-icon.color-accent polyline, .utility-icon.color-accent polygon {
  fill: #5ebcb6; }
.utility-icon.color-accent-hilighted path, .utility-icon.color-accent-hilighted rect, .utility-icon.color-accent-hilighted ellipse, .utility-icon.color-accent-hilighted line, .utility-icon.color-accent-hilighted polyline, .utility-icon.color-accent-hilighted polygon {
  fill: #f37123; }
.utility-icon.color-secondary-accent path, .utility-icon.color-secondary-accent rect, .utility-icon.color-secondary-accent ellipse, .utility-icon.color-secondary-accent line, .utility-icon.color-secondary-accent polyline, .utility-icon.color-secondary-accent polygon {
  fill: #f26956; }
.utility-icon.color-hrule path, .utility-icon.color-hrule rect, .utility-icon.color-hrule ellipse, .utility-icon.color-hrule line, .utility-icon.color-hrule polyline, .utility-icon.color-hrule polygon {
  fill: #d7d7d9; }
.utility-icon.color-ribbon-primary path, .utility-icon.color-ribbon-primary rect, .utility-icon.color-ribbon-primary ellipse, .utility-icon.color-ribbon-primary line, .utility-icon.color-ribbon-primary polyline, .utility-icon.color-ribbon-primary polygon {
  fill: white; }
.utility-icon.color-ribbon-primary-text path, .utility-icon.color-ribbon-primary-text rect, .utility-icon.color-ribbon-primary-text ellipse, .utility-icon.color-ribbon-primary-text line, .utility-icon.color-ribbon-primary-text polyline, .utility-icon.color-ribbon-primary-text polygon {
  fill: #282f2f; }
.utility-icon.color-backdrop path, .utility-icon.color-backdrop rect, .utility-icon.color-backdrop ellipse, .utility-icon.color-backdrop line, .utility-icon.color-backdrop polyline, .utility-icon.color-backdrop polygon {
  fill: white; }
.utility-icon.color-foreground path, .utility-icon.color-foreground rect, .utility-icon.color-foreground ellipse, .utility-icon.color-foreground line, .utility-icon.color-foreground polyline, .utility-icon.color-foreground polygon {
  fill: white; }
.utility-icon.color-body-text path, .utility-icon.color-body-text rect, .utility-icon.color-body-text ellipse, .utility-icon.color-body-text line, .utility-icon.color-body-text polyline, .utility-icon.color-body-text polygon {
  fill: #282f2f; }
.utility-icon.color-header-text path, .utility-icon.color-header-text rect, .utility-icon.color-header-text ellipse, .utility-icon.color-header-text line, .utility-icon.color-header-text polyline, .utility-icon.color-header-text polygon {
  fill: #282f2f; }

.icon-pinterest:hover path {
  fill: #f0f1f2; }

.image-flair .mobile-only .icon-camera-square-solid g circle {
  fill: #5ebcb6; }
.image-flair .mobile-only .icon-camera-square-solid g path {
  fill: white; }

[class*="icon-print"] .icon-stroke,
[class*="icon-email"] .icon-stroke {
  stroke: #f26956; }
[class*="icon-print"] .icon-fill,
[class*="icon-email"] .icon-fill {
  fill: #f26956; }
[class*="icon-print"]:hover .icon-stroke,
[class*="icon-email"]:hover .icon-stroke {
  stroke: #f26956; }
[class*="icon-print"]:hover .icon-fill,
[class*="icon-email"]:hover .icon-fill {
  fill: #e6452a; }

.icon-facebook-circle-solid:hover path:first-child {
  fill: #7193cc; }

.icon-twitter-circle-solid:hover path:first-child {
  fill: #43a0eb; }

.icon-instagram-circle-solid:hover path:first-child {
  fill: #c17aae; }

.icon-pinterest-circle-solid:hover path:first-child {
  fill: #da2236; }

.icon-linkedin-circle-solid:hover path:first-child {
  fill: #427fc3; }

.icon-website-circle-solid:hover path:first-child {
  fill: #9e9a9a; }

img.icon-pinterest-circle-solid:hover {
  opacity: 0.9; }

[class*="icon-print"] {
  display: none; }
  @media (min-width: 768px) {
    [class*="icon-print"] {
      display: block; } }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.display-inline {
  display: inline; }

.display-none {
  display: none; }

.display-flex, .search-results-container, body > .facet-menu-options .options-container, .search-result.image-top, .search-results-pagination {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex; }

.flex-vertically-center {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.partial.headshot {
  width: 44px;
  height: 44px;
  background: #f0f1f2;
  border-radius: 50%;
  overflow: hidden; }
  .partial.headshot img {
    width: 100%; }
  .partial.headshot img.missing {
    width: auto;
    margin-left: 4px;
    height: 26px;
    margin-top: 10px; }
  .partial.headshot.medium {
    width: 72px;
    height: 72px; }
    .partial.headshot.medium img.missing {
      height: 72px;
      width: 72px;
      margin-left: 0;
      margin-top: 6px; }
  @media (min-width: 768px) {
    .partial.headshot.reporter {
      width: 104px;
      height: 104px; }
      .partial.headshot.reporter img.missing {
        height: 104px;
        margin-left: 9px; } }
  .partial.headshot.pitcher, .partial.headshot.roster-player {
    position: relative;
    width: 42px;
    height: 42px; }
    .partial.headshot.pitcher img, .partial.headshot.roster-player img {
      width: initial;
      max-width: 49px;
      position: absolute;
      top: 3px;
      left: -3px; }
  .partial.headshot.extra-large-roster-player {
    position: relative;
    width: 100px;
    height: 100px; }
    .partial.headshot.extra-large-roster-player img {
      width: initial;
      max-width: 100px;
      position: absoulute;
      top: 3px;
      left: -3px; }
    .partial.headshot.extra-large-roster-player img.missing {
      height: 72px;
      width: 72px;
      margin-left: 14px;
      margin-top: 18px; }
.partial.paginator {
  text-align: center; }
  .partial.paginator .paginator-link.arrow {
    display: inline-block;
    background-color: #5ebcb6;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    text-indent: 100%; }
    .partial.paginator .paginator-link.arrow:hover {
      background-color: #f37123; }
    .partial.paginator .paginator-link.arrow path, .partial.paginator .paginator-link.arrow polygon {
      fill: white; }
  .partial.paginator .paginator-link.paginator-prev {
    background-image: url("../img/icons/prev-button.svg"); }
  .partial.paginator .paginator-link.paginator-next {
    background-image: url("../img/icons/next-button.svg"); }
.partial.list-item {
  position: relative; }
  .partial.list-item .media-img {
    width: 100px;
    height: 100px;
    margin-right: 0; }
  .partial.list-item .small-flair, .partial.list-item .medium-flair {
    position: absolute;
    bottom: 0;
    left: 0; }
  .partial.list-item .small-flair {
    display: none; }
  @media (min-width: 1024px) {
    .partial.list-item.xl {
      min-height: 112px; }
      .partial.list-item.xl .media-img {
        width: 112px;
        height: 112px; } }
  .partial.list-item.list-item-vertical {
    display: -webkit-inline-table;
    display: -ms-inline-table;
    display: -moz-inline-table;
    display: inline-table;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch; }
.partial.reporter-list-item {
  position: relative;
  overflow: hidden; }
.partial.tile .media-img, .partial.list-item .media-img, .partial.list-item.xl .media-img {
  position: relative; }
.partial.tile .missing-image img, .partial.list-item .missing-image img, .partial.list-item.xl .missing-image img {
  max-width: 100%;
  width: 100%;
  display: block; }
.partial.tile .missing-image span.icon, .partial.list-item .missing-image span.icon, .partial.list-item.xl .missing-image span.icon {
  position: absolute;
  bottom: 0; }
.partial.tile .image-flair, .partial.list-item .image-flair, .partial.list-item.xl .image-flair {
  /* margin: 16px; */
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  }
  @media (min-width: 768px) {
    .partial.tile .image-flair, .partial.list-item .image-flair, .partial.list-item.xl .image-flair {
      margin: 0; } }
  .partial.tile .image-flair .duration, .partial.list-item .image-flair .duration, .partial.list-item.xl .image-flair .duration {
    color: white;
    background: rgba(40, 47, 47, 0.8);
    padding: 6px 8px; }
.partial.tile.list-item .image-flair, .partial.list-item.list-item .image-flair, .partial.list-item.xl.list-item .image-flair {
  margin: 0px; }
.partial.tile .external-logo, .partial.list-item .external-logo, .partial.list-item.xl .external-logo {
  position: absolute;
  max-width: 40px;
  max-height: 40px;
  left: 0;
  bottom: 0; }
.partial.tile .external-logo img, .partial.list-item .external-logo img, .partial.list-item.xl .external-logo img {
  max-width: 100%;
  max-height: 100%; }
@media (max-width: 360px) {
  .partial.tile .mobile-only, .partial.list-item .mobile-only, .partial.list-item.xl .mobile-only {
    display: block; }
  .partial.tile .tablet-only, .partial.list-item .tablet-only, .partial.list-item.xl .tablet-only {
    display: none; }
  .partial.tile .desktop-only, .partial.list-item .desktop-only, .partial.list-item.xl .desktop-only {
    display: none; } }
@media (min-width: 360px) {
  .partial.tile .mobile-only, .partial.list-item .mobile-only, .partial.list-item.xl .mobile-only {
    display: block; }
  .partial.tile .tablet-only, .partial.list-item .tablet-only, .partial.list-item.xl .tablet-only {
    display: none; }
  .partial.tile .desktop-only, .partial.list-item .desktop-only, .partial.list-item.xl .desktop-only {
    display: none; } }
@media (min-width: 768px) {
  .partial.tile .mobile-only, .partial.list-item .mobile-only, .partial.list-item.xl .mobile-only {
    display: none; }
  .partial.tile .tablet-only, .partial.list-item .tablet-only, .partial.list-item.xl .tablet-only {
    display: block; }
  .partial.tile .desktop-only, .partial.list-item .desktop-only, .partial.list-item.xl .desktop-only {
    display: none; } }
@media (min-width: 1024px) {
  .partial.tile .tablet-only, .partial.list-item .tablet-only, .partial.list-item.xl .tablet-only {
    display: none; }
  .partial.tile .desktop-only, .partial.list-item .desktop-only, .partial.list-item.xl .desktop-only {
    display: block; } }
.partial.breadcrumbs nav {
  display: table;
  margin: auto; }
  .partial.breadcrumbs nav ol {
    padding: 0;
    margin: 0; }
    .partial.breadcrumbs nav ol li {
      display: none;
      float: left;
      color: #5ebcb6; }
      @media (min-width: 768px) {
        .partial.breadcrumbs nav ol li {
          display: block; } }
      .partial.breadcrumbs nav ol li a {
        color: inherit;
        font-weight: inherit; }
        .partial.breadcrumbs nav ol li a:active, .partial.breadcrumbs nav ol li a:hover {
          color: #f37123; }
      .partial.breadcrumbs nav ol li .image {
        max-width: 100%;
        height: auto; }
      .partial.breadcrumbs nav ol li:after {
        content: " ";
        display: inline-block;
        width: 4px;
        height: 4px;
        margin: 0 4px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: #5ebcb6; }
      .partial.breadcrumbs nav ol li:last-child {
        display: block; }
        .partial.breadcrumbs nav ol li:last-child:after {
          display: none; }
.partial.breadcrumbs.boxed nav {
  background-color: #5ebcb6; }
  .partial.breadcrumbs.boxed nav ol {
    padding: 0 8px; }
    .partial.breadcrumbs.boxed nav ol li {
      color: white;
      margin: 4px 0; }
      .partial.breadcrumbs.boxed nav ol li:after {
        background-color: white; }
.partial.tout {
  text-align: center;
  margin: 0 auto; }
  .partial.tout h3 {
    margin-top: 0;
    margin-bottom: 12px; }
  .partial.tout .tout-content {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 20px; }
  .partial.tout button, .partial.tout .button-style {
    border: none;
    background: none;
    color: #5ebcb6;
    white-space: nowrap;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    color: inherit; }
    .partial.tout button a, .partial.tout .button-style a {
      border: 2px solid #5ebcb6;
      border-radius: 3px;
      display: block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 16px;
      padding: 10px 12px;
      transition: all 0.1s ease-in-out;
      color: inherit; }
      .partial.tout button a:hover, .partial.tout .button-style a:hover {
        background: #5ebcb6;
        color: white; }
.partial.shop-it-button {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-style: italic;
  letter-spacing: 0.3px;
  color: #f26956;
  font-weight: 700; }
  .partial.shop-it-button .shop-it {
    border: 2px solid #f26956;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1;
    font-size: 12px;
    display: block;
    margin-top: 16px;
    padding: 12px 0;
    text-align: center;
    width: 104px;
    color: #282f2f; }
    .partial.shop-it-button .shop-it:hover {
      background-color: #f26956;
      color: white; }
.partial.tile .recipe-attribution {
  text-transform: uppercase;
  font-size: 11px; }
.partial.tile .recipe-attribution-prefix {
  color: #a3a5a9; }
.partial.tile .recipe-attribution-branding {
  font-weight: bold;
  white-space: nowrap; }

.list-item-vertical-5-across .partial.list-item-vertical {
  width: calc(20% - 8px); }

.image-flair-color-twitter-blue .image-flair .play-icon-bg {
  fill: #71b7f0 !important; }

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  .recipe {
    margin: 0 !important; }

  nav.main {
    text-align: right !important;
    position: absolute !important;
    margin-top: 12px !important; }
    nav.main .subcontainer {
      margin-right: 12px !important;
      padding-right: 0 !important; }
    nav.main .primary-links,
    nav.main .search-container,
    nav.main .menu {
      display: none !important; }
    nav.main .logo {
      width: 100%;
      margin: 16px -16px !important; }
    nav.main .full-logo.desktop-only {
      display: block !important; }
    nav.main .full-logo.mobile-only {
      display: none !important; }

  .nav-placeholder.no-secondary-ribbon.no-utility-ribbon {
    display: none !important; }

  .grid-item.grid-4-of-16 {
    width: 40% !important; }

  .grid-item.grid-7-of-16 {
    width: 60% !important; }

  .partial.recipe-ingredients {
    padding-top: 0px !important; }

  .partial.recipe-ingredients h3 {
    margin-bottom: 0px !important; }

  .recipe-instructions h3 {
    margin-bottom: 0px !important; }

  .recipe-content .recipe-header {
    width: 72% !important; }

  .recipe-content .recipe-top {
    display: block !important; }

  .recipe-content .article-info {
    padding-top: 0 !important; }

  .recipe-content .credit {
    padding: 0 !important; }

  .container-full-width {
    padding: 0 !important; }

  .grid-item {
    float: left; }
    .grid-item.grid-1-of-8 {
      width: 12.5%; }
    .grid-item.grid-2-of-8 {
      width: 25%; }
    .grid-item.grid-3-of-8 {
      width: 37.5%; }
    .grid-item.grid-4-of-8 {
      width: 50%; }
    .grid-item.grid-5-of-8 {
      width: 62.5%; }
    .grid-item.grid-6-of-8 {
      width: 75%; }
    .grid-item.grid-7-of-8 {
      width: 87.5%; }
    .grid-item.grid-8-of-8 {
      width: 100%; }

  .component.expander .expander-inner {
    max-height: none !important;
    overflow: auto !important; }
    .component.expander .expander-inner:after {
      display: none !important; }
    .component.expander .expander-inner p {
      margin: 0;
      font-size: 14px !important;
      line-height: 1.5 !important; }

  .component.video {
    display: none !important; }

  .template.recipe {
    line-height: 1.5 !important; }
    .template.recipe .recipe-content {
      width: 100% !important; }
    .template.recipe .recipe-top {
      max-width: none;
      margin: 24px 0 0 12px !important; }
    .template.recipe .heading-content {
      text-align: left; }
    .template.recipe .headline {
      font-size: 24px !important;
      max-width: 500px; }
    .template.recipe .lead-media {
      max-height: 212px !important; }
    .template.recipe .image-container {
      display: none; }
    .template.recipe .recipe-review-container {
      display: none; }
    .template.recipe .recipe-meta-container {
      text-align: left !important;
      border-bottom: 1px solid;
      border-top: 1px solid black;
      padding: 12px 0 !important;
      margin-top: 0 !important;
      margin-right: 24px !important; }
    .template.recipe .recipe-meta-item {
      display: inline !important;
      float: left !important;
      width: auto !important;
      margin-right: 12px; }
      .template.recipe .recipe-meta-item .recipe-meta-item-header {
        font-size: 12px;
        width: 100%;
        text-align: left; }
      .template.recipe .recipe-meta-item .recipe-meta-item-body {
        font-size: 14px;
        float: left; }
    .template.recipe .recipe-summary {
      margin-top: 12px !important; }
    .template.recipe .recipe-ingredients-instructions {
      padding-top: 12px !important; }
      .template.recipe .recipe-ingredients-instructions .sidebar {
        width: 40% !important; }
      .template.recipe .recipe-ingredients-instructions .recipe-steps {
        width: 60% !important;
        margin-left: 0 !important;
        padding-left: 0 !important; }
        .template.recipe .recipe-ingredients-instructions .recipe-steps .title-text {
          font-size: 16px !important; }
    .template.recipe .previous-magazine-dates {
      margin-left: 16px !important; }
    .template.recipe .recipe-author-date-attribution {
      text-align: left !important;
      padding: 0 !important; }
      .template.recipe .recipe-author-date-attribution .recipe-by {
        display: none !important; }
      .template.recipe .recipe-author-date-attribution br {
        display: none !important; }
      .template.recipe .recipe-author-date-attribution .recipe-author:after,
      .template.recipe .recipe-author-date-attribution .recipe-date:after {
        content: ' | '; }
      .template.recipe .recipe-author-date-attribution .recipe-author:last-child:after,
      .template.recipe .recipe-author-date-attribution .recipe-date:last-child:after {
        content: ''; }

  .under-nav,
  .bottom-recirc,
  .separator-line,
  .above-footer,
  #footer-gum-gum,
  #page-segment-values,
  #ratings-reviews,
  .ratings-reviews,
  .sppre_ticker,
  .spot-im-stars-rating-module,
  .spot-im-frame-inpage,
  .chicory-order-ingredients {
    display: none !important; }

  .partial.recipe-ingredients h2 {
    font-size: 16px !important;
    margin-bottom: 16px !important; }
  .partial.recipe-ingredients .ingredients ul {
    margin-bottom: 24px !important; }
    .partial.recipe-ingredients .ingredients ul li {
      padding: 4px 0 !important;
      font-size: 14px !important;
      line-height: 1.5 !important; }
      .partial.recipe-ingredients .ingredients ul li:last-child {
        border-bottom: 0; }

  .recipe-instructions {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 16px !important;
    margin-right: 16px !important; }
    .recipe-instructions h2, .recipe-instructions h3, .recipe-instructions h4 {
      font-size: 16px !important;
      margin-bottom: 16px !important; }
    .recipe-instructions .step {
      margin-top: 0 !important;
      font-size: 14px !important;
      line-height: 1.5 !important;
      letter-spacing: 0.3px !important; }
      .recipe-instructions .step p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        letter-spacing: 0.3px !important;
        margin-bottom: 16px !important;
        display: inline; }
      .recipe-instructions .step .title-text {
        display: inline !important;
        margin-right: 8px !important; }

  .recipe-nutrition-dropdown {
    border: 1px solid #000;
    padding: 8px !important;
    float: left; }
    .recipe-nutrition-dropdown .content {
      display: block !important; }
    .recipe-nutrition-dropdown .accordion-arrow {
      display: none !important; }
    .recipe-nutrition-dropdown .heading h3 {
      text-align: left !important;
      margin: 0 0 8px 0 !important;
      padding: 0 !important; }
    .recipe-nutrition-dropdown .recipe-nutrition ul li {
      border-bottom: 0 !important;
      font-size: 12px !important;
      line-height: 1.5 !important;
      padding: 0 !important;
      width: auto !important;
      float: left; }
      .recipe-nutrition-dropdown .recipe-nutrition ul li:after {
        content: ',';
        margin-right: 2px; }
      .recipe-nutrition-dropdown .recipe-nutrition ul li:last-child:after {
        content: '.'; }

  footer,
  .build-a-meal,
  .component.feed,
  .component.outbrain,
  .partial.breadcrumbs,
  .ad-wrapper,
  .image.inline,
  .expander-button,
  .share,
  .icon-search,
  .tags {
    display: none !important; } }
.input-label {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase; }

.standard-input {
  border: none;
  border-bottom: 1px solid #282f2f;
  margin-bottom: 16px;
  width: 100%;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-bottom: 5px; }
  .standard-input:focus {
    outline: none; }
  .standard-input.tight-bottom {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .standard-input.tight-bottom {
        margin-bottom: 0; } }
  .standard-input::placeholder {
    text-align: left; }

.search-results .standard-input, main.writers .standard-input {
  background-color: transparent; }

input[type=checkbox].standard {
  display: none; }
  input[type=checkbox].standard + label {
    display: inline-block;
    margin-left: 24px;
    cursor: pointer; }
    input[type=checkbox].standard + label:before {
      content: ' ';
      background: #f0f1f2;
      border: 1px solid #a3a5a9;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      float: left;
      margin-left: -24px;
      width: 15px;
      height: 15px;
      vertical-align: top; }
  input[type=checkbox].standard:checked + label:before {
    background: #5ebcb6;
    background-image: url("../img/icons/checkmark.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%; }

.partial.header-banner {
  font-family: "Open Sans", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 24px 0; }
  .partial.header-banner.title-text-cta {
    background-color: black;
    display: flex;
    font-size: 12px;
    line-height: 18px;
    min-height: 48px; }
    .partial.header-banner.title-text-cta .banner-title {
      background-color: #f26956;
      color: black;
      float: left;
      font-weight: bold;
      letter-spacing: 2px;
      padding: 8px 12px;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      width: 32%; }
      .partial.header-banner.title-text-cta .banner-title p {
        font-size: 16px;
        left: 50%;
        line-height: 18px;
        margin: 0;
        position: relative;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 100%; }
    .partial.header-banner.title-text-cta .banner-divider {
      float: left;
      height: 100%;
      overflow: hidden;
      width: 4px;
      position: absolute;
      left: calc(32% - 4px); }
      .partial.header-banner.title-text-cta .banner-divider .st0 {
        fill: #f26956;
        overflow: hidden; }
    .partial.header-banner.title-text-cta .banner-copy {
      color: white;
      float: left;
      font-weight: 400;
      padding: 8px 16px;
      width: 68%; }
      .partial.header-banner.title-text-cta .banner-copy .banner-text {
        margin-right: 8px; }
    .partial.header-banner.title-text-cta .banner-cta {
      color: #f26956;
      font-size: 10px;
      letter-spacing: 0.3px;
      text-transform: uppercase; }
      .partial.header-banner.title-text-cta .banner-cta:hover {
        color: #f69385; }
    @media (min-width: 768px) {
      .partial.header-banner.title-text-cta {
        font-size: 16px;
        line-height: 16px; }
        .partial.header-banner.title-text-cta .banner-title {
          padding: 16px 20px 16px 24px;
          width: 200px; }
          .partial.header-banner.title-text-cta .banner-title p {
            text-align: center; }
        .partial.header-banner.title-text-cta .banner-divider {
          left: 196px; }
        .partial.header-banner.title-text-cta .banner-copy {
          padding: 16px 20px 8px;
          width: auto; }
        .partial.header-banner.title-text-cta .banner-cta {
          font-size: 12px; } }
    @media (min-width: 1024px) {
      .partial.header-banner.title-text-cta .banner-title {
        padding: 16px 20px 16px 24px;
        text-align: right;
        width: 224px; }
        .partial.header-banner.title-text-cta .banner-title p {
          text-align: right; }
      .partial.header-banner.title-text-cta .banner-divider {
        left: 220px; } }
  .partial.header-banner .image-banner {
    max-width: 100%;
    margin: 0 auto;
    min-height: 160px; }
    .partial.header-banner .image-banner.mobile-only {
      display: block; }
  .partial.header-banner>img {margin: 0 auto;}
  .partial.header-banner .ad-container.type-120x60 {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .partial.header-banner .image-banner + .package-image-headline {
    position: absolute;
    background: transparent;
    top: 10px; }
    .partial.header-banner .image-banner + .package-image-headline .lead-headline {
      color: white; }
    .partial.header-banner .image-banner + .package-image-headline .lead-subtitle {
      color: white; }
  .partial.header-banner .package-image-headline {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px; }
    .partial.header-banner .package-image-headline .lead-headline {
      text-align: center;
      margin-top: 0px;
      margin-bottom: 8px;
      font-size: 24px;
      text-transform: capitalize;
      color: #282f2f; }
    .partial.header-banner .package-image-headline .lead-subtitle {
      text-align: center;
      font-family: "Open Sans", Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0.1px;
      margin: 0px 8px;
      color: #282f2f; }
      @media (min-width: 1024px) {
        .partial.header-banner .package-image-headline .lead-subtitle {
          margin: 0px 48px; } }
  @media (min-width: 1024px) {
    .partial.header-banner .image-banner {
      max-height: initial; }
      .partial.header-banner .image-banner.mobile-only {
        display: none; }
    .partial.header-banner.sinow, .partial.header-banner.mma {
      max-width: 1400px; }
    .partial.header-banner .package-image-headline .lead-headline {
      font-size: 36px; } }

@media (min-width: 1162px) {
  .container-full-width.with-sidebar > .article.content,
  .container-full-width.with-sidebar > .article-left-side,
  .container-full-width.with-sidebar > .article-content,
  .container-full-width.with-sidebar-right > .article.content,
  .container-full-width.with-sidebar-right > .article-content,
  .container-full-width.with-sidebar-right > .article-left-side  {
    width: 68.75%; }
 .container-full-width.with-sidebar > .article-left-side .article-content
 .container-full-width.with-sidebar-right > .article-left-side .article-content {
    width: 100%; }
  .container-full-width.with-sidebar > .article.sidebar, .container-full-width.with-sidebar-right > .article.sidebar {
    width: 31.25%; } }
main.article .padded {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }
  main.article .padded a[name]:empty, main.article .padded span[id]:empty {
    display: block;
    position: relative;
    top: -48px;
    visibility: hidden; }
    @media (min-width: 768px) {
      main.article .padded a[name]:empty, main.article .padded span[id]:empty {
        top: calc(-48px - 90px - 32px); } }
  main.article .padded .full-width-media {
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    -webkit-transform: translateX(-16px);
    -moz-transform: translateX(-16px);
    -ms-transform: translateX(-16px);
    -o-transform: translateX(-16px);
    transform: translateX(-16px); }
    @media (min-width: 768px) {
      main.article .padded .full-width-media.gallery {
        padding-left: 16px;
        padding-right: 16px; }
        main.article .padded .full-width-media.gallery .slide-info,
        main.article .padded .full-width-media.gallery .subheading-gallery,
        main.article .padded .full-width-media.gallery .caption {
          padding-left: 0px;
          padding-right: 0px; } }
    @media (min-width: 1024px) {
      main.article .padded .full-width-media.gallery {
        padding-left: 0;
        padding-right: 0; } }
    main.article .padded .full-width-media.gallery .owl-prev.disabled {
      display: none; }
  @media (min-width: 768px) {
    main.article .padded {
      padding-left: 24px;
      padding-right: 24px;
      min-width: 768px;
      max-width: 1024px; } }
  @media (min-width: 1024px) {
    main.article .padded {
      padding-left: 56px;
      padding-right: 56px;
      min-width: 651px;
      max-width: none; }
      main.article .padded .full-width-media {
        width: calc(100% + 112px);
        max-width: calc(100% + 112px);
        -webkit-transform: translateX(-56px);
        -moz-transform: translateX(-56px);
        -ms-transform: translateX(-56px);
        -o-transform: translateX(-56px);
        transform: translateX(-56px); } }
main.article .lead-media {
  margin-bottom: 16px; }
  @media (min-width: 1024px) {
    main.article .lead-media {
      min-height: 313px; } }
  @media (min-width: 1162px) {
    main.article .lead-media {
      min-height: 346px; } }
main.article .dek {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center; }
  @media (min-width: 1024px) {
    main.article .dek {
      text-align: left;
      padding-left: 56px;
      padding-right: 56px; } }
main.article .type-120x60 {
  position: absolute;
  right: -24px;
  top: -16px; }
main.article .quick-hit h4 {
  color: #5ebcb6; }
main.article .quick-hit li {
  margin-left: 20px;
  display: list-item;
  color: #686c73;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: normal; }
main.article .intro-top {
  position: relative; }
main.article .article.content.body .type-300x250, main.article .article.content.body .ad-container[data-dimensions="300x250"] {
  min-height: 268px; }
  @media (max-width: 768px) {
    main.article .article.content.body .type-300x250, main.article .article.content.body .ad-container[data-dimensions="300x250"] {
      width: 100vw;
      max-width: 100vw;
      position: relative;
      left: 50%;
      margin-left: -50vw; } }
main.article .article.content.body .ad-sticky-container .ad-container.tgx-sticky-rail {
  z-index: 101 !important;
  margin-top: -8px; }
  @media (min-width: 768px) {
    main.article .article.content.body .ad-sticky-container .ad-container.tgx-sticky-rail {
      background-color: #f0f1f2;
      border-bottom: 1px solid #d7d7d9;
      padding: 16px 0;
      width: 100%;
      margin-left: -20px; } }
  @media (min-width: 1024px) {
    main.article .article.content.body .ad-sticky-container .ad-container.tgx-sticky-rail {
      background-color: #fff;
      border-bottom: 0;
      padding: 8px 0 16px;
      width: 800px;
      margin-left: -56px; } }
main.article .article.content.body .component.lazy-image > img {
  max-height: 600px;
  width: auto; }
main.article .article.content.body .image-wrapper {
  position: relative;
  background-color: white; }
main.article .article.content.body .component.expander .expander-inner {
  max-height: none; }
main.article .article.content.body .component.expander .expander-button {
  border-top: 1px solid #5ebcb6;
  margin-top: 24px; }
  main.article .article.content.body .component.expander .expander-button .open-button {
    margin: 0 auto;
    display: table;
    width: 220px;
    height: 44px;
    border: 1px solid #5ebcb6;
    border-radius: 100px;
    text-align: center;
    padding-top: 13px;
    margin-top: -30px;
    background-color: #fff; }
  @media (min-width: 1024px) {
    main.article .article.content.body .component.expander .expander-button {
      display: none; } }
@media (min-width: 768px) {
  main.article .component.outbrain {
    margin-bottom: 40px; } }
@media (min-width: 1024px) {
  main.article .component.outbrain {
    padding-top: 4px; } }
main.article .article-small-sidebar .component.outbrain {
  display: none; }
  @media (min-width: 1024px) {
    main.article .article-small-sidebar .component.outbrain {
      display: block; } }

.author {
  letter-spacing: 0.5px;
  font-family: "Open Sans", Helvetica, sans-serif; }
  @media (min-width: 1024px) {
    .author {
      letter-spacing: 0.3px; } }
  .author .author-name {
    font-weight: 700;
    text-transform: uppercase; }
  .author .timestamp {
    color: #8b8d91; }
  .author .author-text {
    text-align: center; }
    @media (min-width: 1024px) {
      .author .author-text {
        text-align: left; } }
  .author .author-text > div {
    display: inline-block;
    padding: 2px; }
  .author .icon-twitter {
    height: 20px;
    width: 20px;
    vertical-align: middle; }
    .author .icon-twitter svg {
      transform: scale(0.5);
      position: relative;
      left: -8px;
      top: -9px; }

.article-header {
  margin: 0 auto;
  max-width: 840px; }
  @media (min-width: 1024px) {
    .article-header {
      margin: inherit; } }
  .article-header .article-info {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 768px) {
      .article-header .article-info {
        padding-top: 32px;
        padding-left: 24px;
        padding-right: 24px; } }
    @media (min-width: 1024px) {
      .article-header .article-info {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px; } }

@media (min-width: 1024px) {
  .body.content:not(.gallery) {
    margin-bottom: 12px; } }
.body.content:not(.gallery) > * {
  margin-left: auto;
  margin-right: auto; }
.body.content:not(.gallery) img {
  max-width: 100%;
  height: auto; }
.body.content:not(.gallery) p a {
  color: #282f2f;
  padding: 1px 0px;
  box-shadow: inset 0 -2px 0 #5ebcb6;
  transition: all .1s ease-in-out;
  font-weight: 400; }
  .body.content:not(.gallery) p a:hover {
    color: #5ebcb6; }
.body.content:not(.gallery) .ad-container {
  max-width: 9999px;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px; }
.body.content:not(.gallery) h1:not(.headline) {
  font-size: 32px;
  margin-top: 24px;
  margin-bottom: 24px; }
.body.content:not(.gallery) h2:not(.headline):not(.subheading-gallery) {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px; }
.body.content:not(.gallery) h3:not(.headline) {
  font-size: 18.72px;
  margin-top: 16px;
  margin-bottom: 16px; }
.body.content:not(.gallery) h4:not(.headline) {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px; }
.body.content:not(.gallery) h5:not(.headline) {
  font-size: 13.28px;
  margin-top: 12px;
  margin-bottom: 12px; }
.body.content:not(.gallery) h6:not(.headline) {
  font-size: 10.72px;
  margin-top: 12px;
  margin-bottom: 12px; }
.body.content:not(.gallery) .video-transcript .heading {
  text-transform: uppercase;
  display: inline-block; }
  .body.content:not(.gallery) .video-transcript .heading h3 {
    color: #5ebcb6;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 9px;
    margin-top: 0; }
  .body.content:not(.gallery) .video-transcript .heading svg path {
    fill: #5ebcb6; }
.body.content:not(.gallery) blockquote {
  margin: 0 auto; }
  .body.content:not(.gallery) blockquote a {
    color: #5ebcb6;
    box-shadow: none; }
    .body.content:not(.gallery) blockquote a:hover {
      color: #f37123; }
  .body.content:not(.gallery) blockquote p > em, .body.content:not(.gallery) blockquote i {
    font-style: normal; }
.body.content:not(.gallery) hr {
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  border: none;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icons/line-break.svg"); }
.body.content:not(.gallery) .full-width-media {
  margin-top: 16px;
  margin-bottom: 16px; }
.body.content:not(.gallery) iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  border: 0; }
.body.content:not(.gallery) .full-width-media.component {
  margin-top: 1em;
  margin-bottom: 1em; }
.body.content:not(.gallery) .inline.image, .body.content:not(.gallery) .component.video, .body.content:not(.gallery) .ad-container, .body.content:not(.gallery) .video-wrapper-full {
  width: calc(100% + 32px);
  max-width: calc(100% + 32px);
  margin-left: -16px;
  text-align: center; }
  @media (min-width: 768px) {
    .body.content:not(.gallery) .inline.image, .body.content:not(.gallery) .component.video, .body.content:not(.gallery) .ad-container, .body.content:not(.gallery) .video-wrapper-full {
      width: 100%;
      max-width: 100%;
      margin-left: 0; }
      .body.content:not(.gallery) .inline.image.align-img, .body.content:not(.gallery) .component.video.align-img, .body.content:not(.gallery) .ad-container.align-img, .body.content:not(.gallery) .video-wrapper-full.align-img {
        max-width: 100%;
        width: auto; }
        .body.content:not(.gallery) .inline.image.align-img .lazy-image img, .body.content:not(.gallery) .component.video.align-img .lazy-image img, .body.content:not(.gallery) .ad-container.align-img .lazy-image img, .body.content:not(.gallery) .video-wrapper-full.align-img .lazy-image img {
          max-height: none; }
        .body.content:not(.gallery) .inline.image.align-img.align-center, .body.content:not(.gallery) .component.video.align-img.align-center, .body.content:not(.gallery) .ad-container.align-img.align-center, .body.content:not(.gallery) .video-wrapper-full.align-img.align-center {
          margin: 0 auto; }
        .body.content:not(.gallery) .inline.image.align-img.align-right, .body.content:not(.gallery) .component.video.align-img.align-right, .body.content:not(.gallery) .ad-container.align-img.align-right, .body.content:not(.gallery) .video-wrapper-full.align-img.align-right {
          float: right;
          margin: 8px 0 16px 16px; }
        .body.content:not(.gallery) .inline.image.align-img.align-left, .body.content:not(.gallery) .component.video.align-img.align-left, .body.content:not(.gallery) .ad-container.align-img.align-left, .body.content:not(.gallery) .video-wrapper-full.align-img.align-left {
          float: left;
          margin: 8px 16px 16px 0; } }
  @media (min-width: 1024px) {
    .body.content:not(.gallery) .inline.image, .body.content:not(.gallery) .component.video, .body.content:not(.gallery) .ad-container, .body.content:not(.gallery) .video-wrapper-full {
      padding: 0;
      max-width: calc(100% + 112px);
      width: calc(100% + 112px);
      margin-left: -56px;
      text-align: center; } }
.body.content:not(.gallery) .component.video:not(.sticky-video) {
  margin-left: 0; }
  @media (min-width: 768px) {
    .body.content:not(.gallery) .component.video:not(.sticky-video) {
      width: calc(100% + 32px);
      margin-left: 16px; } }
  @media (min-width: 1024px) {
    .body.content:not(.gallery) .component.video:not(.sticky-video) {
      width: calc(100% + 112px);
      margin-left: 0; } }
.body.content:not(.gallery) table:not(.linescore):not(.schedules) {
  font-size: 14px;
  font-family: "Merriweather", Times, serif; }
  .body.content:not(.gallery) table:not(.linescore):not(.schedules) .tr-header {
    text-transform: uppercase;
    border-bottom: 1px solid #d7d7d9;
    font-weight: 700;
    padding-bottom: 8px; }
    .body.content:not(.gallery) table:not(.linescore):not(.schedules) .tr-header td, .body.content:not(.gallery) table:not(.linescore):not(.schedules) .tr-header th {
      padding-top: 8px;
      padding-bottom: 8px; }
  .body.content:not(.gallery) table:not(.linescore):not(.schedules) .tr-stripe:not(.tr-header) {
    background: #f0f1f2; }
  .body.content:not(.gallery) table:not(.linescore):not(.schedules) td, .body.content:not(.gallery) table:not(.linescore):not(.schedules) th {
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px; }
.body.content:not(.gallery) .inline-article {
  overflow: auto;
  line-height: 1.16; }
  .body.content:not(.gallery) .inline-article .secondary-text {
    color: #5ebcb6; }
  .body.content:not(.gallery) .inline-article a {
    color: #282f2f; }
    .body.content:not(.gallery) .inline-article a:hover {
      color: #5ebcb6; }
.body.content:not(.gallery) .si-list .table-wrap {
  overflow: scroll; }
.body.content:not(.gallery) .si-list table {
  min-width: 560px; }
.body.content:not(.gallery) .si-list .list {
  width: 100%; }
.body.content:not(.gallery) .si-list .ad-container {
  display: none; }
.body.content:not(.gallery) .si-list .rank {
  font-family: "Merriweather", Times, serif;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.25px;
  text-align: right;
  -webkit-font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
  -ms-font-feature-settings: "tnum";
  -o-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  min-width: 24px;
  margin: 0;
  margin-right: 8px; }
  .body.content:not(.gallery) .si-list .rank:after {
    content: "."; }
.body.content:not(.gallery) .si-list .thumb {
  float: right;
  width: 40px;
  height: auto; }
  @media (min-width: 1024px) {
    .body.content:not(.gallery) .si-list .thumb {
      width: 88px;
      margin-left: 16px; } }
  .body.content:not(.gallery) .si-list .thumb > p {
    display: none; }
.body.content:not(.gallery) .si-list .info {
  float: none;
  overflow: hidden;
  margin-bottom: 16px; }
  @media (min-width: 1024px) {
    .body.content:not(.gallery) .si-list .info {
      margin-bottom: 32px; } }
.body.content:not(.gallery) .si-list .team-name, .body.content:not(.gallery) .si-list .title-wrap {
  color: #282f2f;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-family: "Merriweather", Times, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px; }
  .body.content:not(.gallery) .si-list .team-name .number, .body.content:not(.gallery) .si-list .title-wrap .number {
    display: none; }
.body.content:not(.gallery) .si-list .position, .body.content:not(.gallery) .si-list .record, .body.content:not(.gallery) .si-list .subtitle {
  color: #686c73;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  font-family: "Merriweather", Times, serif;
  letter-spacing: 1px;
  text-transform: uppercase; }
.body.content:not(.gallery) .si-list .blurb {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #d7d7d9; }
  .body.content:not(.gallery) .si-list .blurb + .blurb {
    padding-top: 0;
    margin-top: 0;
    border-top: 0px solid #d7d7d9; }
  @media (min-width: 1024px) {
    .body.content:not(.gallery) .si-list .blurb {
      margin-right: 104px; } }
.body.content:not(.gallery) .si-list hr {
  display: none; }
.body.content:not(.gallery) .si-list .updown {
  display: none; }
.body.content:not(.gallery) .si-list .inline.image {
  max-width: 100%;
  width: 100%;
  margin-left: 0; }
.body.content:not(.gallery) .si-list .margin-16-tb {
  margin: 0; }
.body.content:not(.gallery) .si-list .body-credit {
  display: none; }
.body.content:not(.gallery) .podcastplayer-showcase iframe {
  width: 100%;
  min-height: 225px; }

.btn {
  background: #fff;
  border: 2px #282f2f solid;
  border-radius: 3px;
  color: #282f2f; }
  .btn:hover {
    background: #282f2f;
    color: #fff; }

.bio-zone {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #686c73; }

.emojione {
  height: 20px; }

.bio-zone .byline {
  font-size: 14px;
  line-height: 20px; }
  @media (min-width: 768px) {
    .bio-zone .byline {
      font-size: 18px; } }

.bio-zone .headshot {
  margin-right: 24px; }
  .bio-zone .headshot img {
    position: relative;
    margin: 0 auto; }

main.article.native .article-headline {
  font-family: "Merriweather", Times, serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    main.article.native .article-headline {
      font-size: 32px;
      line-height: 36px; } }
main.article.native .section-content {
  padding-left: 24px;
  padding-right: 24px; }
  @media (min-width: 1024px) {
    main.article.native .section-content {
      width: 68.75%;
      padding-left: 32px;
      padding-right: 32px;
      float: left; } }
  main.article.native .section-content .author-profile.prx-location {
    right: 24px; }
    @media (min-width: 1024px) {
      main.article.native .section-content .author-profile.prx-location {
        right: 32px; } }
main.article.native .sidebar.sidebar-right {
  max-width: 100%; }
  @media (min-width: 1024px) {
    main.article.native .sidebar.sidebar-right {
      width: 31.25%; } }
main.article.native .ad-sponsored-logo {
  margin-top: 20px; }

.article-info-extended {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  }

.bottom-recirc .component.outbrain {
  width: 100%;
  margin-bottom: 32px; }

.padded-mobile {
  padding-left: 16px;
  padding-right: 16px;
  }
  @media (min-width: 768px) {
    .padded-mobile {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 1024px) {
    .padded-mobile {
      padding-left: 0;
      padding-right: 0; } }

.content.article, .content.gallery, .content.recipe {
  max-width: 1120px;
  margin: 0 auto; }
  .content.article.tags, .content.gallery.tags, .content.recipe.tags {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%; }
    .content.article.tags .component, .content.gallery.tags .component, .content.recipe.tags .component {
      border-top: 1px solid #d7d7d9;
      margin-left: 16px;
      margin-right: 16px;
      padding-top: 16px; }
      .content.article.tags .component .tag-list, .content.gallery.tags .component .tag-list, .content.recipe.tags .component .tag-list {
        margin-bottom: 20px; }
    @media (min-width: 768px) {
      .content.article.tags .component, .content.gallery.tags .component, .content.recipe.tags .component {
        margin-left: 24px;
        margin-right: 24px; }
      .content.article.tags .tag-list, .content.gallery.tags .tag-list, .content.recipe.tags .tag-list {
        margin-bottom: 12px; } }
    @media (min-width: 1024px) {
      .content.article.tags, .content.gallery.tags, .content.recipe.tags {
        max-width: 800px; }
        .content.article.tags .component, .content.gallery.tags .component, .content.recipe.tags .component {
          margin-left: 0;
          margin-right: 0; }
          .content.article.tags .component .tag-list, .content.gallery.tags .component .tag-list, .content.recipe.tags .component .tag-list {
            margin-bottom: 28px; } }

.recipe-content .content.article.tags {
  float: none; }
  .recipe-content .content.article.tags .component .tag-list {
    margin-bottom: 8px; }
@media (min-width: 1024px) {
  .recipe-content .content.article .component {
    margin-left: 24px;
    margin-right: 24px; } }

.article-content table:not(.linescore):not(.schedules) {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px; }
  .article-content table:not(.linescore):not(.schedules) th {
    border: none;
    border-bottom: 2px solid #8b8d91;
    padding: 0 4px 16px 4px;
    color: #f26956;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase; }
    .article-content table:not(.linescore):not(.schedules) th:first-of-type {
      padding-left: 0; }
    .article-content table:not(.linescore):not(.schedules) th:last-of-type {
      padding-right: 0; }
  .article-content table:not(.linescore):not(.schedules) td {
    border: none;
    border-bottom: 1px solid #d7d7d9;
    padding: 14px 4px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    vertical-align: top; }
    .article-content table:not(.linescore):not(.schedules) td:first-of-type {
      padding-left: 0; }
    .article-content table:not(.linescore):not(.schedules) td:last-of-type {
      padding-right: 0; }

.edit-link {
  align-items: center;
  background: #5ebcb6;
  color: white;
  display: none;
  padding: 6px 6px;
  position: absolute;
  z-index: 100;
  font-family: "helvetica", Helvetica, Arial, sans-serif; }
  .edit-link:hover {
    color: white; }
  .edit-link.is-fixed {
    position: fixed;
    bottom: 12px;
    left: 12px; }
  .edit-link svg {
    width: 36px;
    height: 36px; }
    .edit-link svg path {
      fill: white; }
  .edit-link span {
    padding-left: 6px; }

.is-logged-in .article-info:hover .edit-link,
.is-logged-in .listicle__item:hover .edit-link,
.is-logged-in .partial.lead-image:hover .edit-link,
.is-logged-in .js-media-content:hover .edit-link {
  display: flex; }
.is-logged-in .edit-link.is-fixed {
  display: flex; }

.attribution-text .attribution-type-text {
  text-transform: uppercase;
  color: #8b8d91; }
.attribution-text a {
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #282f2f; }

main.writers .content.padded {
  padding-left: 24px;
  padding-right: 24px; }
  @media (min-width: 1024px) {
    main.writers .content.padded {
      padding-left: 0;
      padding-right: 0; } }
main.writers .headline {
  text-align: center;
  font-size: 24px;
  line-height: 24px; }
  @media (min-width: 1024px) {
    main.writers .headline {
      text-align: left;
      font-size: 24px;
      line-height: 24px; } }
main.writers .tab-menu {
  width: 100%; }
main.writers .tab-rail {
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out; }
main.writers .headshot.image img {
  height: 100%; }

.quick-filter-active main.writers .tab-rail {
  opacity: 0; }
.quick-filter-active main.writers .tab-content .tab-content-container {
  height: auto !important; }
.quick-filter-active main.writers .tab-content .tab-content-slide {
  width: 100% !important;
  height: auto !important;
  left: initial !important;
  position: relative; }
.quick-filter-active main.writers .tab-content .tab-content-group {
  float: none;
  display: inline; }

main.writer .heading-main {
  width: 100%; }
  @media (min-width: 1024px) {
    main.writer .heading-main {
      text-align: center; } }
main.writer .heading-main-inner {
  max-width: 350px; }
  @media (min-width: 1024px) {
    main.writer .heading-main-inner {
      width: auto;
      max-width: initial;
      display: inline-block; }
      main.writer .heading-main-inner:after {
        content: "";
        display: table;
        clear: both; } }
@media (min-width: 1024px) {
  main.writer .partial.headshot {
    float: left;
    margin-right: 24px; } }
main.writer .partial.headshot .missing {
  height: 64px;
  width: 64px;
  margin-left: 1px;
  margin-top: 6px; }
main.writer .heading-writer-name {
  font-size: 32px;
  font-weight: 500;
  font-family: "Merriweather", Times, serif; }
  @media (min-width: 1024px) {
    main.writer .heading-writer-name {
      position: relative;
      float: left;
      max-width: 400px; } }
  main.writer .heading-writer-name .heading-content {
    margin-top: 0;
    margin-bottom: 0; }
main.writer .button.favorite {
  text-align: left;
  margin: 8px auto; }
  @media (min-width: 1024px) {
    main.writer .button.favorite {
      position: absolute;
      width: 160px;
      left: -48px;
      top: 56px;
      margin: auto;
      border: none; } }
main.writer .bio {
  font-family: "Merriweather", Times, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #282f2f;
  max-width: 480px; }

main.video .video-info {
  display: none; }
main.video .component.video .video-play-button {
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.bc-player-default_default .vjs-play-progress,
.bc-player-default_default .vjs-volume-level,
.bc-player-default_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.vjs-big-play-button {
  background-color: #5ebcb6 !important; }

.bc-player-default_default .vjs-big-play-button, .oembed .vjs-big-play-button {
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: auto;
  bottom: calc(50% - 30px);
  left: calc(50% - 30px);
  margin-left: 0;
  margin-top: 0; }
  .bc-player-default_default .vjs-big-play-button:before, .oembed .vjs-big-play-button:before {
    font-size: 32px; }

.vjs-ad-playing.vjs-ad-playing .vjs-play-progress {
  background-color: #f26956 !important; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.container-full-width main.content.gallery {
  position: relative; }
  .container-full-width main.content.gallery .article-header {
    margin-bottom: 20px; }
    .container-full-width main.content.gallery .article-header .intro.article-info {
      padding-left: 16px;
      padding-right: 16px; }
      @media (min-width: 768px) {
        .container-full-width main.content.gallery .article-header .intro.article-info {
          padding-left: 44px;
          padding-right: 44px; } }
      @media (min-width: 1024px) {
        .container-full-width main.content.gallery .article-header .intro.article-info {
          padding-left: 0;
          padding-right: 0; } }
  .container-full-width main.content.gallery .component.expander {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .container-full-width main.content.gallery .component.expander {
        padding-left: 44px;
        padding-right: 44px; } }
    @media (min-width: 1024px) {
      .container-full-width main.content.gallery .component.expander {
        padding-left: 0;
        padding-right: 0; } }
  .container-full-width main.content.gallery .dek, .container-full-width main.content.gallery .author-text, .container-full-width main.content.gallery .attribution-text {
    text-align: center; }
  @media (min-width: 1024px) {
    .container-full-width main.content.gallery .article-content .component.expander {
      padding-left: 24px;
      padding-right: 24px; }
    .container-full-width main.content.gallery .article-content .dek, .container-full-width main.content.gallery .article-content .author-text {
      text-align: left; } }
  .container-full-width main.content.gallery .article-content .intro p:first-child, .container-full-width main.content.gallery .article-content .intro ul:first-child, .container-full-width main.content.gallery .article-content .intro ol:first-child {
    margin-top: 0; }
  .container-full-width main.content.gallery .sidebar {
    position: absolute;
    top: 0;
    right: 0; }
  .container-full-width main.content.gallery .article-slide .headline-link {
    color: #282f2f; }
    .container-full-width main.content.gallery .article-slide .headline-link:hover {
      color: #5ebcb6; }
  .container-full-width main.content.gallery .horizontal-gallery-outbrain {
    display: none; }
  .container-full-width main.content.gallery .outbrain-container.padded-mobile {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .container-full-width main.content.gallery .outbrain-container.padded-mobile {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) {
      .container-full-width main.content.gallery .outbrain-container.padded-mobile {
        padding-left: 0;
        padding-right: 0; } }
  .container-full-width main.content.gallery .vertical-slide .media-img {
    background-color: #f0f1f2; }
@media (min-width: 1024px) {
  .container-full-width.horizontal-gallery {
    max-width: 1440px;
    padding: 32px 40px; } }
@media (min-width: 1024px) {
  .container-full-width.horizontal-gallery main.content.gallery {
    max-width: 1440px; }
    .container-full-width.horizontal-gallery main.content.gallery .article-content, .container-full-width.horizontal-gallery main.content.gallery .article-left-side {
      max-width: 1440px; } }
.container-full-width.horizontal-gallery main.content.gallery .article-left-side .article-content {
      max-width: 100%; } }
.container-full-width.horizontal-gallery main.content.gallery .horizontal-gallery-outbrain {
  display: block; }
.container-full-width.horizontal-gallery main.content.gallery .vertical-gallery-outbrain {
  display: none; }
.container-full-width.horizontal-gallery main.content.gallery .component.gallery {
  display: none; }
.container-full-width.horizontal-gallery main.content.gallery .component.vertical-gallery {
  display: block; }
@media (min-width: 1024px) {
  .container-full-width.horizontal-gallery main.content.gallery .component.gallery {
    display: block; }
  .container-full-width.horizontal-gallery main.content.gallery .component.vertical-gallery {
    display: none; } }
@media (min-width: 1024px) {
  .container-full-width.horizontal-gallery main.content.gallery .sidebar-right .component.feed {
    display: none; } }
.container-full-width.vertical-gallery main.content.gallery .intro .ad-sticky-container .ad-container.tgx-sticky-rail, .container-full-width.vertical-gallery main.content.gallery .component.vertical-gallery .ad-sticky-container .ad-container.tgx-sticky-rail {
  z-index: 101 !important;
  margin-top: -8px; }
  @media (min-width: 768px) {
    .container-full-width.vertical-gallery main.content.gallery .intro .ad-sticky-container .ad-container.tgx-sticky-rail, .container-full-width.vertical-gallery main.content.gallery .component.vertical-gallery .ad-sticky-container .ad-container.tgx-sticky-rail {
      background-color: #f0f1f2;
      border-bottom: 1px solid #d7d7d9;
      padding: 16px 0;
      width: 100%; } }
  @media (min-width: 1024px) {
    .container-full-width.vertical-gallery main.content.gallery .intro .ad-sticky-container .ad-container.tgx-sticky-rail, .container-full-width.vertical-gallery main.content.gallery .component.vertical-gallery .ad-sticky-container .ad-container.tgx-sticky-rail {
      background-color: #fff;
      border-bottom: 0;
      padding: 8px 0 16px;
      width: 800px; } }
@media (min-width: 1024px) {
  .container-full-width.vertical-gallery main.content.gallery .intro .ad-sticky-container .ad-container.tgx-sticky-rail {
    margin-left: -24px; } }

@media (min-width: 1024px) {
  .container-full-width.with-sidebar > main.gallery.content,
  .container-full-width.with-sidebar-right > main.gallery.content {
    width: 100%; } }
  @media (min-width: 1024px) and (min-width: 1162px) {
    .container-full-width.with-sidebar > main.gallery.content,
    .container-full-width.with-sidebar-right > main.gallery.content {
      width: 100%; } }
@media (min-width: 1024px) {
    .container-full-width.with-sidebar > main.gallery.content .component.tags,
    .container-full-width.with-sidebar > main.gallery.content .content-heading-container,
    .container-full-width.with-sidebar > main.gallery.content .partner-content-header .partner-image,
    .container-full-width.with-sidebar-right > main.gallery.content .component.tags,
    .container-full-width.with-sidebar-right > main.gallery.content .content-heading-container,
    .container-full-width.with-sidebar-right > main.gallery.content .partner-content-header .partner-image {
      width: 62.5%; } }
    @media (min-width: 1024px) and (min-width: 1162px) {
      .container-full-width.with-sidebar > main.gallery.content .component.tags,
      .container-full-width.with-sidebar > main.gallery.content .content-heading-container,
      .container-full-width.with-sidebar > main.gallery.content .partner-content-header .partner-image,
      .container-full-width.with-sidebar-right > main.gallery.content .component.tags,
      .container-full-width.with-sidebar-right > main.gallery.content .content-heading-container,
      .container-full-width.with-sidebar-right > main.gallery.content .partner-content-header .partner-image {
        width: 68.75%; } }
@media (min-width: 1024px) {
    .container-full-width.with-sidebar > main.gallery.content .padded,
    .container-full-width.with-sidebar-right > main.gallery.content .padded {
      padding-left: 0;
      padding-right: 0; }

  .body.content .intro .video {
    margin-bottom: 48px; }

  .body.content .component.gallery.full-width-media {
    margin-top: 0; } }
.gallery-details .credit {
  color: #a3a5a9; }

.container-frame {
  background-color: #fff;
  position: absolute;
  top: 104px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }
  .container-frame iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  @media (min-width: 1024px) {
    .container-frame {
      top: 150px; } }

.search-container {
  width: 200px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .search-container {
      margin: 0; } }

.component.search .input-label {
  display: none; }

.search-term {
  font-style: italic; }

.search-image {
  background: #f0f1f2; }
  .search-image img {
    margin: 0 auto; }

.padded {
  padding-left: 24px;
  padding-right: 24px; }

.error {
  text-align: left;
  max-width: 768px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .error {
      text-align: center; } }
  .error p {
    font-family: "Open Sans", Helvetica, sans-serif;
    line-height: 20px; }
  .error .standard-input {
    background-color: transparent; }

.search-container {
  width: 100%; }
  @media (min-width: 768px) {
    .search-container {
      width: 80%; } }

.search-error {
  margin: 0 auto; }

.holder {
  margin: 0 auto;
  width: 100%;
  max-width: 768px; }

.link-container {
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .link-container {
      width: 50%; } }

.link-list {
  font-family: "Open Sans", Helvetica, sans-serif;
  margin-bottom: 24px;
  text-align: left;
  width: 100%;
  float: left; }
  .link-list li {
    display: list-item;
    font-size: 14px; }
  .link-list a {
    display: inline-block; }

.inline-image {
  max-width: calc(100% + 48px);
  width: calc(100% + 48px);
  margin-left: -24px; }
  @media (min-width: 1024px) {
    .inline-image {
      max-width: 768px;
      margin-left: 0; } }

.link-callout {
  padding: 12px 40px;
  width: 176px;
  border: 1px solid #d7d7d9;
  text-align: center;
  font-family: "Merriweather", Times, serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  font-size: 12px; }
  .link-callout:hover {
    background-color: #5ebcb6;
    color: white;
    border: 1px solid #5ebcb6; }

.err-container.hidden {
  display: none; }

.invalid-message {
  font-size: 12px;
  padding: 12px;
  background-color: #f58e96;
  color: white;
  z-index: 100;
  margin-top: 8px;
  position: absolute;
  display: none; }
  .invalid-message.non-overlap {
    position: relative;
    margin-bottom: 8px; }
  .invalid-message.before:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -.5rem;
    top: -.5rem;
    z-index: 10;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f58e96; }
  .invalid-message.after {
    margin-top: -40px; }
    .invalid-message.after:after {
      content: "";
      position: absolute;
      left: 50%;
      margin-left: -.5rem;
      bottom: -.5rem;
      z-index: 10;
      border-top: 8px solid #f58e96;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent; }

#contact-form-container h2.headline-medium {
  font-family: "industry-si", "HelveticaNeue", sans-serif;
  font-size: 18pt; }
#contact-form-container .contact-form .ui-input-field,
#contact-form-container .contact-form .ui-textarea,
#contact-form-container .contact-form .ui-input-select,
#contact-form-container .contact-form .ui-button-prev-next,
#contact-form-container .contact-form .simple-dropdown,
#contact-form-container .contact-form .ui-input label {
  font-family: "industry-si", "HelveticaNeue", sans-serif !important; }
#contact-form-container .contact-wrapper #contact-form-container .col .contact-form input {
  font-family: "industry-si", "HelveticaNeue", sans-serif !important; }

.contact-wrapper #contact-form-container .contact-form input[type='submit'] {
  font-family: "industry-si", "HelveticaNeue", sans-serif !important;
  font-weight: 100;
  font-size: 22pt;
  height: 70px;
  padding-bottom: 75px; }

body .container-sport #about-us-container h2.headline-medium {
  font-family: "industry-si", "HelveticaNeue", sans-serif !important;
  font-size: 22pt; }
body .container-sport #about-us .col.left span, body .container-sport #about-us .col.right span, body .container-sport #about-us .col.right span p {
  font-family: "industry-si", "HelveticaNeue", sans-serif !important; }
body .global-footer div.footer-content {
  display: none; }
body #contact-confirmation .caption p {
  font-family: "industry-si", "HelveticaNeue", sans-serif !important; }

html.full-page-iframe,
html.full-page-iframe body {
  margin: 0;
  padding: 0; }
  html.full-page-iframe .full-page-iframe-content,
  html.full-page-iframe body .full-page-iframe-content {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  html.full-page-iframe .body-only,
  html.full-page-iframe body .body-only {
    margin: 0;
    padding: 0; }

.color-block {
  float: left;
  padding: 8px; }
  .color-block .block {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .color-block .block.icon {
      border: 1px solid #f0f1f2; }
  .color-block .description {
    text-align: center; }

.scale-10 {
  font-size: 10px; }

.scale-12 {
  font-size: 12px; }

.scale-14 {
  font-size: 14px; }

.scale-16 {
  font-size: 16px; }

.scale-20 {
  font-size: 20px; }

.scale-24 {
  font-size: 24px; }

.scale-28 {
  font-size: 28px; }

.scale-32 {
  font-size: 32px; }

.scale-39 {
  font-size: 39px; }

.scale-45 {
  font-size: 45px; }

.scale-56 {
  font-size: 56px; }

.scale-64 {
  font-size: 64px; }

.scale-79 {
  font-size: 79px; }

.scale-90 {
  font-size: 90px; }

.scale-112 {
  font-size: 112px; }

.heading-type-scale span {
  padding-right: 8px;
  display: inline-block;
  text-align: center; }
.heading-type-scale .heading-label {
  font-size: 10px;
  padding-top: 4px; }

.template.styleguide .heading-label-small {
  margin-top: 56px; }
.template.styleguide .section-header.top {
  margin-top: 0; }
.template.styleguide .section-header {
  margin-top: 56px; }
.template.styleguide .headline-box h1, .template.styleguide .headline-box h2, .template.styleguide .headline-box h3, .template.styleguide .headline-box h4, .template.styleguide .headline-box h5, .template.styleguide .headline-box h6 {
  margin-top: 8px;
  margin-bottom: 8px; }
.template.styleguide .sidebar {
  padding-left: 128px; }
.template.styleguide .grid-example .grid-item {
  border: 1px solid #d7d7d9;
  border-top: none;
  background: #f0f1f2;
  height: 16px; }
  .template.styleguide .grid-example .grid-item:first-child {
    border-top: 1px solid #d7d7d9; }
  @media (min-width: 1024px) {
    .template.styleguide .grid-example .grid-item {
      height: 64px;
      border-left: none;
      border-top: 1px solid #d7d7d9; }
      .template.styleguide .grid-example .grid-item:first-child {
        border-left: 1px solid #d7d7d9; } }

pre.code-block {
  font-family: Consolas, Monaco, monospace;
  font-size: 14px;
  padding: 16px;
  background: #f0f1f2;
  margin-top: 16px;
  margin-bottom: 16px; }

#toc {
  display: none;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  padding-top: 52px; }
  @media (min-width: 1024px) {
    #toc {
      display: block; } }
  #toc.sticky {
    padding-top: 76px; }
  #toc ul {
    margin: 0;
    padding: 0; }
  #toc li {
    padding: 0;
    list-style: none; }
  #toc a {
    color: #686c73; }
  #toc .tocify-item {
    padding-top: 4px;
    padding-bottom: 4px; }
    #toc .tocify-item a {
      font-weight: bold; }
  #toc .tocify-item:hover a {
    color: #383838; }
  #toc .tocify-focus, #toc .tocify-focus a {
    color: #282f2f;
    font-weight: bold; }
  #toc .tocify-subheader {
    padding-left: 16px; }
    #toc .tocify-subheader .tocify-item {
      padding-top: 2px;
      padding-bottom: 2px; }
    #toc .tocify-subheader .tocify-item a {
      font-weight: normal; }
    #toc .tocify-subheader .tocify-focus a {
      font-weight: bold; }
  #toc.sticky {
    position: fixed;
    left: auto; }

.container-full-width .recipe.template {
  margin-top: 24px; }
  @media (min-width: 1024px) {
    .container-full-width .recipe.template {
      margin-top: 4px; } }

.recipe.template {
  max-width: 1120px;
  margin: 0 auto; }

/***********************
 * Recipe Top Section
 ***********************/
.recipe-top {
  max-width: 283px;
  margin: 0 auto;
  /***********************
   * Recipe Headline
   ***********************/
  /***********************
   * Reviews and Ratings
   ***********************/ }
  @media (min-width: 768px) {
    .recipe-top {
      max-width: none; } }
  .recipe-top .recipe-header .breadcrumbs {
    line-height: 16px; }
  .recipe-top .recipe-review-container .reviews {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .recipe-top .recipe-review-container .reviews .total {
      order: 1;
      font-size: 12px;
      line-height: 21px; }
      .recipe-top .recipe-review-container .reviews .total a {
        color: #a3a5a9;
        font-family: "Open Sans", Helvetica, sans-serif;
        line-height: 16px;
        letter-spacing: 0.3px; }
      @media (min-width: 768px) {
        .recipe-top .recipe-review-container .reviews .total {
          order: 0; } }
    .recipe-top .recipe-review-container .reviews .rating {
      display: flex;
      order: 0; }
      @media (min-width: 768px) {
        .recipe-top .recipe-review-container .reviews .rating {
          order: 1; } }
      .recipe-top .recipe-review-container .reviews .rating .star {
        display: inline-block;
        margin: 0 5px 0 0;
        float: left; }
        .recipe-top .recipe-review-container .reviews .rating .star:last-child {
          margin-right: 10px; }
        .recipe-top .recipe-review-container .reviews .rating .star svg {
          fill: #d7d7d9; }
        .recipe-top .recipe-review-container .reviews .rating .star.on svg {
          fill: #ffc34a; }
        @media (min-width: 768px) {
          .recipe-top .recipe-review-container .reviews .rating .star:first-child {
            margin-left: 10.5px; }
          .recipe-top .recipe-review-container .reviews .rating .star:last-child {
            margin-right: 25px; } }
    .recipe-top .recipe-review-container .reviews .add-review {
      order: 2;
      margin: 16px 0 24px; }
      @media (min-width: 768px) {
        .recipe-top .recipe-review-container .reviews .add-review {
          margin-top: 0; } }
      @media (min-width: 1024px) {
        .recipe-top .recipe-review-container .reviews .add-review .add-review-link {
          font-size: 12px;
          line-height: 21px; } }
      .recipe-top .recipe-review-container .reviews .add-review .add-review-link .add-review-icon {
        padding: 0 4px 0 0; }
        .recipe-top .recipe-review-container .reviews .add-review .add-review-link .add-review-icon svg {
          width: auto; }
          .recipe-top .recipe-review-container .reviews .add-review .add-review-link .add-review-icon svg path {
            fill: #5ebcb6; }
      .recipe-top .recipe-review-container .reviews .add-review .add-review-link a {
        font-size: 10px;
        color: #686c73;
        font-weight: 600; }

/**********************************
* Main Recipe Content Section
**********************************/
.recipe-content {
  /**********************************
  * Recipe Hero Image and Lead Media
  **********************************/
  /***************
  * Recipe Meta
  ****************/
  /*******************************
  * Author Attribution and Social
  *******************************/
  /***************************
  * Recipe Summary
  ***************************/
  /***********************************
  * Recipe Ingredients + Instructions
  ************************************/
  /******************************************
  * Cookbook Source & Previous Magazine Dates
  *******************************************/
  /***************************
  * Bottom Recirc
  ***************************/ }
  @media (min-width: 1024px) {
    .recipe-content {
     float: left; 
     max-width: calc(100% - 320px); 
    } 
    
    .article-left-side .recipe-content {
     float: none; 
     max-width: 100%; 
    } 

}
  .recipe-content .image-container .lead-media {
    margin-bottom: 0; }
  .recipe-content .image-container .component.lazy-image.no-upscale {
    display: flex;
    max-height: none;
    background-color: #f0f1f2; }
  .recipe-content .image-container .credit {
    height: 32px;
    margin-top: 4px;
    color: #686c73;
    line-height: 16px;
    letter-spacing: .1px; }
  .recipe-content .recipe-meta-container {
    padding: 24px 0;
    margin: 16px;
    border-bottom: 1px solid #d7d7d9;
    border-top: 1px solid #d7d7d9; }
    @media (min-width: 768px) {
      .recipe-content .recipe-meta-container {
        padding: 24px 0 16px 0;
        margin-right: 24px;
        margin-left: 24px;
        display: flex; } }
    @media (min-width: 1024px) {
      .recipe-content .recipe-meta-container {
        margin: 16px 0; } }
  .recipe-content .recipe-meta-item {
    margin: 0 0 12px 0;
    display: flex; }
    .recipe-content .recipe-meta-item:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .recipe-content .recipe-meta-item {
        width: 50%;
        display: block;
        float: left;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0; }
        .recipe-content .recipe-meta-item .recipe-meta-item-header {
          float: none; }
          .recipe-content .recipe-meta-item .recipe-meta-item-header:last-of-type {
            margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .recipe-content .recipe-meta-item {
        margin: 0; } }
  .recipe-content .recipe-meta-item-header, .recipe-content .recipe-meta-item-body {
    font-weight: 500;
    text-align: center;
    font-size: 16px; }
    @media (min-width: 768px) {
      .recipe-content .recipe-meta-item-header, .recipe-content .recipe-meta-item-body {
        text-align: left;
        line-height: 16px; } }
  .recipe-content .recipe-meta-item-header {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #282f2f;
    margin-bottom: 4px;
    margin-right: 10px;
    float: left;
    clear: left; }
  .recipe-content .recipe-meta-item-body {
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #282f2f; }
    @media (min-width: 768px) {
      .recipe-content .recipe-meta-item-body {
        font-weight: normal; } }
    @media (min-width: 1024px) {
      .recipe-content .recipe-meta-item-body {
        text-align: left;
        font-size: 16px; } }
  .recipe-content .author-social-container {
    display: border-box;
    margin: 0 16px;
    /***************************
    * Recipe Author Attribution
    ***************************/
    /***************************
    * Share // Social
    ***************************/ }
    @media (min-width: 768px) {
      .recipe-content .author-social-container {
        display: flex;
        justify-content: space-between;
        margin: 0 24px; } }
    @media (min-width: 1024px) {
      .recipe-content .author-social-container {
        margin: 0; } }
    .recipe-content .author-social-container .recipe-author-date-attribution {
      font-style: 400;
      letter-spacing: 0.3px;
      font-family: "Open Sans", Helvetica, sans-serif;
      font-size: 12px;
      text-align: center;
      line-height: 1.5; }
      @media (min-width: 768px) {
        .recipe-content .author-social-container .recipe-author-date-attribution {
          text-align: left; } }
      .recipe-content .author-social-container .recipe-author-date-attribution .author {
        margin: 0;
        padding: 0;
        min-width: inherit; }
      @media (min-width: 768px) {
        .recipe-content .author-social-container .recipe-author-date-attribution .author-text {
          text-align: left; } }
      .recipe-content .author-social-container .recipe-author-date-attribution .recipe-author a {
        font-weight: 700;
        text-decoration: none; }
      .recipe-content .author-social-container .recipe-author-date-attribution .recipe-date, .recipe-content .author-social-container .recipe-author-date-attribution .recipe-by {
        color: #8b8d91; }
      .recipe-content .author-social-container .recipe-author-date-attribution .recipe-date {
        padding-left: 3px; }
        .recipe-content .author-social-container .recipe-author-date-attribution .recipe-date a {
          margin-left: 8px; }
      .recipe-content .author-social-container .recipe-author-date-attribution .recipe-attribution a {
        color: #282f2f;
        text-transform: uppercase;
        font-weight: 700; }
    .recipe-content .author-social-container .share {
      padding-top: 12px; }
      @media (min-width: 768px) {
        .recipe-content .author-social-container .share {
          padding-top: 0; } }
      .recipe-content .author-social-container .share .social-container {
        justify-content: center; }
  .recipe-content .recipe-summary {
    margin: 16px 16px; }
    @media (min-width: 768px) {
      .recipe-content .recipe-summary {
        margin: 16px 24px 0; } }
    @media (min-width: 1024px) {
      .recipe-content .recipe-summary {
        margin: 16px 0; } }
    .recipe-content .recipe-summary p {
      line-height: 26px; }
    .recipe-content .recipe-summary p:empty {
      display: none; }
  @media (min-width: 1024px) {
    .recipe-content .recipe-steps {
      float: right; } }
  .recipe-content .recipe-ingredients-instructions {
    /*************
    * Nutrition
    **************/ }
    @media (min-width: 768px) {
      .recipe-content .recipe-ingredients-instructions {
        padding-top: 16px; } }
    .recipe-content .recipe-ingredients-instructions .sidebar {
      padding-bottom: 0px; }
    .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients {
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 768px) {
        .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients {
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 1024px) {
        .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients {
          margin-left: 0;
          margin-right: 0;
          margin-top: 0;
          padding-top: 0;
          padding-right: 28px; } }
      .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .ingredients a.vglink {
        word-break: break-all; }
    .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients p a, .recipe-content .recipe-ingredients-instructions .recipe-instructions p a {
      color: #282f2f;
      padding: 1px 0px;
      box-shadow: inset 0 -2px 0 #5ebcb6;
      transition: all .1s ease-in-out;
      font-weight: 400; }
      .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients p a:hover, .recipe-content .recipe-ingredients-instructions .recipe-instructions p a:hover {
        color: #5ebcb6; }
    .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients.body.content h2, .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients.body.content h3, .recipe-content .recipe-ingredients-instructions .recipe-instructions.body.content h2, .recipe-content .recipe-ingredients-instructions .recipe-instructions.body.content h3 {
      margin-top: 0; }
    .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients h2, .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients h3, .recipe-content .recipe-ingredients-instructions .recipe-instructions h2, .recipe-content .recipe-ingredients-instructions .recipe-instructions h3 {
      font-family: "Merriweather", Times, serif;
      font-size: 24px;
      font-weight: 700;
      color: #282f2f; }
      .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients h2 a, .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients h3 a, .recipe-content .recipe-ingredients-instructions .recipe-instructions h2 a, .recipe-content .recipe-ingredients-instructions .recipe-instructions h3 a {
        color: #5ebcb6; }
        .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients h2 a:hover, .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients h3 a:hover, .recipe-content .recipe-ingredients-instructions .recipe-instructions h2 a:hover, .recipe-content .recipe-ingredients-instructions .recipe-instructions h3 a:hover {
          color: #f37123; }
    .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .step, .recipe-content .recipe-ingredients-instructions .recipe-instructions .step {
      margin-top: 24px;
      margin-bottom: 24px;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.3px; }
      .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .step p, .recipe-content .recipe-ingredients-instructions .recipe-instructions .step p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.3px;
        margin: 12px 0 28px 0; }
      .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .step p:empty, .recipe-content .recipe-ingredients-instructions .recipe-instructions .step p:empty {
        display: none; }
      .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .step:last-child, .recipe-content .recipe-ingredients-instructions .recipe-instructions .step:last-child {
        margin-bottom: 0; }
        .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .step:last-child p:last-child, .recipe-content .recipe-ingredients-instructions .recipe-instructions .step:last-child p:last-child {
          margin-bottom: 0; }
    .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients h2, .recipe-content .recipe-ingredients-instructions .recipe-instructions h2 {
      margin-top: 0px;
      margin-bottom: 28px; }
    .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients h3, .recipe-content .recipe-ingredients-instructions .recipe-instructions h3 {
      margin-top: 36px;
      margin-bottom: 20px; }
    .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients h3 + .step, .recipe-content .recipe-ingredients-instructions .recipe-instructions h3 + .step {
      margin-top: 0px; }
    .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .ingredients h2, .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .ingredients .title-text, .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .step h2, .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .step .title-text, .recipe-content .recipe-ingredients-instructions .recipe-instructions .ingredients h2, .recipe-content .recipe-ingredients-instructions .recipe-instructions .ingredients .title-text, .recipe-content .recipe-ingredients-instructions .recipe-instructions .step h2, .recipe-content .recipe-ingredients-instructions .recipe-instructions .step .title-text {
      font-family: "Open Sans", Helvetica, sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.6px;
      font-weight: 700;
      color: #282f2f;
      margin: 0; }
    .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .ingredients h2, .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .step h2, .recipe-content .recipe-ingredients-instructions .recipe-instructions .ingredients h2, .recipe-content .recipe-ingredients-instructions .recipe-instructions .step h2 {
      text-transform: uppercase; }
    .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .ingredients ul, .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .step ul, .recipe-content .recipe-ingredients-instructions .recipe-instructions .ingredients ul, .recipe-content .recipe-ingredients-instructions .recipe-instructions .step ul {
      padding: 0; }
      .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .ingredients ul li, .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .step ul li, .recipe-content .recipe-ingredients-instructions .recipe-instructions .ingredients ul li, .recipe-content .recipe-ingredients-instructions .recipe-instructions .step ul li {
        display: inline-block;
        width: 100%;
        font-family: "Open Sans", Helvetica, sans-serif;
        font-size: 16px;
        line-height: 28px;
        text-align: left;
        color: #282f2f;
        padding: 18px 0 12px 0;
        border-bottom: solid 1px #d7d7d9; }
    .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .ingredients:last-child ul, .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .step:last-child ul, .recipe-content .recipe-ingredients-instructions .recipe-instructions .ingredients:last-child ul, .recipe-content .recipe-ingredients-instructions .recipe-instructions .step:last-child ul {
      margin-bottom: 0; }
    .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .ingredients ul li {
      padding: 12px 0; }
    .recipe-content .recipe-ingredients-instructions .partial.recipe-nutrition ul {
      padding: 0;
      margin: 0 0 16px; }
      .recipe-content .recipe-ingredients-instructions .partial.recipe-nutrition ul li {
        display: inline-block;
        width: 100%;
        font-family: "Open Sans", Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.75;
        text-align: left;
        color: #282f2f;
        padding: 12px 0;
        border-bottom: solid 1px #d7d7d9; }
        .recipe-content .recipe-ingredients-instructions .partial.recipe-nutrition ul li:first-child {
          padding-top: 0; }
    .recipe-content .recipe-ingredients-instructions .component.dropdown.recipe-nutrition-dropdown {
      padding: 16px 0 0 0; }
      @media (min-width: 1024px) {
        .recipe-content .recipe-ingredients-instructions .component.dropdown.recipe-nutrition-dropdown {
          padding-right: 28px; } }
      .recipe-content .recipe-ingredients-instructions .component.dropdown.recipe-nutrition-dropdown .heading h2 {
        font-family: "Open Sans", Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.6px;
        font-weight: 700;
        color: #282f2f;
        text-align: right;
        margin: 0 0 0 0; }
        @media (min-width: 1024px) {
          .recipe-content .recipe-ingredients-instructions .component.dropdown.recipe-nutrition-dropdown .heading h2 {
            margin: 0 0 48px 0; } }
      .recipe-content .recipe-ingredients-instructions .component.dropdown.recipe-nutrition-dropdown .heading h3 {
        font-size: 16px;
        padding: 8px 0px;
        text-align: right;
        margin: -8px 0 0px 0; }
  .recipe-content .previous-magazine, .recipe-content .cookbook-source > p {
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #8b8d91;
    line-height: 20px;
    letter-spacing: .3px;
    font-size: 12px;
    margin: 20px 0; }
  .recipe-content .bottom-recirc {
    margin-top: 20px; }

/***************************
* Recipe Bottom Section
***************************/
@media (min-width: 1024px) {
  .recipe-bottom {
    clear: both;
    max-width: 800px; } }
.recipe-bottom .recipe-tags .tags .tags-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.3px;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #282f2f; }

@media (min-width: 1024px) {
  .container-full-width .recipe-instructions.content {
    max-width: 580px; } }

.separator-line {
  width: 100%;
  height: 1px;
  background-color: #f0f1f2; }
  @media (min-width: 1024px) {
    .separator-line {
      height: 2px;
      margin-bottom: 20px; } }

.social-share-icons-padding {
  padding-bottom: 24px; }
  @media (min-width: 1024px) {
    .social-share-icons-padding {
      padding-bottom: 0px; } }

/**********
* Chicory
***********/
.chicory-order-ingredients .power-div {
  padding-top: 28px; }
  @media (min-width: 1024px) {
    .chicory-order-ingredients .power-div {
      padding-top: 48px; } }

.chicory-button-container {
  padding-top: 28px;
  text-align: center; }
  @media (min-width: 1024px) {
    .chicory-button-container {
      padding-right: 28px; } }
  .chicory-button-container button {
    display: block;
    line-height: 48px;
    border: 2px solid #5ebcb6;
    background: white;
    color: #282f2f;
    font-family: "Open Sans", Helvetica, sans-serif;
    white-space: nowrap;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 768px) {
      .chicory-button-container button {
        width: 236px; } }
    @media (min-width: 1024px) {
      .chicory-button-container button {
        width: 100%; } }
    .chicory-button-container button:hover {
      background: #5ebcb6;
      color: white; }
    .chicory-button-container button + a:after {
      display: block;
      content: '';
      border-bottom: 1px solid #8b8d91;
      padding-bottom: 18px; }

/***************************
 * Recipe Components (used for FCAP/Pronto)
***************************/
.recipe-component {
  float: none; }
  .recipe-component .recipe-meta-container {
    margin: 1em 0 0 0; }
  .recipe-component .recipe-ingredients-instructions > .partial.recipe-ingredients > .ingredients {
    margin-bottom: 2.0em;
    padding-top: .5em; }
  .recipe-component .recipe-ingredients-instructions > .partial.recipe-ingredients > .ingredients h2,
  .recipe-component .recipe-instructions h2 {
    font-size: 24px; }
  .recipe-component .recipe-ingredients-instructions > .partial.recipe-ingredients > .ingredients .title-text,
  .recipe-component .recipe-instructions .title-text {
    font-size: 20px; }
  .recipe-component .recipe-ingredients-instructions > .partial.recipe-ingredients > .ingredients h2, .recipe-component .recipe-ingredients-instructions > .partial.recipe-ingredients > .ingredients .title-text,
  .recipe-component .recipe-instructions h2,
  .recipe-component .recipe-instructions .title-text {
    margin-bottom: -.5em;
    font-family: "Merriweather", Times, serif;
    font-weight: 700;
    text-transform: none;
    color: #282f2f; }

main.listicle .dek {
  padding: 0 16px; }
  @media (min-width: 768px) {
    main.listicle .dek {
      padding: 0 24px; } }
  @media (min-width: 1024px) {
    main.listicle .dek {
      padding: 0;
      text-align: left; } }
main.listicle .dek {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center; }
  @media (min-width: 1024px) {
    main.listicle .dek {
      text-align: left;
      padding-left: 80px;
      padding-right: 80px; } }
@media (min-width: 1024px) {
  main.listicle .padded {
    padding: 0 80px; } }
@media (min-width: 1024px) {
  main.listicle .component.listicle {
    padding: 0 40px; } }

.listicle__divider {
  text-align: center; }
  .listicle__divider .listicle__counter {
    display: inline-block;
    min-width: 3rem;
    padding: 0 .5rem;
    font-weight: 300;
    color: white;
    background-color: #5ebcb6;
    border-radius: 4px; }

.topic-page .partial.header-banner {
  margin: 16px 0; }
@media (min-width: 768px) {
  .topic-page .bottom-recirc {
    padding-left: 16px;
    padding-right: 16px; } }
@media (min-width: 1024px) {
  .topic-page .bottom-recirc {
    padding-left: 0;
    padding-right: 0; } }
.topic-page .bottom-recirc .partial.tile {
  width: 100%;
  padding-right: 0px;
  border: solid 1px #d7d7d9;
  margin-left: 8px;
  margin-right: 8px; }
  .topic-page .bottom-recirc .partial.tile .media-img {
    display: block;
    flex: 1; }
  .topic-page .bottom-recirc .partial.tile .media-body {
    margin-left: 8px;
    margin-right: 8px; }
  @media (min-width: 360px) {
    .topic-page .bottom-recirc .partial.tile {
      border-bottom: 1px solid #d7d7d9;
      padding-bottom: 8px; }
      .topic-page .bottom-recirc .partial.tile .media-img {
        width: 100%;
        margin-left: 0;
        float: none; } }
  @media (min-width: 768px) {
    .topic-page .bottom-recirc .partial.tile {
      width: calc((100% - 32px)/3);
      display: block;
      margin-left: 0;
      margin-right: 16px;
      margin-bottom: 32px; }
      .topic-page .bottom-recirc .partial.tile:nth-of-type(3n) {
        margin-right: 0; } }
  @media (min-width: 1024px) {
    .topic-page .bottom-recirc .partial.tile {
      width: calc((100% - 48px)/4);
      display: block;
      border: solid 1px #d7d7d9; }
      .topic-page .bottom-recirc .partial.tile:nth-of-type(3n) {
        margin-right: 16px; }
      .topic-page .bottom-recirc .partial.tile:nth-of-type(4n) {
        margin-right: 0; } }
.topic-page .bottom-recirc.upper-right-space .partial.tile, .topic-page .bottom-recirc.has-ad .partial.tile {
  order: 1; }
  .topic-page .bottom-recirc.upper-right-space .partial.tile:nth-of-type(n + 3), .topic-page .bottom-recirc.has-ad .partial.tile:nth-of-type(n + 3) {
    order: 3; }
  @media (min-width: 768px) {
    .topic-page .bottom-recirc.upper-right-space .partial.tile:nth-of-type(3n + 5), .topic-page .bottom-recirc.has-ad .partial.tile:nth-of-type(3n + 5) {
      margin-right: 0; } }
  @media (min-width: 1024px) {
    .topic-page .bottom-recirc.upper-right-space .partial.tile:nth-of-type(3n + 5), .topic-page .bottom-recirc.has-ad .partial.tile:nth-of-type(3n + 5) {
      margin-right: 16px; }
    .topic-page .bottom-recirc.upper-right-space .partial.tile:nth-of-type(4n + 7), .topic-page .bottom-recirc.has-ad .partial.tile:nth-of-type(4n + 7) {
      margin-right: 0; } }
.topic-page .bottom-recirc.upper-right-space .ad-container, .topic-page .bottom-recirc.has-ad .ad-container {
  margin: 0 auto 24px auto;
  max-width: none;
  order: 2; }
  @media (min-width: 768px) {
    .topic-page .bottom-recirc.upper-right-space .ad-container, .topic-page .bottom-recirc.has-ad .ad-container {
      margin-left: 0;
      margin-bottom: 32px; } }
@media (min-width: 768px) {
  .topic-page .bottom-recirc.upper-right-space .partial.tile, .topic-page .bottom-recirc.has-ad .partial.tile {
    width: calc((100% - 332px) / 2);
    max-width: 300px;
    margin-right: 16px; }
    .topic-page .bottom-recirc.upper-right-space .partial.tile:nth-of-type(3), .topic-page .bottom-recirc.has-ad .partial.tile:nth-of-type(3) {
      order: 3; } }
@media (min-width: 1024px) {
  .topic-page .bottom-recirc.upper-right-space .partial.tile, .topic-page .bottom-recirc.has-ad .partial.tile {
    width: calc((100% - 348px) / 3);
    max-width: none; }
    .topic-page .bottom-recirc.upper-right-space .partial.tile:nth-of-type(3), .topic-page .bottom-recirc.has-ad .partial.tile:nth-of-type(3) {
      order: 1; } }
.topic-page .more-sub-nav {
  font-size: 12px;
  text-align: center;
  color: #686c73;
  text-transform: uppercase; }
  .topic-page .more-sub-nav .more-sub-nav-url {
    color: #686c73; }
.topic-page .topic-sub-nav-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 16px; }
  .topic-page .topic-sub-nav-container.desktop {
    margin-bottom: 0px; }
  .topic-page .topic-sub-nav-container .chip {
    border-radius: 5px;
    border: solid 1px #d7d7d9;
    color: #686c73;
    font-size: 12px;
    display: none;
    border-radius: 5px;
    padding: 8px 16px;
    margin-bottom: 8px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase; }
    .topic-page .topic-sub-nav-container .chip.active, .topic-page .topic-sub-nav-container .chip:hover {
      background-color: #f37123;
      color: white; }
    .topic-page .topic-sub-nav-container .chip + .chip-show-all {
      display: none; }
      @media (min-width: 768px) {
        .topic-page .topic-sub-nav-container .chip + .chip-show-all {
          display: inline-block; } }
    @media (min-width: 768px) {
      .topic-page .topic-sub-nav-container .chip {
        display: inline-block; } }
  .topic-page .topic-sub-nav-container .chip-show-all {
    display: none;
    font-size: 12px;
    font-weight: bold;
    color: inherit;
    padding: 10px 0 1px 0;
    box-shadow: inset 0 -2px 0 #5ebcb6; }
  @media (min-width: 768px) {
    .topic-page .topic-sub-nav-container .topic-dropdown {
      display: none; } }
  .topic-page .topic-sub-nav-container .topic-dropdown .topic-list {
    border: 1px solid #f0f1f2;
    background-image: url("../img/icons/menu-line.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 32px) center;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    width: 95%;
    padding: 8px 16px;
    height: 48px; }
    @media (min-width: 1024px) {
      .topic-page .topic-sub-nav-container .topic-dropdown .topic-list {
        width: calc(20% - 8px); } }
  .topic-page .topic-sub-nav-container .topic-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none; }
  .topic-page .topic-sub-nav-container .topic-dropdown .icon-down {
    margin-left: -28px; }
  .topic-page .topic-sub-nav-container .topic-dropdown svg {
    transition: transform 300ms ease; }
  .topic-page .topic-sub-nav-container .topic-dropdown:selected {
    border-color: #5ebcb6; }
    .topic-page .topic-sub-nav-container .topic-dropdown:selected svg {
      transform: rotate(180deg); }

.hub-nav {
  display: none; }
  @media (min-width: 1024px) {
    .hub-nav {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      border-bottom: 1px solid #d7d7d9; }
      .hub-nav .hub-nav-tile:last-child {
        margin-right: 0; } }

.ecommerce-hub {
  padding-top: 32px;
  margin-bottom: 32px; }
  @media (min-width: 1024px) {
    .ecommerce-hub {
      padding-top: 0; } }
  .ecommerce-hub .container-full-width {
    overflow: visible; }
  .ecommerce-hub .component.content-loader button,
  .ecommerce-hub .hub-button {
    font-family: "helvetica", Helvetica, Arial, sans-serif;
    background: #5ebcb6;
    border: 2px solid #5ebcb6;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 8px 0;
    transition: all 0.1s ease-in-out;
    white-space: nowrap;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 768px) {
      .ecommerce-hub .component.content-loader button,
      .ecommerce-hub .hub-button {
        padding: 8px 20px;
        width: auto; } }
    .ecommerce-hub .component.content-loader button:hover,
    .ecommerce-hub .hub-button:hover {
      background: #fff;
      color: #5ebcb6; }
      .ecommerce-hub .component.content-loader button:hover a,
      .ecommerce-hub .hub-button:hover a {
        color: #5ebcb6; }
    .ecommerce-hub .component.content-loader button a,
    .ecommerce-hub .hub-button a {
      color: #fff;
      font-weight: 500; }
  .ecommerce-hub .component.content-loader {
    text-align: center; }
  .ecommerce-hub .hub-button-arrow a:after {
    content: '>';
    display: inline-block;
    font-size: 17px;
    margin-left: 4px;
    position: relative;
    top: 2px; }
  .ecommerce-hub header {
    text-align: center; }
  .ecommerce-hub .body {
    max-width: 720px;
    margin: 0 auto 16px; }
    .ecommerce-hub .body p {
      font-family: "helvetica", Helvetica, Arial, sans-serif;
      margin: 0; }
  .ecommerce-hub .product-tiles .heading-eyebrow:first-child, .ecommerce-hub .product-tiles .partial.breadcrumbs nav ol li:first-child, .partial.breadcrumbs nav ol .ecommerce-hub .product-tiles li:first-child {
    color: #5ebcb6; }
  .ecommerce-hub .product-tiles .product-image {
    float: left;
    width: 120px;
    margin: 0 8px 0 0; }
  .ecommerce-hub .product-tiles .product-tile {
    margin-bottom: 16px; }
  .ecommerce-hub .product-tiles .media-body {
    margin-left: 128px; }
  @media (min-width: 1024px) {
    .ecommerce-hub .product-tiles {
      margin: 0 -1% 0 0;
      display: flex;
      flex-wrap: wrap;
      min-height: 200px; }
      .ecommerce-hub .product-tiles .product-image {
        float: none;
        width: auto;
        margin: 0 0 8px 0; }
      .ecommerce-hub .product-tiles .product-tile {
        width: 19%;
        margin-right: 1%;
        margin-bottom: 24px; }
      .ecommerce-hub .product-tiles .ad-container {
        width: 39%;
        margin: 0; }
      .ecommerce-hub .product-tiles .media-body {
        margin-left: 0; } }
  .ecommerce-hub .features .tags {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px; }
  @media (min-width: 768px) {
    .ecommerce-hub .features .hub-tiles {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .ecommerce-hub .features .hub-tiles .hub-tile {
        width: 32%; } }
  .ecommerce-hub .product-types {
    min-height: 130px; }
    .ecommerce-hub .product-types .heading-3 {
      text-align: center;
      margin-top: 0; }
    .ecommerce-hub .product-types .hub-refine-wrap {
      background: #fff;
      z-index: 101; }
      .ecommerce-hub .product-types .hub-refine-wrap.refine-fixed {
        position: fixed;
        top: 48px;
        left: 0;
        width: 100%;
        padding: 8px;
        box-shadow: 0 0 8px rgba(40, 47, 47, 0.3); }
        .ecommerce-hub .product-types .hub-refine-wrap.refine-fixed .hub-refine {
          width: 100%;
          margin: 0; }
        .ecommerce-hub .product-types .hub-refine-wrap.refine-fixed .hub-refine-inner {
          height: 100%;
          overflow-y: auto; }
      .ecommerce-hub .product-types .hub-refine-wrap.refine-open {
        height: calc(100% - 98px); }
    .ecommerce-hub .product-types .hub-refine {
      position: relative;
      z-index: 101; }
      .ecommerce-hub .product-types .hub-refine > .heading {
        text-transform: uppercase;
        height: 35px;
        padding: 10px 16px;
        border: 1px solid #5ebcb6; }
      .ecommerce-hub .product-types .hub-refine button {
        float: right; }
      .ecommerce-hub .product-types .hub-refine h3 {
        font-family: "helvetica", Helvetica, Arial, sans-serif;
        font-weight: 600; }
      .ecommerce-hub .product-types .hub-refine.dropdown-open > .heading {
        background: #5ebcb6; }
        .ecommerce-hub .product-types .hub-refine.dropdown-open > .heading h3 {
          color: #fff; }
    .ecommerce-hub .product-types .hub-refine-tags {
      line-height: 34px;
      margin: 8px 0 0;
      font-size: 14px;
      font-family: "helvetica", Helvetica, Arial, sans-serif;
      font-weight: 500; }
    .ecommerce-hub .product-types .hub-refine-tag {
      background-color: #f0f1f2;
      border-radius: 70px; }
    .ecommerce-hub .product-types .hub-refine-tag-close {
      position: relative;
      top: 1px; }
    @media (min-width: 1024px) {
      .ecommerce-hub .product-types {
        min-height: 0; }
        .ecommerce-hub .product-types .heading-3 {
          float: left;
          text-align: left; }
        .ecommerce-hub .product-types .hub-refine {
          float: right;
          width: 300px;
          margin: 8px 0 0 0; }
          .ecommerce-hub .product-types .hub-refine > .content {
            position: absolute;
            top: 35px;
            left: 0;
            width: 100%;
            background: #fff;
            z-index: 1; }
        .ecommerce-hub .product-types .hub-refine-tags {
          float: right;
          margin: 8px 8px 0; } }
  .ecommerce-hub .seo-text h2 {
    font-size: 32px; }
  .ecommerce-hub .seo-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-family: "helvetica", Helvetica, Arial, sans-serif; }
  .ecommerce-hub .seo-text li {
    width: 100%; }
    @media (min-width: 768px) {
      .ecommerce-hub .seo-text li {
        width: 33.33%; } }

.business-location .pane-content {
  margin: 0px;
  padding: 0px; }
.business-location ol.search-results {
  margin: 20px 0 0;
  padding: 0;
  list-style: none; }
.business-location li.search-result {
  display: list-item;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8d8d8d;
  text-align: -webkit-match-parent; }
.business-location a {
  color: #2f2f2f;
  text-decoration: none; }
.business-location .field-tout-image {
  float: left;
  position: relative;
  margin-right: 20px; }
.business-location .field-image img {
  width: 150px;
  height: 150px;
  max-width: 100%; }
.business-location .social-share-pinit {
  display: none;
  position: absolute;
  width: 55px;
  height: 55px;
  top: 10px;
  left: 10px; }
.business-location .no-bg {
  padding: .5rem;
  height: 3.375rem;
  width: 3.375rem;
  border-radius: 100%; }
.business-location h2 .field-tout-headline {
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 10px; }
.business-location .search-result aside {
  display: inline-block; }
.business-location .inner-container .column-main h1 {
  clear: both;
  padding: 85px 0 20px 165px;
  font-size: 2.188rem;
  font-weight: 400;
  font-family: "Sumana", "Merriweather", Arial, "Helvetica Neue", Helvetica, sans-serif; }
.business-location aside .component.tags {
  border-top: 0 !important; }

.business-home .panel-panel article.partial.tile {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 13px; }

.ad-container {
  min-width: 1px;
  min-height: 1px;
  background: transparent;
  overflow: hidden !important;
  position: relative;
  z-index: 100 !important; }
  .ad-container.instream-ad {
    margin-top: 40px;
    margin-bottom: 40px; }

.section .ad-container.instream-ad {
  margin-top: 8px;
  margin-bottom: 8px; }

.ad-sticky-container > .ad-container {
  margin-left: auto;
  margin-right: auto;
  overflow: visible; }

.ad-sticky-container.height-90px {
  height: 90px; }
.ad-sticky-container.height-250px {
  height: 250px; }
.ad-sticky-container.height-300px {
  height: 300px; }
.ad-sticky-container.height-600px {
  height: 600px; }

.ad-container:not(.tgx-processed):not(.type-120x60):not(.cm-ad) {
  background: #f0f1f2; }

.sidebar-item .ad-container {
  margin-bottom: 40px; }

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

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

.type-120x60 {
  width: 120px;
  height: 60px; }

.type-300x50 {
  min-width: 300px;
  min-height: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.type-300x140 {
  width: 300px;
  height: 140px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.type-300x250,
.ad-container[data-dimensions="300x250"] {
  max-width: 100%;
  min-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .type-300x250,
    .ad-container[data-dimensions="300x250"] {
      min-width: 300px;
      min-height: 250px; } }

.type-300-flex {
  min-width: 300px;
  min-height: 250px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.type-320-flex {
  min-width: 320px;
  min-height: 50px;
  text-align: center; }

.type-728x90,
.ad-container[data-dimensions="728x90"] {
  min-width: 728px;
  min-height: 90px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.type-970x90-flex {
  min-width: 970px;
  min-height: 90px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.type-5x5,
.type-oop,
.type-gum-gum {
  padding: 0;
  border-top: none;
  border-bottom: none; }

.type-oop,
.type-gum-gum {
  width: 1px;
  height: 1px; }

.type-cm-subscribe {
  width: 85px;
  height: 13px;
  display: inline; }

.ad-wrapper {
  overflow: hidden;
  background: transparent; }
  .ad-wrapper > .ad-container {
    margin: 0 auto; }

.cm-ad.ad-wrapper {
  background: transparent; }

.ad-sticky-container .ad-wrapper {
  background: transparent; }

@media (min-width: 768px) {
  .mobile-ad {
    display: none; } }

.tablet-ad {
  display: none; }
  @media (min-width: 768px) {
    .tablet-ad {
      display: block; } }
  @media (min-width: 1162px) {
    .tablet-ad {
      display: none; } }

.desktop-ad {
  display: none; }
  @media (min-width: 1162px) {
    .desktop-ad {
      display: block; } }

.mobile-ad.tablet-ad {
  display: block; }
  @media (min-width: 1162px) {
    .mobile-ad.tablet-ad {
      display: none; } }

.mobile-ad.tablet-ad.desktop-ad {
  display: block; }

.tablet-ad.desktop-ad {
  display: none; }
  @media (min-width: 768px) {
    .tablet-ad.desktop-ad {
      display: block; } }

#__bkframe {
  display: none; }

.component.adhesion-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  text-align: center;
  z-index: 200;
  -webkit-transition: height 400ms ease-in-out, opacity 400ms ease-in-out;
  -moz-transition: height 400ms ease-in-out, opacity 400ms ease-in-out;
  -ms-transition: height 400ms ease-in-out, opacity 400ms ease-in-out;
  -o-transition: height 400ms ease-in-out, opacity 400ms ease-in-out;
  transition: height 400ms ease-in-out, opacity 400ms ease-in-out; }
  @media (min-width: 1024px) {
    .component.adhesion-ad {
      height: 98px;
      width: 100%;
      left: 0;
      right: initial; } }
  .component.adhesion-ad.hidden {
    opacity: 0; }
  .component.adhesion-ad.closed {
    height: 0;
    opacity: 0; }
  .component.adhesion-ad .adhesion-ad-container {
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: 4px; }
    @media (min-width: 1024px) {
      .component.adhesion-ad .adhesion-ad-container {
        height: 90px;
        min-width: 728px; } }
    .component.adhesion-ad .adhesion-ad-container .ad-container {
      margin: 0 auto; }
  .component.adhesion-ad .icon-close {
    display: none;
    position: absolute;
    left: calc(50% + 160px);
    top: -8px;
    padding: 0;
    width: 16px;
    height: 16px;
    line-height: 12px;
    border-radius: 100%;
    border: 2px solid white;
    background-color: #282f2f; }
    @media (min-width: 1024px) {
      .component.adhesion-ad .icon-close {
        left: calc(50% + 364px); } }
    .component.adhesion-ad .icon-close svg {
      width: 8px;
      height: 8px; }
    .component.adhesion-ad .icon-close.visible {
      display: block; }

.ad-title {
  font-size: 10px;
  line-height: 1.2;
  color: #a3a5a9; }

.sidebar-right .sidebar-item:not(:first-child) .ad-container:not(.type-nativo) {
  margin-top: 600px; }

.component.vertical-gallery .ad-title {
  margin: 20px 0 0;
  text-align: center; }
.component.vertical-gallery .ad-container {
  border: 0;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 4px 0 0; }

header .ad-wrapper.outer, header .ad-sticky-container.outer {
  background-color: #f0f1f2;
  border-bottom: 1px solid #d7d7d9; }

.ad-wrapper.bucket {
  padding-top: 16px;
  padding-bottom: 16px; }
  @media (min-width: 1162px) {
    .ad-wrapper.bucket {
      border-top: none;
      padding-top: 0;
      padding-bottom: 0; } }

.ad-container.type-5x5 {
  padding: 0;
  border-top: none;
  border-bottom: none; }
  .ad-container.type-5x5.full-width-media > * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block !important; }
    @media (min-width: 1024px) {
      .ad-container.type-5x5.full-width-media > * {
        display: inherit !important; } }

.component.schedules .ad-container, .component.rosters .ad-container {
  padding-top: 24px; }

.component.standings-component .ad-container {
  padding-top: 0; }
.component.standings-component .table-row.mobile-ad, .component.standings-component .table-row.tablet-ad {
  display: table-row; }
  .component.standings-component .table-row.mobile-ad td, .component.standings-component .table-row.tablet-ad td {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

.native-ad {
  display: block;
  width: 0px;
  height: 0px;
  padding: 0px;
  overflow: hidden;
  margin: 0px;
  position: relative; }
  .native-ad.rendered {
    display: block; }

article.tile.has-native-ad {
  position: relative; }
  article.tile.has-native-ad .native-ad {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%; }

.play-by-play .ad-container:not(.type-5x5) {
  margin-top: 24px; }

.component.player-stats .ad-container:not(.type-5x5) {
  margin-top: 24px; }

.ad-container.header-text-ad.desktop-ad {
  display: none; }
  @media (min-width: 1024px) {
    .ad-container.header-text-ad.desktop-ad {
      display: inline-block; } }

.header-text-ad {
  color: white; }

.tgx-sticky-header-wrapper {
  background-color: #f0f1f2;
  border-bottom: 1px solid #d7d7d9;
  z-index: 300 !important; }

.component.yieldmo-ad {
  max-width: 100%;
  margin: 0 auto 16px auto;
  padding: 0 8px; }

.tgx-blank {
  visibility: hidden; }

.component.gallery {
  margin-bottom: 16px;
  /* Styles for slide details on top-level carousel only. */
  /* Styles for slide details on inline/embedded carousel only. */ }
  .component.gallery.full-height {
    height: 100%; }
  .component.gallery .gallery-headline {
    font-family: "Merriweather", Times, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.4px;
    margin: 10px 0;
    padding: 0 16px; }
    @media (min-width: 768px) {
      .component.gallery .gallery-headline {
        padding: 0;
        line-height: 32px; } }
  .component.gallery .gallery-interstitial-container {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff; }
    .component.gallery .gallery-interstitial-container .ad-title {
      text-align: center;
      margin: 16px 0; }
    .component.gallery .gallery-interstitial-container .interstitial-container {
      display: none; }
  .component.gallery .gallery-content .gallery-container {
    position: relative;
    margin: 0 auto;
    overflow: hidden; }
    .component.gallery .gallery-content .gallery-container .media noscript img {
      max-width: 100%;
      margin-top: 20px; }
    .component.gallery .gallery-content .gallery-container .media .media-body {
      display: block; }
    .component.gallery .gallery-content .gallery-container.js-enabled .media .media-body {
      display: none; }
    .component.gallery .gallery-content .gallery-container .animated {
      -webkit-animation-duration: 200ms;
      animation-duration: 200ms; }
    .component.gallery .gallery-content .gallery-container .owl-prev,
    .component.gallery .gallery-content .gallery-container .owl-next {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-size: 100% 100%;
      background-color: #f26956;
      cursor: pointer;
      z-index: 100;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
    .component.gallery .gallery-content .gallery-container .owl-next {
      right: 0; }
    .component.gallery .gallery-content .gallery-container .owl-prev {
      left: 0; }
    .component.gallery .gallery-content .gallery-container .owl-prev {
      background-image: url("../img/icons/prev-button.svg"); }
      .component.gallery .gallery-content .gallery-container .owl-prev .gallery-replay {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f26956;
        width: 40px;
        height: 40px;
        background-size: 100% 100%;
        text-indent: 0; }
        .component.gallery .gallery-content .gallery-container .owl-prev .gallery-replay .icon {
          position: absolute;
          width: 36px;
          height: 36px;
          top: 2px;
          left: 2px; }
    .component.gallery .gallery-content .gallery-container .owl-next {
      background-image: url("../img/icons/next-button.svg"); }
    .component.gallery .gallery-content .gallery-container .owl-stage-outer {
      background: #f0f1f2; }
      .component.gallery .gallery-content .gallery-container .owl-stage-outer.owl-height {
        transition-duration: 100ms; }
      .component.gallery .gallery-content .gallery-container .owl-stage-outer .content-container.img-wrapper img {
        margin: auto; }
      .component.gallery .gallery-content .gallery-container .owl-stage-outer .widget-gallery-recirc {
        width: 99.9%;
        height: 100%;
        background-color: white;
        border: solid 1px #a3a5a9; }
        .component.gallery .gallery-content .gallery-container .owl-stage-outer .widget-gallery-recirc .js-gallery-replay {
          display: none; }
        .component.gallery .gallery-content .gallery-container .owl-stage-outer .widget-gallery-recirc .outbrain-container, .component.gallery .gallery-content .gallery-container .owl-stage-outer .widget-gallery-recirc .up-next-container {
          float: left;
          height: 100%;
          display: flex;
          align-items: center; }
        .component.gallery .gallery-content .gallery-container .owl-stage-outer .widget-gallery-recirc .outbrain-container {
          margin: 0 0 0 10%;
          width: 40%; }
        .component.gallery .gallery-content .gallery-container .owl-stage-outer .widget-gallery-recirc .up-next-container {
          margin: 0 5% 0 5%;
          width: 40%;
          text-align: left; }
          .component.gallery .gallery-content .gallery-container .owl-stage-outer .widget-gallery-recirc .up-next-container h3 {
            font-size: 20px; }
          .component.gallery .gallery-content .gallery-container .owl-stage-outer .widget-gallery-recirc .up-next-container img {
            width: 100%;
            height: auto;
            max-width: 240px; }
          .component.gallery .gallery-content .gallery-container .owl-stage-outer .widget-gallery-recirc .up-next-container .category-small {
            margin-top: 10px;
            color: #f26956; }
          .component.gallery .gallery-content .gallery-container .owl-stage-outer .widget-gallery-recirc .up-next-container .headline {
            margin-top: 10px;
            font-weight: 900; }
  .component.gallery.top-level .gallery-content {
    width: 66%;
    float: right; }
    .component.gallery.top-level .gallery-content .owl-carousel .owl-prev,
    .component.gallery.top-level .gallery-content .owl-carousel .owl-next {
      height: 80px;
      top: 200px; }
      .component.gallery.top-level .gallery-content .owl-carousel .owl-prev .gallery-replay,
      .component.gallery.top-level .gallery-content .owl-carousel .owl-next .gallery-replay {
        top: 20px; }
    .component.gallery.top-level .gallery-content .owl-carousel .owl-stage-outer .content-container.img-wrapper img {
      display: block; }
    .component.gallery.top-level .gallery-content .end-slate {
      height: 600px; }
    .component.gallery.top-level .gallery-content .slide-details {
      margin-top: 8px; }
  .component.gallery:not(.top-level) {
    height: 100%; }
    .component.gallery:not(.top-level) .gallery-content .slide-details {
      display: none; }
    .component.gallery:not(.top-level) .gallery-content .owl-carousel {
      max-height: 600px;
      overflow: hidden; }
      .component.gallery:not(.top-level) .gallery-content .owl-carousel::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .component.gallery:not(.top-level) .gallery-content .owl-carousel .owl-stage-outer {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        .component.gallery:not(.top-level) .gallery-content .owl-carousel .owl-stage-outer .owl-stage {
          height: 100%; }
          .component.gallery:not(.top-level) .gallery-content .owl-carousel .owl-stage-outer .owl-stage .owl-item {
            height: 100%; }
        .component.gallery:not(.top-level) .gallery-content .owl-carousel .owl-stage-outer .content-container.img-wrapper img {
          width: auto;
          max-height: 100%;
          top: 50%;
          position: relative;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          margin: auto; }
          .component.gallery:not(.top-level) .gallery-content .owl-carousel .owl-stage-outer .content-container.img-wrapper img.full-height {
            height: 100%; }
            .component.gallery:not(.top-level) .gallery-content .owl-carousel .owl-stage-outer .content-container.img-wrapper img.full-height.pinterest {
              height: 32px;
              position: relative;
              top: 16px; }
  .component.gallery .gallery-details {
    padding: 0; }
    .component.gallery .gallery-details .image-details h2.subheading-gallery {
      padding: 0 16px;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .component.gallery .gallery-details .image-details h2.subheading-gallery {
          padding: 0; } }
      .component.gallery .gallery-details .image-details h2.subheading-gallery .js-headline {
        font-size: 18px;
        line-height: 26px; }
    .component.gallery .gallery-details .image-details .caption {
      padding: 0 16px;
      color: #282f2f;
      font-family: "Open Sans", Helvetica, sans-serif;
      font-size: 14px;
      line-height: 24px; }
      @media (min-width: 768px) {
        .component.gallery .gallery-details .image-details .caption {
          padding: 0; } }
    .component.gallery .gallery-details .image-details .slide-info {
      padding: 4px 16px; }
      @media (min-width: 768px) {
        .component.gallery .gallery-details .image-details .slide-info {
          padding: 4px 0; } }
      .component.gallery .gallery-details .image-details .slide-info .counter {
        font-family: "Open Sans", Helvetica, sans-serif;
        font-size: 12px;
        font-style: italic;
        font-weight: bold; }
      .component.gallery .gallery-details .image-details .slide-info .credit {
        font-family: "Open Sans", Helvetica, sans-serif;
        color: #686c73;
        font-size: 11px;
        margin-left: 5px; }
    .component.gallery .gallery-details .image-details .js-buy-link-container {
      width: 81.25%; }
    .component.gallery .gallery-details .image-details .details-recirc {
      margin: 30px 0 0; }
  .component.gallery.top-level .gallery-details {
    width: calc(34% - 30px);
    float: left; }
    .component.gallery.top-level .gallery-details .slide-info {
      padding: 0;
      font-family: "Open Sans", Helvetica, sans-serif; }
      .component.gallery.top-level .gallery-details .slide-info .counter {
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit; }
    .component.gallery.top-level .gallery-details .image-details h2.subheading-gallery {
      font-family: "Open Sans", Helvetica, sans-serif;
      margin: 10px 0 20px; }
    .component.gallery.top-level .gallery-details .details-share {
      margin-bottom: 20px; }
    .component.gallery.top-level .gallery-details .js-credit {
      display: none; }
  .component.gallery:not(.top-level) .gallery-details:after {
    content: "";
    display: table;
    clear: both; }
  .component.gallery .media {
    height: 100%; }
  .component.gallery .media-img {
    height: 100%;
    max-height: 100%;
    overflow: hidden; }
    .component.gallery .media-img .media-img-link {
      display: block;
      width: 100%;
      height: 100%; }
    .component.gallery .media-img .media-item,
    .component.gallery .media-img .component.lazy-image {
      height: 100%; }
  .component.gallery .sidebar-item .media-body {
    display: block; }

.gallery-placeholder {
  opacity: 0.9;
  background: #d7d7d9; }

.gallery,
.gallery.full-width-media,
.body.content .gallery.full-width-media {
  /* overflow: hidden; */
  }

.search-results-container {
  flex-wrap: wrap;
  min-height: 380px; }

.search-top {
  margin-bottom: 16px; }
  @media (min-width: 1024px) {
    .search-top {
      border-bottom: 1px solid #d7d7d9;
      padding-bottom: 24px;
      margin-bottom: 32px; } }

form {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px; }
  form .search-field {
    display: inline-block;
    width: calc(100% - 52px);
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #282f2f;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
    height: 42px;
    font-size: 20px;
    outline: none;
    vertical-align: bottom; }
  form .icon.search {
    display: inline-block;
    background: #5ebcb6;
    height: 42px;
    width: 50px;
    border-radius: 0px 5px 5px 0px; }
    form .icon.search:hover {
      background-color: #f37123; }
    form .icon.search svg {
      width: 20px;
      height: 20px; }

.toggle-search-facets {
  display: block;
  color: inherit;
  font-size: 12px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .toggle-search-facets {
      display: none; } }
  .toggle-search-facets .icon-add {
    background: #a3a5a9;
    border-radius: 3px;
    padding: 2px 4px;
    display: inline-block;
    vertical-align: bottom; }
    .toggle-search-facets .icon-add svg {
      width: 12px;
      height: 12px; }

.search-results-form-menus {
  display: block;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 767px) {
    .search-results-form-menus.hide-on-mobile {
      display: none; } }
  @media (min-width: 768px) {
    .search-results-form-menus {
      flex-direction: row;
      flex-wrap: wrap;
      margin-right: -8px; } }
  .search-results-form-menus .facet-menu {
    border: 1px solid #f0f1f2;
    background-color: #f0f1f2;
    background-image: url("../img/icons/menu-line.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 32px) center;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    width: 100%;
    position: relative;
    overflow: visible; }
    @media (min-width: 768px) {
      .search-results-form-menus .facet-menu {
        width: calc(33.33% - 8px); } }
    @media (min-width: 1024px) {
      .search-results-form-menus .facet-menu {
        width: calc(20% - 8px); } }
    .search-results-form-menus .facet-menu .icon-down {
      float: right; }
    .search-results-form-menus .facet-menu svg {
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -4px;
      transition: transform 300ms ease; }
    .search-results-form-menus .facet-menu.menu-active {
      border-color: #5ebcb6; }
      .search-results-form-menus .facet-menu.menu-active svg {
        transform: rotate(180deg); }
      .search-results-form-menus .facet-menu.menu-active .facet-menu-options {
        display: block; }
    .search-results-form-menus .facet-menu.empty {
      cursor: default; }
      .search-results-form-menus .facet-menu.empty .facet-menu-name {
        color: #a3a5a9; }
      .search-results-form-menus .facet-menu.empty path {
        fill: #a3a5a9; }
  .search-results-form-menus .facet-menu-options {
    display: none;
    top: calc(100% + 7px);
    left: 50%;
    margin-left: -50%; }
    @media (min-width: 768px) {
      .search-results-form-menus .facet-menu-options .options-container {
        max-height: 520px;
        overflow-y: auto; } }
    .search-results-form-menus .facet-menu-options:before {
      content: '';
      background: white;
      border: 1px solid #d7d7d9;
      border-width: 1px 0px 0px 1px;
      display: block;
      position: absolute;
      top: -9px;
      left: 50%;
      margin-left: -8px;
      width: 16px;
      height: 16px;
      transform: rotate(45deg); }
    .search-results-form-menus .facet-menu-options .close {
      display: none; }
  .search-results-form-menus .facet-menu-name {
    color: #282f2f;
    font-size: 12px;
    font-weight: bold; }

.search-results-form .facet-menu-options, body > .facet-menu-options {
  position: absolute;
  z-index: 200;
  font-size: 14px;
  background: white;
  border: 1px solid #d7d7d9;
  white-space: nowrap;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(40, 47, 47, 0.3); }
  .search-results-form .facet-menu-options input[type="checkbox"].standard + label, body > .facet-menu-options input[type="checkbox"].standard + label {
    display: block; }
    .search-results-form .facet-menu-options input[type="checkbox"].standard + label:last-of-type, body > .facet-menu-options input[type="checkbox"].standard + label:last-of-type {
      margin-bottom: 0; }

body > .black-out {
  background: #282f2f;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  height: 120%;
  width: 100%;
  z-index: 100; }
body > .facet-menu-options {
  top: 60px;
  left: 16px;
  width: calc(100% - 32px); }
  body > .facet-menu-options .options-container {
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between; }
  body > .facet-menu-options label {
    white-space: normal;
    width: calc(50% - 28px); }
  body > .facet-menu-options .controls {
    width: 100%;
    text-align: center; }
  body > .facet-menu-options .close {
    background: #5ebcb6;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    width: 160px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px; }
    body > .facet-menu-options .close:hover {
      background: #f37123; }

.search-results-form .search-results-form-chips {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: left; }
.search-results-form .chip {
  float: left;
  background-color: #5ebcb6;
  color: white;
  font-size: 14px;
  display: inline-block;
  border-radius: 20px;
  padding: 8px 48px 8px 16px;
  margin-bottom: 8px;
  position: relative; }
  .search-results-form .chip:hover {
    background-color: #f37123; }
  .search-results-form .chip svg {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -5px;
    width: 10px;
    height: 10px; }
  .search-results-form .chip + .chip-clear-all {
    display: inline-block; }
.search-results-form .chip-clear-all {
  display: none;
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  padding: 10px 0 1px 0;
  box-shadow: inset 0 -2px 0 #5ebcb6; }
.search-results-form.has-ingredients .search-results-html-form {
  display: none; }
.search-results-form.has-ingredients .search-results-form-chips {
  max-width: none; }

.search-result.image-top {
  float: left;
  width: 100%;
  margin-bottom: 8px; }
  .search-result.image-top .media-img {
    overflow: hidden;
    margin-right: 8px;
    width: 100px; }
  .search-result.image-top .component.lazy-image {
    background: #f0f1f2;
    padding-bottom: 75%; }
    .search-result.image-top .component.lazy-image img {
      position: absolute;
      top: 0;
      left: 0; }
  .search-result.image-top .media-body {
    padding: 0 0 8px 0; }
  .search-result.image-top div.headline a {
    font-weight: bold;
    color: inherit; }
  .search-result.image-top .meta-item {
    font-size: 14px; }
  .search-result.image-top .recipe-attribution {
    text-transform: uppercase;
    font-size: 11px; }
  .search-result.image-top .recipe-attribution-prefix {
    color: #a3a5a9; }
  .search-result.image-top .recipe-attribution-branding {
    font-weight: bold;
    white-space: nowrap; }
  .search-result.image-top .icon-play-square-solid, .search-result.image-top .icon-camera-square-solid {
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 100; }
  @media (min-width: 360px) {
    .search-result.image-top {
      display: block;
      width: calc(50% - 16px);
      border: 1px solid #d7d7d9;
      margin-bottom: 24px; }
      .search-result.image-top .media-body {
        padding-left: 16px;
        padding-right: 16px; }
      .search-result.image-top .media-img {
        width: 100%;
        margin-right: 0px; } }
  @media (min-width: 768px) {
    .search-result.image-top {
      width: calc(33.33% - 16px); } }
  @media (min-width: 1024px) {
    .search-result.image-top {
      width: calc(25% - 16px); } }

.search-results-count-top {
  margin-bottom: 16px; }
  @media (min-width: 1024px) {
    .search-results-count-top {
      margin-bottom: 32px; } }
  .search-results-count-top .search-terms {
    font-weight: bold; }

.search-results-count-bottom .count {
  font-weight: bold; }
.search-results-count-bottom .total {
  font-weight: bold; }

.search-results-pagination {
  justify-content: center;
  align-items: center; }
  .search-results-pagination .page {
    display: inline-block;
    color: #a3a5a9;
    font-weight: 300;
    line-height: 28px; }
    .search-results-pagination .page.selected {
      font-weight: bold;
      color: #282f2f; }
    @media (min-width: 768px) {
      .search-results-pagination .page:nth-child(n+6) {
        display: inline-block; } }
  .search-results-pagination .arrow {
    display: inline-block;
    background-color: #5ebcb6;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    width: 28px;
    height: 28px;
    text-indent: 100%; }
    .search-results-pagination .arrow:hover {
      background-color: #f37123; }
    .search-results-pagination .arrow path, .search-results-pagination .arrow polygon {
      fill: white; }
  .search-results-pagination .prev {
    background-image: url("../img/icons/prev-button.svg"); }
  .search-results-pagination .next {
    background-image: url("../img/icons/next-button.svg"); }

.search-list {
  float: left;
  width: 100%; }
  @media (min-width: 1024px) {
    .search-list {
      width: calc(100% - 350px); } }

.search-list-view.list-item-search {
  border: 0;
  border-bottom: 1px solid #d7d7d9;
  margin-bottom: 10px;
  width: 100%;
  display: flex; }

.list-item-search {
  display: flex;
  min-height: 152px; }

.search-image-container-list {
  max-width: 25%;
  float: left; }

.search-description-container {
  margin-left: 10px;
  float: right; }

.search-description {
  margin-top: 18px;
  font-size: 14px; }

body.menu-active .primary-links.mobile-only {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none; }

nav.main {
  width: 100%;
  height: 96px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 500;
  font-family: "Open Sans", Helvetica, sans-serif;
  transition: transform 0.25s ease-in-out;
  transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased; }
  nav.main.no-utility-ribbon {
    height: 48px; }
  @media (min-width: 1024px) {
    nav.main {
      height: 88px; }
      nav.main.no-secondary-ribbon.no-utility-ribbon {
        height: 48px; }
        nav.main.no-secondary-ribbon.no-utility-ribbon.with-scoreboard {
          height: 110px; }
      nav.main.no-utility-ribbon {
        height: 88px; }
        nav.main.no-utility-ribbon.with-scoreboard {
          height: 150px; }
          nav.main.no-utility-ribbon.with-scoreboard.with-tertiary {
            height: 182px; }
        nav.main.no-utility-ribbon.with-tertiary {
          height: 120px; }
      nav.main.with-scoreboard {
        height: 150px; }
        nav.main.with-scoreboard.with-tertiary {
          height: 182px; }
      nav.main.with-tertiary {
        height: 120px; } }
  nav.main .subcontainer {
    height: 100%;
    margin: 0 auto;
    padding: 0 4px;
    position: relative; }
    @media (min-width: 768px) {
      nav.main .subcontainer {
        padding: 0 12px; } }
    @media (min-width: 1024px) {
      nav.main .subcontainer {
        padding: 0 16px; } }
  nav.main .scoreboard-container {
    height: 62px;
    background: white; }
  nav.main .container {
    width: 100%;
    height: 100%;
    position: relative; }
    nav.main .container.primary {
      height: 48px;
      background: white;
      z-index: 200;
      color: #282f2f;
      box-shadow: 0 0 3px rgba(40, 47, 47, 0.3);
      transform: translateZ(0); }
      nav.main .container.primary .menu {
        height: 100%;
        padding-left: 8px;
        padding-right: 8px; }
      @media (min-width: 1024px) {
        nav.main .container.primary .menu {
          padding-top: 0;
          padding-bottom: 0;
          margin-right: 8px; } }
      nav.main .container.primary .full-logo {
        height: 100%;
        position: relative;
        align-items: center; }
      @media (min-width: 1024px) {
        nav.main .container.primary {
          height: 48px; } }
    nav.main .container.secondary {
      height: 40px;
      background: white;
      z-index: 100;
      box-shadow: 0 0 3px rgba(40, 47, 47, 0.3); }
    nav.main .container.tertiary {
      height: 32px;
      background: #f0f1f2;
      box-shadow: 0 0 3px rgba(40, 47, 47, 0.3); }
  nav.main .heading-menu {
    border: 0;
    background: none; }
  nav.main .secondary .menu {
    margin-right: 8px;
    transform: rotate(0deg) scale(1); }
  nav.main .secondary .menu:first-child {
    margin-right: 6px; }
    @media (min-width: 1162px) {
      nav.main .secondary .menu:first-child {
        margin-right: 16px; } }
  nav.main .secondary .subcontainer {
    padding-left: 12px;
    padding-right: 12px; }
  nav.main .secondary a {
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #383838; }
  nav.main .style-orange a {
    color: #5ebcb6; }
    nav.main .style-orange a:hover {
      color: #f37123; }
  nav.main .secondary-item.small.section-label {
    color: #5ebcb6;
    font-size: 12px;
    line-height: 12px;
    padding-top: 3px;
    padding-left: 6px;
    padding-bottom: 2px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Open Sans", Helvetica, sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #d7d7d9; }
  nav.main .primary button span {
    /* height: 20px; */
    line-height: 18px; }
  nav.main .primary .mobile-only.icon {
    position: absolute;
    padding: 8px;
    top: 11px; }
  nav.main .primary .mobile-only.icon.close {
    top: 12px;
    left: 21px; }
  @media (min-width: 1024px) {
    nav.main .primary .icon.close {
      top: 2px; } }
  nav.main .primary .menu-item.has-companion {
    float: left;
    padding: 4px 0; }
  nav.main .primary .menu-inner, nav.main .primary .menu-inner:before, nav.main .primary .menu-inner:after {
    background-color: #282f2f; }
  nav.main .primary .mobile-only.search {
    top: 6px;
    right: 20px; }
  nav.main .primary .mobile-only.subscribe {
    right: 20px;
    padding: 4px 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media (min-width: 1024px) {
      nav.main .primary .mobile-only.subscribe {
        display: none; } }
    nav.main .primary .mobile-only.subscribe a {
      color: white;
      height: 24px;
      line-height: 26px;
      font-size: 11px;
      font-family: "Open Sans", Helvetica, sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 600; }
  nav.main .secondary-item {
    padding: 12px;
    line-height: 16px;
    display: inline-block; }
  nav.main .menu-list-item.has-submenu:hover {
    box-shadow: inset 0 -1px 0 #5ebcb6;
    border-bottom: 1px solid #5ebcb6; }
    nav.main .menu-list-item.has-submenu:hover a.menu-link {
      color: #5ebcb6; }
    nav.main .menu-list-item.has-submenu:hover .dropdown-menu {
      display: block; }
  nav.main .menu-list-item .icon {
    top: 1px;
    position: relative;
    padding-left: 3px; }
  nav.main .menu-list-item.small {
    padding: 7px 12px 10px;
    line-height: 14px; }
  nav.main .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -40px;
    padding: 40px;
    padding-top: 1px;
    display: none; }
  nav.main .dropdown-menu-container {
    background: white;
    border: 1px solid #d7d7d9;
    border-top: 0;
    padding: 8px 0;
    display: flex; }
  nav.main .mobile-only.search {
    margin-top: 1px;
    left: auto;
    right: 18px;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none; }
  nav.main .close-search {
    position: relative; }
  nav.main .dropdown-menu-container li {
    display: block;
    padding: 0;
    font-family: "Open Sans", Helvetica, sans-serif; }
    nav.main .dropdown-menu-container li a {
      width: 100%;
      min-width: 132px; }
      nav.main .dropdown-menu-container li a:hover {
        background: #f0f1f2; }
  nav.main .primary-links {
    position: absolute;
    height: 100%;
    top: 0;
    right: 20px;
    white-space: nowrap;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 1; }
    nav.main .primary-links .dropdown-menu {
      padding-top: 2px; }
      nav.main .primary-links .dropdown-menu a {
        font-weight: 400; }
    nav.main .primary-links a {
      color: #282f2f;
      font-weight: 700; }
    nav.main .primary-links .menu-list-item {
      padding: 0;
      font-size: 12px;
      font-weight: 700;
      max-height: 100%;
      display: block;
      float: left;
      font-family: "Open Sans", Helvetica, sans-serif; }
      nav.main .primary-links .menu-list-item:last-child a {
        color: #f26956;
        font-size: 11px;
        letter-spacing: 0;
        padding: 12px 0;
        margin-right: -4px; }
        nav.main .primary-links .menu-list-item:last-child a:hover {
          color: #e6452a; }
        @media (min-width: 768px) {
          nav.main .primary-links .menu-list-item:last-child a {
            font-size: 12px;
            letter-spacing: 1px;
            padding: 12px 8px;
            margin-right: -6px; } }
    nav .main-menu ul:first-of-type li:last-of-type {
      display: none!important; }
    nav.main .primary-links .primary-text-links {
      display: block;
      float: left;
      width: auto;
      max-height: 100%;
      list-style: none; }
      nav.main .primary-links .primary-text-links a {
        padding: 12px 8px; }
    nav.main .primary-links .buttons {
      width: auto;
      height: 100%;
      display: block;
      float: left;
      position: relative;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 8px; }
    nav.main .primary-links .account {
      margin: 0 0 0 12px;
      top: 4px;
      position: relative; }
    nav.main .primary-links .search {
      transition: transform 0.3s ease-in-out; }
  nav.main .search-field::-ms-clear {
    display: none; }
  nav.main .search-field {
    line-height: 20px;
    height: 28px;
    position: relative;
    font-weight: 500; }
  @media (min-width: 1024px) {
    nav.main .icon.search {
      top: 4px;
      position: relative;
      float: left; } }
  nav.main .icon.search.mobile-only {
    transform: translate3d(-220px, 0, 0); }
  nav.main.search-open .search-container {
    transform: translate3d(-413px, 0, 0);
    opacity: 1; }
    nav.main.search-open .search-container.mobile-only {
      opacity: 0;
      transform: translate3d(-220px, 0, 0); }
  nav.main.search-open .icon.search {
    transform: translate3d(-413px, 0, 0); }
  nav.main.search-open .primary-text-links {
    transform: translate3d(20px, 0, 0);
    opacity: 0; }
  nav.main .primary-text-links {
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out 0.05s; }
  nav.main .header-search.mobile-only .icon {
    height: 48px;
    padding: 15px 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px; }
  nav.main .header-search.mobile-only .search-nav-open {
    display: none; }
  nav.main .search-container {
    display: inline-block;
    position: absolute;
    width: 413px;
    overflow: hidden;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out 0.1s; }
    nav.main .search-container form, nav.main .search-container input {
      height: 100%; }
    @media (min-width: 1024px) {
      nav.main .search-container {
        height: 30px; } }
    nav.main .search-container.mobile-only {
      position: absolute;
      top: 0;
      right: -216px;
      width: 216px;
      height: 100%;
      transform: translate3d(-236px, 0, 0);
      pointer-events: none; }
      nav.main .search-container.mobile-only input {
        width: 230px; }
      nav.main .search-container.mobile-only button {
        width: 20px; }
  nav.main .search-field {
    width: 381px;
    background: none;
    border: none;
    font-style: italic;
    color: #282f2f;
    outline: none; }
    nav.main .search-field::selection {
      color: #282f2f;
      background: #5ebcb6; }
  nav.main .secondary .menu {
    position: relative;
    display: inline-block; }
  nav.main .secondary .menu-close {
    position: absolute;
    top: 11px;
    left: 20px; }
  nav.main.can-animate .logo {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
  nav.main.can-animate .utility-ribbon {
    transition: transform 0.2s ease-in-out; }
  nav.main .logo {
    height: 100%;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
    @media (min-width: 1024px) {
      nav.main .logo {
        position: relative;
        left: 0;
        transform: translate3d(0, -8px, 0);
        display: inline-block;
        padding-top: 0;
        margin: 0; } }
    nav.main .logo a.mobile-only {
      display: flex; }
    nav.main .logo a.desktop-only {
      display: none; }
    nav.main .logo:hover {
      border-color: #282f2f; }
    @media (min-width: 1024px) {
      nav.main .logo {
        position: relative;
        left: 0;
        transform: translate3d(0, 0, 0);
        display: inline-block;
        padding-top: 0;
        margin: 0; }
        nav.main .logo a.mobile-only {
          display: none; }
        nav.main .logo a.desktop-only {
          display: flex; } }
  nav.main .utility-ribbon {
    background: #f0f1f2;
    border-bottom: 1px solid #d7d7d9;
    height: 48px;
    padding: 0;
    transform: translate3d(0, 0, 0); }
  nav.main li {
    position: relative;
    padding: 16px 10px; }
    @media (min-width: 360px) {
      nav.main li {
        padding: 16px 18px; } }
    nav.main li.selected {
      color: #5ebcb6;
      border-bottom: 2px solid #5ebcb6; }
      nav.main li.selected a {
        color: #5ebcb6; }
  nav.main a {
    color: #5ebcb6;
    display: inline-block; }
    nav.main a:hover {
      color: #5ebcb6; }
  nav.main ul {
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    padding: 0; }
    @media (min-width: 1024px) {
      nav.main ul {
        text-align: left;
        padding-left: 36px; } }
    nav.main ul.dropdown-links-list {
      width: auto;
      padding-left: 0; }
  nav.main form {
    display: inline-block; }
  @media (min-width: 1024px) {
    nav.main.hide-nav-elements.with-scoreboard {
      transform: translate3d(0, -62px, 0); } }
  nav.main.has-promo-tout .promo-tout {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #ffffff; }
    @media (min-width: 1024px) {
      nav.main.has-promo-tout .promo-tout {
        height: 48px; } }
    nav.main.has-promo-tout .promo-tout a {
      width: 100%; }
      nav.main.has-promo-tout .promo-tout a > img {
        margin: 0 auto; }
    nav.main.has-promo-tout .promo-tout .promo-tout-mobile-only {
      display: block; }
      @media (min-width: 1024px) {
        nav.main.has-promo-tout .promo-tout .promo-tout-mobile-only {
          display: none; } }
    nav.main.has-promo-tout .promo-tout .promo-tout-tablet-only {
      display: none; }
      @media (min-width: 1024px) and (max-width: 1247px) {
        nav.main.has-promo-tout .promo-tout .promo-tout-tablet-only {
          display: block; } }
    nav.main.has-promo-tout .promo-tout .promo-tout-desktop-only {
      display: none; }
      @media (min-width: 1248px) {
        nav.main.has-promo-tout .promo-tout .promo-tout-desktop-only {
          display: block; } }
    nav.main.has-promo-tout .promo-tout.notification-banner {
      height: 100%; }
    nav.main.has-promo-tout .promo-tout.notification-banner .promo-tout-desktop-only {
      display: none; }
      @media (min-width: 768px) {
        nav.main.has-promo-tout .promo-tout.notification-banner .promo-tout-desktop-only {
          display: block; } }
  nav.main.has-promo-tout .notification-banner {
    background-color: #5ebcb6;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.17;
    font-weight: 500; }
    @media (min-width: 1024px) {
      nav.main.has-promo-tout .notification-banner {
        font-size: 15px; } }
    nav.main.has-promo-tout .notification-banner .banner-img-container {
      float: left;
      height: 60px; }
      @media (min-width: 768px) {
        nav.main.has-promo-tout .notification-banner .banner-img-container {
          height: 50px; } }
    nav.main.has-promo-tout .notification-banner .banner-img-container img {
      height: 100%;
      width: 60px; }
    nav.main.has-promo-tout .notification-banner .text-container {
      font-weight: bold;
      color: white;
      float: left;
      height: 60px;
      padding: 13px;
      max-width: 80%;
      width: 75%;
      text-align: left; }
      @media (min-width: 1024px) {
        nav.main.has-promo-tout .notification-banner .text-container {
          height: 50px;
          max-width: 90%; } }
    nav.main.has-promo-tout .notification-banner .link-container {
      width: 85%;
      height: 100%;
      float: left; }
    nav.main.has-promo-tout .notification-banner .banner-desktop-title {
      height: 100%;
      white-space: nowrap; }
    nav.main.has-promo-tout .notification-banner .text-inner-container {
      display: inline-block;
      vertical-align: middle; }
    nav.main.has-promo-tout .notification-banner .banner-desktop-title {
      height: 100%;
      white-space: nowrap; }
    nav.main.has-promo-tout .notification-banner .close-banner-container {
      width: 15%;
      float: left;
      height: 33px; }
      nav.main.has-promo-tout .notification-banner .close-banner-container .close-banner {
        display: block;
        height: 15px;
        cursor: pointer;
        float: right;
        padding-right: 20%;
        margin-top: 40%; }
        @media (min-width: 768px) {
          nav.main.has-promo-tout .notification-banner .close-banner-container .close-banner {
            margin-top: 15%; } }
        @media (min-width: 1024px) {
          nav.main.has-promo-tout .notification-banner .close-banner-container .close-banner {
            margin-top: 6%; } }

nav.notification-banner-wrapper {
  display: none;
  top: 48px;
  z-index: 0;
  height: 60px;
  position: relative; }
  @media (min-width: 768px) {
    nav.notification-banner-wrapper {
      height: 50px; } }

.nav-placeholder {
  height: 96px; }
  .nav-placeholder.no-utility-ribbon {
    height: 48px; }
  @media (min-width: 1024px) {
    .nav-placeholder {
      height: 88px; }
      .nav-placeholder.no-secondary-ribbon.no-utility-ribbon {
        height: 48px; }
        .nav-placeholder.no-secondary-ribbon.no-utility-ribbon.with-scoreboard {
          height: 110px; }
      .nav-placeholder.no-utility-ribbon {
        height: 88px; }
        .nav-placeholder.no-utility-ribbon.with-scoreboard {
          height: 150px; }
          .nav-placeholder.no-utility-ribbon.with-scoreboard.with-tertiary {
            height: 182px; }
        .nav-placeholder.no-utility-ribbon.with-tertiary {
          height: 120px; }
      .nav-placeholder.with-scoreboard {
        height: 150px; }
        .nav-placeholder.with-scoreboard.with-tertiary {
          height: 182px; }
      .nav-placeholder.with-tertiary {
        height: 120px; } }

nav.menu {
  width: calc(100% - 20px);
  height: calc(100% - 48px);
  position: fixed;
  max-width: 300px;
  background: white;
  top: 48px;
  left: 0;
  box-shadow: 0 0 3px rgba(40, 47, 47, 0.3);
  z-index: 400;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0); }
  nav.menu.can-animate {
    transition: transform 0.25s ease-in-out, height 0.1s ease-in-out 0.25s; }
  nav.menu.has-promo-tout {
    top: 96px; }
  @media (min-width: 1024px) {
    nav.menu {
      background: white;
      max-width: 300px;
      top: 88px;
      height: calc(100% - 88px); }
      nav.menu.no-secondary-ribbon {
        top: 48px;
        height: calc(100% - 48px); }
      nav.menu.no-secondary-ribbon.has-promo-tout {
        top: 96px; }
      nav.menu.with-scoreboard {
        top: 150px;
        height: calc(100% - 150px); }
      nav.menu.with-scoreboard.has-promo-tout {
        top: 198px; }
      nav.menu.with-tertiary {
        top: 120px;
        height: calc(100% - 120px); }
      nav.menu.with-tertiary.has-promo-tout {
        top: 168px; }
      nav.menu.with-tertiary.with-scoreboard {
        top: 182px;
        height: calc(100% - 182px); }
      nav.menu.with-tertiary.with-scoreboard.has-promo-tout {
        top: 230px; } }
  nav.menu .menu-item {
    border-bottom: 1px solid #d7d7d9; }
    nav.menu .menu-item:first-child {
      border-top: 1px solid #d7d7d9; }
  nav.menu .menu-item.has-submenu {
    cursor: pointer; }
    nav.menu .menu-item.has-submenu .submenu-link {
      width: calc(100% - 44px);
      border-right: 1px solid #d7d7d9; }
      @media (min-width: 1024px) {
        nav.menu .menu-item.has-submenu .submenu-link {
          border-right: none;
          width: 100%; } }
    @media (min-width: 1024px) {
      nav.menu .menu-item.has-submenu {
        cursor: default; } }
  nav.menu .accordion {
    pointer-events: none; }
  nav.menu li {
    display: block;
    position: relative; }
  nav.menu .menu-item a, nav.menu .menu-item-styled {
    display: inline-block;
    color: #282f2f;
    padding: 16px;
    padding-left: 24px;
    cursor: pointer; }
    nav.menu .menu-item a.no-pad-top, nav.menu .menu-item-styled.no-pad-top {
      padding-top: 0;
      padding-bottom: 0; }
    nav.menu .menu-item a.social-items, nav.menu .menu-item-styled.social-items {
      display: flex;
      flex-wrap: wrap; }
      nav.menu .menu-item a.social-items .icon, nav.menu .menu-item-styled.social-items .icon {
        margin-bottom: 4px; }
    @media (min-width: 1024px) {
      nav.menu .menu-item a, nav.menu .menu-item-styled {
        min-width: 0; } }
    nav.menu .menu-item a:hover, nav.menu .menu-item-styled:hover {
      color: #5ebcb6; }
  nav.menu .second-menu {
    border-bottom: 1px solid #d7d7d9;
    padding-bottom: 12px; }
    nav.menu .second-menu .menu-item {
      border: 0;
      font-size: 12px;
      min-height: 40px; }
      nav.menu .second-menu .menu-item:hover {
        background-color: transparent; }
  nav.menu .team-container a {
    padding: 6px; }
  nav.menu label {
    margin: 0 10px;
    padding: 28px 4px 12px 18px;
    display: block; }
  nav.menu .container {
    padding: 0 0 4px; }
  nav.menu .accordion-arrow {
    width: 58px;
    height: 44px;
    border: none;
    padding: 14px;
    position: absolute;
    top: -2px;
    right: 0; }
    nav.menu .accordion-arrow .icon {
      transition: all 452.483ms cubic-bezier(0.1, 0.63, 0.47, 1.12) 0ms; }
    @media (min-width: 1024px) {
      nav.menu .accordion-arrow {
        top: 2px;
        right: 18px; } }
  nav.menu .submenu {
    max-height: 0;
    overflow: hidden;
    background: white;
    transition: max-height 0.3s ease-in-out, border 0.3s ease-in-out;
    background: #f0f1f2; }
    nav.menu .submenu .menu-item {
      border-top: 0;
      border-bottom: 0; }
      nav.menu .submenu .menu-item a {
        width: 100%; }
  nav.menu .submenu-active .accordion-arrow .icon {
    transform: rotate(180deg);
    transition: all 452.483ms cubic-bezier(0.1, 0.63, 0.47, 1.12) 0ms; }
    @media (min-width: 1024px) {
      nav.menu .submenu-active .accordion-arrow .icon {
        transform: rotate(0deg); } }
  @media (min-width: 1024px) {
    nav.menu .submenu-active .accordion-arrow {
      border-top: 1px solid #f0f1f2;
      border-bottom: 1px solid #f0f1f2; } }
  nav.menu .submenu-active .submenu {
    max-height: 900px;
    border-top: 1px solid #d7d7d9; }
    nav.menu .submenu-active .submenu ul {
      margin-bottom: 0; }
  nav.menu .companion {
    border-left: 1px solid #d7d7d9;
    margin: 14px 0;
    padding: 0 14px; }
  nav.menu .icon-down {
    position: absolute;
    top: 14px;
    left: 30px;
    line-height: 24px; }
    @media (min-width: 1024px) {
      nav.menu .icon-down {
        top: 24px;
        left: 13px; } }
  nav.menu .menu-item.has-companion a {
    min-width: 0; }
  nav.menu .menu-item:not(.has-companion) a {
    width: 100%; }
  @media (min-width: 1024px) {
    nav.menu.hide-nav-elements.with-scoreboard {
      transform: translate3d(-100%, -62px, 0);
      height: calc(100% - 88px);
      transition: transform 0.25s ease-in-out; } }
  @media (min-width: 1024px) {
    nav.menu .container {
      padding: 0 0 16px; }
    nav.menu .companion {
      margin: 6px 0;
      padding: 0 8px; }
    nav.menu li:hover, nav.menu li.has-submenu.hilighted {
      background: #f0f1f2; }
    nav.menu li a:hover, nav.menu li.has-companion.hilighted {
      color: #5ebcb6; }
    nav.menu li:hover .accordion-arrow .icon svg {
      fill: #5ebcb6; }
    nav.menu li:not(.has-companion) a {
      margin: 0;
      width: 100%;
      padding: 12px 24px; }
    nav.menu li.has-companion a:not(.companion) {
      padding: 8px 0 8px 32px; }
    nav.menu .submenu {
      display: none; }
    nav.menu .accordion-arrow {
      width: 37px;
      height: 37px;
      padding: 0;
      transform: rotate(-90deg);
      display: block;
      pointer-events: none; } }

.menu {
  background-color: transparent;
  border: 0;
  padding: 0 0 8px; }
  .menu ul {
    padding-top: 0; }

.menu-box {
  float: left;
  width: 24px;
  height: 24px;
  padding: 6px 3px; }

.menu-inner, .menu-inner:before, .menu-inner:after {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #282f2f; }

.menu:hover .menu-inner, .menu:hover .menu-inner:before, .menu:hover .menu-inner:after {
  background-color: #5ebcb6; }

.menu-inner:before, .menu-inner:after {
  display: block;
  content: ""; }

.menu-inner {
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0s 0s linear; }
  .menu-inner:before {
    top: 5px;
    transition: opacity 0.15s ease 0.18s, background-color 0s 0s linear; }
  .menu-inner:after {
    top: 10px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0s 0s linear; }

.menu-label-small {
  line-height: 24px;
  margin-left: 28px;
  font-size: 11px;
  font-family: "Open Sans", Helvetica, sans-serif;
  text-align: left;
  letter-spacing: 1px;
  color: #383838; }
  .menu-label-small:hover {
    color: #5ebcb6; }

.menu-label {
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 26px;
  color: #282f2f;
  margin-left: 32px; }

.menu-active {
  overflow: hidden; }
  @media (min-width: 1024px) {
    .menu-active {
      overflow: auto; }
      .menu-active .sidebar-overlay-menu {
        display: block; } }
  .menu-active nav.menu {
    transform: translate3d(0, 0, 0); }
    @media (min-width: 1024px) {
      .menu-active nav.menu.hide-nav-elements.with-scoreboard {
        transform: translate3d(0, -62px, 0); } }
  .menu-active nav.main .logo, .menu-active nav.main .subscribe {
    transform: translate3d(-40%, 0, 0);
    opacity: 0;
    pointer-events: none; }
    @media (min-width: 1024px) {
      .menu-active nav.main .logo, .menu-active nav.main .subscribe {
        transform: translate3d(0, -8px, 0);
        opacity: 1;
        pointer-events: all; } }
  .menu-active nav.main .menu-close {
    opacity: 1;
    transform: rotate(0) scale(1); }
  .menu-active nav.main .mobile-only.search {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(-200px, 0, 0); }
  .menu-active nav.main .mobile-only.subscribe {
    opacity: 0;
    pointer-events: none; }
  .menu-active nav.main .search-container.mobile-only {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(-216px, 0, 0); }
    @media (min-width: 1024px) {
      .menu-active nav.main .search-container.mobile-only {
        opacity: 0;
        pointer-events: none; } }
  .menu-active nav.main .menu-inner {
    transform: translate3d(0, 5px, 0) rotate(135deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0s 0s linear; }
    .menu-active nav.main .menu-inner:before {
      transition-delay: 0.1s;
      opacity: 0; }
    .menu-active nav.main .menu-inner:after {
      transform: translate3d(0, -10px, 0) rotate(-270deg);
      transition-delay: 0.1s;
      transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0s 0s linear; }

.icon.left {
  left: 0; }
.icon.right {
  right: 0; }
.icon.menu {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }

.sidebar-overlay-menu {
  position: fixed;
  top: 0;
  left: 299px;
  padding: 40px;
  margin-top: -42px;
  padding-left: 0;
  display: none;
  z-index: 500; }
  .sidebar-overlay-menu .submenu {
    background: white;
    border: 1px solid #d7d7d9;
    padding: 0;
    margin-top: 1px; }
    .sidebar-overlay-menu .submenu ul {
      padding: 0;
      margin: 0; }
  .sidebar-overlay-menu li {
    display: block;
    padding: 0; }
    .sidebar-overlay-menu li a {
      color: #282f2f;
      display: block;
      width: 100%;
      min-width: 213px;
      padding: 12px 16px; }
      .sidebar-overlay-menu li a:hover {
        color: #5ebcb6;
        background: #f0f1f2; }
  .sidebar-overlay-menu.hidden {
    display: none !important; }

.icon-external {
  top: 1px;
  position: relative;
  padding-left: 3px; }

.dropdown-side-menu {
  min-width: 300px;
  min-height: 200px;
  border-left: 1px solid #d7d7d9;
  padding-left: 16px;
  padding-right: 16px; }

.accordion-secondary-menu {
  padding: 8px;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #d7d7d9; }

.contextual-social-links {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translate3d(-50%, 8px, 0);
  pointer-events: none;
  display: flex;
  align-items: center; }
  .contextual-social-links .short-logo svg {
    width: 48px;
    height: 38px;
    margin-right: 4px; }

nav.main .full-logo, nav.main .contextual-social-links {
  transition: all 0.3s ease-in-out; }

.under-social nav.main.contextual-social-enabled .contextual-social-links {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
  pointer-events: auto; }

.under-social.menu-active nav.main.contextual-social-enabled .contextual-social-links {
  opacity: 0;
  transform: translate3d(-40%, 0, 0);
  pointer-events: none; }

.cm-ad iframe {
  display: none !important; }

.menu ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 4px; }

.under-nav {
  background: white;
  border-bottom: 1px solid #d7d7d9;
  box-shadow: none;
  min-height: 72px;
  position: relative;
  z-index: 100; }
  @media (min-width: 1024px) {
    .under-nav {
      min-height: 97px; } }
  .under-nav > div.adhesion-ad, .under-nav > .ad-wrapper {
    display: none; }
    @media (min-width: 1024px) {
      .under-nav > div.adhesion-ad, .under-nav > .ad-wrapper {
        display: block; } }

.menu-overlay {
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 300;
  transition: opacity .3s ease-in-out, width 0 ease-in-out .3s, height 0 ease-in-out .3s;
  opacity: 0; }

.menu-active .menu-overlay {
  visibility: visible;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity .3s ease-in-out; }

@media (min-width: 1024px) {
  nav .title-display {
    top: 0;
    left: 50%;
    align-items: center;
    justify-content: center;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transform: translate3d(-50%, 8px, 0);
    white-space: nowrap;
    display: flex;
    position: absolute;
    line-height: 20px;
    max-width: 620px; }
    nav .title-display .title-text {
      max-width: 480px;
      text-overflow: ellipsis;
      overflow: hidden; } }
    @media (min-width: 1024px) and (min-width: 1162px) {
      nav .title-display .title-text {
        max-width: 960px; } }
@media (min-width: 1024px) {
  nav .button-decoration {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1; } }

@media (min-width: 1024px) {
  .under-social nav.has-headline .title-display {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
    pointer-events: auto;
    z-index: 100; } }
  @media (min-width: 1024px) and (min-width: 1162px) {
    .under-social nav.has-headline .title-display {
      max-width: 1144px; } }
@media (min-width: 1024px) {
  .under-social nav.has-headline .primary-text-links {
    opacity: 0;
    transform: translate3d(0, -8px, 0);
    pointer-events: none; } }
@media (min-width: 1024px) {
  .under-social nav.has-headline.search-open .title-display {
    opacity: 0;
    transform: translate3d(-47%, 0, 0);
    pointer-events: none; } }

nav.main .primary-links .primary-text-links .dropdown-menu-container li a {
  padding: 8px 16px; }

header .ad-wrapper.has-promo-tout .ad-sticky-container {
  margin-top: 48px; }

@media (min-width: 1024px) {
  /* nav.main .container .subcontainer .logo {
    transform: translate3d(0, -8px, 0); }  */
  }
.component.content-loader {
  width: 100%;
  clear: both; }
  .component.content-loader button {
    color: #fff;
    background-color: #000;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    padding: 0 16px;
    margin: 16px auto;
    border: 0;
    text-align: center; }

.overlay {
  display: none; }

.full-width-media {
  width: 100%;
  position: relative; }
  .full-width-media .content-container {
    width: 100%;
    height: 100%;
    text-align: center; }
  .full-width-media .media-item {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: left; }
  .full-width-media .media-item iframe {
    max-width: 100%;
    margin: 0 auto; }
  .full-width-media .content-wrapper {
    height: 100%; }
  .full-width-media .content {
    height: 100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-align: center; }
    .full-width-media .content:after {
      content: "";
      display: table;
      clear: both; }

.full-width-media.full-height {
  height: 100%; }

footer.main {
  background: white;
  font-family: "Open Sans", Helvetica, sans-serif;
  overflow: hidden;
  padding-bottom: 50px; }
  @media (min-width: 1024px) {
    footer.main {
      padding-bottom: 0; } }
  footer.main a:hover {
    color: #5ebcb6; }
  footer.main .logo-container {
    text-align: center; }
  footer.main .social-container {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
  footer.main .footer-subscribe-link {
    display: block;
    margin: 6px auto -19px auto;
    text-align: center;
    text-transform: uppercase; }
  footer.main .footer-legal {
    color: #8b8d91;
    font-size: 10px;
    letter-spacing: 0.3px;
    line-height: 24px;
    padding-left: 16px;
    padding-right: 16px; }
  footer.main .footer-links {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 768px) {
      footer.main .footer-links {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) {
      footer.main .footer-links {
        flex-wrap: nowrap; } }
    footer.main .footer-links section {
      flex: 1 1 50%;
      line-height: 24px;
      margin-top: 16px; }
      @media (min-width: 768px) {
        footer.main .footer-links section {
          flex: 1 1 280px;
          margin-top: 0;
          padding-left: 24px;
          max-width: 280px; } }
      footer.main .footer-links section > a {
        color: #282f2f;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .3px; }
        footer.main .footer-links section > a:hover {
          color: #686c73; }
      footer.main .footer-links section ul {
        list-style-type: none;
        padding: 0; }
        footer.main .footer-links section ul a {
          color: #8b8d91;
          font-size: 12px; }
          footer.main .footer-links section ul a:hover {
            color: #686c73; }
      footer.main .footer-links section li {
        line-height: normal;
        margin-bottom: 8px; }

.above-footer {
  border-bottom: 1px solid #d7d7d9;
  border-top: 1px solid #d7d7d9;
  display: flex;
  flex-wrap: wrap; }
  .above-footer > .component {
    align-items: center;
    flex: 0 0 100%; }
    @media (min-width: 1024px) {
      .above-footer > .component {
        flex: 1;
        width: 50%; } }
  .above-footer .partial.tout {
    width: 270px; }
    @media (min-width: 768px) {
      .above-footer .partial.tout {
        width: 370px; } }
    @media (min-width: 1024px) {
      .above-footer .partial.tout {
        width: 400px; } }
  .above-footer .component.newsletter-callout {
    color: white; }
    .above-footer .component.newsletter-callout .tout button {
      color: white; }

.product-tile .price {
  color: #8b8d91;
  border-right: 1px solid #d7d7d9;
  margin-right: 5px; }
.product-tile .shop-it {
  margin-right: 5px; }
.product-tile .headline {
  font-size: 16px;
  line-height: 1.38;
  font-family: "helvetica", Helvetica, Arial, sans-serif; }
  .product-tile .headline a {
    color: inherit; }
    .product-tile .headline a:hover {
      color: #5ebcb6; }
.product-tile .product-image {
  position: relative;
  border: 1px solid #d7d7d9; }
.product-tile .top-buy {
  position: absolute;
  bottom: 8px;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  background-color: rgba(94, 188, 182, 0.7); }
.product-tile .top-buy-image {
  position: absolute;
  top: 0;
  right: 0; }

.component.image .inner-container {
  display: inline-block; }

.component.lazy-image {
  margin: auto;
  caption-side: bottom; }
  .component.lazy-image.no-upscale.rendered {
    display: table; }
  .component.lazy-image .social-icon {
    display: none; }
  .component.lazy-image.rendered .social-icon {
    display: block; }
  @media (min-width: 1162px) {
    .component.lazy-image.rendered .social-icon.centered {
      display: none; } }
  @media (min-width: 1162px) {
    .component.lazy-image.rendered:hover .social-icon.centered {
      display: block; } }
  .component.lazy-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block; }
  .component.lazy-image .inner-container {
    position: relative; }
  .component.lazy-image .credit {
    padding-left: 0;
    padding-right: 4px; }
    .component.lazy-image .credit.body-caption {
      padding-left: 16px; }
      @media (min-width: 1024px) {
        .component.lazy-image .credit.body-caption {
          padding-left: 0; } }
  .component.lazy-image.app_list_thumbnail_2x {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    background: #f0f1f2;
    overflow: hidden; }
    .component.lazy-image.app_list_thumbnail_2x.rendered {
      background: none; }
      .component.lazy-image.app_list_thumbnail_2x.rendered img {
        position: absolute;
        display: block; }
      .component.lazy-image.app_list_thumbnail_2x.rendered.no-upscale img {
        position: relative; }
  .component.lazy-image.medium_2x {
    padding-bottom: 75%;
    position: relative;
    background: #f0f1f2;
    overflow: hidden; }
    .component.lazy-image.medium_2x.rendered {
      background: none; }
      .component.lazy-image.medium_2x.rendered img {
        position: absolute;
        display: block;
        max-height: 800px; }
      .component.lazy-image.medium_2x.rendered.no-upscale img {
        position: relative; }
  .component.lazy-image.mmqb_marquee_large, .component.lazy-image.marquee_large_2x {
    padding-bottom: 55.5818%;
    position: relative;
    background: #f0f1f2;
    overflow: hidden; }
    .component.lazy-image.mmqb_marquee_large.rendered, .component.lazy-image.marquee_large_2x.rendered {
      background: none; }
      .component.lazy-image.mmqb_marquee_large.rendered img, .component.lazy-image.marquee_large_2x.rendered img {
        position: absolute;
        display: block;
        max-height: 600px; }
      .component.lazy-image.mmqb_marquee_large.rendered.no-upscale img, .component.lazy-image.marquee_large_2x.rendered.no-upscale img {
        position: relative; }
    .component.lazy-image.mmqb_marquee_large img, .component.lazy-image.marquee_large_2x img {
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    .component.lazy-image.mmqb_marquee_large noscript img, .component.lazy-image.marquee_large_2x noscript img {
      position: absolute;
      display: block; }
  .component.lazy-image.no-upscale {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
    max-height: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .component.lazy-image.no-upscale img {
      position: relative;
      max-height: none;
      width: auto; }
  .component.lazy-image.promo-thumbnail {
    float: left;
    padding-right: 16px; }
    .component.lazy-image.promo-thumbnail::after {
      content: '';
      clear: left; }
    .component.lazy-image.promo-thumbnail img {
      width: auto; }

.image-container img {
  max-width: 100%;
  max-height: 100%; }

.inline-thumb {
  width: 100px; }

.lazy-image {
  position: relative; }

.image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none; }
  .image-overlay > span {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
    opacity: 1;
    pointer-events: all; }
    @media (min-width: 1162px) {
      .image-overlay > span.centered {
        bottom: 50%;
        right: 50%;
        margin-right: -24px;
        margin-bottom: -24px; }
        .image-overlay > span.centered svg {
          width: 48px;
          height: 48px; } }

.image-container a {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #f0f1f2;
  border-radius: 50%;
  padding: 2px; }
  .image-container a:hover {
    background: #5ebcb6; }
.image-container .icon-pinterest-circle-solid a {
  background: none;
  padding: 0px; }
  .image-container .icon-pinterest-circle-solid a:hover {
    background: none; }

.component.inline-image img {
  max-width: 100%; }

.schemasitelogo {
  display: none; }

.icon-fansided svg {
  height: 18px;
  width: 80px; }

.component.popup {
  cursor: pointer; }

.lazy-image + .image-info {
  padding: 8px 16px 0; }
  @media (min-width: 768px) {
    .lazy-image + .image-info {
      padding: 8px 24px 0; } }
  @media (min-width: 1024px) {
    .lazy-image + .image-info {
      padding: 8px 0 0; } }
  .lazy-image + .image-info .image-caption {
    font-size: 12px;
    font-weight: 700;
    color: #282f2f; }
  .lazy-image + .image-info .image-credit {
    font-size: 11px;
    font-weight: 400;
    color: #a3a5a9;
    font-family: "Open Sans", Helvetica, sans-serif; }

.partial.lead-image {
  position: relative;
  display: flex;
  justify-content: center; }
  .partial.lead-image .image-and-burst {
    flex: 1 1 auto;
    position: relative; }
  .partial.lead-image.align-right, .partial.lead-image.align-left {
    margin: 20px auto; }
    .partial.lead-image.align-right .credit, .partial.lead-image.align-left .credit {
      font-family: "Open Sans", Helvetica, sans-serif;
      padding: 0; }
  @media (min-width: 768px) {
    .partial.lead-image.align-right, .partial.lead-image.align-left {
      width: 50%; }
    .partial.lead-image.align-right {
      float: right;
      margin-left: 20px; }
    .partial.lead-image.align-left {
      float: left;
      margin-right: 20px; } }

.image-wrap-container {
  display: table-caption; }

.pullquote, .blockquote {
  margin: 28px 0;
  padding-left: 15.84px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-left: 4px solid #5ebcb6; }
  .pullquote-content, .blockquote, .pullquote-content p, .blockquote p {
    font-family: "Merriweather", Times, serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.42; }
  .pullquote-attribution, .blockquote figcaption, .blockquote-attribution {
    padding-top: 12px;
    padding-bottom: 8px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 0.8;
    letter-spacing: 0.3px;
    color: #8b8d91; }
  .pullquote p, .blockquote p {
    margin-top: 0; }
    .pullquote p:last-child, .blockquote p:last-child {
      margin-bottom: 0; }
  @media (min-width: 1024px) {
    .pullquote, .blockquote {
      margin: 28px 0 28px -28px;
      padding-left: 24px; } }

.blockquote {
  margin: 1.5em auto; }
  .blockquote p, .blockquote ol {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px; }
    .blockquote p:first-child, .blockquote ol:first-child {
      margin-top: 0; }
  @media (min-width: 1024px) {
    .blockquote {
      margin: 28px 0 28px -28px;
      padding-left: 24px; } }

.selectBox-dropdown.flex-column.selectBox-menuShowing {
  position: relative;
  z-index: 300;
  border-bottom: 1px solid white; }

.selectBox-dropdown.flex-column, .dropdown.flex-column {
  border: 1px solid transparent;
  font-size: 14px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 15px top 17px;
  white-space: nowrap;
  width: auto; }

select.dropdown.flex-column {
  direction: rtl;
  padding-right: 40px; }

.dropdown.flex-column {
  padding-left: 32px;
  text-align: right;
  width: auto !important; }
  .dropdown.flex-column .selectBox-label {
    padding-right: 40px;
    width: auto !important;
    text-align: right; }
  .dropdown.flex-column.selectBox-menuShowing {
    border: 1px solid #d7d7d9;
    border-bottom: 1px solid white;
    padding-bottom: 43px;
    margin-bottom: -9px; }

.selectBox-dropdown-menu.flex-column-selectBox-dropdown-menu {
  width: auto !important;
  left: -18px !important;
  right: 0px !important;
  top: 45px !important;
  padding: 8px;
  z-index: 200;
  border-radius: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-width: 150px;
  -moz-column-width: 150px;
  -ms-column-width: 150px;
  -o-column-width: 150px;
  column-width: 150px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  column-break-inside: avoid; }
  .selectBox-dropdown-menu.flex-column-selectBox-dropdown-menu .selectBox-selected, .selectBox-dropdown-menu.flex-column-selectBox-dropdown-menu .selectBox-selected a {
    color: #5ebcb6; }
  .selectBox-dropdown-menu.flex-column-selectBox-dropdown-menu li:hover, .selectBox-dropdown-menu.flex-column-selectBox-dropdown-menu li:hover a {
    background: #f0f1f2;
    color: #8b8d91;
    cursor: pointer; }

.selectBox-dropdown, .ddl-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: 35px;
  padding-left: 10px;
  height: 36px;
  width: 134px;
  border-radius: 3px;
  border: 1px solid #d7d7d9;
  background: white;
  text-transform: uppercase;
  color: #686c73;
  font-family: "Merriweather", Times, serif;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: 90% center; }

a.selectBox.selectBox-dropdown {
  cursor: pointer;
  color: #686c73; }
  a.selectBox.selectBox-dropdown:hover {
    color: #282f2f; }

.selectBox-dropdown-menu {
  position: absolute;
  z-index: 1000;
  min-height: 1em;
  border: solid 1px #d7d7d9;
  border-radius: 3px;
  background: white;
  overflow-y: auto; }

.selectBox-options li,
.selectBox-options li a {
  list-style: none;
  display: block;
  cursor: pointer;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  font-family: "Merriweather", Times, serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal; }

.selectBox-options li:hover {
  background-color: #f0f1f2; }
  .selectBox-options li:hover a {
    color: #282f2f; }

.selectBox-label {
  display: inline-block; }

.selectBox-options li, .selectBox-label {
  background-repeat: no-repeat;
  background-position: 8px; }
  .selectBox-options li.nfl, .selectBox-label.nfl {
    padding-left: 28px;
    background-image: url("/img/icons/NFL.svg"); }
  .selectBox-options li.nhl, .selectBox-label.nhl {
    padding-left: 28px;
    background-image: url("/img/icons/NHL.svg"); }
  .selectBox-options li.ncaaf, .selectBox-label.ncaaf {
    padding-left: 28px;
    background-image: url("/img/icons/NCAAF.svg"); }
  .selectBox-options li.ncaab, .selectBox-label.ncaab {
    padding-left: 28px;
    background-image: url("/img/icons/NCAAB.svg"); }
  .selectBox-options li.mlb, .selectBox-label.mlb {
    padding-left: 28px;
    background-image: url("/img/icons/MLB.svg"); }
  .selectBox-options li.nba, .selectBox-label.nba {
    padding-left: 28px;
    background-image: url("/img/icons/NBA.svg"); }
  .selectBox-options li.tennis, .selectBox-label.tennis {
    padding-left: 28px;
    background-image: url("/img/icons/Tennis.svg"); }
  .selectBox-options li.soccer, .selectBox-label.soccer {
    padding-left: 28px;
    background-image: url("/img/icons/Soccer.svg"); }
  .selectBox-options li.golf, .selectBox-label.golf {
    padding-left: 28px;
    background-image: url("/img/icons/Golf.svg"); }

.selectBox-label.nfl, .selectBox-label.nba, .selectBox-label.ncaab, .selectBox-label.nhl, .selectBox-label.ncaaf, .selectBox-label.mlb, .selectBox-label.tennis, .selectBox-label.soccer, .selectBox-label.golf {
  padding-left: 38px; }

.selectBox-options li a {
  padding-left: 10px;
  color: #686c73; }

.component.video {
  overflow: hidden;
  position: relative;
  transform: translateZ(0); }
  .component.video .component.lazy-image.mmqb_marquee_large {
    background: #282f2f;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .component.video.covered .component.lazy-image.mmqb_marquee_large {
    opacity: 1; }
  .component.video .video-play-radius {
    cursor: pointer; }
  .component.video .video-play-button {
    border: none;
    background: none;
    position: absolute;
    top: 0%;
    height: 100%;
    left: 0%;
    width: 100%;
    padding: 0;
    line-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .component.video.covered .video-play-button {
    opacity: 1; }
  .component.video:not(.covered) .video-cover {
    pointer-events: none; }
  .component.video .heading-tiny {
    color: #f0f1f2; }
  .component.video .video-info {
    color: #f0f1f2;
    background: #282f2f; }
    .component.video .video-info a.headline {
      color: #f0f1f2; }
      .component.video .video-info a.headline:hover {
        color: #d7d7d9;
        text-decoration: underline; }
  .component.video .video-cover,
  .component.video .video-player-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .component.video .video-cover {
    overflow: hidden;
    background-color: #f0f1f2;
    background-size: cover;
    background-repeat: no-repeat; }
    .component.video .video-cover.small-cover-image {
      background-size: contain;
      background-position: center; }
    .component.video .video-cover > img {
      visibility: hidden;
      width: auto;
      height: auto;
      margin: 0 auto;
      padding: 0;
      display: table; }
      .component.video .video-cover > img.full-height {
        height: 100%; }
    .component.video .video-cover .component.lazy-image {
      width: initial;
      float: none;
      height: 100%;
      margin: 0 auto;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .component.video .video-cover .component.lazy-image img {
        width: auto;
        height: auto;
        margin: auto;
        display: table;
        position: relative; }
  .component.video .video-cover.hidden {
    display: none; }
  .component.video .video-inner-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    background: #282f2f; }
  .component.video .video-ratio, .component.video .video-js, .component.video .video-wrapper {
    width: 100%;
    height: 100%; }
  .component.video .video-js {
    position: absolute;
    top: 0;
    left: 0; }
  .component.video .component.lazy-image {
    opacity: 1; }
    .component.video .component.lazy-image:not(.rendered) {
      opacity: 0; }

.video-cover .video-play-button path {
  fill: #5ebcb6; }

.component.video.auto-player .video-cover {
  display: none; }

.vjs-ima3-flash.vjs-ad-loading .vjs-tech,
.vjs-ima3-html5.vjs-ad-loading .vjs-poster,
.vjs-ima3-html5.vjs-ad-loading .vjs-tech {
  opacity: 0 !important; }

/***************************
  * Adding by Ashley on 6/8/2018 to show the poster for videos when not autoplaying
  ***************************/
.vjs-ima3-autoplay.vjs-ima3-not-playing-yet .vjs-poster,
.vjs-ima3-autoplay.vjs-ima3-not-playing-yet .vjs-tech {
    opacity: 100 !important; 
}

.component.bucket .video-js:not(.vjs-fullscreen) .vjs-skip-backward-button,
.component.bucket .video-js:not(.vjs-fullscreen) .vjs-skip-forward-button,
.component.bucket .video-js:not(.vjs-fullscreen) .vjs-share-control,
.component.bucket .video-js:not(.vjs-fullscreen) .iris-upnext, .sidebar-item .video-js:not(.vjs-fullscreen) .vjs-skip-backward-button,
.sidebar-item .video-js:not(.vjs-fullscreen) .vjs-skip-forward-button,
.sidebar-item .video-js:not(.vjs-fullscreen) .vjs-share-control,
.sidebar-item .video-js:not(.vjs-fullscreen) .iris-upnext {
  display: none !important; }
.component.bucket .vjs-volume-menu-button, .sidebar-item .vjs-volume-menu-button {
  display: block !important; }
.component.bucket .vjs-menu, .sidebar-item .vjs-menu {
  width: 76px;
  margin: 0 -14px 33px -14px; }

.war-image.playing-video .media-body {
  display: none; }

.component.anchors .anchor-menu {
  z-index: 600;
  opacity: 0;
  position: fixed;
  right: 24px;
  top: calc(50% + 28px);
  -webkit-transform: translate(48px, -50%);
  -moz-transform: translate(48px, -50%);
  -ms-transform: translate(48px, -50%);
  -o-transform: translate(48px, -50%);
  transform: translate(48px, -50%);
  -webkit-transition: transform 800ms ease-in-out, opacity 600ms ease-in-out 200ms;
  -moz-transition: transform 800ms ease-in-out, opacity 600ms ease-in-out 200ms;
  -ms-transition: transform 800ms ease-in-out, opacity 600ms ease-in-out 200ms;
  -o-transition: transform 800ms ease-in-out, opacity 600ms ease-in-out 200ms;
  transition: transform 800ms ease-in-out, opacity 600ms ease-in-out 200ms;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  -o-flex-flow: column;
  flex-flow: column; }
  @media (min-width: 1024px) {
    .component.anchors .anchor-menu {
      position: initial;
      right: initial;
      top: initial;
      z-index: initial;
      display: -webkit-block;
      display: -ms-block;
      display: -moz-block;
      display: block;
      -webkit-flex-flow: initial;
      -moz-flex-flow: initial;
      -ms-flex-flow: initial;
      -o-flex-flow: initial;
      flex-flow: initial; } }
  .component.anchors .anchor-menu.in-view {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: white; }
.component.anchors .anchor-menu-item {
  display: block;
  width: 20px;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #686c73;
  text-align: center; }
  @media (min-width: 1024px) {
    .component.anchors .anchor-menu-item {
      display: inline-block; } }
  .component.anchors .anchor-menu-item.active {
    color: #282f2f;
    font-weight: 700;
    border-bottom: 3px solid #5ebcb6; }
.component.anchors .anchor-list-item-title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Merriweather", Times, serif;
  color: #686c73;
  text-transform: capitalize;
  margin-bottom: 8px;
  letter-spacing: 0.25px;
  margin-left: 14px; }
.component.anchors .anchor-item-title {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  font-size: 14px;
  line-height: 40px;
  color: #686c73; }
.component.anchors .anchor-item:after {
  content: "";
  display: table;
  clear: both; }

/* component.tabs */
.tab-rail {
  position: relative;
  border-bottom: 1px solid #d7d7d9; }

.tab-menu {
  background: white;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Merriweather", Times, serif;
  text-transform: uppercase;
  text-align: center;
  display: table; }
  @media (min-width: 1024px) {
    .tab-menu.icon-segment {
      padding-left: 48px; } }

.tab-item-container {
  color: #686c73;
  display: block;
  padding: 4px 4px 8px 4px;
  border-bottom: 1px solid transparent;
  font-weight: 500;
  white-space: nowrap; }

.tab-item:hover .tab-item-container {
  color: #8b8d91;
  font-weight: 500; }

.tab-item.active .tab-item-container {
  color: #282f2f;
  font-weight: 700;
  box-shadow: 0 1px 0 #5ebcb6;
  border-bottom: 2px solid #5ebcb6;
  cursor: default; }

.tab-item.active:hover .tab-item-container {
  font-weight: inherit;
  color: inherit; }

.tab-item {
  border-right: none;
  min-height: 42px;
  display: table-cell;
  vertical-align: middle; }
  .tab-item a {
    cursor: pointer; }
  .tab-item.width-72 {
    width: 72px; }

.tab-item.active {
  border-color: #282f2f; }

.tab-item.active + .tab-item {
  border-left: none; }

.wide .tab-item {
  padding-left: 8px;
  padding-right: 8px;
  width: auto;
  height: 42px;
  line-height: 32px; }

.tab-content {
  overflow-x: hidden;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #686c73; }
  .tab-content .tab-content-group {
    width: 100%;
    float: left; }
  .tab-content .group-title {
    display: none; }
  .tab-content .group-items {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    -o-align-content: stretch;
    align-content: stretch; }
  .tab-content .group-item {
    -webkit-flex: 0 1 33%;
    -moz-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    -o-flex: 0 1 33%;
    flex: 0 1 33%; }
    .tab-content .group-item:after {
      content: "";
      display: table;
      clear: both; }
    .tab-content .group-item .group-item-link {
      display: inline-block; }
    .tab-content .group-item .image,
    .tab-content .group-item .group-item-title {
      font-size: 14px;
      letter-spacing: 0.25px;
      line-height: 40px;
      color: #686c73; }

.tab-content-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.tab-content-slide {
  position: absolute;
  -webkit-transition: left 400ms ease-in-out;
  -moz-transition: left 400ms ease-in-out;
  -ms-transition: left 400ms ease-in-out;
  -o-transition: left 400ms ease-in-out;
  transition: left 400ms ease-in-out; }

.component.tags {
  text-transform: uppercase; }
  .component.tags ul {
    list-style: none;
    padding: 0;
    margin-top: 16px; }
  .component.tags li {
    display: inline-block; }
  .component.tags .tag-link {
    font-family: "Open Sans", Helvetica, sans-serif;
    background: none;
    border: 2px solid #d7d7d9;
    border-radius: 3px;
    color: #686c73;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 9px 16px 8px;
    transition: all 0.1s ease-in-out;
    white-space: nowrap;
    display: inline-block; }
    .component.tags .tag-link:hover {
      border: 2px solid #5ebcb6;
      background: #5ebcb6;
      color: white; }
    .component.tags .tag-link::before {
      content: "# "; }

.button {
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .button.color-red-orange, .button.active {
    color: #5ebcb6; }

.button.white {
  background: white;
  color: #5ebcb6;
  font-family: "Merriweather", Times, serif;
  font-weight: 600;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  border: 1px solid #d7d7d9;
  text-transform: uppercase; }

.button.white:hover {
  background: #5ebcb6;
  border-color: #f37123;
  color: white; }

.button.orange {
  background-color: #5ebcb6;
  width: 272px;
  height: 42px;
  border: none;
  color: white;
  font-family: "Merriweather", Times, serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
  .button.orange:hover {
    background-color: #f37123; }

.button.green {
  color: #5ebcb6; }
  .button.green .icon #plus {
    fill: #5ebcb6; }
  .button.green:hover {
    color: #f37123; }
    .button.green:hover .icon #plus {
      fill: #f37123; }

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

.button.favorite {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }
  .button.favorite:after {
    content: "";
    display: table;
    clear: both; }
  .button.favorite .button-text {
    line-height: 18px;
    pointer-events: none; }
  .button.favorite .icon {
    background-color: white;
    border-radius: 100%;
    border: 1px solid #d7d7d9;
    padding: 6px;
    overflow: hidden;
    float: left;
    margin-right: 11px;
    position: relative;
    top: -1px;
    left: -10px; }
    @media (min-width: 1024px) {
      .button.favorite .icon {
        top: -5px;
        left: -3px;
        margin-right: 14px; } }
    .button.favorite .icon svg {
      width: 12px;
      height: 12px; }
  .button.favorite .icon-remove-icon {
    display: none; }
  .button.favorite .button-text.active {
    display: none; }

.button.favorite.color-dark {
  color: rgba(255, 255, 255, 0.7); }
  .button.favorite.color-dark.active {
    display: none !important; }
  .button.favorite.color-dark .icon {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.3); }
  .button.favorite.color-dark .icon #plus {
    stroke: white;
    fill: white; }

.button.favorite.color-dark:hover {
  color: white; }
  .button.favorite.color-dark:hover .icon {
    border-color: rgba(255, 255, 255, 0.7); }

.button.mysi-tab-favorite {
  background: white;
  color: #686c73;
  font-family: "Merriweather", Times, serif;
  font-weight: 600;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  border: 1px solid #d7d7d9;
  text-transform: uppercase;
  text-align: center;
  margin: 24px auto 0;
  display: block; }

.button.mysi-tab-favorite:hover {
  background: #5ebcb6;
  border-color: #f37123;
  color: white; }

.button.active {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  pointer-events: none; }
  .button.active .button-text.default {
    display: block; }
  .button.active .button-text.active {
    display: none; }
  .button.active .icon-add-icon {
    display: none; }
  .button.active .icon-remove-icon {
    display: none; }

.button.article-page {
  position: relative;
  left: 8px;
  border: 1px solid;
  margin: 8px 0 4px; }

.button.article-page.active.color-aluminum {
  color: #a3a5a9; }

.button.team-page {
  position: absolute;
  bottom: 16px;
  left: 108px;
  border: 1px solid; }
  .button.team-page.color-white {
    color: white; }
  .button.team-page.active {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }

.button.favorite.writer-page {
  border: none;
  position: relative;
  top: auto;
  left: auto; }

.button.writer-page.active {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }
  .button.writer-page.active .icon {
    display: none; }
    @media (min-width: 1024px) {
      .button.writer-page.active .icon {
        display: block;
        visibility: hidden; } }

.button.action-button[disabled] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5; }
  .button.action-button[disabled].orange:hover {
    background-color: #5ebcb6; }

.overlay-popup .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  font-size: 1.5em;
  padding: 24px;
  z-index: 100; }

.overlay-popup .close-btn:hover {
  color: #8b8d91; }

.overlay-popup .close-btn.hidden {
  display: none; }

.component.recirc-list .tile-recirc:not(:last-child) {
  padding-bottom: 24px; }
.component.recirc-list .tile-recirc:after {
  content: "";
  display: table;
  clear: both; }
.component.recirc-list .tile-recirc .primary-image {
  width: 214px;
  height: 121px;
  background: #f0f1f2; }
  .component.recirc-list .tile-recirc .primary-image .component.lazy-image {
    width: 100%;
    height: 100%; }
  .component.recirc-list .tile-recirc .primary-image img {
    width: initial;
    max-width: 100%;
    max-height: 100%; }
.component.recirc-list .tile-recirc .heading-tiny {
  line-height: 16px; }
.component.recirc-list .tile-recirc .heading-byline {
  line-height: 24px; }
@media (min-width: 1024px) {
  .component.recirc-list .tile-recirc .primary-image {
    float: left; }
  .component.recirc-list .tile-recirc .recirc-info {
    float: left;
    width: calc(100% - 224px);
    padding-left: 16px; }
  .component.recirc-list .tile-recirc .recirc-info-extended {
    clear: both; }
  .component.recirc-list .tile-recirc .headline {
    font-size: 20px;
    line-height: 24px;
    overflow: hidden; } }

.component.links-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

/* Use direct-descendent > as needed to style top-level gallery slides */
/* without affecting embedded galleries (i.e. horiz gallery within listicle). */
@media (max-width: 720px) {
  .component.vertical-gallery .vertical-slide:last-child > .media-body {
    margin-bottom: -3px; } }
.component.vertical-gallery .vertical-slide > .slide-info {
  padding: 8px 16px 0; }
  @media (min-width: 768px) {
    .component.vertical-gallery .vertical-slide > .slide-info {
      padding: 8px 24px 0; } }
  .component.vertical-gallery .vertical-slide > .slide-info .counter {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 700; }
  .component.vertical-gallery .vertical-slide > .slide-info .credit {
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #686c73;
    font-size: 11px;
    margin-left: 0px;
    padding-left: 8px; }
.component.vertical-gallery .vertical-slide > .media-img .component.lazy-image > img {
  max-height: 600px;
  width: auto; }
.component.vertical-gallery .vertical-slide > .media-body {
  display: block;
  padding: 0 16px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .component.vertical-gallery .vertical-slide > .media-body {
      padding: 0 24px; } }
  .component.vertical-gallery .vertical-slide > .media-body h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px; }
  .component.vertical-gallery .vertical-slide > .media-body a.headline-link {
    font-size: 20px;
    letter-spacing: 0.3px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0.6em;
    display: block;
    font-family: "Merriweather", Times, serif;
    color: #282f2f; }
    .component.vertical-gallery .vertical-slide > .media-body a.headline-link:hover {
      color: #f37123; }
  .component.vertical-gallery .vertical-slide > .media-body .caption {
    line-height: 24px;
    font-family: "Open Sans", Helvetica, sans-serif;
    margin: 0;
    padding: 0; }
.component.vertical-gallery.listicle .vertical-slide {
  margin-top: 40px; }
  .component.vertical-gallery.listicle .vertical-slide > h2,
  .component.vertical-gallery.listicle .vertical-slide > .media-body, .component.vertical-gallery.listicle .vertical-slide.paragraph-slide .slide-component {
    padding: 0 16px; }
    @media (min-width: 768px) {
      .component.vertical-gallery.listicle .vertical-slide > h2,
      .component.vertical-gallery.listicle .vertical-slide > .media-body, .component.vertical-gallery.listicle .vertical-slide.paragraph-slide .slide-component {
        padding: 0 24px; } }
    @media (min-width: 1024px) {
      .component.vertical-gallery.listicle .vertical-slide > h2,
      .component.vertical-gallery.listicle .vertical-slide > .media-body, .component.vertical-gallery.listicle .vertical-slide.paragraph-slide .slide-component {
        padding: 0 42px; } }
  .component.vertical-gallery.listicle .vertical-slide > h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3; }
    .component.vertical-gallery.listicle .vertical-slide > h2 .counter {
      font-size: 28px; }
  .component.vertical-gallery.listicle .vertical-slide > .slide-info {
    padding: 4px 16px; }
    @media (min-width: 768px) {
      .component.vertical-gallery.listicle .vertical-slide > .slide-info {
        padding: 4px 24px; } }
    @media (min-width: 1024px) {
      .component.vertical-gallery.listicle .vertical-slide > .slide-info {
        padding: 4px 0; } }
    .component.vertical-gallery.listicle .vertical-slide > .slide-info .credit {
      font-family: "Open Sans", Helvetica, sans-serif;
      margin-left: 0;
      color: #a3a5a9; }
  .component.vertical-gallery.listicle .vertical-slide > .media-body .caption {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    font-family: "Open Sans", Helvetica, sans-serif;
    letter-spacing: 0.6px; }
  .component.vertical-gallery.listicle .vertical-slide.paragraph-slide .slide-component > *:first-child {
    margin-top: 0; }
  .component.vertical-gallery.listicle .vertical-slide.paragraph-slide .slide-component p, .component.vertical-gallery.listicle .vertical-slide.paragraph-slide .slide-component ol, .component.vertical-gallery.listicle .vertical-slide.paragraph-slide .slide-component ul {
    font-size: 14px;
    line-height: 24px;
    font-family: "Open Sans", Helvetica, sans-serif;
    letter-spacing: 0.6px; }
    .component.vertical-gallery.listicle .vertical-slide.paragraph-slide .slide-component p:first-child, .component.vertical-gallery.listicle .vertical-slide.paragraph-slide .slide-component ol:first-child, .component.vertical-gallery.listicle .vertical-slide.paragraph-slide .slide-component ul:first-child {
      margin-top: -8px; }

.social-embed {
  margin: 1.5em auto;
  /*----------------------------------------------
    Responsive fixes

    Some embeds aren't actually responsive, and will
    cause the main layout to overflow when resizing
    the browser down. The overflow is also possibly
    an edge case interaction bug with an explicitly
    declared width & flexbox.
  -----------------------------------------------*/ }
  .social-embed iframe, .social-embed blockquote, .social-embed twitterwidget, .social-embed .fb_iframe_widget {
    display: block;
    margin: 0 auto !important; }
  .social-embed twitterwidget {
    width: auto !important; }
    .social-embed twitterwidget::shadow .SandboxRoot {
      width: 100%; }
    .social-embed twitterwidget::shadow .EmbeddedTweet {
      margin: 0 auto; }
  .social-embed .fb-post span {
    max-width: 100%;
    width: 100% !important; }
  .social-embed .fb-post iframe {
    position: relative; }

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

.embedly-card-hug {
  margin: 0 !important; }

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

.embed-polldaddy {
  margin: 1em auto; }

.video-ratio-wrapper, .video__wrapper, .matterport-showcase {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  padding-top: 56.25%;
  overflow: hidden; }
  .video-ratio-wrapper > *, .video__wrapper > *, .matterport-showcase > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.component.oembed .media-item .instagram-media, .component.oembed .media-item twitterwidget {
  margin-left: auto !important;
  margin-right: auto !important; }
.component.oembed.aspect-fit[data-aspect="75%"] {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative; }
  .component.oembed.aspect-fit[data-aspect="75%"] iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

.input .input-container.with-submit {
  position: relative; }
  .input .input-container.with-submit .standard-input {
    padding-left: 32px;
    padding-bottom: 4px;
    outline: none; }
  .input .input-container.with-submit .search-input {
    padding-left: 0; }
  .input .input-container.with-submit button.submit,
  .input .input-container.with-submit button.clear,
  .input .input-container.with-submit button.search {
    position: absolute;
    bottom: 28px;
    padding: 10px 0 10px 10px; }
  .input .input-container.with-submit button.search {
    bottom: 13px;
    right: 0; }
  .input .input-container.with-submit button.submit {
    left: -8px; }
  .input .input-container.with-submit button.clear {
    right: 0;
    opacity: 0; }
.input.search button.clear {
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }
.input.search.active button.clear {
  opacity: 1; }

.search-results .input-container.with-submit button.submit,
.search-results .input-container.with-submit button.clear,
main.writers .input-container.with-submit button.submit,
main.writers .input-container.with-submit button.clear {
  z-index: 200; }

.newsletter-signup-modal .newsletter-signup-container,
.newsletter-container-dark .newsletter-signup-container {
  padding: 24px;
  width: 100%;
  background-color: white; }
  @media (min-width: 1024px) {
    .newsletter-signup-modal .newsletter-signup-container,
    .newsletter-container-dark .newsletter-signup-container {
      width: 900px;
      padding: 40px; } }
.newsletter-signup-modal .instructions,
.newsletter-container-dark .instructions {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #686c73;
  letter-spacing: 0.25px;
  text-align: center; }
.newsletter-signup-modal .description,
.newsletter-container-dark .description {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #686c73; }
  .newsletter-signup-modal .description.center,
  .newsletter-container-dark .description.center {
    text-align: center; }
  @media (min-width: 1024px) {
    .newsletter-signup-modal .description.signup-agreement,
    .newsletter-container-dark .description.signup-agreement {
      margin-left: 0px;
      margin-right: 0px; } }
  .newsletter-signup-modal .description a,
  .newsletter-container-dark .description a {
    font-weight: 700;
    color: #686c73;
    letter-spacing: 0.25px; }
    .newsletter-signup-modal .description a:hover,
    .newsletter-container-dark .description a:hover {
      color: #8b8d91; }
.newsletter-signup-modal .container-heading,
.newsletter-container-dark .container-heading {
  font-family: "Merriweather", Times, serif;
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #282f2f;
  text-transform: uppercase;
  text-align: center; }
  .newsletter-signup-modal .container-heading.large,
  .newsletter-container-dark .container-heading.large {
    font-size: 24px;
    text-transform: none; }

.component.newsletter-callout {
  background-color: #f0f1f2;
  background-size: cover;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden; }
  .component.newsletter-callout .lazy-image {
    position: absolute;
    width: 100%;
    height: 100%; }
    .component.newsletter-callout .lazy-image img {
      position: relative;
      min-height: 100%;
      width: auto;
      max-width: initial;
      text-align: center;
      margin: 0 auto; }
      @media (min-width: 360px) {
        .component.newsletter-callout .lazy-image img {
          min-width: 100%; } }
    .component.newsletter-callout .lazy-image:after {
      content: '';
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .component.newsletter-callout .icon.icon-newsletter {
    margin-bottom: 12px; }
  .component.newsletter-callout .partial.tout {
    position: relative;
    margin: 8px auto; }

.evergreen-cover {
  left: 80px; }

.above-footer .component.newsletter-callout .partial.tout {
  position: relative;
  margin: 40px auto; }

.component.subscribe-callout {
  flex-wrap: wrap;
  padding: 28px 24px; }
  @media (min-width: 768px) {
    .component.subscribe-callout {
      padding: 40px 24px; } }
  .component.subscribe-callout .component.lazy-image .inner-container {
    display: block; }
  .component.subscribe-callout .media-img {
    flex: none;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 16px;
    position: relative; }
    @media (min-width: 768px) {
      .component.subscribe-callout .media-img {
        flex: 1;
        max-width: 150px;
        margin: 0; } }
    .component.subscribe-callout .media-img .latest-cover img {
      margin: 0 auto;
      transform: translateX(24%);
      width: 121px; }
    .component.subscribe-callout .media-img .evergreen-cover img {
      margin: 0 auto;
      position: absolute;
      top: 20px;
      width: 101px;
      left: 50%;
      transform: translateX(-140%); }
  .component.subscribe-callout .media-body {
    flex: 0 0 100%; }
    @media (min-width: 768px) {
      .component.subscribe-callout .media-body {
        flex: 1; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .component.subscribe-callout .media-body {
      padding-left: 16px; } }

@media (min-width: 1024px) {
  .newsletter-container {
    display: table-row;
    padding-bottom: 0px; } }

.newsletter-container-mobile {
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px solid #f0f1f2;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto; }

.newsletter-checkbox {
  width: 32px; }
  @media (min-width: 1024px) {
    .newsletter-checkbox {
      width: auto; } }

.newsletter-item-mobile {
  display: block;
  float: left; }

.newsletter-item-mobile:nth-child(1) {
  float: left; }

.newsletter-item.newsletter-description {
  text-align: center; }
  @media (min-width: 1024px) {
    .newsletter-item.newsletter-description {
      text-align: left; } }

.newsletter-item.newsletter-checkbox {
  padding: 0;
  width: 12px; }

.newsletter-item.newsletter-image {
  width: 260px;
  padding-left: 25px; }

@media (min-width: 1024px) {
  .newsletter-item {
    display: table-cell;
    vertical-align: middle;
    padding: 16px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f1f2; } }

.icon.icon-clock {
  padding-right: 6px; }

.newsletter-success-modal {
  width: 480px;
  height: 210px;
  border-left: 7px solid #5ebcb6;
  display: table; }
  .newsletter-success-modal .content-container {
    display: table-cell;
    vertical-align: middle; }
  .newsletter-success-modal .primary-heading {
    font-family: "Merriweather", Times, serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #5ebcb6; }
  .newsletter-success-modal .primary-message {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #686c73; }

.newsletter-signup {
  text-align: left;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.25px;
  color: #686c73; }
  .newsletter-signup .select {
    cursor: pointer;
    text-transform: uppercase;
    padding: 18px 15px 12px; }
    .newsletter-signup .select a {
      color: #686c73;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px; }
  .newsletter-signup .icon-clock {
    position: relative;
    top: 2px; }
  .newsletter-signup .input-container {
    width: 280px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .newsletter-signup .input-container {
        margin-left: 285px; } }
  .newsletter-signup .SI.Extra-image {
    width: 160px; }
    @media (min-width: 1024px) {
      .newsletter-signup .SI.Extra-image {
        width: 160px; } }
  .newsletter-signup .extramustard-image {
    width: 136px; }
    @media (min-width: 1024px) {
      .newsletter-signup .extramustard-image {
        width: 144px; } }
  .newsletter-signup .mmqb-image {
    width: 205px; }
    @media (min-width: 1024px) {
      .newsletter-signup .mmqb-image {
        width: 105px; } }
  .newsletter-signup .fansided-image {
    width: 157px; }
  .newsletter-signup .swimdaily-image {
    width: 119px; }
    @media (min-width: 1024px) {
      .newsletter-signup .swimdaily-image {
        width: 119px; } }
  .newsletter-signup .cubs-image {
    width: 130px; }
  .newsletter-signup .golf-image {
    width: 159px; }
    @media (min-width: 1024px) {
      .newsletter-signup .golf-image {
        width: 154px; } }
  .newsletter-signup .newsletter-date {
    margin-left: auto;
    margin-right: auto;
    font-style: italic; }

@media (min-width: 1024px) {
  .newsletters-list {
    display: table;
    width: 100%; } }
@media (min-width: 1024px) {
  .newsletter-background .half-width-centered {
    width: 60%;
    margin: 0 auto;
    max-width: 750px; } }
.newsletter-background .container-heading, .newsletter-background .instructions {
  text-align: center; }

.newsletter-confirmation-text {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #8b8d91;
  margin: 0 0 24px 0; }

.newsletter-container-dark {
  text-align: center;
  margin: 8px auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(7, 9, 15, 0.9);
  color: white;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.26); }
  .newsletter-container-dark .description.center {
    padding: 0 64px; }
  .newsletter-container-dark .container-heading.large {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    color: white;
    text-align: center; }
  @media (min-width: 1024px) {
    .newsletter-container-dark .signup-form {
      max-width: 750px; } }
  .newsletter-container-dark .newsletter-signup .instructions {
    color: #8b8d91;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%; }
    @media (min-width: 1024px) {
      .newsletter-container-dark .newsletter-signup .instructions {
        max-width: 450px; } }
  @media (min-width: 1024px) {
    .newsletter-container-dark .newsletters-list {
      padding: 0 48px;
      width: auto; } }
  @media (min-width: 1024px) {
    .newsletter-container-dark .newsletter-item, .newsletter-container-dark .border-top, .newsletter-container-dark .border-tb, .newsletter-container-dark .border-tl, .newsletter-container-dark .border-tlr, .newsletter-container-dark .border-tr {
      border-color: #8b8d91; } }
  .newsletter-container-dark .input-container {
    width: 280px;
    margin: 0 auto; }
    .newsletter-container-dark .input-container .standard-input {
      height: 40px;
      padding: 8px; }
    @media (min-width: 1162px) {
      .newsletter-container-dark .input-container.left {
        display: inline-block;
        width: 400px;
        margin-left: 64px;
        margin-right: 16px; } }
    @media (min-width: 1162px) {
      .newsletter-container-dark .input-container.right {
        display: inline-block;
        width: 120px;
        margin-right: 64px; } }

.component.newsletter-callout.newsletter-inline {
  background-color: initial;
  border: 1px solid #d7d7d9;
  margin-bottom: 28px;
  margin-top: 28px;
  padding: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .component.newsletter-callout.newsletter-inline {
      display: flex; } }
  .component.newsletter-callout.newsletter-inline .newsletter-logo {
    height: 80px; }
  @media (min-width: 768px) {
    .component.newsletter-callout.newsletter-inline .partial.tout {
      display: flex;
      margin: 0;
      text-align: left; }
      .component.newsletter-callout.newsletter-inline .partial.tout h3 {
        margin: 0; }
      .component.newsletter-callout.newsletter-inline .partial.tout .tout-content-wrapper {
        padding: 0 20px; }
      .component.newsletter-callout.newsletter-inline .partial.tout .tout-content {
        margin: 0; } }

.component.feed .subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #282f2f; }
.component.feed.show-small-flair .list-item .small-flair {
  display: block; }
.component.feed.show-small-flair .list-item .medium-flair {
  display: none; }

.component.feed .list-item .headline {
  line-height: 22px; }

.content.body .component.feed {
  margin: 0;
  padding-left: 16px;
  padding-right: 16px; }
  .content.body .component.feed .subtitle {
    font-size: 20px;
    margin-top: 0; }
  @media (min-width: 768px) {
    .content.body .component.feed {
      max-width: 324px;
      float: left; } }
  @media (min-width: 1024px) {
    .content.body .component.feed {
      padding-left: 0;
      padding-right: 0;
      margin-right: -24px; } }

@media (min-width: 1024px) {
  .container-full-width:not(.with-sidebar):not(.with-sidebar-right) .component.feed {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .container-full-width:not(.with-sidebar):not(.with-sidebar-right) .component.feed .subtitle {
      width: 100%; }
    .container-full-width:not(.with-sidebar):not(.with-sidebar-right) .component.feed .list-item {
      width: 50%;
      min-height: 84px;
      padding-right: 12px;
      float: left; } }

.header-recirc,
.inline-recirc-articles {
  margin: 0 auto;
  overflow: hidden;
  padding: 8px 16px; }
  .header-recirc:after,
  .inline-recirc-articles:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .header-recirc,
    .inline-recirc-articles {
      padding: 8px 24px; } }
  .header-recirc .list-item,
  .inline-recirc-articles .list-item {
    float: left;
    padding: 0 8px 0 0;
    margin-bottom: 0;
    border-top: 0;
    width: 281px;
    flex-direction: row-reverse; }
    .header-recirc .list-item:last-child,
    .inline-recirc-articles .list-item:last-child {
      padding-right: 0px; }
    .header-recirc .list-item .media-body,
    .inline-recirc-articles .list-item .media-body {
      max-height: 56px;
      margin-top: -6px;
      align-self: flex-start;
      padding-left: 8px; }
      .header-recirc .list-item .media-body .category-small,
      .inline-recirc-articles .list-item .media-body .category-small {
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 1; }
      .header-recirc .list-item .media-body .headline,
      .inline-recirc-articles .list-item .media-body .headline {
        font-family: "Open Sans", Helvetica, sans-serif;
        font-size: 12px;
        letter-spacing: 0.3px;
        line-height: 15px; }
        @media (min-width: 1024px) {
          .header-recirc .list-item .media-body .headline,
          .inline-recirc-articles .list-item .media-body .headline {
            font-size: 14px;
            line-height: 18px;
            font-family: "Merriweather", Times, serif;
            letter-spacing: .6px; } }
      .header-recirc .list-item .media-body .article-info-extended,
      .inline-recirc-articles .list-item .media-body .article-info-extended {
        font-size: 12px; }
    .header-recirc .list-item .media-img,
    .inline-recirc-articles .list-item .media-img {
      height: 56px;
      width: 56px; }
  .header-recirc .owl-stage-outer, .header-recirc .owl-stage, .header-recirc .owl-item,
  .inline-recirc-articles .owl-stage-outer,
  .inline-recirc-articles .owl-stage,
  .inline-recirc-articles .owl-item {
    float: left; }
  .header-recirc .owl-nav,
  .inline-recirc-articles .owl-nav {
    display: none; }
  @media (min-width: 1024px) {
    .header-recirc,
    .inline-recirc-articles {
      max-width: 100%; }
      .header-recirc .list-item,
      .inline-recirc-articles .list-item {
        width: 25%;
        flex-direction: row-reverse; }
        .header-recirc .list-item .media-body,
        .inline-recirc-articles .list-item .media-body {
          max-height: 80px;
          margin-top: 0; }
          .header-recirc .list-item .media-body .category-small,
          .inline-recirc-articles .list-item .media-body .category-small {
            font-size: 12px; }
          .header-recirc .list-item .media-body .heading-content-tiny,
          .inline-recirc-articles .list-item .media-body .heading-content-tiny {
            font-size: 16px;
            letter-spacing: 0.3px;
            line-height: 1.3em; }
          .header-recirc .list-item .media-body .article-info-extended,
          .inline-recirc-articles .list-item .media-body .article-info-extended {
            font-size: 16px; }
        .header-recirc .list-item .media-img,
        .inline-recirc-articles .list-item .media-img {
          height: 80px;
          width: 80px; } }

.sticky-video-controls {
  display: none; }

@media (min-width: 1024px) {
  .component.sticky-video {
    position: relative;
    overflow: inherit; }
    .component.sticky-video.full-width-media.video {
      -webkit-transform: inherit;
      -moz-transform: inherit;
      -ms-transform: inherit;
      -o-transform: inherit;
      transform: inherit; }
    .component.sticky-video .sticky-video-controls {
      display: none; }
    .component.sticky-video .video-player-content {
      /*
      @include prefix("transform", translateX(0));
      @include prefix("transition", transform 400ms ease-in-out, opacity 400ms ease-in-out);
      */ }
    .component.sticky-video .jumpstart-sticky-outer.jumpstart-sticky-active .jumpstart-sticky-inner {
      z-index: 200;
      height: 225px;
      bottom: 90px; }

  .sticky-video-drag-container {
    z-index: -1;
    top: 190px;
    width: 500px;
    bottom: 0;
    right: 0;
    position: fixed; }

  .sticky-video-control {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: white;
    cursor: pointer;
    position: absolute;
    z-index: 1; }
    .sticky-video-control.sticky-video-close {
      height: 100%;
      left: 0; }
    .sticky-video-control .icon-down {
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .sticky-video-control .icon-down svg {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .sticky-video-control.sticky-video-toggle {
      top: 0;
      right: 0;
      width: 32px;
      height: 32px;
      line-height: 32px;
      font-size: 28px; }
      .sticky-video-control.sticky-video-toggle .icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .sticky-video-control.sticky-video-toggle .icon svg {
        width: 32px;
        height: 32px;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease; }
      .sticky-video-control.sticky-video-toggle .icon-enlarge {
        opacity: 1; }
      .sticky-video-control.sticky-video-toggle .icon-shrink {
        opacity: 0; }
    .sticky-video-control.sticky-video-drag {
      top: 0;
      left: 16px;
      right: 48px;
      height: 32px;
      width: calc(100% - 48px);
      cursor: move; }
    .sticky-video-control.sticky-video-headline {
      top: 0;
      left: 16px;
      right: 48px;
      width: calc(100% - 48px);
      height: 32px;
      line-height: 32px;
      text-align: left;
      font-size: 12px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }

  .component.sticky-video.sticky-video-large .sticky-video-toggle .icon-enlarge {
    opacity: 0; }
  .component.sticky-video.sticky-video-large .sticky-video-toggle .icon-shrink {
    opacity: 1; }

  .component.sticky-video.sticky-video-close .sticky-video-control.sticky-video-large, .component.sticky-video.sticky-video-close .sticky-video-control.sticky-video-small {
    display: none; }
  .component.sticky-video.sticky-video-close .sticky-video-control.sticky-video-close .icon-down svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

  .sticky-video--on .component.sticky-video .sticky-video-controls {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .sticky-video--on .component.sticky-video .video-inner-container {
    background: rgba(240, 241, 242, 0.5); }
  .sticky-video--on .component.sticky-video .video-player-content {
    position: fixed !important;
    left: inherit;
    top: inherit;
    bottom: 20px;
    right: 0;
    width: 392px;
    height: 248px;
    padding: 32px 16px 16px 16px;
    background: #282f2f;
    z-index: 600;
    -webkit-box-shadow: -6px 0px 11px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -6px 0px 11px 0px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: -6px 0px 11px 0px rgba(0, 0, 0, 0.75);
    -o-box-shadow: -6px 0px 11px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -6px 0px 11px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }

  .sticky-video--on .component.sticky-video .video-player-content,
  .sticky-video--off .component.sticky-video .video-player-content {
    opacity: 0;
    -webkit-transition: transform 400ms ease-in-out;
    -moz-transition: transform 400ms ease-in-out;
    -ms-transition: transform 400ms ease-in-out;
    -o-transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out; }

  .sticky-video--on .component.sticky-video .video-player-content.fade-in,
  .sticky-video--off .component.sticky-video .video-player-content.fade-in {
    opacity: 1;
    -webkit-transition: transform 400ms ease-in-out, opacity 400ms ease-in-out, width 300ms ease, height 300ms ease;
    -moz-transition: transform 400ms ease-in-out, opacity 400ms ease-in-out, width 300ms ease, height 300ms ease;
    -ms-transition: transform 400ms ease-in-out, opacity 400ms ease-in-out, width 300ms ease, height 300ms ease;
    -o-transition: transform 400ms ease-in-out, opacity 400ms ease-in-out, width 300ms ease, height 300ms ease;
    transition: transform 400ms ease-in-out, opacity 400ms ease-in-out, width 300ms ease, height 300ms ease; }

  .sticky-video--on .component.sticky-video .video-player-content.fade-in.draggy-drag,
  .sticky-video--on .component.sticky-video .video-player-content.fade-in.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

  .sticky-video--on .component.sticky-video .video-player-content {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }

  .sticky-video--on .component.sticky-video .video-player-content.fade-in {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  .sticky-video--on .component.sticky-video .vjs-control.vjs-skip-backward-button,
  .sticky-video--on .component.sticky-video .vjs-control.vjs-skip-forward-button,
  .sticky-video--on .component.sticky-video .vjs-control.vjs-share-control,
  .sticky-video--on .component.sticky-video .vjs-captions-button,
  .sticky-video--on .component.sticky-video .iris-upnext {
    display: none !important; }
  .sticky-video--on .component.sticky-video.sticky-video-large .video-player-content {
    width: 532px;
    height: 326px; }
  .sticky-video--on .component.sticky-video.sticky-video-close .video-player-content {
    -webkit-transform: translateX(100%) translateX(-32px);
    -moz-transform: translateX(100%) translateX(-32px);
    -ms-transform: translateX(100%) translateX(-32px);
    -o-transform: translateX(100%) translateX(-32px);
    transform: translateX(100%) translateX(-32px);
    -webkit-box-shadow: -2px 0 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 0 14px 0px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: -2px 0 14px 0px rgba(0, 0, 0, 0.75);
    -o-box-shadow: -2px 0 14px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 0 14px 0px rgba(0, 0, 0, 0.75); }
    .sticky-video--on .component.sticky-video.sticky-video-close .video-player-content .video-ratio {
      opacity: 0;
      z-index: -1; }
    .sticky-video--on .component.sticky-video.sticky-video-close .video-player-content .sticky-video-control.sticky-video-headline {
      display: none; }
    .sticky-video--on .component.sticky-video.sticky-video-close .video-player-content .sticky-video-control.sticky-video-close {
      width: 32px; }

  .component.sticky-video .inbetweener-unpinner {
    background: #000;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    -webkit-transition: top 500ms, left 500ms, width ease, height 500ms ease, opacity ease-in 1000ms;
    -moz-transition: top 500ms, left 500ms, width ease, height 500ms ease, opacity ease-in 1000ms;
    -ms-transition: top 500ms, left 500ms, width ease, height 500ms ease, opacity ease-in 1000ms;
    -o-transition: top 500ms, left 500ms, width ease, height 500ms ease, opacity ease-in 1000ms;
    transition: top 500ms, left 500ms, width ease, height 500ms ease, opacity ease-in 1000ms; }

  .sticky-video--on .component.sticky-video .inbetweener-unpinner {
    background: transparent;
    opacity: 1;
    width: 300px;
    height: 167px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; } }
.component.dropdown {
  display: block; }
  .component.dropdown .heading {
    cursor: pointer; }
    .component.dropdown .heading h3 {
      font-family: "Merriweather", Times, serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.14;
      letter-spacing: 0.6px;
      text-align: left;
      color: #282f2f;
      margin: 0; }
      .component.dropdown .heading h3 .icon.arrow-up {
        display: none; }
      .component.dropdown .heading h3 .icon.arrow-down {
        display: inline; }
  .component.dropdown .content {
    display: none; }
  .component.dropdown.dropdown-open h3 .icon.arrow-up {
    display: inline; }
  .component.dropdown.dropdown-open h3 .icon.arrow-down {
    display: none; }
  .component.dropdown.dropdown-open .content {
    display: block; }

.share-icon {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat; }

.component.share .icon {
  line-height: 0; }

.component.expander {
  position: relative; }
  .component.expander .expander-inner {
    display: none;
    max-height: 170px;
    overflow: hidden;
    position: relative; }
    @media (min-width: 1024px) {
      .component.expander .expander-inner {
        max-height: 340px; } }
    .component.expander .expander-inner::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background: white;
      bottom: 0;
      left: 0;
      box-shadow: 0 0px 15px 18px white; }
  .component.expander .open-button, .component.expander .close-button {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase; }
    .component.expander .open-button:hover, .component.expander .close-button:hover {
      color: #5ebcb6; }
      .component.expander .open-button:hover path, .component.expander .close-button:hover path {
        fill: #5ebcb6; }
    .component.expander .open-button svg, .component.expander .close-button svg {
      top: -2px;
      position: relative; }
  .component.expander .expander-button {
    display: none;
    padding-top: 8px;
    padding-bottom: 8px; }
  .component.expander .close-button {
    display: none;
    cursor: pointer; }
  .component.expander .open-button {
    display: inline-block;
    cursor: pointer; }
  .component.expander.expander-open .open-button {
    display: none; }
  .component.expander.expander-open .close-button {
    display: inline-block; }
  .component.expander.expander-open .expander-inner {
    max-height: none; }
    .component.expander.expander-open .expander-inner::after {
      display: none; }

.gallery .component.expander {
  margin: 16px auto 24px;
  max-width: 900px; }
  .gallery .component.expander .expander-inner {
    max-height: 84px; }
    .gallery .component.expander .expander-inner .dek {
      margin: 0; }
    .gallery .component.expander .expander-inner:after {
      display: none; }
  .gallery .component.expander .expander-button {
    text-align: center; }

/**
 * Aside components
 */
.aside {
  padding: 1.3em;
  background-color: black;
  color: white; }
  .aside a {
    color: inherit !important;
    box-shadow: inset 0 -2px 0 #5ebcb6; }
  .aside .title {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5; }
  .aside .subheader {
    margin: .5em 0;
    font-weight: 700;
    line-height: 1.5; }

.aside__image {
  display: inline-block;
  margin-bottom: .5em; }

.aside__image-credit {
  font-size: .8em;
  font-style: italic;
  text-align: right;
  color: #8e9299;
  font-family: "Open Sans", Helvetica, sans-serif; }

.aside__read-more-button {
  position: relative;
  width: 9em;
  margin-top: .5em;
  padding: .5em 1em;
  font-size: .9em;
  font-weight: 700;
  text-align: left;
  background-color: white;
  color: black;
  border: 0;
  cursor: pointer; }
  .aside__read-more-button::before {
    content: "Read Less"; }
  .aside__read-more-button::after {
    position: absolute;
    right: 1.2em;
    top: .7em;
    content: '\25BC';
    font-size: .9em;
    color: #5ebcb6;
    transform: rotateX(0deg);
    transition: transform .3s ease-out; }
  .aside__read-more-button.is-collapsed::before {
    content: "Read More"; }
  .aside__read-more-button.is-collapsed::after {
    transform: rotateX(180deg) translateY(3px); }

.aside__read-more p:last-child {
  margin-bottom: 0; }

.component.subscribe-flyout {
  padding-right: 66px !important;
  position: relative;
  cursor: pointer; }
  .component.subscribe-flyout .subscribe-cover {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 40px;
    width: 50px;
    overflow: hidden; }
    .component.subscribe-flyout .subscribe-cover img {
      width: 100%; }
  .component.subscribe-flyout .flyout-panel {
    display: none;
    position: absolute;
    right: 8px;
    top: 48px;
    background: #f0f1f2; }
  .component.subscribe-flyout:hover .flyout-panel {
    display: block; }

.build-a-meal {
  position: relative;
  background: #f26956;
  color: white;
  margin-bottom: 30px;
  font-family: "Open Sans", Helvetica, sans-serif; }
  .build-a-meal__form {
    padding: 24px;
    overflow: hidden; }
  .build-a-meal__form-inputs {
    max-width: 1212px;
    margin: 0 auto; }
  .build-a-meal__container {
    position: relative; }
    .build-a-meal__container:before {
      content: "";
      position: absolute;
      width: 300%;
      height: 300%;
      top: -180%;
      left: -50%;
      z-index: 1;
      overflow: hidden;
      background-image: url(/img/foodpattern.png);
      opacity: 0.1;
      background-repeat: repeat;
      transform: rotate(-30deg); }
  .build-a-meal.rail {
    margin: 0 auto 50px auto; }
    .build-a-meal.rail .build-a-meal--check-text {
      display: block;
      margin-bottom: 10px; }
    .build-a-meal.rail .build-a-meal__checkbox {
      margin-bottom: 10px; }
  .build-a-meal__heading {
    z-index: 100;
    position: relative; }
  .build-a-meal__title {
    font-size: 28px;
    text-align: center;
    margin: 0 0 15px 0;
    font-weight: normal;
    font-family: "Merriweather", Times, serif; }
  .build-a-meal__deck {
    margin: 0 0 15px 0;
    font-style: italic;
    letter-spacing: 0.7px;
    text-align: center;
    line-height: 24px; }
  .build-a-meal__and-go {
    z-index: 100;
    position: relative; }
  .build-a-meal__and-go.mobile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px; }
  .build-a-meal__and-go.desktop {
    display: none; }
  .build-a-meal__ingredients {
    margin-bottom: 15px;
    z-index: 100;
    position: relative; }
  .build-a-meal__ingredient-input {
    padding: 9px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: solid 1px #8b8d91;
    width: 100%;
    color: #000;
    letter-spacing: 0.5px; }
  .build-a-meal__addition {
    display: none; }
  .build-a-meal__includes {
    position: relative;
    z-index: 100; }
    .build-a-meal__includes p {
      margin-top: 0; }
  .build-a-meal--check-text {
    text-transform: uppercase;
    margin-right: 8px;
    display: block;
    margin-bottom: 10px; }
  .build-a-meal__checkbox {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.7px; }
    .build-a-meal__checkbox:last-child {
      margin-right: 0; }
    .build-a-meal__checkbox input {
      background: white;
      width: 10px;
      display: inline-block;
      padding: 6px;
      border-radius: 2px;
      -webkit-appearance: none;
      color: black;
      margin-right: 5px;
      border: solid 1px #a3a5a9; }
    .build-a-meal__checkbox input:checked:after {
      content: '\2714';
      font-size: 10px;
      position: absolute;
      top: 6px;
      left: 3px;
      color: #000; }
  .build-a-meal__button {
    width: 150px;
    height: 40px;
    border-radius: 3px;
    background-color: #e6452a;
    color: #fff;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px; }

@media screen and (min-width: 385px) {
  .main .build-a-meal__checkbox, .main .build-a-meal--check-text {
    margin-right: 20px; }
  .main .build-a-meal__checkbox input {
    margin-right: 8px; } }
@media screen and (min-width: 385px) and (min-width: 768px) {
  .main .build-a-meal__container:before {
    width: 200%;
    height: 800%;
    top: -525%;
    left: -10%; }
  .main .build-a-meal__title, .main .build-a-meal__deck {
    display: inline-block;
    margin-bottom: 0; }
  .main .build-a-meal__title {
    margin-right: 30px; }
  .main .build-a-meal__heading {
    margin-bottom: 15px; }
  .main .build-a-meal__ingredient-input {
    display: inline-block;
    width: 208px;
    margin-right: 8px; }
  .main .build-a-meal__ingredient-input:last-child {
    margin-right: 0; }
  .main .build-a-meal__addition {
    display: inline-block;
    font-size: 36px;
    margin-right: 8px;
    vertical-align: sub; }
  .main .build-a-meal__and-go.desktop {
    display: block;
    position: absolute;
    left: 565px;
    bottom: 0; }
  .main .build-a-meal__and-go.mobile {
    display: none; }
  .main .build-a-meal__includes p {
    margin-bottom: 0;
    display: inline-block; } }
@media screen and (min-width: 385px) and (min-width: 768px) and (min-width: 956px) {
  .main .build-a-meal__ingredients {
    display: inline-block; }
  .main .build-a-meal__and-go.desktop {
    position: relative;
    display: inline-block;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin-left: 30px; }
  .main .build-a-meal__button {
    position: relative;
    bottom: 2px; } }
.hub-dropdown {
  display: block; }
  .hub-dropdown > .heading {
    cursor: pointer; }
    .hub-dropdown > .heading h3 {
      font-family: "helvetica", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.14;
      letter-spacing: 0.6px;
      text-align: left;
      color: #282f2f;
      margin: 0; }
      .hub-dropdown > .heading h3 .icon.arrow-up {
        display: none; }
      .hub-dropdown > .heading h3 .icon.arrow-down {
        display: inline; }
  .hub-dropdown > .content {
    display: none; }
  .hub-dropdown.dropdown-open > .heading h3 .icon.arrow-up {
    display: inline; }
  .hub-dropdown.dropdown-open > .heading h3 .icon.arrow-down {
    display: none; }
  .hub-dropdown.dropdown-open > .content {
    display: block; }

.hub-filter {
  font-size: 14px;
  padding: 8px;
  border: 1px solid #5ebcb6;
  border-top: 0;
  font-family: "helvetica", Helvetica, Arial, sans-serif; }
  .hub-filter .link {
    color: #282f2f;
    font-weight: 600; }
    .hub-filter .link:hover {
      color: #e6452a; }
  .hub-filter .heading {
    border-bottom: 1px solid #d7d7d9; }
    .hub-filter .heading:last-child {
      border-bottom: 0; }
    .hub-filter .heading h3 {
      padding: 0 8px;
      font-size: 14px;
      line-height: 35px;
      margin: 0;
      text-transform: uppercase; }
  .hub-filter .sub-items {
    padding: 10px 8px;
    border-bottom: 1px solid #d7d7d9; }
  .hub-filter .sub-item {
    line-height: 28px; }
    .hub-filter .sub-item .link {
      font-weight: 500; }
  .hub-filter button {
    padding: 4px 0 0; }
  .hub-filter .dropdown:last-child .heading {
    border: 0; }
  .hub-filter .dropdown > .heading h3 {
    line-height: 35px; }
  .hub-filter .dropdown-open:last-child .heading {
    border-bottom: 1px solid #d7d7d9; }
  .hub-filter .dropdown-open:last-child .sub-items {
    border-bottom: 0; }

.hub-nav-tile {
  position: relative;
  width: 80px;
  height: 80px; }
  .hub-nav-tile .headline-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid transparent; }
    .hub-nav-tile .headline-wrapper:hover {
      border-bottom-color: #5ebcb6; }
    .hub-nav-tile .headline-wrapper .headline {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .hub-nav-tile .headline-wrapper:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: #efefef;
      opacity: .4;
      width: 100%;
      height: calc(100% + 2px); }
  .hub-nav-tile .media-img {
    color: #000;
    height: 100%; }
  .hub-nav-tile .lazy-image {
    opacity: .4; }

.hub-tile .headline {
  font-family: "helvetica", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px; }
  .hub-tile .headline a {
    font-weight: 500; }
  @media (min-width: 768px) {
    .hub-tile .headline {
      font-size: 20px; } }
.hub-tile .media-img {
  position: relative;
  float: right;
  width: 100px;
  margin: 0 0 0 16px; }
  @media (min-width: 768px) {
    .hub-tile .media-img {
      float: none;
      width: auto;
      margin: 0 0 8px 0; } }
.hub-tile .image-flair {
  position: absolute;
  bottom: 0;
  height: 30px; }

.component.before-after {
  box-sizing: content-box;
  position: relative;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #d7d7d9; }
  .component.before-after .image {
    position: relative;
    overflow: hidden; }
  .component.before-after:first-of-type {
    padding-top: 0px;
    border: none; }
    .component.before-after:first-of-type .after {
      margin-top: 0px; }
    .component.before-after:first-of-type .comparison-slider {
      margin-top: 0px; }
  .component.before-after .image {
    line-height: 0; }
  .component.before-after .before {
    overflow: hidden;
    position: relative;
    z-index: 33.33333;
    width: 100%;
    display: inline-flex;
    justify-content: center; }
    .component.before-after .before .lazy-image {
      display: inline-block; }
      .component.before-after .before .lazy-image .inner-container {
        display: inline-block; }
        .component.before-after .before .lazy-image .inner-container img {
          display: inline-block; }
    .component.before-after .before img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .component.before-after .before img {
          max-height: 600px;
          width: auto; } }
  .component.before-after .after {
    z-index: 50;
    top: 0;
    left: 0;
    position: absolute;
    margin-top: 20px;
    width: 100%;
    display: inline-flex;
    justify-content: center; }
    .component.before-after .after .lazy-image {
      display: inline-block; }
      .component.before-after .after .lazy-image .inner-container {
        display: inline-block; }
        .component.before-after .after .lazy-image .inner-container img {
          display: inline-block; }
    .component.before-after .after img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .component.before-after .after img {
          max-height: 600px;
          width: auto; } }
  .component.before-after .comparison-slider {
    top: 0;
    left: 50%;
    z-index: 100;
    margin-top: 20px;
    cursor: ew-resize;
    width: 4px;
    position: absolute;
    background: #f26956;
    height: 9999px;
    transition: opacity .3s ease-in-out; }
  .component.before-after .slider-label {
    display: flex;
    z-index: 400;
    position: absolute;
    width: 44px;
    height: 44px;
    background: #f26956;
    border-radius: 50%;
    top: calc(50% - 22px);
    left: calc(50% - 20px);
    transition: opacity .3s ease-in-out; }
    .component.before-after .slider-label .leftright-arrow {
      background: url("../img/icons/leftright-arrow.svg") no-repeat 0 0;
      width: 28px;
      height: 12px;
      position: relative;
      top: calc(50% - 6px);
      margin: 0 auto; }
  .component.before-after.hide-controls .comparison-slider, .component.before-after.hide-controls .slider-label {
    opacity: 0; }
    @media (min-width: 1024px) {
      .component.before-after.hide-controls .comparison-slider, .component.before-after.hide-controls .slider-label {
        opacity: 1; } }
  @media (min-width: 1024px) {
    .component.before-after .image:hover .comparison-slider, .component.before-after .image:hover .slider-label {
      opacity: 0; } }
  .component.before-after.align-right, .component.before-after.align-left {
    margin: 20px auto; }
    .component.before-after.align-right .credit, .component.before-after.align-left .credit {
      font-family: "Open Sans", Helvetica, sans-serif;
      padding: 0; }
  @media (min-width: 768px) {
    .component.before-after.align-right, .component.before-after.align-left {
      width: 50%; }
    .component.before-after.align-right {
      float: right;
      margin-left: 20px; }
    .component.before-after.align-left {
      float: left;
      margin-right: 20px; } }

.burst-text {
  display: inline-flex;
  z-index: 200;
  flex-direction: row;
  align-items: center;
  line-height: 1em;
  letter-spacing: 1px;
  max-width: 100%;
  font-family: "helvetica", Helvetica, Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  padding: 15px;
  background: #5ebcb6;
  position: absolute;
  right: -10px;
  top: -10px; }
  .burst-text .content {
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .burst-text .next-arrow {
    height: 1em;
    margin-left: 5px;
    width: 1.25em;
    background: url("../img/icons/next-button.svg") #5ebcb6 no-repeat center; }
  .burst-text.top-right {
    right: -10px;
    top: -10px; }
  .burst-text.bottom-left {
    left: -10px;
    bottom: -10px; }
  .burst-text.bottom-right {
    bottom: -10px;
    right: -10px; }
  .burst-text.inline {
    max-width: 205px;
    max-height: 150px;
    padding: 10px;
    line-height: 1.2em;
    width: 170px; }
    .burst-text.inline .content {
      white-space: normal;
      overflow: visible; }
    .burst-text.inline .next-arrow {
      margin-left: 0px;
      width: 2em; }

.progress-bar progress {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 201;
  top: 46px;
  border: none;
  background-color: transparent;
  color: #5ebcb6;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.progress-bar progress::-webkit-progress-bar {
  background-color: transparent; }

.progress-bar progress::-webkit-progress-value {
  background-color: #5ebcb6; }

.progress-bar progress::-moz-progress-bar {
  background-color: #5ebcb6; }

.progress-container {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  display: block; }

.progress-bar-inner {
  background-color: #5ebcb6;
  width: 50%;
  display: block;
  height: inherit; }

.author-page main.content {
  padding-top: 16px; }
  @media (min-width: 768px) {
    .author-page main.content {
      padding-top: 32px; } }
  @media (min-width: 1024px) {
    .author-page main.content {
      padding-top: 8px; } }
.author-page .article-header {
  display: flex;
  flex-direction: column;
  max-width: none;
  margin-bottom: 24px;
  margin-left: 8px;
  margin-right: 8px; }
  @media (min-width: 768px) {
    .author-page .article-header {
      flex-direction: row;
      border-bottom: 1px solid #d7d7d9;
      padding-bottom: 24px;
      margin-left: 16px;
      margin-right: 16px; } }
  @media (min-width: 1024px) {
    .author-page .article-header {
      margin-left: 0;
      margin-right: 0; } }
  .author-page .article-header .article-info {
    padding: 0; }
.author-page .image-container {
  flex-shrink: 0;
  margin: 0 auto 16px auto;
  width: 100%; }
  @media (min-width: 768px) {
    .author-page .image-container {
      margin: 0 16px 0 0;
      width: 270px; } }
  .author-page .image-container + .author-info h1 {
    margin-top: 0; }
.author-page h1 {
  font-size: 36px;
  margin-bottom: 12px;
  text-align: center; }
  @media (min-width: 768px) {
    .author-page h1 {
      text-align: left;
      margin-bottom: 4px; } }
.author-page .author-title {
  display: block;
  font-family: "Merriweather", Times, serif;
  color: #686c73;
  text-align: center; }
  @media (min-width: 768px) {
    .author-page .author-title {
      text-align: left; } }
.author-page .share {
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .author-page .share {
      justify-content: flex-start; } }
  .author-page .share .icon {
    margin-left: 4px;
    margin-right: 4px; }
    @media (min-width: 768px) {
      .author-page .share .icon {
        margin-left: 0;
        margin-right: 8px; } }
.author-page .author-bio {
  line-height: 28px;
  font-family: "Open Sans", Helvetica, sans-serif; }
  @media (min-width: 768px) {
    .author-page .author-bio {
      line-height: 26px; } }
  .author-page .author-bio p {
    margin-top: 0; }

.product-tile .component.amazon-price {
  display: inline; }
  .product-tile .component.amazon-price .price {
    color: #8b8d91; }

.component.inline-recirc-articles {
  padding: 8px 0; }
  .component.inline-recirc-articles .recirc-items:after {
    content: "";
    display: table;
    clear: both; }
  .component.inline-recirc-articles .recirc-items .item {
    border: #cccc solid 1px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .component.inline-recirc-articles .recirc-items .item {
        width: calc(50% - 10px); } }
    .component.inline-recirc-articles .recirc-items .item .list-item {
      width: 100%; }
  @media (min-width: 768px) {
    .component.inline-recirc-articles .recirc-items .item:nth-child(odd) {
      margin-right: 5px; } }
  @media (min-width: 768px) {
    .component.inline-recirc-articles .recirc-items .item:nth-child(even) {
      margin-left: 5px; } }

/* ******************* */
/*      01-gallery     */
/* ******************* */
.body.gallery .media-img {
  background-color: #f0f1f2; }

/* ******************* */
/*      07-bucket      */
/* ******************* */
.component.bucket .hero .component.lazy-image.marquee_large_2x {
  padding-bottom: 49.5%; }

/* ******************* */
/*      07-footer      */
/* ******************* */
.above-footer {
  width: 100%; }

/* ******************* */
/*    25-newsletters   */
/* ******************* */
.above-footer .component.subscribe-callout {
  background-color: #f37123; }
.above-footer .media-body .partial.tout {
  color: white; }
  .above-footer .media-body .partial.tout button {
    border-color: white; }
    .above-footer .media-body .partial.tout button:hover {
      background: white; }
      .above-footer .media-body .partial.tout button:hover a {
        color: #f37123; }
    .above-footer .media-body .partial.tout button a {
      color: white; }
      .above-footer .media-body .partial.tout button a:hover {
        color: #f37123; }

/* **************** */
/*    15-video      */
/* **************** */
.component.video .video-cover .component.lazy-image img {
  width: 100% !important; }

.well .media-item {
  box-sizing: content-box;
  width: 100% !important;
  max-width: 640px !important;
  margin: 0 auto;
  padding: 24px 24px 36px 24px; }
  .well .media-item:after {
    content: "";
    display: table;
    clear: both; }
  .well .media-item img {
    width: 100%;
    height: auto; }
  .well .media-item h1 {
    font-size: 20px;
    line-height: 1.25;
    text-align: center; }
    @media (min-width: 768px) {
      .well .media-item h1 {
        font-size: 20px;
        line-height: 1.25; } }
    @media (min-width: 1024px) {
      .well .media-item h1 {
        font-size: 20px;
        line-height: 1.2; } }

.lead-media .body-caption {
  display: none; }

.subhead-heading {
  margin-top: 0; }

.container-full-width {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  background: white;
  /* overflow: hidden; */
  box-shadow: none;
  margin-bottom: 4px;
  }
  .container-full-width .content, .container-full-width .sidebar {
    margin: 0 auto; }
  .container-full-width:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .container-full-width {
      padding: 24px;
      margin: 0 auto;
      margin-bottom: 4px; } }

.container-full-width.full-page {
  width: 100%;
  height: calc(100vh - 116px);
  padding-right: 0; }
  .container-full-width.full-page .sidebar {
    padding-right: 16px;
    height: calc(100vh - 116px);
    overflow: auto; }
  .container-full-width.full-page .content {
    height: calc(100vh - 116px); }
  .container-full-width.full-page .with-sidebar-right .sidebar {
    text-align: left; }

@media (min-width: 1024px) {
  .container-full-width.with-sidebar > .content, .container-full-width.with-sidebar-right > .content {
    float: left;
    width: 62.5%; } }
  @media (min-width: 1024px) and (min-width: 1162px) {
    .container-full-width.with-sidebar > .content, .container-full-width.with-sidebar-right > .content {
      width: calc(100% - 330px); } }
@media (min-width: 1024px) {
  .container-full-width.with-sidebar > .sidebar, .container-full-width.with-sidebar-right > .sidebar {
    float: left;
    width: 37.5%;
    padding-left: 32px; } }
  @media (min-width: 1024px) and (min-width: 1162px) {
    .container-full-width.with-sidebar > .sidebar, .container-full-width.with-sidebar-right > .sidebar {
      width: 330px; } }
@media (min-width: 1024px) {
  .container-full-width.with-sidebar .sidebar > div, .container-full-width.with-sidebar-right .sidebar > div {
    margin-left: auto;
    margin-right: auto; }
  .container-full-width.with-sidebar .article-content,
  .container-full-width.with-sidebar .article-left-side,
  .container-full-width.with-sidebar > .article-content,
  .container-full-width.with-sidebar > .article-left-side,
  .container-full-width.with-sidebar-right .article-left-side,
  .container-full-width.with-sidebar-right .article-content,
  .container-full-width.with-sidebar-right > .article-content {
    float: left;
    width: calc(100% - 320px);
    max-width: 800px; }
  
  
  .container-full-width.with-sidebar .article-left-side .article-content,
  .container-full-width.with-sidebar > .article-left-side .article-content,
  .container-full-width.with-sidebar-right .article-left-side .article-content,
  .container-full-width.with-sidebar-right > .article-left-side .article-content
  {
    float: none;
    width: 100%;
    max-width: 100%; 
  }
  
  .container-full-width.with-sidebar > .article-small-sidebar, .container-full-width.with-sidebar-right > .article-small-sidebar {
    width: 300px; }

  .container-full-width.with-sidebar > .content {
    float: right; }

  .container-full-width.with-sidebar-right > .content {
    float: left; } }
body {
  background: white; }

.container-full-width.no-pad {
  padding: 0; }

.container-full-width.no-border {
  border: none; }

.container-full-width.no-background {
  background-color: inherit; }

.variable-columns .content-item {
  float: left;
  width: 33%; }

.variable-columns.two-columns .content-item {
  width: 33%; }

.bucket {
  position: relative;
  box-shadow: none; }

.bucket + .bucket {
  margin-top: 16px; }

@media (min-width: 1024px) {
  .bucket.standard .tile,
  .bucket.skybox .tile {
    float: left; }
    .bucket.standard .tile .headline,
    .bucket.skybox .tile .headline {
      font-family: "Merriweather", Times, serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 30px; }
  .bucket.standard .tile:nth-of-type(1),
  .bucket.skybox .tile:nth-of-type(1) {
    width: 37.5%; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .bucket.standard .tile:nth-of-type(1),
    .bucket.skybox .tile:nth-of-type(1) {
      padding-right: 12px; }
      .bucket.standard .tile:nth-of-type(1) .media-body,
      .bucket.skybox .tile:nth-of-type(1) .media-body {
        margin-left: 0;
        margin-right: 0; } }
@media (min-width: 1024px) {
  .bucket.standard .tile:nth-of-type(2),
  .bucket.skybox .tile:nth-of-type(2) {
    width: 37.5%;
    padding-left: 12px; }
    .bucket.standard .tile:nth-of-type(2) .media-body,
    .bucket.skybox .tile:nth-of-type(2) .media-body {
      margin-left: 0;
      margin-right: 0; }
    .bucket.standard .tile:nth-of-type(2) .component.native-ad,
    .bucket.skybox .tile:nth-of-type(2) .component.native-ad {
      width: calc(100% - 12px);
      left: 8px; }
  .bucket.standard .list-container,
  .bucket.skybox .list-container {
    float: left;
    padding-left: 24px;
    width: 25%; }
    .bucket.standard .list-container .list-item:first-of-type,
    .bucket.skybox .list-container .list-item:first-of-type {
      border-top: none;
      padding-top: 0; } }

.no-headline .article-info {
  display: none; }

.bucket.skybox .section.group .heading {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase; }
  .bucket.skybox .section.group .heading::after {
    content: "";
    display: block;
    padding-top: 16px;
    border-bottom: 4px solid #282f2f; }
.bucket.skybox .section.group .tile:nth-of-type(1) .heading::after {
  border-bottom-color: #9652e7; }
.bucket.skybox .section.group .tile:nth-of-type(2) .heading::after {
  border-bottom-color: #1dcc87; }
.bucket.skybox .section.group .list-container .heading::after {
  border-bottom-color: #2f76e8; }
.bucket.skybox .section.group .list-container {
  width: 100%; }
@media (min-width: 1024px) {
  .bucket.skybox .tile:nth-of-type(2) .headline {
    font-size: 20px; }
  .bucket.skybox .section.group .heading {
    font-size: 16px; }
    .bucket.skybox .section.group .heading::after {
      padding-top: 8px; }
  .bucket.skybox .tile:nth-of-type(1) {
    width: 33%;
    padding-left: 0;
    padding-right: 16px; }
  .bucket.skybox .tile:nth-of-type(2) {
    width: 33%;
    padding-left: 0;
    padding-right: 16px; }
  .bucket.skybox .section.group .list-container {
    width: 33%;
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1024px) {
  .bucket.skybox.grid-3x3x3 .section.group .list-container:nth-child(1) {
    padding-right: 16px; }
  .bucket.skybox.grid-3x3x3 .section.group .list-container:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px; }
  .bucket.skybox.grid-3x3x3 .section.group .list-container:nth-child(3) {
    padding-left: 16px; } }

.bucket-pad-mobile {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    .bucket-pad-mobile {
      padding-top: 0;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; } }

.list-container:last-child {
  margin-bottom: 0; }

.bucket.carousel .sidebar {
  display: none; }
  @media (min-width: 1024px) {
    .bucket.carousel .sidebar {
      width: 31.25%;
      display: block;
      padding-left: 24px; } }
@media (min-width: 1024px) {
  .bucket.carousel .hidden {
    display: none; } }
.bucket.carousel .selected {
  box-shadow: -8px 0 0 0px #5ebcb6; }
@media (min-width: 1024px) {
  .bucket.carousel .content {
    width: 68.75%; } }

@media (min-width: 1024px) {
  .bucket.columns .tile,
  .bucket.tout-cards .tile {
    width: 25.5%;
    float: left;
    padding-right: 24px; }
    .bucket.columns .tile:last-child,
    .bucket.tout-cards .tile:last-child {
      padding-right: 0;
      width: 23.5%; }
    .bucket.columns .tile .headline,
    .bucket.tout-cards .tile .headline {
      font-family: "Merriweather", Times, serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0.3px; }
    .bucket.columns .tile .component.native-ad,
    .bucket.tout-cards .tile .component.native-ad {
      width: calc(100% - 24px); } }

@media (min-width: 1024px) {
  .bucket.columns {
    font-size: 0; }
    .bucket.columns .tile {
      width: 25.5%;
      float: none;
      display: inline-block;
      vertical-align: top; }
      .bucket.columns .tile:nth-of-type(4n+0) {
        padding-right: 0;
        width: 23.5%; }
    .bucket.columns.grid-3x1 .tile, .bucket.columns.grid-3x2 .tile {
      width: 34%; }
      .bucket.columns.grid-3x1 .tile:nth-of-type(4n+0), .bucket.columns.grid-3x2 .tile:nth-of-type(4n+0) {
        padding-right: 24px;
        width: 34%; }
      .bucket.columns.grid-3x1 .tile:nth-of-type(3n+0), .bucket.columns.grid-3x2 .tile:nth-of-type(3n+0) {
        padding-right: 0;
        width: 32%; } }
.bucket.columns.transparent-background {
  background: transparent; }

.component.bucket.war-image .hero .component.lazy-image.marquee_large_2x {
  padding-bottom: 49.5%; }

.bucket.watch .content {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #d7d7d9;
  border-bottom: 1px solid #d7d7d9;
  -webkit-overflow-scrolling: touch;
  -webkit-scroll-snap-type: mandatory; }
  .bucket.watch .content article {
    -webkit-scroll-snap-coordinate: 0% 0%; }
  @media (min-width: 360px) {
    .bucket.watch .content {
      display: block;
      min-width: 100%; } }
  @media (min-width: 1024px) {
    .bucket.watch .content {
      display: flex;
      margin-top: 0;
      padding-top: 0;
      padding-bottom: 0;
      border: none; } }
.bucket.watch .tile {
  white-space: normal;
  padding-right: 0px;
  min-width: 100%; }
  @media (min-width: 360px) {
    .bucket.watch .tile {
      min-width: 100%; } }
  @media (min-width: 1024px) {
    .bucket.watch .tile {
      margin-right: 24px;
      min-width: calc(33.33% - 16px); } }
  .bucket.watch .tile .heading-content {
    font-family: "Merriweather", Times, serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.3px; }
  .bucket.watch .tile .component.native-ad {
    width: calc(100% - 12px); }

.bucket.war-image .hero .tile, .bucket.war-barge .hero .tile {
  position: relative; }
  @media (min-width: 1024px) {
    .bucket.war-image .hero .tile h3, .bucket.war-barge .hero .tile h3 {
      font-size: 32px;
      line-height: 40px; } }
.bucket.war-image .heading, .bucket.war-barge .heading {
  display: none; }
@media (min-width: 768px) {
  .bucket.war-image .hero .media-body, .bucket.war-barge .hero .media-body {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background: white;
    padding: 32px;
    width: 50%; } }

.bucket.war-image .partial.tile.media {
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .bucket.war-image .partial.tile.media .media-img {
      margin-bottom: 0; } }

.bucket-tab {
  cursor: pointer;
  position: relative;
  margin-bottom: 8px; }
  .bucket-tab:hover:not(.selected) {
    box-shadow: -8px 0 0 0px #d7d7d9; }

.overlay-headline {
  width: 100%;
  color: white;
  position: absolute;
  background: rgba(40, 47, 47, 0.8);
  left: 0;
  bottom: 0; }

.bucket .heading .type-120x60 {
  position: absolute;
  top: -24px;
  right: 0; }
.bucket .heading .heading-bucket {
  margin: 0; }
.bucket .heading .more-link {
  display: block;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px 16px 0; }
@media (min-width: 768px) {
  .bucket .heading {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .bucket .heading .with-more-link {
      display: table-cell;
      width: 75%; }
    .bucket .heading .more-link {
      display: table-cell;
      text-align: right;
      vertical-align: baseline;
      white-space: nowrap;
      padding: 0 16px 0 0; } }
@media (min-width: 1024px) {
  .bucket .heading .heading-bucket {
    margin: 24px 0 0 0; }
  .bucket .heading .more-link {
    padding: 0; } }

.bucket.two-column:after {
  content: "";
  display: table;
  clear: both; }
.bucket.two-column .headline {
  font-family: "Merriweather", Times, serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.3px; }
@media (min-width: 1024px) {
  .bucket.two-column .tile {
    width: 50%;
    float: left; }
  .bucket.two-column .tile:nth-child(odd) {
    clear: left;
    padding-right: 16px; }
  .bucket.two-column .tile:nth-child(even) {
    padding-left: 16px; } }

.well {
  padding-bottom: 16px; }
  @media (min-width: 1024px) {
    .well {
      padding-bottom: 0; } }
  @media (min-width: 1024px) {
    .well .heading-content {
      font-size: 32px;
      line-height: 42px; } }

.bucket-margin {
  margin-left: 16px;
  margin-right: 16px; }
  @media (min-width: 768px) {
    .bucket-margin {
      margin-left: 24px;
      margin-right: 24px; } }
  @media (min-width: 1024px) {
    .bucket-margin {
      margin-left: 0;
      margin-right: 0; } }

.bucket.promo {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #282f2f; }
  .bucket.promo.container-full-width {
    padding: 24px; }
  .bucket.promo .promo-image img {
    max-width: 100%; }
  .bucket.promo .promo-list-item {
    position: relative;
    margin-top: 16px;
    width: 100%; }
    .bucket.promo .promo-list-item .icon {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .bucket.promo .promo-list-item .promo-list-item-info {
      padding-left: 56px;
      font-family: "Open Sans", Helvetica, sans-serif;
      font-size: 14px;
      line-height: 16px; }
      .bucket.promo .promo-list-item .promo-list-item-info .heading {
        font-weight: 700;
        color: #282f2f; }
      .bucket.promo .promo-list-item .promo-list-item-info .text {
        color: #686c73;
        padding-top: 4px; }
  .bucket.promo .full-width-media {
    width: calc(100% + 48px);
    max-width: calc(100% + 48px);
    -webkit-transform: translateX(-24px);
    -moz-transform: translateX(-24px);
    -ms-transform: translateX(-24px);
    -o-transform: translateX(-24px);
    transform: translateX(-24px); }
  .bucket.promo .app-links {
    font-size: 0;
    width: 298px; }
    .bucket.promo .app-links .icon-app-store {
      margin-right: 8px; }
  @media (min-width: 1024px) {
    .bucket.promo.container-full-width {
      padding: 32px; }
    .bucket.promo .promo-image, .bucket.promo .promo-list, .bucket.promo .promo-info {
      float: left;
      width: 30%;
      padding-right: 32px; }
    .bucket.promo .promo-info {
      width: 40%; }
    .bucket.promo .promo-list {
      padding-right: 0; } }

.bucket.recipe-search {
  background: rgba(242, 105, 86, 0.8);
  height: 150px;
  text-align: center;
  overflow: hidden;
  margin-top: 0px;
  transform: translateZ(0); }
  .bucket.recipe-search:before {
    content: '';
    position: absolute;
    top: -200%;
    left: -50%;
    width: 200%;
    height: 700%;
    display: block;
    background-image: url("../img/foodpattern.png");
    opacity: 0.1;
    transform: rotate(-30deg); }
  .bucket.recipe-search .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    vertical-align: middle; }
    .bucket.recipe-search .container .search.desktop-only {
      display: none; }
    .bucket.recipe-search .container .search.tablet-only {
      display: block; }
  .bucket.recipe-search .find-recipe {
    display: none; }
  .bucket.recipe-search .search-field {
    width: calc(100% - 32px);
    outline: none;
    background: white;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #8b8d91;
    font-family: "Open Sans", Helvetica, sans-serif;
    height: 50px;
    border-radius: 5px;
    color: #282f2f;
    padding-left: 12px; }
    .bucket.recipe-search .search-field::placeholder {
      font-style: italic; }
  .bucket.recipe-search .button {
    border: none;
    background: transparent;
    position: absolute;
    right: 32px;
    top: 15px;
    padding: 0; }
    .bucket.recipe-search .button svg {
      width: 20px;
      height: 20px; }
  .bucket.recipe-search .text-label {
    display: block;
    color: white;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-style: italic;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 6px; }
  .bucket.recipe-search .topic-search {
    overflow-x: auto;
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    width: 100%;
    margin: 0 auto; }
    .bucket.recipe-search .topic-search button {
      background: #e6452a;
      border-radius: 5px;
      line-height: 32px;
      padding: 0 8px;
      color: white;
      border: none;
      margin-right: 4px; }
      .bucket.recipe-search .topic-search button .button-text {
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Open Sans", Helvetica, sans-serif;
        font-size: 11px; }
  @media (min-width: 768px) {
    .bucket.recipe-search {
      height: 177px; }
      .bucket.recipe-search .container .search.desktop-only {
        display: block; }
      .bucket.recipe-search .container .search.tablet-only {
        display: none; }
      .bucket.recipe-search .find-recipe {
        display: inline-block;
        font-size: 32px;
        line-height: 40px;
        font-family: "Merriweather", Times, serif;
        font-weight: 700;
        color: white;
        margin-right: 12px;
        vertical-align: middle; }
      .bucket.recipe-search .search-field {
        border-radius: 5px 0px 0px 5px;
        border-right-width: 0;
        width: 55%;
        padding-right: 50px; }
      .bucket.recipe-search .button {
        background: #e6452a;
        height: 50px;
        width: 50px;
        border-radius: 0 5px 5px 0;
        border-width: 1px 1px 1px 0;
        border-style: solid;
        border-color: #8b8d91;
        position: static;
        vertical-align: top; }
        .bucket.recipe-search .button .icon-search {
          display: block !important; }
        .bucket.recipe-search .button svg {
          width: 20px;
          height: 20px; }
      .bucket.recipe-search .text-label {
        display: inline-block;
        margin-bottom: 0px;
        line-height: 32px; }
      .bucket.recipe-search .topic-search {
        text-align: center;
        width: auto; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .bucket.recipe-search .text-label {
      font-size: 16px; } }

.component.grid-2x2 .grid-2x2-list {
  display: flex;
  flex-wrap: wrap; }
  .component.grid-2x2 .grid-2x2-list .list-item {
    width: 100%; }
    @media (min-width: 1024px) {
      .component.grid-2x2 .grid-2x2-list .list-item {
        width: calc(50% - 12px);
        margin-right: 24px; }
        .component.grid-2x2 .grid-2x2-list .list-item:nth-child(odd) {
          margin-right: 0; } }

.bucket.hide-deks .article-info-extended, .barge.hide-deks .article-info-extended {
  display: none; }

.bucket.text-link-bucket {
  display: flex;
  flex-wrap: wrap;
  text-transform: capitalize; }
  .bucket.text-link-bucket .text-link-left {
    text-align: center;
    align-items: center;
    flex: 0 0 100%; }
    .bucket.text-link-bucket .text-link-left .lazy-image {
      position: unset; }
      .bucket.text-link-bucket .text-link-left .lazy-image .inner-container {
        position: unset; }
    @media (min-width: 360px) {
      .bucket.text-link-bucket .text-link-left {
        position: relative;
        overflow: hidden;
        width: 200px;
        height: 300px; } }
    @media (min-width: 450px) {
      .bucket.text-link-bucket .text-link-left {
        height: 400px; } }
    @media (min-width: 600px) {
      .bucket.text-link-bucket .text-link-left {
        height: 500px; } }
    @media (min-width: 720px) {
      .bucket.text-link-bucket .text-link-left {
        height: 600px; } }
    @media (min-width: 768px) {
      .bucket.text-link-bucket .text-link-left {
        height: 710px; } }
    @media (min-width: 1024px) {
      .bucket.text-link-bucket .text-link-left {
        width: 100%;
        height: auto; } }
    .bucket.text-link-bucket .text-link-left img {
      width: 100%;
      height: auto; }
      @media (min-width: 360px) {
        .bucket.text-link-bucket .text-link-left img {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          max-width: none;
          max-height: none; } }
      @media (min-width: 1024px) {
        .bucket.text-link-bucket .text-link-left img {
          position: relative;
          transform: none;
          left: unset;
          top: unset;
          max-width: 100%;
          max-height: 100%; } }
    @media (min-width: 1024px) {
      .bucket.text-link-bucket .text-link-left {
        flex: 1 1 30%; } }
  .bucket.text-link-bucket .text-link-right {
    align-items: center;
    flex: 0 0 100%;
    background: rgba(94, 188, 182, 0.2);
    padding: 0 20px; }
    .bucket.text-link-bucket .text-link-right p {
      border-bottom: 1px solid #d7d7d9; }
    .bucket.text-link-bucket .text-link-right .headline {
      font-family: "Merriweather", Times, serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 30px;
      font-size: 28px; }
    @media (min-width: 1024px) {
      .bucket.text-link-bucket .text-link-right {
        flex: 1 1 63%; } }
    .bucket.text-link-bucket .text-link-right .deck-link {
      font-size: 12px;
      font-weight: 700; }
    .bucket.text-link-bucket .text-link-right .text-link-2x2 {
      display: flex;
      flex-wrap: wrap; }
    .bucket.text-link-bucket .text-link-right .text-link-2x2-list {
      word-wrap: break-word;
      width: calc(50% - 12px);
      margin-right: 24px; }
      .bucket.text-link-bucket .text-link-right .text-link-2x2-list:nth-child(even) {
        margin-right: 0; }
      .bucket.text-link-bucket .text-link-right .text-link-2x2-list .headline {
        color: #5ebcb6;
        font-family: "Open Sans", Helvetica, sans-serif;
        font-size: 20px;
        font-weight: normal;
        text-transform: uppercase; }
      .bucket.text-link-bucket .text-link-right .text-link-2x2-list .list-item {
        font-size: 14px; }
        .bucket.text-link-bucket .text-link-right .text-link-2x2-list .list-item a {
          color: inherit; }
          .bucket.text-link-bucket .text-link-right .text-link-2x2-list .list-item a:hover {
            color: #5ebcb6; }
      @media (min-width: 360px) {
        .bucket.text-link-bucket .text-link-right .text-link-2x2-list {
          flex: 0 0 100%;
          padding-bottom: 16px; } }
      @media (min-width: 500px) {
        .bucket.text-link-bucket .text-link-right .text-link-2x2-list {
          flex: 0 0 auto; } }

/* ********** */
/* Tout Cards */
/* ********** */
.bucket.tout-cards .tile {
  margin-bottom: 18px; }
  .bucket.tout-cards .tile .button-style a:after {
    content: "→"; }
  @media (min-width: 1024px) {
    .bucket.tout-cards .tile {
      border: 1px solid #f0f1f2;
      margin-bottom: 0;
      padding: 18px;
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); }
      .bucket.tout-cards .tile.tout-no-image {
        border: 0;
        box-shadow: none; }
        .bucket.tout-cards .tile.tout-no-image:first-child {
          padding-left: 0; }
        .bucket.tout-cards .tile.tout-no-image .headline {
          font-family: "Merriweather", Times, serif;
          font-size: 28px;
          line-height: 38px; } }
@media (min-width: 1024px) {
  .bucket.tout-cards.touts-x3 .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
.bucket.tout-cards.touts-x3 .tile {
  margin-bottom: 28px; }
  @media (min-width: 1024px) {
    .bucket.tout-cards.touts-x3 .tile {
      width: 31.75%;
      margin-left: 2.375%;
      min-height: 328px; }
      .bucket.tout-cards.touts-x3 .tile:nth-child(3n+1) {
        margin-left: 0; }
      .bucket.tout-cards.touts-x3 .tile:nth-child(3n+0) {
        padding-right: 18px; } }
.bucket.tout-cards.touts-x4 {
  margin-bottom: 18px; }
  @media (min-width: 1024px) {
    .bucket.tout-cards.touts-x4 .content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 1024px) {
    .bucket.tout-cards.touts-x4 .tile {
      width: 23%;
      margin-left: 2.5%;
      min-height: 290px; }
      .bucket.tout-cards.touts-x4 .tile:nth-child(4n+1) {
        margin-left: 0; }
      .bucket.tout-cards.touts-x4 .tile:nth-child(4n+0) {
        padding-right: 18px; } }

/* ************ */
/* Landing Hero */
/* ************ */
.bucket.landing-hero {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .bucket.landing-hero {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .bucket.landing-hero .component.video .video-inner-container {
      padding-bottom: 33.25%; } }
  .bucket.landing-hero.with-sidebar-right .content {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .bucket.landing-hero.with-sidebar-right .content {
        width: calc(100% - 330px); } }
    @media (min-width: 768px) {
      .bucket.landing-hero.with-sidebar-right .content .video-inner-container {
        padding-bottom: 45.25%; } }
  .bucket.landing-hero.with-sidebar-right .sidebar-right {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .bucket.landing-hero.with-sidebar-right .sidebar-right {
        padding-left: 24px; } }
  .bucket.landing-hero .content {
    position: relative; }
  .bucket.landing-hero .button-style a:after {
    content: "→"; }
  .bucket.landing-hero .media-display {
    max-height: 400px;
    overflow: hidden; }
    .bucket.landing-hero .media-display.hero-video {
      max-height: none; }
  .bucket.landing-hero .hero-video .media-body {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    background-color: transparent;
    color: #282f2f;
    padding: 0;
    text-align: left;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 1024px) {
      .bucket.landing-hero .hero-video .media-body {
        padding-left: 0;
        padding-right: 0; } }
    .bucket.landing-hero .hero-video .media-body .media-heading {
      font-size: 24px;
      line-height: 30px; }
  .bucket.landing-hero .hero-video .video-inner-container .inner-container img {
    max-width: none; }
  .bucket.landing-hero .media-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    margin: 0;
    padding: 24px;
    text-align: center;
    width: 80%; }
    .bucket.landing-hero .media-body .media-heading {
      font-size: 20px;
      line-height: 30px; }
    @media (min-width: 768px) {
      .bucket.landing-hero .media-body .media-heading {
        font-size: 28px;
        line-height: 38px; } }
    @media (min-width: 1024px) {
      .bucket.landing-hero .media-body {
        width: 70%; }
        .bucket.landing-hero .media-body .media-heading {
          font-size: 34px;
          line-height: 44px; } }

@media (min-width: 1024px) {
  .bucket.image-link-tout.grid-3x1 .promo-tout, .bucket.image-link-tout.grid-3x2 .promo-tout {
    width: 30%; }
  .bucket.image-link-tout.grid-4x1 .promo-tout, .bucket.image-link-tout.grid-4x2 .promo-tout {
    width: 22%; }
  .bucket.image-link-tout.grid-4x2 .section.group, .bucket.image-link-tout.grid-3x2 .section.group {
    flex-wrap: wrap; }
  .bucket.image-link-tout .section.group {
    display: flex;
    justify-content: space-around; }
    .bucket.image-link-tout .section.group::before {
      content: none; } }

.section-container {
  overflow: hidden; }

.section-container:first-child {
  margin-top: 0; }

.two-col.main {
  max-width: 720px; }

.media {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }

.media-body {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1; }

.media.vertically-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.media-img {
  display: block; }
  .media-img > img {
    max-width: 100%; }

.media.media-wrap:after {
  content: "";
  display: table;
  clear: both; }

.media.inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex; }

.media-wrap .media-body {
  display: block;
  text-align: left; }
  .media-wrap .media-body:after {
    content: "";
    display: table;
    clear: both; }

.media-wrap .media-img {
  float: left;
  display: block;
  padding-right: 10px; }
  .image-right > .media-wrap .media-img {
    float: right;
    margin-right: 0;
    padding-left: 10px; }
  .image-top > .media-wrap .media-img {
    float: none;
    padding: 0; }

.image-top {
  display: block; }

.image-top .media-img {
  margin-right: 0; }

.media-heading {
  display: block;
  margin-top: 0; }

.stacked {
  display: block;
  margin: 0; }

.stacked .media-img,
.stacked .media-body {
  float: none;
  display: block;
  margin-right: 0; }

.barge-pad-mobile {
  margin-left: 16px;
  margin-right: 16px;
  line-height: 20px; }
  @media (min-width: 768px) {
    .barge-pad-mobile {
      margin-left: 24px;
      margin-right: 24px; } }
  @media (min-width: 1024px) {
    .barge-pad-mobile {
      margin-left: 0;
      margin-right: 0; } }

.article-info-extended.has-list-items {
  margin-bottom: 24px; }
  @media (min-width: 1162px) {
    .article-info-extended.has-list-items {
      padding-top: 8px;
      padding-right: 24px; } }

@media (min-width: 1162px) {
  .article-info-list-items.has-list-items {
    padding-top: 12px; }
    .article-info-list-items.has-list-items .list-item .media-body {
      margin-right: 0; } }

@media (min-width: 1162px) {
  .article-info-list-items.has-list-items, .article-info-extended.has-list-items {
    float: left;
    width: 50%;
    padding-bottom: 0; } }

.article-info-list-items article:last-child {
  margin-bottom: 0; }

@media (min-width: 1024px) {
  .barge .marquee {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .barge .marquee .tile {
      width: calc(50% - 24px); }
      .barge .marquee .tile:first-child {
        margin-right: 24px; }

  .barge .pair {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .barge .pair .tile {
      width: calc(50% - 12px); }
      .barge .pair .tile:nth-child(2n) {
        margin-right: 24px; }
      .barge .pair .tile:first-child {
        width: 100%;
        padding: 0; }

  .mini-barge .marquee .tile {
    width: calc(50% - 12px);
    margin-right: 24px; }
    .mini-barge .marquee .tile:first-child {
      width: 100%; }
    .mini-barge .marquee .tile:nth-of-type(2n) {
      margin-right: 0; }
  .mini-barge .marquee .tile:nth-child(3) {
    padding-right: 0; }
    .mini-barge .marquee .tile:nth-child(3) .component.native-ad {
      width: calc(100% - 16px); }

  .war-barge .marquee .tile {
    width: calc(33.33% - 16px);
    padding-left: 0px;
    margin-right: 24px; }

  .war-barge .marquee .tile:nth-child(2) .component.native-ad {
    width: calc(100% - 65px);
    left: 8px; }

  .war-barge .marquee .tile:nth-child(4) {
    margin-right: 0px; }

  .marquee-barge {
    padding-top: 0; }

  .marquee-barge .hero:after {
    content: "";
    display: table;
    clear: both; }
  .marquee-barge .hero .media-img {
    margin-left: -32px;
    margin-right: -32px; }
  .marquee-barge .hero .media-body.article-info {
    float: left;
    width: calc(100% - 324px);
    margin-bottom: 24px; }
  .marquee-barge .hero .ad-container {
    float: right; }

  .marquee-barge .marquee:after {
    content: "";
    display: table;
    clear: both; }
  .marquee-barge .marquee .tile:nth-child(1),
  .marquee-barge .marquee .tile:nth-child(2),
  .marquee-barge .marquee .tile:nth-child(3) {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1;
    width: 33%;
    padding: 0; }
  .marquee-barge .marquee .tile:nth-child(1) {
    padding-right: 16px; }
  .marquee-barge .marquee .tile:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px; }
  .marquee-barge .marquee .tile:nth-child(3) {
    padding-left: 16px; }

  .marquee-barge .pair .tile:nth-child(1),
  .marquee-barge .pair .tile:nth-child(2) {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1;
    width: 50%;
    padding: 0; }
  .marquee-barge .pair .tile:nth-child(1) {
    padding-right: 8px; }
  .marquee-barge .pair .tile:nth-child(2) {
    padding-left: 8px; }

  .barge.container-full-width .sidebar {
    padding-left: 24px; }
  .barge.container-full-width .component.outbrain {
    display: none; }

  .hero-grid.container-full-width.with-sidebar-right .content {
    position: relative;
    width: 100%;
    float: none; }
    .hero-grid.container-full-width.with-sidebar-right .content .partial.hero .article-info {
      display: none; }
  .hero-grid.container-full-width.with-sidebar-right .content.left-rail {
    max-width: calc(100% - 324px);
    float: left; }
    .hero-grid.container-full-width.with-sidebar-right .content.left-rail .partial.marquee:after, .hero-grid.container-full-width.with-sidebar-right .content.left-rail .partial.marquee:first-child:after {
      content: "";
      display: table;
      clear: both; }
    .hero-grid.container-full-width.with-sidebar-right .content.left-rail .partial.marquee article, .hero-grid.container-full-width.with-sidebar-right .content.left-rail .partial.marquee:first-child article {
      float: left;
      margin-right: 0;
      padding-right: 24px;
      width: 50%; }
  .hero-grid.container-full-width.with-sidebar-right .sidebar {
    float: left;
    max-width: 324px; }

  .standard-barge.swimsuit .partial.marquee .tile, .image-link-barge .partial.marquee .tile {
    margin-right: 24px; }

  .image-link-barge .content.left-rail .promo-tout {
    float: left;
    width: 50%;
    clear: unset;
    height: 400px;
    padding-right: 24px; } }
.image-link-barge .promo-tout {
  float: left;
  width: 50%; }
@media (max-width: 360px) {
  .image-link-barge .content.left-rail {
    display: flex;
    flex-wrap: wrap; }
    .image-link-barge .content.left-rail .promo-tout {
      display: inline-block;
      padding: 0 10px;
      margin: 10px 0; }
  .image-link-barge .sidebar {
    clear: both; } }

.war-barge .content.left-rail {
  width: 100%; }

.overlay-component {
  position: fixed;
  top: 56px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 500;
  -webkit-overflow-scrolling: touch;
  -webkit-animation: fadeOut 0.5s 1 forwards;
  -moz-animation: fadeOut 0.5s 1 forwards;
  -ms-animation: fadeOut 0.5s 1 forwards;
  -o-animation: fadeOut 0.5s 1 forwards;
  animation: fadeOut 0.5s 1 forwards; }
  @media (min-width: 1024px) {
    .overlay-component {
      top: 0;
      overflow-y: hidden; } }
  .overlay-component.active {
    display: block;
    -webkit-animation: fadeIn 0.5s 1 forwards;
    -moz-animation: fadeIn 0.5s 1 forwards;
    -ms-animation: fadeIn 0.5s 1 forwards;
    -o-animation: fadeIn 0.5s 1 forwards;
    animation: fadeIn 0.5s 1 forwards; }
  .overlay-component .overlay-popup {
    background-color: white;
    z-index: 400;
    width: 100%;
    min-height: 100%;
    max-height: calc(100% - 16px);
    height: auto;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    top: 0; }
    @media (min-width: 1024px) {
      .overlay-component .overlay-popup {
        width: auto;
        height: auto;
        min-height: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25); } }

.recirc-container .component.bucket {
  max-width: 100%; }

.bottom-recirc {
  display: flex;
  flex-wrap: wrap;
  }
  .bottom-recirc > h3, .bottom-recirc .heading-3 {
    flex-basis: 100%;
    font-family: "Merriweather", Times, serif; }
  .bottom-recirc .partial.tile {
    margin-right: 0px;
    margin-bottom: 24px;
    width: 100%; }
    .bottom-recirc .partial.tile .image-flair {
      margin: 0px; }
    @media (min-width: 360px) {
      .bottom-recirc .partial.tile {
        border-bottom: 1px solid #d7d7d9;
        padding-bottom: 16px;
        margin-bottom: 16px; }
        .bottom-recirc .partial.tile .media-img {
          width: 100px;
          margin-left: 16px;
          float: right;
          } }
    @media (min-width: 768px) {
      .bottom-recirc .partial.tile .media-img {
        width: calc(33.33% - 11px); } }
    @media (min-width: 1024px) {
      .bottom-recirc .partial.tile {
        border-bottom: 0;
        width: calc((100% - 32px)/3);
        margin-right: 16px; }
        .bottom-recirc .partial.tile:nth-of-type(3n) {
          margin-right: 0; }
        .bottom-recirc .partial.tile .media-img {
          width: 100%;
          margin-left: 0%;
          float: none; } }
    .bottom-recirc .partial.tile .summary {
      /* display: none; */
      }
    .bottom-recirc .partial.tile h3, .bottom-recirc .partial.tile .heading-3 {
      font-size: 16px;
      line-height: 1.38; }
      .bottom-recirc .partial.tile h3 a, .bottom-recirc .partial.tile .heading-3 a {
        font-weight: 700; }
    .bottom-recirc .partial.tile .media-img {
      margin-bottom: 8px; }
    .bottom-recirc .partial.tile .media-body {
      margin: 0;
      }
      .bottom-recirc .partial.tile .media-body a:not(.eyebrow-link) {
        margin-bottom: 4px; }
    .bottom-recirc .partial.tile .heading-byline {
      color: #a3a5a9;
      font-family: "Open Sans", Helvetica, sans-serif;
      font-style: 400; }
      .bottom-recirc .partial.tile .heading-byline strong {
        font-weight: 400; }

.shopping-module .component.bucket {
  max-width: 100%; }

.shopping-module-grid {
  overflow: hidden; }
  .shopping-module-grid .partial.product-tile {
    float: left;
    padding-right: 16px;
    width: 50%; }
    .shopping-module-grid .partial.product-tile:nth-child(2n+1) {
      clear: both; }
    @media only screen and (min-width: 768px) {
      .shopping-module-grid .partial.product-tile {
        width: 33.33%; }
        .shopping-module-grid .partial.product-tile:nth-child(2n+1) {
          clear: none; }
        .shopping-module-grid .partial.product-tile:nth-child(3n+1) {
          clear: both; } }

.component.sticky-secondary-nav.no-max-width {
  max-width: 100%; }

.secondary-nav {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  border-bottom: solid 1px #d7d7d9;
  -webkit-padding-start: 0; }
  .secondary-nav li {
    display: inline-block;
    list-style: none;
    margin-left: 20px; }
    .secondary-nav li:nth-child(1) {
      margin-left: 0; }
    .secondary-nav li a {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      font-family: "Open Sans", Helvetica, sans-serif;
      color: #383838;
      letter-spacing: 1px; }
      .secondary-nav li a:hover {
        color: #f37123; }
  .secondary-nav.secondary-nav-fixed {
    position: fixed;
    z-index: 1000;
    top: 48px;
    background: white;
    width: 100%;
    border-top: 1px solid #d7d7d9;
    padding-top: 8px;
    padding-bottom: 8px; }

.sticky-secondary-nav .secondary-nav-logo {
  position: fixed;
  right: 5px;
  top: 60px;
  z-index: 1000;
  display: none; }
  .sticky-secondary-nav .secondary-nav-logo img {
    width: 30px; }
  @media (min-width: 1024px) {
    .sticky-secondary-nav .secondary-nav-logo.show {
      display: block; } }
.sticky-secondary-nav .secondary-nav-logo-text {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 9px;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 3px;
  text-align: center;
  float: left; }

@media (min-width: 1024px) {
  .sidebar {
    float: left; } }

@media (min-width: 1024px) {
  .sidebar-right {
    float: right; } }

.sidebar-item {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 768px) {
    .sidebar-item {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 1024px) {
    .sidebar-item {
      max-width: 300px;
      padding-left: 0;
      padding-right: 0; } }

.sidebar-item:not(:first-child) {
  margin-top: 24px; }
  .sidebar-item:not(:first-child):last-child {
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      .sidebar-item:not(:first-child):last-child {
        margin-bottom: 0; } }

.sidebar-item .component.newsletter-callout {
  border-top: 6px solid #5ebcb6;
  display: none;
  margin: 40px auto 40px;
  padding: 24px;
  text-align: center; }
  @media (min-width: 1024px) {
    .sidebar-item .component.newsletter-callout {
      display: block; } }
  .sidebar-item .component.newsletter-callout h3 {
    font-size: 24px;
    font-weight: 700; }
  .sidebar-item .component.newsletter-callout .tout-content {
    margin-bottom: 28px; }
  .sidebar-item .component.newsletter-callout button, .sidebar-item .component.newsletter-callout .button-style {
    background: #f26956;
    border: none;
    border-radius: 3px;
    color: white;
    width: 150px; }
    .sidebar-item .component.newsletter-callout button:hover a, .sidebar-item .component.newsletter-callout .button-style:hover a {
      background: #e6452a; }
    .sidebar-item .component.newsletter-callout button a, .sidebar-item .component.newsletter-callout .button-style a {
      border: none; }

.optional-dek-header-wrapper {
  overflow: hidden;
  width: 100%;
  float: left;
  position: relative; }
.optional-dek-header-left {
  overflow: hidden;
  width: 100%;
  float: left; }
.optional-dek-header-right {
  text-align: center;
  margin-bottom: 20px; }
  .optional-dek-header-right p {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Droid Sans", sans-serif;
    font-size: 12px; }
  @media (min-width: 1024px) {
    .optional-dek-header-right {
      position: absolute;
      right: 1%;
      margin-bottom: 0; } }
.optional-dek-header {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center; }
.optional-dek-header-logo {
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  vertical-align: middle; }
  .optional-dek-header-logo .component.lazy-image img {
    width: 100px; }
  .optional-dek-header-logo .inline-thumb {
    width: auto;
    text-align: center;
    display: inline-block; }
  .optional-dek-header-logo .secondary-nav-thumb img {
    width: 25px; }
.optional-dek-header-title {
  display: inline-block;
  clear: none;
  text-align: center;
  width: 100%;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 1024px) {
    .optional-dek-header-title {
      width: auto; } }
  .optional-dek-header-title span {
    font-size: 32px;
    font-family: "Merriweather", Times, serif;
    font-weight: 700;
    color: #282f2f; }
    @media (min-width: 1024px) {
      .optional-dek-header-title span {
        font-size: 38px; } }
.optional-dek-header-dek {
  float: left;
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0 12%;
  text-align: center; }
  @media (min-width: 1024px) {
    .optional-dek-header-dek {
      padding: 0 14%; } }
  .optional-dek-header-dek span {
    font-size: 18px;
    font-family: "Merriweather", Times, serif;
    color: #282f2f;
    text-align: center;
    display: block; }
.optional-dek-links {
  float: left;
  display: block;
  text-align: center;
  margin: 20px 0;
  width: 100%; }
  .optional-dek-links ul {
    list-style: none;
    margin: 0 45px;
    padding: 0; }
    .optional-dek-links ul li {
      display: inline-block;
      text-transform: uppercase;
      font-size: 14px;
      padding: 0 10px;
      width: 100%;
      font-family: "Open Sans", Helvetica, sans-serif;
      font-weight: 700;
      margin: 0; }
      @media (min-width: 768px) {
        .optional-dek-links ul li {
          width: auto; } }
.optional-dek-social {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 24px; }
  .optional-dek-social .component {
    width: fit-content;
    margin: auto; }
    .optional-dek-social .component .social-container {
      justify-content: center; }
.optional-dek-ad {
  width: 100%;
  float: none;
  display: block;
  text-align: center; }
  @media (min-width: 1024px) {
    .optional-dek-ad {
      width: 300px;
      float: left; } }
.optional-dek .sidebar {
  text-align: center; }

.bucket.carousel {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .bucket.carousel .content {
      width: calc(100% - 226px); } }
  .bucket.carousel .content .media-display.hidden {
    display: none; }
  .bucket.carousel .content .media-display:last-child {
    margin-right: 0; }
  .bucket.carousel .sidebar {
    overflow: hidden;
    max-width: 100%;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    @media (min-width: 1024px) {
      .bucket.carousel .sidebar {
        max-height: none;
        overflow-x: hidden;
        white-space: initial;
        width: 226px;
        padding-left: 24px; } }
    @media (min-width: 1162px) {
      .bucket.carousel .sidebar {
        max-height: none; } }
    .bucket.carousel .sidebar .bucket-tab {
      width: 100%;
      max-width: 260px;
      white-space: nowrap;
      vertical-align: top;
      overflow: hidden;
      display: inline-block;
      margin-bottom: 0;
      margin-right: 20px;
      white-space: initial;
      box-shadow: none; }
      .bucket.carousel .sidebar .bucket-tab:last-child {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .bucket.carousel .sidebar .bucket-tab {
          box-shadow: initial;
          width: 100%;
          max-width: 100%;
          max-height: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
      .bucket.carousel .sidebar .bucket-tab .heading-2 {
        margin-top: 0;
        margin-bottom: 0; }
    .bucket.carousel .sidebar .overlay-headline {
      position: relative;
      color: #282f2f;
      background: none; }

/* BRANDED INFO BAR */
.branded-info {
  font-size: .75em;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  border-top: 0.4em solid #bce2f1; }
  .branded-info__label {
    display: inline-block;
    margin-top: -1em;
    padding: 0 1em;
    vertical-align: middle;
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #000;
    background-color: #bce2f1;
    text-transform: uppercase; }

/* BRANDED LOGO */
.branded-image {
  vertical-align: bottom;
  margin-bottom: 1em; }

/* NATIVE INFO BAR */
.native-info {
  position: relative;
  min-height: 100px;
  padding-top: .5em;
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 1.3; }
  .native-info:empty {
    display: none; }
  .native-info__dek {
    margin: 0 auto;
    padding-right: 1em;
    font-weight: 700;
    line-height: 1.6;
    overflow: hidden; }
  .native-info__logos {
    width: 125px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 500px) {
      .native-info__logos {
        float: left;
        padding-right: 2%; } }
    .native-info__logos svg, .native-info__logos img {
      display: block;
      margin: 0 auto .5em; }
    .native-info__logos svg {
      width: 100%;
      height: auto;
      transform: scale(0.9); }

/* SPONSORED INFO POPOVER */
.sponsor-info {
  display: inline-block;
  font-size: .75rem; }
  .sponsor-info--branded {
    position: relative;
    margin-left: .1em; }
  .sponsor-info--native {
    position: absolute;
    margin-top: .3em;
    margin-left: .5em; }
  .sponsor-info__icon {
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin-top: -.2em;
    padding: 0;
    line-height: .5;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    border-radius: 50%;
    outline: 0; }
    .sponsor-info__icon::before {
      content: 'i';
      font-family: serif;
      font-size: .5rem;
      font-weight: bold; }
    .sponsor-info__icon a {
      color: #5ebcb6; }
      .sponsor-info__icon a:hover {
        color: #f37123; }
  .sponsor-info__popover {
    z-index: 100;
    position: absolute;
    top: 30px;
    display: none;
    width: 180px;
    margin-left: -120px;
    padding: 1em;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.3;
    text-align: left;
    text-transform: none;
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px; }
    .sponsor-info__popover::before {
      position: absolute;
      top: -7px;
      right: 46px;
      display: block;
      width: 12px;
      height: 12px;
      content: "";
      background: #fff;
      border: 1px solid #000;
      border-width: 1px 0 0 1px;
      transform: rotate(45deg); }
    .sponsor-info__popover a {
      color: #5ebcb6; }
      .sponsor-info__popover a:hover {
        color: #f37123; }
    .sponsor-info__popover .disclosure-name {
      font-weight: 700;
      text-transform: uppercase; }
  .sponsor-info__icon:hover + .sponsor-info__popover, .sponsor-info__icon:focus + .sponsor-info__popover, .sponsor-info__icon:active + .sponsor-info__popover, .sponsor-info__popover:hover {
    display: block; }

@media speech {
  .component.inline-article,
  .component.feed.inline,
  .component.links-list,
  .component.newsletter-callout.newsletter-inline {
    display: none; }

  #article-body .component.gallery {
    display: none; } }
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

/*  GRID OF SIX  */
.span_6_of_6 {
  width: 100%; }

.span_5_of_6 {
  width: 83.06%; }

.span_4_of_6 {
  width: 66.13%; }

.span_3_of_6 {
  width: 49.2%; }

.span_2_of_6 {
  width: 32.26%; }

.span_1_of_6 {
  width: 15.33%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
    width: 100%; } }
/* ********************************** */
/*  Business Listing Individual page  */
/* ********************************** */
.column-main ul {
  margin: 0;
  padding: 0; }

.column-main ul .col-3 {
  float: left;
  list-style: none;
  max-width: 33%;
  width: 100%; }

.column-main ul li dd {
  margin: 0;
  padding: 0 0 0 10px; }

.column-main {
  max-width: 674px;
  float: left;
  width: 100%;
  /* padding-left: 15px; */
  /* padding-right: 17px; */ }

.column-main .page-header__title {
  background: url(https://img.sunset02.com/sites/all/themes/sunset/images/legacy/insider-guides-header.jpg) no-repeat;
  padding: 55px 0px 63px 165px; }

.business__price {
  color: #f37021;
  font-size: 1.125rem;
  font-weight: bold; }

.business__city-state {
  color: #000;
  font-size: 0.75rem;
  font-weight: bold; }

.business__info {
  border-bottom: 1px dotted #8d8d8d;
  margin-bottom: 20px; }

.business__address-contact {
  margin-bottom: 20px; }

.business__address-contact__item {
  color: #6c6c6c;
  float: left;
  font-size: 0.8125rem;
  padding: 0 0 10px;
  max-width: 50%;
  width: 100%; }

.business__address-contact__title {
  font-size: 1.25rem;
  margin-bottom: 0; }

.insider-guides .col-3 .region a {
  color: #000; }

.insider-guides .col-3 .locale .locale-link {
  color: #6c6c6c;
  position: relative; }

.panel-pane.pane-views.pane-ti-lsg-snst-image-slideshow.featured-photo {
  float: left;
  margin-right: 15px; }

ul li dd:before {
  content: '';
  background: transparent url(https://img.sunset02.com/sites/all/themes/sunset/images/legacy/global-sprite.png) -380px 3px;
  width: 10px;
  height: 14px;
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }

.business__last-reviewed .field-fate-reviewed {
  display: inline-block; }

/* ********************************** */
/*           Responsive               */
/* ********************************** */
@media (max-width: 1024px) {
  .component.business__info article.partial.tile {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    margin: auto;
    padding-top: 16px;
    padding-bottom: 0px; }
    .component.business__info article.partial.tile a.media-img {
      width: 40%;
      margin-left: 0px;
      margin-right: 16px;
      float: right; }
    .component.business__info article.partial.tile .media-body {
      margin: auto;
      text-align: right; }
      .component.business__info article.partial.tile .media-body a {
        font-size: 15px; }

  .insider-guides.lineFancyWrapper ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
  .insider-guides.lineFancyWrapper li.col-3 {
    width: 100%;
    max-width: 100%; } }

img{height: auto;}

/*# sourceMappingURL=sunset-magazine.css.map */



  /*
 * 	Adding Inline image for post/ page styling
 */
  .article-left-side .wp-credits-text {
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #686c73;
  font-size: 11px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.article-left-side .wp-caption-text {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 21px;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.wp-credits-text p {
  margin-top: 0px;
  margin-bottom: 0px;
}
