@charset "UTF-8";
/*********** Correct order of the scss includes should be ********************
brand specific variables
element core variables
element core any additional includes
brand specific mixins
element core styles
brand specific overrides
****************************************************************************/
/*********/
/* FONTS */
/*********/
/**********/
/* COLORS */
/**********/
/***************/
/*    SIZES    */
/***************/
.font-heading {
  font-family: "Klein", "Times New Roman", serif; }

.font-paragraph {
  font-family: "Source Sans Pro", Arial; }

/*! 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` 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; }

html {
  box-sizing: border-box; }

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

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

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; }

.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;
  font-size: 600%;
  line-height: 85%;
  padding-right: 16px; }

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

.non-visual-fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.overflow-hidden {
  overflow: hidden; }

.editorial-program-link {
  color: rgba(0, 0, 0, 0.95);
  text-decoration: none;
  align-items: center;
  display: flex;
  margin: 24px 0 16px; }
  .editorial-program-link:hover, .editorial-program-link:active, .editorial-program-link:focus {
    color: rgba(0, 0, 0, 0.95);
    text-decoration: underline; }
  .editorial-program-link:visited {
    color: rgba(0, 0, 0, 0.95); }
  @media (min-width: 1024px) {
    .editorial-program-link {
      margin: 0 0 16px; } }
  @media (min-width: 1024px) {
    .gallery-container .editorial-program-link {
      margin: 32px 0 -8px; } }

.editorial-program-name {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: 8px; }
  .editorial-program-name:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .editorial-program-name:active {
    opacity: 0.8; }

.editorial-program-logo {
  height: 48px;
  width: auto; }

body {
  color: rgba(0, 0, 0, 0.95);
  font-family: "Source Sans Pro", Arial;
  background-color: #fff; }

pre, code {
  background: #f0f1f2;
  color: rgba(0, 0, 0, 0.95);
  font-family: Consolas, Monaco, monospace;
  padding: 0 4px; }

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

p, ol, ul {
  font-family: "Source Sans Pro", Arial;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 16px; }

.mdex-test .article-content-container ol li {
  counter-increment: item;
  list-style-type: none;
  margin-top: 16px;
  margin-bottom: 16px;
  text-indent: -24px; }
  .mdex-test .article-content-container ol li:before {
    content: counter(item) ".";
    display: inline;
    font-weight: bold;
    padding-right: 8px; }

.mdex-test .article-content-container ul:not(.byline-section):not(.value-list):not(.project-meta-list):not(.checklist-supplies-list):not(.carouselNav__list):not(.carouselNav__list):not(.value-list.vertical):not(.seeMoreValues__list) li {
  counter-increment: item;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 12px;
  text-indent: -16px; }
  .mdex-test .article-content-container ul:not(.byline-section):not(.value-list):not(.project-meta-list):not(.checklist-supplies-list):not(.carouselNav__list):not(.carouselNav__list):not(.value-list.vertical):not(.seeMoreValues__list) li:before {
    content: '\2022';
    display: inline;
    padding-right: 8px;
    vertical-align: top; }
  .mdex-test .article-content-container ul:not(.byline-section):not(.value-list):not(.project-meta-list):not(.checklist-supplies-list):not(.carouselNav__list):not(.carouselNav__list):not(.value-list.vertical):not(.seeMoreValues__list) li p {
    display: inline-block;
    width: calc(100% - 20px);
    text-indent: 0; }

body .content .video-transcript .heading h3 {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px; }

body .content .video-transcript .content {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: left; }

a {
  color: rgba(0, 0, 0, 0.95);
  font-weight: 500;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #0F7BAE; }
  a:visited {
    color: #ac1900; }
  a.dark {
    color: #282f2f; }
    a.dark:hover {
      color: rgba(0, 0, 0, 0.65); }
  a.bold {
    font-weight: 700; }

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

figure {
  margin: 0; }

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

.dek {
  color: #282f2f;
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px; }

.branding-body-text {
  color: rgba(0, 0, 0, 0.95); }

.bg-branding-body-text {
  background-color: rgba(0, 0, 0, 0.95); }

.branding-accent-text {
  color: #239AD2; }

.bg-branding-accent-text {
  background-color: #239AD2; }

.branding-accent-text-hover {
  color: #239AD2; }

.bg-branding-accent-text-hover {
  background-color: #0F7BAE; }

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

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

.branding-primary {
  color: #fff; }

.bg-branding-primary {
  background-color: #fff; }

.branding-body {
  color: #fff; }

.bg-branding-body {
  background-color: #fff; }

.branding-background {
  color: #fff; }

.branding-accent {
  color: #239AD2; }

.bg-branding-accent {
  background-color: #239AD2; }

.bg-branding-accent-hover {
  background-color: #0F7BAE; }

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

.bg-branding-secondary-accent-hover {
  background-color: #3F9612; }

.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: rgba(0, 0, 0, 0.65); }

.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: rgba(0, 0, 0, 0.65); }

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

.bg-brand-color-light {
  background: #fff; }

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

.paragraph--dropCaps {
  overflow: hidden; }
  .paragraph--dropCaps:first-letter {
    font-size: 58px;
    line-height: 52px;
    font-family: "Klein", "Times New Roman", serif;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.95);
    margin: 0 8px 0 0;
    float: left; }

.paragraph.paragraph--small p {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0; }

.heading--center,
.subheading--center {
  text-align: center; }

h1, .heading-1 {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: 0; }
  @media (min-width: 768px) {
    h1, .heading-1 {
      font-size: 48px;
      line-height: 52px; } }

h2, .heading-2 {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0; }
  @media (min-width: 768px) {
    h2, .heading-2 {
      font-size: 36px;
      line-height: 44px; } }

h3, .heading-3 {
  color: rgba(0, 0, 0, 0.95);
  font-family: "Klein", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0; }

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: "Klein", "Times New Roman", serif;
  margin-top: 32px;
  margin-bottom: 32px; }
  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: rgba(0, 0, 0, 0.65); }

.subtitle {
  font-size: 18px;
  font-weight: 500;
  font-family: "Source Sans Pro", Arial;
  color: rgba(0, 0, 0, 0.65);
  text-transform: capitalize;
  margin-bottom: 12px; }

.subtitle-twitter {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #1DA1F2; }

.page-title {
  font-family: "Klein", "Times New Roman", 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: "Klein", "Times New Roman", 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: "Source Sans Pro", Arial;
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  color: #1DA1F2; }
  @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: "Klein", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  color: #282f2f;
  line-height: 16px; }

.style-orange a {
  color: #239AD2; }

.style-orange a:hover {
  color: #0F7BAE; }

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

a.style-orange {
  color: #239AD2; }
  a.style-orange:hover {
    color: #0F7BAE; }

a.style-black {
  color: #282f2f; }
  a.style-black:hover {
    color: rgba(0, 0, 0, 0.65); }

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

.heading-eyebrow {
  font-family: "Source Sans Pro", Arial;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.eyebrow-link {
  color: #ac1900; }

.heading-menu {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  display: none;
  color: rgba(0, 0, 0, 0.65); }
  @media (min-width: 360px) {
    .heading-menu {
      display: block; } }

.heading-tiny {
  font-family: "Source Sans Pro", Arial;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65); }

.heading-label {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.65); }

.heading-label-small {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px; }

.heading-label-twitter {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.65);
  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: "Klein", "Times New Roman", 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: "Klein", "Times New Roman", 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: "Klein", "Times New Roman", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px; }

.heading-content-tiny {
  font-family: "Source Sans Pro", Arial;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3em; }

.heading-content-tiny-light {
  font-family: "Source Sans Pro", Arial;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3em; }

.heading-bucket, .heading-bucket a {
  font-size: 36px;
  font-family: "Source Sans Pro", Arial;
  letter-spacing: 0.5px;
  font-weight: 700; }

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

.heading-byline {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65); }

.heading-tiny-team {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600; }

.heading-article-byline {
  font-family: "Klein", "Times New Roman", 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: "Source Sans Pro", Arial;
  font-size: 12px;
  float: left;
  line-height: 16px;
  letter-spacing: 0; }

.body-caption {
  color: rgba(0, 0, 0, 0.95); }

.body-caption-small {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.65); }

.body-credit {
  color: rgba(0, 0, 0, 0.65); }

.credit {
  font-family: "Source Sans Pro", Arial; }

.body-fine-print {
  font-family: "Source Sans Pro", Arial;
  font-size: 10px;
  line-height: 8px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.65); }
  @media (min-width: 1024px) {
    .body-fine-print {
      font-size: 12px;
      line-height: 10px;
      font-weight: 400; } }

.body-bold-fine-print {
  font-family: "Source Sans Pro", Arial;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.65); }
  @media (min-width: 1024px) {
    .body-bold-fine-print {
      font-size: 12px;
      line-height: 10px; } }

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

.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; }

.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; }

.sr-heading {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.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-56 {
  margin: 56px; }

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

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

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

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

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

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

.padding-56 {
  padding: 56px; }

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

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

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

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

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

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

.margin-64 {
  margin: 64px; }

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

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

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

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

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

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

.padding-64 {
  padding: 64px; }

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

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

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

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

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

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

.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: 1px solid #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: 1px solid #d7d7d9; }

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

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

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

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

.icon {
  border: none;
  background: 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:not(.excluded-color), .social-icon.color-light rect:not(.excluded-color), .social-icon.color-light ellipse:not(.excluded-color), .social-icon.color-light line:not(.excluded-color), .social-icon.color-light polyline:not(.excluded-color), .social-icon.color-light polygon:not(.excluded-color) {
  fill: #fff; }

.social-icon.color-gray-1 path:not(.excluded-color), .social-icon.color-gray-1 rect:not(.excluded-color), .social-icon.color-gray-1 ellipse:not(.excluded-color), .social-icon.color-gray-1 line:not(.excluded-color), .social-icon.color-gray-1 polyline:not(.excluded-color), .social-icon.color-gray-1 polygon:not(.excluded-color) {
  fill: #f0f1f2; }

.social-icon.color-gray-2 path:not(.excluded-color), .social-icon.color-gray-2 rect:not(.excluded-color), .social-icon.color-gray-2 ellipse:not(.excluded-color), .social-icon.color-gray-2 line:not(.excluded-color), .social-icon.color-gray-2 polyline:not(.excluded-color), .social-icon.color-gray-2 polygon:not(.excluded-color) {
  fill: #d7d7d9; }

.social-icon.color-gray-3 path:not(.excluded-color), .social-icon.color-gray-3 rect:not(.excluded-color), .social-icon.color-gray-3 ellipse:not(.excluded-color), .social-icon.color-gray-3 line:not(.excluded-color), .social-icon.color-gray-3 polyline:not(.excluded-color), .social-icon.color-gray-3 polygon:not(.excluded-color) {
  fill: #a3a5a9; }

.social-icon.color-gray-4 path:not(.excluded-color), .social-icon.color-gray-4 rect:not(.excluded-color), .social-icon.color-gray-4 ellipse:not(.excluded-color), .social-icon.color-gray-4 line:not(.excluded-color), .social-icon.color-gray-4 polyline:not(.excluded-color), .social-icon.color-gray-4 polygon:not(.excluded-color) {
  fill: #8b8d91; }

.social-icon.color-gray-5 path:not(.excluded-color), .social-icon.color-gray-5 rect:not(.excluded-color), .social-icon.color-gray-5 ellipse:not(.excluded-color), .social-icon.color-gray-5 line:not(.excluded-color), .social-icon.color-gray-5 polyline:not(.excluded-color), .social-icon.color-gray-5 polygon:not(.excluded-color) {
  fill: rgba(0, 0, 0, 0.65); }

.social-icon.color-gray-5 path:not(.excluded-color), .social-icon.color-gray-5 rect:not(.excluded-color), .social-icon.color-gray-5 ellipse:not(.excluded-color), .social-icon.color-gray-5 line:not(.excluded-color), .social-icon.color-gray-5 polyline:not(.excluded-color), .social-icon.color-gray-5 polygon:not(.excluded-color) {
  fill: #383838; }

.social-icon.color-dark path:not(.excluded-color), .social-icon.color-dark rect:not(.excluded-color), .social-icon.color-dark ellipse:not(.excluded-color), .social-icon.color-dark line:not(.excluded-color), .social-icon.color-dark polyline:not(.excluded-color), .social-icon.color-dark polygon:not(.excluded-color) {
  fill: #282f2f; }

.social-icon.color-accent path:not(.excluded-color), .social-icon.color-accent rect:not(.excluded-color), .social-icon.color-accent ellipse:not(.excluded-color), .social-icon.color-accent line:not(.excluded-color), .social-icon.color-accent polyline:not(.excluded-color), .social-icon.color-accent polygon:not(.excluded-color) {
  fill: #239AD2; }

.social-icon.color-accent-hover path:not(.excluded-color), .social-icon.color-accent-hover rect:not(.excluded-color), .social-icon.color-accent-hover ellipse:not(.excluded-color), .social-icon.color-accent-hover line:not(.excluded-color), .social-icon.color-accent-hover polyline:not(.excluded-color), .social-icon.color-accent-hover polygon:not(.excluded-color) {
  fill: #0F7BAE; }

.social-icon.color-secondary-accent path:not(.excluded-color), .social-icon.color-secondary-accent rect:not(.excluded-color), .social-icon.color-secondary-accent ellipse:not(.excluded-color), .social-icon.color-secondary-accent line:not(.excluded-color), .social-icon.color-secondary-accent polyline:not(.excluded-color), .social-icon.color-secondary-accent polygon:not(.excluded-color) {
  fill: #f44336; }

.social-icon.color-hrule path:not(.excluded-color), .social-icon.color-hrule rect:not(.excluded-color), .social-icon.color-hrule ellipse:not(.excluded-color), .social-icon.color-hrule line:not(.excluded-color), .social-icon.color-hrule polyline:not(.excluded-color), .social-icon.color-hrule polygon:not(.excluded-color) {
  fill: #d7d7d9; }

.social-icon.color-ribbon-primary path:not(.excluded-color), .social-icon.color-ribbon-primary rect:not(.excluded-color), .social-icon.color-ribbon-primary ellipse:not(.excluded-color), .social-icon.color-ribbon-primary line:not(.excluded-color), .social-icon.color-ribbon-primary polyline:not(.excluded-color), .social-icon.color-ribbon-primary polygon:not(.excluded-color) {
  fill: #fff; }

.social-icon.color-ribbon-primary-text path:not(.excluded-color), .social-icon.color-ribbon-primary-text rect:not(.excluded-color), .social-icon.color-ribbon-primary-text ellipse:not(.excluded-color), .social-icon.color-ribbon-primary-text line:not(.excluded-color), .social-icon.color-ribbon-primary-text polyline:not(.excluded-color), .social-icon.color-ribbon-primary-text polygon:not(.excluded-color) {
  fill: #282f2f; }

.social-icon.color-backdrop path:not(.excluded-color), .social-icon.color-backdrop rect:not(.excluded-color), .social-icon.color-backdrop ellipse:not(.excluded-color), .social-icon.color-backdrop line:not(.excluded-color), .social-icon.color-backdrop polyline:not(.excluded-color), .social-icon.color-backdrop polygon:not(.excluded-color) {
  fill: #fff; }

.social-icon.color-foreground path:not(.excluded-color), .social-icon.color-foreground rect:not(.excluded-color), .social-icon.color-foreground ellipse:not(.excluded-color), .social-icon.color-foreground line:not(.excluded-color), .social-icon.color-foreground polyline:not(.excluded-color), .social-icon.color-foreground polygon:not(.excluded-color) {
  fill: #fff; }

.social-icon.color-body-text path:not(.excluded-color), .social-icon.color-body-text rect:not(.excluded-color), .social-icon.color-body-text ellipse:not(.excluded-color), .social-icon.color-body-text line:not(.excluded-color), .social-icon.color-body-text polyline:not(.excluded-color), .social-icon.color-body-text polygon:not(.excluded-color) {
  fill: rgba(0, 0, 0, 0.95); }

.social-icon.color-header-text path:not(.excluded-color), .social-icon.color-header-text rect:not(.excluded-color), .social-icon.color-header-text ellipse:not(.excluded-color), .social-icon.color-header-text line:not(.excluded-color), .social-icon.color-header-text polyline:not(.excluded-color), .social-icon.color-header-text polygon:not(.excluded-color) {
  fill: #282f2f; }

.social-icon.color-auth path:not(.excluded-color), .social-icon.color-auth rect:not(.excluded-color), .social-icon.color-auth ellipse:not(.excluded-color), .social-icon.color-auth line:not(.excluded-color), .social-icon.color-auth polyline:not(.excluded-color), .social-icon.color-auth polygon:not(.excluded-color) {
  fill: #239AD2; }

.social-icon.color-navigation path:not(.excluded-color), .social-icon.color-navigation rect:not(.excluded-color), .social-icon.color-navigation ellipse:not(.excluded-color), .social-icon.color-navigation line:not(.excluded-color), .social-icon.color-navigation polyline:not(.excluded-color), .social-icon.color-navigation polygon:not(.excluded-color) {
  fill: rgba(0, 0, 0, 0.95); }

.social-icon.color-gray-6 path:not(.excluded-color), .social-icon.color-gray-6 rect:not(.excluded-color), .social-icon.color-gray-6 ellipse:not(.excluded-color), .social-icon.color-gray-6 line:not(.excluded-color), .social-icon.color-gray-6 polyline:not(.excluded-color), .social-icon.color-gray-6 polygon:not(.excluded-color) {
  fill: rgba(0, 0, 0, 0.65); }

.social-stroke-icon.color-accent g > path:first-child {
  stroke: #239AD2; }

.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: #239AD2; }

.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:not(.excluded-color), .utility-icon.color-light rect:not(.excluded-color), .utility-icon.color-light ellipse:not(.excluded-color), .utility-icon.color-light line:not(.excluded-color), .utility-icon.color-light polyline:not(.excluded-color), .utility-icon.color-light polygon:not(.excluded-color) {
  fill: #fff; }

.utility-icon.color-gray-1 path:not(.excluded-color), .utility-icon.color-gray-1 rect:not(.excluded-color), .utility-icon.color-gray-1 ellipse:not(.excluded-color), .utility-icon.color-gray-1 line:not(.excluded-color), .utility-icon.color-gray-1 polyline:not(.excluded-color), .utility-icon.color-gray-1 polygon:not(.excluded-color) {
  fill: #f0f1f2; }

.utility-icon.color-gray-2 path:not(.excluded-color), .utility-icon.color-gray-2 rect:not(.excluded-color), .utility-icon.color-gray-2 ellipse:not(.excluded-color), .utility-icon.color-gray-2 line:not(.excluded-color), .utility-icon.color-gray-2 polyline:not(.excluded-color), .utility-icon.color-gray-2 polygon:not(.excluded-color) {
  fill: #d7d7d9; }

.utility-icon.color-gray-3 path:not(.excluded-color), .utility-icon.color-gray-3 rect:not(.excluded-color), .utility-icon.color-gray-3 ellipse:not(.excluded-color), .utility-icon.color-gray-3 line:not(.excluded-color), .utility-icon.color-gray-3 polyline:not(.excluded-color), .utility-icon.color-gray-3 polygon:not(.excluded-color) {
  fill: #a3a5a9; }

.utility-icon.color-gray-4 path:not(.excluded-color), .utility-icon.color-gray-4 rect:not(.excluded-color), .utility-icon.color-gray-4 ellipse:not(.excluded-color), .utility-icon.color-gray-4 line:not(.excluded-color), .utility-icon.color-gray-4 polyline:not(.excluded-color), .utility-icon.color-gray-4 polygon:not(.excluded-color) {
  fill: #8b8d91; }

.utility-icon.color-gray-5 path:not(.excluded-color), .utility-icon.color-gray-5 rect:not(.excluded-color), .utility-icon.color-gray-5 ellipse:not(.excluded-color), .utility-icon.color-gray-5 line:not(.excluded-color), .utility-icon.color-gray-5 polyline:not(.excluded-color), .utility-icon.color-gray-5 polygon:not(.excluded-color) {
  fill: rgba(0, 0, 0, 0.65); }

.utility-icon.color-gray-5 path:not(.excluded-color), .utility-icon.color-gray-5 rect:not(.excluded-color), .utility-icon.color-gray-5 ellipse:not(.excluded-color), .utility-icon.color-gray-5 line:not(.excluded-color), .utility-icon.color-gray-5 polyline:not(.excluded-color), .utility-icon.color-gray-5 polygon:not(.excluded-color) {
  fill: #383838; }

.utility-icon.color-dark path:not(.excluded-color), .utility-icon.color-dark rect:not(.excluded-color), .utility-icon.color-dark ellipse:not(.excluded-color), .utility-icon.color-dark line:not(.excluded-color), .utility-icon.color-dark polyline:not(.excluded-color), .utility-icon.color-dark polygon:not(.excluded-color) {
  fill: #282f2f; }

.utility-icon.color-accent path:not(.excluded-color), .utility-icon.color-accent rect:not(.excluded-color), .utility-icon.color-accent ellipse:not(.excluded-color), .utility-icon.color-accent line:not(.excluded-color), .utility-icon.color-accent polyline:not(.excluded-color), .utility-icon.color-accent polygon:not(.excluded-color) {
  fill: #239AD2; }

.utility-icon.color-accent-hover path:not(.excluded-color), .utility-icon.color-accent-hover rect:not(.excluded-color), .utility-icon.color-accent-hover ellipse:not(.excluded-color), .utility-icon.color-accent-hover line:not(.excluded-color), .utility-icon.color-accent-hover polyline:not(.excluded-color), .utility-icon.color-accent-hover polygon:not(.excluded-color) {
  fill: #0F7BAE; }

.utility-icon.color-secondary-accent path:not(.excluded-color), .utility-icon.color-secondary-accent rect:not(.excluded-color), .utility-icon.color-secondary-accent ellipse:not(.excluded-color), .utility-icon.color-secondary-accent line:not(.excluded-color), .utility-icon.color-secondary-accent polyline:not(.excluded-color), .utility-icon.color-secondary-accent polygon:not(.excluded-color) {
  fill: #f44336; }

.utility-icon.color-hrule path:not(.excluded-color), .utility-icon.color-hrule rect:not(.excluded-color), .utility-icon.color-hrule ellipse:not(.excluded-color), .utility-icon.color-hrule line:not(.excluded-color), .utility-icon.color-hrule polyline:not(.excluded-color), .utility-icon.color-hrule polygon:not(.excluded-color) {
  fill: #d7d7d9; }

.utility-icon.color-ribbon-primary path:not(.excluded-color), .utility-icon.color-ribbon-primary rect:not(.excluded-color), .utility-icon.color-ribbon-primary ellipse:not(.excluded-color), .utility-icon.color-ribbon-primary line:not(.excluded-color), .utility-icon.color-ribbon-primary polyline:not(.excluded-color), .utility-icon.color-ribbon-primary polygon:not(.excluded-color) {
  fill: #fff; }

.utility-icon.color-ribbon-primary-text path:not(.excluded-color), .utility-icon.color-ribbon-primary-text rect:not(.excluded-color), .utility-icon.color-ribbon-primary-text ellipse:not(.excluded-color), .utility-icon.color-ribbon-primary-text line:not(.excluded-color), .utility-icon.color-ribbon-primary-text polyline:not(.excluded-color), .utility-icon.color-ribbon-primary-text polygon:not(.excluded-color) {
  fill: #282f2f; }

.utility-icon.color-backdrop path:not(.excluded-color), .utility-icon.color-backdrop rect:not(.excluded-color), .utility-icon.color-backdrop ellipse:not(.excluded-color), .utility-icon.color-backdrop line:not(.excluded-color), .utility-icon.color-backdrop polyline:not(.excluded-color), .utility-icon.color-backdrop polygon:not(.excluded-color) {
  fill: #fff; }

.utility-icon.color-foreground path:not(.excluded-color), .utility-icon.color-foreground rect:not(.excluded-color), .utility-icon.color-foreground ellipse:not(.excluded-color), .utility-icon.color-foreground line:not(.excluded-color), .utility-icon.color-foreground polyline:not(.excluded-color), .utility-icon.color-foreground polygon:not(.excluded-color) {
  fill: #fff; }

.utility-icon.color-body-text path:not(.excluded-color), .utility-icon.color-body-text rect:not(.excluded-color), .utility-icon.color-body-text ellipse:not(.excluded-color), .utility-icon.color-body-text line:not(.excluded-color), .utility-icon.color-body-text polyline:not(.excluded-color), .utility-icon.color-body-text polygon:not(.excluded-color) {
  fill: rgba(0, 0, 0, 0.95); }

.utility-icon.color-header-text path:not(.excluded-color), .utility-icon.color-header-text rect:not(.excluded-color), .utility-icon.color-header-text ellipse:not(.excluded-color), .utility-icon.color-header-text line:not(.excluded-color), .utility-icon.color-header-text polyline:not(.excluded-color), .utility-icon.color-header-text polygon:not(.excluded-color) {
  fill: #282f2f; }

.utility-icon.color-auth path:not(.excluded-color), .utility-icon.color-auth rect:not(.excluded-color), .utility-icon.color-auth ellipse:not(.excluded-color), .utility-icon.color-auth line:not(.excluded-color), .utility-icon.color-auth polyline:not(.excluded-color), .utility-icon.color-auth polygon:not(.excluded-color) {
  fill: #239AD2; }

.utility-icon.color-navigation path:not(.excluded-color), .utility-icon.color-navigation rect:not(.excluded-color), .utility-icon.color-navigation ellipse:not(.excluded-color), .utility-icon.color-navigation line:not(.excluded-color), .utility-icon.color-navigation polyline:not(.excluded-color), .utility-icon.color-navigation polygon:not(.excluded-color) {
  fill: rgba(0, 0, 0, 0.95); }

.utility-icon.color-gray-6 path:not(.excluded-color), .utility-icon.color-gray-6 rect:not(.excluded-color), .utility-icon.color-gray-6 ellipse:not(.excluded-color), .utility-icon.color-gray-6 line:not(.excluded-color), .utility-icon.color-gray-6 polyline:not(.excluded-color), .utility-icon.color-gray-6 polygon:not(.excluded-color) {
  fill: rgba(0, 0, 0, 0.65); }

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

.image-flair .mobile-only .icon-camera-square-solid g circle {
  fill: #239AD2; }

.image-flair .mobile-only .icon-camera-square-solid g path {
  fill: #fff; }

[class*="icon-print"] .icon-stroke,
[class*="icon-email"] .icon-stroke {
  stroke: rgba(0, 0, 0, 0.65); }

[class*="icon-print"] .icon-fill,
[class*="icon-email"] .icon-fill {
  fill: rgba(0, 0, 0, 0.65); }

[class*="icon-print"]:hover .icon-stroke,
[class*="icon-email"]:hover .icon-stroke {
  stroke: rgba(0, 0, 0, 0.3); }

[class*="icon-print"]:hover .icon-fill,
[class*="icon-email"]:hover .icon-fill {
  fill: rgba(0, 0, 0, 0.3); }

.icon-facebook-circle-solid path:first-child {
  fill: #3B5998; }

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

.icon-twitter-circle-solid path:first-child {
  fill: #1DA1F2; }

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

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

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

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

.icon-favorite-circle-solid path:first-child {
  fill: #f44336; }

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

.icon-linkedin-circle-solid path:first-child {
  fill: #0177b5; }

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

.icon-website-circle-solid path:first-child {
  fill: rgba(0, 0, 0, 0.65); }

.icon-website-circle-solid:hover path:first-child {
  fill: rgba(0, 0, 0, 0.3); }

.icon-youtube-circle-solid path:first-child {
  fill: #bd071d; }

.icon-youtube-circle-solid:hover path:first-child {
  fill: #E10101; }

.icon-reddit-circle-solid path:first-child {
  fill: #ff4500; }

.icon-reddit-circle-solid:hover path:first-child {
  fill: #E13D00; }

.icon-googleplus-circle-solid path:first-child {
  fill: #e0483a; }

.icon-googleplus-circle-solid:hover path:first-child {
  fill: #C43D30; }

.icon-tumblr-circle-solid path:first-child {
  fill: #34465d; }

.icon-tumblr-circle-solid:hover path:first-child {
  fill: #233042; }

.icon-whatsapp-circle-solid path:first-child {
  fill: #25d366; }

.icon-whatsapp-circle-solid:hover path:first-child {
  fill: #199c4a; }

.icon-snapchat-circle-solid path:first-child {
  fill: #fffb01; }

.icon-snapchat-circle-solid:hover path:first-child {
  fill: #ffda2b; }

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: flex; }

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

.partial.headshot,
.component.headshot {
  width: 44px;
  height: 44px;
  background: #f0f1f2;
  border-radius: 50%;
  overflow: hidden; }
  .partial.headshot img,
  .component.headshot img {
    width: 100%; }
  .partial.headshot img.missing,
  .component.headshot img.missing {
    width: auto;
    margin-left: 4px;
    height: 26px;
    margin-top: 10px; }
  .partial.headshot.medium,
  .component.headshot.medium {
    width: 72px;
    height: 72px; }
    .partial.headshot.medium img.missing,
    .component.headshot.medium img.missing {
      height: 72px;
      width: 72px;
      margin-left: 0;
      margin-top: 6px; }
  @media (min-width: 768px) {
    .partial.headshot.reporter,
    .component.headshot.reporter {
      width: 104px;
      height: 104px; }
      .partial.headshot.reporter img.missing,
      .component.headshot.reporter img.missing {
        height: 104px;
        margin-left: 9px; } }
  .partial.headshot.pitcher, .partial.headshot.roster-player,
  .component.headshot.pitcher,
  .component.headshot.roster-player {
    position: relative;
    width: 42px;
    height: 42px; }
    .partial.headshot.pitcher img, .partial.headshot.roster-player img,
    .component.headshot.pitcher img,
    .component.headshot.roster-player img {
      width: initial;
      max-width: 49px;
      position: absolute;
      top: 3px;
      left: -3px; }
  .partial.headshot.extra-large-roster-player,
  .component.headshot.extra-large-roster-player {
    position: relative;
    width: 100px;
    height: 100px; }
    .partial.headshot.extra-large-roster-player img,
    .component.headshot.extra-large-roster-player img {
      width: initial;
      max-width: 100px;
      position: absolute;
      top: 3px;
      left: -3px; }
    .partial.headshot.extra-large-roster-player img.missing,
    .component.headshot.extra-large-roster-player img.missing {
      height: 72px;
      width: 72px;
      margin-left: 14px;
      margin-top: 18px; }

.partial.list-item,
.component.list-item {
  position: relative; }
  .partial.list-item .media-img,
  .component.list-item .media-img {
    width: 100px;
    height: 100px;
    margin-right: 0; }
  .partial.list-item .small-flair, .partial.list-item .medium-flair,
  .component.list-item .small-flair,
  .component.list-item .medium-flair {
    position: absolute;
    bottom: 0;
    left: 0; }
  .partial.list-item .small-flair,
  .component.list-item .small-flair {
    display: none; }
  @media (min-width: 1024px) {
    .partial.list-item.xl,
    .component.list-item.xl {
      min-height: 112px; }
      .partial.list-item.xl .media-img,
      .component.list-item.xl .media-img {
        width: 112px;
        height: 112px; } }
  .partial.list-item.list-item-vertical,
  .component.list-item.list-item-vertical {
    display: inline-table;
    align-items: stretch; }

.partial.reporter-list-item,
.component.reporter-list-item {
  position: relative;
  overflow: hidden; }

.partial.tile .media-img, .partial.list-item .media-img, .partial.list-item.xl .media-img,
.component.tile .media-img,
.component.list-item .media-img,
.component.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,
.component.tile .missing-image img,
.component.list-item .missing-image img,
.component.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,
.component.tile .missing-image span.icon,
.component.list-item .missing-image span.icon,
.component.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,
.component.tile .image-flair,
.component.list-item .image-flair,
.component.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,
    .component.tile .image-flair,
    .component.list-item .image-flair,
    .component.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,
  .component.tile .image-flair .duration,
  .component.list-item .image-flair .duration,
  .component.list-item.xl .image-flair .duration {
    color: #fff;
    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,
.component.tile.list-item .image-flair,
.component.list-item.list-item .image-flair,
.component.list-item.xl.list-item .image-flair {
  margin: 0; }

.partial.tile .external-logo, .partial.list-item .external-logo, .partial.list-item.xl .external-logo,
.component.tile .external-logo,
.component.list-item .external-logo,
.component.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,
.component.tile .external-logo img,
.component.list-item .external-logo img,
.component.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,
  .component.tile .mobile-only,
  .component.list-item .mobile-only,
  .component.list-item.xl .mobile-only {
    display: block; }
  .partial.tile .tablet-only, .partial.list-item .tablet-only, .partial.list-item.xl .tablet-only,
  .component.tile .tablet-only,
  .component.list-item .tablet-only,
  .component.list-item.xl .tablet-only {
    display: none; }
  .partial.tile .desktop-only, .partial.list-item .desktop-only, .partial.list-item.xl .desktop-only,
  .component.tile .desktop-only,
  .component.list-item .desktop-only,
  .component.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,
  .component.tile .mobile-only,
  .component.list-item .mobile-only,
  .component.list-item.xl .mobile-only {
    display: block; }
  .partial.tile .tablet-only, .partial.list-item .tablet-only, .partial.list-item.xl .tablet-only,
  .component.tile .tablet-only,
  .component.list-item .tablet-only,
  .component.list-item.xl .tablet-only {
    display: none; }
  .partial.tile .desktop-only, .partial.list-item .desktop-only, .partial.list-item.xl .desktop-only,
  .component.tile .desktop-only,
  .component.list-item .desktop-only,
  .component.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,
  .component.tile .mobile-only,
  .component.list-item .mobile-only,
  .component.list-item.xl .mobile-only {
    display: none; }
  .partial.tile .tablet-only, .partial.list-item .tablet-only, .partial.list-item.xl .tablet-only,
  .component.tile .tablet-only,
  .component.list-item .tablet-only,
  .component.list-item.xl .tablet-only {
    display: block; }
  .partial.tile .desktop-only, .partial.list-item .desktop-only, .partial.list-item.xl .desktop-only,
  .component.tile .desktop-only,
  .component.list-item .desktop-only,
  .component.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,
  .component.tile .tablet-only,
  .component.list-item .tablet-only,
  .component.list-item.xl .tablet-only {
    display: none; }
  .partial.tile .desktop-only, .partial.list-item .desktop-only, .partial.list-item.xl .desktop-only,
  .component.tile .desktop-only,
  .component.list-item .desktop-only,
  .component.list-item.xl .desktop-only {
    display: block; } }

.partial.tout,
.component.tout {
  text-align: center;
  margin: 0 auto; }
  .partial.tout h3,
  .component.tout h3 {
    margin-top: 0;
    margin-bottom: 12px; }
  .partial.tout .tout-content,
  .component.tout .tout-content {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 20px; }
  .partial.tout button, .partial.tout .button-style,
  .component.tout button,
  .component.tout .button-style {
    border: none;
    background: none;
    color: #239AD2;
    white-space: nowrap;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    color: inherit; }
    .partial.tout button a, .partial.tout .button-style a,
    .component.tout button a,
    .component.tout .button-style a {
      border: 2px solid #239AD2;
      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,
      .component.tout button a:hover,
      .component.tout .button-style a:hover {
        background: #239AD2;
        color: #fff; }

.partial.shop-it-button,
.component.shop-it-button {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.65);
  overflow: visible; }
  .partial.shop-it-button .price,
  .component.shop-it-button .price {
    color: rgba(0, 0, 0, 0.95);
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    font-weight: 400; }
    .partial.shop-it-button .price.after-headline,
    .component.shop-it-button .price.after-headline {
      margin-top: 0; }
  .partial.shop-it-button:not(.gallery) .price,
  .component.shop-it-button:not(.gallery) .price {
    margin-top: 32px; }
  .partial.shop-it-button .retailer a,
  .component.shop-it-button .retailer a {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .partial.shop-it-button .retailer a:visited,
    .component.shop-it-button .retailer a:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .partial.shop-it-button .retailer a:hover,
    .component.shop-it-button .retailer a:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .partial.shop-it-button .price,
  .partial.shop-it-button .retailer-brand,
  .component.shop-it-button .price,
  .component.shop-it-button .retailer-brand {
    display: block; }
  .partial.shop-it-button .shop-it,
  .component.shop-it-button .shop-it {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    border-radius: 0;
    color: rgba(0, 0, 0, 0.95);
    background: #fff;
    display: block;
    margin: 8px 4px 0;
    white-space: nowrap;
    width: 130px; }
    .partial.shop-it-button .shop-it:focus,
    .component.shop-it-button .shop-it:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .partial.shop-it-button .shop-it:active,
    .component.shop-it-button .shop-it:active {
      opacity: 0.8; }
    .partial.shop-it-button .shop-it:focus,
    .component.shop-it-button .shop-it:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .partial.shop-it-button .shop-it:active,
    .component.shop-it-button .shop-it:active {
      opacity: 0.8; }
    .partial.shop-it-button .shop-it svg path,
    .component.shop-it-button .shop-it svg path {
      fill: rgba(0, 0, 0, 0.95); }
    .partial.shop-it-button .shop-it:visited,
    .component.shop-it-button .shop-it:visited {
      border: 3px solid rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
    .partial.shop-it-button .shop-it:hover, .partial.shop-it-button .shop-it:active, .partial.shop-it-button .shop-it:focus,
    .component.shop-it-button .shop-it:hover,
    .component.shop-it-button .shop-it:active,
    .component.shop-it-button .shop-it:focus {
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff;
      background: rgba(0, 0, 0, 0.95); }
      .partial.shop-it-button .shop-it:hover svg path, .partial.shop-it-button .shop-it:active svg path, .partial.shop-it-button .shop-it:focus svg path,
      .component.shop-it-button .shop-it:hover svg path,
      .component.shop-it-button .shop-it:active svg path,
      .component.shop-it-button .shop-it:focus svg path {
        fill: #fff; }
    .partial.shop-it-button .shop-it[disabled],
    .component.shop-it-button .shop-it[disabled] {
      border: 3px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.65); }
    .partial.shop-it-button .shop-it:active, .partial.shop-it-button .shop-it:focus,
    .component.shop-it-button .shop-it:active,
    .component.shop-it-button .shop-it:focus {
      border: 3px solid #014ecb; }
  .partial.shop-it-button .external-message,
  .component.shop-it-button .external-message {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }

.partial.tile .recipe-attribution,
.component.tile .recipe-attribution {
  text-transform: uppercase;
  font-size: 11px; }

.partial.tile .recipe-attribution-prefix,
.component.tile .recipe-attribution-prefix {
  color: #a3a5a9; }

.partial.tile .recipe-attribution-branding,
.component.tile .recipe-attribution-branding {
  font-weight: 700;
  white-space: nowrap; }

.partial.ecommerce .ecommerce-info,
.component.ecommerce .ecommerce-info {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #f44336;
  font-weight: 700; }
  .partial.ecommerce .ecommerce-info a,
  .component.ecommerce .ecommerce-info a {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    font-size: inherit;
    font-weight: inherit; }
    .partial.ecommerce .ecommerce-info a:visited,
    .component.ecommerce .ecommerce-info a:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .partial.ecommerce .ecommerce-info a:hover,
    .component.ecommerce .ecommerce-info a:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

.partial.ecommerce .ecommerce-button-outer,
.component.ecommerce .ecommerce-button-outer {
  margin-top: 28px; }
  .partial.ecommerce .ecommerce-button-outer .ecommerce-button,
  .component.ecommerce .ecommerce-button-outer .ecommerce-button {
    border: 2px solid #f44336;
    font-family: "Source Sans Pro", Arial;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    color: #282f2f;
    padding: 12px 16px; }
    .partial.ecommerce .ecommerce-button-outer .ecommerce-button:hover,
    .component.ecommerce .ecommerce-button-outer .ecommerce-button:hover {
      background-color: #f44336;
      color: #fff; }

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

.image-flair-color-twitter-blue .image-flair .play-icon-bg {
  fill: #1DA1F2; }

.author-block {
  display: flex;
  align-items: center; }
  .author-block .component.profile-pic,
  .author-block .author-link {
    margin-right: 10px;
    margin-left: 0; }
  .author-block .profile-pic img {
    width: 48px;
    height: 48px; }
  .author-block .author-name-title {
    flex: none; }

.svg-label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.external-link-warning {
  display: block; }
  .external-link-warning .external-message {
    position: absolute;
    left: -9000px;
    width: 0;
    overflow: hidden; }
  .external-link-warning:hover, .external-link-warning:visited, .external-link-warning:active, .external-link-warning:focus {
    z-index: 2;
    display: block; }
  .external-link-warning .external-message {
    border: 1px solid #ac1900;
    background-color: #fff;
    text-align: center;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.95); }
  .external-link-warning:hover, .external-link-warning:visited, .external-link-warning:active, .external-link-warning:focus {
    z-index: 2; }
    .external-link-warning:hover .external-message, .external-link-warning:visited .external-message, .external-link-warning:active .external-message, .external-link-warning:focus .external-message {
      position: absolute;
      top: 44px;
      left: 135px; }
  .external-link-warning .external-message {
    z-index: 100;
    width: 150px;
    background-color: #fff; }
  .external-link-warning .external-link-icon svg {
    margin-bottom: -8px; }

@media (min-width: 768px) {
  .article-info .headline-wrapper {
    display: flex;
    align-items: center; } }

.icon-hexagon {
  filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3)); }
  .icon-hexagon__hexagon {
    fill: #FCE93B;
    stroke: #FCE93B;
    stroke-width: 1px;
    stroke-linejoin: round; }
  .icon-hexagon__text {
    fill: rgba(0, 0, 0, 0.95);
    font-family: "Source Sans Pro", Arial;
    font-size: 26px;
    font-weight: 700; }

.skipLink {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  color: rgba(0, 0, 0, 0.95);
  padding: 0 4px; }
  .skipLink:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .skipLink:active {
    opacity: 0.8; }
  .skipLink:visited {
    color: rgba(0, 0, 0, 0.95); }
  .skipLink:focus {
    position: static;
    clip: unset;
    width: auto;
    height: auto;
    overflow: visible;
    margin: 0;
    color: rgba(0, 0, 0, 0.95); }
  .skipLink__destination {
    display: block;
    position: relative; }
    .skipLink__destination--headerOffset {
      top: -72px; }
      @media (min-width: 768px) {
        .skipLink__destination--headerOffset {
          top: -200px; } }
  .skipLink--skipNav {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, 0.95); }
    .skipLink--skipNav:focus {
      color: rgba(0, 0, 0, 0.95);
      display: block;
      padding: 20px 0 8px;
      text-align: center; }

input.search-field {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0; }

@media print {
  * {
    background: 0 0;
    color: #000;
    box-shadow: none;
    text-shadow: none; }
  .article-container {
    display: none; }
    .article-container.print-article {
      display: block; }
  .recipe {
    margin: 0; }
  nav.main {
    text-align: right;
    position: absolute;
    margin-top: 12px; }
    nav.main .subcontainer {
      margin-right: 12px;
      padding-right: 0; }
    nav.main.full-size-nav-enabled .subcontainer {
      overflow: visible; }
    nav.main .primary-links,
    nav.main .search-container,
    nav.main .menu {
      display: none; }
    nav.main .logo {
      width: 100%;
      margin: 16px -16px; }
    nav.main.full-size-nav-enabled .full-logo,
    nav.main .full-logo.desktop-only {
      display: block; }
    nav.main.full-size-nav-enabled .logo.tall-only .full-logo,
    nav.main .full-logo.mobile-only {
      display: none; }
    nav.main.full-size-nav-enabled .logo.short-only {
      opacity: 1; }
  .nav-placeholder.no-secondary-ribbon.no-utility-ribbon {
    display: none; }
  .grid-item.grid-4-of-16 {
    width: 40%; }
  .grid-item.grid-7-of-16 {
    width: 60%; }
  .partial.recipe-ingredients {
    padding-top: 0; }
    .partial.recipe-ingredients h2 {
      font-size: 16px;
      margin-bottom: 16px; }
    .partial.recipe-ingredients .ingredients ul {
      margin-bottom: 24px; }
      .partial.recipe-ingredients .ingredients ul li {
        padding: 4px 0;
        font-size: 14px;
        line-height: 1.5; }
        .partial.recipe-ingredients .ingredients ul li:last-child {
          border-bottom: 0; }
  .partial.recipe-ingredients h3 {
    margin-bottom: 0; }
  .recipe-instructions h3 {
    margin-bottom: 0; }
  .recipe-content .recipe-header {
    width: 72%; }
  .recipe-content .recipe-top {
    display: block; }
  .recipe-content .article-info {
    padding-top: 0; }
  .recipe-content .credit {
    padding: 0; }
  .container-full-width {
    padding: 0; }
  .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;
    overflow: auto; }
    .component.expander .expander-inner:after {
      display: none; }
    .component.expander .expander-inner p {
      margin: 0;
      font-size: 14px;
      line-height: 1.5; }
  .component.video {
    display: none; }
  .template.recipe {
    line-height: 1.5; }
    .template.recipe .recipe-content {
      width: 100%; }
    .template.recipe .recipe-top {
      max-width: none;
      margin: 24px 0 0 12px; }
    .template.recipe .heading-content {
      text-align: left; }
    .template.recipe .headline {
      font-size: 24px;
      max-width: 500px; }
    .template.recipe .lead-media {
      max-height: 212px; }
    .template.recipe .image-container {
      display: none; }
    .template.recipe .recipe-review-container {
      display: none; }
    .template.recipe .recipe-meta-container {
      text-align: left;
      border-bottom: 1px solid;
      border-top: 1px solid rgba(0, 0, 0, 0.95);
      padding: 12px 0;
      margin-top: 0;
      margin-right: 24px; }
    .template.recipe .recipe-meta-item {
      display: inline;
      float: left;
      width: auto;
      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; }
    .template.recipe .recipe-ingredients-instructions {
      padding-top: 12px; }
      .template.recipe .recipe-ingredients-instructions .sidebar {
        width: 40%; }
      .template.recipe .recipe-ingredients-instructions .recipe-steps {
        width: 60%;
        margin-left: 0;
        padding-left: 0; }
        .template.recipe .recipe-ingredients-instructions .recipe-steps .title-text {
          font-size: 16px; }
    .template.recipe .previous-magazine-dates {
      margin-left: 16px; }
    .template.recipe .recipe-author-date-attribution {
      text-align: left;
      padding: 0; }
      .template.recipe .recipe-author-date-attribution .recipe-by {
        display: none; }
      .template.recipe .recipe-author-date-attribution br {
        display: none; }
      .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; }
  .recipe-instructions {
    padding-left: 0;
    padding-right: 0;
    margin-left: 16px;
    margin-right: 16px; }
    .recipe-instructions h2, .recipe-instructions h3, .recipe-instructions h4 {
      font-size: 16px;
      margin-bottom: 16px; }
    .recipe-instructions .step {
      margin-top: 0;
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0.5px; }
      .recipe-instructions .step p {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        margin-bottom: 16px;
        display: inline; }
      .recipe-instructions .step .title-text {
        display: inline;
        margin-right: 8px; }
  .recipe-nutrition-dropdown {
    border: 1px solid #000;
    padding: 8px;
    float: left; }
    .recipe-nutrition-dropdown .content {
      display: block; }
    .recipe-nutrition-dropdown .accordion-arrow {
      display: none; }
    .recipe-nutrition-dropdown .heading h3 {
      text-align: left;
      margin: 0 0 8px;
      padding: 0; }
    .recipe-nutrition-dropdown .recipe-nutrition ul li {
      border-bottom: 0;
      font-size: 12px;
      line-height: 1.5;
      padding: 0;
      width: auto;
      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,
  .component.breadcrumbs,
  .ad-wrapper,
  .teads-inread,
  .image.inline,
  .expander-button,
  .share,
  .icon-search,
  .tags,
  .recirculation-wrapper,
  .oembed,
  .docked-sharebar,
  .docked-sharebar-docking-container,
  .ugc-comments-content-container,
  .component.disqus-comments,
  .gallery-content,
  .gallery,
  .feed,
  .inline-article,
  .links-list,
  .footer-test,
  .divider-wrapper,
  .menu,
  .menu-subscribe,
  .icon,
  .logo,
  .sticky-action-bar,
  .project-callout-wrapper-video,
  .menu-subscribe,
  .article-right-rail.two-col-right-rail.sidebar-item,
  .main-new,
  .component.video,
  .autoAdvancePrintStyle,
  .karma-auto-advance-placeholder,
  .karma-lazy-loaded-ad,
  .component.navigation-test,
  .primary-bylines.byline-section,
  .printPreview__marketingPlacement,
  .printPreview__printOptions,
  .printPreview__shareBar,
  .printPreview__rightRail,
  .printPreview__bottomAds,
  .pushly_popover {
    display: none; }
  div.printPreview {
    background: #fff;
    padding: 0; } }
  @media print and (min-width: 768px) {
    div.printPreview {
      padding: 0; } }
  @media print and (min-width: 1024px) {
    div.printPreview {
      padding: 0; } }
  @media print and (min-width: 1162px) {
    div.printPreview {
      padding: 0; } }

@media print {
    div.printPreview__inner {
      padding: 0; } }
    @media print and (min-width: 768px) {
      div.printPreview__inner {
        padding: 0; } }
    @media print and (min-width: 1024px) {
      div.printPreview__inner {
        display: block;
        max-width: none;
        padding: 0; } }
    @media print and (min-width: 1162px) {
      div.printPreview__inner {
        max-width: none;
        padding: 0; } }

@media print {
  .print-footer-copyright {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.65); }
  .print-footer-from {
    display: block;
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65); } }

.input-label {
  font-family: "Source Sans Pro", Arial;
  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: "Source Sans Pro", Arial;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  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::-moz-placeholder {
    text-align: left; }
  .standard-input:-ms-input-placeholder {
    text-align: left; }
  .standard-input::placeholder {
    text-align: left; }

.search-results .standard-input, main.writers .standard-input {
  background-color: rgba(0, 0, 0, 0); }

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;
      border-radius: 3px;
      float: left;
      margin-left: -24px;
      width: 15px;
      height: 15px;
      vertical-align: top; }
  input[type=checkbox].standard:checked + label:before {
    background: #239AD2;
    background-image: url("../img/icons/checkmark.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%; }

.partial.header-banner,
.component.banner {
  font-family: "Source Sans Pro", Arial;
  padding: 0;
  position: relative;
  margin: 24px 0; }
  .partial.header-banner .image-banner,
  .component.banner .image-banner {
    max-width: 100%;
    margin: 0 auto; }
    .partial.header-banner .image-banner .full-width,
    .component.banner .image-banner .full-width {
      min-height: 160px; }
    .partial.header-banner .image-banner.mobile-only,
    .component.banner .image-banner.mobile-only {
      display: block; }
  .partial.header-banner .ad-container.type-120x60,
  .component.banner .ad-container.type-120x60 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .partial.header-banner .lead-headline,
  .component.banner .lead-headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 48px;
    font-family: "Source Sans Pro", Arial;
    font-weight: 300;
    text-transform: capitalize;
    color: #282f2f;
    letter-spacing: 0; }
  .partial.header-banner .lead-subtitle,
  .component.banner .lead-subtitle {
    text-align: center;
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 8px;
    color: #282f2f; }
    @media (min-width: 1024px) {
      .partial.header-banner .lead-subtitle,
      .component.banner .lead-subtitle {
        margin: 0 48px; } }
  .partial.header-banner .sponsor-banner,
  .component.banner .sponsor-banner {
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px 0;
    position: relative; }
    .partial.header-banner .sponsor-banner > section,
    .component.banner .sponsor-banner > section {
      position: relative; }
    .partial.header-banner .sponsor-banner:before,
    .component.banner .sponsor-banner:before {
      content: "";
      background-color: rgba(40, 47, 47, 0.4);
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute; }
    .partial.header-banner .sponsor-banner .lead-headline,
    .component.banner .sponsor-banner .lead-headline {
      color: #fff; }
    .partial.header-banner .sponsor-banner .lead-subtitle,
    .component.banner .sponsor-banner .lead-subtitle {
      color: #fff; }
    .partial.header-banner .sponsor-banner .sponsor,
    .component.banner .sponsor-banner .sponsor {
      font-size: 12px;
      letter-spacing: 0; }
  .partial.header-banner .image-banner + .package-image-headline,
  .component.banner .image-banner + .package-image-headline {
    position: absolute;
    background: transparent;
    top: 10px; }
    .partial.header-banner .image-banner + .package-image-headline .lead-headline,
    .component.banner .image-banner + .package-image-headline .lead-headline {
      color: #fff; }
    .partial.header-banner .image-banner + .package-image-headline .lead-subtitle,
    .component.banner .image-banner + .package-image-headline .lead-subtitle {
      color: #fff; }
  .partial.header-banner .package-image-headline,
  .component.banner .package-image-headline {
    max-width: 100%;
    margin: 0 auto;
    padding: 0; }
  @media (min-width: 1024px) {
    .partial.header-banner .image-banner,
    .component.banner .image-banner {
      max-height: initial; }
      .partial.header-banner .image-banner.mobile-only,
      .component.banner .image-banner.mobile-only {
        display: none; }
    .partial.header-banner.sinow, .partial.header-banner.mma,
    .component.banner.sinow,
    .component.banner.mma {
      max-width: 1400px; } }

.component.banner {
  margin-bottom: 0; }
  .component.banner.has-image-text {
    overflow: hidden;
    background-color: rgba(40, 47, 47, 0.4);
    margin-top: 0;
    margin-bottom: 24px; }
    .component.banner.has-image-text .banner-text {
      padding-top: 24px;
      padding-bottom: 24px;
      position: relative;
      background: transparent;
      z-index: 200; }
      .component.banner.has-image-text .banner-text .lead-headline,
      .component.banner.has-image-text .banner-text .lead-subtitle,
      .component.banner.has-image-text .banner-text .banner-sponsor-prefix {
        color: #fff; }
      .component.banner.has-image-text .banner-text .breadcrumbs a {
        color: #fff; }
        .component.banner.has-image-text .banner-text .breadcrumbs a:hover {
          color: #239AD2; }
      .component.banner.has-image-text .banner-text .breadcrumbs li:after {
        background-color: #fff; }
    .component.banner.has-image-text .banner-image {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 100; }
      .component.banner.has-image-text .banner-image .lazy-image,
      .component.banner.has-image-text .banner-image .inner-container {
        height: 100%; }
      .component.banner.has-image-text .banner-image img {
        min-width: 100%;
        max-width: none;
        min-height: 100%;
        width: auto; }
        @media (min-width: 1024px) {
          .component.banner.has-image-text .banner-image img {
            width: 100%; } }
      .component.banner.has-image-text .banner-image:after {
        content: '';
        background-color: rgba(40, 47, 47, 0.4);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 100; }
  .component.banner .lead-subtitle {
    max-width: 832px;
    margin: 0 auto;
    padding: 0 16px;
    line-height: 28px; }
    .component.banner .lead-subtitle p {
      margin: 0;
      font-size: 16px; }
  .component.banner .breadcrumbs {
    margin-bottom: 8px; }
  .component.banner .banner-image img {
    width: auto;
    margin: 0 auto; }
  .component.banner .banner-text {
    padding-top: 0;
    padding-bottom: 24px;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .component.banner .banner-text {
        padding-bottom: 0; } }
    .component.banner .banner-text .expander-inner {
      max-height: 84px; }
      .component.banner .banner-text .expander-inner:after {
        box-shadow: none;
        background: transparent; }
  .component.banner .component.lazy-image.no-scale.rendered {
    padding-bottom: 0; }
    .component.banner .component.lazy-image.no-scale.rendered img {
      position: relative; }
  .component.banner .banner-sponsor {
    text-align: center;
    font-size: 12px;
    max-width: 200px;
    margin: 0 auto; }
    .component.banner .banner-sponsor img {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: block; }
  @media (min-width: 1024px) {
    .component.banner .banner-sponsor-left,
    .component.banner .banner-sponsor-right {
      position: relative; }
      .component.banner .banner-sponsor-left .lead-headline,
      .component.banner .banner-sponsor-left .lead-subtitle,
      .component.banner .banner-sponsor-left .breadcrumbs,
      .component.banner .banner-sponsor-right .lead-headline,
      .component.banner .banner-sponsor-right .lead-subtitle,
      .component.banner .banner-sponsor-right .breadcrumbs {
        margin-left: 216px;
        margin-right: 216px; }
      .component.banner .banner-sponsor-left .banner-sponsor,
      .component.banner .banner-sponsor-right .banner-sponsor {
        position: absolute;
        top: 32px; }
    .component.banner .banner-sponsor-left .banner-sponsor {
      left: 16px; }
    .component.banner .banner-sponsor-right .banner-sponsor {
      right: 16px; } }

.component.promo-banner {
  font-family: "Source Sans Pro", Arial;
  padding: 0;
  position: relative;
  margin: 24px 0;
  background-color: #000;
  display: flex;
  font-size: 12px;
  line-height: 18px;
  min-height: 48px; }
  .component.promo-banner .banner-inner {
    position: relative;
    width: 100%; }
  .component.promo-banner .banner-link {
    width: 100%;
    height: 100%;
    display: block; }
  .component.promo-banner .banner-title {
    background-color: #f44336;
    color: #000;
    float: left;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 8px 12px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    width: 32%;
    height: 100%; }
    .component.promo-banner .banner-title p {
      font-size: 16px;
      left: 50%;
      line-height: 18px;
      margin: 0;
      position: relative;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%; }
  .component.promo-banner .banner-divider {
    float: left;
    height: 100%;
    overflow: hidden;
    width: 4px;
    position: absolute;
    left: calc(32% - 4px); }
    .component.promo-banner .banner-divider .st0 {
      fill: #f44336;
      overflow: hidden; }
  .component.promo-banner .banner-copy {
    position: relative;
    color: #fff;
    float: left;
    font-weight: 400;
    padding: 0 16px;
    width: 68%;
    transform: translateY(-50%);
    top: 50%; }
    .component.promo-banner .banner-copy .banner-text {
      margin-right: 8px; }
  .component.promo-banner .banner-cta {
    color: #f44336;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    .component.promo-banner .banner-cta:hover {
      color: #f77066; }
  @media (min-width: 768px) {
    .component.promo-banner {
      font-size: 16px;
      line-height: 16px; }
      .component.promo-banner .banner-title {
        width: 200px; }
        .component.promo-banner .banner-title p {
          text-align: center; }
      .component.promo-banner .banner-divider {
        left: 196px; }
      .component.promo-banner .banner-cta {
        font-size: 12px; } }
  @media (min-width: 1024px) {
    .component.promo-banner .banner-title {
      text-align: right;
      width: 224px; }
      .component.promo-banner .banner-title p {
        text-align: right; }
    .component.promo-banner .banner-divider {
      left: 220px; } }

meta:first-of-type {
  font-family: 'mobile'; }

@media (min-width: 768px) {
  meta:first-of-type {
    font-family: 'tablet'; } }

@media (min-width: 1024px) {
  meta:first-of-type {
    font-family: 'narrow-desktop'; } }

@media (min-width: 1162px) {
  meta:first-of-type {
    font-family: 'wide-desktop'; } }

@media (min-width: 1279px) {
  meta:first-of-type {
    font-family: 'super-wide-desktop'; } }

@-webkit-keyframes photoLoading {
  0% {
    background-position: 100%; }
  100% {
    background-position: 50%; } }

@keyframes photoLoading {
  0% {
    background-position: 100%; }
  100% {
    background-position: 50%; } }

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

@keyframes loaderSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes up {
  0% {
    transform: translate(-50%, 120%);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(-50%, -120%);
    opacity: 0; } }

@keyframes up {
  0% {
    transform: translate(-50%, 120%);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(-50%, -120%);
    opacity: 0; } }

@-webkit-keyframes swivelRight {
  0% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(5deg); } }

@keyframes swivelRight {
  0% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(5deg); } }

@-webkit-keyframes swivelLeft {
  0% {
    transform: rotate(-5deg); }
  50% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(-5deg); } }

@keyframes swivelLeft {
  0% {
    transform: rotate(-5deg); }
  50% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(-5deg); } }

@-webkit-keyframes slideInFirstSlide {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@keyframes slideInFirstSlide {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes slideFromLeft {
  0% {
    transform: translateX(-200%); }
  100% {
    transform: translateX(-100%); } }

@keyframes slideFromLeft {
  0% {
    transform: translateX(-200%); }
  100% {
    transform: translateX(-100%); } }

@-webkit-keyframes slideFromRight {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

@keyframes slideFromRight {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

/*
 *  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 {
  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(0, 0, 0); }

.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;
  -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;
  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;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  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;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0;
  margin: 0; }

/*  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%; } }

@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 .component.newsletter-callout {
    border-top: 6px solid #239AD2;
    display: none;
    margin: 40px auto;
    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: #f44336;
      border: none;
      border-radius: 3px;
      color: #fff;
      width: 150px; }
      .sidebar-item .component.newsletter-callout button:hover a, .sidebar-item .component.newsletter-callout .button-style:hover a {
        background: #3F9612; }
      .sidebar-item .component.newsletter-callout button a, .sidebar-item .component.newsletter-callout .button-style a {
        border: none; }
  .sidebar-item .component.outbrain-rail-sticky {
    width: 300px; }

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

@media (min-width: 1024px) {
  .template-gallery .sidebar-item {
    margin-right: inherit; } }

@media (min-width: 1279px) {
  .template-gallery .sidebar-item {
    margin-right: auto; } }

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

.container-full-width {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  box-shadow: none;
  margin-bottom: 4px; }
  .container-full-width.sticky-secondary-nav {
    max-width: 100%; }
  .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.component.grid > .heading,
  .container-full-width.with-sidebar.component.grid > .more-link, .container-full-width.with-sidebar-right > .content,
  .container-full-width.with-sidebar-right.component.grid > .heading,
  .container-full-width.with-sidebar-right.component.grid > .more-link {
    float: left;
    width: 62.5%; } }
  @media (min-width: 1024px) and (min-width: 1162px) {
    .container-full-width.with-sidebar > .content,
    .container-full-width.with-sidebar.component.grid > .heading,
    .container-full-width.with-sidebar.component.grid > .more-link, .container-full-width.with-sidebar-right > .content,
    .container-full-width.with-sidebar-right.component.grid > .heading,
    .container-full-width.with-sidebar-right.component.grid > .more-link {
      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-content, .container-full-width.with-sidebar-right .article-content,
  .container-full-width.with-sidebar-right > .article-content {
    float: left;
    width: calc(100% - 320px);
    min-width: 0;
    max-width: 800px; }
  .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; } }

.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: "Klein", "Times New Roman", 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 0 #239AD2; }

@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: "Klein", "Times New Roman", serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0.5px; }
    .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; }

@media (min-width: 1024px) {
  .bucket.grid .content {
    font-size: 0; }
  .bucket.grid .tile {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: calc(25% + 6px);
    padding-right: 24px; }
    .bucket.grid .tile:nth-of-type(4n+0) {
      padding-right: 0;
      width: calc(25% - 18px); }
  .bucket.grid[data-items_per_row="5"] .tile {
    width: calc(20% + 5px); }
    .bucket.grid[data-items_per_row="5"] .tile:nth-of-type(4n+0) {
      padding-right: 24px;
      width: calc(20% + 5px); }
    .bucket.grid[data-items_per_row="5"] .tile:nth-of-type(5n+0) {
      padding-right: 0;
      width: calc(20% - 20px); }
  .bucket.grid[data-items_per_row="4"] .tile {
    width: calc(25% + 6px); }
    .bucket.grid[data-items_per_row="4"] .tile:nth-of-type(4n+0) {
      padding-right: 0;
      width: calc(25% - 18px); }
  .bucket.grid[data-items_per_row="3"] .tile {
    width: calc(100%/3 + 8px); }
    .bucket.grid[data-items_per_row="3"] .tile:nth-of-type(4n+0) {
      padding-right: 24px;
      width: calc(100%/3 + 8px); }
    .bucket.grid[data-items_per_row="3"] .tile:nth-of-type(3n+0) {
      padding-right: 0;
      width: calc(100%/3 - 16px); }
  .bucket.grid[data-items_per_row="2"] .tile {
    width: calc(50% + 12px); }
    .bucket.grid[data-items_per_row="2"] .tile:nth-of-type(4n+0) {
      width: calc(50% + 12px); }
    .bucket.grid[data-items_per_row="2"] .tile:nth-of-type(2n+0) {
      padding-right: 0;
      width: calc(50% - 12px); }
  .bucket.grid[data-items_per_row="1"] .tile {
    width: 100%;
    padding-right: 0; }
    .bucket.grid[data-items_per_row="1"] .tile:nth-of-type(4n+0) {
      padding-right: 0;
      width: 100%; }
  .bucket.grid[data-items_per_row="5"] .heading-content, .bucket.grid[data-items_per_row="4"] .heading-content, .bucket.grid[data-items_per_row="3"] .heading-content, .bucket.grid[data-items_per_row="2"].with-sidebar-right .heading-content {
    font-size: 20px;
    line-height: 24px; } }

.bucket.grid.transparent-background {
  background: transparent; }

.bucket.grid[data-link_position="bottom"] .more-link {
  float: right; }

.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: 0;
  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: "Klein", "Times New Roman", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px; }
  .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: #fff;
    padding: 32px;
    width: 50%; } }

.bucket.one-up {
  padding-bottom: 0; }
  .bucket.one-up .tile:not([data-display_option='inline_video']) {
    position: relative; }
    @media (min-width: 1024px) {
      .bucket.one-up .tile:not([data-display_option='inline_video']) .cta-link {
        font-size: 16px; } }
    .bucket.one-up .tile:not([data-display_option='inline_video']) .media-body {
      margin-bottom: 0; }
      @media (min-width: 1162px) {
        .bucket.one-up .tile:not([data-display_option='inline_video']) .media-body {
          position: absolute;
          bottom: 40px;
          left: 40px;
          background: #fff;
          padding: 32px;
          width: 50%; } }
    @media (min-width: 1162px) {
      .bucket.one-up .tile:not([data-display_option='inline_video']) .media-img {
        margin-bottom: 0; } }
  .bucket.one-up.with-sidebar-right .hero {
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .bucket.one-up.with-sidebar-right .hero {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .bucket.one-up:not(.with-sidebar-right) .tile:not([data-display_option='inline_video']) .media-body {
      position: absolute;
      bottom: 40px;
      left: 40px;
      background: #fff;
      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 0 #d7d7d9; }

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

.bucket .more-link {
  display: block;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px 16px 0; }
  @media (min-width: 768px) {
    .bucket .more-link {
      display: table-cell;
      text-align: right;
      vertical-align: baseline;
      white-space: nowrap;
      padding: 0 16px 0 0; } }
  @media (min-width: 1024px) {
    .bucket .more-link {
      padding: 0; } }

.bucket .heading .type-120x60 {
  position: absolute;
  top: -24px;
  right: 0; }

.bucket .heading .heading-bucket {
  margin: 0; }
  .bucket .heading .heading-bucket svg {
    height: 100px; }

@media (min-width: 768px) {
  .bucket .heading {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .bucket .heading .with-more-link {
      display: table-cell;
      width: 75%; } }

@media (min-width: 1024px) {
  .bucket .heading .heading-bucket {
    margin: 24px 0 0; } }

.bucket.two-column:after {
  content: "";
  display: table;
  clear: both; }

.bucket.two-column .headline {
  font-family: "Klein", "Times New Roman", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px; }

@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: "Source Sans Pro", Arial;
  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;
      transform: translateY(-50%); }
    .bucket.promo .promo-list-item .promo-list-item-info {
      padding-left: 56px;
      font-family: "Source Sans Pro", Arial;
      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: rgba(0, 0, 0, 0.65);
        padding-top: 4px; }
  .bucket.promo .full-width-media {
    width: calc(100% + 48px);
    max-width: calc(100% + 48px);
    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(244, 67, 54, 0.8);
  height: 150px;
  text-align: center;
  overflow: hidden;
  margin-top: 0;
  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: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #8b8d91;
    font-family: "Source Sans Pro", Arial;
    height: 50px;
    border-radius: 5px;
    color: #282f2f;
    padding-left: 12px; }
    .bucket.recipe-search .search-field::-moz-placeholder {
      font-style: italic; }
    .bucket.recipe-search .search-field:-ms-input-placeholder {
      font-style: italic; }
    .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: #fff;
    font-family: "Source Sans Pro", Arial;
    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: #3F9612;
      border-radius: 5px;
      line-height: 32px;
      padding: 0 8px;
      color: #fff;
      border: none;
      margin-right: 4px; }
      .bucket.recipe-search .topic-search button .button-text {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Source Sans Pro", Arial;
        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: "Klein", "Times New Roman", serif;
        font-weight: 700;
        color: #fff;
        margin-right: 12px;
        vertical-align: middle; }
      .bucket.recipe-search .search-field {
        border-radius: 5px 0 0 5px;
        border-right-width: 0;
        width: 55%;
        padding-right: 50px; }
      .bucket.recipe-search .button {
        background: #3f9612;
        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; }
        .bucket.recipe-search .button svg {
          width: 20px;
          height: 20px; }
      .bucket.recipe-search .text-label {
        display: inline-block;
        margin-bottom: 0;
        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 .links-items {
    align-items: center;
    flex: 0 0 100%;
    padding: 0 16px; }
    @media (min-width: 768px) {
      .bucket.text-link-bucket .links-items {
        padding: 0 32px; } }
    .bucket.text-link-bucket .links-items p {
      border-bottom: 1px solid #d7d7d9; }
    .bucket.text-link-bucket .links-items .headline {
      font-family: "Klein", "Times New Roman", serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 30px;
      font-size: 28px; }
    .bucket.text-link-bucket .links-items .deck-link {
      font-size: 12px;
      font-weight: 700; }
    .bucket.text-link-bucket .links-items .text-link-2x2 {
      display: flex;
      flex-wrap: wrap; }
    .bucket.text-link-bucket .links-items .text-link-2x2-list {
      word-wrap: break-word;
      width: calc((100% - 72px) / 3);
      margin-right: 24px; }
      .bucket.text-link-bucket .links-items .text-link-2x2-list .headline {
        color: #239AD2;
        font-family: "Source Sans Pro", Arial;
        font-size: 20px;
        font-weight: normal;
        text-transform: uppercase; }
      .bucket.text-link-bucket .links-items .text-link-2x2-list .list-item {
        font-size: 14px; }
        .bucket.text-link-bucket .links-items .text-link-2x2-list .list-item a {
          color: inherit; }
          .bucket.text-link-bucket .links-items .text-link-2x2-list .list-item a:hover {
            color: #239AD2; }
      @media (min-width: 360px) {
        .bucket.text-link-bucket .links-items .text-link-2x2-list {
          flex: 0 0 100%;
          padding-bottom: 16px; } }
      @media (min-width: 768px) {
        .bucket.text-link-bucket .links-items .text-link-2x2-list {
          flex: 0 0 auto; } }
      .bucket.text-link-bucket .links-items .text-link-2x2-list ul {
        list-style: none;
        padding: 0;
        margin: 0; }
  .bucket.text-link-bucket .text-link-right {
    background: rgba(35, 154, 210, 0.2); }
    @media (min-width: 1024px) {
      .bucket.text-link-bucket .text-link-right {
        flex: 1 1 63%; } }
    .bucket.text-link-bucket .text-link-right .text-link-2x2-list {
      width: calc(50% - 12px); }
      .bucket.text-link-bucket .text-link-right .text-link-2x2-list:nth-child(even) {
        margin-right: 0; }

/* ********** */
/* 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;
      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: "Klein", "Times New Roman", serif;
          font-size: 28px;
          line-height: 38px; } }

@media (min-width: 1024px) {
  .bucket.tout-cards.touts-x3 .content {
    display: -moz-flex;
    display: flex;
    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: -moz-flex;
      display: flex;
      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: #fff;
    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; } }

.bucket .sidebar .ad-container + .ad-sticky-container {
  margin-top: 16px; }

.section-container {
  overflow: hidden; }

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

.section .share {
  display: flex;
  align-items: center;
  justify-content: center; }

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

.media {
  display: flex;
  align-content: flex-start; }

.media-body {
  flex: 1; }

.media.vertically-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: 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: flex;
    flex-wrap: wrap; }
    .barge .marquee .tile {
      width: calc(50% - 24px); }
      .barge .marquee .tile:first-child {
        margin-right: 24px; }
  .barge .pair {
    display: flex;
    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: 0;
    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: 0; }
  .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) {
    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) {
    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;
          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;
            animation: fadeIn 0.5s 1 forwards; }
  .overlay-component .overlay-popup {
    background-color: #fff;
    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%;
        transform: translate(-50%, -50%);
        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 .feed-subtitle {
    flex-basis: 100%;
    font-family: "Klein", "Times New Roman", serif; }
  .bottom-recirc .partial.tile {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%; }
    .bottom-recirc .partial.tile .image-flair {
      margin: 0; }
    @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: "Source Sans Pro", Arial;
      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,
  .shopping-module-grid .component.product-tile {
    float: left;
    padding-right: 16px;
    width: 50%; }
    .shopping-module-grid .partial.product-tile:nth-of-type(2n+1),
    .shopping-module-grid .component.product-tile:nth-of-type(2n+1) {
      clear: both; }
    @media (min-width: 768px) {
      .shopping-module-grid .partial.product-tile,
      .shopping-module-grid .component.product-tile {
        width: 33.33%; }
        .shopping-module-grid .partial.product-tile:nth-of-type(2n+1),
        .shopping-module-grid .component.product-tile:nth-of-type(2n+1) {
          clear: none; }
        .shopping-module-grid .partial.product-tile:nth-of-type(3n+1),
        .shopping-module-grid .component.product-tile:nth-of-type(3n+1) {
          clear: both; } }
  .shopping-module-grid .shopping-module-three-tile-border, .shopping-module-grid .shopping-module-two-tile-border {
    display: none; }

.mdex-test .component.shopping-module .heading-content-small {
  color: rgba(0, 0, 0, 0.95);
  font-family: "Klein", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.95); }

.mdex-test .component.shopping-module .product-tile {
  padding: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.15); }
  .mdex-test .component.shopping-module .product-tile .product-image,
  .mdex-test .component.shopping-module .product-tile .article-info {
    border: none;
    max-width: 140px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .mdex-test .component.shopping-module .product-tile .product-image,
      .mdex-test .component.shopping-module .product-tile .article-info {
        max-width: 180px; } }
    @media (min-width: 1024px) {
      .mdex-test .component.shopping-module .product-tile .product-image,
      .mdex-test .component.shopping-module .product-tile .article-info {
        max-width: 160px; } }
    @media (min-width: 1162px) {
      .mdex-test .component.shopping-module .product-tile .product-image,
      .mdex-test .component.shopping-module .product-tile .article-info {
        max-width: 180px; } }
  .mdex-test .component.shopping-module .product-tile:first-of-type, .mdex-test .component.shopping-module .product-tile:nth-of-type(2n+1) {
    border-left: none; }
  @media (min-width: 768px) {
    .mdex-test .component.shopping-module .product-tile:nth-of-type(2n+1) {
      border-left: 1px solid rgba(0, 0, 0, 0.15); }
    .mdex-test .component.shopping-module .product-tile:nth-of-type(3n+1) {
      border-left: none;
      width: calc(33.33% - 10px); }
      .mdex-test .component.shopping-module .product-tile:nth-of-type(3n+1) .product-image,
      .mdex-test .component.shopping-module .product-tile:nth-of-type(3n+1) .article-info {
        float: left;
        margin-left: 0; }
    .mdex-test .component.shopping-module .product-tile:nth-of-type(3n+2) {
      width: calc(33.33% + 20px); }
    .mdex-test .component.shopping-module .product-tile:nth-of-type(3n+3) {
      width: calc(33.33% - 10px); }
      .mdex-test .component.shopping-module .product-tile:nth-of-type(3n+3) .product-image,
      .mdex-test .component.shopping-module .product-tile:nth-of-type(3n+3) .article-info {
        float: right;
        margin-right: 0; } }
  @media (min-width: 1024px) {
    .mdex-test .component.shopping-module .product-tile:nth-of-type(3n+1) {
      width: calc(33.33% - 12px); }
    .mdex-test .component.shopping-module .product-tile:nth-of-type(3n+2) {
      width: calc(33.33% + 24px); }
    .mdex-test .component.shopping-module .product-tile:nth-of-type(3n+3) {
      width: calc(33.33% - 12px); } }
  @media (min-width: 1162px) {
    .mdex-test .component.shopping-module .product-tile:nth-of-type(3n+1) {
      width: calc(33.33% - 10px); }
    .mdex-test .component.shopping-module .product-tile:nth-of-type(3n+2) {
      width: calc(33.33% + 20px); }
    .mdex-test .component.shopping-module .product-tile:nth-of-type(3n+3) {
      width: calc(33.33% - 10px); } }
  .mdex-test .component.shopping-module .product-tile .headline a, .mdex-test .component.shopping-module .product-tile .price {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95); }
  .mdex-test .component.shopping-module .product-tile .price {
    border-right: none;
    display: inline-block; }
  .mdex-test .component.shopping-module .product-tile .brand {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    padding-top: 2px;
    text-transform: none;
    display: inline-block; }
  .mdex-test .component.shopping-module .product-tile .brand-price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end; }
  .mdex-test .component.shopping-module .product-tile .shop-it {
    border: solid 2px rgba(0, 0, 0, 0.95);
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.54;
    letter-spacing: 0.9px;
    text-align: center;
    display: block;
    margin-top: 16px;
    padding: 12px 0;
    width: 127px;
    color: #282f2f; }
    .mdex-test .component.shopping-module .product-tile .shop-it:hover {
      background-color: #282f2f;
      color: #fff; }
    .mdex-test .component.shopping-module .product-tile .shop-it .icon {
      display: none; }

.mdex-test .component.shopping-module .shopping-module-three-tile-border, .mdex-test .component.shopping-module .shopping-module-two-tile-border {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 10px 0 20px; }

.mdex-test .component.shopping-module .shopping-module-three-tile-border {
  display: none; }

@media only screen and (min-width: 768px) {
  .mdex-test .component.shopping-module .shopping-module-three-tile-border {
    display: block; }
  .mdex-test .component.shopping-module .shopping-module-two-tile-border {
    display: none; } }

.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: "Source Sans Pro", Arial;
      color: #383838;
      letter-spacing: 1px; }
      .secondary-nav li a:hover {
        color: #0F7BAE; }
  .secondary-nav.secondary-nav-fixed {
    position: fixed;
    z-index: 300;
    top: 60px;
    background: #fff;
    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: "Source Sans Pro", Arial;
  font-size: 8px;
  font-weight: 400;
  line-height: 9px;
  letter-spacing: 0.5px;
  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 .component.newsletter-callout {
    border-top: 6px solid #239AD2;
    display: none;
    margin: 40px auto;
    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: #f44336;
      border: none;
      border-radius: 3px;
      color: #fff;
      width: 150px; }
      .sidebar-item .component.newsletter-callout button:hover a, .sidebar-item .component.newsletter-callout .button-style:hover a {
        background: #3F9612; }
      .sidebar-item .component.newsletter-callout button a, .sidebar-item .component.newsletter-callout .button-style a {
        border: none; }

.template-section.karma-site-container.docked .secondary-nav.secondary-nav-fixed {
  top: 182px; }

.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: "Source Sans Pro", Arial;
    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%;
  vertical-align: middle; }
  @media (min-width: 1024px) {
    .optional-dek-header-title {
      width: auto; } }
  .optional-dek-header-title span {
    font-size: 32px;
    font-family: "Klein", "Times New Roman", serif;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.95); }
    @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;
  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: "Klein", "Times New Roman", serif;
    color: rgba(0, 0, 0, 0.95);
    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: "Source Sans Pro", Arial;
      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: -webkit-fit-content;
    width: -moz-fit-content;
    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: 0;
  margin-top: 0; }
  .bucket.carousel-headline {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
    .bucket.carousel-headline .heading {
      margin-bottom: 0; }
    .bucket.carousel-headline .heading-bucket {
      margin: 0; }
  @media (min-width: 1024px) {
    .bucket.carousel .content {
      width: calc(100% - 250px);
      float: left; } }
  .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 {
        position: absolute;
        top: 24px;
        right: 24px;
        bottom: 24px;
        overflow-x: hidden;
        overflow-y: auto;
        white-space: initial;
        width: 226px;
        padding-left: 0; } }
    .bucket.carousel .sidebar .bucket-tab {
      width: 100%;
      max-width: 260px;
      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: rgba(0, 0, 0, 0.95);
      background: none; }
  @media (min-width: 1024px) {
    .bucket.carousel.with-headline .sidebar {
      top: 92px; } }

.template-two-col .two-col-inner {
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0; }

.template-two-col.container-full-width,
.template-two-col .container-full-width {
  width: auto;
  max-width: calc(1100px + 64px);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: visible; }

@media (min-width: 1024px) {
  .template-two-col.container-full-width .two-col-content {
    flex: 1;
    padding: 0;
    width: auto;
    margin-right: 24px; } }

@media (min-width: 1162px) {
  .template-two-col.container-full-width .two-col-content {
    margin-right: 80px;
    padding: 0;
    width: auto; } }

@media (min-width: 1279px) {
  .template-two-col.container-full-width .two-subcol-content {
    flex: 1;
    margin-right: 80px;
    padding: 0;
    width: auto; } }

@media (min-width: 1024px) {
  .template-two-col .two-col-content-wrapper {
    display: flex; } }

@media (min-width: 1162px) {
  .template-two-col .two-col-content-wrapper {
    padding-right: 0; } }

.template-two-col .two-col-content-wrapper .two-col-content-container .component.video:not(.lead-media) {
  padding-top: 32px; }

@media (min-width: 1279px) {
  .template-two-col .two-subcol-content-wrapper {
    display: flex;
    padding-right: 0; } }

.template-two-col .content {
  margin: 24px 16px;
  width: auto;
  max-width: none; }
  .template-two-col .content.content-breadcrumbs .breadcrumb-list {
    padding: 12px 0; }
    @media (min-width: 1024px) {
      .template-two-col .content.content-breadcrumbs .breadcrumb-list {
        padding: 8px 0 0; } }
  @media (min-width: 768px) {
    .template-two-col .content {
      max-width: 640px;
      margin: 12px auto; } }
  @media (min-width: 1024px) {
    .template-two-col .content {
      max-width: 1100px;
      margin: 32px 24px; }
      .template-two-col .content:not(.last) {
        display: flex; } }
  @media (min-width: 1162px) {
    .template-two-col .content {
      margin: 32px auto; } }

.template-two-col .two-col-main-content {
  margin-top: 0; }

.template-two-col .two-col-social {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .template-two-col .two-col-social {
      margin-right: 24px; } }
  @media (min-width: 1024px) {
    .template-two-col .two-col-social {
      margin-right: 24px;
      margin-bottom: 0;
      flex: 0 0 48px;
      position: relative; } }
  @media (min-width: 1162px) {
    .template-two-col .two-col-social {
      margin-right: 32px; } }

.template-two-col .docked-sharebar .sharebar-modal {
  display: none; }

@media (min-width: 1024px) {
  .template-two-col .docked-sharebar.docked {
    position: fixed;
    top: 80px; }
  .template-two-col .docked-sharebar.docked.with-leaderboard {
    top: 200px; }
  .template-two-col .docked-sharebar.bottom {
    position: absolute;
    bottom: 0; } }

.template-two-col .two-col-content-container {
  min-width: 0;
  max-width: 640px;
  width: 100%; }

@media (min-width: 1024px) {
  .template-two-col .two-col-right-rail {
    flex: 0 0 300px; }
    .template-two-col .two-col-right-rail > .ad {
      display: block;
      margin-bottom: 24px; } }

.template-two-col .sm-card-player iframe {
  max-width: 640px;
  width: 100% !important; }

.template-two-col .content-full-width .image-wrap-container {
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 1024px) {
    .template-two-col .content-full-width .image-wrap-container {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 1162px) {
    .template-two-col .content-full-width .image-wrap-container {
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 1024px) {
  .template-two-col .content-full-width .component.lazy-image {
    max-width: 100%; } }

.template-two-col .image-expander .image-wrapper:not(:last-child) {
  margin-right: 16px; }
  @media (min-width: 1024px) {
    .template-two-col .image-expander .image-wrapper:not(:last-child) {
      margin-right: 24px; } }

@media (min-width: 1024px) {
  .template-two-col .component.lazy-image:not(.align-full-width) {
    max-width: 640px; } }

.template-two-col .recirculation-wrapper {
  clear: both; }

.two-col-container .breadcrumbs .breadcrumbs-align-shift {
  display: none; }

.two-col-container .breadcrumbs__container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto; }
  @media (min-width: 1024px) {
    .two-col-container .breadcrumbs__container {
      justify-content: flex-start; } }

.two-col-container .breadcrumbs__list {
  display: flex;
  padding: 0;
  margin: 0;
  white-space: nowrap; }

.two-col-container .breadcrumbs__title {
  font-family: "Source Sans Pro", Arial;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px; }

.two-col-container .breadcrumbs__icon {
  align-items: center;
  justify-content: center;
  color: #f44336;
  display: inline-flex;
  margin: 0;
  position: relative;
  top: 0; }
  .two-col-container .breadcrumbs__icon svg {
    height: inherit;
    width: 24px; }
    .two-col-container .breadcrumbs__icon svg path,
    .two-col-container .breadcrumbs__icon svg circle {
      fill: #f44336; }
  .two-col-container .breadcrumbs__icon--last {
    display: none; }

.two-col-container .breadcrumbs__link {
  align-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.95);
  display: inline-flex; }
  .two-col-container .breadcrumbs__link .breadcrumbs__title {
    padding-bottom: 1px; }
  .two-col-container .breadcrumbs__link:active .breadcrumbs__title, .two-col-container .breadcrumbs__link:hover .breadcrumbs__title {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    color: rgba(0, 0, 0, 0.95); }
  .two-col-container .breadcrumbs__link:focus {
    text-decoration: none;
    outline: none;
    background-color: #014ecb; }
    .two-col-container .breadcrumbs__link:focus .breadcrumbs__title {
      box-shadow: none;
      color: #fff; }

.two-col-container .breadcrumbs__item {
  display: flex;
  align-content: center;
  list-style-type: none; }
  .two-col-container .breadcrumbs__item--last .breadcrumbs__link {
    color: rgba(0, 0, 0, 0.95); }
  .two-col-container .breadcrumbs__item--last .breadcrumbs__title:active, .two-col-container .breadcrumbs__item--last .breadcrumbs__title:hover, .two-col-container .breadcrumbs__item--last .breadcrumbs__title:focus {
    color: rgba(0, 0, 0, 0.95); }

@media (min-width: 1024px) {
  .two-col-container .breadcrumbs {
    flex: 1 100%; } }

.two-col-container .main-header, .two-col-container .project-heading, .two-col-container .project-part-container {
  text-align: left;
  margin: 0;
  padding-bottom: 16px;
  max-width: 712px; }
  @media (min-width: 1024px) {
    .two-col-container .main-header, .two-col-container .project-heading, .two-col-container .project-part-container {
      flex: 1 100%;
      padding-bottom: 32px;
      padding-right: 12px; } }
  @media (min-width: 1162px) {
    .two-col-container .main-header, .two-col-container .project-heading, .two-col-container .project-part-container {
      padding-right: 0; } }
  .two-col-container .main-header nav, .two-col-container .project-heading nav, .two-col-container .project-part-container nav {
    display: inline; }
  .two-col-container .main-header .headline, .two-col-container .project-heading .headline, .two-col-container .project-part-container .headline {
    margin-top: 0; }
  .two-col-container .main-header .dek, .two-col-container .project-heading .dek, .two-col-container .project-part-container .dek {
    margin-bottom: 0; }
  .two-col-container .main-header .disclosure-inner, .two-col-container .project-heading .disclosure-inner, .two-col-container .project-part-container .disclosure-inner {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65); }

.two-col-container .author {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0; }
  .two-col-container .author .author-text {
    text-align: left; }
    .two-col-container .author .author-text .author-name {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: none;
      border: none;
      color: rgba(0, 0, 0, 0.95); }
      .two-col-container .author .author-text .author-name a {
        color: rgba(0, 0, 0, 0.95);
        padding: 1px 0;
        transition: all .1s ease-in-out;
        text-decoration: none;
        font-weight: 700; }
        .two-col-container .author .author-text .author-name a:visited {
          color: #595959; }
        .two-col-container .author .author-text .author-name a:hover {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .two-col-container .author a.author-name {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .two-col-container .author a.author-name:hover, .two-col-container .author a.author-name:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .two-col-container .author a.author-name:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 #595959; }
    .two-col-container .author a.author-name:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
  .two-col-container .author .timestamp {
    color: rgba(0, 0, 0, 0.65);
    display: block;
    padding: 0;
    margin-top: 8px; }
  @media (min-width: 768px) {
    .two-col-container .author .author-name + .timestamp,
    .two-col-container .author .author-credit + .timestamp {
      display: inline;
      margin-left: 8px;
      padding-left: 12px;
      border-left: 1px solid rgba(0, 0, 0, 0.15); } }

.two-col-container .two-col-content-container > p > a:not(.component):not(.shop-it):not(.author-page), .two-col-container .two-col-content-container > h1 > a:not(.component):not(.shop-it):not(.author-page), .two-col-container .two-col-content-container > h2 > a:not(.component):not(.shop-it):not(.author-page), .two-col-container .two-col-content-container > h3 > a:not(.component):not(.shop-it):not(.author-page), .two-col-container .two-col-content-container > h4 > a:not(.component):not(.shop-it):not(.author-page), .two-col-container .two-col-content-container > h5 > a:not(.component):not(.shop-it):not(.author-page), .two-col-container .two-col-content-container > h6 > a:not(.component):not(.shop-it):not(.author-page), .two-col-container .two-col-content-container > ul li > a:not(.component):not(.shop-it):not(.author-page), .two-col-container .two-col-content-container > ol li > a:not(.component):not(.shop-it):not(.author-page) {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.95);
  padding: 2px 0;
  box-shadow: inset 0 -2px 0 #ac1900;
  transition: all .1s ease-in-out;
  text-decoration: none; }
  .two-col-container .two-col-content-container > p > a:not(.component):not(.shop-it):not(.author-page):visited, .two-col-container .two-col-content-container > h1 > a:not(.component):not(.shop-it):not(.author-page):visited, .two-col-container .two-col-content-container > h2 > a:not(.component):not(.shop-it):not(.author-page):visited, .two-col-container .two-col-content-container > h3 > a:not(.component):not(.shop-it):not(.author-page):visited, .two-col-container .two-col-content-container > h4 > a:not(.component):not(.shop-it):not(.author-page):visited, .two-col-container .two-col-content-container > h5 > a:not(.component):not(.shop-it):not(.author-page):visited, .two-col-container .two-col-content-container > h6 > a:not(.component):not(.shop-it):not(.author-page):visited, .two-col-container .two-col-content-container > ul li > a:not(.component):not(.shop-it):not(.author-page):visited, .two-col-container .two-col-content-container > ol li > a:not(.component):not(.shop-it):not(.author-page):visited {
    color: #595959;
    box-shadow: inset 0 -2px 0 #ac1900; }
  .two-col-container .two-col-content-container > p > a:not(.component):not(.shop-it):not(.author-page):hover, .two-col-container .two-col-content-container > p > a:not(.component):not(.shop-it):not(.author-page):focus, .two-col-container .two-col-content-container > h1 > a:not(.component):not(.shop-it):not(.author-page):hover, .two-col-container .two-col-content-container > h1 > a:not(.component):not(.shop-it):not(.author-page):focus, .two-col-container .two-col-content-container > h2 > a:not(.component):not(.shop-it):not(.author-page):hover, .two-col-container .two-col-content-container > h2 > a:not(.component):not(.shop-it):not(.author-page):focus, .two-col-container .two-col-content-container > h3 > a:not(.component):not(.shop-it):not(.author-page):hover, .two-col-container .two-col-content-container > h3 > a:not(.component):not(.shop-it):not(.author-page):focus, .two-col-container .two-col-content-container > h4 > a:not(.component):not(.shop-it):not(.author-page):hover, .two-col-container .two-col-content-container > h4 > a:not(.component):not(.shop-it):not(.author-page):focus, .two-col-container .two-col-content-container > h5 > a:not(.component):not(.shop-it):not(.author-page):hover, .two-col-container .two-col-content-container > h5 > a:not(.component):not(.shop-it):not(.author-page):focus, .two-col-container .two-col-content-container > h6 > a:not(.component):not(.shop-it):not(.author-page):hover, .two-col-container .two-col-content-container > h6 > a:not(.component):not(.shop-it):not(.author-page):focus, .two-col-container .two-col-content-container > ul li > a:not(.component):not(.shop-it):not(.author-page):hover, .two-col-container .two-col-content-container > ul li > a:not(.component):not(.shop-it):not(.author-page):focus, .two-col-container .two-col-content-container > ol li > a:not(.component):not(.shop-it):not(.author-page):hover, .two-col-container .two-col-content-container > ol li > a:not(.component):not(.shop-it):not(.author-page):focus {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
  .two-col-container .two-col-content-container > p > a:not(.component):not(.shop-it):not(.author-page):active, .two-col-container .two-col-content-container > h1 > a:not(.component):not(.shop-it):not(.author-page):active, .two-col-container .two-col-content-container > h2 > a:not(.component):not(.shop-it):not(.author-page):active, .two-col-container .two-col-content-container > h3 > a:not(.component):not(.shop-it):not(.author-page):active, .two-col-container .two-col-content-container > h4 > a:not(.component):not(.shop-it):not(.author-page):active, .two-col-container .two-col-content-container > h5 > a:not(.component):not(.shop-it):not(.author-page):active, .two-col-container .two-col-content-container > h6 > a:not(.component):not(.shop-it):not(.author-page):active, .two-col-container .two-col-content-container > ul li > a:not(.component):not(.shop-it):not(.author-page):active, .two-col-container .two-col-content-container > ol li > a:not(.component):not(.shop-it):not(.author-page):active {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -2px 0 #ac1900; }

.two-col-container .two-col-content-container p {
  margin-bottom: 0;
  max-width: 712px;
  word-wrap: break-word; }
  .two-col-container .two-col-content-container p a {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 2px 0;
    box-shadow: inset 0 -2px 0 #ac1900;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .two-col-container .two-col-content-container p a:visited {
      color: #595959;
      box-shadow: inset 0 -2px 0 #ac1900; }
    .two-col-container .two-col-content-container p a:hover, .two-col-container .two-col-content-container p a:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
    .two-col-container .two-col-content-container p a:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 #ac1900; }
  .two-col-container .two-col-content-container p img {
    max-width: 100%; }
  .two-col-container .two-col-content-container p:first-child, .two-col-container .two-col-content-container p:first-of-type {
    margin-top: 0; }
  .two-col-container .two-col-content-container p:last-of-type {
    margin-bottom: 0; }

.two-col-container .two-col-content-container h2, .two-col-container .two-col-content-container h3, .two-col-container .two-col-content-container h4, .two-col-container .two-col-content-container h5, .two-col-container .two-col-content-container h6 {
  margin-top: 48px;
  margin-bottom: 16px; }

@media (min-width: 1024px) {
  .two-col-container .two-col-content-container > h2:first-child, .two-col-container .two-col-content-container > h3:first-child, .two-col-container .two-col-content-container > h4:first-child, .two-col-container .two-col-content-container > h5:first-child, .two-col-container .two-col-content-container > h6:first-child {
    margin-top: 0; } }

.two-col-container .two-col-content-container h2 + * {
  margin-top: 0; }

.two-col-container .two-col-content-container .instream-ad {
  margin-top: 0;
  margin-bottom: 0; }
  .two-col-container .two-col-content-container .instream-ad > div {
    margin-top: 40px; }

.two-col-container .two-col-content-container iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  border: 0; }

.two-col-container .two-col-content-container iframe.instagram-media,
.two-col-container .two-col-content-container blockquote.instagram-media,
.two-col-container .two-col-content-container iframe[src^="https://www.facebook.com/"] {
  margin: 28px 0 !important; }

.two-col-container .component.gallery:not(.top-level) {
  height: auto; }

.two-col-container .component.breadcrumbs nav {
  margin: 0; }

.two-col-container .image-expander img {
  border: 1px solid rgba(0, 0, 0, 0.15); }

.two-col-container .image-wrap-container {
  padding-top: 12px;
  display: block;
  background: transparent;
  text-align: left; }
  .two-col-container .image-wrap-container .body-caption, .two-col-container .image-wrap-container .body-credit {
    color: rgba(0, 0, 0, 0.65);
    display: inline;
    float: none; }
  .two-col-container .image-wrap-container .body-credit {
    text-transform: uppercase; }

.two-col-container .component.lazy-image {
  min-height: auto;
  margin-bottom: 0; }
  .two-col-container .component.lazy-image.no-upscale.rendered {
    display: block; }
  .two-col-container .component.lazy-image .image-background-container {
    background: rgba(0, 0, 0, 0.05); }
    .two-col-container .component.lazy-image .image-background-container .inner-container {
      display: table;
      margin: auto; }
  .two-col-container .component.lazy-image .image-wrap-container {
    display: block;
    width: 100%; }

.two-col-container .partial.lead-image {
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .two-col-container .partial.lead-image.align-right, .two-col-container .partial.lead-image.align-left {
      margin-top: 0;
      width: 100%; }
    .two-col-container .partial.lead-image.align-right {
      float: none;
      margin-left: 0; }
    .two-col-container .partial.lead-image.align-left {
      float: none;
      margin-right: 0; } }

.mdex-test .template-two-col .two-col-container > .content .padded {
  min-width: 0;
  max-width: none; }
  .mdex-test .template-two-col .two-col-container > .content .padded.component.oembed {
    padding-left: 0;
    padding-right: 0; }

.mdex-test .template-two-col .two-col-container > .content .dek,
.mdex-test .template-two-col .two-col-container > .content .author,
.mdex-test .template-two-col .two-col-container > .content .disclosure {
  padding-left: 0;
  padding-right: 0; }

.mdex-test .template-two-col .two-col-container > .content .dek {
  text-align: left; }

.mdex-test .template-two-col .two-col-container > .content .lead-image {
  min-height: auto;
  margin-bottom: 0; }

/*
  The purpose of this CSS is to adjust the anchor links to 
  account for the header, otherwise the tops were being hidden.
  The header nav is 60px.
  There is also an ad that sometimes appears, which is 90px.
  Thus, 150px total to ensure it's always within the viewport.
*/
.whitelabel-home .anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden; }

@media (min-width: 1162px) {
  .container-full-width.with-sidebar > .article.content,
  .container-full-width.with-sidebar > .article-content, .container-full-width.with-sidebar-right > .article.content,
  .container-full-width.with-sidebar-right > .article-content {
    width: 68.75%; }
  .container-full-width.with-sidebar > .article.sidebar, .container-full-width.with-sidebar-right > .article.sidebar {
    width: 31.25%; } }

main.article .padded,
.mdex-test .article-container > .content .padded {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; }
  main.article .padded a[name]:empty, main.article .padded span[id]:empty,
  .mdex-test .article-container > .content .padded a[name]:empty,
  .mdex-test .article-container > .content .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,
      .mdex-test .article-container > .content .padded a[name]:empty,
      .mdex-test .article-container > .content .padded span[id]:empty {
        top: calc(-48px - 90px - 32px); } }
  main.article .padded .full-width-media,
  .mdex-test .article-container > .content .padded .full-width-media {
    max-width: calc(100% + 32px);
    transform: translateX(-16px);
    width: calc(100% + 32px); }
    main.article .padded .full-width-media .lazy-image,
    .mdex-test .article-container > .content .padded .full-width-media .lazy-image {
      display: table; }
    @media (min-width: 768px) {
      main.article .padded .full-width-media.gallery,
      .mdex-test .article-container > .content .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,
        .mdex-test .article-container > .content .padded .full-width-media.gallery .slide-info,
        .mdex-test .article-container > .content .padded .full-width-media.gallery .subheading-gallery,
        .mdex-test .article-container > .content .padded .full-width-media.gallery .caption {
          padding-left: 0;
          padding-right: 0; } }
    @media (min-width: 1024px) {
      main.article .padded .full-width-media.gallery,
      .mdex-test .article-container > .content .padded .full-width-media.gallery {
        padding-left: 0;
        padding-right: 0; } }
    main.article .padded .full-width-media.gallery .owl-prev.disabled,
    .mdex-test .article-container > .content .padded .full-width-media.gallery .owl-prev.disabled {
      display: none; }
  @media (min-width: 768px) {
    main.article .padded,
    .mdex-test .article-container > .content .padded {
      min-width: 768px;
      max-width: 1024px;
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 1024px) {
    main.article .padded,
    .mdex-test .article-container > .content .padded {
      min-width: 651px;
      max-width: none;
      padding-left: 56px;
      padding-right: 56px; }
      main.article .padded .full-width-media,
      .mdex-test .article-container > .content .padded .full-width-media {
        max-width: calc(100% + 112px);
        transform: translateX(-56px);
        width: calc(100% + 112px); } }

main.article .lead-media,
.mdex-test .article-container > .content .lead-media {
  margin-bottom: 32px; }
  main.article .lead-media .project-helper-text,
  .mdex-test .article-container > .content .lead-media .project-helper-text {
    color: rgba(0, 0, 0, 0.65);
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    padding-top: 8px;
    text-align: center; }

@media (min-width: 768px) {
  main.article .headline-wrapper .headline,
  .mdex-test .article-container > .content .headline-wrapper .headline {
    margin-bottom: 0; } }

main.article .dek,
.mdex-test .article-container > .content .dek {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center; }
  @media (min-width: 1024px) {
    main.article .dek,
    .mdex-test .article-container > .content .dek {
      padding-left: 56px;
      padding-right: 56px;
      text-align: left; } }

main.article .type-120x60,
.mdex-test .article-container > .content .type-120x60 {
  position: absolute;
  right: -24px;
  top: -16px; }

main.article .quick-hit h4,
.mdex-test .article-container > .content .quick-hit h4 {
  color: #239AD2; }

main.article .quick-hit li,
.mdex-test .article-container > .content .quick-hit li {
  color: rgba(0, 0, 0, 0.65);
  display: list-item;
  font-family: "Source Sans Pro", Arial;
  font-weight: 400;
  margin-left: 20px; }

main.article .intro-top,
.mdex-test .article-container > .content .intro-top {
  margin-bottom: 0;
  position: relative; }

main.article .article.content.body .type-300x250, main.article .article.content.body .ad-container[data-dimensions="300x250"],
.mdex-test .article-container > .content .article.content.body .type-300x250,
.mdex-test .article-container > .content .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"],
    .mdex-test .article-container > .content .article.content.body .type-300x250,
    .mdex-test .article-container > .content .article.content.body .ad-container[data-dimensions="300x250"] {
      left: 50%;
      margin-left: -50vw;
      max-width: 100vw;
      position: relative;
      width: 100vw; } }

main.article .article.content.body .ad-sticky-container .ad-container.ads-sticky-rail,
.mdex-test .article-container > .content .article.content.body .ad-sticky-container .ad-container.ads-sticky-rail {
  margin-top: -8px;
  z-index: 101 !important; }
  @media (min-width: 768px) {
    main.article .article.content.body .ad-sticky-container .ad-container.ads-sticky-rail,
    .mdex-test .article-container > .content .article.content.body .ad-sticky-container .ad-container.ads-sticky-rail {
      background-color: #f0f1f2;
      border-bottom: 1px solid #d7d7d9;
      margin-left: -20px;
      padding: 16px 0;
      width: 100%; } }
  @media (min-width: 1024px) {
    main.article .article.content.body .ad-sticky-container .ad-container.ads-sticky-rail,
    .mdex-test .article-container > .content .article.content.body .ad-sticky-container .ad-container.ads-sticky-rail {
      background-color: #fff;
      border-bottom: 0;
      margin-left: -56px;
      padding: 8px 0 16px;
      width: 800px; } }

main.article .article.content.body .component.lazy-image > img,
.mdex-test .article-container > .content .article.content.body .component.lazy-image > img {
  max-height: 600px;
  width: auto; }

main.article .article.content.body .image-wrapper,
.mdex-test .article-container > .content .article.content.body .image-wrapper {
  background-color: #fff;
  position: relative; }

main.article .article.content.body .component.expander .expander-inner,
.mdex-test .article-container > .content .article.content.body .component.expander .expander-inner {
  max-height: none; }

main.article .article.content.body .component.expander .expander-button,
.mdex-test .article-container > .content .article.content.body .component.expander .expander-button {
  border-top: 1px solid #239AD2;
  margin-top: 24px; }
  main.article .article.content.body .component.expander .expander-button .open-button,
  .mdex-test .article-container > .content .article.content.body .component.expander .expander-button .open-button {
    background-color: #fff;
    border: 1px solid #239AD2;
    border-radius: 100px;
    display: table;
    height: 44px;
    margin: -30px 0 auto;
    padding-top: 13px;
    text-align: center;
    width: 220px; }
  @media (min-width: 1024px) {
    main.article .article.content.body .component.expander .expander-button,
    .mdex-test .article-container > .content .article.content.body .component.expander .expander-button {
      display: none; } }

main.article .article-small-sidebar .component.outbrain,
.mdex-test .article-container > .content .article-small-sidebar .component.outbrain {
  display: none; }
  @media (min-width: 1024px) {
    main.article .article-small-sidebar .component.outbrain,
    .mdex-test .article-container > .content .article-small-sidebar .component.outbrain {
      display: block; } }

main.article .faceted-search-widget-divider,
.mdex-test .article-container > .content .faceted-search-widget-divider {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 24px 0 16px; }
  @media (min-width: 768px) {
    main.article .faceted-search-widget-divider,
    .mdex-test .article-container > .content .faceted-search-widget-divider {
      display: none; } }

@media (min-width: 768px) {
  main.article .faceted-search-widget,
  .mdex-test .article-container > .content .faceted-search-widget {
    max-width: none; } }

main.article .embed-megaphone,
.mdex-test .article-container > .content .embed-megaphone {
  margin: 24px 0; }
  main.article .embed-megaphone iframe,
  .mdex-test .article-container > .content .embed-megaphone iframe {
    height: 206px;
    width: 100%; }

.author {
  font-family: "Source Sans Pro", Arial;
  letter-spacing: 0.5px; }
  @media (min-width: 1024px) {
    .author {
      letter-spacing: 0.5px; } }
  .author .author-name {
    font-weight: 700;
    text-transform: uppercase; }
    .author .author-name .byline-comma {
      font-weight: 400; }
  .author .timestamp {
    color: rgba(0, 0, 0, 0.65); }
  .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: 0;
        padding-left: 0;
        padding-right: 0; } }

@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%; }

.body.content:not(.gallery) p a {
  box-shadow: inset 0 -2px 0 #239AD2;
  color: rgba(0, 0, 0, 0.95);
  font-weight: 400;
  padding: 1px 0;
  transition: all .1s ease-in-out; }
  .body.content:not(.gallery) p a:hover {
    color: #239AD2; }

.body.content:not(.gallery) .ad-container {
  margin-bottom: 40px;
  margin-top: 40px;
  max-width: 9999px;
  padding: 0; }

.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) blockquote {
  margin: 0 auto; }
  .body.content:not(.gallery) blockquote a {
    box-shadow: none;
    color: #239AD2; }
    .body.content:not(.gallery) blockquote a:hover {
      color: #0F7BAE; }
  .body.content:not(.gallery) blockquote p > em, .body.content:not(.gallery) blockquote i {
    font-style: normal; }

.body.content:not(.gallery) hr {
  background-image: url("../img/icons/line-break.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  display: block;
  margin: 0;
  padding-top: 24px;
  padding-bottom: 24px; }

.body.content:not(.gallery) .full-width-media {
  margin-top: 16px;
  margin-bottom: 16px; }

.body.content:not(.gallery) iframe {
  border: 0;
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.body.content:not(.gallery) .full-width-media.component {
  margin-top: 1em;
  margin-bottom: 1em; }

.body.content:not(.gallery) .inline.image, .body.content:not(.gallery) .ad-container {
  max-width: 100%;
  width: 100%; }
  @media (min-width: 768px) {
    .body.content:not(.gallery) .inline.image.align-img, .body.content:not(.gallery) .ad-container.align-img {
      max-width: 100%;
      width: auto; }
      .body.content:not(.gallery) .inline.image.align-img .lazy-image img, .body.content:not(.gallery) .ad-container.align-img .lazy-image img {
        max-height: none; }
      .body.content:not(.gallery) .inline.image.align-img.align-center, .body.content:not(.gallery) .ad-container.align-img.align-center {
        margin: 0 auto; }
      .body.content:not(.gallery) .inline.image.align-img.align-right, .body.content:not(.gallery) .ad-container.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) .ad-container.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) .ad-container {
      margin-left: -56px;
      max-width: calc(100% + 112px);
      padding: 0;
      width: calc(100% + 112px); } }

.body.content:not(.gallery) .inline-article {
  overflow: auto;
  line-height: 1.16; }
  .body.content:not(.gallery) .inline-article .secondary-text {
    color: #239AD2; }
  .body.content:not(.gallery) .inline-article a {
    color: rgba(0, 0, 0, 0.95); }
    .body.content:not(.gallery) .inline-article a:hover {
      color: #239AD2; }

.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: "Klein", "Times New Roman", serif;
  font-feature-settings: "tnum";
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 16px;
  margin: 0;
  margin-right: 8px;
  min-width: 24px;
  text-align: right; }
  .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 {
      margin-left: 16px;
      width: 88px; } }
  .body.content:not(.gallery) .si-list .thumb > p {
    display: none; }

.body.content:not(.gallery) .si-list .info {
  float: none;
  margin-bottom: 16px;
  overflow: hidden; }
  @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-family: "Klein", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
  margin-bottom: 4px;
  text-transform: uppercase; }
  .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: rgba(0, 0, 0, 0.65);
  font-family: "Klein", "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase; }

.body.content:not(.gallery) .si-list .blurb {
  border-top: 1px solid #d7d7d9;
  margin-top: 12px;
  padding-top: 12px; }
  .body.content:not(.gallery) .si-list .blurb + .blurb {
    border-top: 0 solid #d7d7d9;
    margin-top: 0;
    padding-top: 0; }
  @media (min-width: 1024px) {
    .body.content:not(.gallery) .si-list .blurb {
      margin-right: 104px; } }

.body.content:not(.gallery) .si-list hr,
.body.content:not(.gallery) .si-list .updown,
.body.content:not(.gallery) .si-list .body-credit {
  display: none; }

.body.content:not(.gallery) .si-list .inline.image {
  margin-left: 0;
  max-width: 100%;
  width: 100%; }

.body.content:not(.gallery) .si-list .margin-16-tb {
  margin: 0; }

.body.content:not(.gallery) .podcastplayer-showcase iframe {
  min-height: 225px;
  width: 100%; }

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

.bio-zone {
  color: rgba(0, 0, 0, 0.65);
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 24px; }

.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 {
    margin: 0 auto;
    position: relative; }

main.article.native .article-headline {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  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%;
      float: left;
      padding-left: 32px;
      padding-right: 32px; } }
  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: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0; }

.bottom-recirc .component.outbrain {
  margin-bottom: 32px;
  width: 100%; }
  @media (min-width: 768px) {
    .bottom-recirc .component.outbrain {
      margin-bottom: 40px;
      padding: 0 36px; } }
  @media (min-width: 1024px) {
    .bottom-recirc .component.outbrain {
      padding-top: 4px; } }

.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 {
  margin: 0 auto;
  max-width: 1120px; }
  .content.article .disclosure, .content.gallery .disclosure, .content.recipe .disclosure {
    color: rgba(0, 0, 0, 0.3);
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-bottom: 24px; }
  .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; } }

.content.article div.padded p, .content.article div.padded .caption, .content.article div.padded .inline-article, .content.article div.padded .component.video, .content.article div.padded .disclosure-inner {
  max-width: 640px; }

.content.article div.padded .pullquote {
  border: none;
  margin-left: 0;
  max-width: 640px;
  text-align: center; }
  .content.article div.padded .pullquote.quote-icon {
    background-image: url("../img/icons/quotemark.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 4%; }
  .content.article div.padded .pullquote .pullquote-content {
    font-weight: 400;
    padding-top: 16px; }
    @media (min-width: 1024px) {
      .content.article div.padded .pullquote .pullquote-content {
        padding-top: 24px; } }
  .content.article div.padded .pullquote .pullquote-attribution {
    text-transform: uppercase; }

.content.article div.padded .blockquote {
  border-left: 1px solid #8b8d91;
  text-align: left; }

.content.article div.padded .media-item.media-video {
  margin: 0;
  max-width: 640px; }

.content.article div.padded .inline.image {
  max-width: 640px; }
  @media (min-width: 1162px) {
    .content.article div.padded .inline.image {
      margin: 0; } }

@media (min-width: 768px) {
  .content.article div.padded .embed-instagram iframe.instagram-media.instagram-media-rendered {
    margin: 0 !important;
    max-width: 640px !important; } }

.content.article div.padded .gallery.full-width-media, .content.article div.padded .component.inline-article {
  max-width: 640px; }
  @media (min-width: 1024px) {
    .content.article div.padded .gallery.full-width-media, .content.article div.padded .component.inline-article {
      margin: 0 0 0 56px; } }
  .content.article div.padded .gallery.full-width-media .media-body, .content.article div.padded .component.inline-article .media-body {
    align-self: center;
    display: flex;
    flex-direction: column; }

.content.article div.padded .links-list.full-width-media {
  max-width: 640px; }
  @media (min-width: 1024px) {
    .content.article div.padded .links-list.full-width-media {
      margin: 0 0 0 56px;
      padding: 0 8px; } }

.content.article .component.lazy-image .body-credit {
  margin-left: 0; }

@media (min-width: 1162px) {
  .content.article .component.lazy-image .image-wrap-container .body-caption {
    font-size: 14px;
    letter-spacing: 0.5px; } }

.content.article .shop-it-button {
  color: #8b8d91;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
  text-align: center;
  text-transform: uppercase; }
  .content.article .shop-it-button .price {
    margin-left: 16px; }
  .content.article .shop-it-button .shop-it {
    border: 1px solid #282f2f;
    margin: 16px auto 0; }

.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; } }

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

.links-list-li svg {
  display: none; }

.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 {
  text-align: center; }
  @media (min-width: 1024px) {
    .attribution-text {
      text-align: left; } }
  .attribution-text .attribution-type-text {
    color: #8b8d91;
    text-transform: uppercase; }
  .attribution-text a {
    color: rgba(0, 0, 0, 0.95);
    font-weight: 700;
    letter-spacing: 0.5px; }

.syndication-attribution-text {
  padding-bottom: 20px; }
  .syndication-attribution-text .syndication-attribution-type-text {
    text-transform: capitalize;
    font-style: italic;
    font-family: "Source Sans Pro", Arial; }
  .syndication-attribution-text a {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Source Sans Pro", Arial;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.5px; }

body.generic .article-content,
body.template-generic .article-content {
  margin: auto;
  max-width: 840px; }
  body.generic .article-content .oembed,
  body.template-generic .article-content .oembed {
    margin-bottom: 40px; }

.template-article .article.content.body .component.inline.image .image-wrapper {
  background-color: rgba(0, 0, 0, 0.05); }

.template-article .article.content.body .component.inline.image .image-wrap-container {
  background-color: #fff;
  display: block; }

.mdex-test.template-article {
  overflow-x: hidden; }
  .mdex-test.template-article .two-col-content-container a:hover {
    box-shadow: none; }
  .mdex-test.template-article .entityTout.component .entityTout__link {
    color: rgba(0, 0, 0, 0.95);
    text-decoration: none;
    box-shadow: none;
    display: block;
    margin: 16px 0 12px; }
    .mdex-test.template-article .entityTout.component .entityTout__link:hover, .mdex-test.template-article .entityTout.component .entityTout__link:active, .mdex-test.template-article .entityTout.component .entityTout__link:focus {
      color: rgba(0, 0, 0, 0.95);
      text-decoration: none; }
    .mdex-test.template-article .entityTout.component .entityTout__link:visited {
      color: rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .mdex-test.template-article .entityTout.component .entityTout__link {
        margin-top: 0; } }
  .mdex-test.template-article .component.breadcrumbs .breadcrumbs__container {
    justify-content: flex-start; }
  .mdex-test.template-article .recirculation__wrapper--bottom {
    display: none; }
  .mdex-test.template-article .has-feedback .recirculation__wrapper--bottom,
  .mdex-test.template-article .has-ugc-comments .recirculation__wrapper--bottom {
    display: block; }
  .mdex-test.template-article .original-source {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    padding-top: 8px;
    text-transform: uppercase; }
  .mdex-test.template-article .karma-rail-docking-element {
    display: none; }
    @media (min-width: 1024px) {
      .mdex-test.template-article .karma-rail-docking-element {
        display: block; } }
  .mdex-test.template-article .outbrain__below-article-container {
    margin: 0 auto;
    max-width: 1100px; }
  .mdex-test.template-article .outbrain__below-article-divider {
    position: relative;
    border: 0;
    overflow: visible;
    background: rgba(0, 0, 0, 0.15);
    background-size: auto;
    height: 1px;
    width: 100%;
    margin: 16px 0;
    margin: 16px auto;
    left: -16px;
    margin: 40px 0;
    position: relative;
    width: 100vw; }
    .mdex-test.template-article .outbrain__below-article-divider:after {
      content: '';
      display: block;
      position: absolute;
      width: 80px;
      height: 5px;
      background: rgba(0, 0, 0, 0.95);
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .mdex-test.template-article .outbrain__below-article-divider {
        left: calc(-1 * ((100vw - 640px) / 2));
        margin: 48px 0; } }
    @media (min-width: 1024px) {
      .mdex-test.template-article .outbrain__below-article-divider {
        left: -24px;
        margin: 56px 0; } }
    @media (min-width: 1162px) {
      .mdex-test.template-article .outbrain__below-article-divider {
        left: calc(-1 * ((100vw - 1100px) / 2));
        margin: 64px 0; } }
  .mdex-test.template-article .outbrain__below-article-widget {
    margin: 0 auto;
    width: 100%; }
  @media (min-width: 768px) {
    .mdex-test.template-article .article-container .content.content-breadcrumbs,
    .mdex-test.template-article .article-container .content.two-col-main-content {
      margin: 24px auto; }
    .mdex-test.template-article .article-container .component.ugc-comments .content.two-col-main-content {
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .mdex-test.template-article .article-container {
      margin: 0 auto;
      max-width: 1100px;
      padding: 0 24px; }
      .mdex-test.template-article .article-container .content.content-breadcrumbs {
        margin-left: 0; }
        .mdex-test.template-article .article-container .content.content-breadcrumbs .component.breadcrumbs {
          flex: 0 0 auto;
          max-width: 720px;
          overflow: hidden;
          width: calc(100vw - 396px); } }
  @media (min-width: 1162px) {
    .mdex-test.template-article .article-container {
      margin: 0 auto;
      max-width: 1100px;
      padding: 0; } }
  @media (min-width: 1024px) {
    .mdex-test.template-article .component.auto-advance {
      margin-bottom: 48px; } }
  @media (min-width: 768px) {
    .mdex-test.template-article .component.auto-advance .article-container .content.content-breadcrumbs {
      margin-top: 0; } }

.template-two-col .two-col-content-wrapper .article-content-container .component.inline.image,
.template-two-col .two-col-content-wrapper .article-content-container .video-wrapper-full,
.template-two-col .two-col-content-wrapper .article-content-container .component.video:not(.lead-media) {
  margin-top: 48px;
  padding-top: 0; }
  .template-two-col .two-col-content-wrapper .article-content-container .component.inline.image:first-child,
  .template-two-col .two-col-content-wrapper .article-content-container .video-wrapper-full:first-child,
  .template-two-col .two-col-content-wrapper .article-content-container .component.video:not(.lead-media):first-child {
    margin-top: 0; }

.template-two-col .two-col-content-wrapper .article-content-container .instream-ad.sister-ad + .sister-ad {
  margin-left: 24px; }

.template-two-col .two-col-content-wrapper .article-content-empty-body {
  min-height: 320px;
  width: 100%; }
  @media (min-width: 768px) {
    .template-two-col .two-col-content-wrapper .article-content-empty-body {
      width: 640px;
      height: 100%; }
      .template-two-col .two-col-content-wrapper .article-content-empty-body .tablet-ad {
        display: block; } }
  @media (min-width: 1024px) {
    .template-two-col .two-col-content-wrapper .article-content-empty-body .tablet-ad {
      display: none; } }

.mdex-test .article-content-container h2.lead-media-heading {
  margin: 0 0 48px; }

.content.article .component.breadcrumbs .breadcrumbs__container, .content.gallery .component.breadcrumbs .breadcrumbs__container, .template-section .component.breadcrumbs .breadcrumbs__container {
  justify-content: center; }

.articleContainer {
  margin: 0 auto; }
  .articleContainer .author {
    margin-top: 16px; }
  .articleContainer .dek {
    margin-top: 0; }
  .articleContainer .main-header .headline, .articleContainer .project-heading .headline, .articleContainer .project-part-container .headline {
    margin-bottom: 16px; }
  .articleContainer .sponsor-logo {
    text-align: center; }
  .articleContainer .dek,
  .articleContainer .author {
    padding: 0; }
  .articleContainer__header, .articleContainer__content {
    margin: 0 16px; }
  .articleContainer__sharebar {
    margin: 0 16px 24px; }
  .articleContainer__rail {
    display: none; }
  .articleContainer__content p {
    max-width: 712px;
    word-wrap: break-word; }
    .articleContainer__content p a {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      box-shadow: inset 0 -2px 0 #ac1900;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .articleContainer__content p a:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #ac1900; }
      .articleContainer__content p a:hover, .articleContainer__content p a:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
      .articleContainer__content p a:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 #ac1900; }
  .articleContainer__content .paragraph ul li a {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 2px 0;
    box-shadow: inset 0 -2px 0 #ac1900;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .articleContainer__content .paragraph ul li a:visited {
      color: #595959;
      box-shadow: inset 0 -2px 0 #ac1900; }
    .articleContainer__content .paragraph ul li a:hover, .articleContainer__content .paragraph ul li a:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
    .articleContainer__content .paragraph ul li a:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 #ac1900; }
  .articleContainer__content--fullWidth .image-composite-heading {
    padding: 0 16px; }
  .articleContainer__content.originalSource {
    font-style: italic; }
  @media (min-width: 768px) {
    .articleContainer {
      max-width: 1024px; }
      .articleContainer__header, .articleContainer__content {
        max-width: 640px;
        margin: 0 auto; }
      .articleContainer__content--fullWidth {
        margin: 0 auto; }
        .articleContainer__content--fullWidth .caption-container {
          max-width: 640px;
          margin: 0 auto 32px 72px; }
      .articleContainer__sharebar {
        margin: 0 auto 24px;
        max-width: 640px; }
      .articleContainer__header.entityTableOfContents {
        max-width: 640px; }
        .articleContainer__header.entityTableOfContents .lead-image .component.lazy-image {
          max-width: 640px; } }
  @media (min-width: 1024px) {
    .articleContainer {
      max-width: 1161px;
      display: grid;
      grid-template-columns: [col1-start] 48px [col2-start] 24px [col3-start] auto [col4-start] 24px [col5-start] 300px [col5-end];
      grid-auto-rows: auto; }
      .articleContainer__content--fullWidth {
        grid-column: col1-start / col5-end;
        margin: 0; }
        .articleContainer__content--fullWidth .caption-container {
          margin-left: 80px; }
      .articleContainer__sharebar, .articleContainer__rail {
        display: block; }
      .articleContainer__header {
        grid-column: col1-start / col5-start;
        justify-self: start;
        align-self: start;
        width: 100%;
        max-width: 720px;
        margin: 0; }
        .articleContainer__header.entityTableOfContents {
          max-width: 652px; }
          .articleContainer__header.entityTableOfContents .lead-image .component.lazy-image {
            max-width: 652px; }
          .articleContainer__header.entityTableOfContents .main-header, .articleContainer__header.entityTableOfContents .project-heading, .articleContainer__header.entityTableOfContents .project-part-container {
            padding-right: 0; }
      .articleContainer__sharebar {
        width: 48px;
        justify-self: start;
        align-self: stretch;
        grid-column: col1-start; }
        .articleContainer__sharebar--first {
          grid-row: span 2; }
      .articleContainer__rail {
        grid-column: col5-start;
        align-self: stretch; }
        .articleContainer__rail--first {
          grid-row: span 5; }
      .articleContainer__content {
        grid-column: col3-start / col4-start;
        justify-self: start;
        align-self: start;
        width: 100%;
        max-width: none; } }
  @media (min-width: 1162px) {
    .articleContainer {
      grid-template-columns: [col1-start] 48px [col2-start] 32px [col3-start] auto [col4-start] 80px [col5-start] 300px [col5-end]; }
      .articleContainer__header.entityTableOfContents {
        max-width: 720px; }
        .articleContainer__header.entityTableOfContents .lead-image .component.lazy-image {
          max-width: 720px; }
        .articleContainer__header.entityTableOfContents .main-header, .articleContainer__header.entityTableOfContents .project-heading, .articleContainer__header.entityTableOfContents .project-part-container {
          max-width: 720px; } }

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;
  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; }

.quick-filter-active main.writers .tab-content .tab-content-slide {
  width: 100%;
  height: auto;
  left: initial;
  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: "Klein", "Times New Roman", 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: "Klein", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #282f2f;
  max-width: 480px; }

.vjs-control-bar:not(.vjs-ad-control-bar) .vjs-play-progress,
.vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.vjs-volume-level,
.vjs-big-play-button {
  background-color: #239AD2 !important; }

.jumpstart-video .video-js .vjs-big-play-button {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 32px;
  margin-top: 0;
  margin-left: 0;
  transform: translate(-50%, -50%); }

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

.vjs-control-text {
  color: rgba(0, 0, 0, 0.95);
  background-color: #fff; }

.container-full-width main.content.gallery {
  position: relative; }
  .container-full-width main.content.gallery .heading-content {
    letter-spacing: 0.5px; }
  .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; }
  .container-full-width main.content.gallery .article-content .bottom-recirc .component.outbrain {
    padding: 0; }
  @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: #239AD2; }
  .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: #F2F2F2; }

.container-full-width.component.horizontal-gallery, .container-full-width .component.horizontal-gallery {
  display: none; }
  @media (min-width: 1024px) {
    .container-full-width.component.horizontal-gallery, .container-full-width .component.horizontal-gallery {
      display: block;
      max-width: 1120px;
      padding: 0 0 32px; }
      .container-full-width.component.horizontal-gallery.hidden, .container-full-width .component.horizontal-gallery.hidden {
        display: none; }
      .container-full-width.component.horizontal-gallery.top-level .gallery-content .gallery-container, .container-full-width .component.horizontal-gallery.top-level .gallery-content .gallery-container {
        padding: 10px;
        background: rgba(139, 141, 145, 0.07); }
      .container-full-width.component.horizontal-gallery.top-level .gallery-content .owl-prev, .container-full-width.component.horizontal-gallery.top-level .gallery-content .owl-next, .container-full-width .component.horizontal-gallery.top-level .gallery-content .owl-prev, .container-full-width .component.horizontal-gallery.top-level .gallery-content .owl-next {
        top: 50%; }
      .container-full-width.component.horizontal-gallery .media-img img, .container-full-width .component.horizontal-gallery .media-img img {
        width: 100%; } }
  @media (min-width: 1024px) {
    .container-full-width.component.horizontal-gallery main.content.gallery, .container-full-width .component.horizontal-gallery main.content.gallery {
      max-width: 1120px; }
      .container-full-width.component.horizontal-gallery main.content.gallery .article-content, .container-full-width .component.horizontal-gallery main.content.gallery .article-content {
        max-width: 1120px; } }
  .container-full-width.component.horizontal-gallery main.content.gallery .horizontal-gallery-outbrain, .container-full-width .component.horizontal-gallery main.content.gallery .horizontal-gallery-outbrain {
    display: block; }
  .container-full-width.component.horizontal-gallery main.content.gallery .vertical-gallery-outbrain, .container-full-width .component.horizontal-gallery main.content.gallery .vertical-gallery-outbrain {
    display: none; }
  .container-full-width.component.horizontal-gallery main.content.gallery .component.gallery, .container-full-width .component.horizontal-gallery main.content.gallery .component.gallery {
    display: none; }
  .container-full-width.component.horizontal-gallery main.content.gallery .component.vertical-gallery, .container-full-width .component.horizontal-gallery main.content.gallery .component.vertical-gallery {
    display: block; }
  @media (min-width: 1024px) {
    .container-full-width.component.horizontal-gallery main.content.gallery .component.vertical-gallery, .container-full-width .component.horizontal-gallery main.content.gallery .component.vertical-gallery {
      display: none; } }
  @media (min-width: 1024px) {
    .container-full-width.component.horizontal-gallery main.content.gallery .sidebar-right .component.feed, .container-full-width .component.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.ads-sticky-rail, .container-full-width.vertical-gallery main.content.gallery .component.vertical-gallery .ad-sticky-container .ad-container.ads-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.ads-sticky-rail, .container-full-width.vertical-gallery main.content.gallery .component.vertical-gallery .ad-sticky-container .ad-container.ads-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.ads-sticky-rail, .container-full-width.vertical-gallery main.content.gallery .component.vertical-gallery .ad-sticky-container .ad-container.ads-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.ads-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; } }

@media (min-width: 1024px) and (min-width: 1024px) {
  .intro-article .padded.intro {
    padding: 0 56px; } }

.gallery-details .credit {
  color: #383838; }

.template-gallery .disclosure-inner {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.65); }

.template-gallery .recirculation__wrapper--bottom {
  display: none; }
  @media (min-width: 1162px) {
    .template-gallery .recirculation__wrapper--bottom {
      display: block; } }

.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-results .count {
  font-family: "Source Sans Pro", Arial;
  color: #8b8d91;
  font-weight: 400;
  font-size: 10px; }

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

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

.error.content {
  text-align: left;
  margin: 0 auto; }
  .error.content .error-code {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 32px; }
  .error.content .headline {
    margin: 16px 0;
    font-family: "Klein", "Times New Roman", serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      .error.content .headline {
        font-size: 48px;
        line-height: 52px; } }
    @media (min-width: 768px) {
      .error.content .headline {
        margin-bottom: 24px; } }
  .error.content .error-home-button {
    text-transform: capitalize;
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    letter-spacing: 0;
    margin-bottom: 48px; }
    .error.content .error-home-button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .error.content .error-home-button:active {
      opacity: 0.8; }
    .error.content .error-home-button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .error.content .error-home-button:active {
      opacity: 0.8; }
    .error.content .error-home-button svg path {
      fill: #fff; }
    .error.content .error-home-button:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .error.content .error-home-button:hover, .error.content .error-home-button:active, .error.content .error-home-button:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .error.content .error-home-button:hover svg path, .error.content .error-home-button:active svg path, .error.content .error-home-button:focus svg path {
        fill: #fff; }
    .error.content .error-home-button[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .error.content .error-home-button:active, .error.content .error-home-button:hover, .error.content .error-home-button:focus {
      border-color: #ac1900; }
    .error.content .error-home-button:active, .error.content .error-home-button:focus {
      border: 3px solid #014ecb; }
    @media (min-width: 768px) {
      .error.content .error-home-button {
        margin-bottom: 96px; } }
    @media (min-width: 1024px) {
      .error.content .error-home-button {
        margin-bottom: 128px; } }
  .error.content .error-message {
    margin: 0 0 40px; }
    @media (min-width: 768px) {
      .error.content .error-message {
        margin-bottom: 48px; } }
    @media (min-width: 1024px) {
      .error.content .error-message {
        margin-bottom: 64px; } }
  .error.content .headline,
  .error.content .error-code,
  .error.content .error-message,
  .error.content .error-text {
    text-align: left; }
    @media (min-width: 768px) {
      .error.content .headline,
      .error.content .error-code,
      .error.content .error-message,
      .error.content .error-text {
        text-align: center; } }
  @media (min-width: 768px) {
    .error.content .error-text {
      max-width: 539px;
      margin: 0 auto; } }
  .error.content p {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 24px 0; }
  .error.content .standard-input {
    background-color: rgba(0, 0, 0, 0); }
  .error.content .errorInfo__text {
    margin: 24px auto; }
  .error.content .errorInfo__stacktrace {
    width: 100%;
    height: auto;
    min-height: 240px; }

.error .error-suggestions-list {
  margin: 56px 0 40px;
  padding: 0;
  list-style-type: none; }
  @media (min-width: 768px) {
    .error .error-suggestions-list {
      margin: 96px auto 56px;
      width: 480px; } }
  @media (min-width: 768px) {
    .error .error-suggestions-list-item {
      border-right: 1px solid rgba(0, 0, 0, 0.15);
      border-left: 1px solid rgba(0, 0, 0, 0.15); }
      .error .error-suggestions-list-item:first-of-type, .error .error-suggestions-list-item:last-of-type {
        border: none; } }
  .error .error-suggestions-list-item-link {
    color: rgba(0, 0, 0, 0.95);
    display: block;
    padding: 12px 0;
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px; }
    .error .error-suggestions-list-item-link:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .error .error-suggestions-list-item-link:active {
      opacity: 0.8; }
    .error .error-suggestions-list-item-link:hover, .error .error-suggestions-list-item-link:active, .error .error-suggestions-list-item-link:focus {
      text-decoration: underline;
      background-color: #F2F2F2; }

.search-container {
  width: 100%; }
  @media (min-width: 768px) {
    .search-container {
      width: calc(100% - 96px); } }
  @media (min-width: 1024px) {
    .search-container {
      width: 100%; } }
  .search-container .search-results-standalone {
    margin: 0 auto;
    height: 48px;
    position: relative; }
    @media (min-width: 768px) {
      .search-container .search-results-standalone {
        max-width: 641px; } }
    @media (min-width: 1024px) {
      .search-container .search-results-standalone {
        max-width: 751px; } }
    .search-container .search-results-standalone .search-field,
    .search-container .search-results-standalone .searchButton {
      -moz-appearance: none;
           appearance: none;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.65);
      border-radius: 0;
      height: 48px;
      padding: 0 16px;
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      position: absolute;
      top: 0; }
      .search-container .search-results-standalone .search-field:focus,
      .search-container .search-results-standalone .searchButton:focus {
        box-shadow: none;
        outline: 2px solid #014ECB;
        outline-offset: 3px; }
      .search-container .search-results-standalone .search-field:-ms-input-placeholder, .search-container .search-results-standalone .searchButton:-ms-input-placeholder {
        color: #595959; }
      .search-container .search-results-standalone .search-field::placeholder, .search-container .search-results-standalone .search-field::-ms-input-placeholder,
      .search-container .search-results-standalone .searchButton::placeholder,
      .search-container .search-results-standalone .searchButton::-ms-input-placeholder {
        color: #595959; }
      .search-container .search-results-standalone .search-field::-moz-placeholder,
      .search-container .search-results-standalone .searchButton::-moz-placeholder {
        color: #595959;
        opacity: 1; }
    .search-container .search-results-standalone .search-field {
      width: 100%;
      left: 0;
      padding-right: 50px; }
    .search-container .search-results-standalone .searchButton {
      right: 0;
      background: rgba(0, 0, 0, 0.95);
      color: #fff;
      padding-left: 14px;
      padding-right: 14px; }
      .search-container .search-results-standalone .searchButton:hover, .search-container .search-results-standalone .searchButton:focus {
        background: rgba(0, 0, 0, 0.95);
        border-color: rgba(0, 0, 0, 0.95); }
        .search-container .search-results-standalone .searchButton:hover path, .search-container .search-results-standalone .searchButton:focus path {
          fill: #fff; }
      .search-container .search-results-standalone .searchButton:active {
        background: rgba(0, 0, 0, 0.95);
        border-color: rgba(0, 0, 0, 0.95); }
        .search-container .search-results-standalone .searchButton:active path {
          fill: #fff; }
      .search-container .search-results-standalone .searchButton .icon {
        position: relative;
        top: 3px; }
      .search-container .search-results-standalone .searchButton path {
        fill: #fff; }

.search-error {
  margin: 40px auto 0; }
  .search-error .input .input-container.with-submit .search-input {
    padding: 14px 16px; }

.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: "Source Sans Pro", Arial;
  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: "Klein", "Times New Roman", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px; }
  .link-callout:hover {
    background-color: #239AD2;
    color: #fff;
    border: 1px solid #239AD2; }

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

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

#contact-form-container h2.headline-medium {
  font-family: "Source Sans Pro", Arial;
  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: "Source Sans Pro", Arial; }

#contact-form-container .contact-wrapper #contact-form-container .col .contact-form input {
  font-family: "Source Sans Pro", Arial; }

.contact-wrapper #contact-form-container .contact-form input[type='submit'] {
  font-family: "Source Sans Pro", Arial;
  font-weight: 100;
  font-size: 22pt;
  height: 70px;
  padding-bottom: 75px; }

body .container-sport #about-us-container h2.headline-medium {
  font-family: "Source Sans Pro", Arial;
  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: "Source Sans Pro", Arial; }

body .global-footer div.footer-content {
  display: none; }

body #contact-confirmation .caption p {
  font-family: "Source Sans Pro", Arial; }

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; }

.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 {
    margin-bottom: 24px; }
    .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: "Source Sans Pro", Arial;
          line-height: 16px;
          letter-spacing: 0.5px; }
        @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: #ffcf50; }
          @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-top: 16px; }
        @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: #239AD2; }
        .recipe-top .recipe-review-container .reviews .add-review .add-review-link a {
          font-size: 10px;
          color: rgba(0, 0, 0, 0.65);
          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); } }
  .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: rgba(0, 0, 0, 0.05); }
  .recipe-content .image-container .credit {
    height: 32px;
    margin-top: 4px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 16px;
    letter-spacing: 0; }
  .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;
        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; }
    .recipe-content .recipe-meta-item:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .recipe-content .recipe-meta-item {
        width: 50%;
        float: left; }
        .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: "Source Sans Pro", Arial;
    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: "Source Sans Pro", Arial;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.95); }
    @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 {
    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: normal;
      letter-spacing: 0.5px;
      font-family: "Source Sans Pro", Arial;
      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:empty {
      display: none; }
  @media (min-width: 1024px) {
    .recipe-content .recipe-steps {
      float: right; } }
  .recipe-content h2.recipe-name {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    color: #282f2f;
    border-bottom: 1px solid #d7d7d9;
    padding-bottom: 16px; }
    @media (max-width: 1024px) {
      .recipe-content h2.recipe-name {
        margin: 0 24px; } }
  @media (max-width: 1024px) and (max-width: 720px) {
    .recipe-content h2.recipe-name {
      margin: 0 16px; } }
  .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: 0; }
    .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 p a, .recipe-content .recipe-ingredients-instructions .recipe-instructions p a {
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      box-shadow: inset 0 -2px 0 #239AD2;
      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: #239AD2; }
    .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: "Klein", "Times New Roman", 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: #239AD2; }
        .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: #0F7BAE; }
    .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.5px; }
      .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.5px;
        margin: 12px 0 28px; }
      .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: 14px;
      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: 0; }
    .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: "Source Sans Pro", Arial;
      font-size: 20px;
      line-height: 1;
      letter-spacing: 0.5px;
      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: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 28px;
        text-align: left;
        color: rgba(0, 0, 0, 0.95);
        padding: 18px 0 12px;
        border-bottom: solid 1px #d7d7d9; }
        .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .ingredients ul li:last-child, .recipe-content .recipe-ingredients-instructions .partial.recipe-ingredients .step ul li:last-child, .recipe-content .recipe-ingredients-instructions .recipe-instructions .ingredients ul li:last-child, .recipe-content .recipe-ingredients-instructions .recipe-instructions .step ul li:last-child {
          border-bottom-style: none; }
    .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: 10px; }
    .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: 24px 0 7px; }
      .recipe-content .recipe-ingredients-instructions .partial.recipe-nutrition ul li:before {
        content: "\25CF ";
        color: #239AD2;
        font-size: 11px; }
      .recipe-content .recipe-ingredients-instructions .partial.recipe-nutrition ul li {
        display: inline;
        width: 100%;
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 1.75;
        text-align: left;
        color: rgba(0, 0, 0, 0.95);
        padding: 12px 0 0 4px; }
        .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 {
      border: solid 1px #d7d7d9;
      padding: 10px 10px 10px 1em; }
      @media (min-width: 1024px) {
        .recipe-content .recipe-ingredients-instructions .component.dropdown.recipe-nutrition-dropdown {
          margin-right: 28px;
          padding-right: 28px; } }
      .recipe-content .recipe-ingredients-instructions .component.dropdown.recipe-nutrition-dropdown .heading h2 {
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.5px;
        font-weight: 700;
        color: #282f2f;
        text-align: right;
        margin: 0; }
        @media (min-width: 1024px) {
          .recipe-content .recipe-ingredients-instructions .component.dropdown.recipe-nutrition-dropdown .heading h2 {
            margin: 0 0 48px; } }
      .recipe-content .recipe-ingredients-instructions .component.dropdown.recipe-nutrition-dropdown.dropdown-open h3 {
        border-bottom: solid 1px #d7d7d9; }
      .recipe-content .recipe-ingredients-instructions .component.dropdown.recipe-nutrition-dropdown .heading h3 {
        font-size: 16px;
        padding: 14px 0 13px;
        text-align: left;
        margin: -9px 0 -5px;
        display: flex;
        justify-content: space-between; }
  .recipe-content .previous-magazine, .recipe-content .cookbook-source > p {
    font-family: "Source Sans Pro", Arial;
    color: #8b8d91;
    line-height: 20px;
    letter-spacing: 0.5px;
    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.5px;
  font-family: "Source Sans Pro", Arial;
  color: rgba(0, 0, 0, 0.95); }

@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: 0; } }

/**********
* 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 #239AD2;
    background: #fff;
    color: rgba(0, 0, 0, 0.95);
    font-family: "Source Sans Pro", Arial;
    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: #239AD2;
      color: #fff; }
    .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; }
  .recipe-component .recipe-ingredients-instructions {
    margin-top: -1em;
    margin-bottom: 1em; }
    .recipe-component .recipe-ingredients-instructions .padded-mobile {
      padding-left: 0;
      padding-right: 0; }

main.listicle .type-728x90,
main.listicle .ad-container[data-dimensions="728x90"] {
  min-width: 0; }

main.listicle .type-300x250,
main.listicle .ad-container[data-dimensions="300x250"] {
  min-height: 250px; }

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

main.listicle .lead-media .credit {
  color: #595959;
  height: 32px;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 4px; }

main.listicle .lead-media .image-wrap-container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px; }
  @media (min-width: 768px) {
    main.listicle .lead-media .image-wrap-container {
      padding-left: 24px; } }
  @media (min-width: 1024px) {
    main.listicle .lead-media .image-wrap-container {
      padding-left: 0; } }

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

main.listicle .subheadline {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.95);
  margin-top: 4px; }
  @media (min-width: 768px) {
    main.listicle .subheadline {
      margin-top: 16px; } }

main.listicle .author {
  margin: 16px 0; }

main.listicle .author-text {
  font-size: 12px;
  text-align: left; }

main.listicle a.author-name {
  color: #ac1900; }

main.listicle .disclosure {
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 0; }

main.listicle .article-small-sidebar {
  display: none; }
  @media (min-width: 1024px) {
    main.listicle .article-small-sidebar {
      display: block; } }
  main.listicle .article-small-sidebar .component.outbrain {
    padding-bottom: 48px; }

main.listicle .bottom-recirc {
  margin-top: 22px; }
  @media (min-width: 1024px) {
    main.listicle .bottom-recirc {
      margin-top: 42px; } }

.listicle-introduction {
  font-family: "Source Sans Pro", Arial;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0.5px; }
  .listicle-introduction a {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 2px 0;
    box-shadow: inset 0 -2px 0 #ac1900;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .listicle-introduction a:visited {
      color: #595959;
      box-shadow: inset 0 -2px 0 #ac1900; }
    .listicle-introduction a:hover, .listicle-introduction a:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
    .listicle-introduction a:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 #ac1900; }

.media-position-top .oembed.full-width-media,
.media-position-left .oembed.full-width-media,
.media-position-right .oembed.full-width-media {
  padding: 0; }

.media-position-top {
  min-width: 100%;
  margin-top: 8px; }
  @media (min-width: 768px) {
    .media-position-top {
      margin-top: 12px; } }

.media-position-top .media-container {
  margin-bottom: 12px; }
  .media-position-top .media-container > .full-width-media > .media-facebook-post {
    text-align: center; }
  .media-position-top .media-container img {
    margin: 0 auto; }
  .media-position-top .media-container .image-container {
    display: flex;
    justify-content: center;
    background: #F2F2F2; }
  .media-position-top .media-container .credit {
    padding-left: 16px; }
    @media (min-width: 768px) {
      .media-position-top .media-container .credit {
        padding-left: 24px; } }
    @media (min-width: 1024px) {
      .media-position-top .media-container .credit {
        padding-left: 0; } }

.media-position-left,
.media-position-right {
  margin: 8px 0; }
  .media-position-left .credit,
  .media-position-right .credit {
    padding-left: 16px; }
  @media (min-width: 768px) {
    .media-position-left,
    .media-position-right {
      margin: 0;
      min-width: 50%;
      max-width: 50%; }
      .media-position-left .credit,
      .media-position-right .credit {
        padding-left: 0; } }
  @media (min-width: 1024px) {
    .media-position-left,
    .media-position-right {
      padding: 0; } }

@media (min-width: 768px) {
  .media-position-left {
    float: left;
    padding-left: 24px; }
    .media-position-left .media-container {
      margin-right: 20px; } }

@media (min-width: 1024px) {
  .media-position-left {
    padding-left: 0; } }

@media (min-width: 768px) {
  .media-position-right {
    float: right;
    padding-right: 24px; }
    .media-position-right .media-container {
      margin-left: 20px; } }

@media (min-width: 1024px) {
  .media-position-right {
    padding-right: 0; } }

.listicle-item-content .listicle-text p:not(:first-child) {
  margin-top: 24px; }

.listicle-item-content p {
  margin-top: 0; }

.listicle-item {
  margin-top: 24px; }
  .listicle-item .credit {
    color: rgba(0, 0, 0, 0.65);
    margin-top: 4px;
    text-align: left;
    padding-left: 0; }
  .listicle-item .item-title {
    padding: 0 16px; }
    @media (min-width: 768px) {
      .listicle-item .item-title {
        padding: 0 24px; } }
    @media (min-width: 1024px) {
      .listicle-item .item-title {
        padding: 0; } }
    .listicle-item .item-title h2 {
      display: flex;
      align-items: center;
      margin: 0 0 8px; }
    @media (min-width: 768px) {
      .listicle-item .item-title.media-right {
        float: left;
        min-width: 50%;
        max-width: 50%;
        padding-left: 24px;
        padding-right: 0; }
        .listicle-item .item-title.media-right .subheadline {
          margin: 8px 0; }
        .listicle-item .item-title.media-right .primary,
        .listicle-item .item-title.media-right .secondary {
          align-self: flex-start; } }
    @media (min-width: 1024px) {
      .listicle-item .item-title.media-right {
        padding-left: 0; } }
    @media (min-width: 768px) {
      .listicle-item .item-title.media-left {
        float: right;
        min-width: 50%;
        max-width: 50%;
        padding-right: 24px;
        padding-left: 0; }
        .listicle-item .item-title.media-left .subheadline {
          margin: 8px 0; }
        .listicle-item .item-title.media-left .primary,
        .listicle-item .item-title.media-left .secondary {
          align-self: flex-start; } }
    @media (min-width: 1024px) {
      .listicle-item .item-title.media-left {
        padding-right: 0; } }
  .listicle-item .headline {
    align-items: center;
    display: flex;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin: 8px 0 0; }
  .listicle-item .listicle-ranking {
    font-family: "Klein", "Times New Roman", serif;
    line-height: 80px;
    font-size: 72px;
    font-style: normal;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-right: 16px; }
  .listicle-item .primary {
    color: #239AD2; }
  .listicle-item .secondary {
    color: #f44336; }
  .listicle-item .centered {
    margin: auto; }

.component.listicle:last-child .listicle-item-content {
  margin-bottom: 0; }

.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: 0;
  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;
  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: rgba(0, 0, 0, 0.65);
  text-transform: uppercase; }
  .topic-page .more-sub-nav .more-sub-nav-url {
    color: rgba(0, 0, 0, 0.65); }

.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: 0; }
  .topic-page .topic-sub-nav-container .chip {
    border-radius: 5px;
    border: solid 1px #d7d7d9;
    color: rgba(0, 0, 0, 0.65);
    font-size: 12px;
    display: none;
    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: #0F7BAE;
      color: #fff; }
    .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;
    box-shadow: inset 0 -2px 0 #239AD2; }
  @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: #239AD2; }
    .topic-page .topic-sub-nav-container .topic-dropdown:selected svg {
      transform: rotate(180deg); }

.template-tags.under-docked-sharebar .component.navigation-test .menu-subscribe, .template-tags.scroll-up .component.navigation-test .menu-subscribe, .template-section.under-docked-sharebar .component.navigation-test .menu-subscribe, .template-section.scroll-up .component.navigation-test .menu-subscribe, .template-channel.under-docked-sharebar .component.navigation-test .menu-subscribe, .template-channel.scroll-up .component.navigation-test .menu-subscribe {
  display: block; }

.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: #239AD2;
    border: 2px solid #239AD2;
    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: #239AD2; }
      .ecommerce-hub .component.content-loader button:hover a,
      .ecommerce-hub .hub-button:hover a {
        color: #239AD2; }
    .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 {
    color: #239AD2; }
  .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; }
      .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 #239AD2; }
      .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: #239AD2; }
        .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; }
          .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%; } }

body.template-longform main.longform .article.longform {
  margin: 0;
  max-width: none; }
  body.template-longform main.longform .article.longform > .component,
  body.template-longform main.longform .article.longform > h3,
  body.template-longform main.longform .article.longform > .pullquote {
    margin: 0 auto 32px;
    max-width: 885px;
    padding-left: 24px;
    padding-right: 24px; }
  body.template-longform main.longform .article.longform .image-wrap-container .credit {
    padding: 8px 0;
    width: 100%; }
  body.template-longform main.longform .article.longform p {
    box-sizing: content-box;
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px; }
  body.template-longform main.longform .article.longform iframe {
    display: block;
    margin: auto; }
  body.template-longform main.longform .article.longform .pullquote {
    margin-left: 16px; }
    body.template-longform main.longform .article.longform .pullquote .pullquote-content p {
      font-family: "Klein", "Times New Roman", serif;
      text-transform: none;
      font-size: 28px;
      line-height: 34px;
      font-weight: 800;
      letter-spacing: 0; }
      @media (min-width: 1024px) {
        body.template-longform main.longform .article.longform .pullquote .pullquote-content p {
          border: none; } }
    @media (min-width: 1024px) {
      body.template-longform main.longform .article.longform .pullquote {
        margin-left: auto;
        padding-right: 150px;
        text-align: left; } }
  body.template-longform main.longform .article.longform .full-width-media .media-item .twitter-tweet-rendered {
    margin: 0 auto; }

.white-background {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.95); }

.black-background {
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff; }
  .black-background > * {
    border: none; }

.template-longform:not(.mdex-test) .component.breadcrumbs .breadcrumbs__container {
  justify-content: center; }

@media (min-width: 768px) {
  body.template-longform.mdex-test .editorialProgramMiniRecirc {
    max-width: 640px; } }

body.template-longform.mdex-test .checklist-supplies-checkbox-label {
  border-bottom: none; }

body.template-longform.mdex-test .container-full-width {
  background: none;
  margin-bottom: 64px;
  max-width: none;
  padding: 0; }

body.template-longform.mdex-test .longformContent .contentCallout {
  padding: 16px; }
  @media (min-width: 1024px) {
    body.template-longform.mdex-test .longformContent .contentCallout {
      padding: 32px 0; } }

body.template-longform.mdex-test .longformContent .disclosure-inner {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 48px;
  text-align: center; }

body.template-longform.mdex-test .longformContent__container {
  padding: 0 16px; }
  body.template-longform.mdex-test .longformContent__container--image .component.inline.image {
    max-width: 620px; }
    body.template-longform.mdex-test .longformContent__container--image .component.inline.image .image-wrapper {
      background: transparent; }
      body.template-longform.mdex-test .longformContent__container--image .component.inline.image .image-wrapper .inner-container img {
        width: 100%; }
  body.template-longform.mdex-test .longformContent__container.full-width {
    padding: 0; }
    body.template-longform.mdex-test .longformContent__container.full-width .image-composite-heading {
      padding: 0 16px; }
    @media (min-width: 768px) {
      body.template-longform.mdex-test .longformContent__container.full-width {
        max-width: none; } }
  body.template-longform.mdex-test .longformContent__container .disclosure-inner a:not(.component.popup):not(.shop-it-button), body.template-longform.mdex-test .longformContent__container--paragraph a:not(.component.popup):not(.shop-it-button), body.template-longform.mdex-test .longformContent__container--listicle a:not(.component.popup):not(.shop-it-button), body.template-longform.mdex-test .longformContent__container--checklist a:not(.component.popup):not(.shop-it-button), body.template-longform.mdex-test .longformContent__container--heading a:not(.component.popup):not(.shop-it-button) {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 2px 0;
    box-shadow: inset 0 -2px 0 #ac1900;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    body.template-longform.mdex-test .longformContent__container .disclosure-inner a:not(.component.popup):not(.shop-it-button):visited, body.template-longform.mdex-test .longformContent__container--paragraph a:not(.component.popup):not(.shop-it-button):visited, body.template-longform.mdex-test .longformContent__container--listicle a:not(.component.popup):not(.shop-it-button):visited, body.template-longform.mdex-test .longformContent__container--checklist a:not(.component.popup):not(.shop-it-button):visited, body.template-longform.mdex-test .longformContent__container--heading a:not(.component.popup):not(.shop-it-button):visited {
      color: #595959;
      box-shadow: inset 0 -2px 0 #ac1900; }
    body.template-longform.mdex-test .longformContent__container .disclosure-inner a:not(.component.popup):not(.shop-it-button):hover, body.template-longform.mdex-test .longformContent__container .disclosure-inner a:not(.component.popup):not(.shop-it-button):focus, body.template-longform.mdex-test .longformContent__container--paragraph a:not(.component.popup):not(.shop-it-button):hover, body.template-longform.mdex-test .longformContent__container--paragraph a:not(.component.popup):not(.shop-it-button):focus, body.template-longform.mdex-test .longformContent__container--listicle a:not(.component.popup):not(.shop-it-button):hover, body.template-longform.mdex-test .longformContent__container--listicle a:not(.component.popup):not(.shop-it-button):focus, body.template-longform.mdex-test .longformContent__container--checklist a:not(.component.popup):not(.shop-it-button):hover, body.template-longform.mdex-test .longformContent__container--checklist a:not(.component.popup):not(.shop-it-button):focus, body.template-longform.mdex-test .longformContent__container--heading a:not(.component.popup):not(.shop-it-button):hover, body.template-longform.mdex-test .longformContent__container--heading a:not(.component.popup):not(.shop-it-button):focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
    body.template-longform.mdex-test .longformContent__container .disclosure-inner a:not(.component.popup):not(.shop-it-button):active, body.template-longform.mdex-test .longformContent__container--paragraph a:not(.component.popup):not(.shop-it-button):active, body.template-longform.mdex-test .longformContent__container--listicle a:not(.component.popup):not(.shop-it-button):active, body.template-longform.mdex-test .longformContent__container--checklist a:not(.component.popup):not(.shop-it-button):active, body.template-longform.mdex-test .longformContent__container--heading a:not(.component.popup):not(.shop-it-button):active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 #ac1900; }
  body.template-longform.mdex-test .longformContent__container .disclosure-inner h2, body.template-longform.mdex-test .longformContent__container--paragraph h2, body.template-longform.mdex-test .longformContent__container--listicle h2, body.template-longform.mdex-test .longformContent__container--checklist h2, body.template-longform.mdex-test .longformContent__container--heading h2 {
    margin: 16px 0; }
  body.template-longform.mdex-test .longformContent__container .image-composite-heading {
    margin: 0 auto 32px; }
  @media (min-width: 768px) {
    body.template-longform.mdex-test .longformContent__container {
      padding: 0;
      margin: 0 auto;
      max-width: 640px; } }
  @media (min-width: 1024px) {
    body.template-longform.mdex-test .longformContent__container {
      max-width: 580px; }
      body.template-longform.mdex-test .longformContent__container--pullquote, body.template-longform.mdex-test .longformContent__container--toutCards, body.template-longform.mdex-test .longformContent__container--imageComposite.full-width, body.template-longform.mdex-test .longformContent__container--image.full-width {
        max-width: 1024px; }
        body.template-longform.mdex-test .longformContent__container--pullquote h2, body.template-longform.mdex-test .longformContent__container--toutCards h2, body.template-longform.mdex-test .longformContent__container--imageComposite.full-width h2, body.template-longform.mdex-test .longformContent__container--image.full-width h2 {
          max-width: 580px; } }
  @media (min-width: 1279px) {
    body.template-longform.mdex-test .longformContent__container {
      max-width: 640px; }
      body.template-longform.mdex-test .longformContent__container--pullquote, body.template-longform.mdex-test .longformContent__container--toutCards, body.template-longform.mdex-test .longformContent__container--imageComposite.full-width, body.template-longform.mdex-test .longformContent__container--image.full-width {
        max-width: 1100px; }
        body.template-longform.mdex-test .longformContent__container--pullquote h2, body.template-longform.mdex-test .longformContent__container--toutCards h2, body.template-longform.mdex-test .longformContent__container--imageComposite.full-width h2, body.template-longform.mdex-test .longformContent__container--image.full-width h2 {
          max-width: 640px; } }
  body.template-longform.mdex-test .longformContent__container--paragraph {
    margin: 24px auto; }
    body.template-longform.mdex-test .longformContent__container--paragraph a {
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      box-shadow: inset 0 -2px 0 #ac1900;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      body.template-longform.mdex-test .longformContent__container--paragraph a:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #ac1900; }
      body.template-longform.mdex-test .longformContent__container--paragraph a:hover, body.template-longform.mdex-test .longformContent__container--paragraph a:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
      body.template-longform.mdex-test .longformContent__container--paragraph a:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 #ac1900; }
  body.template-longform.mdex-test .longformContent__container--contentCallout {
    max-width: unset;
    padding: 0; }
    body.template-longform.mdex-test .longformContent__container--contentCallout .pullquote {
      text-align: center;
      margin: 0; }
      body.template-longform.mdex-test .longformContent__container--contentCallout .pullquote-attribution {
        text-align: center; }
  body.template-longform.mdex-test .longformContent__container--button {
    margin: 24px auto; }
  body.template-longform.mdex-test .longformContent__container--toutCards {
    max-width: unset;
    padding: 0; }
    body.template-longform.mdex-test .longformContent__container--toutCards .toutCards {
      padding: 16px 0 16px 16px; }
      @media (min-width: 768px) {
        body.template-longform.mdex-test .longformContent__container--toutCards .toutCards {
          padding: 24px; } }
      body.template-longform.mdex-test .longformContent__container--toutCards .toutCards__inner {
        margin: 0 auto; }
        @media (min-width: 768px) {
          body.template-longform.mdex-test .longformContent__container--toutCards .toutCards__inner {
            max-width: 1024px; } }
      body.template-longform.mdex-test .longformContent__container--toutCards .toutCards .card {
        background-color: #fff; }
      body.template-longform.mdex-test .longformContent__container--toutCards .toutCards .buyingInformation {
        display: flex;
        background-color: #fff; }
        body.template-longform.mdex-test .longformContent__container--toutCards .toutCards .buyingInformation__buyContent {
          flex: 1 1 50%; }
      body.template-longform.mdex-test .longformContent__container--toutCards .toutCards__entityContainer img,
      body.template-longform.mdex-test .longformContent__container--toutCards .toutCards .buyingInformation img {
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        border-left: 1px solid rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(0, 0, 0, 0.15); }
  body.template-longform.mdex-test .longformContent__container--embedBrandlive.full-width {
    overflow: hidden; }

body.template-longform.mdex-test .recirculation-wrapper {
  margin: 0 16px; }
  @media (min-width: 768px) {
    body.template-longform.mdex-test .recirculation-wrapper {
      margin: 0 64px; } }
  @media (min-width: 1024px) {
    body.template-longform.mdex-test .recirculation-wrapper {
      margin: 0 24px; } }
  @media (min-width: 768px) {
    body.template-longform.mdex-test .recirculation-wrapper hr.recirculation__wrapper {
      left: 50%;
      transform: translateX(-50%); } }
  body.template-longform.mdex-test .recirculation-wrapper hr.recirculation__wrapper--bottom {
    display: none; }

@media (min-width: 768px) {
  body.template-longform.mdex-test .entityTableOfContents {
    margin: auto;
    max-width: 640px; } }

@media (min-width: 1024px) {
  body.template-longform.mdex-test .entityTableOfContents {
    max-width: 580px; } }

@media (min-width: 1162px) {
  body.template-longform.mdex-test .entityTableOfContents {
    max-width: 580px; } }

@media (min-width: 1279px) {
  body.template-longform.mdex-test .entityTableOfContents {
    max-width: 640px; } }

@media (min-width: 768px) {
  body.template-longform.mdex-test .component.footer-test .footer-test .footer-copyright {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px; } }

@media (min-width: 1024px) {
  body.template-longform.mdex-test .component.footer-test .footer-test .footer-copyright {
    max-width: 1024px; } }

@media (min-width: 1162px) {
  body.template-longform.mdex-test .component.footer-test .footer-test .footer-copyright {
    max-width: 1100px; } }

body.template-longform.mdex-test .longformContent__container--divider.full {
  width: 100vw;
  max-width: 100vw; }

.glossary {
  padding: 0 16px 16px; }
  @media (min-width: 768px) {
    .glossary {
      padding: 0 24px 24px; } }
  @media (min-width: 1024px) {
    .glossary {
      padding: 0; } }
  .glossary .content-body {
    padding: 0 24px; }

.glossary-tags ul {
  list-style: none;
  padding: 0;
  margin-top: 16px; }
  .glossary-tags ul li {
    display: inline-block; }
    .glossary-tags ul li .show-more {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase; }
  .glossary-tags ul.more-item {
    float: left;
    width: 60%;
    margin: 0; }
    @media (min-width: 768px) {
      .glossary-tags ul.more-item {
        width: 85%; } }

.glossary-tags .tag-link {
  background: none;
  border: 2px solid #d7d7d9;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 8px 16px;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase; }
  .glossary-tags .tag-link:hover {
    color: #fff;
    background-color: #239AD2; }

.glossary-tags .tag-border {
  border: 1px solid #d7d7d9; }

.glossary-tags .read-more {
  float: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase; }

.glossary-letter {
  font-family: "Source Sans Pro", Arial;
  font-size: 24px;
  font-weight: 500; }

main.place {
  padding-top: 24px; }
  @media (min-width: 1024px) {
    main.place {
      padding-top: 0; } }
  main.place .breadcrumbs {
    margin-bottom: 24px; }
  main.place address {
    font-family: "Klein", "Times New Roman", serif;
    font-style: normal;
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      main.place address {
        margin-bottom: 0; } }
  main.place .location-card {
    overflow: hidden;
    font-family: "Klein", "Times New Roman", serif;
    padding-top: 16px;
    width: 100%; }
    @media (min-width: 1024px) {
      main.place .location-card {
        padding-top: 32px; } }
    @media (min-width: 1024px) {
      main.place .location-card .location-image {
        padding-right: 32px; } }
    main.place .location-card .location-features {
      margin-top: 8px; }
      @media (min-width: 1024px) {
        main.place .location-card .location-features {
          margin-top: 0; } }
    main.place .location-card .feature-name {
      font-size: 16px;
      margin-bottom: 4px;
      text-transform: uppercase;
      font-weight: 700; }
    main.place .location-card .feature-desc {
      font-size: 16px;
      margin-bottom: 24px; }
    main.place .location-card .image-wrap-container {
      display: block; }
  main.place .map-button {
    display: none;
    float: left;
    margin: 10px 0 0 24px; }
    @media (min-width: 1024px) {
      main.place .map-button {
        display: block; } }
  main.place .category-nav {
    border-bottom: 1px solid #d7d7d9;
    border-top: 1px solid #d7d7d9;
    text-align: center; }
    main.place .category-nav .category-nav-item {
      display: inline-block;
      width: 45%;
      margin: 4px; }
      @media (min-width: 768px) {
        main.place .category-nav .category-nav-item {
          width: 30%; } }
      @media (min-width: 1024px) {
        main.place .category-nav .category-nav-item {
          width: auto;
          margin: 0 4px; } }
    main.place .category-nav .category-nav-link {
      text-transform: uppercase;
      border: 2px solid #239AD2;
      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; }
      main.place .category-nav .category-nav-link:hover, main.place .category-nav .category-nav-link.active {
        background: #239AD2;
        color: #fff; }
  main.place .article-header {
    max-width: none; }
    main.place .article-header .article-info {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0; }
    main.place .article-header .headline {
      margin-top: 0;
      float: left; }
    main.place .article-header .intro-top {
      margin: 0; }
    main.place .article-header .share {
      width: 100%;
      margin: 4px 0 8px; }
  main.place .bottom-recirc .component.outbrain {
    padding: 0; }
  main.place .body.content p {
    margin-top: 0; }
  main.place .bottom-recirc {
    width: 100%; }
  main.place .icon-external {
    padding-left: 0; }

.partial.map-button {
  color: #239AD2;
  cursor: pointer; }
  .partial.map-button .icon-map {
    float: left; }
    .partial.map-button .icon-map svg {
      fill: #239AD2; }
  .partial.map-button .icon-map-label {
    display: inline;
    padding: 4px; }
  .partial.map-button:hover {
    color: #0F7BAE; }
    .partial.map-button:hover svg {
      fill: #0F7BAE; }

main.subscription {
  padding-bottom: 0; }
  main.subscription .banner {
    padding: 0 16px;
    margin: 24px 0; }
    @media (min-width: 768px) {
      main.subscription .banner {
        padding: 0 32px; } }
    main.subscription .banner .lead-headline {
      font-size: 24px;
      line-height: 30px;
      letter-spacing: .2px; }
      @media (min-width: 768px) {
        main.subscription .banner .lead-headline {
          font-size: 36px; } }
  main.subscription .grid {
    text-align: center; }
  main.subscription .full-width-promo {
    background-color: #f6fbfe; }
  main.subscription .tile .media-img {
    height: auto; }
  main.subscription .tile .heading-content {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.2px; }
  main.subscription .tile .media-body {
    width: 60%;
    margin: 0 auto; }
  main.subscription .tile .cta-link {
    text-transform: uppercase;
    border: 2px solid #239AD2;
    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;
    max-width: 70%;
    margin: 16px auto; }
  main.subscription .tile.left_item img, main.subscription .tile.right_item img, main.subscription .tile.main_item img, main.subscription .tile.promo_item img {
    width: auto;
    margin: 0 auto; }
  main.subscription .tile.left_item .media-body:after, main.subscription .tile.main_item .media-body:after {
    content: "";
    display: block;
    border-bottom: 1px solid #a3a5a9;
    margin: 32px 50px; }
  main.subscription .summary.desktop-only {
    display: block; }
  main.subscription .summary.mobile-only {
    display: none; }
  @media (min-width: 768px) {
    main.subscription .grid {
      max-width: 768px; }
      main.subscription .grid[data-items_per_row="3"] {
        padding: 24px 0; }
    main.subscription .full-width-promo {
      text-align: center;
      max-width: unset; }
      main.subscription .full-width-promo .tile {
        max-width: 520px;
        width: auto;
        display: inline-block;
        float: none;
        vertical-align: top; }
        main.subscription .full-width-promo .tile .media-img {
          height: auto;
          width: 48%;
          float: left; }
        main.subscription .full-width-promo .tile .media-body {
          width: 48%;
          float: left;
          text-align: left; }
        main.subscription .full-width-promo .tile .cta-link {
          text-align: center;
          margin: 16px 0; }
    main.subscription .tile .media-body {
      width: auto; }
    main.subscription .tile.left_item img, main.subscription .tile.right_item img {
      transform: scale(0.7);
      transform-origin: bottom center; }
    main.subscription .tile.left_item .media-body:after, main.subscription .tile.main_item .media-body:after {
      border-bottom: none;
      display: none; }
    main.subscription .tile.promo_item img {
      margin: 0; } }
  @media (min-width: 1024px) {
    main.subscription .grid {
      max-width: 900px; }
      main.subscription .grid.full-width-promo {
        max-width: unset; } }
  main.subscription .secondary-nav {
    border-bottom: 0;
    margin: 24px auto;
    display: flex;
    flex-direction: column; }
    main.subscription .secondary-nav li {
      margin-left: 0; }
      main.subscription .secondary-nav li a {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 400;
        line-height: 2.3;
        letter-spacing: 0.8px;
        color: #239AD2; }
    @media (min-width: 768px) {
      main.subscription .secondary-nav {
        display: block; }
        main.subscription .secondary-nav li {
          margin-left: 20px; }
          main.subscription .secondary-nav li:nth-child(1) {
            margin-left: 0; } }
  main.subscription .secondary-nav-fixed {
    position: inherit;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none; }
  main.subscription .bucket.grid[data-items_per_row="3"] .tile.media {
    display: block;
    float: none;
    vertical-align: top;
    width: calc(100%); }
  @media (min-width: 768px) {
    main.subscription .bucket.grid[data-items_per_row="3"] .tile.media {
      display: inline-block;
      float: none;
      vertical-align: top;
      width: calc(100%/3 - 4px); }
      main.subscription .bucket.grid[data-items_per_row="3"] .tile.media:nth-of-type(4n+0) {
        padding-right: 24px;
        width: calc(100%/3 - 4px); }
      main.subscription .bucket.grid[data-items_per_row="3"] .tile.media:nth-of-type(3n+0) {
        padding-right: 0;
        width: calc(100%/3 - 8px); } }
  @media (min-width: 1024px) {
    main.subscription .bucket.grid[data-items_per_row="3"] .tile.media {
      display: inline-block;
      float: none;
      vertical-align: top;
      width: calc(100%/3 + 8px); }
      main.subscription .bucket.grid[data-items_per_row="3"] .tile.media:nth-of-type(4n+0) {
        padding-right: 24px;
        width: calc(100%/3 + 8px); }
      main.subscription .bucket.grid[data-items_per_row="3"] .tile.media:nth-of-type(3n+0) {
        padding-right: 0;
        width: calc(100%/3 - 16px); } }

main.subscription + .above-footer {
  display: none; }

main.subscription + .ad + .above-footer {
  display: none; }

main.subscription + .above-footer + footer {
  padding-top: 0; }

main.subscription + .ad + .above-footer + footer {
  padding-top: 0; }

/*
* GDPR Page Template
*/
.template-gdpr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

/*
* GDPR Overrides
*/
body.is-from-eu {
  /*
  * Hamburger Menu Auth
  */
  /*
  * Recipe Commenting & Rating
  */ }
  body.is-from-eu .livefyre-hamburger-menu {
    display: none; }
  body.is-from-eu #hambMyAccount, body.is-from-eu #hambLogout, body.is-from-eu #hambSignin, body.is-from-eu #hambRegister {
    display: none; }
  body.is-from-eu .fyre-reviews-write {
    display: none; }
  body.is-from-eu .ratings-reviews .comment-btn-wrap {
    display: none; }
  body.is-from-eu .ratings-reviews .five-star-wrap.profile_rating_container {
    display: none; }
  body.is-from-eu .ratings-reviews .five-star-wrap.profile_rating_container + .separator-line {
    display: none; }
  body.is-from-eu .recipe-review-container .add-review {
    display: none; }

.mdex-test.template-gallery {
  overflow-x: hidden; }
  .mdex-test.template-gallery img {
    max-width: 100%; }
  .mdex-test.template-gallery .container-full-width {
    margin: 0 auto;
    padding: 24px 16px 0;
    overflow: visible; }
    @media (min-width: 768px) {
      .mdex-test.template-gallery .container-full-width {
        max-width: 640px;
        padding: 24px 0; } }
    @media (min-width: 1024px) {
      .mdex-test.template-gallery .container-full-width {
        max-width: 1088px;
        padding: 32px 24px 0; } }
    @media (min-width: 1162px) {
      .mdex-test.template-gallery .container-full-width {
        max-width: 1226px;
        padding: 32px 32px 0; } }
    @media (min-width: 1279px) {
      .mdex-test.template-gallery .container-full-width {
        max-width: 1310px;
        padding: 32px 32px 0;
        overflow: visible; } }
    .mdex-test.template-gallery .container-full-width .is-logged-in .article-info:hover .edit-link,
    .mdex-test.template-gallery .container-full-width .is-logged-in .listicle__item:hover .edit-link,
    .mdex-test.template-gallery .container-full-width .is-logged-in .partial.lead-image:hover .edit-link,
    .mdex-test.template-gallery .container-full-width .is-logged-in .js-media-content:hover .edit-link {
      display: flex; }
    .mdex-test.template-gallery .container-full-width .is-logged-in .edit-link.is-fixed {
      display: flex; }
  @media (min-width: 1162px) {
    .mdex-test.template-gallery .gallery-all-slides {
      max-width: 1100px;
      margin: 0 auto; } }
  .mdex-test.template-gallery .component.breadcrumbs .breadcrumbs__container {
    justify-content: flex-start; }
  .mdex-test.template-gallery .gallery-main-container .glide-slide-content {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text; }
  @media (min-width: 1024px) {
    .mdex-test.template-gallery .gallery-main-container {
      display: flex;
      justify-content: space-between; } }
  .mdex-test.template-gallery .gallery-main-container .sidebar-item {
    display: none; }
    @media (min-width: 1024px) {
      .mdex-test.template-gallery .gallery-main-container .sidebar-item {
        display: block;
        flex: 0 0 300px;
        margin: 0 0 0 24px; } }
    @media (min-width: 1162px) {
      .mdex-test.template-gallery .gallery-main-container .sidebar-item {
        margin: 0 0 0 32px; } }
  .mdex-test.template-gallery .gallery-main-container .component.gallery-test .component.outbrain {
    margin-top: 32px; }

.mdex-test .dek {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0; }

.mdex-test p {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0; }
  .mdex-test p:first-child {
    margin-top: 0; }
  .mdex-test p img {
    max-width: 100%; }

.mdex-test h1 {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: 0; }
  @media (min-width: 768px) {
    .mdex-test h1 {
      font-size: 48px;
      line-height: 52px; } }

.mdex-test .article-content-container h2 {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0; }
  @media (min-width: 768px) {
    .mdex-test .article-content-container h2 {
      font-size: 36px;
      line-height: 44px; } }

.mdex-test .article-content-container h3 {
  color: rgba(0, 0, 0, 0.95);
  font-family: "Klein", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0; }

.mdex-test .article-content-container .component.button {
  margin-top: 48px; }

.mdex-test h4, .mdex-test h5, .mdex-test h6 {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0; }

.template-category-page.under-docked-sharebar .component.navigation-test .menu-subscribe, .template-category-page.scroll-up .component.navigation-test .menu-subscribe, .template-aggregate.under-docked-sharebar .component.navigation-test .menu-subscribe, .template-aggregate.scroll-up .component.navigation-test .menu-subscribe {
  display: block; }

.template-category-page .component.lazy-image-udf.placeholder .inner-container img, .template-aggregate .component.lazy-image-udf.placeholder .inner-container img {
  display: none; }

.template-category-page .container-full-width, .template-aggregate .container-full-width {
  background: none;
  margin-bottom: 0;
  max-width: none;
  padding: 0; }

.template-category-page .category-page-item-image-text, .template-aggregate .category-page-item-image-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.template-category-page .category-page-item-image-link, .template-aggregate .category-page-item-image-link {
  display: block; }

.template-category-page .category-page-item-title, .template-aggregate .category-page-item-title {
  color: rgba(0, 0, 0, 0.95);
  font-family: "Klein", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.95);
  padding: 2px 0;
  transition: all .1s ease-in-out;
  text-decoration: none;
  display: inline;
  margin: 0; }
  .template-category-page .category-page-item-title:visited, .template-aggregate .category-page-item-title:visited {
    color: #595959;
    box-shadow: inset 0 -2px 0 #595959; }
  .template-category-page .category-page-item-title:hover, .template-aggregate .category-page-item-title:hover {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }

.template-category-page .category-page-item-description, .template-aggregate .category-page-item-description {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  margin: 8px 0 0; }

.template-category-page .category-page-item-readmore, .template-aggregate .category-page-item-readmore {
  display: none; }

.template-category-page .category-page-item .popular__listItemDifficulty-easy .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty--easy .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty-kind-of-easy .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty-kindOfEasy .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty--kindOfEasy .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty-kind-of-hard .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty-kindOfHard .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty--kindOfHard .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty-hard .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty--hard .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty-easy .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty--easy .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty-kind-of-easy .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty-kindOfEasy .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty--kindOfEasy .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty-kind-of-hard .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty-kindOfHard .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty--kindOfHard .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty-hard .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty--hard .project-meta-item-value:after {
  speak: none;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 10px;
  left: 0; }

.template-category-page .category-page-item .popular__listItemDifficulty--easy .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty-easy .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty--easy .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty-easy .project-meta-item-value:after {
  content: '';
  box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.15), 12px 0 0 0 rgba(0, 0, 0, 0.15), 18px 0 0 0 rgba(0, 0, 0, 0.15); }

.template-category-page .category-page-item .popular__listItemDifficulty-kind-of-easy .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty-kindOfEasy .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty--kindOfEasy .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty-kind-of-easy .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty-kindOfEasy .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty--kindOfEasy .project-meta-item-value:after {
  content: '';
  box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.65), 12px 0 0 0 rgba(0, 0, 0, 0.15), 18px 0 0 0 rgba(0, 0, 0, 0.15); }

.template-category-page .category-page-item .popular__listItemDifficulty-kind-of-hard .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty-kindOfHard .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty--kindOfHard .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty-kind-of-hard .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty-kindOfHard .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty--kindOfHard .project-meta-item-value:after {
  content: '';
  box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.65), 12px 0 0 0 rgba(0, 0, 0, 0.65), 18px 0 0 0 rgba(0, 0, 0, 0.15); }

.template-category-page .category-page-item .popular__listItemDifficulty-hard .project-meta-item-value:after, .template-category-page .category-page-item .popular__listItemDifficulty--hard .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty-hard .project-meta-item-value:after, .template-aggregate .category-page-item .popular__listItemDifficulty--hard .project-meta-item-value:after {
  content: '';
  box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.65), 12px 0 0 0 rgba(0, 0, 0, 0.65), 18px 0 0 0 rgba(0, 0, 0, 0.65); }

.template-category-page .category-page-item-difficulty, .template-aggregate .category-page-item-difficulty {
  margin-top: 8px; }
  .template-category-page .category-page-item-difficulty .project-meta-item-value, .template-aggregate .category-page-item-difficulty .project-meta-item-value {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    position: relative; }
    .template-category-page .category-page-item-difficulty .project-meta-item-value:before, .template-aggregate .category-page-item-difficulty .project-meta-item-value:before {
      content: '';
      display: inline-block;
      margin-right: 8px;
      speak: none;
      width: 24px; }

.template-category-page .category-page2plus-body .category-page-header.layout-no-image, .template-aggregate .category-page2plus-body .category-page-header.layout-no-image {
  margin-bottom: 48px; }
  .template-category-page .category-page2plus-body .category-page-header.layout-no-image .category-page-header-group, .template-aggregate .category-page2plus-body .category-page-header.layout-no-image .category-page-header-group {
    align-items: flex-start; }
  .template-category-page .category-page2plus-body .category-page-header.layout-no-image .category-page-back, .template-aggregate .category-page2plus-body .category-page-header.layout-no-image .category-page-back {
    display: flex;
    width: auto;
    align-items: center; }
    .template-category-page .category-page2plus-body .category-page-header.layout-no-image .category-page-back span, .template-aggregate .category-page2plus-body .category-page-header.layout-no-image .category-page-back span {
      align-items: center;
      display: flex; }

@media (min-width: 768px) {
  .template-category-page .category-page2plus-body, .template-aggregate .category-page2plus-body {
    margin-bottom: 64px; } }

.template-category-page .faceted-search-header-wrapper, .template-aggregate .faceted-search-header-wrapper {
  background-color: transparent; }
  .template-category-page .faceted-search-header-wrapper .category-page-header.layout-full-width,
  .template-category-page .faceted-search-header-wrapper .category-page-header.layout-no-image, .template-aggregate .faceted-search-header-wrapper .category-page-header.layout-full-width,
  .template-aggregate .faceted-search-header-wrapper .category-page-header.layout-no-image {
    background-color: transparent;
    margin-bottom: 0;
    padding-bottom: 64px; }

.template-category-page .faceted-search-widget-wrapper, .template-aggregate .faceted-search-widget-wrapper {
  background-color: transparent;
  margin: 0 0 32px; }
  @media (min-width: 768px) {
    .template-category-page .faceted-search-widget-wrapper, .template-aggregate .faceted-search-widget-wrapper {
      margin: 0 auto 32px;
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .template-category-page .faceted-search-widget-wrapper, .template-aggregate .faceted-search-widget-wrapper {
      max-width: 1088px;
      margin: 0 0 32px 24px; } }
  @media (min-width: 1162px) {
    .template-category-page .faceted-search-widget-wrapper, .template-aggregate .faceted-search-widget-wrapper {
      max-width: 1226px;
      padding: 0 32px;
      margin: 0 auto 32px; } }
  @media (min-width: 1279px) {
    .template-category-page .faceted-search-widget-wrapper, .template-aggregate .faceted-search-widget-wrapper {
      max-width: 1310px;
      padding: 0 32px; } }

.template-category-page .faceted-search-widget-divider, .template-aggregate .faceted-search-widget-divider {
  position: relative;
  border: 0;
  overflow: visible;
  background: rgba(0, 0, 0, 0.15);
  background-size: auto;
  height: 1px;
  width: 100%;
  margin: 16px 0;
  margin: 16px auto;
  margin-bottom: 48px; }
  .template-category-page .faceted-search-widget-divider:after, .template-aggregate .faceted-search-widget-divider:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 5px;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .template-category-page .faceted-search-widget, .template-aggregate .faceted-search-widget {
    max-width: 640px; } }

@media (min-width: 1024px) {
  .template-category-page .faceted-search-widget, .template-aggregate .faceted-search-widget {
    max-width: 1226px; } }

@media (min-width: 1162px) {
  .template-category-page .faceted-search-widget, .template-aggregate .faceted-search-widget {
    max-width: 1310px; } }

@media (min-width: 1279px) {
  .template-category-page .faceted-search-widget, .template-aggregate .faceted-search-widget {
    max-width: 1310px; } }

.template-category-page .definition-list-contents, .template-aggregate .definition-list-contents {
  font-weight: 400; }

.template-category-page .definition-list-wrapper, .template-aggregate .definition-list-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 16px; }
  @media (min-width: 768px) {
    .template-category-page .definition-list-wrapper, .template-aggregate .definition-list-wrapper {
      padding: 0 24px; } }

.template-category-page .definition-list-item, .template-aggregate .definition-list-item {
  padding: 16px 0; }
  .template-category-page .definition-list-item:nth-child(odd), .template-aggregate .definition-list-item:nth-child(odd) {
    padding-right: 24px; }
  .template-category-page .definition-list-item:last-child:nth-child(even), .template-category-page .definition-list-item:last-child:nth-child(odd), .template-category-page .definition-list-item:nth-last-child(2):nth-child(odd), .template-aggregate .definition-list-item:last-child:nth-child(even), .template-aggregate .definition-list-item:last-child:nth-child(odd), .template-aggregate .definition-list-item:nth-last-child(2):nth-child(odd) {
    border-bottom: none; }

.template-category-page .faqs-list, .template-aggregate .faqs-list {
  margin-bottom: -24px; }

.template-category-page .category-page-back, .template-aggregate .category-page-back {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  display: flex;
  order: 1;
  width: 210px;
  height: 36px;
  padding: 6px 16px;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 16px; }
  .template-category-page .category-page-back:focus, .template-aggregate .category-page-back:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .template-category-page .category-page-back:active, .template-aggregate .category-page-back:active {
    opacity: 0.8; }
  .template-category-page .category-page-back:focus, .template-aggregate .category-page-back:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .template-category-page .category-page-back:active, .template-aggregate .category-page-back:active {
    opacity: 0.8; }
  .template-category-page .category-page-back svg path, .template-aggregate .category-page-back svg path {
    fill: #fff; }
  .template-category-page .category-page-back:visited, .template-aggregate .category-page-back:visited {
    background: rgba(0, 0, 0, 0.95);
    color: #fff; }
  .template-category-page .category-page-back:hover, .template-category-page .category-page-back:active, .template-category-page .category-page-back:focus, .template-aggregate .category-page-back:hover, .template-aggregate .category-page-back:active, .template-aggregate .category-page-back:focus {
    background: #ac1900;
    border-color: #ac1900;
    color: #fff; }
    .template-category-page .category-page-back:hover svg path, .template-category-page .category-page-back:active svg path, .template-category-page .category-page-back:focus svg path, .template-aggregate .category-page-back:hover svg path, .template-aggregate .category-page-back:active svg path, .template-aggregate .category-page-back:focus svg path {
      fill: #fff; }
  .template-category-page .category-page-back[disabled], .template-aggregate .category-page-back[disabled] {
    border: 3px solid #D9D9D9;
    background-color: #D9D9D9;
    color: #fff; }
  .template-category-page .category-page-back:active, .template-category-page .category-page-back:hover, .template-category-page .category-page-back:focus, .template-aggregate .category-page-back:active, .template-aggregate .category-page-back:hover, .template-aggregate .category-page-back:focus {
    border-color: #ac1900; }
  .template-category-page .category-page-back:active, .template-category-page .category-page-back:focus, .template-aggregate .category-page-back:active, .template-aggregate .category-page-back:focus {
    border: 3px solid #014ecb; }
  .template-category-page .category-page-back-arrow, .template-aggregate .category-page-back-arrow {
    margin-right: 8px; }
    .template-category-page .category-page-back-arrow svg, .template-aggregate .category-page-back-arrow svg {
      width: 20px;
      height: 20px;
      fill: #fff; }

.template-category-page .category-page-list-related.category-page-related-page2plus, .template-aggregate .category-page-list-related.category-page-related-page2plus {
  background-color: transparent;
  margin-top: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .template-category-page .category-page-list-related.category-page-related-page2plus, .template-aggregate .category-page-list-related.category-page-related-page2plus {
      padding: 0 32px 64px; } }
  .template-category-page .category-page-list-related.category-page-related-page2plus:before, .template-category-page .category-page-list-related.category-page-related-page2plus:after, .template-aggregate .category-page-list-related.category-page-related-page2plus:before, .template-aggregate .category-page-list-related.category-page-related-page2plus:after {
    display: none; }
  @media (min-width: 768px) {
    .template-category-page .category-page-list-related.category-page-related-page2plus .category-page-list-content, .template-aggregate .category-page-list-related.category-page-related-page2plus .category-page-list-content {
      max-width: 640px;
      margin: auto; } }
  @media (min-width: 1024px) {
    .template-category-page .category-page-list-related.category-page-related-page2plus .category-page-list-content, .template-aggregate .category-page-list-related.category-page-related-page2plus .category-page-list-content {
      max-width: 760px;
      margin: 0; } }
  @media (min-width: 1024px) {
    .template-category-page .category-page-list-related.category-page-related-page2plus .category-page-list-aside, .template-aggregate .category-page-list-related.category-page-related-page2plus .category-page-list-aside {
      margin-left: 80px; } }
  .template-category-page .category-page-list-related.category-page-related-page2plus .category-page-list-related-nav-prev-button,
  .template-category-page .category-page-list-related.category-page-related-page2plus .category-page-list-related-nav-next-button, .template-aggregate .category-page-list-related.category-page-related-page2plus .category-page-list-related-nav-prev-button,
  .template-aggregate .category-page-list-related.category-page-related-page2plus .category-page-list-related-nav-next-button {
    display: flex;
    align-items: center; }
  .template-category-page .category-page-list-related.category-page-related-page2plus .category-page-back-arrow,
  .template-category-page .category-page-list-related.category-page-related-page2plus .category-page-next-arrow, .template-aggregate .category-page-list-related.category-page-related-page2plus .category-page-back-arrow,
  .template-aggregate .category-page-list-related.category-page-related-page2plus .category-page-next-arrow {
    margin-left: 8px;
    display: flex; }
    .template-category-page .category-page-list-related.category-page-related-page2plus .category-page-back-arrow svg,
    .template-category-page .category-page-list-related.category-page-related-page2plus .category-page-next-arrow svg, .template-aggregate .category-page-list-related.category-page-related-page2plus .category-page-back-arrow svg,
    .template-aggregate .category-page-list-related.category-page-related-page2plus .category-page-next-arrow svg {
      width: 20px;
      height: 20px; }

.template-category-page .category-page-list-related-nav-container, .template-aggregate .category-page-list-related-nav-container {
  display: flex;
  justify-content: center; }

.template-category-page .category-page-list-related-nav-prev-button, .template-category-page .category-page-list-related-nav-next-button, .template-aggregate .category-page-list-related-nav-prev-button, .template-aggregate .category-page-list-related-nav-next-button {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  border-width: 0;
  display: inline; }
  .template-category-page .category-page-list-related-nav-prev-button:focus, .template-category-page .category-page-list-related-nav-next-button:focus, .template-aggregate .category-page-list-related-nav-prev-button:focus, .template-aggregate .category-page-list-related-nav-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .template-category-page .category-page-list-related-nav-prev-button:active, .template-category-page .category-page-list-related-nav-next-button:active, .template-aggregate .category-page-list-related-nav-prev-button:active, .template-aggregate .category-page-list-related-nav-next-button:active {
    opacity: 0.8; }
  .template-category-page .category-page-list-related-nav-prev-button:focus, .template-category-page .category-page-list-related-nav-next-button:focus, .template-aggregate .category-page-list-related-nav-prev-button:focus, .template-aggregate .category-page-list-related-nav-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .template-category-page .category-page-list-related-nav-prev-button:active, .template-category-page .category-page-list-related-nav-next-button:active, .template-aggregate .category-page-list-related-nav-prev-button:active, .template-aggregate .category-page-list-related-nav-next-button:active {
    opacity: 0.8; }
  .template-category-page .category-page-list-related-nav-prev-button svg path, .template-category-page .category-page-list-related-nav-next-button svg path, .template-aggregate .category-page-list-related-nav-prev-button svg path, .template-aggregate .category-page-list-related-nav-next-button svg path {
    fill: #fff; }
  .template-category-page .category-page-list-related-nav-prev-button:visited, .template-category-page .category-page-list-related-nav-next-button:visited, .template-aggregate .category-page-list-related-nav-prev-button:visited, .template-aggregate .category-page-list-related-nav-next-button:visited {
    background: rgba(0, 0, 0, 0.95);
    color: #fff; }
  .template-category-page .category-page-list-related-nav-prev-button:hover, .template-category-page .category-page-list-related-nav-prev-button:active, .template-category-page .category-page-list-related-nav-prev-button:focus, .template-category-page .category-page-list-related-nav-next-button:hover, .template-category-page .category-page-list-related-nav-next-button:active, .template-category-page .category-page-list-related-nav-next-button:focus, .template-aggregate .category-page-list-related-nav-prev-button:hover, .template-aggregate .category-page-list-related-nav-prev-button:active, .template-aggregate .category-page-list-related-nav-prev-button:focus, .template-aggregate .category-page-list-related-nav-next-button:hover, .template-aggregate .category-page-list-related-nav-next-button:active, .template-aggregate .category-page-list-related-nav-next-button:focus {
    background: #ac1900;
    border-color: #ac1900;
    color: #fff; }
    .template-category-page .category-page-list-related-nav-prev-button:hover svg path, .template-category-page .category-page-list-related-nav-prev-button:active svg path, .template-category-page .category-page-list-related-nav-prev-button:focus svg path, .template-category-page .category-page-list-related-nav-next-button:hover svg path, .template-category-page .category-page-list-related-nav-next-button:active svg path, .template-category-page .category-page-list-related-nav-next-button:focus svg path, .template-aggregate .category-page-list-related-nav-prev-button:hover svg path, .template-aggregate .category-page-list-related-nav-prev-button:active svg path, .template-aggregate .category-page-list-related-nav-prev-button:focus svg path, .template-aggregate .category-page-list-related-nav-next-button:hover svg path, .template-aggregate .category-page-list-related-nav-next-button:active svg path, .template-aggregate .category-page-list-related-nav-next-button:focus svg path {
      fill: #fff; }
  .template-category-page .category-page-list-related-nav-prev-button[disabled], .template-category-page .category-page-list-related-nav-next-button[disabled], .template-aggregate .category-page-list-related-nav-prev-button[disabled], .template-aggregate .category-page-list-related-nav-next-button[disabled] {
    border: 3px solid #D9D9D9;
    background-color: #D9D9D9;
    color: #fff; }
  .template-category-page .category-page-list-related-nav-prev-button:active, .template-category-page .category-page-list-related-nav-prev-button:hover, .template-category-page .category-page-list-related-nav-prev-button:focus, .template-category-page .category-page-list-related-nav-next-button:active, .template-category-page .category-page-list-related-nav-next-button:hover, .template-category-page .category-page-list-related-nav-next-button:focus, .template-aggregate .category-page-list-related-nav-prev-button:active, .template-aggregate .category-page-list-related-nav-prev-button:hover, .template-aggregate .category-page-list-related-nav-prev-button:focus, .template-aggregate .category-page-list-related-nav-next-button:active, .template-aggregate .category-page-list-related-nav-next-button:hover, .template-aggregate .category-page-list-related-nav-next-button:focus {
    border-color: #ac1900; }
  .template-category-page .category-page-list-related-nav-prev-button:active, .template-category-page .category-page-list-related-nav-prev-button:focus, .template-category-page .category-page-list-related-nav-next-button:active, .template-category-page .category-page-list-related-nav-next-button:focus, .template-aggregate .category-page-list-related-nav-prev-button:active, .template-aggregate .category-page-list-related-nav-prev-button:focus, .template-aggregate .category-page-list-related-nav-next-button:active, .template-aggregate .category-page-list-related-nav-next-button:focus {
    border: 3px solid #014ecb; }

.template-category-page .category-page-list-related-nav-prev-button, .template-aggregate .category-page-list-related-nav-prev-button {
  margin-right: 32px; }

.template-category-page .category-page-list-related .icon-hexagon, .template-aggregate .category-page-list-related .icon-hexagon {
  width: 38px;
  top: 0;
  right: 10px; }

.template-category-page .category-page-list-aside.karma-sticky-rail:after, .template-aggregate .category-page-list-aside.karma-sticky-rail:after {
  display: none; }

@media (min-width: 768px) {
  .template-category-page .category-page-list-related.category-page-related-page2plus, .template-aggregate .category-page-list-related.category-page-related-page2plus {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 32px 64px; }
    .template-category-page .category-page-list-related.category-page-related-page2plus-nav-container, .template-aggregate .category-page-list-related.category-page-related-page2plus-nav-container {
      text-align: center;
      padding: 64px 0 0; } }

@media (min-width: 1024px) {
  .template-category-page .category-page-list-related.category-page-related-page2plus, .template-aggregate .category-page-list-related.category-page-related-page2plus {
    display: flex; }
  .template-category-page .category-page-aside.karma-sticky-rail, .template-aggregate .category-page-aside.karma-sticky-rail {
    flex: 0 0 300px; } }

.template-category-page .component.breadcrumbs, .template-aggregate .component.breadcrumbs {
  justify-content: left; }

.template-category-page .hero-wrapper-square, .template-aggregate .hero-wrapper-square {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 1024px) {
    .template-category-page .hero-wrapper-square, .template-aggregate .hero-wrapper-square {
      max-width: 1088px;
      padding: 0 24px; } }
  @media (min-width: 1162px) {
    .template-category-page .hero-wrapper-square, .template-aggregate .hero-wrapper-square {
      max-width: 1226px;
      padding: 0 32px; } }
  @media (min-width: 1279px) {
    .template-category-page .hero-wrapper-square, .template-aggregate .hero-wrapper-square {
      max-width: 1310px;
      padding: 0 32px; } }

.template-category-page .hero-wrapper-horizontal, .template-aggregate .hero-wrapper-horizontal {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 1024px) {
    .template-category-page .hero-wrapper-horizontal, .template-aggregate .hero-wrapper-horizontal {
      max-width: 1088px;
      padding: 0 24px; } }
  @media (min-width: 1162px) {
    .template-category-page .hero-wrapper-horizontal, .template-aggregate .hero-wrapper-horizontal {
      max-width: 1226px;
      padding: 0 32px; } }
  @media (min-width: 1279px) {
    .template-category-page .hero-wrapper-horizontal, .template-aggregate .hero-wrapper-horizontal {
      max-width: 1310px;
      padding: 0 32px; } }
  .template-category-page .hero-wrapper-horizontal .video-header, .template-aggregate .hero-wrapper-horizontal .video-header {
    margin: 0 auto;
    max-width: 522px;
    width: 100%; }
    @media (min-width: 1024px) {
      .template-category-page .hero-wrapper-horizontal .video-header, .template-aggregate .hero-wrapper-horizontal .video-header {
        margin: 24px 0; } }
    .template-category-page .hero-wrapper-horizontal .video-header .margin-32-bottom.lead-media, .template-aggregate .hero-wrapper-horizontal .video-header .margin-32-bottom.lead-media {
      margin-bottom: 24px; }

.template-category-page .category-page-header-hero.full-width-image, .template-aggregate .category-page-header-hero.full-width-image {
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: cover;
  display: flex;
  height: 320px;
  width: 100%; }

.template-category-page .category-page-header-hero.square-image, .template-aggregate .category-page-header-hero.square-image {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: contain;
  display: flex;
  height: 320px;
  margin: 24px 0 0; }
  @media (min-width: 768px) {
    .template-category-page .category-page-header-hero.square-image, .template-aggregate .category-page-header-hero.square-image {
      background-size: contain; } }
  @media (min-width: 1024px) {
    .template-category-page .category-page-header-hero.square-image, .template-aggregate .category-page-header-hero.square-image {
      background-size: cover;
      margin: 24px 0;
      width: 320px; } }

.template-category-page .category-page-header-hero.circle-image, .template-aggregate .category-page-header-hero.circle-image {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: contain;
  display: flex;
  height: 320px;
  margin: 24px 0 0; }
  @media (min-width: 768px) {
    .template-category-page .category-page-header-hero.circle-image, .template-aggregate .category-page-header-hero.circle-image {
      background-size: contain; } }
  @media (min-width: 1024px) {
    .template-category-page .category-page-header-hero.circle-image, .template-aggregate .category-page-header-hero.circle-image {
      background-size: cover;
      margin: 24px 0;
      width: 320px; } }

.template-category-page .category-page-header-hero.horizontal-image, .template-aggregate .category-page-header-hero.horizontal-image {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  display: flex;
  height: 320px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .template-category-page .category-page-header-hero.horizontal-image, .template-aggregate .category-page-header-hero.horizontal-image {
      background-size: auto;
      width: 480px; } }
  @media (min-width: 1024px) {
    .template-category-page .category-page-header-hero.horizontal-image, .template-aggregate .category-page-header-hero.horizontal-image {
      background-size: cover;
      margin: 24px 0;
      width: 480px; } }

.template-category-page .category-page-header-hero .editorial-program-logo__container, .template-aggregate .category-page-header-hero .editorial-program-logo__container {
  margin: 72px auto 0; }
  .template-aggregate .template-category-page .category-page-header-hero .editorial-program-logo__container, .template-aggregate .template-aggregate .category-page-header-hero .editorial-program-logo__container {
    display: none; }
  .template-category-page .category-page-header-hero .editorial-program-logo__container .editorial-program-logo img, .template-aggregate .category-page-header-hero .editorial-program-logo__container .editorial-program-logo img {
    max-height: 96px;
    width: 312px; }
  @media (min-width: 768px) {
    .template-category-page .category-page-header-hero .editorial-program-logo__container, .template-aggregate .category-page-header-hero .editorial-program-logo__container {
      position: relative;
      width: 640px; }
      .template-category-page .category-page-header-hero .editorial-program-logo__container .editorial-program-logo, .template-aggregate .category-page-header-hero .editorial-program-logo__container .editorial-program-logo {
        position: absolute;
        right: -48px; } }
  @media (min-width: 1024px) {
    .template-category-page .category-page-header-hero .editorial-program-logo__container, .template-aggregate .category-page-header-hero .editorial-program-logo__container {
      padding-left: calc(652px + (24px * 2));
      position: initial;
      width: 1088px; }
      .template-category-page .category-page-header-hero .editorial-program-logo__container .editorial-program-logo, .template-aggregate .category-page-header-hero .editorial-program-logo__container .editorial-program-logo {
        margin: 0 auto;
        position: initial; } }
  @media (min-width: 1162px) {
    .template-category-page .category-page-header-hero .editorial-program-logo__container, .template-aggregate .category-page-header-hero .editorial-program-logo__container {
      padding-left: calc(882px + (32px * 2));
      width: 1226px; } }
  @media (min-width: 1279px) {
    .template-category-page .category-page-header-hero .editorial-program-logo__container, .template-aggregate .category-page-header-hero .editorial-program-logo__container {
      padding-left: calc(882px + (32px * 2));
      width: 1310px; } }

.template-category-page .category-page-header-no-hero, .template-aggregate .category-page-header-no-hero {
  background-color: #F2F2F2;
  display: flex;
  height: 160px;
  width: 100%; }

.template-category-page .category-page-header-group, .template-aggregate .category-page-header-group {
  display: flex;
  flex-direction: column;
  width: 100%; }

.template-category-page .category-page-heading, .template-aggregate .category-page-heading {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 8px;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .template-category-page .category-page-heading, .template-aggregate .category-page-heading {
      font-size: 48px;
      line-height: 52px; } }
  @media (min-width: 768px) {
    .template-category-page .category-page-heading, .template-aggregate .category-page-heading {
      margin-top: 16px; } }

.template-category-page .category-page-dek, .template-aggregate .category-page-dek {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.95);
  margin-top: 8px;
  order: 3; }
  .template-category-page .category-page-dek a, .template-aggregate .category-page-dek a {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .template-category-page .category-page-dek a:hover, .template-category-page .category-page-dek a:focus, .template-aggregate .category-page-dek a:hover, .template-aggregate .category-page-dek a:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .template-category-page .category-page-dek a:active, .template-aggregate .category-page-dek a:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 #595959; }
    .template-category-page .category-page-dek a:visited, .template-aggregate .category-page-dek a:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
  .template-category-page .category-page-dek strong a, .template-category-page .category-page-dek b a, .template-aggregate .category-page-dek strong a, .template-aggregate .category-page-dek b a {
    font-weight: 700; }

.template-category-page .category-page-header, .template-aggregate .category-page-header {
  display: flex;
  margin: 0 auto 64px;
  text-align: left;
  position: relative; }
  .template-category-page .category-page-header .component.share-new, .template-aggregate .category-page-header .component.share-new {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 0;
    height: 32px;
    width: 3em;
    overflow: hidden;
    box-shadow: 0 0 10px 1px #fff;
    order: 0; }
    @media (min-width: 768px) {
      .template-category-page .category-page-header .component.share-new, .template-aggregate .category-page-header .component.share-new {
        right: 24px;
        top: 24px; } }
    .template-category-page .category-page-header .component.share-new.circle .icon > a, .template-aggregate .category-page-header .component.share-new.circle .icon > a {
      border-width: 0; }
    .template-category-page .category-page-header .component.share-new.square .icon.shareicon-modal-toggle, .template-aggregate .category-page-header .component.share-new.square .icon.shareicon-modal-toggle {
      width: 80px;
      height: auto;
      border: 0;
      border-radius: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.15);
      padding-left: 8px; }
      .template-category-page .category-page-header .component.share-new.square .icon.shareicon-modal-toggle .icon-reply, .template-aggregate .category-page-header .component.share-new.square .icon.shareicon-modal-toggle .icon-reply {
        display: flex;
        flex-direction: column; }
        .template-category-page .category-page-header .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text, .template-aggregate .category-page-header .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text {
          font-family: "Source Sans Pro", Arial;
          font-size: 12px;
          line-height: 16px;
          font-weight: 400;
          letter-spacing: 0;
          margin-top: -4px; }
    @media (min-width: 768px) {
      .template-category-page .category-page-header .component.share-new, .template-aggregate .category-page-header .component.share-new {
        width: 5em;
        padding-right: 0;
        align-self: flex-end; }
        .template-category-page .category-page-header .component.share-new.square .icon.shareicon-modal-toggle .icon-reply, .template-aggregate .category-page-header .component.share-new.square .icon.shareicon-modal-toggle .icon-reply {
          flex-direction: row; }
          .template-category-page .category-page-header .component.share-new.square .icon.shareicon-modal-toggle .icon-reply svg, .template-aggregate .category-page-header .component.share-new.square .icon.shareicon-modal-toggle .icon-reply svg {
            width: 24px;
            height: 24px; }
          .template-category-page .category-page-header .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text, .template-aggregate .category-page-header .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text {
            font-family: "Source Sans Pro", Arial;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            letter-spacing: 0;
            margin-top: 0;
            margin-left: 4px;
            width: 100%;
            bottom: 0; } }
  .template-category-page .category-page-header .component.breadcrumbs, .template-aggregate .category-page-header .component.breadcrumbs {
    position: relative;
    width: 100%; }
    .template-category-page .category-page-header .component.breadcrumbs .breadcrumbs__container, .template-aggregate .category-page-header .component.breadcrumbs .breadcrumbs__container {
      justify-content: left;
      overflow: hidden;
      width: calc(100% - 64px);
      margin-top: -8px; }
      .template-category-page .category-page-header .component.breadcrumbs .breadcrumbs__container .breadcrumbs__list, .template-aggregate .category-page-header .component.breadcrumbs .breadcrumbs__container .breadcrumbs__list {
        display: flex;
        align-items: center;
        height: 48px;
        overflow-x: auto;
        margin-bottom: -17px;
        white-space: nowrap; }
        .template-category-page .category-page-header .component.breadcrumbs .breadcrumbs__container .breadcrumbs__list .breadcrumbs__item, .template-aggregate .category-page-header .component.breadcrumbs .breadcrumbs__container .breadcrumbs__list .breadcrumbs__item {
          margin-bottom: 17px; }
  .template-category-page .category-page-header.layout-full-width, .template-aggregate .category-page-header.layout-full-width {
    padding: 0 24px; }
    .template-category-page .category-page-header.layout-full-width .category-page-header-group .category-page-header-content, .template-aggregate .category-page-header.layout-full-width .category-page-header-group .category-page-header-content {
      padding: 0 16px; }
    .template-category-page .category-page-header.layout-full-width .category-page-header-group.full-width-group, .template-aggregate .category-page-header.layout-full-width .category-page-header-group.full-width-group {
      background-color: #fff;
      margin-top: -80px; }
      .template-category-page .category-page-header.layout-full-width .category-page-header-group.full-width-group .breadcrumbs, .template-aggregate .category-page-header.layout-full-width .category-page-header-group.full-width-group .breadcrumbs {
        padding-top: 16px;
        padding-left: 16px; }
        @media (min-width: 768px) {
          .template-category-page .category-page-header.layout-full-width .category-page-header-group.full-width-group .breadcrumbs, .template-aggregate .category-page-header.layout-full-width .category-page-header-group.full-width-group .breadcrumbs {
            padding-top: 24px;
            padding-left: 24px; } }
  .template-category-page .category-page-header.layout-no-image, .template-aggregate .category-page-header.layout-no-image {
    background-color: #fff;
    padding: 0 24px; }
    .template-category-page .category-page-header.layout-no-image .category-page-header-group.no-image-group, .template-aggregate .category-page-header.layout-no-image .category-page-header-group.no-image-group {
      background-color: #fff;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
      margin: -80px auto 0; }
      @media (min-width: 1024px) {
        .template-category-page .category-page-header.layout-no-image .category-page-header-group.no-image-group, .template-aggregate .category-page-header.layout-no-image .category-page-header-group.no-image-group {
          margin-left: 0; } }
      .template-category-page .category-page-header.layout-no-image .category-page-header-group.no-image-group .breadcrumbs, .template-aggregate .category-page-header.layout-no-image .category-page-header-group.no-image-group .breadcrumbs {
        padding-top: 16px; }
        @media (min-width: 768px) {
          .template-category-page .category-page-header.layout-no-image .category-page-header-group.no-image-group .breadcrumbs, .template-aggregate .category-page-header.layout-no-image .category-page-header-group.no-image-group .breadcrumbs {
            padding-top: 24px; } }
  .template-category-page .category-page-header.layout-square, .template-category-page .category-page-header.layout-horizontal, .template-aggregate .category-page-header.layout-square, .template-aggregate .category-page-header.layout-horizontal {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -24px;
    padding: 0 24px; }
    .template-category-page .category-page-header.layout-square .category-page-heading, .template-category-page .category-page-header.layout-horizontal .category-page-heading, .template-aggregate .category-page-header.layout-square .category-page-heading, .template-aggregate .category-page-header.layout-horizontal .category-page-heading {
      margin-bottom: 0; }
    .template-category-page .category-page-header.layout-square .category-page-header-image, .template-category-page .category-page-header.layout-horizontal .category-page-header-image, .template-aggregate .category-page-header.layout-square .category-page-header-image, .template-aggregate .category-page-header.layout-horizontal .category-page-header-image {
      margin-top: 24px; }
  .template-category-page .category-page-header .category-page-header-image-layout, .template-aggregate .category-page-header .category-page-header-image-layout {
    display: flex;
    flex-direction: column; }
    .template-category-page .category-page-header .category-page-header-image-layout .category-page-header-image, .template-aggregate .category-page-header .category-page-header-image-layout .category-page-header-image {
      order: 1; }
    .template-category-page .category-page-header .category-page-header-image-layout .category-page-heading-sponsor-wrapper, .template-aggregate .category-page-header .category-page-header-image-layout .category-page-heading-sponsor-wrapper {
      display: flex;
      flex-direction: column; }
  .template-category-page .category-page-header .horizontal-group, .template-aggregate .category-page-header .horizontal-group {
    background-color: #fff;
    padding-top: 16px;
    padding-left: 16px; }
  .template-category-page .category-page-header .square-group, .template-aggregate .category-page-header .square-group {
    background-color: #fff;
    padding-top: 16px;
    padding-left: 16px; }
  .template-category-page .category-page-header .no-image-group, .template-aggregate .category-page-header .no-image-group {
    padding: 0 16px 16px; }
    @media (min-width: 768px) {
      .template-category-page .category-page-header .no-image-group, .template-aggregate .category-page-header .no-image-group {
        padding: 0 24px 24px; } }
  .template-category-page .category-page-header .full-width-group, .template-aggregate .category-page-header .full-width-group {
    padding: 0 0 24px;
    margin: auto; }
  .template-category-page .category-page-header .category-page-header-group, .template-aggregate .category-page-header .category-page-header-group {
    position: relative; }
    .template-category-page .category-page-header .category-page-header-group.square-group, .template-category-page .category-page-header .category-page-header-group.horizontal-group, .template-category-page .category-page-header .category-page-header-group.no-image-group, .template-category-page .category-page-header .category-page-header-group.full-width-group, .template-aggregate .category-page-header .category-page-header-group.square-group, .template-aggregate .category-page-header .category-page-header-group.horizontal-group, .template-aggregate .category-page-header .category-page-header-group.no-image-group, .template-aggregate .category-page-header .category-page-header-group.full-width-group {
      border-left: 4px solid rgba(0, 0, 0, 0.95);
      border-bottom: none;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }
  .template-category-page .category-page-header .sponsor-logo, .template-aggregate .category-page-header .sponsor-logo {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    order: 2; }
  @media (min-width: 768px) {
    .template-category-page .category-page-header .category-page-header-image-layout, .template-aggregate .category-page-header .category-page-header-image-layout {
      flex-flow: row wrap; }
      .template-category-page .category-page-header .category-page-header-image-layout .component.share-new, .template-aggregate .category-page-header .category-page-header-image-layout .component.share-new {
        justify-content: flex-end;
        flex: 0 1 100%;
        height: 42px;
        margin-bottom: 22px;
        overflow: hidden; }
      .template-category-page .category-page-header .category-page-header-image-layout .category-page-header-image, .template-aggregate .category-page-header .category-page-header-image-layout .category-page-header-image {
        order: 0; }
      .template-category-page .category-page-header .category-page-header-image-layout .category-page-heading-sponsor-wrapper, .template-aggregate .category-page-header .category-page-header-image-layout .category-page-heading-sponsor-wrapper {
        display: block; }
    .template-category-page .category-page-header .component.breadcrumbs, .template-aggregate .category-page-header .component.breadcrumbs {
      align-self: flex-start; }
      .template-category-page .category-page-header .component.breadcrumbs .breadcrumbs__container, .template-aggregate .category-page-header .component.breadcrumbs .breadcrumbs__container {
        width: calc(100% - 54px);
        display: inline-flex; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .template-category-page .category-page-header .component.breadcrumbs .breadcrumbs__container, .template-aggregate .category-page-header .component.breadcrumbs .breadcrumbs__container {
        width: calc(100% - 80px); } }
  @media (min-width: 768px) {
    .template-category-page .category-page-header.layout-no-image .category-page-header-image-layout, .template-aggregate .category-page-header.layout-no-image .category-page-header-image-layout {
      display: flex; }
    .template-category-page .category-page-header.layout-no-image .category-page-header-group .category-page-header-content, .template-aggregate .category-page-header.layout-no-image .category-page-header-group .category-page-header-content {
      width: 100%; }
    .template-category-page .category-page-header.layout-full-width, .template-aggregate .category-page-header.layout-full-width {
      padding: 0;
      width: 640px; }
      .template-category-page .category-page-header.layout-full-width .category-page-header-group, .template-aggregate .category-page-header.layout-full-width .category-page-header-group {
        background-color: #fff;
        padding: 0;
        width: 640px; }
        .template-category-page .category-page-header.layout-full-width .category-page-header-group .category-page-header-content, .template-aggregate .category-page-header.layout-full-width .category-page-header-group .category-page-header-content {
          padding: 0 24px;
          width: 100%; }
        .template-category-page .category-page-header.layout-full-width .category-page-header-group.full-width-group, .template-aggregate .category-page-header.layout-full-width .category-page-header-group.full-width-group {
          padding-bottom: 24px; }
    .template-category-page .category-page-header .horizontal-group,
    .template-category-page .category-page-header .square-group, .template-aggregate .category-page-header .horizontal-group,
    .template-aggregate .category-page-header .square-group {
      margin-top: 0; }
    .template-category-page .category-page-header.layout-square, .template-category-page .category-page-header.layout-horizontal, .template-aggregate .category-page-header.layout-square, .template-aggregate .category-page-header.layout-horizontal {
      max-width: 640px;
      display: block;
      padding: 0; }
      .template-category-page .category-page-header.layout-square .category-page-header-image, .template-category-page .category-page-header.layout-horizontal .category-page-header-image, .template-aggregate .category-page-header.layout-square .category-page-header-image, .template-aggregate .category-page-header.layout-horizontal .category-page-header-image {
        margin: 16px 0 0;
        float: left; }
      .template-category-page .category-page-header.layout-square .category-page-header-group, .template-category-page .category-page-header.layout-horizontal .category-page-header-group, .template-aggregate .category-page-header.layout-square .category-page-header-group, .template-aggregate .category-page-header.layout-horizontal .category-page-header-group {
        text-align: left;
        overflow: hidden;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }
      .template-category-page .category-page-header.layout-square .category-page-header-image-layout, .template-category-page .category-page-header.layout-horizontal .category-page-header-image-layout, .template-aggregate .category-page-header.layout-square .category-page-header-image-layout, .template-aggregate .category-page-header.layout-horizontal .category-page-header-image-layout {
        display: block; }
      .template-category-page .category-page-header.layout-square .component.breadcrumbs, .template-category-page .category-page-header.layout-horizontal .component.breadcrumbs, .template-aggregate .category-page-header.layout-square .component.breadcrumbs, .template-aggregate .category-page-header.layout-horizontal .component.breadcrumbs {
        text-align: left; }
        .template-category-page .category-page-header.layout-square .component.breadcrumbs .breadcrumb-container, .template-category-page .category-page-header.layout-horizontal .component.breadcrumbs .breadcrumb-container, .template-aggregate .category-page-header.layout-square .component.breadcrumbs .breadcrumb-container, .template-aggregate .category-page-header.layout-horizontal .component.breadcrumbs .breadcrumb-container {
          margin: 0; }
        .template-category-page .category-page-header.layout-square .component.breadcrumbs .breadcrumb-list, .template-category-page .category-page-header.layout-horizontal .component.breadcrumbs .breadcrumb-list, .template-aggregate .category-page-header.layout-square .component.breadcrumbs .breadcrumb-list, .template-aggregate .category-page-header.layout-horizontal .component.breadcrumbs .breadcrumb-list {
          justify-content: flex-start; }
      .template-category-page .category-page-header.layout-square .component.share-new.circle .icon:first-of-type a, .template-category-page .category-page-header.layout-horizontal .component.share-new.circle .icon:first-of-type a, .template-aggregate .category-page-header.layout-square .component.share-new.circle .icon:first-of-type a, .template-aggregate .category-page-header.layout-horizontal .component.share-new.circle .icon:first-of-type a {
        width: auto; }
      .template-category-page .category-page-header.layout-square .component.share-new .icon.shareicon-modal-toggle, .template-category-page .category-page-header.layout-horizontal .component.share-new .icon.shareicon-modal-toggle, .template-aggregate .category-page-header.layout-square .component.share-new .icon.shareicon-modal-toggle, .template-aggregate .category-page-header.layout-horizontal .component.share-new .icon.shareicon-modal-toggle {
        border: none;
        width: auto;
        min-width: 80px;
        border-left: 1px solid rgba(0, 0, 0, 0.15); }
      .template-category-page .category-page-header.layout-square .component.share-new .icon > a, .template-category-page .category-page-header.layout-horizontal .component.share-new .icon > a, .template-aggregate .category-page-header.layout-square .component.share-new .icon > a, .template-aggregate .category-page-header.layout-horizontal .component.share-new .icon > a {
        border: none; }
    .template-category-page .category-page-header .sponsor-logo, .template-aggregate .category-page-header .sponsor-logo {
      display: block;
      float: right;
      margin: 0 0 16px 16px; }
    .template-category-page .category-page-header .no-image-group, .template-aggregate .category-page-header .no-image-group {
      padding-bottom: 24px; } }
  @media (min-width: 1024px) {
    .template-category-page .category-page-header.layout-square, .template-category-page .category-page-header.layout-horizontal, .template-aggregate .category-page-header.layout-square, .template-aggregate .category-page-header.layout-horizontal {
      width: auto;
      padding: 0 24px;
      max-width: 1088px;
      min-height: 296px; }
    .template-category-page .category-page-header .no-image-group, .template-aggregate .category-page-header .no-image-group {
      padding: 0 24px 24px;
      max-width: 1088px;
      width: 100%; }
    .template-category-page .category-page-header .square-group, .template-aggregate .category-page-header .square-group {
      background: #fff;
      margin-top: -320px;
      padding: 24px;
      width: calc(100% - 296px);
      max-width: calc(1088px - 80px);
      position: relative;
      left: 296px; }
    .template-category-page .category-page-header .horizontal-group, .template-aggregate .category-page-header .horizontal-group {
      background: #fff;
      margin-top: -320px;
      padding: 24px;
      width: calc(100% - 456px);
      max-width: calc(1246px - 80px);
      position: relative;
      left: 456px; }
      .template-category-page .category-page-header .horizontal-group.video, .template-aggregate .category-page-header .horizontal-group.video {
        width: calc(100% - 546px);
        left: 546px; }
        .template-category-page .category-page-header .horizontal-group.video .category-page-header-content, .template-aggregate .category-page-header .horizontal-group.video .category-page-header-content {
          min-height: 250px; }
    .template-category-page .category-page-header .full-width-group, .template-aggregate .category-page-header .full-width-group {
      margin: 0; }
    .template-category-page .category-page-header.layout-full-width, .template-aggregate .category-page-header.layout-full-width {
      margin-left: auto;
      padding-left: 24px;
      width: 1088px; }
      .template-category-page .category-page-header.layout-full-width .category-page-header-group, .template-aggregate .category-page-header.layout-full-width .category-page-header-group {
        width: calc(1088px - 2 * 24px); } }
  @media (min-width: 1162px) {
    .template-category-page .category-page-header.layout-square, .template-category-page .category-page-header.layout-horizontal, .template-aggregate .category-page-header.layout-square, .template-aggregate .category-page-header.layout-horizontal {
      max-width: 1226px;
      padding: 0 32px; }
    .template-category-page .category-page-header.layout-full-width, .template-aggregate .category-page-header.layout-full-width {
      margin-left: auto;
      padding-left: 32px;
      width: 1226px; }
      .template-category-page .category-page-header.layout-full-width .category-page-header-group, .template-aggregate .category-page-header.layout-full-width .category-page-header-group {
        width: calc(1226px - 2 * 32px); } }
  @media (min-width: 1279px) {
    .template-category-page .category-page-header.layout-square, .template-category-page .category-page-header.layout-horizontal, .template-aggregate .category-page-header.layout-square, .template-aggregate .category-page-header.layout-horizontal {
      padding: 0 32px;
      max-width: 1310px; }
    .template-category-page .category-page-header.layout-full-width, .template-aggregate .category-page-header.layout-full-width {
      width: 1310px;
      padding-left: 0; }
      .template-category-page .category-page-header.layout-full-width .category-page-header-group, .template-aggregate .category-page-header.layout-full-width .category-page-header-group {
        width: 1310px; } }

.template-category-page .template-category-page .topics-carousel.category-page-topics, .template-category-page .template-aggregate .topics-carousel.category-page-topics, .template-aggregate .template-category-page .topics-carousel.category-page-topics, .template-aggregate .template-aggregate .topics-carousel.category-page-topics {
  clear: both;
  margin-bottom: 64px;
  width: auto; }
  .template-category-page .template-category-page .topics-carousel.category-page-topics.home-page-topics, .template-category-page .template-aggregate .topics-carousel.category-page-topics.home-page-topics, .template-aggregate .template-category-page .topics-carousel.category-page-topics.home-page-topics, .template-aggregate .template-aggregate .topics-carousel.category-page-topics.home-page-topics {
    margin-bottom: 24px; }
  @media (min-width: 768px) {
    .template-category-page .template-category-page .topics-carousel.category-page-topics, .template-category-page .template-aggregate .topics-carousel.category-page-topics, .template-aggregate .template-category-page .topics-carousel.category-page-topics, .template-aggregate .template-aggregate .topics-carousel.category-page-topics {
      margin-bottom: 64px;
      max-width: calc(640px + 32px);
      padding-bottom: 0; }
      .template-category-page .template-category-page .topics-carousel.category-page-topics.home-page-topics, .template-category-page .template-aggregate .topics-carousel.category-page-topics.home-page-topics, .template-aggregate .template-category-page .topics-carousel.category-page-topics.home-page-topics, .template-aggregate .template-aggregate .topics-carousel.category-page-topics.home-page-topics {
        margin-bottom: 32px; } }
  @media (min-width: 1024px) {
    .template-category-page .template-category-page .topics-carousel.category-page-topics, .template-category-page .template-aggregate .topics-carousel.category-page-topics, .template-aggregate .template-category-page .topics-carousel.category-page-topics, .template-aggregate .template-aggregate .topics-carousel.category-page-topics {
      max-width: 1088px; } }
  @media (min-width: 1162px) {
    .template-category-page .template-category-page .topics-carousel.category-page-topics, .template-category-page .template-aggregate .topics-carousel.category-page-topics, .template-aggregate .template-category-page .topics-carousel.category-page-topics, .template-aggregate .template-aggregate .topics-carousel.category-page-topics {
      max-width: 1226px; }
      .template-category-page .template-category-page .topics-carousel.category-page-topics.home-page-topics, .template-category-page .template-aggregate .topics-carousel.category-page-topics.home-page-topics, .template-aggregate .template-category-page .topics-carousel.category-page-topics.home-page-topics, .template-aggregate .template-aggregate .topics-carousel.category-page-topics.home-page-topics {
        margin-bottom: 48px; } }
  @media (min-width: 1279px) {
    .template-category-page .template-category-page .topics-carousel.category-page-topics, .template-category-page .template-aggregate .topics-carousel.category-page-topics, .template-aggregate .template-category-page .topics-carousel.category-page-topics, .template-aggregate .template-aggregate .topics-carousel.category-page-topics {
      max-width: 1310px; } }

.template-category-page .template-category-page .category-page-body.home-page-topics, .template-category-page .template-aggregate .category-page-body.home-page-topics, .template-aggregate .template-category-page .category-page-body.home-page-topics, .template-aggregate .template-aggregate .category-page-body.home-page-topics {
  position: relative;
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  margin-top: 40px; }
  .template-category-page .template-category-page .category-page-body.home-page-topics:after, .template-category-page .template-aggregate .category-page-body.home-page-topics:after, .template-aggregate .template-category-page .category-page-body.home-page-topics:after, .template-aggregate .template-aggregate .category-page-body.home-page-topics:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 5px;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
  .template-category-page .template-category-page .category-page-body.home-page-topics:before, .template-category-page .template-aggregate .category-page-body.home-page-topics:before, .template-aggregate .template-category-page .category-page-body.home-page-topics:before, .template-aggregate .template-aggregate .category-page-body.home-page-topics:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    left: 50%;
    transform: translateX(-50%);
    top: 0; }
  @media (min-width: 768px) {
    .template-category-page .template-category-page .category-page-body.home-page-topics, .template-category-page .template-aggregate .category-page-body.home-page-topics, .template-aggregate .template-category-page .category-page-body.home-page-topics, .template-aggregate .template-aggregate .category-page-body.home-page-topics {
      margin-top: 48px; } }
  @media (min-width: 1024px) {
    .template-category-page .template-category-page .category-page-body.home-page-topics, .template-category-page .template-aggregate .category-page-body.home-page-topics, .template-aggregate .template-category-page .category-page-body.home-page-topics, .template-aggregate .template-aggregate .category-page-body.home-page-topics {
      margin-top: 56px; } }
  @media (min-width: 1162px) {
    .template-category-page .template-category-page .category-page-body.home-page-topics, .template-category-page .template-aggregate .category-page-body.home-page-topics, .template-aggregate .template-category-page .category-page-body.home-page-topics, .template-aggregate .template-aggregate .category-page-body.home-page-topics {
      margin-top: 64px; } }
  .template-category-page .template-category-page .category-page-body.home-page-topics .topics-carousel.category-page-topics, .template-category-page .template-aggregate .category-page-body.home-page-topics .topics-carousel.category-page-topics, .template-aggregate .template-category-page .category-page-body.home-page-topics .topics-carousel.category-page-topics, .template-aggregate .template-aggregate .category-page-body.home-page-topics .topics-carousel.category-page-topics {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .template-category-page .template-category-page .category-page-body.home-page-topics .topics-carousel.category-page-topics, .template-category-page .template-aggregate .category-page-body.home-page-topics .topics-carousel.category-page-topics, .template-aggregate .template-category-page .category-page-body.home-page-topics .topics-carousel.category-page-topics, .template-aggregate .template-aggregate .category-page-body.home-page-topics .topics-carousel.category-page-topics {
        margin-bottom: 32px; } }
    @media (min-width: 1162px) {
      .template-category-page .template-category-page .category-page-body.home-page-topics .topics-carousel.category-page-topics, .template-category-page .template-aggregate .category-page-body.home-page-topics .topics-carousel.category-page-topics, .template-aggregate .template-category-page .category-page-body.home-page-topics .topics-carousel.category-page-topics, .template-aggregate .template-aggregate .category-page-body.home-page-topics .topics-carousel.category-page-topics {
        margin-bottom: 48px; } }

.template-category-page.node-food .component.circular-carousel.category-page-topics, .template-aggregate.node-food .component.circular-carousel.category-page-topics {
  margin-top: 0; }
  @media (min-width: 768px) {
    .template-category-page.node-food .component.circular-carousel.category-page-topics, .template-aggregate.node-food .component.circular-carousel.category-page-topics {
      max-width: calc(640px + 32px); } }
  @media (min-width: 1024px) {
    .template-category-page.node-food .component.circular-carousel.category-page-topics, .template-aggregate.node-food .component.circular-carousel.category-page-topics {
      max-width: 1088px; } }
  @media (min-width: 1162px) {
    .template-category-page.node-food .component.circular-carousel.category-page-topics, .template-aggregate.node-food .component.circular-carousel.category-page-topics {
      max-width: 1226px; } }
  @media (min-width: 1279px) {
    .template-category-page.node-food .component.circular-carousel.category-page-topics, .template-aggregate.node-food .component.circular-carousel.category-page-topics {
      max-width: 1310px; } }

.template-category-page.node-food .container-full-width > .hero-wrapper-square .category-page-header-hero.square-image, .template-aggregate.node-food .container-full-width > .hero-wrapper-square .category-page-header-hero.square-image {
  margin: 0; }
  @media (min-width: 1024px) {
    .template-category-page.node-food .container-full-width > .hero-wrapper-square .category-page-header-hero.square-image, .template-aggregate.node-food .container-full-width > .hero-wrapper-square .category-page-header-hero.square-image {
      margin-top: 24px; } }

@media (min-width: 768px) {
  .template-category-page.node-food .container-full-width > .hero-wrapper-horizontal .category-page-header-hero.horizontal-image, .template-aggregate.node-food .container-full-width > .hero-wrapper-horizontal .category-page-header-hero.horizontal-image {
    background-size: cover;
    margin: 0 auto;
    width: 480px; } }

@media (min-width: 1024px) {
  .template-category-page.node-food .container-full-width > .hero-wrapper-horizontal .category-page-header-hero.horizontal-image, .template-aggregate.node-food .container-full-width > .hero-wrapper-horizontal .category-page-header-hero.horizontal-image {
    margin: 24px 0; } }

.template-category-page.node-food .container-full-width > .category-page-header-wrapper, .template-aggregate.node-food .container-full-width > .category-page-header-wrapper {
  margin-bottom: 24px; }
  .template-category-page.node-food .container-full-width > .category-page-header-wrapper .category-page-header, .template-aggregate.node-food .container-full-width > .category-page-header-wrapper .category-page-header {
    margin-bottom: 0;
    padding-bottom: 0; }
    .template-category-page.node-food .container-full-width > .category-page-header-wrapper .category-page-header-group, .template-aggregate.node-food .container-full-width > .category-page-header-wrapper .category-page-header-group {
      background-color: #fff;
      padding: 16px; }
      .template-category-page.node-food .container-full-width > .category-page-header-wrapper .category-page-header-group .breadcrumbs, .template-category-page.node-food .container-full-width > .category-page-header-wrapper .category-page-header-group .category-page-header-content, .template-aggregate.node-food .container-full-width > .category-page-header-wrapper .category-page-header-group .breadcrumbs, .template-aggregate.node-food .container-full-width > .category-page-header-wrapper .category-page-header-group .category-page-header-content {
        padding: 0; }
      @media (min-width: 768px) {
        .template-category-page.node-food .container-full-width > .category-page-header-wrapper .category-page-header-group, .template-aggregate.node-food .container-full-width > .category-page-header-wrapper .category-page-header-group {
          padding: 24px; } }
    @media (min-width: 1024px) {
      .template-category-page.node-food .container-full-width > .category-page-header-wrapper .category-page-header.layout-square, .template-aggregate.node-food .container-full-width > .category-page-header-wrapper .category-page-header.layout-square {
        margin-top: 24px; } }
    .template-category-page.node-food .container-full-width > .category-page-header-wrapper .category-page-header.layout-square .category-page-header-group.square-group, .template-aggregate.node-food .container-full-width > .category-page-header-wrapper .category-page-header.layout-square .category-page-header-group.square-group {
      margin-bottom: 0; }
    .template-category-page.node-food .container-full-width > .category-page-header-wrapper .category-page-header.layout-no-image .category-page-header-group.no-image-group, .template-aggregate.node-food .container-full-width > .category-page-header-wrapper .category-page-header.layout-no-image .category-page-header-group.no-image-group {
      margin-bottom: 0; }
    .template-category-page.node-food .container-full-width > .category-page-header-wrapper .category-page-header.layout-full-width .category-page-header-group.full-width-group, .template-aggregate.node-food .container-full-width > .category-page-header-wrapper .category-page-header.layout-full-width .category-page-header-group.full-width-group {
      margin-top: -160px;
      margin-bottom: 0; }
    .template-category-page.node-food .container-full-width > .category-page-header-wrapper .category-page-header.layout-horizontal .category-page-header-group.horizontal-group, .template-aggregate.node-food .container-full-width > .category-page-header-wrapper .category-page-header.layout-horizontal .category-page-header-group.horizontal-group {
      margin-bottom: 0; }

.template-category-page.node-food .container-full-width > .category-page-body, .template-aggregate.node-food .container-full-width > .category-page-body {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .template-category-page.node-food .container-full-width > .category-page-body, .template-aggregate.node-food .container-full-width > .category-page-body {
      padding-bottom: 48px; } }
  @media (min-width: 1024px) {
    .template-category-page.node-food .container-full-width > .category-page-body, .template-aggregate.node-food .container-full-width > .category-page-body {
      padding-bottom: 56px; } }
  @media (min-width: 1162px) {
    .template-category-page.node-food .container-full-width > .category-page-body, .template-aggregate.node-food .container-full-width > .category-page-body {
      padding-bottom: 64px; } }

@media (min-width: 1024px) {
  .template-category-page.node-food .container-full-width > .category-page-list, .template-aggregate.node-food .container-full-width > .category-page-list {
    margin-top: 0; } }

.template-category-page .category-page-aside:after, .template-aggregate .category-page-aside:after {
  color: #595959;
  font-size: 12px;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1.33;
  text-align: center;
  text-transform: uppercase;
  content: 'Advertisement';
  display: block;
  padding: 0 4px 4px;
  margin-top: 4px;
  width: 100%; }

.template-category-page .category-page-body, .template-aggregate .category-page-body {
  padding: 0 16px 64px; }

.template-category-page .category-page-leaderboard-ad-wrapper, .template-aggregate .category-page-leaderboard-ad-wrapper {
  display: none; }
  @media (min-width: 768px) {
    .template-category-page .category-page-leaderboard-ad-wrapper, .template-aggregate .category-page-leaderboard-ad-wrapper {
      display: block; } }
  .template-category-page .category-page-leaderboard-ad-wrapper div div.ad div, .template-aggregate .category-page-leaderboard-ad-wrapper div div.ad div {
    margin-bottom: 64px; }
  .template-category-page .category-page-leaderboard-ad-wrapper div div.ad:empty, .template-aggregate .category-page-leaderboard-ad-wrapper div div.ad:empty {
    margin: -26px; }

.template-category-page .category-page-entity-block__header, .template-aggregate .category-page-entity-block__header {
  align-items: center;
  background: rgba(0, 0, 0, 0.95);
  display: flex; }
  .template-category-page .category-page-entity-block__header-thumbnail, .template-aggregate .category-page-entity-block__header-thumbnail {
    height: 56px; }
    .template-category-page .category-page-entity-block__header-thumbnail img, .template-aggregate .category-page-entity-block__header-thumbnail img {
      width: 56px;
      height: 56px; }
  .template-category-page .category-page-entity-block__header-title, .template-aggregate .category-page-entity-block__header-title {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    margin-left: 16px; }

.template-category-page .category-page-entity-block .category-page-aside, .template-aggregate .category-page-entity-block .category-page-aside {
  padding-top: 64px; }

.template-category-page .category-page-entity-block .component.faqs, .template-aggregate .category-page-entity-block .component.faqs {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 40px;
  padding: 16px; }
  .template-category-page .category-page-entity-block .component.faqs .faqs-list-item:last-child, .template-aggregate .category-page-entity-block .component.faqs .faqs-list-item:last-child {
    border-bottom: none; }

.template-category-page .category-page-entity-aside, .template-aggregate .category-page-entity-aside {
  display: none; }
  @media (min-width: 1024px) {
    .template-category-page .category-page-entity-aside, .template-aggregate .category-page-entity-aside {
      display: block; } }

@media (min-width: 768px) {
  .template-category-page .template-category-page, .template-category-page .template-aggregate, .template-aggregate .template-category-page, .template-aggregate .template-aggregate {
    overflow-x: hidden; }
  .template-category-page .category-page-body:not(.category-page-list-related),
  .template-category-page .category-page-list-inner, .template-aggregate .category-page-body:not(.category-page-list-related),
  .template-aggregate .category-page-list-inner {
    margin: 0 auto;
    max-width: calc(640px + 32px); }
  .template-category-page .category-page-list-aside .ad-container,
  .template-category-page .category-page-list-related-aside .ad-container, .template-aggregate .category-page-list-aside .ad-container,
  .template-aggregate .category-page-list-related-aside .ad-container {
    margin: 0; }
  .template-category-page .category-page-list-aside.sister-ads .ad-container.tablet-ad,
  .template-category-page .category-page-list-related-aside.sister-ads .ad-container.tablet-ad, .template-aggregate .category-page-list-aside.sister-ads .ad-container.tablet-ad,
  .template-aggregate .category-page-list-related-aside.sister-ads .ad-container.tablet-ad {
    margin: 0; }
    .template-category-page .category-page-list-aside.sister-ads .ad-container.tablet-ad:first-of-type,
    .template-category-page .category-page-list-related-aside.sister-ads .ad-container.tablet-ad:first-of-type, .template-aggregate .category-page-list-aside.sister-ads .ad-container.tablet-ad:first-of-type,
    .template-aggregate .category-page-list-related-aside.sister-ads .ad-container.tablet-ad:first-of-type {
      margin-right: 24px; } }

@media (min-width: 768px) and (min-width: 768px) {
  .template-category-page .category-page-entity, .template-aggregate .category-page-entity {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1246px; } }

@media (min-width: 768px) {
  .template-category-page .category-page-entity-block, .template-aggregate .category-page-entity-block {
    max-width: 640px;
    width: 100%; }
    .template-category-page .category-page-entity-block .category-page-aside, .template-aggregate .category-page-entity-block .category-page-aside {
      display: flex;
      flex-flow: row wrap; }
    .template-category-page .category-page-entity-block .component.faqs, .template-aggregate .category-page-entity-block .component.faqs {
      margin-top: 64px;
      padding: 24px; }
  .template-category-page .category-page-entity-aside:after, .template-aggregate .category-page-entity-aside:after {
    color: #595959;
    font-size: 12px;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    line-height: 1.33;
    text-align: center;
    text-transform: uppercase;
    content: 'Advertisement';
    display: block;
    padding: 0 4px 4px;
    margin-top: 4px;
    width: 100%; } }

@media (min-width: 768px) and (min-width: 768px) {
  .template-category-page .category-page-entity-aside, .template-aggregate .category-page-entity-aside {
    width: 300px; } }

@media (min-width: 768px) {
  .template-category-page .category-page-entity-aside .ad-container + .ad-container, .template-aggregate .category-page-entity-aside .ad-container + .ad-container {
    margin-top: 24px; }
  .template-category-page .no-image-group, .template-aggregate .no-image-group {
    width: 640px; } }

@media (min-width: 360px) {
  .template-category-page .container-full-width .category-page-heading, .template-aggregate .container-full-width .category-page-heading {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 0; } }
  @media (min-width: 360px) and (min-width: 768px) {
    .template-category-page .container-full-width .category-page-heading, .template-aggregate .container-full-width .category-page-heading {
      font-size: 36px;
      line-height: 44px; } }

@media (min-width: 1024px) {
  .template-category-page .category-page-body:not(.category-page-list-related),
  .template-category-page .category-page-list-inner, .template-aggregate .category-page-body:not(.category-page-list-related),
  .template-aggregate .category-page-list-inner {
    margin-bottom: 64px;
    max-width: 1088px;
    padding: 0 24px;
    width: auto; }
    .template-category-page .category-page-body:not(.category-page-list-related).reverse-colors,
    .template-category-page .category-page-list-inner.reverse-colors, .template-aggregate .category-page-body:not(.category-page-list-related).reverse-colors,
    .template-aggregate .category-page-list-inner.reverse-colors {
      padding-top: 40px;
      padding-bottom: 32px; }
  .template-category-page .category-page-header-group.no-image-group,
  .template-category-page .category-page-header-group.full-width-group, .template-aggregate .category-page-header-group.no-image-group,
  .template-aggregate .category-page-header-group.full-width-group {
    max-width: 652px; }
  .template-category-page .category-page-body.category-page-topics, .template-aggregate .category-page-body.category-page-topics {
    padding: 0 24px; }
  .template-category-page .container-full-width .category-page-heading, .template-aggregate .container-full-width .category-page-heading {
    font-size: 36px;
    line-height: 44px; }
  .template-category-page .container-full-width .category-page-entity-block, .template-aggregate .container-full-width .category-page-entity-block {
    max-width: 100%;
    width: calc(100% - 324px); }
    .template-category-page .container-full-width .category-page-entity-block .category-page-aside, .template-aggregate .container-full-width .category-page-entity-block .category-page-aside {
      display: none; }
  .template-category-page .container-full-width .category-page-entity,
  .template-category-page .container-full-width .category-page-list, .template-aggregate .container-full-width .category-page-entity,
  .template-aggregate .container-full-width .category-page-list {
    margin-top: 64px; } }

@media (min-width: 1162px) {
  .template-category-page .category-page-body:not(.category-page-list-related),
  .template-category-page .category-page-list-inner, .template-aggregate .category-page-body:not(.category-page-list-related),
  .template-aggregate .category-page-list-inner {
    margin-bottom: 64px;
    max-width: 1226px;
    padding: 0 32px; }
  .template-category-page .category-page-header-group.no-image-group,
  .template-category-page .category-page-header-group.full-width-group, .template-aggregate .category-page-header-group.no-image-group,
  .template-aggregate .category-page-header-group.full-width-group {
    max-width: 882px; }
  .template-category-page .category-page-body.category-page-topics, .template-aggregate .category-page-body.category-page-topics {
    padding: 0 32px; }
  .template-category-page .category-page-header.layout-full-width, .template-category-page .category-page-header.layout-no-image, .template-aggregate .category-page-header.layout-full-width, .template-aggregate .category-page-header.layout-no-image {
    margin-bottom: 64px;
    max-width: 1226px;
    padding: 0 32px; } }

@media (min-width: 1279px) {
  .template-category-page .category-page-body:not(.category-page-list-related),
  .template-category-page .category-page-list-inner, .template-aggregate .category-page-body:not(.category-page-list-related),
  .template-aggregate .category-page-list-inner {
    margin-bottom: 64px;
    max-width: 1310px;
    padding: 0 32px; }
  .template-category-page .category-page-body.category-page-topics, .template-aggregate .category-page-body.category-page-topics {
    padding: 0 32px; }
  .template-category-page .category-page-header.layout-full-width, .template-category-page .category-page-header.layout-no-image, .template-aggregate .category-page-header.layout-full-width, .template-aggregate .category-page-header.layout-no-image {
    max-width: 1310px;
    padding: 0 32px; } }

.template-category-page .category-page-videos.category-page-body,
.template-category-page .category-page-blocks.category-page-body, .template-aggregate .category-page-videos.category-page-body,
.template-aggregate .category-page-blocks.category-page-body {
  position: relative;
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  margin-top: 0;
  padding-top: 64px; }
  .template-category-page .category-page-videos.category-page-body:after,
  .template-category-page .category-page-blocks.category-page-body:after, .template-aggregate .category-page-videos.category-page-body:after,
  .template-aggregate .category-page-blocks.category-page-body:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 5px;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
  .template-category-page .category-page-videos.category-page-body:before,
  .template-category-page .category-page-blocks.category-page-body:before, .template-aggregate .category-page-videos.category-page-body:before,
  .template-aggregate .category-page-blocks.category-page-body:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    left: 50%;
    transform: translateX(-50%);
    top: 0; }
  @media (min-width: 768px) {
    .template-category-page .category-page-videos.category-page-body:before,
    .template-category-page .category-page-blocks.category-page-body:before, .template-aggregate .category-page-videos.category-page-body:before,
    .template-aggregate .category-page-blocks.category-page-body:before {
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .template-category-page .category-page-videos.category-page-body:before,
    .template-category-page .category-page-blocks.category-page-body:before, .template-aggregate .category-page-videos.category-page-body:before,
    .template-aggregate .category-page-blocks.category-page-body:before {
      max-width: calc(100% - 64px); } }
  .template-category-page .category-page-videos.category-page-body.no-divider,
  .template-category-page .category-page-blocks.category-page-body.no-divider, .template-aggregate .category-page-videos.category-page-body.no-divider,
  .template-aggregate .category-page-blocks.category-page-body.no-divider {
    border-top: none;
    padding-top: 0; }
    .template-category-page .category-page-videos.category-page-body.no-divider:after, .template-category-page .category-page-videos.category-page-body.no-divider:before,
    .template-category-page .category-page-blocks.category-page-body.no-divider:after,
    .template-category-page .category-page-blocks.category-page-body.no-divider:before, .template-aggregate .category-page-videos.category-page-body.no-divider:after, .template-aggregate .category-page-videos.category-page-body.no-divider:before,
    .template-aggregate .category-page-blocks.category-page-body.no-divider:after,
    .template-aggregate .category-page-blocks.category-page-body.no-divider:before {
      background: none; }

.template-category-page .category-page-subnav, .template-aggregate .category-page-subnav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .template-category-page .category-page-subnav__header, .template-aggregate .category-page-subnav__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 24px 0; }
    @media (min-width: 768px) {
      .template-category-page .category-page-subnav__header, .template-aggregate .category-page-subnav__header {
        margin-top: 32px; } }
    @media (min-width: 1024px) {
      .template-category-page .category-page-subnav__header, .template-aggregate .category-page-subnav__header {
        flex-direction: row;
        margin-top: 40px; } }
    @media (min-width: 1162px) {
      .template-category-page .category-page-subnav__header, .template-aggregate .category-page-subnav__header {
        margin-top: 48px; } }
    .template-category-page .category-page-subnav__header svg, .template-aggregate .category-page-subnav__header svg {
      width: 278px;
      height: 20px; }
      @media (min-width: 768px) {
        .template-category-page .category-page-subnav__header svg, .template-aggregate .category-page-subnav__header svg {
          width: 389px;
          height: 28px; } }
  .template-category-page .category-page-subnav__headerText, .template-aggregate .category-page-subnav__headerText {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    letter-spacing: 0.5px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .template-category-page .category-page-subnav__headerText, .template-aggregate .category-page-subnav__headerText {
        font-size: 36px;
        line-height: 44px; } }
    @media (min-width: 1024px) {
      .template-category-page .category-page-subnav__headerText, .template-aggregate .category-page-subnav__headerText {
        display: flex;
        margin-right: 16px;
        margin-top: 0;
        margin-bottom: 0; }
        .template-category-page .category-page-subnav__headerText:after, .template-aggregate .category-page-subnav__headerText:after {
          content: ' ';
          border-left: 1px solid rgba(0, 0, 0, 0.15);
          height: 32px;
          margin-left: 16px;
          margin-top: 8px; } }

.template-category-page .component.navigation-test .container, .template-aggregate .component.navigation-test .container {
  padding: 0 16px; }
  @media (min-width: 768px) {
    .template-category-page .component.navigation-test .container, .template-aggregate .component.navigation-test .container {
      max-width: 640px;
      margin: 0 auto;
      padding: 0; } }
  @media (min-width: 1024px) {
    .template-category-page .component.navigation-test .container, .template-aggregate .component.navigation-test .container {
      max-width: calc(976px + 48px);
      padding: 0 24px; } }
  @media (min-width: 1162px) {
    .template-category-page .component.navigation-test .container, .template-aggregate .component.navigation-test .container {
      max-width: calc(1246px + 64px);
      padding: 0 32px; } }

.template-category-page .category-page-videos-date, .template-aggregate .category-page-videos-date {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #ac1900;
  margin: 8px 0 0; }

.mdex-test.template-recipe {
  overflow-x: hidden;
  /* Print Preview */ }
  .mdex-test.template-recipe.print-preview h1 {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 8px; }
    @media (min-width: 768px) {
      .mdex-test.template-recipe.print-preview h1 {
        font-size: 32px;
        line-height: 36px; } }
    @media (min-width: 1024px) {
      .mdex-test.template-recipe.print-preview h1 {
        font-size: 36px;
        line-height: 44px; } }
  .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical {
    justify-content: space-between; }
    @media (min-width: 360px) {
      .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical {
        justify-content: left; } }
    .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical.square .icon-favorite {
      margin-right: 6px; }
      .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical.square .icon-favorite a {
        width: 76px; }
        .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical.square .icon-favorite a.saved {
          width: 82px; }
        @media (min-width: 1024px) {
          .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical.square .icon-favorite a {
            width: 48px; }
            .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical.square .icon-favorite a.saved {
              width: 48px; } }
    .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical.square .icon-pinterest {
      width: 68px;
      margin-right: 6px;
      display: flex; }
    .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical.square .icon-print {
      width: 80px;
      margin-right: 6px; }
      .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical.square .icon-print a {
        width: auto; }
    .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical.square .shareicon-modal-toggle {
      width: 80px; }
    @media (min-width: 1024px) {
      .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical.square .icon-favorite,
      .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical.square .icon-pinterest,
      .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical.square .icon-print,
      .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical.square .shareicon-modal-toggle {
        width: 48px;
        height: 58px;
        margin-right: 0; } }
    .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical .shareicon-favorite-link-tag .icon-share-check {
      display: none; }
    .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical .shareicon-favorite-link-tag.saved .icon-share-check {
      display: block;
      width: 24px;
      height: 22px; }
      .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical .shareicon-favorite-link-tag.saved .icon-share-check path {
        stroke: #ac1900;
        stroke-width: 2px; }
    .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical .shareicon-favorite-link-tag span {
      padding-right: 0; }
      @media (max-width: 400px) {
        .mdex-test.template-recipe .docked-sharebar-content-container .component.share-new.vertical .shareicon-favorite-link-tag span {
          padding-right: 8px; } }
  .mdex-test.template-recipe .docked-sharebar-content-container .author-text {
    color: rgba(0, 0, 0, 0.65); }
    .mdex-test.template-recipe .docked-sharebar-content-container .author-text .profile-pic img {
      border-radius: 100%; }
    .mdex-test.template-recipe .docked-sharebar-content-container .author-text .author-name.link {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      color: rgba(0, 0, 0, 0.65); }
      .mdex-test.template-recipe .docked-sharebar-content-container .author-text .author-name.link:hover, .mdex-test.template-recipe .docked-sharebar-content-container .author-text .author-name.link:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .mdex-test.template-recipe .docked-sharebar-content-container .author-text .author-name.link:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 #595959; }
      .mdex-test.template-recipe .docked-sharebar-content-container .author-text .author-name.link:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
    .mdex-test.template-recipe .docked-sharebar-content-container .author-text .author-name, .mdex-test.template-recipe .docked-sharebar-content-container .author-text .author-byline-prefix {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0; }
    .mdex-test.template-recipe .docked-sharebar-content-container .author-text .author-credit {
      font-style: italic; }
    .mdex-test.template-recipe .docked-sharebar-content-container .author-text .syndication {
      margin-top: 15px; }
  @media (min-width: 768px) {
    .mdex-test.template-recipe .template-two-col.recipe-wrapper.container-full-width {
      margin: 0 auto;
      max-width: 640px; }
    .mdex-test.template-recipe .template-two-col .content {
      margin: 24px auto; } }
  @media (min-width: 1024px) {
    .mdex-test.template-recipe .template-two-col.recipe-wrapper.container-full-width {
      max-width: 1088px;
      padding: 0 24px; }
    .mdex-test.template-recipe .template-two-col .content {
      margin: 32px auto 0;
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 1162px) {
    .mdex-test.template-recipe .template-two-col.recipe-wrapper.container-full-width {
      max-width: 1226px;
      padding: 0 32px; } }
  @media (min-width: 1279px) {
    .mdex-test.template-recipe .template-two-col.recipe-wrapper.container-full-width {
      max-width: 1310px;
      padding: 0 32px; }
    .mdex-test.template-recipe .template-two-col.container-full-width,
    .mdex-test.template-recipe .template-two-col .container-full-width,
    .mdex-test.template-recipe .template-two-col .content {
      max-width: 1310px; }
    .mdex-test.template-recipe .template-two-col .recipe-main-header {
      max-width: unset; } }
  @media (min-width: 1024px) {
    .mdex-test.template-recipe .template-two-col.container-full-width .two-col-content {
      margin-right: 24px; } }
  @media (min-width: 1162px) {
    .mdex-test.template-recipe .template-two-col.container-full-width .two-col-content {
      margin-right: 32px; } }
  @media (min-width: 1024px) {
    .mdex-test.template-recipe .recirculation-wrapper {
      margin: 0 -24px;
      width: 100vw; }
      .mdex-test.template-recipe .recirculation-wrapper .recirculation {
        max-width: 1088px;
        padding: 0 24px; } }
  .mdex-test.template-recipe .component.breadcrumbs .breadcrumbs__container {
    justify-content: flex-start;
    max-width: 1310px; }
  .mdex-test.template-recipe .recipe-content .section-headline {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 16px; }
    .mdex-test.template-recipe .recipe-content .section-headline ~ ul:first-of-type,
    .mdex-test.template-recipe .recipe-content .section-headline ~ p:first-of-type,
    .mdex-test.template-recipe .recipe-content .section-headline ~ div.paragraph {
      margin-top: 24px; }
  .mdex-test.template-recipe .recipe-content h2.section-headline {
    display: inline-block;
    margin-top: 0;
    padding-top: 15px; }
  .mdex-test.template-recipe .recipe-content h2.section-headline,
  .mdex-test.template-recipe .recipe-content .section-headline h2 {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .mdex-test.template-recipe .recipe-content {
      float: left;
      max-width: 640px; } }
  @media (min-width: 1162px) {
    .mdex-test.template-recipe .recipe-content {
      max-width: 882px; } }
  @media (min-width: 1279px) {
    .mdex-test.template-recipe .recipe-content {
      max-width: none; } }
  .mdex-test.template-recipe .recipe-content .recipe-note a {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 2px 0;
    box-shadow: inset 0 -2px 0 #ac1900;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .mdex-test.template-recipe .recipe-content .recipe-note a:visited {
      color: #595959;
      box-shadow: inset 0 -2px 0 #ac1900; }
    .mdex-test.template-recipe .recipe-content .recipe-note a:hover, .mdex-test.template-recipe .recipe-content .recipe-note a:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
    .mdex-test.template-recipe .recipe-content .recipe-note a:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 #ac1900; }
  .mdex-test.template-recipe .recipe-content-container {
    width: 100%; }
    @media (min-width: 1162px) {
      .mdex-test.template-recipe .recipe-content-container {
        width: 640px; } }
    @media (min-width: 1279px) {
      .mdex-test.template-recipe .recipe-content-container {
        width: 100%; } }
    .mdex-test.template-recipe .recipe-content-container #nutrition {
      position: absolute;
      top: -60px; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe .recipe-content-container #nutrition {
          top: -190px; } }
    .mdex-test.template-recipe .recipe-content-container .container {
      border-top: 2px solid rgba(0, 0, 0, 0.15);
      flex: 1 1 100%;
      position: relative; }
      .mdex-test.template-recipe .recipe-content-container .container.nutrition-section, .mdex-test.template-recipe .recipe-content-container .container.recipe-instructions, .mdex-test.template-recipe .recipe-content-container .container.recipe-note {
        max-width: 640px; }
      .mdex-test.template-recipe .recipe-content-container .container.nutrition-section {
        margin-bottom: 32px; }
      .mdex-test.template-recipe .recipe-content-container .container.recipe-instructions {
        margin-bottom: 48px; }
      .mdex-test.template-recipe .recipe-content-container .container.recipe-note {
        margin-bottom: 64px; }
      @media (min-width: 1024px) {
        .mdex-test.template-recipe .recipe-content-container .container {
          flex: 1; } }
      .mdex-test.template-recipe .recipe-content-container .container .section-icon {
        position: absolute;
        right: 0;
        top: -19px;
        padding-left: 5px;
        background-color: #fff; }
        .mdex-test.template-recipe .recipe-content-container .container .section-icon.icon-chef {
          top: -20px; }
        .mdex-test.template-recipe .recipe-content-container .container .section-icon g, .mdex-test.template-recipe .recipe-content-container .container .section-icon path {
          fill: #fff; }
        .mdex-test.template-recipe .recipe-content-container .container .section-icon.icon-edit {
          padding-left: 8px; }
        .mdex-test.template-recipe .recipe-content-container .container .section-icon.icon-background-round svg {
          background: #f44336;
          border-radius: 50%;
          padding-top: 4px;
          padding-left: 4px; }
    .mdex-test.template-recipe .recipe-content-container .recipes-reviews-container {
      border-top: 0;
      padding-top: 0;
      margin-top: 0;
      margin-bottom: 64px; }
    .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new {
      border-top: 2px solid #D9D9D9;
      position: relative;
      flex: 1 1 100%;
      margin-bottom: 32px; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new:before {
        border-radius: 100%;
        content: '';
        position: absolute;
        display: block;
        width: 8px;
        height: 8px;
        background-color: #D9D9D9;
        box-shadow: 0 0 0 4px #fff;
        top: -5px;
        left: 0; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new {
          flex: 1; } }
      @media (min-width: 1024px) {
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new {
          flex: 1 1 100%; } }
      @media (min-width: 1162px) {
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new {
          flex: 1; } }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new .section-headline {
        margin-top: 0;
        margin-bottom: 40px; }
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new .section-headline--withLegend {
          margin-bottom: 24px; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new .section-subheadline {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0;
        padding-bottom: 16px; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new .ingredients-section {
        margin-bottom: 0;
        padding-left: 0;
        margin: 0; }
    .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__container {
      margin-top: 24px; }
    .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 12px 32px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      border: 3px solid rgba(0, 0, 0, 0.95);
      border-radius: 0;
      color: rgba(0, 0, 0, 0.95);
      background: #fff;
      display: block; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button:active {
        opacity: 0.8; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button:active {
        opacity: 0.8; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button svg path {
        fill: rgba(0, 0, 0, 0.95); }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button:visited {
        border: 3px solid rgba(0, 0, 0, 0.95);
        color: rgba(0, 0, 0, 0.95);
        background: #fff; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button:hover, .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button:active, .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button:focus {
        border-color: rgba(0, 0, 0, 0.95);
        color: #fff;
        background: rgba(0, 0, 0, 0.95); }
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button:hover svg path, .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button:active svg path, .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button:focus svg path {
          fill: #fff; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button[disabled] {
        border: 3px solid rgba(0, 0, 0, 0.3);
        background-color: #fff;
        color: rgba(0, 0, 0, 0.65); }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button:active, .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button:focus {
        border: 3px solid #014ecb; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button.hidden {
        display: none; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button ~ .recipe-shopping-list__add-all-success,
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-button ~ .recipe-shopping-list__view-items {
        margin-top: 24px; }
    .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items {
      display: inline-block; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button {
        text-transform: capitalize;
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 6px 16px;
        display: inline-block;
        text-align: center;
        border-width: 0;
        border-radius: 0;
        border: 1px solid #ac1900;
        border-radius: 0;
        color: rgba(0, 0, 0, 0.95);
        background: #fff;
        height: 48px;
        width: 155px; }
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button:active {
          opacity: 0.8; }
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button:active {
          opacity: 0.8; }
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button svg path {
          fill: rgba(0, 0, 0, 0.95); }
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button:visited {
          border: 3px solid rgba(0, 0, 0, 0.95);
          color: rgba(0, 0, 0, 0.95);
          background: #fff; }
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button:hover, .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button:active, .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button:focus {
          border-color: rgba(0, 0, 0, 0.95);
          color: #fff;
          background: rgba(0, 0, 0, 0.95); }
          .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button:hover svg path, .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button:active svg path, .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button:focus svg path {
            fill: #fff; }
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button[disabled] {
          border: 3px solid rgba(0, 0, 0, 0.3);
          background-color: #fff;
          color: rgba(0, 0, 0, 0.65); }
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button:active, .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items-button:focus {
          border: 3px solid #014ecb; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__view-items.hidden {
        display: none; }
    .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list-button-text, .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list-success-text {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      margin-top: 24px;
      color: rgba(0, 0, 0, 0.95);
      letter-spacing: 0.5px;
      line-height: 22px;
      height: 20px;
      width: 233px; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list-button-text:focus, .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list-success-text:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list-button-text:active, .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list-success-text:active {
        opacity: 0.8; }
    .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list-button-icon, .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list-success-icon {
      margin-left: 4px;
      position: relative;
      top: 5px; }
    .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-success {
      display: inline-block;
      margin-right: 24px; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-success {
          margin-bottom: 24px; } }
      @media (min-width: 1279px) {
        .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-success {
          margin-bottom: 0; } }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-success-text {
        height: 36px;
        width: 157px; }
      .mdex-test.template-recipe .recipe-content-container .recipe-ingredients-new.interactive .recipe-shopping-list__add-all-success.hidden {
        display: none; }
    .mdex-test.template-recipe .recipe-content-container .recipe-complex-header {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 28px;
      line-height: 32px;
      font-weight: 800;
      letter-spacing: 0;
      text-align: center;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe .recipe-content-container .recipe-complex-header {
          font-size: 36px;
          line-height: 44px; } }
    .mdex-test.template-recipe .recipe-content-container .recipe-shopper-wrapper {
      flex-wrap: wrap;
      margin-bottom: 0;
      padding-left: 0; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe .recipe-content-container .recipe-shopper-wrapper {
          display: flex; } }
      @media (min-width: 1162px) {
        .mdex-test.template-recipe .recipe-content-container .recipe-shopper-wrapper {
          display: flex; } }
      .mdex-test.template-recipe .recipe-content-container .recipe-shopper-wrapper .ingredients-item .checkbox-list .checkbox-list-checkmark {
        display: flex; }
    .mdex-test.template-recipe .recipe-content-container #calvera-app .cal-on-sale-at-center {
      margin: 32px auto; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe .recipe-content-container #calvera-app .cal-on-sale-at-center {
          margin: 0; } }
    .mdex-test.template-recipe .recipe-content-container #ar-calvera-app .recipe-shopper-container {
      flex: 0 0 100%;
      align-self: flex-start;
      margin: 40px auto 0; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe .recipe-content-container #ar-calvera-app .recipe-shopper-container {
          margin-left: 24px;
          max-width: 280px; } }
      @media (min-width: 1024px) {
        .mdex-test.template-recipe .recipe-content-container #ar-calvera-app .recipe-shopper-container {
          margin-left: 0; } }
      @media (min-width: 1162px) {
        .mdex-test.template-recipe .recipe-content-container #ar-calvera-app .recipe-shopper-container {
          margin-left: 32px; } }
    .mdex-test.template-recipe .recipe-content-container .recipe-ad-container .tablet-ad:nth-child(2) {
      margin-right: 24px; }
  .mdex-test.template-recipe .ad-title.mobile-ad,
  .mdex-test.template-recipe .ad-title.tablet-ad {
    margin-bottom: 48px; }
  .mdex-test.template-recipe .lead-content-wrapper {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .mdex-test.template-recipe .lead-content-wrapper {
        margin-bottom: 44px; } }
    @media (min-width: 1024px) {
      .mdex-test.template-recipe .lead-content-wrapper {
        margin-bottom: 24px; } }
    @media (min-width: 1279px) {
      .mdex-test.template-recipe .lead-content-wrapper.two-col-style {
        display: flex; }
        .mdex-test.template-recipe .lead-content-wrapper.two-col-style .recipe-meta-container.two-subcol-content {
          display: block; }
        .mdex-test.template-recipe .lead-content-wrapper.two-col-style .primary-media-section {
          flex: 1;
          margin-right: 32px; }
        .mdex-test.template-recipe .lead-content-wrapper.two-col-style .lead-content-aside-wrapper {
          width: 220px;
          flex: 0 0 220px;
          margin: 0;
          display: flex;
          flex-direction: column; }
          .mdex-test.template-recipe .lead-content-wrapper.two-col-style .lead-content-aside-wrapper .recipe-tout-image {
            margin: 24px 0 0;
            width: 220px; } }
    @media (min-width: 768px) {
      .mdex-test.template-recipe .lead-content-wrapper.full-width-style .lead-content-aside-wrapper .recipe-info-section {
        flex: 1; } }
  .mdex-test.template-recipe .recipe-tout-image {
    margin-top: 24px; }
  .mdex-test.template-recipe .lead-content-aside-wrapper {
    display: block; }
    @media (min-width: 1279px) {
      .mdex-test.template-recipe .lead-content-aside-wrapper {
        display: flex; } }
    @media (min-width: 768px) {
      .mdex-test.template-recipe .lead-content-aside-wrapper.video-with-tout-image {
        display: flex; }
      .mdex-test.template-recipe .lead-content-aside-wrapper .recipe-tout-image {
        width: 192px;
        margin-top: 0;
        margin-left: 24px; }
        .mdex-test.template-recipe .lead-content-aside-wrapper .recipe-tout-image.recipe-info-items-1 {
          width: 128px; }
        .mdex-test.template-recipe .lead-content-aside-wrapper .recipe-tout-image.recipe-info-items-2 {
          width: 168px; }
        .mdex-test.template-recipe .lead-content-aside-wrapper .recipe-tout-image.recipe-info-items-3 {
          width: 208px; } }
  @media (min-width: 1279px) {
    .mdex-test.template-recipe .image-container .component.lazy-image {
      width: 550px; } }
  .mdex-test.template-recipe .image-container .component.lazy-image.no-upscale img {
    max-width: 550px;
    height: auto; }
    @media (min-width: 360px) {
      .mdex-test.template-recipe .image-container .component.lazy-image.no-upscale img {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .mdex-test.template-recipe .image-container .component.lazy-image.no-upscale img {
        max-width: 550px; } }
  .mdex-test.template-recipe .image-container a {
    bottom: auto;
    right: auto; }
  .mdex-test.template-recipe .image-container.ugc-upload-button {
    cursor: pointer; }
  .mdex-test.template-recipe .image-container .recipe-fallback-image {
    pointer-events: none; }
  .mdex-test.template-recipe .recipe-summary {
    margin: 0; }
    .mdex-test.template-recipe .recipe-summary p {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0; }
    .mdex-test.template-recipe .recipe-summary a {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
      text-decoration: none; }
      .mdex-test.template-recipe .recipe-summary a:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .mdex-test.template-recipe .recipe-summary a:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .mdex-test.template-recipe .recipe-source {
    font-style: italic; }
  .mdex-test.template-recipe .primary-media-section {
    margin-bottom: 24px; }
    @media (min-width: 1279px) {
      .mdex-test.template-recipe .primary-media-section {
        margin-bottom: 0; } }
    .mdex-test.template-recipe .primary-media-section .component.lazy-image.lazy-image-udf.image-loaded {
      cursor: pointer; }
    .mdex-test.template-recipe .primary-media-section .recipe-helper-text {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      font-style: italic;
      text-align: center; }
  .mdex-test.template-recipe .recipe-blog-content {
    width: 100%;
    position: relative;
    margin-top: 64px; }
    .mdex-test.template-recipe .recipe-blog-content:after {
      position: relative;
      border: 0;
      overflow: visible;
      background: rgba(0, 0, 0, 0.15);
      background-size: auto;
      height: 1px;
      width: 100%;
      margin: 16px 0;
      margin: 16px auto;
      content: '';
      display: block;
      margin: 64px 0 0 calc(50% - 50vw);
      width: 100vw; }
      .mdex-test.template-recipe .recipe-blog-content:after:after {
        content: '';
        display: block;
        position: absolute;
        width: 80px;
        height: 5px;
        background: rgba(0, 0, 0, 0.95);
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%); }
      @media (min-width: 1024px) {
        .mdex-test.template-recipe .recipe-blog-content:after {
          width: 100%;
          margin-left: inherit; } }
    @media (min-width: 1279px) {
      .mdex-test.template-recipe .recipe-blog-content-button {
        position: relative;
        width: 640px; } }
    .mdex-test.template-recipe .recipe-blog-content-button:before {
      position: relative;
      border: 0;
      overflow: visible;
      background: rgba(0, 0, 0, 0.15);
      background-size: auto;
      height: 1px;
      width: 100%;
      margin: 16px 0;
      margin: 16px auto;
      content: '';
      display: block;
      margin-bottom: 56px;
      width: 100vw;
      margin-left: calc(50% - 50vw); }
      .mdex-test.template-recipe .recipe-blog-content-button:before:after {
        content: '';
        display: block;
        position: absolute;
        width: 80px;
        height: 5px;
        background: rgba(0, 0, 0, 0.95);
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%); }
      @media (min-width: 1024px) {
        .mdex-test.template-recipe .recipe-blog-content-button:before {
          width: 100%;
          margin-left: inherit; } }
    .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content {
      text-transform: capitalize;
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 8px 32px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      background: rgba(0, 0, 0, 0.95);
      color: #fff;
      border-radius: 0;
      border: 3px solid rgba(0, 0, 0, 0.95);
      display: flex;
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      cursor: pointer; }
      .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:active {
        opacity: 0.8; }
      .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:active {
        opacity: 0.8; }
      .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content svg path {
        fill: #fff; }
      .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:visited {
        background: rgba(0, 0, 0, 0.95);
        color: #fff; }
      .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:hover, .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:active, .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:focus {
        background: #ac1900;
        border-color: #ac1900;
        color: #fff; }
        .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:hover svg path, .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:active svg path, .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:focus svg path {
          fill: #fff; }
      .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content[disabled] {
        border: 3px solid #D9D9D9;
        background-color: #D9D9D9;
        color: #fff; }
      .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:active, .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:hover, .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:focus {
        border-color: #ac1900; }
      .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:active, .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content:focus {
        border: 3px solid #014ecb; }
      .mdex-test.template-recipe .recipe-blog-content-button .recipe-skip-blog-content-icon {
        position: relative;
        top: 2px;
        margin-right: 5px; }
    .mdex-test.template-recipe .recipe-blog-content-body {
      position: relative;
      position: relative;
      padding-bottom: 16px;
      margin-bottom: 16px;
      margin-top: 0;
      padding-bottom: 64px; }
      .mdex-test.template-recipe .recipe-blog-content-body:after {
        content: '';
        display: block;
        position: absolute;
        width: 80px;
        height: 5px;
        background: rgba(0, 0, 0, 0.95);
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%); }
      .mdex-test.template-recipe .recipe-blog-content-body:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0.15);
        left: 50%;
        transform: translateX(-50%);
        bottom: 0; }
    .mdex-test.template-recipe .recipe-blog-content p a {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      box-shadow: inset 0 -2px 0 #ac1900;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .mdex-test.template-recipe .recipe-blog-content p a:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #ac1900; }
      .mdex-test.template-recipe .recipe-blog-content p a:hover, .mdex-test.template-recipe .recipe-blog-content p a:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
      .mdex-test.template-recipe .recipe-blog-content p a:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 #ac1900; }
  .mdex-test.template-recipe .heading-content {
    margin-bottom: 16px;
    border: 0; }
  .mdex-test.template-recipe .recipe-info-section {
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-bottom: 48px;
    padding: 24px;
    position: relative; }
    @media (min-width: 1024px) {
      .mdex-test.template-recipe .recipe-info-section {
        margin-bottom: 0; } }
    .mdex-test.template-recipe .recipe-info-section .time-stats {
      position: absolute;
      background-color: #fff;
      background-position: center center;
      right: -3px;
      top: -3px; }
      .mdex-test.template-recipe .recipe-info-section .time-stats.icon-background-round svg {
        background: #f44336;
        border-radius: 50%;
        padding-top: 4px;
        padding-left: 4px; }
        .mdex-test.template-recipe .recipe-info-section .time-stats.icon-background-round svg path {
          fill: #fff; }
  .mdex-test.template-recipe .recipe-meta-container.two-subcol-content {
    border: none;
    padding: 0;
    margin: 0; }
  .mdex-test.template-recipe .recipe-meta-container .two-subcol-content-wrapper {
    margin: 0;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start; }
    @media (min-width: 768px) {
      .mdex-test.template-recipe .recipe-meta-container .two-subcol-content-wrapper {
        width: 50%; } }
    @media (min-width: 1279px) {
      .mdex-test.template-recipe .recipe-meta-container .two-subcol-content-wrapper {
        width: 100%; } }
    .mdex-test.template-recipe .recipe-meta-container .two-subcol-content-wrapper .recipe-meta-item {
      width: 100%;
      padding-bottom: 16px; }
      .mdex-test.template-recipe .recipe-meta-container .two-subcol-content-wrapper .recipe-meta-item-header {
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: capitalize;
        font-weight: 800;
        color: rgba(0, 0, 0, 0.95);
        float: left;
        margin-bottom: 0;
        margin-right: 4px; }
      .mdex-test.template-recipe .recipe-meta-container .two-subcol-content-wrapper .recipe-meta-item-body {
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .mdex-test.template-recipe .recipe-meta-container .two-subcol-content-wrapper:first-child {
        padding-right: 20px; } }
    @media (min-width: 1279px) {
      .mdex-test.template-recipe .recipe-meta-container .two-subcol-content-wrapper {
        width: 100%; } }
  .mdex-test.template-recipe .nutrition-info {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 16px; }
    .mdex-test.template-recipe .nutrition-info .nutrition-link {
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
      padding: 0;
      color: rgba(0, 0, 0, 0.95);
      text-transform: capitalize;
      vertical-align: baseline; }
      .mdex-test.template-recipe .nutrition-info .nutrition-link:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .mdex-test.template-recipe .nutrition-info .nutrition-link:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .mdex-test.template-recipe .section-headline {
    overflow: hidden; }
    .mdex-test.template-recipe .section-headline h2 {
      color: rgba(0, 0, 0, 0.95);
      font-family: "Klein", "Times New Roman", serif;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      letter-spacing: 0;
      float: none;
      margin-top: 32px; }
      @media (min-width: 1024px) {
        .mdex-test.template-recipe .section-headline h2 {
          float: left; } }
    .mdex-test.template-recipe .section-headline .recipe-adjust-servings {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      display: flex;
      float: none;
      justify-content: center;
      margin-top: 16px; }
      @media (min-width: 1024px) {
        .mdex-test.template-recipe .section-headline .recipe-adjust-servings {
          float: right; } }
      .mdex-test.template-recipe .section-headline .recipe-adjust-servings__size {
        width: 112px;
        height: 36px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 4px;
        float: left;
        display: flex;
        text-align: center;
        align-items: center; }
        .mdex-test.template-recipe .section-headline .recipe-adjust-servings__size-minus, .mdex-test.template-recipe .section-headline .recipe-adjust-servings__size-quantity, .mdex-test.template-recipe .section-headline .recipe-adjust-servings__size-plus {
          flex-grow: 1;
          width: 33%; }
        .mdex-test.template-recipe .section-headline .recipe-adjust-servings__size-minus, .mdex-test.template-recipe .section-headline .recipe-adjust-servings__size-plus {
          background: rgba(0, 0, 0, 0.05);
          border: none;
          height: 100%;
          position: relative; }
          .mdex-test.template-recipe .section-headline .recipe-adjust-servings__size-minus svg, .mdex-test.template-recipe .section-headline .recipe-adjust-servings__size-plus svg {
            vertical-align: middle;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
            .mdex-test.template-recipe .section-headline .recipe-adjust-servings__size-minus svg path, .mdex-test.template-recipe .section-headline .recipe-adjust-servings__size-plus svg path {
              fill: rgba(0, 0, 0, 0.65); }
          .mdex-test.template-recipe .section-headline .recipe-adjust-servings__size-minus--text, .mdex-test.template-recipe .section-headline .recipe-adjust-servings__size-plus--text {
            position: absolute;
            overflow: hidden;
            clip: rect(0 0 0 0);
            height: 1px;
            width: 1px;
            margin: -1px;
            padding: 0;
            border: 0; }
        .mdex-test.template-recipe .section-headline .recipe-adjust-servings__size-quantity {
          font-family: "Source Sans Pro", Arial;
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          letter-spacing: 0; }
      .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 12px 32px;
        display: inline-block;
        text-align: center;
        border-width: 0;
        border-radius: 0;
        border: 3px solid rgba(0, 0, 0, 0.95);
        border-radius: 0;
        color: rgba(0, 0, 0, 0.95);
        background: #fff;
        height: 36px;
        width: 67px;
        letter-spacing: 0.5px;
        padding: 0; }
        .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button:active {
          opacity: 0.8; }
        .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button:active {
          opacity: 0.8; }
        .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button svg path {
          fill: rgba(0, 0, 0, 0.95); }
        .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button:visited {
          border: 3px solid rgba(0, 0, 0, 0.95);
          color: rgba(0, 0, 0, 0.95);
          background: #fff; }
        .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button:hover, .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button:active, .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button:focus {
          border-color: rgba(0, 0, 0, 0.95);
          color: #fff;
          background: rgba(0, 0, 0, 0.95); }
          .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button:hover svg path, .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button:active svg path, .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button:focus svg path {
            fill: #fff; }
        .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button[disabled] {
          border: 3px solid rgba(0, 0, 0, 0.3);
          background-color: #fff;
          color: rgba(0, 0, 0, 0.65); }
        .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button:active, .mdex-test.template-recipe .section-headline .recipe-adjust-servings__adjust-button:focus {
          border: 3px solid #014ecb; }
      .mdex-test.template-recipe .section-headline .recipe-adjust-servings__original-serving, .mdex-test.template-recipe .section-headline .recipe-adjust-servings__validation-message {
        font-family: "Source Sans Pro", Arial;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        letter-spacing: 0;
        clear: both;
        color: rgba(0, 0, 0, 0.65);
        letter-spacing: 0;
        padding-top: 8px;
        text-align: center; }
        @media (min-width: 1024px) {
          .mdex-test.template-recipe .section-headline .recipe-adjust-servings__original-serving, .mdex-test.template-recipe .section-headline .recipe-adjust-servings__validation-message {
            text-align: right; } }
      .mdex-test.template-recipe .section-headline .recipe-adjust-servings__validation-message {
        display: none; }
    .mdex-test.template-recipe .section-headline .nutrition-help-link {
      height: 24px;
      margin-left: 0;
      text-decoration: none; }
      .mdex-test.template-recipe .section-headline .nutrition-help-link path {
        fill: #595959; }
    .mdex-test.template-recipe .section-headline .recipe-ratings {
      display: flex; }
  .mdex-test.template-recipe .recipe-nutrition-section {
    margin-top: 24px; }
    .mdex-test.template-recipe .recipe-nutrition-section-link {
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      box-shadow: inset 0 -2px 0 #ac1900;
      transition: all .1s ease-in-out;
      text-decoration: none;
      margin-left: 4px; }
      .mdex-test.template-recipe .recipe-nutrition-section-link:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #ac1900; }
      .mdex-test.template-recipe .recipe-nutrition-section-link:hover, .mdex-test.template-recipe .recipe-nutrition-section-link:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
      .mdex-test.template-recipe .recipe-nutrition-section-link:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 #ac1900; }
  .mdex-test.template-recipe .section-label {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: capitalize;
    margin-right: 6px; }
    .mdex-test.template-recipe .section-label .nutrition-exchanges {
      display: inline-block; }
  .mdex-test.template-recipe .section-body {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    margin-top: 8px; }
    .mdex-test.template-recipe .section-body.checked,
    .mdex-test.template-recipe .section-body.checked p,
    .mdex-test.template-recipe .section-body.checked .paragraph {
      color: rgba(0, 0, 0, 0.65); }
    .mdex-test.template-recipe .section-body a {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      box-shadow: inset 0 -2px 0 #ac1900;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .mdex-test.template-recipe .section-body a:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #ac1900; }
      .mdex-test.template-recipe .section-body a:hover, .mdex-test.template-recipe .section-body a:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
      .mdex-test.template-recipe .section-body a:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 #ac1900; }
  .mdex-test.template-recipe .nutrition-section .section-body,
  .mdex-test.template-recipe .nutrition-section .section-label {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    display: inline; }
  .mdex-test.template-recipe .nutrition-section .section-label {
    font-weight: 700; }
  .mdex-test.template-recipe .nutrition-section a {
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .mdex-test.template-recipe .nutrition-section a:hover, .mdex-test.template-recipe .nutrition-section a:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .mdex-test.template-recipe .nutrition-section a:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 #595959; }
    .mdex-test.template-recipe .nutrition-section a:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
  .mdex-test.template-recipe .ingredients-section .container,
  .mdex-test.template-recipe .favorite-collections-section .container {
    list-style: none; }
    .mdex-test.template-recipe .ingredients-section .container .step-label,
    .mdex-test.template-recipe .favorite-collections-section .container .step-label {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: 700;
      width: 100%; }
  .mdex-test.template-recipe .ingredients-section .ingredients-item,
  .mdex-test.template-recipe .favorite-collections-section .ingredients-item {
    padding-right: 36px; }
  .mdex-test.template-recipe .ingredients-section .ingredients-item,
  .mdex-test.template-recipe .ingredients-section .favorite-collections-item,
  .mdex-test.template-recipe .favorite-collections-section .ingredients-item,
  .mdex-test.template-recipe .favorite-collections-section .favorite-collections-item {
    list-style: none;
    margin-bottom: 32px;
    position: relative; }
    .mdex-test.template-recipe .ingredients-section .ingredients-item .checkbox-list-input:checked + .checkbox-list-checkmark:after,
    .mdex-test.template-recipe .ingredients-section .favorite-collections-item .checkbox-list-input:checked + .checkbox-list-checkmark:after,
    .mdex-test.template-recipe .favorite-collections-section .ingredients-item .checkbox-list-input:checked + .checkbox-list-checkmark:after,
    .mdex-test.template-recipe .favorite-collections-section .favorite-collections-item .checkbox-list-input:checked + .checkbox-list-checkmark:after {
      background-color: transparent;
      border: solid 1px #ac1900;
      border-width: 0 2px 2px 0;
      left: 5px;
      opacity: 1;
      transform: rotate(45deg); }
    .mdex-test.template-recipe .ingredients-section .ingredients-item .checkbox-list-input:checked + .checkbox-list-checkmark:before,
    .mdex-test.template-recipe .ingredients-section .favorite-collections-item .checkbox-list-input:checked + .checkbox-list-checkmark:before,
    .mdex-test.template-recipe .favorite-collections-section .ingredients-item .checkbox-list-input:checked + .checkbox-list-checkmark:before,
    .mdex-test.template-recipe .favorite-collections-section .favorite-collections-item .checkbox-list-input:checked + .checkbox-list-checkmark:before {
      border-color: transparent;
      background-color: transparent; }
    .mdex-test.template-recipe .ingredients-section .ingredients-item .checkbox-list-input:checked + .checkbox-list-checkmark:after,
    .mdex-test.template-recipe .ingredients-section .favorite-collections-item .checkbox-list-input:checked + .checkbox-list-checkmark:after,
    .mdex-test.template-recipe .favorite-collections-section .ingredients-item .checkbox-list-input:checked + .checkbox-list-checkmark:after,
    .mdex-test.template-recipe .favorite-collections-section .favorite-collections-item .checkbox-list-input:checked + .checkbox-list-checkmark:after {
      width: 8px;
      height: 16px; }
    .mdex-test.template-recipe .ingredients-section .ingredients-item .checkbox-list-input:focus + .checkbox-list-checkmark:before,
    .mdex-test.template-recipe .ingredients-section .favorite-collections-item .checkbox-list-input:focus + .checkbox-list-checkmark:before,
    .mdex-test.template-recipe .favorite-collections-section .ingredients-item .checkbox-list-input:focus + .checkbox-list-checkmark:before,
    .mdex-test.template-recipe .favorite-collections-section .favorite-collections-item .checkbox-list-input:focus + .checkbox-list-checkmark:before {
      box-shadow: none;
      outline: 2px solid #014ECB;
      outline-offset: 3px; }
    .mdex-test.template-recipe .ingredients-section .ingredients-item .checkbox-list-input,
    .mdex-test.template-recipe .ingredients-section .favorite-collections-item .checkbox-list-input,
    .mdex-test.template-recipe .favorite-collections-section .ingredients-item .checkbox-list-input,
    .mdex-test.template-recipe .favorite-collections-section .favorite-collections-item .checkbox-list-input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .mdex-test.template-recipe .ingredients-section .ingredients-item .checkbox-list-checkmark,
    .mdex-test.template-recipe .ingredients-section .favorite-collections-item .checkbox-list-checkmark,
    .mdex-test.template-recipe .favorite-collections-section .ingredients-item .checkbox-list-checkmark,
    .mdex-test.template-recipe .favorite-collections-section .favorite-collections-item .checkbox-list-checkmark {
      position: relative;
      padding-left: 36px;
      cursor: pointer; }
      .mdex-test.template-recipe .ingredients-section .ingredients-item .checkbox-list-checkmark:before, .mdex-test.template-recipe .ingredients-section .ingredients-item .checkbox-list-checkmark:after,
      .mdex-test.template-recipe .ingredients-section .favorite-collections-item .checkbox-list-checkmark:before,
      .mdex-test.template-recipe .ingredients-section .favorite-collections-item .checkbox-list-checkmark:after,
      .mdex-test.template-recipe .favorite-collections-section .ingredients-item .checkbox-list-checkmark:before,
      .mdex-test.template-recipe .favorite-collections-section .ingredients-item .checkbox-list-checkmark:after,
      .mdex-test.template-recipe .favorite-collections-section .favorite-collections-item .checkbox-list-checkmark:before,
      .mdex-test.template-recipe .favorite-collections-section .favorite-collections-item .checkbox-list-checkmark:after {
        position: absolute;
        top: 4px;
        left: 0;
        content: '';
        display: inline-block; }
      .mdex-test.template-recipe .ingredients-section .ingredients-item .checkbox-list-checkmark:before,
      .mdex-test.template-recipe .ingredients-section .favorite-collections-item .checkbox-list-checkmark:before,
      .mdex-test.template-recipe .favorite-collections-section .ingredients-item .checkbox-list-checkmark:before,
      .mdex-test.template-recipe .favorite-collections-section .favorite-collections-item .checkbox-list-checkmark:before {
        width: 18px;
        height: 18px;
        border-radius: 3px;
        border: 2px solid rgba(0, 0, 0, 0.65);
        background-color: transparent; }
      .mdex-test.template-recipe .ingredients-section .ingredients-item .checkbox-list-checkmark:after,
      .mdex-test.template-recipe .ingredients-section .favorite-collections-item .checkbox-list-checkmark:after,
      .mdex-test.template-recipe .favorite-collections-section .ingredients-item .checkbox-list-checkmark:after,
      .mdex-test.template-recipe .favorite-collections-section .favorite-collections-item .checkbox-list-checkmark:after {
        opacity: 1; }
    .mdex-test.template-recipe .ingredients-section .ingredients-item-name,
    .mdex-test.template-recipe .ingredients-section .favorite-collections-item-name,
    .mdex-test.template-recipe .favorite-collections-section .ingredients-item-name,
    .mdex-test.template-recipe .favorite-collections-section .favorite-collections-item-name {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0; }
  .mdex-test.template-recipe .recipe-instructions .instructions-section {
    list-style: none;
    padding-left: 0;
    margin-top: 20px; }
    .mdex-test.template-recipe .recipe-instructions .instructions-section__legend {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0;
      padding-top: 24px; }
    .mdex-test.template-recipe .recipe-instructions .instructions-section-item {
      list-style: none;
      margin-bottom: 40px;
      margin-top: 40px;
      position: relative; }
      .mdex-test.template-recipe .recipe-instructions .instructions-section-item .checkbox-list-input:checked + .checkbox-list-checkmark:after {
        background-color: transparent;
        border: solid 1px #fff;
        border-width: 0 2px 2px 0;
        left: 5px;
        opacity: 1;
        transform: rotate(45deg); }
      .mdex-test.template-recipe .recipe-instructions .instructions-section-item .checkbox-list-input:checked + .checkbox-list-checkmark:before {
        border-color: transparent;
        background-color: #ac1900;
        color: #fff; }
      .mdex-test.template-recipe .recipe-instructions .instructions-section-item .checkbox-list-input:checked + .checkbox-list-checkmark:after {
        top: 0;
        left: 6px; }
      .mdex-test.template-recipe .recipe-instructions .instructions-section-item .checkbox-list-input:checked + .checkbox-list-checkmark:hover:before {
        border-color: transparent;
        background-color: #ac1900;
        color: #fff; }
      .mdex-test.template-recipe .recipe-instructions .instructions-section-item .checkbox-list-input:focus + .checkbox-list-checkmark:before {
        box-shadow: none;
        outline: 2px solid #014ECB;
        outline-offset: 3px; }
      .mdex-test.template-recipe .recipe-instructions .instructions-section-item .checkbox-list-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      .mdex-test.template-recipe .recipe-instructions .instructions-section-item .checkbox-list-checkmark {
        position: relative;
        padding-left: 32px;
        cursor: pointer; }
        .mdex-test.template-recipe .recipe-instructions .instructions-section-item .checkbox-list-checkmark:before, .mdex-test.template-recipe .recipe-instructions .instructions-section-item .checkbox-list-checkmark:after {
          position: absolute;
          top: -2px;
          left: 0;
          content: '';
          display: inline-block; }
        .mdex-test.template-recipe .recipe-instructions .instructions-section-item .checkbox-list-checkmark:before {
          width: 20px;
          height: 20px;
          border-radius: 10px;
          border: 2px solid transparent;
          background-color: rgba(0, 0, 0, 0.65); }
        .mdex-test.template-recipe .recipe-instructions .instructions-section-item .checkbox-list-checkmark:after {
          opacity: 1; }
        .mdex-test.template-recipe .recipe-instructions .instructions-section-item .checkbox-list-checkmark:after {
          top: 0;
          left: 6px;
          width: 8px;
          height: 12px;
          border: solid 1px #fff;
          border-width: 0 2px 2px 0;
          background-color: transparent;
          transform: rotate(45deg); }
      .mdex-test.template-recipe .recipe-instructions .instructions-section-item:first-child {
        margin-top: 0; }
      .mdex-test.template-recipe .recipe-instructions .instructions-section-item:last-child {
        margin-bottom: 0; }
    .mdex-test.template-recipe .recipe-instructions .instructions-section .checkbox-list-text {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: 700; }
    .mdex-test.template-recipe .recipe-instructions .instructions-section .print-preview-ad-slug {
      display: none; }
    .mdex-test.template-recipe .recipe-instructions .instructions-section .checkbox-list.checked {
      color: rgba(0, 0, 0, 0.65); }
  .mdex-test.template-recipe .recipe-notes {
    margin-bottom: 64px; }
    .mdex-test.template-recipe .recipe-notes p {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0; }
  .mdex-test.template-recipe .recipe-reviews.hidden .inner-container {
    display: none; }
  .mdex-test.template-recipe .recipe-reviews .loader {
    display: none;
    margin: 24px auto; }
  .mdex-test.template-recipe .recipe-reviews + .recipe-ad-wrapper {
    padding-top: 24px; }
    .mdex-test.template-recipe .recipe-reviews + .recipe-ad-wrapper .mobile-ad[data-tier='3'] {
      margin-bottom: 24px; }
  .mdex-test.template-recipe .recipe-review-overall-rating {
    width: 100%;
    display: flex; }
    .mdex-test.template-recipe .recipe-review-overall-rating .section-headline {
      color: rgba(0, 0, 0, 0.95);
      font-family: "Klein", "Times New Roman", serif;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      letter-spacing: 0;
      margin: 0 8px 24px 0; }
    .mdex-test.template-recipe .recipe-review-overall-rating .recipe-ratings {
      margin: 0; }
    .mdex-test.template-recipe .recipe-review-overall-rating .all-reviews {
      display: inline-block;
      margin-left: auto;
      line-height: 32px; }
      .mdex-test.template-recipe .recipe-review-overall-rating .all-reviews-link {
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        padding: 1px 0;
        transition: all .1s ease-in-out;
        text-decoration: none;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
        .mdex-test.template-recipe .recipe-review-overall-rating .all-reviews-link:visited {
          color: #595959;
          box-shadow: inset 0 -1px 0 #595959; }
        .mdex-test.template-recipe .recipe-review-overall-rating .all-reviews-link:hover {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .mdex-test.template-recipe .recipe-review-overall-rating .all-reviews svg {
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px; }
        .mdex-test.template-recipe .recipe-review-overall-rating .all-reviews svg g, .mdex-test.template-recipe .recipe-review-overall-rating .all-reviews svg path {
          fill: #fff; }
  .mdex-test.template-recipe .recipe-review-top-reviews {
    background: rgba(172, 25, 0, 0.1);
    padding: 24px;
    margin-left: -16px;
    margin-right: -16px; }
    @media (min-width: 768px) {
      .mdex-test.template-recipe .recipe-review-top-reviews {
        margin-left: 0;
        margin-right: 0; } }
    .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-my-review {
      padding: 36px 24px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      display: flex; }
    .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 12px 32px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      background: rgba(0, 0, 0, 0.95);
      color: #fff;
      border-radius: 0;
      border: 3px solid rgba(0, 0, 0, 0.95);
      text-transform: none;
      margin: 8px 16px; }
      .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:active {
        opacity: 0.8; }
      .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:active {
        opacity: 0.8; }
      .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review svg path {
        fill: #fff; }
      .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:visited {
        background: rgba(0, 0, 0, 0.95);
        color: #fff; }
      .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:hover, .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:active, .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:focus {
        background: #ac1900;
        border-color: #ac1900;
        color: #fff; }
        .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:hover svg path, .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:active svg path, .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:focus svg path {
          fill: #fff; }
      .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review[disabled] {
        border: 3px solid #D9D9D9;
        background-color: #D9D9D9;
        color: #fff; }
      .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:active, .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:hover, .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:focus {
        border-color: #ac1900; }
      .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:active, .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review:focus {
        border: 3px solid #014ecb; }
    .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-add-review-icon svg {
      border: 1px solid #595959;
      border-radius: 50%; }
    .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-top-reviews-inner {
      background: #fff;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }
    .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-top-reviews-row {
      display: flex;
      flex-direction: column; }
      @media (min-width: 1279px) {
        .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-top-reviews-row {
          flex-direction: row; } }
    .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-top-item {
      padding: 24px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      order: 2; }
      @media (min-width: 1279px) {
        .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-top-item {
          order: 0;
          flex: 1 1 0;
          border: 0; } }
    .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-top-item-header {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-style: italic;
      text-align: center;
      margin: 0 0 16px; }
      @media (min-width: 1279px) {
        .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-top-item-header {
          text-align: left; } }
    .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-top-item-ratings {
      display: flex;
      justify-content: center;
      order: 1;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      padding-left: 0;
      padding-right: 0; }
      .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-top-item-ratings .recipe-ratings-list {
        width: 247px; }
      @media (min-width: 1279px) {
        .mdex-test.template-recipe .recipe-review-top-reviews .recipe-review-top-item-ratings {
          border: 0;
          order: 0; } }
  .mdex-test.template-recipe .recipe-reviews-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 12px; }
    .mdex-test.template-recipe .recipe-reviews-info .sort-title-reviews {
      display: none; }
    .mdex-test.template-recipe .recipe-reviews-info .sort-options {
      right: 0;
      left: auto; }
      @media (min-width: 1024px) {
        .mdex-test.template-recipe .recipe-reviews-info .sort-options {
          right: auto;
          left: 0; } }
  .mdex-test.template-recipe .recipe-reviews-counter {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
  .mdex-test.template-recipe .recipe-reviewed-items {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between; }
    .mdex-test.template-recipe .recipe-reviewed-items .recipe-review-wrapper {
      padding-top: 32px;
      padding-bottom: 32px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    @media (min-width: 1279px) {
      .mdex-test.template-recipe .recipe-reviewed-items--grid {
        flex-direction: row; }
        .mdex-test.template-recipe .recipe-reviewed-items--grid:after, .mdex-test.template-recipe .recipe-reviewed-items--grid .recipe-review-wrapper {
          width: calc((100% - 128px) / 3); }
        .mdex-test.template-recipe .recipe-reviewed-items--grid:after {
          content: '';
          display: block; } }
  .mdex-test.template-recipe .recipe-review-back {
    display: flex;
    color: rgba(0, 0, 0, 0.95); }
    .mdex-test.template-recipe .recipe-review-back path {
      fill: rgba(0, 0, 0, 0.65); }
  .mdex-test.template-recipe .recipe-review-back-text {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 8px; }
  .mdex-test.template-recipe .recipe-reviews-link {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    border-radius: 0;
    color: rgba(0, 0, 0, 0.95);
    background: #fff;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
    text-transform: none; }
    .mdex-test.template-recipe .recipe-reviews-link:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .mdex-test.template-recipe .recipe-reviews-link:active {
      opacity: 0.8; }
    .mdex-test.template-recipe .recipe-reviews-link:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .mdex-test.template-recipe .recipe-reviews-link:active {
      opacity: 0.8; }
    .mdex-test.template-recipe .recipe-reviews-link svg path {
      fill: rgba(0, 0, 0, 0.95); }
    .mdex-test.template-recipe .recipe-reviews-link:visited {
      border: 3px solid rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
    .mdex-test.template-recipe .recipe-reviews-link:hover, .mdex-test.template-recipe .recipe-reviews-link:active, .mdex-test.template-recipe .recipe-reviews-link:focus {
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff;
      background: rgba(0, 0, 0, 0.95); }
      .mdex-test.template-recipe .recipe-reviews-link:hover svg path, .mdex-test.template-recipe .recipe-reviews-link:active svg path, .mdex-test.template-recipe .recipe-reviews-link:focus svg path {
        fill: #fff; }
    .mdex-test.template-recipe .recipe-reviews-link[disabled] {
      border: 3px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.65); }
    .mdex-test.template-recipe .recipe-reviews-link:active, .mdex-test.template-recipe .recipe-reviews-link:focus {
      border: 3px solid #014ecb; }
  .mdex-test.template-recipe .recipe-reviews-button {
    margin-top: 32px;
    text-align: center; }
  .mdex-test.template-recipe .recipe-ad-wrapper {
    padding-top: 0; }
    .mdex-test.template-recipe .recipe-ad-wrapper.ad-title {
      padding: 4px;
      letter-spacing: 0.5px;
      color: rgba(0, 0, 0, 0.65); }
    .mdex-test.template-recipe .recipe-ad-wrapper.full-width.recipe-main-ad {
      padding-bottom: 0;
      background-color: rgba(0, 0, 0, 0.05); }
      .mdex-test.template-recipe .recipe-ad-wrapper.full-width.recipe-main-ad + .ad-title {
        background-color: rgba(0, 0, 0, 0.05); }
    @media (min-width: 768px) {
      .mdex-test.template-recipe .recipe-ad-wrapper.full-width {
        position: relative;
        display: flex;
        justify-content: center;
        padding: 24px 0; }
        .mdex-test.template-recipe .recipe-ad-wrapper.full-width .ad-wrapper:nth-child(odd) {
          margin-right: 24px; }
        .mdex-test.template-recipe .recipe-ad-wrapper.full-width:after {
          position: absolute;
          bottom: 0; } }
  .mdex-test.template-recipe .two-col-right-rail {
    display: none; }
    .mdex-test.template-recipe .two-col-right-rail .recipe-ad-wrapper {
      background: none; }
    .mdex-test.template-recipe .two-col-right-rail .ad-wrapper {
      margin-bottom: 40px; }
      .mdex-test.template-recipe .two-col-right-rail .ad-wrapper:last-child {
        margin-bottom: 0; }
    @media (min-width: 1024px) {
      .mdex-test.template-recipe .two-col-right-rail {
        display: block; } }
  .mdex-test.template-recipe .recipe-review-container {
    display: block;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .mdex-test.template-recipe .recipe-review-container {
        display: flex;
        align-items: center; } }
    .mdex-test.template-recipe .recipe-review-container .component.recipe-ratings {
      margin: 0 16px 16px 0; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe .recipe-review-container .component.recipe-ratings {
          margin-bottom: 0; } }
    .mdex-test.template-recipe .recipe-review-container .partial.ugc-ratings {
      display: inline-block;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .mdex-test.template-recipe .recipe-review-container .partial.ugc-ratings {
          position: relative;
          bottom: 7px; } }
      .mdex-test.template-recipe .recipe-review-container .partial.ugc-ratings .ugc-ratings-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex; }
        .mdex-test.template-recipe .recipe-review-container .partial.ugc-ratings .ugc-ratings-list-item {
          display: flex;
          align-items: center; }
          .mdex-test.template-recipe .recipe-review-container .partial.ugc-ratings .ugc-ratings-list-item .ugc-ratings-link {
            font-family: "Source Sans Pro", Arial;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            letter-spacing: 0;
            color: rgba(0, 0, 0, 0.95);
            padding: 1px 0;
            transition: all .1s ease-in-out;
            text-decoration: none;
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
            .mdex-test.template-recipe .recipe-review-container .partial.ugc-ratings .ugc-ratings-list-item .ugc-ratings-link:visited {
              color: #595959;
              box-shadow: inset 0 -1px 0 #595959; }
            .mdex-test.template-recipe .recipe-review-container .partial.ugc-ratings .ugc-ratings-list-item .ugc-ratings-link:hover {
              color: rgba(0, 0, 0, 0.95);
              box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
          .mdex-test.template-recipe .recipe-review-container .partial.ugc-ratings .ugc-ratings-list-item .ugc-ratings-item {
            font-family: "Source Sans Pro", Arial;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            letter-spacing: 0; }
          .mdex-test.template-recipe .recipe-review-container .partial.ugc-ratings .ugc-ratings-list-item .ugc-ratings-link-divider {
            display: inline-block;
            height: 24px;
            width: 1px;
            background: rgba(0, 0, 0, 0.15);
            margin: 0 16px; }
  .mdex-test.template-recipe .partial.recipe-made-button {
    position: relative;
    height: 50px;
    width: 100%; }
    .mdex-test.template-recipe .partial.recipe-made-button .button-text-wrapper {
      position: absolute;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 173px;
      height: 50px;
      border-radius: 4px;
      border: 2px solid #ac1900;
      cursor: pointer;
      text-transform: capitalize; }
      .mdex-test.template-recipe .partial.recipe-made-button .button-text-wrapper .button-text {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        line-height: 28px;
        color: rgba(0, 0, 0, 0.95); }
      .mdex-test.template-recipe .partial.recipe-made-button .button-text-wrapper .icon {
        margin-right: 8px; }
        .mdex-test.template-recipe .partial.recipe-made-button .button-text-wrapper .icon:nth-child(2) {
          display: none; }
        .mdex-test.template-recipe .partial.recipe-made-button .button-text-wrapper .icon svg path {
          fill: rgba(0, 0, 0, 0.65); }
    .mdex-test.template-recipe .partial.recipe-made-button .button-checkbox {
      opacity: 0;
      position: absolute;
      top: 0; }
      .mdex-test.template-recipe .partial.recipe-made-button .button-checkbox:checked ~ .button-text-wrapper {
        border: 2px solid #595959;
        background: rgba(0, 0, 0, 0.65); }
        .mdex-test.template-recipe .partial.recipe-made-button .button-checkbox:checked ~ .button-text-wrapper .button-text {
          color: #fff; }
        .mdex-test.template-recipe .partial.recipe-made-button .button-checkbox:checked ~ .button-text-wrapper .icon:first-child {
          display: none; }
        .mdex-test.template-recipe .partial.recipe-made-button .button-checkbox:checked ~ .button-text-wrapper .icon:nth-child(2) {
          display: inline; }
          .mdex-test.template-recipe .partial.recipe-made-button .button-checkbox:checked ~ .button-text-wrapper .icon:nth-child(2) svg path {
            fill: #fff; }
    .mdex-test.template-recipe .partial.recipe-made-button .recipe-made-label {
      display: flex;
      justify-content: center; }
  .mdex-test.template-recipe .partial.recipe-play-button {
    position: relative;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    .mdex-test.template-recipe .partial.recipe-play-button .button-text-wrapper {
      position: absolute;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 150px;
      height: 50px;
      border-radius: 4px;
      border: 2px solid #ac1900;
      cursor: pointer;
      text-transform: capitalize; }
      .mdex-test.template-recipe .partial.recipe-play-button .button-text-wrapper .button-text {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        line-height: 28px;
        color: rgba(0, 0, 0, 0.95); }
      .mdex-test.template-recipe .partial.recipe-play-button .button-text-wrapper .icon {
        margin-right: 8px; }
        .mdex-test.template-recipe .partial.recipe-play-button .button-text-wrapper .icon:nth-child(2) {
          display: none; }
        .mdex-test.template-recipe .partial.recipe-play-button .button-text-wrapper .icon svg path {
          fill: rgba(0, 0, 0, 0.65); }
    .mdex-test.template-recipe .partial.recipe-play-button .button-checkbox {
      opacity: 0;
      position: absolute;
      top: 0; }
      .mdex-test.template-recipe .partial.recipe-play-button .button-checkbox:checked ~ .button-text-wrapper {
        border: 2px solid #595959;
        background: rgba(0, 0, 0, 0.65); }
        .mdex-test.template-recipe .partial.recipe-play-button .button-checkbox:checked ~ .button-text-wrapper .button-text {
          color: #fff; }
        .mdex-test.template-recipe .partial.recipe-play-button .button-checkbox:checked ~ .button-text-wrapper .icon:first-child {
          display: none; }
        .mdex-test.template-recipe .partial.recipe-play-button .button-checkbox:checked ~ .button-text-wrapper .icon:nth-child(2) {
          display: inline; }
          .mdex-test.template-recipe .partial.recipe-play-button .button-checkbox:checked ~ .button-text-wrapper .icon:nth-child(2) svg path {
            fill: #fff; }
    .mdex-test.template-recipe .partial.recipe-play-button .button-text-wrapper {
      background: rgba(0, 0, 0, 0.95);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      border: 2px solid rgba(0, 0, 0, 0.95); }
      .mdex-test.template-recipe .partial.recipe-play-button .button-text-wrapper .icon svg path {
        fill: rgba(0, 0, 0, 0.95); }
      .mdex-test.template-recipe .partial.recipe-play-button .button-text-wrapper .icon svg circle {
        fill: #fff; }
      .mdex-test.template-recipe .partial.recipe-play-button .button-text-wrapper .button-text {
        color: #fff; }
  .mdex-test.template-recipe .pagination-numbers {
    margin-top: 32px; }
  .mdex-test.template-recipe.modal-active .modal .icon-close svg {
    height: 14px;
    width: 14px; }
  .mdex-test.template-recipe.modal-active .dialog-close-text {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    position: absolute;
    top: 24px;
    right: 24px;
    color: #fff; }
  .mdex-test.template-recipe.modal-active .close {
    width: 120px; }
  .mdex-test.template-recipe.modal-active.ugc-modal {
    overflow: hidden; }
    .mdex-test.template-recipe.modal-active.ugc-modal .modal.ugc-modal {
      position: fixed;
      display: block;
      width: 100vw;
      height: 80vh;
      max-width: 100%;
      max-height: 750px; }
      .mdex-test.template-recipe.modal-active.ugc-modal .modal.ugc-modal .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background: #fff;
        overflow-y: auto; }
      @media (min-width: 1024px) {
        .mdex-test.template-recipe.modal-active.ugc-modal .modal.ugc-modal {
          height: 80vh;
          max-width: 992px; } }
  .mdex-test.template-recipe.modal-active.nutrition-modal {
    overflow: hidden; }
    .mdex-test.template-recipe.modal-active.nutrition-modal .close {
      right: 16px;
      top: 16px;
      width: 16px;
      height: 40px;
      height: 16px;
      z-index: 1; }
      .mdex-test.template-recipe.modal-active.nutrition-modal .close .icon-close svg {
        bottom: 0; }
    .mdex-test.template-recipe.modal-active.nutrition-modal .modal.nutrition-modal {
      position: fixed;
      display: block;
      width: 100vw;
      overflow: hidden;
      max-width: 360px;
      height: 80vh;
      min-width: 300px;
      background: #fff;
      padding: 0; }
      .mdex-test.template-recipe.modal-active.nutrition-modal .modal.nutrition-modal .dialog-wrap {
        background: #ac1900; }
      .mdex-test.template-recipe.modal-active.nutrition-modal .modal.nutrition-modal .dialogTitle {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0;
        color: #fff;
        margin: 0;
        padding: 12px 16px;
        display: flex;
        align-items: center; }
        .mdex-test.template-recipe.modal-active.nutrition-modal .modal.nutrition-modal .dialogTitle .icon-nutrition svg {
          width: 32px;
          height: 26px;
          fill: #fff; }
      .mdex-test.template-recipe.modal-active.nutrition-modal .modal.nutrition-modal .content {
        position: absolute;
        left: 0;
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 24px 16px;
        max-height: 100%; }
        .mdex-test.template-recipe.modal-active.nutrition-modal .modal.nutrition-modal .content .ng-dialog {
          padding-bottom: 48px; }
  .mdex-test.template-recipe.modal-active.favorite-collections-modal .close path {
    fill: #fff; }
  .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal {
    position: fixed;
    display: block;
    width: 100vw;
    height: 90vh;
    padding-top: 0; }
    @media (min-width: 768px) {
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal {
        max-width: 736px;
        max-height: 636px; } }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .dialog-close-text {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      overflow-y: auto; }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-container {
      display: flex;
      flex-wrap: wrap;
      padding: 24px 16px 16px; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-container {
          padding: 32px 0 32px 32px; } }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-title {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 28px;
      line-height: 32px;
      font-weight: 800;
      letter-spacing: 0;
      padding-bottom: 24px;
      padding-left: 16px;
      order: 2;
      flex: 1 1 0; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-title {
          font-size: 36px;
          line-height: 44px; } }
      @media (min-width: 768px) {
        .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-title {
          padding-bottom: 32px;
          padding-left: 0;
          flex: 10 0 100%;
          order: 1; } }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-image {
      padding-bottom: 24px;
      width: 100px;
      order: 1; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-image {
          padding-bottom: 0;
          width: 300px;
          order: 2; } }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-selection {
      order: 3;
      width: 100%; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-selection {
          margin-left: 32px;
          width: 340px; } }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-divider {
      border-top: 2px solid #D9D9D9;
      position: relative;
      padding-bottom: 24px; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-divider:before {
        border-radius: 100%;
        content: '';
        position: absolute;
        display: block;
        width: 8px;
        height: 8px;
        background-color: #D9D9D9;
        box-shadow: 0 0 0 4px #fff;
        top: -5px;
        left: 0; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-divider {
          padding-top: 0; } }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-subtitle {
      color: rgba(0, 0, 0, 0.95);
      font-family: "Klein", "Times New Roman", serif;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      letter-spacing: 0;
      letter-spacing: 0.5px;
      padding-bottom: 24px; }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-header {
      background-color: #f44336;
      padding-left: 32px;
      padding-right: 32px;
      color: #fff;
      height: 48px;
      display: flex;
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0;
      letter-spacing: 0.5px; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-header svg {
        margin: 8px 8px 0 0; }
        .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-header svg path {
          fill: #fff; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-header .favorite-collections-header-text {
        align-self: center; }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-section {
      list-style: none;
      margin: 0;
      padding: 0;
      height: 196px;
      overflow-y: auto; }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-item:not(last-child) {
      margin-bottom: 24px; }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-item.sample {
      display: none; }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-add-collection {
      padding: 16px 0;
      position: relative; }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-add-error {
      color: #cc0000; }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-add-input {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      letter-spacing: 0.5px;
      padding: 10px 44px 10px 12px;
      border-radius: 4px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      width: 100%; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-add-input::-moz-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-add-input:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-add-input::placeholder {
        color: rgba(0, 0, 0, 0.3); }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-add-icon {
      position: absolute;
      right: 12px;
      top: 30px;
      border-radius: 4px;
      line-height: 0;
      background-color: #f44336;
      cursor: pointer; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-add-icon svg path {
        fill: #fff; }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer {
      padding: 0 16px 16px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer {
          padding: 0 32px 32px; } }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-remove {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.65); }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-remove:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-remove:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done {
      text-transform: capitalize;
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 8px 32px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      background: rgba(0, 0, 0, 0.95);
      color: #fff;
      border-radius: 0;
      border: 3px solid rgba(0, 0, 0, 0.95);
      text-transform: none; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:active {
        opacity: 0.8; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:active {
        opacity: 0.8; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done svg path {
        fill: #fff; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:visited {
        background: rgba(0, 0, 0, 0.95);
        color: #fff; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:hover, .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:active, .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:focus {
        background: #ac1900;
        border-color: #ac1900;
        color: #fff; }
        .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:hover svg path, .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:active svg path, .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:focus svg path {
          fill: #fff; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done[disabled] {
        border: 3px solid #D9D9D9;
        background-color: #D9D9D9;
        color: #fff; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:active, .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:hover, .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:focus {
        border-color: #ac1900; }
      .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:active, .mdex-test.template-recipe.modal-active.favorite-collections-modal .modal.favorite-collections-modal .favorite-collections-footer-done:focus {
        border: 3px solid #014ecb; }
  .mdex-test.template-recipe.modal-active.save-success-modal .close path {
    fill: #fff; }
  .mdex-test.template-recipe.modal-active.save-success-modal .modal.save-success-modal {
    position: fixed;
    display: block;
    width: 100vw;
    height: 80vh; }
    @media (min-width: 768px) {
      .mdex-test.template-recipe.modal-active.save-success-modal .modal.save-success-modal {
        max-width: 400px;
        max-height: 498px; } }
    .mdex-test.template-recipe.modal-active.save-success-modal .modal.save-success-modal .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #f44336;
      overflow-y: auto;
      padding: 20px 40px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe.modal-active.save-success-modal .modal.save-success-modal .content {
          padding: 30px 60px; } }
    .mdex-test.template-recipe.modal-active.save-success-modal .modal.save-success-modal .save-success-icon {
      align-self: center;
      margin-bottom: 32px; }
      .mdex-test.template-recipe.modal-active.save-success-modal .modal.save-success-modal .save-success-icon svg {
        background: #fff;
        padding: 18px;
        border-radius: 50%; }
        .mdex-test.template-recipe.modal-active.save-success-modal .modal.save-success-modal .save-success-icon svg path {
          fill: #f44336; }
    .mdex-test.template-recipe.modal-active.save-success-modal .modal.save-success-modal .save-success-title {
      font-family: "Klein", "Times New Roman", serif;
      text-transform: none;
      font-size: 28px;
      line-height: 34px;
      font-weight: 800;
      letter-spacing: 0;
      color: #fff;
      text-align: center; }
      .mdex-test.template-recipe.modal-active.save-success-modal .modal.save-success-modal .save-success-title a {
        font-family: "Klein", "Times New Roman", serif;
        text-transform: none;
        font-size: 28px;
        line-height: 34px;
        font-weight: 800;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        padding: 1px 0;
        transition: all .1s ease-in-out;
        text-decoration: none;
        font-weight: 700;
        color: #fff;
        box-shadow: inset 0 -1px 0 #fff; }
        .mdex-test.template-recipe.modal-active.save-success-modal .modal.save-success-modal .save-success-title a:visited {
          color: #595959;
          box-shadow: inset 0 -1px 0 #595959; }
        .mdex-test.template-recipe.modal-active.save-success-modal .modal.save-success-modal .save-success-title a:hover {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
        .mdex-test.template-recipe.modal-active.save-success-modal .modal.save-success-modal .save-success-title a:hover, .mdex-test.template-recipe.modal-active.save-success-modal .modal.save-success-modal .save-success-title a:visited {
          color: #fff;
          box-shadow: inset 0 -1px 0 #fff; }
  .mdex-test.template-recipe.reviews-page-active .recipe-wrapper, .mdex-test.template-recipe.reviews-page-active .main-reviews {
    display: none; }
  .mdex-test.template-recipe.reviews-page-active .recipe-reviewed-items {
    flex-direction: column; }
    .mdex-test.template-recipe.reviews-page-active .recipe-reviewed-items .karma-ad {
      margin-top: 32px; }
  .mdex-test.template-recipe.reviews-page-active .recipe-reviews > .inner-container {
    display: block;
    min-height: 560px; }
  .mdex-test.template-recipe.reviews-page-active .recipes-reviews-container {
    border-top: 0;
    padding-top: 0;
    margin-top: 24px;
    max-width: 640px; }
    @media (min-width: 1024px) {
      .mdex-test.template-recipe.reviews-page-active .recipes-reviews-container {
        margin-top: 32px; } }
  .mdex-test.template-recipe.reviews-page-active .recipe-review-overall-rating {
    margin: 24px 0;
    align-items: baseline;
    flex-wrap: wrap; }
    @media (min-width: 1024px) {
      .mdex-test.template-recipe.reviews-page-active .recipe-review-overall-rating {
        margin: 32px 0; } }
  @media (min-width: 1279px) {
    .mdex-test.template-recipe.reviews-page-active .recipe-review-wrapper {
      width: auto; } }
  .mdex-test.template-recipe.reviews-page-active .section-headline {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 16px;
    width: 100%; }
    @media (min-width: 768px) {
      .mdex-test.template-recipe.reviews-page-active .section-headline {
        font-size: 48px;
        line-height: 52px; } }
    @media (min-width: 768px) {
      .mdex-test.template-recipe.reviews-page-active .section-headline {
        margin-bottom: 0;
        width: auto; } }
  .mdex-test.template-recipe.reviews-page-active .review-headline-count {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    font-weight: 400; }
  .mdex-test.template-recipe.reviews-page-active .recipe-reviews.hidden .loader {
    display: block; }
  .mdex-test.template-recipe.reviews-page-active .recipe-reviews.hidden .recipes-reviews-container {
    display: none; }
  .mdex-test.template-recipe .twoPlus .feedback__back {
    margin-top: 32px; }
  .mdex-test.template-recipe .twoPlus .recipe-ratings {
    margin: 32px 0; }
  .mdex-test.template-recipe .print-preview-full-width {
    background: rgba(0, 0, 0, 0.05); }
  .mdex-test.template-recipe .recipe-wrapper.print-preview {
    background: none;
    padding-top: 24px;
    padding-bottom: 32px;
    margin-bottom: 64px; }
    @media (min-width: 1024px) {
      .mdex-test.template-recipe .recipe-wrapper.print-preview {
        padding-top: 32px; } }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar {
      max-width: 640px;
      margin: 0 auto 24px;
      display: flex;
      flex-basis: 640px;
      justify-content: space-between; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .component.share-new.square .icon > a {
        height: 44px;
        justify-content: left;
        flex-direction: row; }
        @media (min-width: 1024px) {
          .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .component.share-new.square .icon > a .icon-text {
            bottom: 0;
            position: static; } }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .component.share-new .icon.icon-favorite > a {
        width: 76px; }
        .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .component.share-new .icon.icon-favorite > a.saved {
          width: 82px; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .component.share-new .icon.icon-pinterest > a,
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .component.share-new .icon.icon-facebook > a {
        width: 68px; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .icon-text {
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        font-weight: 700; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .component.share-new .icon.icon-favorite .shareicon-favorite-link-tag,
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .component.share-new .icon .display-block {
        border: 1px solid rgba(0, 0, 0, 0.15); }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .recipe-button {
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        font-weight: 700;
        border-radius: 4px;
        height: 44px;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        border: 1px solid rgba(0, 0, 0, 0.15); }
        .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .recipe-button:last-child {
          margin-right: 0; }
        .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .recipe-button.font {
          display: none; }
        .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .recipe-button.print {
          width: 80px;
          border: rgba(0, 0, 0, 0.65) solid 1px;
          background-color: #fff; }
          .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .recipe-button.print:hover, .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .recipe-button.print:active, .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .recipe-button.print:focus {
            border-color: rgba(0, 0, 0, 0.95);
            background-color: #fff; }
          .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-share-bar .recipe-button.print svg {
            width: 21px;
            height: 21px;
            margin-right: 8px; }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-headline-logo svg {
      width: 83px;
      height: 32px; }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container {
      background: none; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .print-preview-content {
        max-width: 1004px;
        margin-top: 0; }
        @media (min-width: 1024px) {
          .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .print-preview-content {
            padding-top: 32px; } }
        .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .print-preview-content .print-preview-column-wrapper {
          display: flex;
          flex-flow: row wrap; }
          @media (min-width: 1024px) {
            .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .print-preview-content .print-preview-column-wrapper {
              flex-flow: initial; } }
          .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .print-preview-content .print-preview-column-wrapper .print-preview-left-column {
            display: flex;
            flex-wrap: wrap; }
            .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .print-preview-content .print-preview-column-wrapper .print-preview-left-column .recipe-content {
              position: relative; }
            .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .print-preview-content .print-preview-column-wrapper .print-preview-left-column .instructions-section #div-gpt-mob-square-fixed {
              display: none; }
          .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .print-preview-content .print-preview-column-wrapper .print-preview-ad-slug {
            display: block;
            text-align: center;
            font-family: "Source Sans Pro", Arial;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            letter-spacing: 0;
            color: rgba(0, 0, 0, 0.65);
            margin-bottom: 4px;
            font-style: italic; }
            @media (min-width: 768px) {
              .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .print-preview-content .print-preview-column-wrapper .print-preview-ad-slug {
                display: none; } }
          .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .print-preview-content .print-preview-column-wrapper .recipe-marketing-placement {
            max-width: 640px;
            margin: 0 auto 24px;
            display: flex;
            flex-basis: 640px;
            flex-wrap: wrap;
            border-top: 1px solid rgba(0, 0, 0, 0.15); }
            .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .print-preview-content .print-preview-column-wrapper .recipe-marketing-placement .monetate {
              padding-top: 24px;
              padding-bottom: 8px;
              flex: 0 0 100%;
              text-align: center; }
            .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .print-preview-content .print-preview-column-wrapper .recipe-marketing-placement .recipe-marketing-text {
              flex: 0 0 100%;
              text-align: center;
              font-family: "Source Sans Pro", Arial;
              font-size: 14px;
              line-height: 20px;
              font-weight: 400;
              letter-spacing: 0;
              color: rgba(0, 0, 0, 0.65);
              font-style: italic; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .recipe-right-rail {
        display: none;
        flex-basis: 300px;
        margin: 0 auto;
        text-align: center; }
        @media (min-width: 1024px) {
          .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .recipe-right-rail {
            display: block; } }
        .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .recipe-right-rail .recipe-ad-wrapper {
          padding-top: 44px; }
          .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-container .recipe-right-rail .recipe-ad-wrapper span {
            font-family: "Source Sans Pro", Arial;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            letter-spacing: 0;
            color: rgba(0, 0, 0, 0.65);
            font-style: italic;
            margin-bottom: 4px; }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-container .recipe-ad-container {
      display: none; }
      @media (min-width: 1024px) {
        .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-container .recipe-ad-container {
          display: block; } }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-container .recipe-shopper-wrapper {
      margin: 0; }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle {
      background: #fff;
      max-width: 640px;
      padding: 24px;
      margin: 0 auto;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
      width: 100%;
      display: block; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox {
        border: none;
        padding: 0;
        margin: 0; }
        .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox__legend {
          font-size: 16px;
          font-weight: 700;
          letter-spacing: 0.5px;
          line-height: 2.0; }
          @media (min-width: 768px) {
            .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox__legend {
              float: left; } }
        .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section {
          display: flex;
          justify-content: flex-start;
          padding-left: 0;
          margin-bottom: 0;
          margin-top: 0;
          flex-wrap: wrap; }
          @media (min-width: 768px) {
            .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section {
              justify-content: space-evenly; } }
          .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item {
            list-style: none;
            width: 50%; }
            .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list-input:checked + .checkbox-list-checkmark:after {
              background-color: transparent;
              border: solid 1px #fff;
              border-width: 0 2px 2px 0;
              left: 5px;
              opacity: 1;
              transform: rotate(45deg); }
            .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list-input:checked + .checkbox-list-checkmark:before {
              border-color: transparent;
              background-color: rgba(0, 0, 0, 0.65);
              color: #fff; }
            .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list-input:checked + .checkbox-list-checkmark:after {
              top: 0;
              left: 6px; }
            .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list-input:checked + .checkbox-list-checkmark:hover:before {
              border-color: transparent;
              background-color: rgba(0, 0, 0, 0.65);
              color: #fff; }
            .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list-input:focus + .checkbox-list-checkmark:before {
              box-shadow: none;
              outline: 2px solid #014ECB;
              outline-offset: 3px; }
            .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list-input {
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0; }
            .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list-checkmark {
              position: relative;
              padding-left: 26px;
              cursor: pointer; }
              .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list-checkmark:before, .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list-checkmark:after {
                position: absolute;
                top: -1px;
                left: 0;
                content: '';
                display: inline-block; }
              .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list-checkmark:before {
                width: 20px;
                height: 20px;
                border-radius: 2px;
                border: 2px solid rgba(0, 0, 0, 0.65);
                background-color: transparent; }
              .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list-checkmark:after {
                opacity: 1; }
              .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list-checkmark:after {
                top: 0;
                left: 6px;
                width: 8px;
                height: 12px;
                border: solid 1px #fff;
                border-width: 0 2px 2px 0;
                background-color: transparent;
                transform: rotate(45deg); }
            .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list-input:checked + .checkbox-list-checkmark:after {
              top: 0; }
            .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item:not(:last-child) {
              margin-bottom: 16px; }
              @media (min-width: 768px) {
                .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item:not(:last-child) {
                  margin-bottom: 0; } }
            @media (min-width: 768px) {
              .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item {
                width: auto;
                margin-bottom: 0; } }
            .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list {
              margin-bottom: 0;
              padding-left: 24px;
              font-size: 16px; }
              .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content-toggle .recipe-content-toggle-checkbox .recipe-content-toggle-section .recipe-content-toggle-item .checkbox-list .checkbox-list-input {
                top: 4px;
                left: 4px; }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content {
      background: #fff;
      max-width: 640px;
      padding: 24px;
      margin: 0 auto;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content .section-headline {
        margin: 0; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content .recipe-summary p {
        line-height: 28px; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content.print_hide_images .primary-media-section {
        display: none; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content.print_hide_tips .recipe-notes {
        display: none; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content.print_hide_nutrition .nutrition-section {
        display: none; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content.print_hide_sales .recipe-shopper-container,
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content.print_hide_sales .cal-on-sale-tag {
        display: none; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content.print_hide_sales .ingredients-section {
          -moz-column-count: 2;
               column-count: 2; } }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content .recipe-nutrition-section {
        margin-top: 24px; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content .recipe-ratings {
        margin: 0 0 8px; }
        .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content .recipe-ratings .icon-down-triangle {
          display: none; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content .recipe-summary:before {
        display: none; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content .recipe-copyright-text {
        color: rgba(0, 0, 0, 0.65);
        font-size: 12px;
        flex-wrap: wrap;
        margin-top: 32px; }
        .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-content .recipe-copyright-text__brand:first-letter {
          text-transform: capitalize; }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .author .author-byline-prefix,
    .mdex-test.template-recipe .recipe-wrapper.print-preview .author .author-name {
      color: rgba(0, 0, 0, 0.65);
      font-weight: 400;
      letter-spacing: 0.5px; }
    @media (min-width: 768px) {
      .mdex-test.template-recipe .recipe-wrapper.print-preview .summary-container {
        display: inline-flex; } }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .summary-container img {
      min-width: 180px; }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .summary-container .credit {
      display: block;
      padding-left: 0; }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .primary-media-section {
      margin: 0; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .primary-media-section .social-icon, .mdex-test.template-recipe .recipe-wrapper.print-preview .primary-media-section .icon {
        display: none; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .primary-media-section .component.video {
        max-width: 180px;
        width: 100%; }
        .mdex-test.template-recipe .recipe-wrapper.print-preview .primary-media-section .component.video .vjs-poster {
          z-index: 1000; }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-info-section {
      display: flex;
      flex-basis: 100%;
      flex-direction: column;
      border: none;
      padding: 0; }
      @media (min-width: 768px) {
        .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-info-section {
          flex: 2;
          margin-top: 0; }
          .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-info-section .two-subcol-content {
            display: flex; } }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .nutrition-section .recipe-nutrition-section-link {
      display: none; }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-footer-ad {
      max-width: 100%;
      width: 624px;
      margin: 64px auto 0;
      text-align: center; }
      @media (min-width: 1024px) {
        .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-footer-ad {
          max-width: none; } }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-footer-ad #div-gpt-square-fixed-3,
      .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-footer-ad #div-gpt-square-fixed-5 {
        float: none; }
        @media (min-width: 768px) {
          .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-footer-ad #div-gpt-square-fixed-3,
          .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-footer-ad #div-gpt-square-fixed-5 {
            float: left;
            margin-top: 0; } }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-footer-ad #div-gpt-square-fixed-4,
      .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-footer-ad #div-gpt-square-fixed-6 {
        float: none; }
        @media (min-width: 768px) {
          .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-footer-ad #div-gpt-square-fixed-4,
          .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-footer-ad #div-gpt-square-fixed-6 {
            float: right;
            margin-top: 0; } }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-footer-ad span {
        display: block;
        text-align: center;
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.65); }
        .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-footer-ad span:first-child {
          margin-bottom: 4px;
          font-style: italic; }
        .mdex-test.template-recipe .recipe-wrapper.print-preview .print-preview-footer-ad span:last-child {
          font-size: 12px;
          margin-top: 4px; }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .two-subcol-content-wrapper .image-container {
      width: 100%;
      max-width: 180px;
      position: relative; }
      .mdex-test.template-recipe .recipe-wrapper.print-preview .two-subcol-content-wrapper .image-container .credit {
        bottom: 0;
        height: auto;
        left: 0;
        margin-bottom: -16px;
        position: absolute; }
    @media (min-width: 768px) {
      .mdex-test.template-recipe .recipe-wrapper.print-preview .two-subcol-content-wrapper {
        display: block;
        padding-right: 0; }
        .mdex-test.template-recipe .recipe-wrapper.print-preview .two-subcol-content-wrapper .image-container {
          max-width: none; } }
    .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-adjust-servings,
    .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-shopping-list__add-all-button,
    .mdex-test.template-recipe .recipe-wrapper.print-preview .recipe-adjust-servings__original-serving,
    .mdex-test.template-recipe .recipe-wrapper.print-preview .component.call-to-action {
      display: none; }
  .mdex-test.template-recipe .ng-dialog {
    margin: 0 auto;
    max-width: 400px;
    min-height: 300px;
    min-width: 300px; }
    .mdex-test.template-recipe .ng-dialog-content {
      background-color: #fff; }
  .mdex-test.template-recipe .recipe-nutrition {
    background-color: #fff; }
    .mdex-test.template-recipe .recipe-nutrition .recipe-title {
      font-family: "Klein", "Times New Roman", serif;
      text-transform: none;
      font-size: 28px;
      line-height: 34px;
      font-weight: 800;
      letter-spacing: 0;
      margin: 0 0 8px; }
    .mdex-test.template-recipe .recipe-nutrition .nutrition-top {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      margin-bottom: 8px; }
    .mdex-test.template-recipe .recipe-nutrition .about {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      margin: 0 0 0 24px;
      width: 100%; }
      .mdex-test.template-recipe .recipe-nutrition .about a {
        display: inline;
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        padding: 1px 0;
        transition: all .1s ease-in-out;
        text-decoration: none;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
        .mdex-test.template-recipe .recipe-nutrition .about a:visited {
          color: #595959;
          box-shadow: inset 0 -1px 0 #595959; }
        .mdex-test.template-recipe .recipe-nutrition .about a:hover {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .mdex-test.template-recipe .recipe-nutrition .nutrition-bottom {
      margin: 16px 0 24px;
      color: rgba(0, 0, 0, 0.65); }
    .mdex-test.template-recipe .recipe-nutrition .nutrition-bottom-row {
      display: flex;
      font-size: 14px; }
      .mdex-test.template-recipe .recipe-nutrition .nutrition-bottom-row .note-identifier {
        flex-shrink: 0;
        display: block;
        width: 24px; }
    .mdex-test.template-recipe .recipe-nutrition .indent {
      margin-left: 16px; }
    .mdex-test.template-recipe .recipe-nutrition .nutrition-body-label {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      text-align: right;
      padding: 8px 0; }
    .mdex-test.template-recipe .recipe-nutrition .nutrition_h1 {
      font-weight: 600; }
    .mdex-test.template-recipe .recipe-nutrition .nutrition-row, .mdex-test.template-recipe .recipe-nutrition .nutrition-bottom {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: 400; }
    .mdex-test.template-recipe .recipe-nutrition .nutrition-row {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      padding: 4px 0; }
      .mdex-test.template-recipe .recipe-nutrition .nutrition-row .nutrition-body {
        display: flex;
        flex-direction: column;
        width: 100%; }
        .mdex-test.template-recipe .recipe-nutrition .nutrition-row .nutrition-body .daily-value {
          font-size: 14px;
          text-align: right; }
      .mdex-test.template-recipe .recipe-nutrition .nutrition-row .nutrient-name {
        font-weight: 600;
        font-weight: 700;
        display: inline-block;
        text-transform: capitalize; }
      .mdex-test.template-recipe .recipe-nutrition .nutrition-row .nutrient-value {
        font-weight: 400;
        margin-left: 5px; }
  .mdex-test.template-recipe .recipe-content .primary-media-section.primary-media-with-filmstrip .component.lazy-image {
    background-color: #F2F2F2;
    padding: 0; }
    @media (min-width: 1024px) {
      .mdex-test.template-recipe .recipe-content .primary-media-section.primary-media-with-filmstrip .component.lazy-image {
        max-width: 100%;
        width: auto; } }
    @media (min-width: 768px) {
      .mdex-test.template-recipe .recipe-content .primary-media-section.primary-media-with-filmstrip .component.lazy-image .inner-container.image-overlay {
        max-width: 550px;
        margin: 0 auto; } }
    @media (min-width: 1024px) {
      .mdex-test.template-recipe .recipe-content .primary-media-section.primary-media-with-filmstrip .component.lazy-image .inner-container.image-overlay {
        max-width: 100%;
        width: 100%; } }
  .mdex-test.template-recipe .nutrition-profile {
    font-family: "Source Sans Pro", Arial; }
    .mdex-test.template-recipe .nutrition-profile .nutrition-profile-header-text {
      height: 24px;
      font-size: 16px;
      font-weight: 700;
      color: rgba(0, 0, 0, 0.95);
      display: inline-block; }
    .mdex-test.template-recipe .nutrition-profile .nutrition-profile-header-link {
      display: inline-block; }
      .mdex-test.template-recipe .nutrition-profile .nutrition-profile-header-link a.external-link {
        top: 3px;
        width: 14px;
        height: 14px;
        display: block;
        position: relative; }
      .mdex-test.template-recipe .nutrition-profile .nutrition-profile-header-link svg {
        width: 14px;
        height: 14px;
        fill: rgba(0, 0, 0, 0.65); }
    .mdex-test.template-recipe .nutrition-profile .nutrition-profile-list {
      padding-left: 4px; }
      @media (max-width: 1279px) {
        .mdex-test.template-recipe .nutrition-profile .nutrition-profile-list .right-column,
        .mdex-test.template-recipe .nutrition-profile .nutrition-profile-list .left-column {
          vertical-align: top;
          display: inline-block; }
        .mdex-test.template-recipe .nutrition-profile .nutrition-profile-list .right-column {
          padding-left: 4px; } }
    .mdex-test.template-recipe .nutrition-profile .nutrition-profile-item,
    .mdex-test.template-recipe .nutrition-profile .nutrition-profile-item a {
      color: rgba(0, 0, 0, 0.95);
      height: 20px;
      font-size: 14px;
      padding-top: 16px;
      padding-bottom: 16px; }
  .mdex-test.template-recipe .instructions-section__fieldset,
  .mdex-test.template-recipe .ingredients-section__fieldset {
    border: none;
    padding: 0;
    margin: 0; }
    .mdex-test.template-recipe .instructions-section__fieldset:not(:first-of-type) legend,
    .mdex-test.template-recipe .ingredients-section__fieldset:not(:first-of-type) legend {
      padding-top: 32px;
      position: relative;
      width: 100%; }
      .mdex-test.template-recipe .instructions-section__fieldset:not(:first-of-type) legend:before,
      .mdex-test.template-recipe .ingredients-section__fieldset:not(:first-of-type) legend:before {
        background-color: rgba(0, 0, 0, 0.15);
        content: " ";
        position: absolute;
        height: 1px;
        top: 8px;
        width: 100%; }
  .mdex-test.template-recipe .instructions-section__legend,
  .mdex-test.template-recipe .ingredients-section__legend {
    margin-bottom: 0; }
  .mdex-test.template-recipe .original-source {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
    padding-top: 16px; }
  .mdex-test.template-recipe .cal-on-sale .cal-on-sale-top {
    padding-right: 0; }
  @media (min-width: 768px) {
    .mdex-test.template-recipe .cal-on-sale h3 {
      width: 55%; } }
  .mdex-test.template-recipe .cal-on-sale .cal-on-sale-top-zip {
    margin-top: 32px !important;
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
    .mdex-test.template-recipe .cal-on-sale .cal-on-sale-top-zip .font-details {
      font-weight: 700; }
  .mdex-test.template-recipe .cal-on-sale .cal-location-update-form input {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }

.recipe-subrecipes .subrecipe-divider {
  position: relative;
  border: 0;
  overflow: visible;
  background: rgba(0, 0, 0, 0.15);
  background-size: auto;
  height: 1px;
  width: 100%;
  margin: 16px 0;
  margin: 16px auto;
  margin: 60px 0; }
  .recipe-subrecipes .subrecipe-divider:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 5px;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }

.recipe-subrecipes .heading {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0; }
  @media (min-width: 768px) {
    .recipe-subrecipes .heading {
      font-size: 36px;
      line-height: 44px; } }

.recipe-subrecipes .recipe-shopper-wrapper {
  margin-top: 0; }
  .recipe-subrecipes .recipe-shopper-wrapper .recipe-ingredients-new {
    margin-top: 0; }

.recipe-associated-recipes {
  margin-top: 32px;
  margin-bottom: 48px; }
  .recipe-associated-recipes-heading {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0; }
  .recipe-associated-recipes-link {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 2px 0;
    box-shadow: inset 0 -2px 0 #ac1900;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .recipe-associated-recipes-link:visited {
      color: #595959;
      box-shadow: inset 0 -2px 0 #ac1900; }
    .recipe-associated-recipes-link:hover, .recipe-associated-recipes-link:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
    .recipe-associated-recipes-link:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 #ac1900; }

.project-introduction {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0; }
  .project-introduction a {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 2px 0;
    box-shadow: inset 0 -2px 0 #ac1900;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .project-introduction a:visited {
      color: #595959;
      box-shadow: inset 0 -2px 0 #ac1900; }
    .project-introduction a:hover, .project-introduction a:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
    .project-introduction a:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 #ac1900; }

.project-parts-steps {
  display: block; }
  @media (min-width: 1024px) {
    .project-parts-steps {
      display: flex; } }

.project-meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px; }

.project-meta-item {
  width: 50%;
  margin-bottom: 32px; }
  .project-meta-item:nth-last-of-type(odd) {
    padding-left: 8px; }
  .project-meta-item:nth-last-of-type(even) {
    padding-right: 8px; }
  .project-meta-item-label {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.65);
    display: block;
    margin-bottom: 8px; }
  .project-meta-item-value {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 700;
    display: block; }
  .project-meta-item-difficulty.project-meta-item-value-easy .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value--easy .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value-kind-of-easy .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value-kindOfEasy .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value--kindOfEasy .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value-kind-of-hard .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value-kindOfHard .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value--kindOfHard .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value-hard .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value--hard .project-meta-item-value:after {
    speak: none;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 10px;
    left: 0; }
  .project-meta-item-difficulty.project-meta-item-value--easy .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value-easy .project-meta-item-value:after {
    content: '';
    box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.15), 12px 0 0 0 rgba(0, 0, 0, 0.15), 18px 0 0 0 rgba(0, 0, 0, 0.15); }
  .project-meta-item-difficulty.project-meta-item-value-kind-of-easy .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value-kindOfEasy .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value--kindOfEasy .project-meta-item-value:after {
    content: '';
    box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.65), 12px 0 0 0 rgba(0, 0, 0, 0.15), 18px 0 0 0 rgba(0, 0, 0, 0.15); }
  .project-meta-item-difficulty.project-meta-item-value-kind-of-hard .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value-kindOfHard .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value--kindOfHard .project-meta-item-value:after {
    content: '';
    box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.65), 12px 0 0 0 rgba(0, 0, 0, 0.65), 18px 0 0 0 rgba(0, 0, 0, 0.15); }
  .project-meta-item-difficulty.project-meta-item-value-hard .project-meta-item-value:after, .project-meta-item-difficulty.project-meta-item-value--hard .project-meta-item-value:after {
    content: '';
    box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.65), 12px 0 0 0 rgba(0, 0, 0, 0.65), 18px 0 0 0 rgba(0, 0, 0, 0.65); }
  .project-meta-item-difficulty .project-meta-item-value {
    position: relative; }
    .project-meta-item-difficulty .project-meta-item-value:before {
      content: '';
      speak: none;
      display: inline-block;
      width: 24px;
      margin-right: 8px; }

@media (min-width: 768px) {
  .project-meta-ads-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .project-meta-ads-wrapper .ad-wrapper.tablet-ad:nth-child(2) {
      margin-right: 24px; } }

@media (min-width: 1024px) {
  .project-meta-ads-wrapper {
    display: none; } }

.project-heading-part-number {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0;
  display: block;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .project-heading-part-number {
      font-size: 36px;
      line-height: 44px; } }

.project-heading-part-headline {
  text-transform: capitalize;
  font-weight: normal; }

.project-heading-step {
  margin-top: 0; }

.project-part-container {
  position: relative;
  margin-left: 24px;
  padding-left: 16px;
  margin-left: 0; }
  .project-part-container:before, .project-part-container:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0; }
  .project-part-container:before {
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.15);
    background-size: auto;
    top: 50%;
    transform: translateY(-50%); }
  .project-part-container:after {
    width: 5px;
    height: 80px;
    background: rgba(0, 0, 0, 0.95);
    transform: translateX(-37.5%); }
  .project-part-container + .project-steps-container {
    margin-top: 48px; }
  .project-part-container + .project-heading-step {
    padding-top: 0;
    border-top: 0; }
  .project-part-container-divider {
    border: none;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    margin-top: 48px; }

.project-steps-container {
  margin: 48px 0; }
  .project-steps-container:not(.project-steps-1) {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 48px; }
  @media (min-width: 1024px) {
    .project-steps-container {
      display: flex; } }

.project-step-description-wrapper {
  margin-right: 0;
  max-width: 640px; }
  @media (min-width: 1024px) {
    .project-step-description-wrapper {
      width: 100%; } }

.project-step-image-wrapper {
  margin-bottom: 24px; }

.project-step-multi-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
  .project-step-multi-image-wrapper .component.image-composite {
    margin: 10px 0 0; }
  .project-step-multi-image-wrapper .project-step-image {
    padding: 0 12px; }
  .project-step-multi-image-wrapper .project-single-image {
    padding: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.05); }

.project-step-description {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0; }

.project-step-download-button {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.95);
  background: #fff;
  max-width: 300px;
  margin-top: 16px; }
  .project-step-download-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .project-step-download-button:active {
    opacity: 0.8; }
  .project-step-download-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .project-step-download-button:active {
    opacity: 0.8; }
  .project-step-download-button svg path {
    fill: rgba(0, 0, 0, 0.95); }
  .project-step-download-button:visited {
    border: 3px solid rgba(0, 0, 0, 0.95);
    color: rgba(0, 0, 0, 0.95);
    background: #fff; }
  .project-step-download-button:hover, .project-step-download-button:active, .project-step-download-button:focus {
    border-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    background: rgba(0, 0, 0, 0.95); }
    .project-step-download-button:hover svg path, .project-step-download-button:active svg path, .project-step-download-button:focus svg path {
      fill: #fff; }
  .project-step-download-button[disabled] {
    border: 3px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: rgba(0, 0, 0, 0.65); }
  .project-step-download-button:active, .project-step-download-button:focus {
    border: 3px solid #014ecb; }

.project-callout-container {
  position: relative;
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  align-self: end;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px; }
  .project-callout-container:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 5px;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    transform: translateY(-50%); }
  .project-callout-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    left: 50%;
    transform: translateX(-50%);
    top: 0; }
  @media (min-width: 1024px) {
    .project-callout-container {
      position: relative;
      margin-left: 24px;
      padding-left: 16px;
      padding: 0 0 0 24px;
      margin: 0 0 0 80px; }
      .project-callout-container:before, .project-callout-container:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0; }
      .project-callout-container:before {
        height: 100%;
        width: 1px;
        background: rgba(0, 0, 0, 0.15);
        background-size: auto;
        top: 50%;
        transform: translateY(-50%); }
      .project-callout-container:after {
        width: 5px;
        height: 80px;
        background: rgba(0, 0, 0, 0.95);
        transform: translateX(-37.5%); } }
  .project-callout-container .component.lazy-image img {
    max-width: 250px;
    margin-bottom: 16px; }
  .project-callout-container.callout-tip {
    color: rgba(0, 0, 0, 0.95);
    background-color: #F2F2F2;
    padding: 16px; }

.project-callout-wrapper {
  display: block; }
  .project-callout-wrapper-video {
    display: flex;
    justify-content: center;
    position: relative;
    height: 154px;
    width: auto;
    margin-bottom: 16px; }
    .project-callout-wrapper-video:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); }
    .project-callout-wrapper-video .icon-play-circle-stroke {
      position: absolute;
      top: calc(50% - 4px);
      left: calc(50% - (48px / 2));
      width: 52px;
      transform: translateY(-50%);
      z-index: 1; }
      .project-callout-wrapper-video .icon-play-circle-stroke g {
        transform: translateX(1px); }
      .project-callout-wrapper-video .icon-play-circle-stroke circle {
        fill: rgba(0, 0, 0, 0.65);
        stroke: rgba(255, 255, 255, 0.7);
        stroke-width: 2; }
      .project-callout-wrapper-video .icon-play-circle-stroke path {
        stroke: none;
        fill: #fff; }
  @media (min-width: 768px) {
    .project-callout-wrapper {
      display: flex; }
      .project-callout-wrapper-image, .project-callout-wrapper-video {
        flex: 0 0 250px;
        margin-right: 24px; } }
  @media (min-width: 1024px) {
    .project-callout-wrapper {
      display: block;
      width: 270px; }
      .project-callout-wrapper-image, .project-callout-wrapper-video {
        margin-right: 0; } }

.project-callout-label {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px; }

.project-callout-description {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0; }
  .project-callout-description p, .project-callout-description p:first-child {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px 0 0; }

.template-project {
  overflow-x: hidden; }
  .template-project .intro.article-info .headline {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      .template-project .intro.article-info .headline {
        font-size: 48px;
        line-height: 52px; } }
  .template-project .dek,
  .template-project .author {
    padding: 0; }
  .template-project .dek {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0; }
  .template-project.mdex-test .article-container .content .image-container {
    margin-bottom: 32px; }
    .template-project.mdex-test .article-container .content .image-container .medium_2x {
      padding-bottom: 0; }
      .template-project.mdex-test .article-container .content .image-container .medium_2x.rendered img {
        position: unset; }
    .template-project.mdex-test .article-container .content .image-container .credit {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      padding: 0; }
    .template-project.mdex-test .article-container .content .image-container .lead-media {
      margin-bottom: 8px; }
  .template-project .author,
  .template-project .disclosure {
    margin-top: 16px; }
  @media (min-width: 768px) {
    .template-project .two-col-container .two-col-content-container.article-content-container {
      padding-right: inherit; } }
  @media (min-width: 1024px) {
    .template-project .two-col-container .two-col-content-container.article-content-container {
      padding-right: 48px; } }
  .template-project .template-two-col .two-col-content-container {
    max-width: 768px; }
  .template-project .two-col-container .two-col-content-container.article-content-container .project-part-container-1,
  .template-project .two-col-container .two-col-content-wrapper.project-parts-steps .project-part-container-1 {
    margin-top: 32px; }
  .template-project .two-col-container .two-col-content-container.article-content-container .project-part-container,
  .template-project .two-col-container .two-col-content-wrapper.project-parts-steps .project-part-container {
    padding-bottom: 0;
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .template-project .two-col-container .two-col-content-container.article-content-container .project-part-container,
      .template-project .two-col-container .two-col-content-wrapper.project-parts-steps .project-part-container {
        margin-bottom: 48px; } }
  .template-project .two-col-container .two-col-content-container.article-content-container .project-part-container:not(.project-part-container-1),
  .template-project .two-col-container .two-col-content-wrapper.project-parts-steps .project-part-container:not(.project-part-container-1) {
    margin-top: 48px; }
  .template-project .two-col-container .two-col-content-container.article-content-container .project-heading-callout,
  .template-project .two-col-container .two-col-content-wrapper.project-parts-steps .project-heading-callout {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 16px 0 8px; }
    .template-project .two-col-container .two-col-content-container.article-content-container .project-heading-callout a,
    .template-project .two-col-container .two-col-content-wrapper.project-parts-steps .project-heading-callout a {
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .template-project .two-col-container .two-col-content-container.article-content-container .project-heading-callout a:visited,
      .template-project .two-col-container .two-col-content-wrapper.project-parts-steps .project-heading-callout a:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #595959; }
      .template-project .two-col-container .two-col-content-container.article-content-container .project-heading-callout a:hover, .template-project .two-col-container .two-col-content-container.article-content-container .project-heading-callout a:active, .template-project .two-col-container .two-col-content-container.article-content-container .project-heading-callout a:focus,
      .template-project .two-col-container .two-col-content-wrapper.project-parts-steps .project-heading-callout a:hover,
      .template-project .two-col-container .two-col-content-wrapper.project-parts-steps .project-heading-callout a:active,
      .template-project .two-col-container .two-col-content-wrapper.project-parts-steps .project-heading-callout a:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
  .template-project .project-parts-steps {
    padding: 0 16px; }
    @media (min-width: 768px) {
      .template-project .project-parts-steps {
        max-width: 640px;
        margin: 0 auto;
        padding: 0; } }
    @media (min-width: 1024px) {
      .template-project .project-parts-steps {
        max-width: 1100px;
        margin: 0 24px; } }
    @media (min-width: 1162px) {
      .template-project .project-parts-steps {
        margin: 0 auto; } }
  .template-project .article-content-container .project-heading-step-number,
  .template-project .project-parts-steps .project-heading-step-number {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .template-project .article-content-container .project-heading-step-headline,
  .template-project .project-parts-steps .project-heading-step-headline {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize; }
  .template-project .article-content-container .project-heading2,
  .template-project .project-parts-steps .project-heading2 {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 32px;
    margin-top: 0; }
    @media (min-width: 768px) {
      .template-project .article-content-container .project-heading2,
      .template-project .project-parts-steps .project-heading2 {
        font-size: 36px;
        line-height: 44px; } }
    .template-project .article-content-container .project-heading2 a,
    .template-project .project-parts-steps .project-heading2 a {
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .template-project .article-content-container .project-heading2 a:visited,
      .template-project .project-parts-steps .project-heading2 a:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #595959; }
      .template-project .article-content-container .project-heading2 a:hover,
      .template-project .project-parts-steps .project-heading2 a:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
    .template-project .article-content-container .project-heading2.project-heading-parts,
    .template-project .project-parts-steps .project-heading2.project-heading-parts {
      margin-bottom: 0; }
  .template-project .article-content-container .project-heading3,
  .template-project .project-parts-steps .project-heading3 {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0; }
    .template-project .article-content-container .project-heading3.project-heading-part,
    .template-project .project-parts-steps .project-heading3.project-heading-part {
      margin-bottom: 16px; }
  .template-project .article-container.two-col-container .breadcrumbs__container {
    justify-content: flex-start; }
  .template-project .article-container .breadcrumbs__container {
    justify-content: flex-start; }
  @media (min-width: 768px) {
    .template-project .article-container .content.content-breadcrumbs {
      margin: 32px auto; }
    .template-project .article-container .content.two-col-main-content {
      margin: 24px auto; } }
  @media (min-width: 1024px) {
    .template-project .article-container {
      padding: 0 24px;
      margin: 0 auto;
      max-width: 1100px; } }
  @media (min-width: 1162px) {
    .template-project .article-container {
      padding: 0;
      margin: 0 auto;
      max-width: 1100px; } }

@media (min-width: 1162px) {
  .template-homepage .component.navigation-test .container {
    max-width: 1246px;
    padding: 0 24px; } }

@media (min-width: 1279px) {
  .template-homepage .component.navigation-test .container {
    padding: 0; } }

.template-homepage.under-docked-sharebar .component.navigation-test .menu-subscribe, .template-homepage.scroll-up .component.navigation-test .menu-subscribe {
  display: block; }

.template-homepage .component.lazy-image-udf.placeholder {
  flex: 1 0 100%; }
  .template-homepage .component.lazy-image-udf.placeholder .inner-container img {
    display: none; }
  .template-homepage .component.lazy-image-udf.placeholder .lazy-image__placeholder {
    width: 100%; }

.template-homepage .div-sm-highImpact {
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .template-homepage .div-sm-highImpact {
      margin-bottom: 64px; } }
  @media (min-width: 768px) {
    .template-homepage .div-sm-highImpact.responsive {
      margin-top: -48px; } }
  @media (min-width: 1024px) {
    .template-homepage .div-sm-highImpact.responsive {
      margin-bottom: 0; } }

.template-homepage .homepage-leaderboard-ad-wrapper {
  display: none;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .template-homepage .homepage-leaderboard-ad-wrapper {
      display: block; } }
  .template-homepage .homepage-leaderboard-ad-wrapper .ad {
    padding: 0;
    min-height: unset; }
    .template-homepage .homepage-leaderboard-ad-wrapper .ad > div {
      margin-bottom: 64px; }

.template-homepage .div-sm-strive {
  margin: 0 auto; }

.template-homepage .categoryPageListThreeFeatured__title a,
.template-homepage .categoryPageListLatest__title a,
.template-homepage .categoryPageListSixFeatured__title a,
.template-homepage .categoryPageListQuote__title a,
.template-homepage .categoryPageListFourFeatured__title a {
  font-weight: 200;
  color: rgba(0, 0, 0, 0.95);
  padding: 2px 0;
  transition: all .1s ease-in-out;
  text-decoration: none; }
  .template-homepage .categoryPageListThreeFeatured__title a:visited,
  .template-homepage .categoryPageListLatest__title a:visited,
  .template-homepage .categoryPageListSixFeatured__title a:visited,
  .template-homepage .categoryPageListQuote__title a:visited,
  .template-homepage .categoryPageListFourFeatured__title a:visited {
    color: #595959;
    box-shadow: inset 0 -2px 0 #595959; }
  .template-homepage .categoryPageListThreeFeatured__title a:hover,
  .template-homepage .categoryPageListLatest__title a:hover,
  .template-homepage .categoryPageListSixFeatured__title a:hover,
  .template-homepage .categoryPageListQuote__title a:hover,
  .template-homepage .categoryPageListFourFeatured__title a:hover {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }

.template-homepage main.home .category-page-item .category-page-item-content-wrapper .category-page-item-image-text-wrapper, .template-homepage main.home .category-page-item .category-page-item-content-wrapper .entityTout__headline, .template-homepage main.home .category-page-item .entityTout__details .category-page-item-image-text-wrapper, .template-homepage main.home .category-page-item .entityTout__details .entityTout__headline, .template-homepage main.home .entity-tout .category-page-item-content-wrapper .category-page-item-image-text-wrapper, .template-homepage main.home .entity-tout .category-page-item-content-wrapper .entityTout__headline, .template-homepage main.home .entity-tout .entityTout__details .category-page-item-image-text-wrapper, .template-homepage main.home .entity-tout .entityTout__details .entityTout__headline {
  text-transform: none; }

.template-homepage.node-food .home .categoryPageListThreeFeatured .categoryPageListThreeFeatured__content .category-page-item .category-page-item-content-wrapper .category-page-item-image-text {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  max-height: 72px;
  max-height: none;
  -webkit-line-clamp: unset; }

.template-homepage.node-food .home .categoryPageListThreeFeatured .categoryPageListThreeFeatured__content .category-page-item .category-page-item-content .category-page-item-button {
  margin-top: 16px; }

.template-homepage.node-food .home .categoryPageListThreeFeatured .categoryPageListThreeFeatured__content .category-page-item .category-page-item-content .category-page-item-description {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  max-height: 48px; }
  @media (min-width: 768px) {
    .template-homepage.node-food .home .categoryPageListThreeFeatured .categoryPageListThreeFeatured__content .category-page-item .category-page-item-content .category-page-item-description {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      line-height: 24px;
      max-height: 96px; } }
  @media (min-width: 1024px) {
    .template-homepage.node-food .home .categoryPageListThreeFeatured .categoryPageListThreeFeatured__content .category-page-item .category-page-item-content .category-page-item-description {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      line-height: 24px;
      max-height: 48px; } }
  .template-homepage.node-food .home .categoryPageListThreeFeatured .categoryPageListThreeFeatured__content .category-page-item .category-page-item-content .category-page-item-description p {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 0; }

.template-homepage.node-food .home .entityTout__details .entityTout__link.show-stars {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 20px;
  max-height: 60px;
  max-height: 66px; }

.template-homepage.node-food .home .entityTout__details .entityTout__ratingContainer {
  display: flex;
  align-items: end;
  margin-top: 5px; }
  .template-homepage.node-food .home .entityTout__details .entityTout__ratingContainer .recipe-ratings {
    flex-flow: row wrap;
    justify-content: left;
    margin: 0; }
    .template-homepage.node-food .home .entityTout__details .entityTout__ratingContainer .recipe-ratings .ratings-dropdown-button {
      display: flex; }
    .template-homepage.node-food .home .entityTout__details .entityTout__ratingContainer .recipe-ratings .rating-star {
      display: flex;
      width: 20px;
      height: 20px; }
      .template-homepage.node-food .home .entityTout__details .entityTout__ratingContainer .recipe-ratings .rating-star svg {
        width: 20px;
        height: 20px; }
  .template-homepage.node-food .home .entityTout__details .entityTout__ratingContainer .entityTout__reviewsCount {
    margin-left: 4px;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0; }

.template-homepage.node-food .home .component.category-page-header .categoryPageHeader__container-popular-list-item .entityTout__ratingContainer .recipe-ratings .rating-star svg {
  display: block; }

.template-homepage .home-dek {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 8px 0 0; }
  .template-homepage .home-dek p {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0; }

.home__divider {
  display: none; }

.karma-sticky-rail {
  min-width: 300px; }

.spoilerOverlayParent .spoilerOverlay {
  display: none; }

.spoilerOverlayParent > div:not(.spoilerOverlay), .spoilerOverlayParent a > div {
  filter: blur(0);
  transform: scale(1);
  transition: transform 300ms ease-out, filter 300ms ease-out; }

.spoilerOverlayParent.covered {
  position: relative;
  overflow: hidden; }
  .spoilerOverlayParent.covered.blur > div:not(.spoilerOverlay), .spoilerOverlayParent.covered.blur a > div {
    filter: blur(10px); }
  .spoilerOverlayParent.covered.blur .spoilerOverlay {
    background-color: rgba(255, 255, 255, 0.5); }
  .spoilerOverlayParent.covered > div:not(.spoilerOverlay), .spoilerOverlayParent.covered a > div {
    transform: scale(1.2); }
  .spoilerOverlayParent.covered .spoilerOverlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: scale(1); }
    .spoilerOverlayParent.covered .spoilerOverlay__tag {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: uppercase;
      font-weight: 700;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
      height: auto;
      background: #DF7607;
      color: rgba(0, 0, 0, 0.95);
      display: inline-block;
      line-height: auto;
      margin-bottom: 16px;
      text-align: center;
      padding: 4px 8px;
      position: absolute;
      top: calc(10% - auto - 16px); }
      @media (min-width: 768px) {
        .spoilerOverlayParent.covered .spoilerOverlay__tag {
          margin-bottom: 24px; } }
      @media (min-width: 768px) {
        .spoilerOverlayParent.covered .spoilerOverlay__tag {
          top: calc(10% - auto - 24px); } }
    .spoilerOverlayParent.covered .spoilerOverlay__title {
      font-family: "Klein", "Times New Roman", serif;
      text-transform: none;
      font-size: 28px;
      line-height: 34px;
      font-weight: 800;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      position: absolute;
      top: 10%;
      margin: 0; }
    .spoilerOverlayParent.covered .spoilerOverlay__message {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 28px;
      line-height: 32px;
      font-weight: 800;
      letter-spacing: 0;
      color: #fff;
      margin-bottom: 32px;
      text-align: center; }
      @media (min-width: 768px) {
        .spoilerOverlayParent.covered .spoilerOverlay__message {
          font-size: 36px;
          line-height: 44px; } }
    .spoilerOverlayParent.covered .spoilerOverlay__inner {
      border: 8px solid #CAE8B5;
      background: #396322;
      width: 80%;
      max-width: 800px;
      height: 60%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: relative;
      padding: 16px; }
      @media (min-width: 768px) {
        .spoilerOverlayParent.covered .spoilerOverlay__inner {
          padding: 24px;
          height: 300px; } }
    .spoilerOverlayParent.covered .spoilerOverlay__button {
      text-transform: capitalize;
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 6px 16px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      border: 1px solid #ac1900;
      border-radius: 0;
      color: rgba(0, 0, 0, 0.95);
      background: #fff;
      text-transform: none; }
      .spoilerOverlayParent.covered .spoilerOverlay__button:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .spoilerOverlayParent.covered .spoilerOverlay__button:active {
        opacity: 0.8; }
      .spoilerOverlayParent.covered .spoilerOverlay__button:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .spoilerOverlayParent.covered .spoilerOverlay__button:active {
        opacity: 0.8; }
      .spoilerOverlayParent.covered .spoilerOverlay__button svg path {
        fill: rgba(0, 0, 0, 0.95); }
      .spoilerOverlayParent.covered .spoilerOverlay__button:visited {
        border: 3px solid rgba(0, 0, 0, 0.95);
        color: rgba(0, 0, 0, 0.95);
        background: #fff; }
      .spoilerOverlayParent.covered .spoilerOverlay__button:hover, .spoilerOverlayParent.covered .spoilerOverlay__button:active, .spoilerOverlayParent.covered .spoilerOverlay__button:focus {
        border-color: rgba(0, 0, 0, 0.95);
        color: #fff;
        background: rgba(0, 0, 0, 0.95); }
        .spoilerOverlayParent.covered .spoilerOverlay__button:hover svg path, .spoilerOverlayParent.covered .spoilerOverlay__button:active svg path, .spoilerOverlayParent.covered .spoilerOverlay__button:focus svg path {
          fill: #fff; }
      .spoilerOverlayParent.covered .spoilerOverlay__button[disabled] {
        border: 3px solid rgba(0, 0, 0, 0.3);
        background-color: #fff;
        color: rgba(0, 0, 0, 0.65); }
      .spoilerOverlayParent.covered .spoilerOverlay__button:active, .spoilerOverlayParent.covered .spoilerOverlay__button:focus {
        border: 3px solid #014ecb; }

.categoryPageToutPortrait__touts .spoilerOverlayParent .spoilerOverlay__inner {
  height: 90%; }

.spoilerTag {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: auto;
  background: #DF7607;
  color: rgba(0, 0, 0, 0.95);
  display: inline-block;
  line-height: auto;
  margin-bottom: 16px;
  text-align: center;
  padding: 4px 8px; }
  @media (min-width: 768px) {
    .spoilerTag {
      margin-bottom: 24px; } }

.template-homepage.node-commerce .category-page-list,
.template-homepage.node-food .category-page-list,
.template-homepage.node-commerce-landing .category-page-list {
  margin: 0 auto; }
  @media (min-width: 360px) {
    .template-homepage.node-commerce .category-page-list,
    .template-homepage.node-food .category-page-list,
    .template-homepage.node-commerce-landing .category-page-list {
      max-width: 574px; } }
  @media (min-width: 1024px) {
    .template-homepage.node-commerce .category-page-list,
    .template-homepage.node-food .category-page-list,
    .template-homepage.node-commerce-landing .category-page-list {
      max-width: 1024px; } }
  @media (min-width: 1024px) and (max-width: 1278px) {
    .template-homepage.node-commerce .category-page-list,
    .template-homepage.node-food .category-page-list,
    .template-homepage.node-commerce-landing .category-page-list {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 1279px) {
    .template-homepage.node-commerce .category-page-list,
    .template-homepage.node-food .category-page-list,
    .template-homepage.node-commerce-landing .category-page-list {
      max-width: 1240px; } }

.template-homepage.node-commerce .category-page-list-content,
.template-homepage.node-food .category-page-list-content,
.template-homepage.node-commerce-landing .category-page-list-content {
  display: flex;
  flex-wrap: wrap; }
  .template-homepage.node-commerce .category-page-list-content__recipe-card .ad.ad-wrapper.mobile-ad,
  .template-homepage.node-commerce .category-page-list-content__recipe-card .ad.ad-wrapper.tablet-ad,
  .template-homepage.node-food .category-page-list-content__recipe-card .ad.ad-wrapper.mobile-ad,
  .template-homepage.node-food .category-page-list-content__recipe-card .ad.ad-wrapper.tablet-ad,
  .template-homepage.node-commerce-landing .category-page-list-content__recipe-card .ad.ad-wrapper.mobile-ad,
  .template-homepage.node-commerce-landing .category-page-list-content__recipe-card .ad.ad-wrapper.tablet-ad {
    margin: 0 auto;
    margin-bottom: 32px;
    width: inherit; }
    .template-homepage.node-commerce .category-page-list-content__recipe-card .ad.ad-wrapper.mobile-ad:last-of-type,
    .template-homepage.node-commerce .category-page-list-content__recipe-card .ad.ad-wrapper.tablet-ad:last-of-type,
    .template-homepage.node-food .category-page-list-content__recipe-card .ad.ad-wrapper.mobile-ad:last-of-type,
    .template-homepage.node-food .category-page-list-content__recipe-card .ad.ad-wrapper.tablet-ad:last-of-type,
    .template-homepage.node-commerce-landing .category-page-list-content__recipe-card .ad.ad-wrapper.mobile-ad:last-of-type,
    .template-homepage.node-commerce-landing .category-page-list-content__recipe-card .ad.ad-wrapper.tablet-ad:last-of-type {
      margin-bottom: 0; }

@media (min-width: 768px) {
  .template-homepage.node-commerce .recipeCard,
  .template-homepage.node-food .recipeCard,
  .template-homepage.node-commerce-landing .recipeCard {
    width: 270px; } }

.template-homepage.node-commerce .categoryPageListLatest__aside {
  width: unset; }
  @media (min-width: 768px) {
    .template-homepage.node-commerce .categoryPageListLatest__aside {
      width: 100%; } }
  @media (min-width: 1024px) {
    .template-homepage.node-commerce .categoryPageListLatest__aside {
      flex: 0 1 328px;
      margin-left: 32px; } }

@media (min-width: 1024px) and (max-width: 1278px) {
  .template-homepage.node-commerce .category-page-list-content {
    max-width: 652px; } }

.template-newsletter.container-full-width {
  max-width: 616px;
  padding: 8px; }

.template-newsletter .liveintent {
  margin-bottom: 16px; }
  .template-newsletter .liveintent .liveintent__image {
    margin: 0 auto; }

.template-newsletter .logo .svg-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 4px solid #a2c03a; }
  .template-newsletter .logo .svg-logo svg {
    width: 225px; }

.template-newsletter .newsletter__header {
  margin-bottom: 8px;
  text-align: center; }
  .template-newsletter .newsletter__header--link {
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    font-size: 11px; }
    .template-newsletter .newsletter__header--link-click-here {
      font-weight: 700;
      color: #999999; }
      .template-newsletter .newsletter__header--link-click-here:hover, .template-newsletter .newsletter__header--link-click-here:visited {
        font-weight: 700;
        color: #999999; }

.template-newsletter .newsletter__date {
  margin-bottom: 16px;
  text-align: center; }
  .template-newsletter .newsletter__date--format {
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    font-size: 12px;
    font-weight: 700; }

.template-newsletter .newsletter__divider {
  background: #ac1900;
  border: none;
  height: 4px; }

.template-newsletter .component.entity-tout {
  margin-bottom: 32px; }
  .template-newsletter .component.entity-tout .entityTout__details .entityTout__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; }
  .template-newsletter .component.entity-tout .entityTout__details .entityTout__eyebrow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #ac1900; }
  .template-newsletter .component.entity-tout .entityTout__details .entityTout__headline {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.95); }
    .template-newsletter .component.entity-tout .entityTout__details .entityTout__headline:hover {
      box-shadow: none; }
  .template-newsletter .component.entity-tout .entityTout__details .entityTout__description,
  .template-newsletter .component.entity-tout .entityTout__details .entityTout__description p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: normal;
    color: rgba(0, 0, 0, 0.95); }
  .template-newsletter .component.entity-tout .entityTout__details .entityTout__description {
    margin: 16px 0; }
  .template-newsletter .component.entity-tout .entityTout__details .entityTout__description p {
    margin: 0; }

.template-newsletter .newsletter-button {
  margin-bottom: 25px; }
  .template-newsletter .newsletter-button .component.button {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    display: block;
    padding: 15px 0;
    line-height: 18px;
    border-radius: 5px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif; }
    .template-newsletter .newsletter-button .component.button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .template-newsletter .newsletter-button .component.button:active {
      opacity: 0.8; }
    .template-newsletter .newsletter-button .component.button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .template-newsletter .newsletter-button .component.button:active {
      opacity: 0.8; }
    .template-newsletter .newsletter-button .component.button svg path {
      fill: #fff; }
    .template-newsletter .newsletter-button .component.button:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .template-newsletter .newsletter-button .component.button:hover, .template-newsletter .newsletter-button .component.button:active, .template-newsletter .newsletter-button .component.button:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .template-newsletter .newsletter-button .component.button:hover svg path, .template-newsletter .newsletter-button .component.button:active svg path, .template-newsletter .newsletter-button .component.button:focus svg path {
        fill: #fff; }
    .template-newsletter .newsletter-button .component.button[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .template-newsletter .newsletter-button .component.button:active, .template-newsletter .newsletter-button .component.button:hover, .template-newsletter .newsletter-button .component.button:focus {
      border-color: #ac1900; }
    .template-newsletter .newsletter-button .component.button:active, .template-newsletter .newsletter-button .component.button:focus {
      border: 3px solid #014ecb; }

.template-newsletter .newsletter-footer-links {
  border: 1px solid #c8c7c7;
  border-left: 0;
  border-right: 0; }
  .template-newsletter .newsletter-footer-links .footer__legalLink {
    padding: 20px 10px;
    display: inline-block; }
    @media (min-width: 768px) {
      .template-newsletter .newsletter-footer-links .footer__legalLink {
        padding: 20px 40px; } }
    .template-newsletter .newsletter-footer-links .footer__legalLink a {
      font-size: 12px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 17px;
      color: rgba(0, 0, 0, 0.95);
      text-transform: uppercase;
      font-weight: 700; }

.template-newsletter .newsletter-social-links {
  padding: 20px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .template-newsletter .newsletter-social-links .icon {
    margin-right: 24px; }
    .template-newsletter .newsletter-social-links .icon:last-of-type {
      margin-right: 0; }
    .template-newsletter .newsletter-social-links .icon svg {
      height: 40px;
      width: 40px;
      border: 1px solid #999999;
      border-radius: 50%; }
      .template-newsletter .newsletter-social-links .icon svg path {
        fill: #999999; }

.template-newsletter .newsletter-footer-copyright {
  padding: 20px 0;
  color: #999999;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 14px;
  text-align: center; }
  .template-newsletter .newsletter-footer-copyright .newsletter-footer-address {
    font-weight: 700; }
  .template-newsletter .newsletter-footer-copyright .external-link {
    color: #999999;
    font-weight: 700; }
    .template-newsletter .newsletter-footer-copyright .external-link:hover, .template-newsletter .newsletter-footer-copyright .external-link:visited {
      color: #999999; }

.accountPage {
  position: relative;
  margin-top: 24px; }
  .accountPage:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: -24px;
    left: 0;
    width: 100vw;
    height: 96px;
    background-color: rgba(172, 25, 0, 0.1); }
  .accountPage__accountBlock, .accountPage__regStep, .accountPage__success, .accountPage__signin {
    width: 100%;
    max-width: 328px;
    margin: 0 auto; }
  .accountPage__accountBlock, .accountPage__success {
    padding: 24px 16px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff; }
  .accountPage__signin, .accountPage__signup {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 24px;
    text-align: center; }
    .accountPage__signin,
    .accountPage__signin a, .accountPage__signup,
    .accountPage__signup a {
      color: rgba(0, 0, 0, 0.65); }
    .accountPage__signin a, .accountPage__signup a {
      text-decoration: underline; }
  .accountPage__stepCount {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
    display: block;
    font-style: italic;
    text-align: center;
    color: rgba(0, 0, 0, 0.65); }
    .accountPage__stepCount + .accountPage__heading {
      margin-top: 4px; }
  .accountPage__heading {
    font-family: "Klein", "Times New Roman", serif;
    text-transform: none;
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: 0;
    font-family: "Klein", "Times New Roman", serif;
    text-align: center;
    text-transform: none;
    margin: 0; }
    .accountPage__heading-divider {
      width: 264px;
      border: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.3); }
  .accountPage .singleField {
    margin-bottom: 16px; }
  .accountPage__signupDekContainer, .accountPage__signupDek, .accountPage__dek {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 16px 0 0;
    letter-spacing: 0;
    text-align: initial; }
  .accountPage__forgotPasswordDek {
    font-size: 16px;
    margin-bottom: 24px; }
  .accountPage .button {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    display: block;
    width: 100%;
    margin-top: 24px; }
    .accountPage .button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .accountPage .button:active {
      opacity: 0.8; }
    .accountPage .button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .accountPage .button:active {
      opacity: 0.8; }
    .accountPage .button svg path {
      fill: #fff; }
    .accountPage .button:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .accountPage .button:hover, .accountPage .button:active, .accountPage .button:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .accountPage .button:hover svg path, .accountPage .button:active svg path, .accountPage .button:focus svg path {
        fill: #fff; }
    .accountPage .button[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .accountPage .button:active, .accountPage .button:hover, .accountPage .button:focus {
      border-color: #ac1900; }
    .accountPage .button:active, .accountPage .button:focus {
      border: 3px solid #014ecb; }
    .accountPage .button .icon-arrow-right {
      position: relative;
      top: 3px; }
      .accountPage .button .icon-arrow-right svg path {
        fill: #fff; }
  .accountPage.signupNewsletter.embedded {
    margin-top: 0;
    padding: 24px 0; }
  .accountPage.signupNewsletter .accountPage__successHeading {
    font-family: "Klein", "Times New Roman", serif;
    text-transform: none;
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center; }
  .accountPage.signupNewsletter .accountPage__successBody {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center; }
  .accountPage.signupNewsletter .accountPage__success {
    display: none; }
  .accountPage.signupNewsletter:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -24px;
    width: 100%;
    height: 96px;
    background-color: rgba(172, 25, 0, 0.1); }
  .accountPage.signupNewsletter #frmRegForm {
    margin-top: 24px; }
  .accountPage.signupNewsletter .accountPage__accountBlock {
    position: relative; }
  .accountPage.signupNewsletter ~ .component.loader {
    border: 4px solid #F2F2F2;
    border-top: 4px solid rgba(0, 0, 0, 0.95);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    -webkit-animation: loaderSpin 1.5s linear infinite;
            animation: loaderSpin 1.5s linear infinite;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 100;
    margin-left: -28px;
    margin-top: -28px; }
  .accountPage.signupNewsletter.loading ~ .component.loader {
    display: block; }
  .accountPage.signupNewsletter.loading .accountPage__accountBlock:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 50; }
  .accountPage.signupNewsletter.success .accountPage__accountBlock {
    display: none; }
  .accountPage.signupNewsletter.success .accountPage__success {
    display: block;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }
  .accountPage__regStep {
    padding: 24px 0 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff; }
  .accountPage__profileImage {
    margin: 24px 0;
    text-align: center; }
  .accountPage__info {
    display: flex;
    justify-content: space-between;
    margin: 0 16px 8px; }
    .accountPage__info--title {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-size: 18px;
      line-height: 28px;
      margin: 0;
      text-align: initial; }
      .accountPage__info--title--center {
        text-align: center; }
        .accountPage__info--title--center p {
          margin: 0; }
    .accountPage__info--subTitle {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      margin: 0;
      text-align: initial; }
    .accountPage__info--button {
      text-transform: capitalize;
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 6px 16px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      border: 1px solid #ac1900;
      border-radius: 0;
      color: rgba(0, 0, 0, 0.95);
      background: #fff;
      padding: 8px 16px;
      letter-spacing: 0;
      text-transform: capitalize;
      margin: 0; }
      .accountPage__info--button:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .accountPage__info--button:active {
        opacity: 0.8; }
      .accountPage__info--button:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .accountPage__info--button:active {
        opacity: 0.8; }
      .accountPage__info--button svg path {
        fill: rgba(0, 0, 0, 0.95); }
      .accountPage__info--button:visited {
        border: 3px solid rgba(0, 0, 0, 0.95);
        color: rgba(0, 0, 0, 0.95);
        background: #fff; }
      .accountPage__info--button:hover, .accountPage__info--button:active, .accountPage__info--button:focus {
        border-color: rgba(0, 0, 0, 0.95);
        color: #fff;
        background: rgba(0, 0, 0, 0.95); }
        .accountPage__info--button:hover svg path, .accountPage__info--button:active svg path, .accountPage__info--button:focus svg path {
          fill: #fff; }
      .accountPage__info--button[disabled] {
        border: 3px solid rgba(0, 0, 0, 0.3);
        background-color: #fff;
        color: rgba(0, 0, 0, 0.65); }
      .accountPage__info--button:active, .accountPage__info--button:focus {
        border: 3px solid #014ecb; }
  .accountPage__actions {
    display: flex;
    margin: 0 16px;
    padding-bottom: 24px; }
    .accountPage__actions--center {
      display: flex;
      margin: 0 35px;
      padding-top: 20px;
      padding-bottom: 12px;
      justify-content: space-between; }
      .accountPage__actions--center .action svg {
        margin-top: 16px;
        box-sizing: content-box;
        border-radius: 50%; }
      .accountPage__actions--center .action.actionSelected {
        margin-top: 4px;
        position: relative; }
        .accountPage__actions--center .action.actionSelected svg {
          margin: 0;
          border: 12px solid #cce1ff;
          background-color: #cce1ff;
          box-shadow: 0 0 0 4px #fff; }
        .accountPage__actions--center .action.actionSelected:after {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          border-style: solid;
          border-width: 12px;
          border-color: transparent transparent #fff transparent;
          top: 92px;
          right: 24px; }
      .accountPage__actions--center .name {
        margin-top: 16px; }
        .accountPage__actions--center .name.nameSelected {
          margin-top: 4px; }
    .accountPage__actions--container {
      text-align: center;
      margin-left: 2px;
      width: 72px;
      height: 92px;
      cursor: pointer; }
      .accountPage__actions--container:first-child {
        margin-left: 0; }
    .accountPage__actions .action {
      padding: 12px; }
      .accountPage__actions .action svg {
        box-sizing: content-box;
        border-radius: 50%;
        background-color: #fff; }
      .accountPage__actions .action g g path {
        fill: rgba(0, 0, 0, 0.65); }
    .accountPage__actions .actionSelected {
      padding: 0; }
      .accountPage__actions .actionSelected svg {
        border: 12px solid #cce1ff;
        background-color: #cce1ff;
        box-shadow: 0 0 0 4px #fff; }
        .accountPage__actions .actionSelected svg path:nth-child(2) {
          fill: #cce1ff; }
        .accountPage__actions .actionSelected svg g g path {
          fill: rgba(0, 0, 0, 0.95); }
      .accountPage__actions .actionSelected:after {
        content: '';
        width: 0;
        height: 0;
        position: relative;
        border-style: solid;
        border-width: 12px;
        border-color: transparent transparent #fff transparent;
        top: 24px;
        right: 48px; }
    .accountPage__actions .name {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0;
      font-style: normal;
      color: rgba(0, 0, 0, 0.65);
      margin: 0 7px 4px; }
    .accountPage__actions .nameSelected {
      font-weight: 700;
      color: rgba(0, 0, 0, 0.95); }
  .accountPage__data {
    display: none;
    padding: 52px 16px 0;
    margin-top: -68px; }
    .accountPage__data--info {
      font-size: 18px;
      margin: 0; }
    .accountPage__data--container {
      display: none;
      margin-top: 12px;
      padding: 8px 16px 0;
      background-color: #fff; }
      .accountPage__data--container .accountPage__info--button {
        align-self: flex-end;
        margin-top: 8px;
        width: 68px; }
    .accountPage__data--center {
      display: none;
      padding: 72px 16px 16px;
      margin-top: -68px; }
      .accountPage__data--center .accountPage__data--addAnother {
        display: flex;
        padding: 16px 0 16px 16px;
        margin: 0;
        background-color: #fff; }
        .accountPage__data--center .accountPage__data--addAnother svg path {
          fill: #0053c0; }
        .accountPage__data--center .accountPage__data--addAnother label {
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          font-style: italic;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.65);
          font-style: normal;
          font-weight: 700;
          text-transform: uppercase; }
    .accountPage__data--addAnother {
      display: flex;
      margin-top: 8px;
      padding-bottom: 24px; }
      .accountPage__data--addAnother svg path {
        fill: #0053c0; }
      .accountPage__data--addAnother label {
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        font-style: italic;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.65);
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase; }
  .accountPage .active {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05) 99%); }
  .accountPage .active--solid {
    background-color: rgba(0, 0, 0, 0.05); }
  .accountPage__section {
    margin: 0 16px; }
    .accountPage__section--info {
      margin-left: 16px; }
  .accountPage .borderBottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .accountPage .dateComponent {
    padding-bottom: 24px; }
    .accountPage .dateComponent .dateLabels {
      display: flex;
      margin: 8px 0 0; }
      .accountPage .dateComponent .dateLabels .dateLabelWrapper {
        margin: 0 8px; }
        .accountPage .dateComponent .dateLabels .dateLabelWrapper__label {
          font-family: "Source Sans Pro", Arial;
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          letter-spacing: 0;
          margin-bottom: 4px;
          font-weight: 700; }
        .accountPage .dateComponent .dateLabels .dateLabelWrapper:nth-child(1) {
          margin-left: 0;
          width: 64px; }
        .accountPage .dateComponent .dateLabels .dateLabelWrapper:nth-child(2) {
          width: 60px; }
        .accountPage .dateComponent .dateLabels .dateLabelWrapper:nth-child(3) {
          margin-right: 8px;
          width: 68px; }
    .accountPage .dateComponent .dateInput {
      display: flex;
      align-items: center;
      width: 100%; }
      .accountPage .dateComponent .dateInput .textInputWrapper {
        display: flex;
        align-items: center;
        margin-right: 8px; }
        .accountPage .dateComponent .dateInput .textInputWrapper .textInputItem {
          margin: 0 8px; }
          .accountPage .dateComponent .dateInput .textInputWrapper .textInputItem__input {
            font-family: "Source Sans Pro", Arial;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            letter-spacing: 0;
            padding: 12px 16px;
            height: 48px;
            width: 100%;
            border: 1px solid rgba(0, 0, 0, 0.65); }
          .accountPage .dateComponent .dateInput .textInputWrapper .textInputItem:nth-child(1) {
            margin-left: 0;
            width: 58px; }
          .accountPage .dateComponent .dateInput .textInputWrapper .textInputItem:nth-child(2) {
            width: 54px; }
          .accountPage .dateComponent .dateInput .textInputWrapper .textInputItem:nth-child(3) {
            width: 68px;
            margin-right: 0; }
        .accountPage .dateComponent .dateInput .textInputWrapper.alertOn {
          border: 3px solid #cc0000; }
      .accountPage .dateComponent .dateInput svg path {
        fill: rgba(0, 0, 0, 0.65); }
    .accountPage .dateComponent .dateError {
      background-color: #fae6e6;
      display: none;
      padding: 12px 16px;
      width: 228px; }
      .accountPage .dateComponent .dateError div {
        vertical-align: text-top;
        margin-right: 8px; }
      .accountPage .dateComponent .dateError svg {
        width: 20px;
        height: 20px; }

.loginRegistration__button {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 16px; }
  .loginRegistration__button .icon-share-google2,
  .loginRegistration__button .icon-share-email-outline {
    padding: 10px; }
  .loginRegistration__button .icon {
    position: relative;
    padding: 1px 14px;
    vertical-align: middle; }
    .loginRegistration__button .icon:after {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: calc(100% - 12px);
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(255, 255, 255, 0.5); }
  .loginRegistration__button .icon-email-outline:after {
    background-color: rgba(0, 0, 0, 0.65); }

.loginRegistration__buttonText {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700;
  display: inline-block;
  padding: 0 12px;
  letter-spacing: 0;
  vertical-align: middle;
  flex-shrink: 0; }

.loginRegistration__facebookLink, .loginRegistration__facebookLink:visited, .loginRegistration__facebookLink:hover, .loginRegistration__googleLink, .loginRegistration__googleLink:visited, .loginRegistration__googleLink:hover {
  color: #fff; }

.loginRegistration__facebookLink svg path, .loginRegistration__googleLink svg path {
  fill: #fff; }

.loginRegistration__facebookLink {
  background-color: #3B5998; }
  .loginRegistration__facebookLink:hover {
    background-color: #253d70; }

.loginRegistration__googleLink {
  background-color: #4285f4; }
  .loginRegistration__googleLink:hover {
    background-color: #3367d6; }

.loginRegistration__emailLink {
  border: 1px solid rgba(0, 0, 0, 0.65); }
  .loginRegistration__emailLink, .loginRegistration__emailLink:visited, .loginRegistration__emailLink:hover {
    color: rgba(0, 0, 0, 0.65); }

.userAccountForm__fieldLabel {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  display: block; }

.userAccountForm__container {
  position: relative; }

.userAccountForm .icon-check-circle {
  position: absolute;
  right: 10px;
  top: 15px; }

.userAccountForm__field {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  margin-top: 4px;
  padding: 0 24px 0 16px;
  width: 100%;
  height: 48px;
  line-height: 48px; }

.userAccountForm__loginPassword {
  padding-right: 64px; }

.userAccountForm__formEmail.checkOn, .userAccountForm__loginPassword.checkOn {
  background: url("../img/icons/check-circle.svg") right no-repeat;
  background-position: 265px center; }

.userAccountForm__formEmail.alertOn, .userAccountForm__loginPassword.alertOn {
  border: 3px solid #cc0000; }

.userAccountForm__error {
  background-color: #fae6e6;
  display: none;
  padding: 12px 16px; }
  .userAccountForm__error div {
    vertical-align: text-top; }
  .userAccountForm__error svg {
    width: 20px;
    height: 20px; }
  .userAccountForm__errorIcon svg {
    vertical-align: middle; }
  .userAccountForm__error.userAccountForm__error--active {
    display: flex; }

.userAccountForm__errorMessage {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  margin-left: 8px;
  width: 100%; }
  .userAccountForm__errorMessage .accountPage__link {
    text-decoration: underline; }

.userAccountForm__close {
  height: 20px;
  padding-top: 2px;
  right: 36px;
  text-align: center;
  width: 20px; }
  .userAccountForm__close svg {
    width: 14px;
    height: 14px; }
    .userAccountForm__close svg path {
      fill: rgba(0, 0, 0, 0.95); }
  .userAccountForm__close:focus svg {
    outline-offset: 4px; }
    .userAccountForm__close:focus svg:focus {
      outline: 3px solid #014ECB;
      outline-offset: -2px;
      box-shadow: none; }
    .userAccountForm__close:focus svg:active {
      opacity: 0.8; }

.userAccountForm__passwordGroup {
  position: relative; }

.userAccountForm__showPassword {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  right: 16px;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  line-height: 48px;
  background: transparent;
  border: none;
  padding: 0; }
  .userAccountForm__showPassword:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .userAccountForm__showPassword:active {
    opacity: 0.8; }

.userAccountForm__rules {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 4px; }
  .userAccountForm__rules:first-child {
    margin-top: 8px; }
  .userAccountForm__rules:before {
    content: '';
    display: block;
    margin: 2px 5px 0 0;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .userAccountForm__rules.checkOn:before {
    background-color: #fff;
    background-image: url("../img/icons/check-circle.svg");
    width: 14px;
    height: 14px; }

.userAccountForm__userInputSelectBlock {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  margin-top: 24px;
  padding: 24px 16px;
  position: relative; }
  .userAccountForm__userInputSelectBlockObjectors {
    border: none;
    padding: 0; }
    .userAccountForm__userInputSelectBlockObjectors .userAccountForm__userInputSelectOptionWrapper {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0; }

.userAccountForm__subformHeading {
  color: rgba(0, 0, 0, 0.95);
  font-family: "Klein", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 16px;
  left: 16px;
  right: 16px; }

.userAccountForm__userInputSelectList {
  padding: 48px 0 0;
  margin: 0; }

.userAccountForm__userInputSelectListItem {
  display: block;
  position: relative;
  margin-top: 24px; }
  .userAccountForm__userInputSelectListItem .userAccountForm__userInputSelectOption:checked + .userAccountForm__userInputSelectOptionWrapper:after {
    background-color: transparent;
    border: solid 1px #fff;
    border-width: 0 2px 2px 0;
    left: 5px;
    opacity: 1;
    transform: rotate(45deg); }
  .userAccountForm__userInputSelectListItem .userAccountForm__userInputSelectOption:checked + .userAccountForm__userInputSelectOptionWrapper:before {
    border-color: #019bd9;
    background-color: #019bd9;
    color: #fff; }
  .userAccountForm__userInputSelectListItem .userAccountForm__userInputSelectOption:checked + .userAccountForm__userInputSelectOptionWrapper:after {
    top: 3px;
    left: 5px; }
  .userAccountForm__userInputSelectListItem .userAccountForm__userInputSelectOption:checked + .userAccountForm__userInputSelectOptionWrapper:hover:before {
    border-color: #019bd9;
    background-color: #019bd9;
    color: #fff; }
  .userAccountForm__userInputSelectListItem .userAccountForm__userInputSelectOption:focus + .userAccountForm__userInputSelectOptionWrapper:before {
    box-shadow: none;
    outline: 2px solid #014ECB;
    outline-offset: 3px; }
  .userAccountForm__userInputSelectListItem .userAccountForm__userInputSelectOption {
    position: absolute;
    top: 8px;
    left: 2px;
    opacity: 0; }
  .userAccountForm__userInputSelectListItem .userAccountForm__userInputSelectOptionWrapper {
    position: relative;
    padding-left: 29px;
    cursor: pointer; }
    .userAccountForm__userInputSelectListItem .userAccountForm__userInputSelectOptionWrapper:before, .userAccountForm__userInputSelectListItem .userAccountForm__userInputSelectOptionWrapper:after {
      position: absolute;
      top: 2px;
      left: 0;
      content: '';
      display: inline-block; }
    .userAccountForm__userInputSelectListItem .userAccountForm__userInputSelectOptionWrapper:before {
      width: 18px;
      height: 18px;
      border-radius: 3px;
      border: 2px solid rgba(0, 0, 0, 0.95);
      background-color: transparent; }
    .userAccountForm__userInputSelectListItem .userAccountForm__userInputSelectOptionWrapper:after {
      opacity: 0; }
    .userAccountForm__userInputSelectListItem .userAccountForm__userInputSelectOptionWrapper:after {
      top: 3px;
      left: 5px;
      width: 8px;
      height: 12px;
      border: solid 1px #fff;
      border-width: 0 2px 2px 0;
      background-color: transparent;
      transform: rotate(45deg); }
  .userAccountForm__userInputSelectListItem .icon-help-outline {
    vertical-align: middle; }

.userAccountForm__userInputSelectBlockCampaigns {
  border: none; }
  .userAccountForm__userInputSelectBlockCampaigns .userAccountForm__userInputSelectOptionWrapper {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0; }

.userAccountForm__userInputSelectOptionWrapper, .userAccountForm__userInputSelectOption {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0; }

.userAccountForm__tooltip {
  position: relative;
  display: inline-block; }

.userAccountForm__tooltiptext, .userAccountForm__tooltip {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  text-align: center;
  padding: 5px;
  position: absolute;
  font-size: 12px;
  top: -15px;
  right: 0;
  white-space: nowrap;
  z-index: 1; }

.userAccountForm .icon-help-outline:hover + .userAccountForm__tooltip .userAccountForm__tooltiptext,
.userAccountForm .icon-help-outline:active + .userAccountForm__tooltip .userAccountForm__tooltiptext {
  visibility: visible; }

.userAccountForm__userInputSelectOptionLabel {
  display: inline-flex; }

.userAccountForm__newsletterBlockContainer {
  border: none;
  margin-top: 16px; }
  .userAccountForm__newsletterBlockContainer--optionsText {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    text-align: center; }

.userAccountForm__dropdown {
  position: relative;
  margin: 24px 0; }
  .userAccountForm__dropdownButton {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: #fff;
    border: 1px solid #595959;
    border-radius: 0;
    height: 48px;
    padding: 0 16px;
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 4px;
    position: relative;
    width: 100%;
    max-width: 264px;
    text-align: left; }
    .userAccountForm__dropdownButton:focus {
      box-shadow: none;
      outline: 2px solid #014ECB;
      outline-offset: 3px; }
    .userAccountForm__dropdownButton:-ms-input-placeholder {
      color: #595959; }
    .userAccountForm__dropdownButton::placeholder, .userAccountForm__dropdownButton::-ms-input-placeholder {
      color: #595959; }
    .userAccountForm__dropdownButton::-moz-placeholder {
      color: #595959;
      opacity: 1; }
    .userAccountForm__dropdownButton:after {
      width: 0;
      height: 0;
      display: inline-block;
      content: '';
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #111;
      position: absolute;
      content: '';
      top: 50%;
      right: 16px; }
  .userAccountForm__dropdownList {
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    max-height: 250px;
    background: #fff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s cubic-bezier(0.42, 0, 0.38, 1.34); }
    .userAccountForm__dropdownList.is-open {
      opacity: 1;
      z-index: 200;
      visibility: visible;
      pointer-events: auto; }
  .userAccountForm__dropdownInput {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    min-width: 230px; }
    .userAccountForm__dropdownInput:focus:focus {
      outline: 3px solid #014ECB;
      outline-offset: -2px;
      box-shadow: none; }
  .userAccountForm__dropdownItem {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
    height: 48px;
    width: 238px;
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
    font-style: normal; }
    .userAccountForm__dropdownItem.active {
      outline: 3px solid #014ECB;
      outline-offset: -2px;
      box-shadow: none; }
    .userAccountForm__dropdownItem:focus {
      outline: 3px solid #014ECB;
      outline-offset: -2px;
      box-shadow: none; }
    .userAccountForm__dropdownItem:hover {
      cursor: pointer; }
    .userAccountForm__dropdownItem:before, .userAccountForm__dropdownItem:after {
      content: '';
      position: absolute;
      display: block;
      width: 16px;
      height: 16px;
      top: 16px;
      left: 8px; }
    .userAccountForm__dropdownItem:before {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.65);
      border-radius: 1px; }
    .userAccountForm__dropdownItem.selected:before {
      background: rgba(0, 0, 0, 0.65); }
    .userAccountForm__dropdownItem.selected:after {
      width: 6px;
      height: 12px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      left: 13px; }
    .userAccountForm__dropdownItem.checked:after {
      left: 13px;
      width: 6px;
      height: 12px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
    .userAccountForm__dropdownItem.checked:before {
      background: #ac1900;
      box-shadow: 0 0 2px #014ECB; }

.thinNavigation {
  width: 100%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15); }
  .thinNavigation__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    height: 60px;
    padding: 0 16px; }
    @media (min-width: 768px) {
      .thinNavigation__wrapper {
        padding: 0 64px; } }
  .thinNavigation__logo svg {
    width: 105px; }
    @media (min-width: 768px) {
      .thinNavigation__logo svg {
        width: 140px; } }
  .thinNavigation__menuContainer {
    display: block; }
  .thinNavigation__prefix, .thinNavigation__link {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0; }
  .thinNavigation__prefix {
    color: rgba(0, 0, 0, 0.65); }
  .thinNavigation__link {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .thinNavigation__link:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .thinNavigation__link:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .thinNavigation .accountPage__signup, .thinNavigation .accountPage__signin {
    margin-top: 0; }
  .thinNavigation .accountPage__link {
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

.thinFooter {
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 16px;
  padding-top: 48px; }
  .thinFooter__brandLogo {
    display: flex;
    margin-bottom: 16px; }
  .thinFooter__copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 590px;
    width: 100%;
    margin: 0 auto; }
  .thinFooter__copyrightText, .thinFooter__legalLink {
    display: inline-block;
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    font-family: "Source Sans Pro", Arial;
    text-align: center; }
    .thinFooter__copyrightText a, .thinFooter__legalLink a {
      color: rgba(0, 0, 0, 0.65);
      text-decoration: none; }
      .thinFooter__copyrightText a:hover, .thinFooter__copyrightText a:active, .thinFooter__copyrightText a:focus, .thinFooter__legalLink a:hover, .thinFooter__legalLink a:active, .thinFooter__legalLink a:focus {
        color: rgba(0, 0, 0, 0.65);
        text-decoration: underline; }
      .thinFooter__copyrightText a:visited, .thinFooter__legalLink a:visited {
        color: rgba(0, 0, 0, 0.65); }
  .thinFooter__copyrightText {
    width: 100%; }
  .thinFooter__legalLink:before {
    content: ' | '; }

.template-article.node-poll {
  margin: 0;
  max-width: none; }
  .template-article.node-poll .container-full-width {
    background: none;
    margin-bottom: 64px;
    max-width: none;
    padding: 0; }
    .template-article.node-poll .container-full-width .image-expander {
      display: inline-flex;
      width: 100%; }
      .template-article.node-poll .container-full-width .image-expander .image-wrapper {
        width: 100%; }
      .template-article.node-poll .container-full-width .image-expander.imageCount--2 .image-wrapper {
        width: 50%; }
        .template-article.node-poll .container-full-width .image-expander.imageCount--2 .image-wrapper:first-child {
          padding-right: 8px; }
        .template-article.node-poll .container-full-width .image-expander.imageCount--2 .image-wrapper:last-child {
          padding-left: 8px; }
      @media (min-width: 1024px) {
        .template-article.node-poll .container-full-width .image-expander.imageCount--2 .image-wrapper:first-child {
          padding-right: 12px; }
        .template-article.node-poll .container-full-width .image-expander.imageCount--2 .image-wrapper:last-child {
          padding-left: 12px; } }
      .template-article.node-poll .container-full-width .image-expander.imageCount--3 .image-wrapper {
        width: calc(100% - 32px / 3); }
        .template-article.node-poll .container-full-width .image-expander.imageCount--3 .image-wrapper:first-child {
          margin-right: 16px; }
        .template-article.node-poll .container-full-width .image-expander.imageCount--3 .image-wrapper:last-child {
          margin-left: 16px; }
      @media (min-width: 1024px) {
        .template-article.node-poll .container-full-width .image-expander.imageCount--3 .image-wrapper {
          width: calc(100% - 48px / 3); }
          .template-article.node-poll .container-full-width .image-expander.imageCount--3 .image-wrapper:first-child {
            margin-right: 24px; }
          .template-article.node-poll .container-full-width .image-expander.imageCount--3 .image-wrapper:last-child {
            margin-left: 24px; } }
  .template-article.node-poll .poll-hero-block {
    display: none; }
    @media (min-width: 768px) {
      .template-article.node-poll .poll-hero-block {
        background-color: transparent;
        display: flex;
        height: 320px;
        width: 100%; }
        .template-article.node-poll .poll-hero-block.full-width-image {
          background: no-repeat right top;
          background-size: cover; } }
  .template-article.node-poll .pollContent__container {
    background: #fff;
    margin: 0 auto;
    padding: 0 16px;
    position: relative; }
    .template-article.node-poll .pollContent__container a:not(.component.popup) {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      box-shadow: inset 0 -2px 0 #ac1900;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .template-article.node-poll .pollContent__container a:not(.component.popup):visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #ac1900; }
      .template-article.node-poll .pollContent__container a:not(.component.popup):hover, .template-article.node-poll .pollContent__container a:not(.component.popup):focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
      .template-article.node-poll .pollContent__container a:not(.component.popup):active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 #ac1900; }
    @media (min-width: 768px) {
      .template-article.node-poll .pollContent__container {
        margin-top: -32px;
        padding: 0; } }
  @media (min-width: 768px) {
    .template-article.node-poll .longformHeader__container,
    .template-article.node-poll .pollContent__container {
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .template-article.node-poll .longformHeader__container,
    .template-article.node-poll .pollContent__container {
      max-width: 976px; } }
  @media (min-width: 1279px) {
    .template-article.node-poll .longformHeader__container,
    .template-article.node-poll .pollContent__container {
      max-width: 1100px; } }
  .template-article.node-poll .recirculation-wrapper {
    margin: 0 8px; }
    @media (min-width: 768px) {
      .template-article.node-poll .recirculation-wrapper {
        margin: 0; } }
  @media (min-width: 768px) {
    .template-article.node-poll .component.footer-test .footer-test .footer-copyright {
      margin-left: auto;
      margin-right: auto;
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .template-article.node-poll .component.footer-test .footer-test .footer-copyright {
      max-width: 976px; } }
  @media (min-width: 1162px) {
    .template-article.node-poll .component.footer-test .footer-test .footer-copyright {
      max-width: 1100px; } }
  .template-article.node-poll .component.breadcrumbs .breadcrumbs__container {
    justify-content: center; }
    @media (min-width: 768px) {
      .template-article.node-poll .component.breadcrumbs .breadcrumbs__container {
        justify-content: flex-start; } }

.aggregateAuthor {
  justify-content: space-between;
  padding: 0 0 24px; }
  .aggregateAuthor__headShotPlaceholder {
    display: block;
    height: 414px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .aggregateAuthor__headShotPlaceholder {
        height: 320px;
        max-width: 320px;
        margin: auto; } }
  .aggregateAuthor__header {
    display: flex;
    flex-direction: column;
    margin: 0; }
    .aggregateAuthor__header .component.breadcrumbs {
      position: relative;
      width: 100%; }
      .aggregateAuthor__header .component.breadcrumbs .breadcrumbs__container {
        justify-content: left;
        overflow: hidden;
        width: calc(100% - 64px);
        margin-top: -8px; }
        .aggregateAuthor__header .component.breadcrumbs .breadcrumbs__container .breadcrumbs__list {
          display: flex;
          align-items: center;
          height: 48px;
          overflow-x: auto;
          margin-bottom: -17px;
          white-space: nowrap; }
          .aggregateAuthor__header .component.breadcrumbs .breadcrumbs__container .breadcrumbs__list .breadcrumbs__item {
            margin-bottom: 17px; }
    @media (min-width: 768px) {
      .aggregateAuthor__header {
        max-width: 640px;
        margin: 0 auto 64px; } }
    @media (min-width: 1024px) {
      .aggregateAuthor__header {
        flex-direction: row;
        max-width: 1279px;
        margin: 32px auto 0;
        padding: 0 24px 64px; } }
    @media (min-width: 1162px) {
      .aggregateAuthor__header {
        padding: 0 32px 64px; } }
  .aggregateAuthor__headShot {
    margin: 0; }
    @media (min-width: 768px) {
      .aggregateAuthor__headShot {
        margin: 0 auto;
        flex: 0 0 320px; } }
  .aggregateAuthor__summaryGroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .aggregateAuthor__summaryGroup .component.share-new {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 0;
      height: 32px;
      width: 3em;
      overflow: hidden;
      box-shadow: 0 0 10px 1px #fff;
      order: 0; }
      @media (min-width: 768px) {
        .aggregateAuthor__summaryGroup .component.share-new {
          right: 24px;
          top: 24px; } }
      .aggregateAuthor__summaryGroup .component.share-new.circle .icon > a {
        border-width: 0; }
      .aggregateAuthor__summaryGroup .component.share-new.square .icon.shareicon-modal-toggle {
        width: 80px;
        height: auto;
        border: 0;
        border-radius: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
        padding-left: 8px; }
        .aggregateAuthor__summaryGroup .component.share-new.square .icon.shareicon-modal-toggle .icon-reply {
          display: flex;
          flex-direction: column; }
          .aggregateAuthor__summaryGroup .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text {
            font-family: "Source Sans Pro", Arial;
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
            letter-spacing: 0;
            margin-top: -4px; }
      @media (min-width: 768px) {
        .aggregateAuthor__summaryGroup .component.share-new {
          width: 5em;
          padding-right: 0;
          align-self: flex-end; }
          .aggregateAuthor__summaryGroup .component.share-new.square .icon.shareicon-modal-toggle .icon-reply {
            flex-direction: row; }
            .aggregateAuthor__summaryGroup .component.share-new.square .icon.shareicon-modal-toggle .icon-reply svg {
              width: 24px;
              height: 24px; }
            .aggregateAuthor__summaryGroup .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text {
              font-family: "Source Sans Pro", Arial;
              font-size: 14px;
              line-height: 20px;
              font-weight: 400;
              letter-spacing: 0;
              margin-top: 0;
              margin-left: 4px;
              width: 100%;
              bottom: 0; } }
    .aggregateAuthor__summaryGroup .component.share-new {
      top: 0;
      right: 0; }
    @media (min-width: 768px) {
      .aggregateAuthor__summaryGroup .component.share-new.square {
        overflow: hidden; } }
    .aggregateAuthor__summaryGroup .component.share-new.square .icon.shareicon-modal-toggle > a {
      border: none; }
  .aggregateAuthor__headline {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 16px 0 8px; }
    @media (min-width: 768px) {
      .aggregateAuthor__headline {
        font-size: 36px;
        line-height: 44px; } }
  .aggregateAuthor__sponsorLogo {
    display: flex;
    float: right;
    justify-content: space-around;
    order: 2; }
  .aggregateAuthor__dek {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
    .aggregateAuthor__dek p {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      margin-top: 0;
      margin-bottom: 8px; }
  .aggregateAuthor__summaryWrapper {
    align-self: baseline;
    background-color: #fff;
    border-left: 4px solid rgba(0, 0, 0, 0.95);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    flex-grow: 1;
    margin: -24px 24px 64px;
    padding: 16px;
    position: relative; }
    @media (min-width: 768px) {
      .aggregateAuthor__summaryWrapper {
        margin: 0 0 64px;
        padding: 24px; } }
    @media (min-width: 1024px) {
      .aggregateAuthor__summaryWrapper {
        margin: 24px auto 0 -20px; } }
  .aggregateAuthor__headline-sponsor-wrapper {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .aggregateAuthor__headline-sponsor-wrapper {
        display: block; } }
  .aggregateAuthor__socialNetworkList {
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px; }
  .aggregateAuthor__socialNetworkListItem .display-block {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.95);
    transition: all .1s ease-in-out;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 16px; }
    .aggregateAuthor__socialNetworkListItem .display-block:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .aggregateAuthor__socialNetworkListItem .display-block:active {
      opacity: 0.8; }
    .aggregateAuthor__socialNetworkListItem .display-block:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .aggregateAuthor__socialNetworkListItem .display-block:visited {
      color: rgba(0, 0, 0, 0.95); }
    .aggregateAuthor__socialNetworkListItem .display-block:hover {
      box-shadow: none; }
      .aggregateAuthor__socialNetworkListItem .display-block:hover svg path:not(.default-icon-svg):not(.website-icon-svg) {
        fill: rgba(0, 0, 0, 0.95); }
      .aggregateAuthor__socialNetworkListItem .display-block:hover .icon-text {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .aggregateAuthor__socialNetworkListItem .display-block svg {
      align-self: flex-start;
      flex-shrink: 0;
      height: 30px;
      width: 30px; }
      .aggregateAuthor__socialNetworkListItem .display-block svg path:not(.default-icon-svg):not(.website-icon-svg) {
        fill: rgba(0, 0, 0, 0.95); }
  .aggregateAuthor__socialNetworkListItem .aggregateAuthor__email,
  .aggregateAuthor__socialNetworkListItem .icon-default {
    display: inline-block; }
    .aggregateAuthor__socialNetworkListItem .aggregateAuthor__email svg,
    .aggregateAuthor__socialNetworkListItem .icon-default svg {
      box-sizing: content-box;
      margin-right: 1px;
      padding: 5px;
      height: 20px;
      width: 20px; }
  @media (min-width: 1162px) {
    .aggregateAuthor__content {
      width: 760px; } }
  .aggregateAuthor__tabs {
    margin: 0 16px 48px; }
    @media (min-width: 768px) {
      .aggregateAuthor__tabs {
        margin: 0 auto 48px;
        max-width: 640px; } }
    @media (min-width: 1024px) {
      .aggregateAuthor__tabs {
        margin: 0 24px 48px; } }
    @media (min-width: 1162px) {
      .aggregateAuthor__tabs {
        margin: 0 auto 48px;
        max-width: 1279px;
        padding: 0 32px; } }
  .aggregateAuthor .component.lazy-image {
    width: 140px; }
    @media (min-width: 768px) {
      .aggregateAuthor .component.lazy-image {
        width: 248px; } }
  .aggregateAuthor .category-page-aside {
    display: none; }
    .aggregateAuthor .category-page-aside .ad-container {
      margin: 0; }
      .aggregateAuthor .category-page-aside .ad-container + .ad-container {
        margin-top: 24px; }
    @media (min-width: 1024px) {
      .aggregateAuthor .category-page-aside {
        display: block; } }
  .aggregateAuthor .mobile-ad.ad-title,
  .aggregateAuthor .tablet-ad.ad-title {
    padding: 8px 0; }
  .aggregateAuthor .tout {
    padding-bottom: 32px; }
    @media (min-width: 768px) {
      .aggregateAuthor .tout {
        padding-bottom: 40px; } }
    .aggregateAuthor .tout_titleLinkText {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0.1px; }
      @media (min-width: 768px) {
        .aggregateAuthor .tout_titleLinkText {
          font-size: 24px;
          line-height: 32px; } }
    .aggregateAuthor .tout__summary {
      display: none; }
  .aggregateAuthor__rightRail {
    display: none; }
  @media (min-width: 768px) {
    .aggregateAuthor {
      max-width: 640px;
      margin: 0 auto;
      padding-bottom: 16px; } }
  @media (min-width: 1024px) {
    .aggregateAuthor {
      max-width: 1279px;
      display: grid;
      grid-template-columns: auto 324px;
      grid-template-rows: auto auto auto;
      margin: 0 auto;
      padding: 0 24px 8px; }
      .aggregateAuthor__rightRail {
        display: block; }
        .aggregateAuthor__rightRail .ad-container + .ad-container {
          margin-top: 24px; }
      .aggregateAuthor__leaderboard-ad-wrapper {
        grid-column: span 2; }
        .aggregateAuthor__leaderboard-ad-wrapper div div.ad div {
          margin-bottom: 40px; } }
  @media (min-width: 1162px) {
    .aggregateAuthor {
      grid-template-columns: 760px 300px;
      padding: 0 32px 64px; } }

@media (min-width: 1162px) {
  .node-author__swears .aggregateAuthor {
    grid-template-columns: 1fr 300px; } }

.node-author__swears .aggregateAuthor__content {
  width: 100%; }
  .node-author__swears .aggregateAuthor__content .component.card {
    margin-right: 32px; }

.sweepstakesEntry {
  display: flex;
  flex-direction: column;
  margin: 0 auto; }
  .sweepstakesEntry__main__inner, .sweepstakesEntry__right {
    margin: 0 auto;
    max-width: 320px; }
  .sweepstakesEntry__headline {
    margin: 16px 0; }
  .sweepstakesEntry__title {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0; }
    @media (min-width: 768px) {
      .sweepstakesEntry__title {
        font-size: 48px;
        line-height: 52px; } }
  .sweepstakesEntry__confirmationTitle {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0; }
  .sweepstakesEntry__subtitle {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-align: center; }
    @media (min-width: 768px) {
      .sweepstakesEntry__subtitle {
        font-size: 24px;
        line-height: 32px; } }
  .sweepstakesEntry p a {
    color: rgba(0, 0, 0, 0.95);
    padding: 2px 0;
    box-shadow: inset 0 -2px 0 #ac1900;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .sweepstakesEntry p a:visited {
      color: #595959;
      box-shadow: inset 0 -2px 0 #ac1900; }
    .sweepstakesEntry p a:hover, .sweepstakesEntry p a:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
    .sweepstakesEntry p a:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 #ac1900; }
  .sweepstakesEntry .component.table .tableHead .tableCell,
  .sweepstakesEntry .component.table .tableCell {
    white-space: initial; }
  .sweepstakesEntry .table {
    margin: 32px 0; }
    .sweepstakesEntry .table .paragraph p {
      margin: 0; }
  .sweepstakesEntry__right {
    padding-top: 32px; }
    .sweepstakesEntry__right .component.embeddedAuth {
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }
      .sweepstakesEntry__right .component.embeddedAuth.success {
        display: none; }
      .sweepstakesEntry__right .component.embeddedAuth .embeddedAuth__frame {
        max-height: unset;
        width: auto; }
  @media (min-width: 768px) {
    .sweepstakesEntry__main__inner, .sweepstakesEntry__right {
      margin: 0 auto;
      max-width: 640px; }
    .sweepstakesEntry .table {
      margin: 36px 0; }
    .sweepstakesEntry__right .component.embeddedAuth .embeddedAuth__frame {
      width: 640px; } }
  @media (min-width: 1024px) {
    .sweepstakesEntry {
      display: grid;
      grid-template-areas: 'header header' 'main right'; }
      .sweepstakesEntry__header {
        grid-area: header; }
      .sweepstakesEntry__main {
        grid-area: main; }
      .sweepstakesEntry__right {
        grid-area: right;
        margin-left: 48px;
        padding: 0;
        width: 328px; }
        .sweepstakesEntry__right .component.embeddedAuth .embeddedAuth__frame {
          width: 328px; }
      .sweepstakesEntry .component.table .tableHead .tableCell,
      .sweepstakesEntry .component.table .tableCell {
        white-space: nowrap; }
      .sweepstakesEntry .table {
        margin: 40px 0; } }
  @media (min-width: 1162px) {
    .sweepstakesEntry__right {
      width: 460px; }
      .sweepstakesEntry__right .component.embeddedAuth .embeddedAuth__frame {
        width: 460px; } }
  .sweepstakesEntry__sponsorLogo {
    display: block;
    margin: 0 auto;
    max-height: 60px;
    max-width: 240px; }
    .sweepstakesEntry__sponsorLogo--padded {
      margin-top: 24px; }
    @media (min-width: 768px) {
      .sweepstakesEntry__sponsorLogo {
        display: inline-block;
        margin: 0; }
        .sweepstakesEntry__sponsorLogo--padded {
          margin-top: 0;
          padding-left: 24px; } }
  .sweepstakesEntry__sponsorHeading {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin: 32px 0 8px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .sweepstakesEntry__sponsorHeading {
        text-align: left; } }
  .sweepstakesEntry__rulesPage, .sweepstakesEntry__factsPage {
    margin: 0 32px; }
    @media (min-width: 768px) {
      .sweepstakesEntry__rulesPage, .sweepstakesEntry__factsPage {
        margin: 0; } }
    .sweepstakesEntry__rulesPage p, .sweepstakesEntry__rulesPage ol, .sweepstakesEntry__rulesPage ul, .sweepstakesEntry__factsPage p, .sweepstakesEntry__factsPage ol, .sweepstakesEntry__factsPage ul {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0; }
    .sweepstakesEntry__rulesPage h2, .sweepstakesEntry__rulesPage h3, .sweepstakesEntry__factsPage h2, .sweepstakesEntry__factsPage h3 {
      margin: 24px 0 8px; }
  .sweepstakesEntry .category-page-header-wrapper {
    margin: 24px auto;
    width: 320px; }
    @media (min-width: 768px) {
      .sweepstakesEntry .category-page-header-wrapper {
        width: 640px;
        margin: 32px auto; } }
    @media (min-width: 1024px) {
      .sweepstakesEntry .category-page-header-wrapper {
        margin: 8px 0 32px; } }
    .sweepstakesEntry .category-page-header-wrapper .component.breadcrumbs .breadcrumbs__container {
      justify-content: left; }

.modal-active.solve-media-modal {
  pointer-events: none;
  background: transparent; }
  .modal-active.solve-media-modal input[type="text"] {
    font-size: 16px !important; }
  .modal-active.solve-media-modal .solve-media-modal {
    pointer-events: initial;
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0;
    position: fixed; }
    .modal-active.solve-media-modal .solve-media-modal .dialog-close-text {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .modal-active.solve-media-modal .solve-media-modal .dialog-wrap .close {
      display: none; }
    .modal-active.solve-media-modal .solve-media-modal .finish-button {
      padding: 8px;
      margin-top: 8px;
      left: 50%;
      transform: translateX(-50%);
      max-width: 100%; }

.template-node-commerce-product-collection {
  overflow-x: hidden; }

.productDetails .filmstripSlide {
  background-color: rgba(0, 0, 0, 0.05); }
  .productDetails .filmstripSlide__slidesContainer {
    height: 360px; }
  .productDetails .filmstripSlide__carouselSwipe .carouselNav .lazy-image {
    height: 78px;
    width: 78px; }
  .productDetails .filmstripSlide__carouselSwipe .carouselNav__list {
    padding: 4px 2px; }
  .productDetails .filmstripSlide__carouselSwipe .carouselNav__listItem.selected .carouselNav__imageButton {
    outline: 2px solid rgba(0, 0, 0, 0.95); }
  .productDetails .filmstripSlide__carouselSwipe .carouselNav__imageButton {
    border: 1px solid rgba(0, 0, 0, 0.15);
    outline: 2px solid #fff; }
  @media (min-width: 768px) {
    .productDetails .filmstripSlide__slidesContainer {
      height: 550px;
      width: 550px;
      margin: auto; } }

@media (min-width: 1024px) {
  .productDetails {
    padding: 32px 32px 0;
    margin: 0 auto; } }

@media (min-width: 1279px) {
  .productDetails {
    padding: 32px 0 0; } }

@media (min-width: 1162px) {
  .productDetails {
    max-width: 1100px; } }

.productDetails__headlineContainer, .productDetails__shareContainer, .productDetails__metaContainer {
  margin: 0 16px; }
  @media (min-width: 768px) {
    .productDetails__headlineContainer, .productDetails__shareContainer, .productDetails__metaContainer {
      margin: 0; } }

.productDetails__descriptionSubTitle {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 8px; }

.productDetails__description p {
  margin-top: 8px;
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0; }

@media (min-width: 768px) {
  .productDetails__breadcrumbs, .productDetails__productContainer {
    max-width: 640px;
    margin: 0 auto; } }

@media (min-width: 1024px) {
  .productDetails__breadcrumbs, .productDetails__productContainer {
    max-width: unset; } }

.productDetails__breadcrumbs .component.breadcrumbs {
  margin: 24px 16px; }
  @media (min-width: 768px) {
    .productDetails__breadcrumbs .component.breadcrumbs {
      margin: 24px auto; } }
  @media (min-width: 1024px) {
    .productDetails__breadcrumbs .component.breadcrumbs {
      margin: 0 auto 24px 0; } }
  .productDetails__breadcrumbs .component.breadcrumbs .breadcrumbs__container {
    justify-content: flex-start; }

.productDetails__brandContainer {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 10px auto 8px;
  text-transform: uppercase; }

.productDetails__salePriceContainer, .productDetails__originalPrice {
  color: rgba(0, 0, 0, 0.95);
  font-family: "Klein", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 24px; }
  @media (min-width: 1024px) {
    .productDetails__salePriceContainer, .productDetails__originalPrice {
      margin-top: 0; } }

.productDetails__salePrice {
  color: #cc0000; }

.productDetails__onSale {
  font-weight: 400; }

.productDetails__fallbackPriceContainer {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.65); }

.productDetails__fallbackPrice {
  text-decoration: line-through; }

.productDetails__swearRatingsContainer {
  display: flex;
  align-items: center;
  margin: 24px auto; }
  @media (min-width: 1024px) {
    .productDetails__swearRatingsContainer {
      margin: 0 auto 24px;
      display: inline-flex;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      .productDetails__swearRatingsContainer .productDetails__textContainer {
        margin-top: 8px; } }

.productDetails__swearRatingswrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .productDetails__swearRatingswrapper svg {
    width: 28px;
    height: 28px; }

.productDetails__swearColorContainer {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.95); }

.productDetails__swearColorSelected {
  font-weight: 400; }

.productDetails__propertyLabel {
  margin-bottom: 8px; }

.productDetails__swearColorVariant {
  display: inline-flex; }
  .productDetails__swearColorVariant.selected .productDetails__swearColorThumbnail {
    outline: 2px solid rgba(0, 0, 0, 0.95); }

.productDetails__swearSizeVariant {
  display: inline-flex; }

.productDetails__swearColorThumbnail {
  outline: 2px solid #fff;
  margin-right: 6px;
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  width: 38px; }

.productDetails__swearSizeVariantItem {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0.95);
  padding: 14px 24px;
  border-right: none;
  background: transparent; }

.productDetails__swearSizeVariantItem:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.95); }

.productDetails__swearSizeContainer {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.95);
  padding-top: 24px; }

.productDetails__textContainer {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
  top: -2px;
  margin-left: 4px;
  vertical-align: middle; }
  @media (min-width: 1024px) {
    .productDetails__textContainer {
      top: unset;
      bottom: 7px; } }

.productDetails__textContainer--noSwears {
  color: rgba(0, 0, 0, 0.95);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.95); }
  .productDetails__textContainer--noSwears:hover, .productDetails__textContainer--noSwears:active, .productDetails__textContainer--noSwears:focus, .productDetails__textContainer--noSwears:visited {
    color: rgba(0, 0, 0, 0.95); }

.productDetails__stockContainer {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 24px; }
  .productDetails__stockContainer svg {
    position: relative;
    top: 6px; }

.productDetails__swears {
  width: 100%; }

.productDetails__salePrice_Wrapper, .productDetails__originalPrice_Wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.productDetails__buttoncontainer {
  margin: 16px auto 24px; }

.productDetails__button {
  text-transform: capitalize;
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center; }
  .productDetails__button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .productDetails__button:active {
    opacity: 0.8; }
  .productDetails__button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .productDetails__button:active {
    opacity: 0.8; }
  .productDetails__button svg path {
    fill: #fff; }
  .productDetails__button:visited {
    background: rgba(0, 0, 0, 0.95);
    color: #fff; }
  .productDetails__button:hover, .productDetails__button:active, .productDetails__button:focus {
    background: #ac1900;
    border-color: #ac1900;
    color: #fff; }
    .productDetails__button:hover svg path, .productDetails__button:active svg path, .productDetails__button:focus svg path {
      fill: #fff; }
  .productDetails__button[disabled] {
    border: 3px solid #D9D9D9;
    background-color: #D9D9D9;
    color: #fff; }
  .productDetails__button:active, .productDetails__button:hover, .productDetails__button:focus {
    border-color: #ac1900; }
  .productDetails__button:active, .productDetails__button:focus {
    border: 3px solid #014ecb; }
  .productDetails__button svg {
    margin-left: 4px; }
    .productDetails__button svg path {
      fill: #fff; }
  .productDetails__button:hover svg path {
    fill: #fff; }

.productDetails__notAvailableButtonContainer {
  text-transform: capitalize;
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.95);
  background: #fff;
  display: flex;
  justify-content: center;
  margin: 16px auto 32px; }
  .productDetails__notAvailableButtonContainer:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .productDetails__notAvailableButtonContainer:active {
    opacity: 0.8; }
  .productDetails__notAvailableButtonContainer:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .productDetails__notAvailableButtonContainer:active {
    opacity: 0.8; }
  .productDetails__notAvailableButtonContainer svg path {
    fill: rgba(0, 0, 0, 0.95); }
  .productDetails__notAvailableButtonContainer:visited {
    border: 3px solid rgba(0, 0, 0, 0.95);
    color: rgba(0, 0, 0, 0.95);
    background: #fff; }
  .productDetails__notAvailableButtonContainer:hover, .productDetails__notAvailableButtonContainer:active, .productDetails__notAvailableButtonContainer:focus {
    border-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    background: rgba(0, 0, 0, 0.95); }
    .productDetails__notAvailableButtonContainer:hover svg path, .productDetails__notAvailableButtonContainer:active svg path, .productDetails__notAvailableButtonContainer:focus svg path {
      fill: #fff; }
  .productDetails__notAvailableButtonContainer[disabled] {
    border: 3px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: rgba(0, 0, 0, 0.65); }
  .productDetails__notAvailableButtonContainer:active, .productDetails__notAvailableButtonContainer:focus {
    border: 3px solid #014ecb; }

@media (min-width: 1024px) {
  .productDetails__productContainer {
    display: grid;
    -moz-column-gap: 24px;
         column-gap: 24px;
    grid-template: "sharebar images headline" auto "sharebar images productMeta" auto / 48px 550px auto; } }

@media (min-width: 1162px) {
  .productDetails__productContainer {
    -moz-column-gap: 32px;
         column-gap: 32px; } }

.productDetails__headline {
  font-family: "Klein", "Times New Roman", serif;
  text-transform: none;
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0 0 24px; }
  @media (min-width: 1024px) {
    .productDetails__headline {
      margin: 0; } }

@media (min-width: 1024px) {
  .productDetails__headlineContainer {
    grid-area: headline; } }

@media (min-width: 1024px) {
  .productDetails__shareBarWrapper {
    grid-area: sharebar; } }

@media (min-width: 1024px) {
  .productDetails__swearReviews {
    flex: 1 1 auto; } }

.productDetails__imagesContainer {
  margin-top: 24px; }
  @media (min-width: 1024px) {
    .productDetails__imagesContainer {
      grid-area: images;
      margin-top: 0; }
      .productDetails__imagesContainer .container-full-width {
        padding: 0; } }

@media (min-width: 1024px) {
  .productDetails__metaContainer {
    grid-area: productMeta;
    margin-bottom: 84px;
    margin-top: 16px; } }

.productDetails__blockContainer {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .productDetails__blockContainer {
      margin-top: 48px; } }
  @media (min-width: 1024px) {
    .productDetails__blockContainer {
      margin-top: 56px; } }
  @media (min-width: 1162px) {
    .productDetails__blockContainer {
      margin-top: 64px; } }

/* stylelint-disable */
.productDetails__shareContainer {
  min-height: 48px; }

.productDetails__imagesContainer button.icon.icon-image-zoom {
  display: none; }

.productDetails__contentRecircContainer, .productDetails__productRecircContainer {
  margin-left: 24px; }
  @media (min-width: 1279px) {
    .productDetails__contentRecircContainer, .productDetails__productRecircContainer {
      margin-left: 0; } }

.productDetails__swearsContainer {
  min-height: 400px; }
  @media (min-width: 1024px) {
    .productDetails__swearsContainer {
      display: flex; } }

.productDetails__footerAd {
  min-height: 400px;
  background-color: #ffebcd; }

.productDetails .recirc-divider {
  position: relative;
  border: 0;
  overflow: visible;
  background: rgba(0, 0, 0, 0.15);
  background-size: auto;
  height: 1px;
  width: 100%;
  margin: 16px 0;
  margin: 16px auto; }
  .productDetails .recirc-divider:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 5px;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
  .productDetails .recirc-divider:after {
    margin: 0; }
  .productDetails .recirc-divider:first-child {
    margin-top: 56px; }
  .productDetails .recirc-divider:last-child {
    position: absolute;
    bottom: 0;
    margin-bottom: 0; }

/* stylelint-enable */
.template-aggregate .component.alert-banner:not(.hidden) ~ .sweepstakesAggregate .category-page-header-no-hero {
  height: 80px; }
  @media (min-width: 768px) {
    .template-aggregate .component.alert-banner:not(.hidden) ~ .sweepstakesAggregate .category-page-header-no-hero {
      height: 112px; } }

.template-aggregate.node-sweepstakes .component.alert-banner {
  justify-content: center; }
  @media (min-width: 768px) {
    .template-aggregate.node-sweepstakes .component.alert-banner .alert-text {
      width: calc(640px + 32px); } }
  @media (min-width: 1024px) {
    .template-aggregate.node-sweepstakes .component.alert-banner .alert-text {
      width: calc(1024px - 48px - 60px); } }
  @media (min-width: 1162px) {
    .template-aggregate.node-sweepstakes .component.alert-banner .alert-text {
      width: calc(1162px - 64px); } }
  @media (min-width: 1279px) {
    .template-aggregate.node-sweepstakes .component.alert-banner .alert-text {
      width: calc(1310px - 64px - 40px); } }

.sweepstakesAggregate .category-page-header.layout-no-image {
  padding: 0 24px; }
  @media (min-width: 768px) {
    .sweepstakesAggregate .category-page-header.layout-no-image {
      padding: 0 32px; } }

.sweepstakesAggregate .category-page-body:not(.category-page-list-related) {
  margin-top: 64px; }

.sweepstakesAggregate .category-page-body.aggregate-sweepstakes-topics ~ .sweepstakesEntry__confirmation.rendered {
  margin-top: 0; }

.sweepstakesAggregate .category-page-body.aggregate-sweepstakes-topics ~ .category-page-list,
.sweepstakesAggregate .sweepstakesEntry__confirmation.rendered ~ .category-page-list {
  margin-top: 0; }

.sweepstakesAggregate .card__large {
  display: inline-block;
  height: 100%;
  width: 100%;
  min-height: auto; }
  .sweepstakesAggregate .card__large .card__imageContainer {
    max-width: unset;
    max-height: unset; }
  .sweepstakesAggregate .card__large .card__title {
    margin: 16px 0 8px; }

.sweepstakesAggregate .card__sweepstakes .card__title {
  display: inline;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.95);
  padding: 2px 0;
  transition: all .1s ease-in-out;
  text-decoration: none; }
  .sweepstakesAggregate .card__sweepstakes .card__title:visited {
    color: #595959;
    box-shadow: inset 0 -2px 0 #595959; }
  .sweepstakesAggregate .card__sweepstakes .card__title:hover, .sweepstakesAggregate .card__sweepstakes .card__title:active, .sweepstakesAggregate .card__sweepstakes .card__title:focus {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }

.sweepstakesAggregate .card__sweepstakes .card__description a {
  color: rgba(0, 0, 0, 0.95);
  padding: 1px 0;
  transition: all .1s ease-in-out;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .sweepstakesAggregate .card__sweepstakes .card__description a:visited {
    color: #595959;
    box-shadow: inset 0 -1px 0 #595959; }
  .sweepstakesAggregate .card__sweepstakes .card__description a:hover {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

@media (min-width: 768px) {
  .sweepstakesAggregate .card__large {
    height: auto; } }

@media (min-width: 768px) and (max-width: 1161px) {
  .template-aggregate.node-sweepstakes .sweepstakesAggregate .category-page-list .category-page-list-content {
    max-width: 576px; } }

@media (min-width: 1162px) {
  .sweepstakesAggregate .card__large {
    margin-right: 32px; } }

.formLayout {
  margin: 0 0 48px;
  background: linear-gradient(to bottom, #CAE8B5 96px, #fff 96px, #fff);
  padding-top: 24px; }
  @media (min-width: 768px) {
    .formLayout {
      margin: 0 0 64px; } }
  .formLayout__section {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 16px 0 32px; }
  .formLayout__sectionItems.formLayout__sectionItems--reorder {
    position: relative; }
    .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__userInputRemove {
      display: none; }
    .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__userInputDrag {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      cursor: -webkit-grab;
      cursor: grab; }
      .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__userInputDrag svg path {
        fill: #B2B2B2; }
    .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__singleInput {
      flex-wrap: nowrap;
      position: relative; }
    .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__inputWrapperGroup {
      padding: 12px 16px;
      position: relative; }
      .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__inputWrapperGroup .userAccountForm__error {
        position: absolute;
        width: 100%; }
    .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__inputWrapper {
      transition: top 200ms;
      color: rgba(0, 0, 0, 0.95);
      background: #F2F2F2; }
      .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__inputWrapper.selected {
        font-style: italic;
        font-weight: 700; }
        .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__inputWrapper.selected .formLayout__userInput, .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__inputWrapper.selected .formLayout__userInputTextarea {
          font-style: italic;
          font-weight: 700; }
      .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__inputWrapper.draggable {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        position: relative;
        z-index: 10; }
        .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__inputWrapper.draggable .formLayout__singleInput {
          cursor: -webkit-grab;
          cursor: grab; }
        .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__inputWrapper.draggable.beingDragged .formLayout__singleInput {
          background: #D9D9D9;
          box-shadow: none; }
    .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__userInput, .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__userInputTextarea {
      pointer-events: none;
      border-color: transparent;
      background: transparent;
      color: rgba(0, 0, 0, 0.95); }
      .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__userInput::-moz-placeholder, .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__userInputTextarea::-moz-placeholder {
        color: rgba(0, 0, 0, 0.95); }
      .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__userInput:-ms-input-placeholder, .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__userInputTextarea:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.95); }
      .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__userInput::placeholder, .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__userInputTextarea::placeholder {
        color: rgba(0, 0, 0, 0.95); }
      .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__userInput:focus, .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__userInputTextarea:focus {
        outline: none; }
    .formLayout__sectionItems.formLayout__sectionItems--reorder .formLayout__userInputTextarea {
      padding: 0;
      border-width: 0;
      min-height: 0; }
  .formLayout__sectionItems .formLayout__userInputDrag {
    display: none; }
  .formLayout__sectionTitle {
    margin-top: 0;
    margin-bottom: 8px;
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0; }
  .formLayout__sectionDescription {
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.65);
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
  .formLayout__sectionSubtext {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0; }
    .formLayout__sectionSubtext--text {
      max-width: 55%; }
    .formLayout__sectionSubtext--link {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .formLayout__sectionSubtext--link:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .formLayout__sectionSubtext--link:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .formLayout__sectionSubtext--linkButton {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      color: rgba(0, 0, 0, 0.95);
      transition: all .1s ease-in-out;
      text-decoration: none;
      text-transform: uppercase;
      display: flex;
      align-items: center; }
      .formLayout__sectionSubtext--linkButton:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .formLayout__sectionSubtext--linkButton:active {
        opacity: 0.8; }
      .formLayout__sectionSubtext--linkButton:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .formLayout__sectionSubtext--linkButton:visited {
        color: rgba(0, 0, 0, 0.95); }
      .formLayout__sectionSubtext--linkButton svg path {
        fill: #ac1900; }
      .formLayout__sectionSubtext--linkButton .icon-check {
        display: none;
        margin-right: 4px; }
        .formLayout__sectionSubtext--linkButton .icon-check svg {
          width: 20px;
          height: 21px; }
      .formLayout__sectionSubtext--linkButton .icon-reorder {
        margin-right: 4px; }
        .formLayout__sectionSubtext--linkButton .icon-reorder svg {
          width: 20px;
          height: 21px; }
    .formLayout__sectionSubtext--linkButtonBold .icon-reorder {
      display: none; }
    .formLayout__sectionSubtext--linkButtonBold .icon-check {
      display: inline-block; }
  .formLayout__innerContainer {
    padding: 24px 16px;
    background-color: #fff;
    margin: 0 16px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }
  .formLayout__wrapper {
    margin: auto; }
  .formLayout__photoUploadWrapper {
    width: 300px;
    height: 300px;
    margin: auto auto 32px;
    max-width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.05); }
    .formLayout__photoUploadWrapper .lazy-image__placeholder {
      display: none; }
    .formLayout__photoUploadWrapper__uploadInput, .formLayout__photoUploadWrapper__uploadedImage {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background-size: cover;
      background-position: center center; }
    .formLayout__photoUploadWrapper__uploadInput {
      z-index: 10;
      opacity: 0; }
  .formLayout__uploadIcon {
    position: absolute;
    display: flex;
    bottom: 8px;
    right: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #ac1900;
    background: #fff;
    width: 48px;
    height: 48px;
    z-index: 200; }
    .formLayout__uploadIcon svg {
      top: 0;
      left: 0; }
  @media (min-width: 768px) {
    .formLayout__header--recipeDetails, .formLayout__header--swearbyStory {
      display: flex;
      justify-content: space-between; } }
  .formLayout__header .formLayout__userInputTextarea {
    min-height: 168px; }
    .formLayout__header .formLayout__userInputTextarea.hidden {
      display: none; }
  .formLayout__inputs {
    flex: 1 1 auto; }
  .formLayout__userInputRemove {
    padding: 0 8px; }
  .formLayout__headingWrapper {
    margin-bottom: 16px; }
    .formLayout__headingWrapperText {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 28px;
      line-height: 32px;
      font-weight: 800;
      letter-spacing: 0;
      margin: 0; }
      @media (min-width: 768px) {
        .formLayout__headingWrapperText {
          font-size: 36px;
          line-height: 44px; } }
  .formLayout__description {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 32px; }
  .formLayout__inputWrapper {
    margin-bottom: 32px; }
    .formLayout__inputWrapper.error .userAccountForm__error {
      display: flex; }
  .formLayout__inputWrapper--header .formLayout__userInput,
  .formLayout__inputWrapper--header .formLayout__userInputTextarea {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0; }
  .formLayout__inputWrapper--header.hide {
    display: none; }
  .formLayout__errorWrapper {
    flex: 1 1 auto; }
  .formLayout__userInput, .formLayout__userInputTextarea {
    min-height: 48px;
    width: 100%;
    padding: 8px 16px;
    border: 1px solid rgba(0, 0, 0, 0.65);
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
    .formLayout__userInput.timeInput, .formLayout__userInputTextarea.timeInput {
      width: 72px;
      float: right; }
    .formLayout__userInput.error, .formLayout__userInputTextarea.error {
      outline: 2px solid #cc0000;
      outline-offset: 2px; }
  .formLayout input:-webkit-autofill {
    box-shadow: 0 0 0 30px #fff inset !important; }
  .formLayout input:-webkit-autofill:first-line {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
  .formLayout input[disabled]:-webkit-autofill {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .formLayout .selectWrapper {
    position: relative; }
    .formLayout .selectWrapper:after {
      content: '';
      width: 0;
      height: 0;
      display: inline-block;
      content: '';
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid rgba(0, 0, 0, 0.65);
      position: absolute;
      pointer-events: none;
      right: 16px;
      top: 21px; }
    .formLayout .selectWrapper select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .formLayout__userInputTextarea {
    min-height: 80px;
    padding: 16px;
    resize: vertical; }
  .formLayout__footnote {
    display: flex;
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65); }
  .formLayout__stepsText {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 24px; }
    @media (min-width: 768px) {
      .formLayout__stepsText {
        margin: 0 auto 32px; } }
  .formLayout__priceInput::-webkit-outer-spin-button, .formLayout__priceInput::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .formLayout__uploadContent {
    margin-bottom: 32px; }
    .formLayout__uploadContent .swearsUpload {
      max-width: 296px;
      height: 300px;
      width: 100%; }
    .formLayout__uploadContent .swearsUpload__helpIcon {
      width: 80px;
      height: 80px; }
      .formLayout__uploadContent .swearsUpload__helpIcon svg {
        width: 40px;
        height: 40px; }
  .formLayout__itemUploadWrapper {
    padding-top: 32px;
    margin: 0 0 32px; }
    @media (min-width: 768px) {
      .formLayout__itemUploadWrapper {
        padding-top: 0; } }
  .formLayout__itemUploadContent {
    width: 100%;
    height: 120px;
    padding: 24px 16px 32px;
    text-align: center;
    border: dashed 1px #979797; }
    .formLayout__itemUploadContent--addSwearsButton {
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      margin-bottom: 16px; }
      .formLayout__itemUploadContent--addSwearsButton label {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        color: rgba(0, 0, 0, 0.95);
        transition: all .1s ease-in-out;
        text-decoration: none;
        margin-left: 4px; }
        .formLayout__itemUploadContent--addSwearsButton label:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .formLayout__itemUploadContent--addSwearsButton label:active {
          opacity: 0.8; }
        .formLayout__itemUploadContent--addSwearsButton label:hover {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
        .formLayout__itemUploadContent--addSwearsButton label:visited {
          color: rgba(0, 0, 0, 0.95); }
    .formLayout__itemUploadContent--selectSwearDescription {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      font-style: normal; }
  .formLayout__disclaimer {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    width: 100%;
    display: inline-block;
    padding-top: 32px;
    margin-bottom: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .formLayout__disclaimer-link {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.65); }
      .formLayout__disclaimer-link:visited {
        color: #595959; }
      .formLayout__disclaimer-link:hover {
        color: rgba(0, 0, 0, 0.65); }
  .formLayout__cancel {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.95);
    transition: all .1s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    margin: 14px 24px; }
    .formLayout__cancel:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .formLayout__cancel:active {
      opacity: 0.8; }
    .formLayout__cancel:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .formLayout__cancel:visited {
      color: rgba(0, 0, 0, 0.95); }
  .formLayout__submit {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0;
    display: flex;
    height: 48px;
    align-items: center;
    text-transform: none;
    font-weight: 700; }
    .formLayout__submit:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .formLayout__submit:active {
      opacity: 0.8; }
    .formLayout__submit:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .formLayout__submit:active {
      opacity: 0.8; }
    .formLayout__submit svg path {
      fill: #fff; }
    .formLayout__submit:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .formLayout__submit:hover, .formLayout__submit:active, .formLayout__submit:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .formLayout__submit:hover svg path, .formLayout__submit:active svg path, .formLayout__submit:focus svg path {
        fill: #fff; }
    .formLayout__submit[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .formLayout__submit:active, .formLayout__submit:hover, .formLayout__submit:focus {
      border-color: #ac1900; }
    .formLayout__submit:active, .formLayout__submit:focus {
      border: 3px solid #014ecb; }
  .formLayout__disabled {
    pointer-events: none;
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, 0.15); }
  .formLayout__buttonsContainer {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (min-width: 768px) {
      .formLayout__buttonsContainer--step2 {
        margin-top: -64px; } }
  .formLayout__inputLabel, .formLayout__storyLabel, .formLayout__recipeLabel {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    width: 100%;
    font-weight: 700;
    margin-bottom: 4px; }
  .formLayout__inputLabel--review {
    margin-bottom: 32px; }
  .formLayout .formLayout__checkbox:checked + .formLayout__checkboxLabel:after {
    background-color: transparent;
    border: solid 1px #fff;
    border-width: 0 2px 2px 0;
    left: 5px;
    opacity: 1;
    transform: rotate(45deg); }
  .formLayout .formLayout__checkbox:checked + .formLayout__checkboxLabel:before {
    border-color: #ac1900;
    background-color: #ac1900;
    color: #fff; }
  .formLayout .formLayout__checkbox:checked + .formLayout__checkboxLabel:after {
    top: 0;
    left: 6px; }
  .formLayout .formLayout__checkbox:checked + .formLayout__checkboxLabel:hover:before {
    border-color: #ac1900;
    background-color: #ac1900;
    color: #fff; }
  .formLayout .formLayout__checkbox:focus + .formLayout__checkboxLabel:before {
    box-shadow: none;
    outline: 2px solid #014ECB;
    outline-offset: 3px; }
  .formLayout .formLayout__checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .formLayout .formLayout__checkboxLabel {
    position: relative;
    padding-left: 28px;
    cursor: pointer; }
    .formLayout .formLayout__checkboxLabel:before, .formLayout .formLayout__checkboxLabel:after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      display: inline-block; }
    .formLayout .formLayout__checkboxLabel:before {
      width: 18px;
      height: 18px;
      border-radius: 3px;
      border: 2px solid rgba(0, 0, 0, 0.65);
      background-color: #fff; }
    .formLayout .formLayout__checkboxLabel:after {
      opacity: 1; }
    .formLayout .formLayout__checkboxLabel:after {
      top: 0;
      left: 6px;
      width: 8px;
      height: 12px;
      border: solid 1px #fff;
      border-width: 0 2px 2px 0;
      background-color: transparent;
      transform: rotate(45deg); }
  .formLayout__checkbox {
    visibility: hidden; }
  .formLayout__checkboxLabel {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95); }
  .formLayout__dollarLabel {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-right: 8px;
    margin-top: 12px; }
  .formLayout__inputInnerWrapper {
    display: flex;
    align-items: center; }
    .formLayout__inputInnerWrapper--priceInput {
      align-items: normal; }
  .formLayout__inputWrapperGroup {
    flex: 1 1 auto; }
    .formLayout__inputWrapperGroup .formLayout__userInput,
    .formLayout__inputWrapperGroup .formLayout__userInputTextarea {
      width: 100%; }
  .formLayout__singleInput {
    display: flex;
    flex-wrap: wrap; }
    .formLayout__singleInput .formLayout__inputLabel {
      font-weight: 400; }
  .formLayout__sectionButtonsContainer {
    display: block;
    margin-top: 32px; }
    .formLayout__sectionButtonsContainer.hidden {
      display: none; }
    @media (min-width: 768px) {
      .formLayout__sectionButtonsContainer {
        display: flex;
        justify-content: flex-start; } }
  .formLayout__addButton .icon {
    margin-right: 4px;
    position: relative;
    top: 1px; }
  .formLayout__addButton--helperText {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    padding-left: 4px; }
  .formLayout__addButton--input {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    border-radius: 0;
    color: rgba(0, 0, 0, 0.95);
    background: #fff;
    text-transform: uppercase; }
    .formLayout__addButton--input:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .formLayout__addButton--input:active {
      opacity: 0.8; }
    .formLayout__addButton--input:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .formLayout__addButton--input:active {
      opacity: 0.8; }
    .formLayout__addButton--input svg path {
      fill: rgba(0, 0, 0, 0.95); }
    .formLayout__addButton--input:visited {
      border: 3px solid rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
    .formLayout__addButton--input:hover, .formLayout__addButton--input:active, .formLayout__addButton--input:focus {
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff;
      background: rgba(0, 0, 0, 0.95); }
      .formLayout__addButton--input:hover svg path, .formLayout__addButton--input:active svg path, .formLayout__addButton--input:focus svg path {
        fill: #fff; }
    .formLayout__addButton--input[disabled] {
      border: 3px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.65); }
    .formLayout__addButton--input:active, .formLayout__addButton--input:focus {
      border: 3px solid #014ecb; }
    .formLayout__addButton--input svg g {
      fill: rgba(0, 0, 0, 0.95); }
    .formLayout__addButton--input:hover svg g {
      fill: #fff; }
  .formLayout__addButton--header, .formLayout__addButton--time {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff; }
    .formLayout__addButton--header:focus, .formLayout__addButton--time:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .formLayout__addButton--header:active, .formLayout__addButton--time:active {
      opacity: 0.8; }
    .formLayout__addButton--header:focus, .formLayout__addButton--time:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .formLayout__addButton--header:active, .formLayout__addButton--time:active {
      opacity: 0.8; }
    .formLayout__addButton--header svg g, .formLayout__addButton--time svg g {
      fill: #ac1900; }
    .formLayout__addButton--header:hover .formLayout__addButton--headerText,
    .formLayout__addButton--header:hover .formLayout__addButton--timeText, .formLayout__addButton--time:hover .formLayout__addButton--headerText,
    .formLayout__addButton--time:hover .formLayout__addButton--timeText {
      text-decoration: underline; }
  .formLayout.addRecipe .formLayout__addButton--ingredientHeader {
    display: block;
    margin-top: 32px;
    padding: 0; }
    @media (min-width: 768px) {
      .formLayout.addRecipe .formLayout__addButton--ingredientHeader {
        margin: 0;
        padding: 12px 16px;
        display: inline-block; } }
  .formLayout.addRecipe .formLayout__disclaimer {
    padding-top: 16px;
    margin-bottom: 0;
    margin-top: 32px; }
  .formLayout.addRecipe .formLayout__uploadContainer {
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .formLayout.addRecipe .formLayout__uploadContainer {
        margin: 0 0 32px 32px; } }
  .formLayout.addRecipe .formLayout__uploadContent .formLayoutPhotoUpload.uploaded .formLayoutPhotoUpload__help {
    align-items: flex-end;
    justify-content: flex-end; }
    .formLayout.addRecipe .formLayout__uploadContent .formLayoutPhotoUpload.uploaded .formLayoutPhotoUpload__help .formLayoutPhotoUpload__helpIcon {
      width: 48px;
      height: 48px;
      margin-right: 16px;
      margin-bottom: 16px;
      display: flex;
      border: 3px solid #ac1900;
      z-index: 1; }
      .formLayout.addRecipe .formLayout__uploadContent .formLayoutPhotoUpload.uploaded .formLayoutPhotoUpload__help .formLayoutPhotoUpload__helpIcon svg {
        width: 20px;
        height: 20px; }
    .formLayout.addRecipe .formLayout__uploadContent .formLayoutPhotoUpload.uploaded .formLayoutPhotoUpload__help .formLayoutPhotoUpload__helpText {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
  .formLayout.addRecipe .formLayout__labelDescription {
    padding-left: 27px;
    color: rgba(0, 0, 0, 0.65); }
  .formLayout.addRecipe .formLayout__labelDescriptionText {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0; }
  .formLayout.addRecipe .formLayout__publication-options-container .input-radio-circle-input-wrapper {
    margin-top: 24px; }
  .formLayout.addRecipe .formLayout__publication-options-container .formLayout__inputWrapper {
    margin-top: 16px;
    margin-bottom: 0; }
  .formLayout.addRecipe .formLayout__checkboxLabelLink {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.95); }
    .formLayout.addRecipe .formLayout__checkboxLabelLink:hover, .formLayout.addRecipe .formLayout__checkboxLabelLink:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .formLayout.addRecipe .formLayout__checkboxLabelLink:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 #595959; }
    .formLayout.addRecipe .formLayout__checkboxLabelLink:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
  .formLayout.addRecipe .formLayout__recipeWordLimit, .formLayout.addRecipe .formLayout__uploadDescription {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65); }
  .formLayout.addRecipe .formLayout__sectionItems--ingredients .formLayout__addButton--header, .formLayout.addRecipe .formLayout__sectionItems--directions .formLayout__addButton--header {
    margin-top: 16px; }
    @media (min-width: 768px) {
      .formLayout.addRecipe .formLayout__sectionItems--ingredients .formLayout__addButton--header, .formLayout.addRecipe .formLayout__sectionItems--directions .formLayout__addButton--header {
        margin-top: 0; } }
  .formLayout.addRecipe .formLayout__section--ingredients .formLayout__inputWrapper, .formLayout.addRecipe .formLayout__section--directions .formLayout__inputWrapper, .formLayout.addRecipe .formLayout__section--notes .formLayout__inputWrapper {
    margin-bottom: 16px; }
  .formLayout.addRecipe .formLayout__section--ingredients .formLayout__userInput, .formLayout.addRecipe .formLayout__section--directions .formLayout__userInput, .formLayout.addRecipe .formLayout__section--notes .formLayout__userInput {
    flex: 1; }
  .formLayout.addRecipe .formLayout__section--notes .formLayout__userInput {
    font-weight: 700;
    margin-bottom: 16px;
    max-width: calc(100% - 36px); }
    .formLayout.addRecipe .formLayout__section--notes .formLayout__userInput::-moz-placeholder {
      font-weight: 400; }
    .formLayout.addRecipe .formLayout__section--notes .formLayout__userInput:-ms-input-placeholder {
      font-weight: 400; }
    .formLayout.addRecipe .formLayout__section--notes .formLayout__userInput::placeholder {
      font-weight: 400; }
  .formLayout.addRecipe .formLayout__section--notes .formLayout__sectionDescription {
    margin-bottom: 0; }
  .formLayout.addRecipe .formLayout__section--notes .formLayout__inputWrapper {
    margin: 24px 0 16px; }
  .formLayout.addRecipe .formLayout__section--notes .formLayout__userInputTextarea {
    width: unset;
    flex: 1; }
  .formLayout.addRecipe .formLayout__section--servings-and-yield .formLayout__inputWrapper {
    max-width: 264px;
    margin: 0; }
    .formLayout.addRecipe .formLayout__section--servings-and-yield .formLayout__inputWrapper:first-of-type {
      margin-bottom: 24px; }
  @media (min-width: 768px) {
    .formLayout.addRecipe .formLayout__section--servings-and-yield {
      display: flex; }
      .formLayout.addRecipe .formLayout__section--servings-and-yield .formLayout__inputWrapper {
        max-width: 260px; }
        .formLayout.addRecipe .formLayout__section--servings-and-yield .formLayout__inputWrapper:first-of-type {
          margin-right: 24px;
          margin-bottom: 0; } }
  .formLayout.addRecipe .formLayout__section--time {
    padding-top: 32px; }
    .formLayout.addRecipe .formLayout__section--time .formLayout__inputWrapper {
      display: flex;
      width: 100%;
      align-items: center; }
      .formLayout.addRecipe .formLayout__section--time .formLayout__inputWrapper:not(.timeAdded) {
        padding-right: 40px; }
      .formLayout.addRecipe .formLayout__section--time .formLayout__inputWrapper.error .userAccountForm__error {
        position: absolute;
        width: 100%; }
      .formLayout.addRecipe .formLayout__section--time .formLayout__inputWrapper .formLayout__userInput--dropDownWrapper {
        position: relative; }
      .formLayout.addRecipe .formLayout__section--time .formLayout__inputWrapper .formLayout__userInput--dropDown {
        display: flex; }
      .formLayout.addRecipe .formLayout__section--time .formLayout__inputWrapper select {
        color: rgba(0, 0, 0, 0.65);
        height: 48px;
        padding: 0 8px;
        margin-left: 8px;
        width: 98px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("/img/icons/caret-down.svg") no-repeat 95% 50%; }
        .formLayout.addRecipe .formLayout__section--time .formLayout__inputWrapper select.cookingTimeTypeDropdown {
          margin-left: 0;
          width: 86px;
          min-width: 86px;
          margin-right: 12px; }
          @media (min-width: 485px) {
            .formLayout.addRecipe .formLayout__section--time .formLayout__inputWrapper select.cookingTimeTypeDropdown {
              width: 180px;
              min-width: 180px;
              margin-right: 16px; } }
        @media (min-width: 360px) {
          .formLayout.addRecipe .formLayout__section--time .formLayout__inputWrapper select {
            padding: 0 16px;
            margin-left: 16px; } }
        @media (min-width: 768px) {
          .formLayout.addRecipe .formLayout__section--time .formLayout__inputWrapper select {
            width: 260px; } }
    .formLayout.addRecipe .formLayout__section--time .formLayout__inputLabel {
      width: 86px;
      min-width: 86px;
      margin-bottom: 0;
      margin-right: 12px; }
      @media (min-width: 485px) {
        .formLayout.addRecipe .formLayout__section--time .formLayout__inputLabel {
          width: 188px;
          min-width: 188px; } }
      @media (min-width: 768px) {
        .formLayout.addRecipe .formLayout__section--time .formLayout__inputLabel {
          width: 196px;
          min-width: 196px;
          margin-right: 0; } }
    .formLayout.addRecipe .formLayout__section--time .formLayout__sectionTitle {
      display: flex;
      width: 86px;
      min-width: 86px;
      margin-right: 12px; }
      @media (min-width: 485px) {
        .formLayout.addRecipe .formLayout__section--time .formLayout__sectionTitle {
          width: 196px;
          min-width: 196px;
          margin-right: 0; } }
    .formLayout.addRecipe .formLayout__section--time .formLayout__sectionItems {
      margin-bottom: 32px; }
    .formLayout.addRecipe .formLayout__section--time .hidden {
      display: none; }
    .formLayout.addRecipe .formLayout__section--time .formLayout__timeTotal {
      display: flex;
      margin-bottom: 32px; }
    .formLayout.addRecipe .formLayout__section--time .formLayout__addButton.formLayout__addButton--time {
      padding: 12px 0; }
  .formLayout.addProduct .formLayout__userInputTextarea {
    min-height: 160px; }
  @media (min-width: 768px) {
    .formLayout__wrapper {
      max-width: 640px; }
    .formLayout__innerContainer {
      padding: 32px;
      margin-top: 32px; }
    .formLayout__inputWrapper {
      max-width: 576px;
      width: 100%; }
    .formLayout__disclaimer {
      padding-top: 24px; } }

@media (min-width: 768px) and (min-width: 768px) {
  .formLayout__uploadContainer {
    margin-left: 0; }
    .formLayout__uploadContainer--swearbyStory {
      margin: 0 0 32px 32px; } }
  @media (min-width: 768px) {
    .formLayout__photoUploadWrapper {
      width: 424px;
      height: 218px; } }
  .formLayout.addSwearbyStory .listicle-udf .listicle-item .item-title {
    display: flex;
    margin-top: 40px;
    justify-content: space-between; }
    .formLayout.addSwearbyStory .listicle-udf .listicle-item .item-title .listicle-ranking {
      margin-right: 4px; }
    .formLayout.addSwearbyStory .listicle-udf .listicle-item .item-title .listicle-delete {
      align-self: flex-start; }
      .formLayout.addSwearbyStory .listicle-udf .listicle-item .item-title .listicle-delete svg {
        pointer-events: none; }
  .formLayout.addSwearbyStory .listicle-udf .buyingInformation__buyContent {
    flex: auto; }

.videoDetail {
  padding: 24px 16px 0; }
  .videoDetail__title .videoHeader {
    margin-top: 0; }
  .videoDetail__headerWrapper {
    margin-top: 24px; }
  .videoDetail__wrapper {
    position: relative; }
    .videoDetail__wrapper .component.share-new {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 0;
      height: 32px;
      width: 3em;
      overflow: hidden;
      box-shadow: 0 0 10px 1px #fff;
      order: 0; }
      @media (min-width: 768px) {
        .videoDetail__wrapper .component.share-new {
          right: 24px;
          top: 24px; } }
      .videoDetail__wrapper .component.share-new.circle .icon > a {
        border-width: 0; }
      .videoDetail__wrapper .component.share-new.square .icon.shareicon-modal-toggle {
        width: 80px;
        height: auto;
        border: 0;
        border-radius: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
        padding-left: 8px; }
        .videoDetail__wrapper .component.share-new.square .icon.shareicon-modal-toggle .icon-reply {
          display: flex;
          flex-direction: column; }
          .videoDetail__wrapper .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text {
            font-family: "Source Sans Pro", Arial;
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
            letter-spacing: 0;
            margin-top: -4px; }
      @media (min-width: 768px) {
        .videoDetail__wrapper .component.share-new {
          width: 5em;
          padding-right: 0;
          align-self: flex-end; }
          .videoDetail__wrapper .component.share-new.square .icon.shareicon-modal-toggle .icon-reply {
            flex-direction: row; }
            .videoDetail__wrapper .component.share-new.square .icon.shareicon-modal-toggle .icon-reply svg {
              width: 24px;
              height: 24px; }
            .videoDetail__wrapper .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text {
              font-family: "Source Sans Pro", Arial;
              font-size: 14px;
              line-height: 20px;
              font-weight: 400;
              letter-spacing: 0;
              margin-top: 0;
              margin-left: 4px;
              width: 100%;
              bottom: 0; } }
    .videoDetail__wrapper .videoDetail__dek {
      margin: 48px 0 56px; }
      .videoDetail__wrapper .videoDetail__dek a {
        color: rgba(0, 0, 0, 0.95);
        padding: 2px 0;
        box-shadow: inset 0 -2px 0 #ac1900;
        transition: all .1s ease-in-out;
        text-decoration: none; }
        .videoDetail__wrapper .videoDetail__dek a:visited {
          color: #595959;
          box-shadow: inset 0 -2px 0 #ac1900; }
        .videoDetail__wrapper .videoDetail__dek a:hover, .videoDetail__wrapper .videoDetail__dek a:focus {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
        .videoDetail__wrapper .videoDetail__dek a:active {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 #ac1900; }
    .videoDetail__wrapper .component.share-new.square {
      position: absolute;
      right: 0;
      top: 0;
      display: none; }
      @media (min-width: 768px) {
        .videoDetail__wrapper .component.share-new.square {
          display: inline-block; } }
      .videoDetail__wrapper .component.share-new.square .icon.shareicon-modal-toggle {
        border-left: 0; }
    @media (min-width: 768px) {
      .videoDetail__wrapper {
        max-width: 640px;
        margin: 0 auto; } }
    @media (min-width: 1024px) {
      .videoDetail__wrapper {
        max-width: 1088px;
        display: flex; } }
    @media (min-width: 1279px) {
      .videoDetail__wrapper {
        max-width: 1310px; } }
  @media (min-width: 768px) {
    .videoDetail__cardsSection {
      max-width: 640px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .videoDetail__cardsSection {
      max-width: 1088px;
      display: flex; } }
  @media (min-width: 1279px) {
    .videoDetail__cardsSection {
      max-width: 1310px; } }
  .videoDetail__associatedContentLink {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95); }
    .videoDetail__associatedContentLink:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .videoDetail__associatedContentLink:active {
      opacity: 0.8; }
    .videoDetail__associatedContentLink:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .videoDetail__associatedContentLink:active {
      opacity: 0.8; }
    .videoDetail__associatedContentLink svg path {
      fill: #fff; }
    .videoDetail__associatedContentLink:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .videoDetail__associatedContentLink:hover, .videoDetail__associatedContentLink:active, .videoDetail__associatedContentLink:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .videoDetail__associatedContentLink:hover svg path, .videoDetail__associatedContentLink:active svg path, .videoDetail__associatedContentLink:focus svg path {
        fill: #fff; }
    .videoDetail__associatedContentLink[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .videoDetail__associatedContentLink:active, .videoDetail__associatedContentLink:hover, .videoDetail__associatedContentLink:focus {
      border-color: #ac1900; }
    .videoDetail__associatedContentLink:active, .videoDetail__associatedContentLink:focus {
      border: 3px solid #014ecb; }
  .videoDetail--divider {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 48px 0 24px; }
  .videoDetail .bylineBlocks--primary {
    border-top: none;
    margin-top: 0;
    padding: 0; }
  .videoDetail .byline-blocks + .videoDetail__publicationSection {
    margin: 24px 0 48px; }
  .videoDetail .mobile-ad {
    margin: 48px 0; }
  .videoDetail #div-gpt-square-fixed-3 {
    margin-top: 24px; }
  .videoDetail__sponsorLogo {
    text-align: center;
    margin: 32px 0; }
  @media (min-width: 768px) {
    .videoDetail__headerWrapper {
      display: flex;
      margin-top: 32px; }
    .videoDetail__sponsorLogo {
      margin-top: 40px;
      margin-left: auto; } }
  @media (min-width: 768px) {
    .videoDetail .component.breadcrumbs {
      margin-bottom: auto; } }
  .videoDetail .component.breadcrumbs .breadcrumbs__container {
    justify-content: flex-start; }
  @media (min-width: 768px) {
    .videoDetail .card__pinterestOverlay .component.share-new.square {
      display: flex; } }
  .videoDetail .videoSeriesTopper {
    margin: 24px 0 16px; }
    @media (min-width: 768px) {
      .videoDetail .videoSeriesTopper {
        margin: 32px 0 16px; } }
  .videoDetail .editorialProgramBanner .button {
    text-transform: uppercase; }
  .videoDetail__rightRail {
    display: none; }
    @media (min-width: 1024px) {
      .videoDetail__rightRail {
        display: block;
        padding-top: 60px;
        width: 300px; } }
  .videoDetail__content {
    position: relative; }
    @media (min-width: 1024px) {
      .videoDetail__content {
        flex: 1 1 auto;
        margin-right: 24px; } }
    @media (min-width: 1162px) {
      .videoDetail__content {
        margin-right: 64px; } }
  .videoDetail__actionBarTwoButton {
    position: relative;
    border: 0;
    padding: 0 8px 0 0;
    margin: 0 4px 0 0;
    background: unset;
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
    .videoDetail__actionBarTwoButton:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: 0; }
    .videoDetail__actionBarTwoButtonText {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      color: rgba(0, 0, 0, 0.95);
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .videoDetail__actionBarTwoButtonText:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .videoDetail__actionBarTwoButtonText:active {
        opacity: 0.8; }
      .videoDetail__actionBarTwoButtonText:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .videoDetail__actionBarTwoButtonText:visited {
        color: rgba(0, 0, 0, 0.95); }
    .videoDetail__actionBarTwoButton .icon-down-triangle {
      margin-left: 4px;
      vertical-align: middle; }
      .videoDetail__actionBarTwoButton .icon-down-triangle path {
        fill: #ac1900; }
  .videoDetail__transcriptButton.collapsed .icon-down-triangle {
    transform: rotate(180deg); }
  .videoDetail .videoTranscript {
    margin-top: 32px; }
  .videoDetail__button {
    margin-top: 48px; }
  .videoDetail .anchor {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden; }
  @media (min-width: 768px) {
    .videoDetail {
      padding: 24px 0 0; } }
  @media (min-width: 1024px) {
    .videoDetail {
      padding: 24px 32px 0; } }
  @media (min-width: 1279px) {
    .videoDetail {
      padding: 32px 80px; } }
  .videoDetail__publicationSection {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin: 8px 0;
    text-transform: uppercase; }
  .videoDetail .component.feedback {
    padding: 0; }

body.disable-ads .ad-title {
  display: none; }

.ad-container {
  background: transparent;
  position: relative;
  z-index: 100 !important; }
  .ad-container.instream-ad:not(.sister-ad) > div {
    margin-bottom: 40px; }
    .ad-container.instream-ad:not(.sister-ad) > div:after {
      color: #595959;
      font-size: 12px;
      font-family: "Helvetica", Helvetica, Arial, sans-serif;
      line-height: 1.33;
      text-align: center;
      text-transform: uppercase;
      content: 'Advertisement';
      display: block;
      padding: 0 4px 4px;
      margin-top: 4px;
      width: 100%; }
  .ad-container.instream-ad.tablet-ad.sister-ad > div:after {
    color: #595959;
    font-size: 12px;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    line-height: 1.33;
    text-align: center;
    text-transform: uppercase;
    content: 'Advertisement';
    display: block;
    padding: 0 4px 4px;
    margin-top: 4px;
    width: 100%; }
  .ad-container.instream-ad.tablet-ad.sister-ad:not(.single-ad-tablet-article) > div:after {
    content: '\a0'; }
  .ad-container.instream-ad.tablet-ad.sister-ad + .sister-ad > div:after {
    content: 'Advertisement';
    margin-left: -50%; }
  .product-tiles .ad-container:after,
  .bottom-recirc .ad-container:after {
    color: #595959;
    font-size: 12px;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    line-height: 1.33;
    text-align: center;
    text-transform: uppercase;
    content: 'Advertisement';
    display: block;
    padding: 0 4px 4px;
    margin-top: 4px;
    width: 100%; }

.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 .ad-wrapper {
  background: transparent; }

.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-sticky-container .component.outbrain.ads-sticky-rail {
  padding-top: 16px; }

.ad-sticky-container:before {
  content: ' ';
  display: table;
  height: 0; }

.sidebar-item .ad-container,
.sidebar-item .ad-sticky-container {
  margin-bottom: 4px; }
  .sidebar-item .ad-container:not(:first-of-type),
  .sidebar-item .ad-sticky-container:not(:first-of-type) {
    margin-top: 32px; }

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

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

.type-300x250 {
  max-width: 100%;
  min-width: 100%;
  min-height: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (min-width: 768px) {
    .type-300x250 {
      min-width: 300px;
      min-height: 250px; } }

.haloShown.article #div-gpt-mob-square-flex-1[data-tier="1"], .haloShown.video_article #div-gpt-mob-square-flex-1[data-tier="1"] {
  margin: 40px 0; }
  .haloShown.article #div-gpt-mob-square-flex-1[data-tier="1"] > div, .haloShown.video_article #div-gpt-mob-square-flex-1[data-tier="1"] > div {
    margin: 0 -16px; }

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

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

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

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

.ad-wrapper {
  background: transparent;
  text-align: center; }
  .ad-wrapper > .ad-container {
    margin: 0 auto; }

.mdex-test .category-page-body .ads-in-content .sister-ads .tablet-ad {
  display: none; }
  @media (min-width: 768px) {
    .mdex-test .category-page-body .ads-in-content .sister-ads .tablet-ad {
      display: inline-block; } }
  @media (min-width: 1024px) {
    .mdex-test .category-page-body .ads-in-content .sister-ads .tablet-ad {
      display: none; } }

.mdex-test .category-page-body .ads-in-content .tablet-ad {
  display: none; }
  @media (min-width: 768px) {
    .mdex-test .category-page-body .ads-in-content .tablet-ad {
      display: block; } }
  @media (min-width: 1024px) {
    .mdex-test .category-page-body .ads-in-content .tablet-ad {
      display: none; } }

.mdex-test .tablet-ad {
  display: none; }
  @media (min-width: 768px) {
    .mdex-test .tablet-ad {
      display: inline-block; } }
  @media (min-width: 1024px) {
    .mdex-test .tablet-ad {
      display: none; } }

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

.mdex-test .single-ad-tablet-article {
  display: none; }
  @media (min-width: 768px) {
    .mdex-test .single-ad-tablet-article {
      display: block; } }
  @media (min-width: 1024px) {
    .mdex-test .single-ad-tablet-article {
      display: none; } }

.mdex-test :not(.component.gallery-test) .ad-container + .ad-container {
  margin-top: 24px; }

.mdex-test :not(.component.gallery-test) .sister-ads .ad-container + .ad-container {
  margin-top: 0; }

@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: 1024px) {
    .desktop-ad {
      display: block; } }

.mobile-ad.tablet-ad {
  display: block; }
  @media (min-width: 1024px) {
    .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; } }

.single-ad-tablet {
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 300px; }
  @media (min-width: 768px) {
    .single-ad-tablet {
      display: block; } }
  @media (min-width: 1024px) {
    .single-ad-tablet {
      display: none; } }

.component.adhesion-ad {
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  position: fixed;
  text-align: center;
  transition: height 400ms ease-in-out, opacity 400ms ease-in-out;
  z-index: 200; }
  @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 {
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: 4px;
    position: relative;
    width: 100%; }
    @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 {
    background-color: rgba(0, 0, 0, 0.95);
    border: 2px solid #fff;
    border-radius: 100%;
    display: none;
    left: calc(50% + 160px);
    top: -8px;
    line-height: 12px;
    padding: 0;
    position: absolute;
    width: 16px;
    height: 16px; }
    @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 {
  color: #595959;
  font-size: 12px;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1.33;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0; }

.glide-slide-image .ad-title {
  background-color: #F2F2F2;
  color: rgba(0, 0, 0, 0.95); }

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

.component.vertical-gallery .ad-container,
.component.gallery-test .ad-container {
  border: 0;
  margin-top: 16px; }

.component.vertical-gallery .ad-title,
.component.gallery-test .ad-title {
  margin-bottom: 24px; }

.component.vertical-gallery .hide-on-mobile,
.component.gallery-test .hide-on-mobile {
  display: none; }
  @media (min-width: 768px) {
    .component.vertical-gallery .hide-on-mobile,
    .component.gallery-test .hide-on-mobile {
      display: block; } }

@media (min-width: 768px) {
  .component.vertical-gallery .hide-on-tablet,
  .component.gallery-test .hide-on-tablet {
    display: none; } }

@media (min-width: 1024px) {
  .component.vertical-gallery .hide-on-desktop,
  .component.gallery-test .hide-on-desktop {
    display: none; } }

.component.vertical-gallery .ad-container {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0; }

.ads-in-content.xl-only {
  display: none; }
  @media (min-width: 1162px) {
    .ads-in-content.xl-only {
      display: block; } }

@media (min-width: 1162px) {
  .ads-in-content.desktop-ad.hide-on-extra-wide {
    display: none; } }

.ads-in-content .sister-ads {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 650px; }

.ads-in-content .karma-lazy-loaded-ad {
  margin-left: auto;
  margin-right: auto; }

.ads-in-content .ad-title {
  width: 100%; }

header .ad-wrapper.outer,
header .ad-sticky-container.outer {
  border-bottom: 1px solid #e1dfdd; }

.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; } }

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

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

.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: #fff; }

.ads-sticky-header-wrapper {
  background-color: #f3f3f2;
  border-bottom: 1px solid #e1dfdd;
  z-index: 300 !important; }

@media (max-width: 1024px) {
  .bxc[class*="bx-campaign-"][class*="bx-active-step-"] .bx-creative {
    margin-top: -10px !important;
    margin-bottom: 0 !important; } }

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

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

.karma-lazy-seriesDetails {
  position: relative; }

.karma-leaderboard-docking-element {
  background-color: #f2f2f2; }

.longformContent #div-gpt-leaderboard-flex-2 {
  position: relative; }
  .longformContent #div-gpt-leaderboard-flex-2 > div {
    display: inline !important; }
    .longformContent #div-gpt-leaderboard-flex-2 > div > iframe {
      position: relative;
      left: 50%;
      transform: translateX(-50%); }

.articleContainer__rail .ad-container:not(:first-of-type) {
  margin-top: 24px; }

.template-aggregate .category-page-list-content.karma-main-column .ad-container {
  margin: 16px 0 32px; }

.component.gallery {
  margin-bottom: 16px; }
  .component.gallery.full-height {
    height: 100%; }
  .component.gallery .gallery-headline {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    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 -42px;
      padding-bottom: 16px; }
    .component.gallery .gallery-interstitial-container .interstitial-container {
      display: none;
      background: #f0f1f2;
      padding: 42px 0; }
  .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: #239AD2;
      cursor: pointer;
      z-index: 100;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
      .component.gallery .gallery-content .gallery-container .owl-prev .gallery-replay,
      .component.gallery .gallery-content .gallery-container .owl-next .gallery-replay {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #239AD2;
        width: 40px;
        height: 40px;
        background-size: 100% 100%;
        text-indent: 0; }
        .component.gallery .gallery-content .gallery-container .owl-prev .gallery-replay .icon,
        .component.gallery .gallery-content .gallery-container .owl-next .gallery-replay .icon {
          position: absolute;
          width: 36px;
          height: 36px;
          top: 2px;
          left: 2px; }
    .component.gallery .gallery-content .gallery-container .owl-next {
      right: 0;
      background-image: url("../img/icons/next-button.svg"); }
    .component.gallery .gallery-content .gallery-container .owl-prev {
      left: 0;
      background-image: url("../img/icons/prev-button.svg"); }
    .component.gallery .gallery-content .gallery-container .owl-stage-outer {
      background: rgba(0, 0, 0, 0.05); }
      .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: #fff;
        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%;
          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: #f44336; }
          .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.top-level .gallery-details {
    width: calc(34% - 30px);
    float: left; }
    .component.gallery.top-level .gallery-details .slide-info {
      padding: 0;
      font-family: "Source Sans Pro", Arial; }
      .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: "Source Sans Pro", Arial;
      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) {
    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;
          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:not(.top-level) .gallery-details:after {
      content: "";
      display: table;
      clear: both; }
  .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: "Source Sans Pro", Arial;
      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: "Source Sans Pro", Arial;
        font-size: 12px;
        font-style: italic;
        font-weight: bold; }
      .component.gallery .gallery-details .image-details .slide-info .credit {
        font-family: "Source Sans Pro", Arial;
        color: rgba(0, 0, 0, 0.65);
        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 .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; } }

.search-results-html-form {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px; }
  .search-results-html-form .label {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .search-results-html-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 0 0 5px;
    height: 42px;
    font-size: 20px;
    outline: none;
    vertical-align: bottom; }
  .search-results-html-form .icon.search {
    display: inline-block;
    background: #239AD2;
    height: 42px;
    width: 50px;
    border-radius: 0 5px 5px 0; }
    .search-results-html-form .icon.search:hover {
      background-color: #0F7BAE; }
    .search-results-html-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 {
  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-flow: row 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: #239AD2; }
      .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: #fff;
      border: 1px solid #d7d7d9;
      border-width: 1px 0 0 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: #fff;
  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: #239AD2;
    color: #fff;
    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: #0F7BAE; }

.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: #239AD2;
  color: #fff;
  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: #0F7BAE; }
  .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;
  box-shadow: inset 0 -2px 0 #239AD2; }

.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; }
  .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: #fff;
    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: 0; } }
  @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: #239AD2;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    width: 28px;
    height: 28px;
    text-indent: 100%; }
    .search-results-pagination .arrow:hover {
      background-color: #0F7BAE; }
    .search-results-pagination .arrow path, .search-results-pagination .arrow polygon {
      fill: #fff; }
  .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; }

.search .no-results-message {
  text-align: center;
  padding: 0 16px; }
  .search .no-results-message .heading-content {
    font-size: 36px;
    line-height: 44px; }
  .search .no-results-message .message-body .body-text {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65); }
  .search .no-results-message .message-body .body-text-link {
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
    font-weight: 700;
    text-decoration: underline; }
    .search .no-results-message .message-body .body-text-link:hover, .search .no-results-message .message-body .body-text-link:active, .search .no-results-message .message-body .body-text-link:focus {
      color: rgba(0, 0, 0, 0.65);
      text-decoration: none; }
    .search .no-results-message .message-body .body-text-link:visited {
      color: rgba(0, 0, 0, 0.65); }

.search-results-content.no-results .search-top {
  border-bottom: none; }

.search-results-content.no-results .search-results-container {
  min-height: auto; }

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: "Source Sans Pro", Arial;
  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.full-size-nav-enabled.no-secondary-ribbon.no-utility-ribbon {
        height: 175px; }
        nav.main.full-size-nav-enabled.no-secondary-ribbon.no-utility-ribbon.hide-nav-elements {
          height: 48px; }
      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;
    max-width: 1280px; }
    @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: #fff; }
  nav.main .container {
    width: 100%;
    height: 100%;
    position: relative; }
    nav.main .container.primary {
      height: 48px;
      background: #fff;
      z-index: 200;
      color: #282f2f;
      box-shadow: 0 2px 5px 0 rgba(215, 215, 217, 0.7);
      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: #fff;
      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 {
    position: relative;
    display: inline-block;
    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: "Source Sans Pro", Arial;
    color: #383838; }
  nav.main .style-orange a {
    color: #239AD2; }
    nav.main .style-orange a:hover {
      color: #0F7BAE; }
  nav.main .secondary-item.small.section-label {
    color: #239AD2;
    font-size: 12px;
    line-height: 12px;
    padding-top: 3px;
    padding-left: 6px;
    padding-bottom: 2px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Source Sans Pro", Arial;
    text-transform: uppercase;
    border-right: 1px solid #d7d7d9; }
  nav.main .primary button span {
    height: 20px;
    line-height: 18px; }
  nav.main .primary button span.icon-search {
    margin-top: -3px; }
  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 {
    float: left;
    padding: 4px 0; }
  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: #fff;
      height: 24px;
      line-height: 26px;
      font-size: 11px;
      font-family: "Source Sans Pro", Arial;
      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 #239AD2;
    border-bottom: 1px solid #239AD2; }
    nav.main .menu-list-item.has-submenu:hover a.menu-link {
      color: #239AD2; }
    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: 1px 40px 40px;
    display: none; }
  nav.main .dropdown-menu-container {
    background: #fff;
    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: "Source Sans Pro", Arial; }
    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: "Source Sans Pro", Arial; }
      nav.main .primary-links .menu-list-item:last-child a {
        color: #f44336;
        font-size: 11px;
        letter-spacing: 0;
        padding: 12px 0;
        margin-right: -4px; }
        nav.main .primary-links .menu-list-item:last-child a:hover {
          color: #3F9612; }
        @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 .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;
    width: 381px;
    background: none;
    border: none;
    font-style: italic;
    color: #282f2f;
    outline: none; }
    nav.main .search-field::-moz-selection {
      color: #282f2f;
      background: #239AD2; }
    nav.main .search-field::selection {
      color: #282f2f;
      background: #239AD2; }
  @media (min-width: 1024px) {
    nav.main .icon.search {
      top: 0;
      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 .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); }
    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: #239AD2;
      border-bottom: 2px solid #239AD2; }
      nav.main li.selected a {
        color: #239AD2; }
  nav.main a {
    color: #239AD2;
    display: inline-block; }
    nav.main a:hover {
      color: #239AD2; }
  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-mobile-only {
      display: block; }
      @media (min-width: 768px) {
        nav.main.has-promo-tout .promo-tout.notification-banner .promo-tout-mobile-only {
          display: none; } }
    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: #239AD2;
    font-family: "Source Sans Pro", Arial;
    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: #fff;
      float: left;
      height: 60px;
      padding: 0 13px;
      width: 75%;
      text-align: left; }
      @media (min-width: 768px) {
        nav.main.has-promo-tout .notification-banner .text-container {
          height: 50px;
          width: 90%; } }
    nav.main.has-promo-tout .notification-banner .link-container {
      width: 90%;
      height: 100%;
      float: left; }
      @media (min-width: 768px) {
        nav.main.has-promo-tout .notification-banner .link-container {
          width: 95%; } }
    nav.main.has-promo-tout .notification-banner .banner-desktop-title {
      height: 100%;
      white-space: pre-line; }
    nav.main.has-promo-tout .notification-banner .text-inner-container {
      display: table-cell;
      vertical-align: middle;
      height: 60px; }
      @media (min-width: 768px) {
        nav.main.has-promo-tout .notification-banner .text-inner-container {
          height: 50px;
          width: 90%; } }
    nav.main.has-promo-tout .notification-banner .close-banner-container {
      width: 5%;
      float: right;
      height: 33px;
      padding: 21px 30px 0 0; }
      @media (min-width: 768px) {
        nav.main.has-promo-tout .notification-banner .close-banner-container {
          padding: 18px 0 0; } }
      nav.main.has-promo-tout .notification-banner .close-banner-container .close-banner {
        display: block;
        height: 15px;
        cursor: pointer; }

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.full-size-nav-enabled.no-secondary-ribbon.no-utility-ribbon {
        height: 175px; }
        .nav-placeholder.full-size-nav-enabled.no-secondary-ribbon.no-utility-ribbon.hide-nav-elements {
          height: 48px; }
      .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: #fff;
  top: 48px;
  left: 0;
  box-shadow: 0 0 3px rgba(40, 47, 47, 0.3);
  z-index: 500;
  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: #fff;
      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.has-submenu {
    cursor: pointer; }
    nav.menu .menu-item.has-submenu .submenu-link {
      width: calc(100% - 44px);
      border-right: 1px solid rgba(215, 215, 217, 0.5); }
      @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 16px 16px 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: #239AD2; }
  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) 0; }
    @media (min-width: 1024px) {
      nav.menu .accordion-arrow {
        top: 2px;
        right: 18px; } }
  nav.menu .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, border 0.3s ease-in-out;
    background: #f0f1f2; }
    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) 0; }
    @media (min-width: 1024px) {
      nav.menu .submenu-active .accordion-arrow .icon {
        transform: rotate(0deg); } }
  nav.menu .submenu-active .submenu {
    max-height: 900px; }
    nav.menu .submenu-active .submenu ul {
      margin-bottom: 0; }
  nav.menu .companion {
    border-left: 1px solid rgba(215, 215, 217, 0.5);
    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.has-submenu.hover,
    nav.menu li:hover {
      background: #f0f1f2; }
    nav.menu li a:hover,
    nav.menu li.has-companion.hover {
      color: #239AD2; }
    nav.menu li:hover .accordion-arrow .icon svg {
      fill: #239AD2; }
    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;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 4px; }

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

.menu-inner,
.menu-inner:after,
.menu-inner:before {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #239AD2; }

.menu:hover .menu-inner,
.menu:hover .menu-inner:after,
.menu:hover .menu-inner:before {
  background-color: #239AD2; }

.menu-inner:after,
.menu-inner:before {
  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: "Source Sans Pro", Arial;
  text-align: left;
  letter-spacing: 1px;
  color: #383838; }
  .menu-label-small:hover {
    color: #239AD2; }

.menu-label {
  font-family: "Source Sans Pro", Arial;
  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, 0, 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: #fff;
    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: #239AD2;
        background: #f0f1f2; }
  .sidebar-overlay-menu.hidden {
    display: none; }

.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: 0 8px;
  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 .contextual-social-links,
nav.main .full-logo {
  transition: all 0.3s ease-in-out; }

.under-social nav.main.contextual-social-enabled .full-logo.mobile-only {
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  pointer-events: none; }

.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; }

.under-nav {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(215, 215, 217, 0.7);
  min-height: 76px;
  position: relative;
  z-index: 100; }
  .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: 400;
  transition: opacity 0.3s ease-in-out, width 0 ease-in-out 0.3s, height 0 ease-in-out 0.3s;
  opacity: 0; }

.menu-active .menu-overlay, .modal-active .menu-overlay {
  visibility: visible;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.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 0.3s ease-in-out, opacity 0.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; }

/******************************
 *     Big/Full-Size Nav
 ******************************/
nav.main.full-size-nav-enabled.search-open .buttons.outside .search-container {
  width: 405px;
  transform: translate3d(-190px, 0, 0); }
  @media (min-width: 1024px) {
    nav.main.full-size-nav-enabled.search-open .buttons.outside .search-container {
      opacity: 1; } }
  nav.main.full-size-nav-enabled.search-open .buttons.outside .search-container .search-field {
    padding: 0; }

nav.main.full-size-nav-enabled.can-animate .logo.short-only {
  transition: opacity 425ms 0 ease-in-out; }

nav.main.full-size-nav-enabled.can-animate .logo.tall-only {
  transition: opacity 300ms ease-in-out 200ms, transform 300ms ease-in-out 100ms; }

nav.main.full-size-nav-enabled.hide-nav-elements .container.primary {
  height: 48px; }

nav.main.full-size-nav-enabled.hide-nav-elements .container.primary:before {
  opacity: 1;
  transition: opacity 300ms 300ms ease-in-out; }

nav.main.full-size-nav-enabled.hide-nav-elements .logo.tall-only {
  opacity: 0;
  transform: translate3d(-50%, -20px, 0); }

nav.main.full-size-nav-enabled.hide-nav-elements.can-animate .logo.short-only {
  transition: opacity 425ms 300ms ease-in-out; }

nav.main.full-size-nav-enabled.hide-nav-elements.can-animate .logo.tall-only {
  transition: opacity 200ms ease-in-out, transform 200ms 0 ease-in-out; }

nav.main.full-size-nav-enabled.hide-nav-elements .logo.short-only {
  opacity: 1;
  z-index: 1; }
  nav.main.full-size-nav-enabled.hide-nav-elements .logo.short-only .full-logo.desktop-only {
    height: 48px;
    display: flex;
    justify-content: initial; }

nav.main.full-size-nav-enabled.hide-nav-elements .buttons.outside {
  transform: translate3d(1, 0, 0);
  transition: transform 300ms 300ms ease-in-out; }

@media (min-width: 1024px) {
  nav.main.full-size-nav-enabled {
    transition: height 400ms ease-in-out; }
    nav.main.full-size-nav-enabled .container.primary {
      transition: height 400ms ease-in-out;
      height: 175px; }
    nav.main.full-size-nav-enabled .logo.short-only {
      opacity: 0;
      left: 48px;
      height: 48px;
      z-index: -1;
      top: 12px; }
    nav.main.full-size-nav-enabled .logo.tall-only {
      opacity: 1;
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      display: flex;
      flex-direction: column;
      justify-content: center; }
    nav.main.full-size-nav-enabled .buttons.outside {
      transform: translate3d(-20px, 0, 0); }
      nav.main.full-size-nav-enabled .buttons.outside .search {
        transition: transform 0.3s ease-in-out; } }

nav.main.full-size-nav-enabled .container.primary ul {
  padding-left: 0; }

nav.main.full-size-nav-enabled .container.primary .logo.short-only .full-logo {
  display: flex; }

@media (min-width: 1024px) {
  nav.main.full-size-nav-enabled .container.primary .logo.short-only {
    left: 48px; }
    nav.main.full-size-nav-enabled .container.primary .logo.short-only .full-logo {
      display: inline-block; } }

nav.main.full-size-nav-enabled .container.primary button.menu {
  height: 48px;
  position: absolute;
  bottom: 0;
  top: initial;
  padding-left: 8px; }
  @media (min-width: 1162px) {
    nav.main.full-size-nav-enabled .container.primary button.menu {
      padding-left: 12px;
      margin-right: 12px; } }

nav.main.full-size-nav-enabled .container.primary .icon.close {
  position: absolute;
  line-height: 30px; }

nav.main.full-size-nav-enabled .subcontainer {
  padding: 0;
  overflow: hidden; }

nav.main.full-size-nav-enabled .primary-links {
  left: 50%;
  right: initial;
  transform: translate3d(-50%, 0, 0);
  height: 48px;
  top: initial;
  bottom: 0;
  transition: none; }

@media (min-width: 1024px) {
  nav.main.full-size-nav-enabled .buttons.outside {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    height: 48px;
    position: absolute;
    bottom: 0;
    right: 0; } }

nav.main.full-size-nav-enabled .buttons.outside > .icon.search {
  top: 2px;
  padding: 1px 12px 1px 8px; }

nav.main.full-size-nav-enabled .buttons.outside > .search-container {
  width: 0; }

@media (min-width: 1024px) {
  nav.main.full-size-nav-enabled .search-container.mobile-only {
    display: none; } }

/*******************************
* Hamburger Menu -- Full Size Nav
********************************/
nav.full-size-nav-enabled ~ nav.menu.can-animate {
  transition: transform 250ms ease-in-out, top 400ms ease-in-out; }

@media (min-width: 1024px) {
  nav.full-size-nav-enabled ~ nav.menu.no-secondary-ribbon {
    top: 175px; }
    nav.full-size-nav-enabled ~ nav.menu.no-secondary-ribbon.hide-nav-elements {
      top: 48px; } }

/*******************************
* Show Top Recirc under Full Nav
********************************/
@media (min-width: 1024px) {
  nav.full-size-nav-enabled ~ div.nav-placeholder.no-secondary-ribbon.no-utility-ribbon {
    height: 175px; } }

/********************************
* Position sticky ad for Full Nav
********************************/
@media (min-width: 1024px) {
  nav.full-size-nav-enabled.hide-nav-elements ~ .ad-wrapper .ads-sticky-header-wrapper {
    top: 48px !important; } }

/*************************************
* Full Size Nav --- Under Social Icons
**************************************/
.under-social nav.main.full-size-nav-enabled.contextual-social-enabled .logo.tall-only {
  opacity: 0;
  pointer-events: none; }

.under-social nav.main.full-size-nav-enabled.contextual-social-enabled .logo.short-only {
  opacity: 0;
  z-index: -1; }

.under-social nav.main.full-size-nav-enabled.contextual-social-enabled .container.primary {
  height: 48px; }

@media (min-width: 1024px) {
  .under-social nav.main.full-size-nav-enabled.contextual-social-enabled .logo.short-only {
    opacity: 1;
    z-index: 1; }
    .under-social nav.main.full-size-nav-enabled.contextual-social-enabled .logo.short-only .full-logo.desktop-only {
      height: 48px;
      display: flex;
      justify-content: initial; }
  .under-social nav.main.full-size-nav-enabled.contextual-social-enabled.no-secondary-ribbon.no-utility-ribbon {
    height: 48px; }
  .under-social nav.main.full-size-nav-enabled.contextual-social-enabled ~ nav.menu.no-secondary-ribbon {
    top: 48px; } }

.site-menu__insert .menu-login {
  top: 8px;
  position: relative; }

/*******************************
* Prevent animations on page load
********************************/
nav.main:not(.can-animate) .buttons.outside,
nav.main:not(.can-animate) .title-display,
nav.main:not(.can-animate) .search-container {
  transition: initial; }
  nav.main:not(.can-animate) .buttons.outside .button,
  nav.main:not(.can-animate) .buttons.outside .search,
  nav.main:not(.can-animate) .title-display .button,
  nav.main:not(.can-animate) .title-display .search,
  nav.main:not(.can-animate) .search-container .button,
  nav.main:not(.can-animate) .search-container .search {
    transition: initial; }

.partial.pagination, .partial.paginator, .component.pagination, .component.paginator {
  text-align: center; }
  .partial.pagination .pagination-link.arrow, .partial.pagination .paginator-link.arrow, .partial.paginator .pagination-link.arrow, .partial.paginator .paginator-link.arrow, .component.pagination .pagination-link.arrow, .component.pagination .paginator-link.arrow, .component.paginator .pagination-link.arrow, .component.paginator .paginator-link.arrow {
    background-color: #ac1900;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 40px;
    text-indent: 100%;
    width: 40px; }
    .partial.pagination .pagination-link.arrow:hover, .partial.pagination .paginator-link.arrow:hover, .partial.paginator .pagination-link.arrow:hover, .partial.paginator .paginator-link.arrow:hover, .component.pagination .pagination-link.arrow:hover, .component.pagination .paginator-link.arrow:hover, .component.paginator .pagination-link.arrow:hover, .component.paginator .paginator-link.arrow:hover {
      background-color: #ac1900; }
    .partial.pagination .pagination-link.arrow path, .partial.pagination .pagination-link.arrow polygon, .partial.pagination .paginator-link.arrow path, .partial.pagination .paginator-link.arrow polygon, .partial.paginator .pagination-link.arrow path, .partial.paginator .pagination-link.arrow polygon, .partial.paginator .paginator-link.arrow path, .partial.paginator .paginator-link.arrow polygon, .component.pagination .pagination-link.arrow path, .component.pagination .pagination-link.arrow polygon, .component.pagination .paginator-link.arrow path, .component.pagination .paginator-link.arrow polygon, .component.paginator .pagination-link.arrow path, .component.paginator .pagination-link.arrow polygon, .component.paginator .paginator-link.arrow path, .component.paginator .paginator-link.arrow polygon {
      fill: #fff; }
  .partial.pagination .pagination-link.pagination-prev, .partial.pagination .pagination-link.paginator-prev, .partial.pagination .paginator-link.pagination-prev, .partial.pagination .paginator-link.paginator-prev, .partial.paginator .pagination-link.pagination-prev, .partial.paginator .pagination-link.paginator-prev, .partial.paginator .paginator-link.pagination-prev, .partial.paginator .paginator-link.paginator-prev, .component.pagination .pagination-link.pagination-prev, .component.pagination .pagination-link.paginator-prev, .component.pagination .paginator-link.pagination-prev, .component.pagination .paginator-link.paginator-prev, .component.paginator .pagination-link.pagination-prev, .component.paginator .pagination-link.paginator-prev, .component.paginator .paginator-link.pagination-prev, .component.paginator .paginator-link.paginator-prev {
    background-image: url("../img/icons/prev-button.svg"); }
  .partial.pagination .pagination-link.pagination-next, .partial.pagination .pagination-link.paginator-next, .partial.pagination .paginator-link.pagination-next, .partial.pagination .paginator-link.paginator-next, .partial.paginator .pagination-link.pagination-next, .partial.paginator .pagination-link.paginator-next, .partial.paginator .paginator-link.pagination-next, .partial.paginator .paginator-link.paginator-next, .component.pagination .pagination-link.pagination-next, .component.pagination .pagination-link.paginator-next, .component.pagination .paginator-link.pagination-next, .component.pagination .paginator-link.paginator-next, .component.paginator .pagination-link.pagination-next, .component.paginator .pagination-link.paginator-next, .component.paginator .paginator-link.pagination-next, .component.paginator .paginator-link.paginator-next {
    background-image: url("../img/icons/next-button.svg"); }

.component.content-loader {
  clear: both;
  text-align: center;
  width: 100%; }
  .component.content-loader button {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    margin: 16px auto 32px; }
    .component.content-loader button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.content-loader button:active {
      opacity: 0.8; }
    .component.content-loader button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.content-loader button:active {
      opacity: 0.8; }
    .component.content-loader button svg path {
      fill: #fff; }
    .component.content-loader button:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .component.content-loader button:hover, .component.content-loader button:active, .component.content-loader button:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .component.content-loader button:hover svg path, .component.content-loader button:active svg path, .component.content-loader button:focus svg path {
        fill: #fff; }
    .component.content-loader button[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .component.content-loader button:active, .component.content-loader button:hover, .component.content-loader button:focus {
      border-color: #ac1900; }
    .component.content-loader button:active, .component.content-loader button:focus {
      border: 3px solid #014ecb; }
  .component.content-loader .load-more-content {
    color: rgba(0, 0, 0, 0.65);
    display: none;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    padding-bottom: 5px;
    text-align: center; }
  .component.content-loader.loading {
    min-height: 200px;
    position: relative; }
    .component.content-loader.loading:after {
      border: 4px solid #F2F2F2;
      border-top: 4px solid rgba(0, 0, 0, 0.95);
      border-radius: 50%;
      width: 56px;
      height: 56px;
      -webkit-animation: loaderSpin 1.5s linear infinite;
              animation: loaderSpin 1.5s linear infinite;
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: -28px 0 0 -28px; }
    .component.content-loader.loading button {
      display: none; }

.pagination-numbers {
  display: flex;
  justify-content: center; }
  .pagination-numbers .pagination-number {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    color: rgba(0, 0, 0, 0.95);
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px; }
    .pagination-numbers .pagination-number svg {
      width: 32px;
      height: 32px; }
    .pagination-numbers .pagination-number:focus, .pagination-numbers .pagination-number:hover {
      text-decoration: none; }
    .pagination-numbers .pagination-number:focus, .pagination-numbers .pagination-number:hover, .pagination-numbers .pagination-number:active {
      background: rgba(0, 0, 0, 0.95);
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .pagination-numbers .pagination-number.active {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .pagination-numbers .pagination-number:last-of-type {
      margin-right: 0; }
  .pagination-numbers .pagination-numbers-control {
    align-items: center;
    display: flex; }
    .pagination-numbers .pagination-numbers-control svg {
      fill: rgba(0, 0, 0, 0.65); }
  .pagination-numbers .pagination-ellipsis--prev, .pagination-numbers .pagination-ellipsis--next {
    align-items: center;
    display: flex; }
  .pagination-numbers .pagination-ellipsis--prev {
    margin-right: 8px; }

.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%; }

@media (min-width: 1162px) {
  .side-by-side-image .component.lazy-image {
    display: table; }
  .side-by-side-image .image-expander {
    display: inline-flex; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .lazy-image.component img {
    width: 100%; } }

footer.main {
  background: #fff;
  font-family: "Source Sans Pro", Arial;
  overflow: hidden;
  padding-bottom: 50px; }
  @media (min-width: 1024px) {
    footer.main {
      padding-bottom: 0; } }
  footer.main a:hover {
    color: #239AD2; }
  footer.main .logo-container {
    text-align: center; }
  footer.main .social-container {
    justify-content: center; }
  footer.main .footer-subscribe-link {
    display: block;
    margin: 6px auto -19px;
    text-align: center;
    text-transform: uppercase; }
  footer.main .footer-legal {
    color: #8b8d91;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding-left: 16px;
    padding-right: 16px; }
  footer.main .footer-links {
    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: rgba(0, 0, 0, 0.95);
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.5px; }
        footer.main .footer-links section > a:hover {
          color: rgba(0, 0, 0, 0.65); }
      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: rgba(0, 0, 0, 0.65); }
      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;
  max-width: 1440px;
  margin: 0 auto; }
  .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: #fff; }
    .above-footer .component.newsletter-callout .tout button {
      color: #fff; }

.print-footer {
  display: none; }

.component.tile .published-date {
  font-size: 12px;
  line-height: 22px;
  font-style: italic; }

.component.tile .cta-link {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

.component.tile .sponsor-logo {
  margin: 12px 0; }
  .component.tile .sponsor-logo img {
    max-height: 60px;
    height: auto;
    width: auto; }

.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: #239AD2; }

.product-tile .product-image {
  position: relative;
  border: 1px solid #d7d7d9; }

.product-tile .top-buy,
.product-tile .tile-badge {
  position: absolute;
  bottom: 8px;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(35, 154, 210, 0.7); }

.product-tile .top-buy-image,
.product-tile .tile-badge-image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 120px; }

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

.component.lazy-image {
  margin: auto;
  caption-side: bottom; }
  .component.lazy-image.no-upscale.rendered {
    display: block; }
  .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%;
    height: auto;
    margin: 0 auto;
    display: block; }
  .component.lazy-image.cache-only img {
    width: auto; }
  .component.lazy-image .inner-container {
    position: relative; }
  .component.lazy-image .credit a {
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .component.lazy-image .credit a:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .component.lazy-image .credit a:hover, .component.lazy-image .credit a:active, .component.lazy-image .credit a:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .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; }

.component.bucket .hero .component.lazy-image.marquee_large_2x,
.bucket.grid[data-items_per_row="1"] .tile .component.lazy-image.marquee_large_2x {
  padding-bottom: 49.5%; }

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

.inline-thumb {
  width: 100px; }

.lazy-image {
  position: relative; }
  .lazy-image .pinterest-transparent {
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 200; }
    .lazy-image .pinterest-transparent:hover {
      background: rgba(0, 0, 0, 0.95); }
    .lazy-image .pinterest-transparent svg {
      fill: #fff;
      width: 44px;
      height: 44px;
      margin: 0; }
    .lazy-image .pinterest-transparent svg path:first-child {
      fill: none; }
  .lazy-image .video-play-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100; }
    .lazy-image .video-play-icon svg g path {
      fill: rgba(0, 0, 0, 0.65); }
  .lazy-image .icon-hexagon {
    position: absolute;
    top: 15.7px;
    right: 15.7px; }
    .lazy-image .icon-hexagon tspan {
      text-transform: uppercase;
      font-weight: 900; }
  .lazy-image .editors-choice {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 48px;
    left: 24px; }
    @media (min-width: 768px) {
      .lazy-image .editors-choice {
        top: 24px;
        left: 24px; } }

.image-overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  overflow: hidden; }
  .image-overlay > span,
  .image-overlay > button {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
    opacity: 1;
    pointer-events: all; }
    @media (min-width: 1162px) {
      .image-overlay > span.centered,
      .image-overlay > button.centered {
        bottom: 50%;
        right: 50%;
        margin-right: -24px;
        margin-bottom: -24px; }
        .image-overlay > span.centered svg,
        .image-overlay > button.centered svg {
          width: 48px;
          height: 48px; } }
  .image-overlay .image-link {
    pointer-events: auto; }
  .image-overlay > .icon-image-zoom {
    width: 44px;
    height: 44px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    bottom: 0;
    left: 0;
    z-index: 100; }
    .image-overlay > .icon-image-zoom svg {
      fill: rgba(0, 0, 0, 0.65);
      margin: 0;
      width: 24px;
      height: 44px;
      pointer-events: none; }
    @media (min-width: 768px) {
      .image-overlay > .icon-image-zoom {
        width: 41px;
        height: 41px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        cursor: pointer; }
        .image-overlay > .icon-image-zoom svg {
          fill: rgba(0, 0, 0, 0.65);
          margin: 0;
          width: 22px;
          height: 41px;
          pointer-events: none; } }
    @media (min-width: 1024px) {
      .image-overlay > .icon-image-zoom {
        width: 37px;
        height: 37px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        cursor: pointer; }
        .image-overlay > .icon-image-zoom svg {
          fill: rgba(0, 0, 0, 0.65);
          margin: 0;
          width: 20px;
          height: 37px;
          pointer-events: none; } }
    .image-overlay > .icon-image-zoom:focus {
      outline-offset: -3px; }
    .image-overlay > .icon-image-zoom svg path:first-child {
      fill: none; }

.image-container a {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #f0f1f2;
  border-radius: 50%;
  padding: 2px; }
  .image-container a:hover {
    background: #239AD2; }

.image-container .icon-pinterest-circle-solid a {
  background: none;
  padding: 0;
  bottom: 0;
  right: 0; }
  .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; }
  .component.popup:focus {
    outline-offset: -3px; }

.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: "Source Sans Pro", Arial; }

.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: "Source Sans Pro", Arial;
      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; } }
  .partial.lead-image .component.lazy-image .image-wrap-container {
    display: block; }

.image-wrap-container {
  display: block; }

.component.inline.image .image-wrapper {
  text-align: center;
  background: #F2F2F2; }

.component.inline.image .image-wrap-container {
  width: 100%;
  text-align: left; }

.pullquote,
.blockquote {
  border-left: 4px solid #ac1900;
  margin: 48px 0;
  padding-left: 15.84px;
  padding-top: 8px;
  padding-bottom: 8px; }
  .pullquote blockquote,
  .blockquote blockquote {
    margin: 0; }
  .pullquote-content,
  .pullquote-content p,
  .blockquote-content,
  .blockquote-content p {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.42;
    font-style: italic; }
  .pullquote-attribution,
  .blockquote-attribution {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 0.8;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    padding-bottom: 8px; }
  .pullquote p,
  .blockquote p {
    margin-top: 0; }
    .pullquote p:last-child,
    .blockquote p:last-child {
      margin-bottom: 0; }
  @media (min-width: 1024px) {
    .pullquote,
    .blockquote {
      padding-left: 24px; } }

.pullquote {
  text-align: left; }
  @media (min-width: 1024px) {
    .pullquote {
      margin-left: 24px;
      margin-right: 24px; } }

.blockquote {
  padding-left: 24px; }
  .blockquote p, .blockquote ol {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    font-style: italic; }
    .blockquote p:first-child, .blockquote ol:first-child {
      margin-top: 0; }

.mdex-test .pullquote {
  border-left: none;
  overflow: hidden;
  padding: 12px 0 12px 54px;
  position: relative; }
  .mdex-test .pullquote blockquote {
    margin: 0; }
  .mdex-test .pullquote p, .mdex-test .pullquote ol {
    color: inherit;
    font-style: normal;
    font-weight: 700; }
  .mdex-test .pullquote:before {
    background: url("../img/icons/quote.svg") left top no-repeat;
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    left: -13px;
    height: 64px;
    width: 64px;
    top: -7px;
    transform: rotate(180deg); }
  .mdex-test .pullquote-attribution {
    margin-top: 24px;
    text-align: left; }
    .mdex-test .pullquote-attribution:before {
      background-color: rgba(0, 0, 0, 0.65);
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 12px;
      margin-right: 4px; }

.mdex-test .blockquote {
  border-left: 4px solid #ac1900;
  padding-left: 24px; }
  .mdex-test .blockquote p, .mdex-test .blockquote ol {
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    margin-top: 0; }
  .mdex-test .blockquote-attribution {
    margin-top: 16px;
    text-align: left; }
    .mdex-test .blockquote-attribution:before {
      background-color: rgba(0, 0, 0, 0.65);
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 12px;
      margin-right: 4px; }

.mdex-test .pullquote-attribution,
.mdex-test .blockquote-attribution {
  font-style: normal;
  padding-bottom: 0;
  text-transform: uppercase; }

.mdex-test .longformContent__container--pullquote .pullquote {
  padding: 48px 0 0;
  border-bottom: 2px solid #ac1900;
  margin-bottom: 48px; }
  .mdex-test .longformContent__container--pullquote .pullquote blockquote {
    padding: 16px 0;
    border-top: 2px solid #ac1900;
    font-style: normal;
    text-align: center; }
    @media (min-width: 768px) {
      .mdex-test .longformContent__container--pullquote .pullquote blockquote {
        padding: 24px 0; } }
    .mdex-test .longformContent__container--pullquote .pullquote blockquote p, .mdex-test .longformContent__container--pullquote .pullquote blockquote ol {
      color: inherit;
      font-style: normal; }
  .mdex-test .longformContent__container--pullquote .pullquote-attribution {
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center; }
  .mdex-test .longformContent__container--pullquote .pullquote:before {
    left: calc(50% - (64px / 2));
    top: 12px;
    height: 64px;
    width: 64px;
    background-color: #fff;
    background-position: center; }

.mdex-test .longformContent__container--blockquote .blockquote {
  padding: 8px 0 8px 24px;
  border-left: 4px solid #ac1900; }
  .mdex-test .longformContent__container--blockquote .blockquote blockquote {
    text-align: left;
    font-style: italic; }
    .mdex-test .longformContent__container--blockquote .blockquote blockquote p, .mdex-test .longformContent__container--blockquote .blockquote blockquote ol {
      font-style: italic; }
  .mdex-test .longformContent__container--blockquote .blockquote-attribution {
    text-align: left; }

.jumpstart-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000; }
  .jumpstart-video .video-js,
  .jumpstart-video .jumpstart-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    text-align: left;
    line-height: normal; }
  .jumpstart-video video.jumpstart-js {
    opacity: 0; }
  .jumpstart-video .vjs-poster {
    background-size: cover;
    background-position: top;
    display: block; }
  .jumpstart-video .vjs-has-started .vjs-poster {
    display: none; }

.native-video {
  width: 100%;
  margin-bottom: 32px; }

.video-caption {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  background-color: #fff; }

.vjs-big-play-button:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.3);
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -3px; }

.video__endSlate {
  color: #fff;
  padding: 1em; }

.video__replayButton {
  color: #fff;
  display: flex;
  flex-align: center;
  text-transform: uppercase;
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .video__replayButtonText {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 4px; }
    .video__replayButtonText:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .video__replayButtonText:active {
      opacity: 0.8; }
  .video__replayButton svg path {
    fill: #fff; }

.video__endSlateWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1em;
  display: grid;
  justify-content: center;
  grid-template-columns: 104px 200px;
  grid-column-gap: 8px; }
  @media (min-width: 768px) {
    .video__endSlateWrapper {
      grid-template-columns: 168px 272px;
      max-width: 450px; } }
  .video__endSlateWrapper .video__endSlateLable {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0; }
  .video__endSlateWrapper .video__endSlateTitle {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 700; }

.video__replayImg {
  float: left;
  grid-column: 1;
  display: block;
  width: 104px;
  justify-self: right;
  align-self: baseline; }
  .video__replayImg .component.lazy-image.placeholder,
  .video__replayImg img {
    width: 100%; }
  @media (min-width: 768px) {
    .video__replayImg {
      display: flex;
      width: 168px; } }

.video__endSlateLable {
  color: #979797;
  margin: 0; }

.video__countdown {
  color: #fff;
  font-weight: 700; }

.video__endSlateTitle {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 28px;
  max-height: 84px;
  margin: 8px 0;
  color: #fff; }

.video__endSlateCancel {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.95);
  background: #fff;
  padding: 4px 8px; }
  .video__endSlateCancel:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .video__endSlateCancel:active {
    opacity: 0.8; }
  .video__endSlateCancel:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .video__endSlateCancel:active {
    opacity: 0.8; }
  .video__endSlateCancel svg path {
    fill: rgba(0, 0, 0, 0.95); }
  .video__endSlateCancel:visited {
    border: 3px solid rgba(0, 0, 0, 0.95);
    color: rgba(0, 0, 0, 0.95);
    background: #fff; }
  .video__endSlateCancel:hover, .video__endSlateCancel:active, .video__endSlateCancel:focus {
    border-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    background: rgba(0, 0, 0, 0.95); }
    .video__endSlateCancel:hover svg path, .video__endSlateCancel:active svg path, .video__endSlateCancel:focus svg path {
      fill: #fff; }
  .video__endSlateCancel[disabled] {
    border: 3px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: rgba(0, 0, 0, 0.65); }
  .video__endSlateCancel:active, .video__endSlateCancel:focus {
    border: 3px solid #014ecb; }

.video__endSlatePlayBtn {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  padding: 4px; }
  .video__endSlatePlayBtn:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .video__endSlatePlayBtn:active {
    opacity: 0.8; }
  .video__endSlatePlayBtn:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .video__endSlatePlayBtn:active {
    opacity: 0.8; }
  .video__endSlatePlayBtn svg path {
    fill: #fff; }
  .video__endSlatePlayBtn:visited {
    background: rgba(0, 0, 0, 0.95);
    color: #fff; }
  .video__endSlatePlayBtn:hover, .video__endSlatePlayBtn:active, .video__endSlatePlayBtn:focus {
    background: #ac1900;
    border-color: #ac1900;
    color: #fff; }
    .video__endSlatePlayBtn:hover svg path, .video__endSlatePlayBtn:active svg path, .video__endSlatePlayBtn:focus svg path {
      fill: #fff; }
  .video__endSlatePlayBtn[disabled] {
    border: 3px solid #D9D9D9;
    background-color: #D9D9D9;
    color: #fff; }
  .video__endSlatePlayBtn:active, .video__endSlatePlayBtn:hover, .video__endSlatePlayBtn:focus {
    border-color: #ac1900; }
  .video__endSlatePlayBtn:active, .video__endSlatePlayBtn:focus {
    border: 3px solid #014ecb; }
  .video__endSlatePlayBtn:hover {
    background: #ac1900; }

.video__endSlateCancel, .video__endSlatePlayBtn {
  font-size: 12px;
  text-transform: capitalize;
  line-height: 16px; }

.video .jumpstart-control.jumpstart-control-current-time,
.video .jumpstart-control.jumpstart-control-duration,
.video .jumpstart-recs-title,
.video .jumpstart-recs-flyout .title,
.video .jumpstart-recs-flyout .countdown {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0; }

.video .jumpstart-control.jumpstart-control-current-time,
.video .jumpstart-control.jumpstart-control-duration,
.video .jumpstart-recs-title {
  font-weight: 700; }

.video .jumpstart-recs-flyout .title {
  max-height: 32px; }

.jumpstart-endslate-container {
  padding: 8px; }
  @media (min-width: 768px) {
    .jumpstart-endslate-container {
      padding: 16px; } }

.jumpstart-player-sticky .video__endSlateWrapper {
  grid-template-columns: 168px 192px; }

.component.anchors .anchor-menu {
  z-index: 600;
  opacity: 0;
  position: fixed;
  right: 24px;
  top: calc(50% + 28px);
  transform: translate(48px, -50%);
  transition: transform 800ms ease-in-out, opacity 600ms ease-in-out 200ms;
  display: flex;
  flex-flow: column; }
  @media (min-width: 1024px) {
    .component.anchors .anchor-menu {
      position: initial;
      right: initial;
      top: initial;
      z-index: initial;
      display: block;
      flex-flow: initial; } }
  .component.anchors .anchor-menu.in-view {
    opacity: 1;
    transform: translate(0, -50%);
    background-color: #fff; }

.component.anchors .anchor-menu-item {
  display: block;
  width: 20px;
  font-family: "Source Sans Pro", Arial;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.65);
  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 #239AD2; }

.component.anchors .anchor-list-item-title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Klein", "Times New Roman", serif;
  color: rgba(0, 0, 0, 0.65);
  text-transform: capitalize;
  margin-bottom: 8px;
  letter-spacing: 0;
  margin-left: 14px; }

.component.anchors .anchor-item-title {
  font-family: "Source Sans Pro", Arial;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.65); }

.component.anchors .anchor-item:after {
  content: "";
  display: table;
  clear: both; }

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

.component.tabs .select-box-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 4px; }
  .component.tabs .select-box-container .select-box {
    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 40px 8px 16px;
    height: 48px;
    display: inline-block;
    text-transform: capitalize; }
    @media (min-width: 1024px) {
      .component.tabs .select-box-container .select-box {
        width: calc(20% - 8px); } }
  .component.tabs .select-box-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none; }
    .component.tabs .select-box-container select option {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 300px; }
  .component.tabs .select-box-container .icon-down {
    margin-left: -28px; }
  .component.tabs .select-box-container svg {
    transition: transform 300ms ease; }
  .component.tabs .select-box-container:selected {
    border-color: #239AD2; }
    .component.tabs .select-box-container:selected svg {
      transform: rotate(180deg); }

.component.tabs .tab-menu {
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Klein", "Times New Roman", serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .component.tabs .tab-menu.icon-segment {
      padding-left: 48px; } }

.component.tabs .tab-item-container {
  color: rgba(0, 0, 0, 0.65);
  display: block;
  padding: 4px 4px 8px;
  border-bottom: 1px solid transparent;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer; }

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

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

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

.component.tabs .tab-item {
  border-right: none;
  min-height: 42px;
  display: inline-block;
  list-style: none;
  vertical-align: middle; }
  .component.tabs .tab-item a {
    cursor: pointer; }
  .component.tabs .tab-item.width-72 {
    width: 72px; }

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

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

.component.tabs .tab-content {
  overflow-x: hidden;
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65); }
  .component.tabs .tab-content .tab-content-group {
    width: 100%;
    float: left; }
  .component.tabs .tab-content .group-title {
    display: none; }
  .component.tabs .tab-content .group-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: stretch; }
  .component.tabs .tab-content .group-item {
    flex: 0 1 33%; }
    .component.tabs .tab-content .group-item:after {
      content: "";
      display: table;
      clear: both; }
    .component.tabs .tab-content .group-item .group-item-link {
      display: inline-block; }
    .component.tabs .tab-content .group-item .image,
    .component.tabs .tab-content .group-item .group-item-title {
      font-size: 14px;
      letter-spacing: 0;
      line-height: 40px;
      color: rgba(0, 0, 0, 0.65); }

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

.component.tabs .tab-content-slide {
  position: absolute;
  transition: left 400ms ease-in-out; }

.component.tabs .graphic-tabs {
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  display: table;
  width: 100%; }
  .component.tabs .graphic-tabs .graphic-tab {
    background-color: #fff;
    display: table-cell;
    padding: 0 8px;
    text-align: center;
    vertical-align: middle;
    height: 56px;
    border-left: 1px solid transparent;
    cursor: pointer;
    font-weight: 700; }
    .component.tabs .graphic-tabs .graphic-tab.with-small-font {
      font-size: 14px;
      text-transform: uppercase; }
  .component.tabs .graphic-tabs .graphic-tab.inactive {
    background-color: #fff;
    color: #282f2f;
    font-weight: 400; }
    .component.tabs .graphic-tabs .graphic-tab.inactive .icon, .component.tabs .graphic-tabs .graphic-tab.inactive img {
      opacity: 0.7; }
    .component.tabs .graphic-tabs .graphic-tab.inactive .icon:hover {
      opacity: 1; }

.component.tabs .graphic-tab-content-group.inactive {
  visibility: hidden;
  display: none; }

.component.tabs .graphic-list {
  border-bottom: 1px solid #fff;
  padding: 8px;
  padding-bottom: 0; }
  .component.tabs .graphic-list .tabs {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px; }

.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: "Source Sans Pro", Arial;
    background: none;
    border: 2px solid #d7d7d9;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.65);
    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 #239AD2;
      background: #239AD2;
      color: #fff; }
    .component.tags .tag-link:before {
      content: "# "; }

.button {
  outline: none;
  transition: all 0.15s ease-in-out; }
  .button.color-red-orange, .button.active {
    color: #239AD2; }

.button.white {
  background: #fff;
  color: #239AD2;
  font-family: "Klein", "Times New Roman", 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: #239AD2;
    border-color: #0F7BAE;
    color: #fff; }

.button.orange {
  background-color: #239AD2;
  width: 272px;
  height: 42px;
  border: none;
  color: #fff;
  font-family: "Klein", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  transition: background-color 0.15s ease-in-out; }
  .button.orange:hover {
    background-color: #0F7BAE; }

.button.green {
  color: #239AD2; }
  .button.green .icon #plus {
    fill: #239AD2; }
  .button.green:hover {
    color: #0F7BAE; }
    .button.green:hover .icon #plus {
      fill: #0F7BAE; }

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

.button.favorite {
  font-family: "Source Sans Pro", Arial;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  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: #fff;
    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; }
  .button.favorite.color-dark .icon {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.3); }
  .button.favorite.color-dark .icon #plus {
    stroke: #fff;
    fill: #fff; }
  .button.favorite.color-dark:hover {
    color: #fff; }
    .button.favorite.color-dark:hover .icon {
      border-color: rgba(255, 255, 255, 0.7); }

.button.mysi-tab-favorite {
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  font-family: "Klein", "Times New Roman", 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: #239AD2;
    border-color: #0F7BAE;
    color: #fff; }

.button.active {
  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: #fff; }
  .button.team-page.active {
    opacity: 0; }

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

.button.writer-page.active {
  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] {
  opacity: 0.5; }
  .button.action-button[disabled].orange:hover {
    background-color: #239AD2; }

.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.button {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.95);
  background: #fff;
  display: inline-block; }
  .component.button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .component.button:active {
    opacity: 0.8; }
  .component.button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .component.button:active {
    opacity: 0.8; }
  .component.button svg path {
    fill: rgba(0, 0, 0, 0.95); }
  .component.button:visited {
    border: 3px solid rgba(0, 0, 0, 0.95);
    color: rgba(0, 0, 0, 0.95);
    background: #fff; }
  .component.button:hover, .component.button:active, .component.button:focus {
    border-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    background: rgba(0, 0, 0, 0.95); }
    .component.button:hover svg path, .component.button:active svg path, .component.button:focus svg path {
      fill: #fff; }
  .component.button[disabled] {
    border: 3px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: rgba(0, 0, 0, 0.65); }
  .component.button:active, .component.button:focus {
    border: 3px solid #014ecb; }

.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.recirc-list .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: "Source Sans Pro", Arial;
    font-size: 12px;
    font-style: italic;
    font-weight: 700; }
  .component.vertical-gallery .vertical-slide > .slide-info .credit {
    font-family: "Source Sans Pro", Arial;
    color: rgba(0, 0, 0, 0.65);
    font-size: 11px;
    margin-left: 0;
    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.5px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0.6em;
    display: block;
    font-family: "Klein", "Times New Roman", serif;
    color: #282f2f; }
    .component.vertical-gallery .vertical-slide > .media-body a.headline-link:hover {
      color: #0F7BAE; }
  .component.vertical-gallery .vertical-slide > .media-body .caption {
    line-height: 24px;
    font-family: "Source Sans Pro", Arial;
    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: "Source Sans Pro", Arial;
      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: "Source Sans Pro", Arial;
    letter-spacing: 0.5px; }
  .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: "Source Sans Pro", Arial;
    letter-spacing: 0.5px; }
    .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: 32px 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; }
  .social-embed .embedBrandlive {
    border: none; }

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

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

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

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

.embed-spotify iframe {
  width: 250px;
  height: 330px; }
  @media (min-width: 768px) {
    .embed-spotify iframe {
      width: 400px;
      height: 480px; } }

.embed-spotify.compact iframe {
  height: 80px; }

.embed-spotify.episode iframe, .embed-spotify.show iframe {
  height: 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%; }

.component.oembed .media-item .instagram-media {
  position: relative !important; }

.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 {
  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; }

.input-radio-circle-input-wrapper {
  position: relative; }
  .input-radio-circle-input-wrapper .input-radio-circle-input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
    .input-radio-circle-input-wrapper .input-radio-circle-input:focus + .input-radio-circle-label:before {
      outline: 3px solid #014ECB;
      outline-offset: 1px;
      box-shadow: none; }
    .input-radio-circle-input-wrapper .input-radio-circle-input:active {
      opacity: 0.8; }
    .input-radio-circle-input-wrapper .input-radio-circle-input:focus {
      outline: 0; }
    .input-radio-circle-input-wrapper .input-radio-circle-input:hover:checked + .input-radio-circle-label:before {
      border: 2px solid rgba(0, 0, 0, 0.95);
      background-color: rgba(0, 0, 0, 0.95); }
    .input-radio-circle-input-wrapper .input-radio-circle-input:hover:checked + .input-radio-circle-label:after {
      background-color: rgba(0, 0, 0, 0.95); }
    .input-radio-circle-input-wrapper .input-radio-circle-input:checked + .input-radio-circle-label:before {
      border: 2px solid #ac1900; }
    .input-radio-circle-input-wrapper .input-radio-circle-input:checked + .input-radio-circle-label:after {
      content: '';
      display: inline-block;
      position: absolute;
      left: 5px;
      top: 5px;
      width: 10px;
      height: 10px;
      background-color: #ac1900;
      border-radius: 50%; }

.input-radio-circle-label {
  position: relative;
  padding-left: 26px; }
  .input-radio-circle-label:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid rgba(0, 0, 0, 0.65);
    border-radius: 50%;
    width: 20px;
    height: 20px; }

.newsletter-signup-modal .newsletter-signup-container,
.newsletter-container-dark .newsletter-signup-container {
  padding: 24px;
  width: 100%;
  background-color: #fff; }
  @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: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0.5px;
  text-align: center; }

.newsletter-signup-modal .description,
.newsletter-container-dark .description {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.65); }
  .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: 0;
      margin-right: 0; } }
  .newsletter-signup-modal .description a,
  .newsletter-container-dark .description a {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0.5px; }
    .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: "Klein", "Times New Roman", 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.5px;
  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: 0; } }

.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;
    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 #239AD2;
  display: table; }
  .newsletter-success-modal .content-container {
    display: table-cell;
    vertical-align: middle; }
  .newsletter-success-modal .primary-heading {
    font-family: "Klein", "Times New Roman", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #239AD2; }
  .newsletter-success-modal .primary-message {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: rgba(0, 0, 0, 0.65); }

.newsletter-signup {
  text-align: left;
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.65); }
  .newsletter-signup .select {
    cursor: pointer;
    text-transform: uppercase;
    padding: 18px 15px 12px; }
    .newsletter-signup .select a {
      color: rgba(0, 0, 0, 0.65);
      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: "Source Sans Pro", Arial;
  font-size: 20px;
  line-height: 28px;
  color: #8b8d91;
  margin: 0 0 24px; }

.newsletter-container-dark {
  text-align: center;
  margin: 8px auto;
  border-radius: 7px;
  background-color: rgba(7, 9, 15, 0.9);
  color: #fff;
  box-shadow: box-shadow, 0 0 9px 0 rgba(0, 0, 0, 0.29); }
  .newsletter-container-dark .description.center {
    padding: 0 64px; }
  .newsletter-container-dark .container-heading.large {
    font-family: "Source Sans Pro", Arial;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
    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: "Source Sans Pro", Arial;
    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: rgba(0, 0, 0, 0.95); }

.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 {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 8px; }

.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 {
    display: flex;
    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 a,
  .inline-recirc-articles a {
    display: inline-block; }
  .header-recirc .owl-item .list-item:last-child,
  .inline-recirc-articles .owl-item .list-item:last-child {
    border-right: 1px solid rgba(215, 215, 217, 0.5); }
  .header-recirc .owl-item:last-child .list-item:last-child,
  .inline-recirc-articles .owl-item:last-child .list-item:last-child {
    border-right: 0; }
  .header-recirc .list-item,
  .inline-recirc-articles .list-item {
    float: left;
    padding: 0;
    margin-bottom: 0;
    margin-right: 8px;
    border-top: 0;
    width: 281px;
    flex-direction: row-reverse;
    border-right: 1px solid rgba(215, 215, 217, 0.5); }
    .header-recirc .list-item:last-child,
    .inline-recirc-articles .list-item:last-child {
      border-right: none; }
    .header-recirc .list-item .media-body,
    .inline-recirc-articles .list-item .media-body {
      max-height: 60px;
      margin-top: -4px;
      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: 9px;
        letter-spacing: 1px;
        line-height: 1; }
      .header-recirc .list-item .media-body .headline,
      .inline-recirc-articles .list-item .media-body .headline {
        font-family: "Source Sans Pro", Arial;
        font-size: 12px;
        letter-spacing: 0.3px;
        line-height: 15px; }
      .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: 60px;
      width: 60px; }
  .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: 1280px; }
      .header-recirc .list-item,
      .inline-recirc-articles .list-item {
        width: calc(25% - 8px);
        flex-direction: row-reverse; } }

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

.jumpstart-sticky-active .video-js {
  margin-bottom: 80px; }

@media (min-width: 1024px) {
  .component.sticky-video {
    position: relative;
    overflow: inherit; }
    .component.sticky-video.full-width-media.video {
      transform: inherit; }
    .component.sticky-video .sticky-video-controls {
      display: none; }
  .sticky-video-control {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    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%;
      transform: translateY(-50%); }
    .sticky-video-control .icon-down svg {
      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;
        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 {
    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;
    left: inherit;
    top: inherit;
    bottom: 20px;
    right: 0;
    width: 392px;
    height: 248px;
    padding: 32px 16px 16px;
    background: #282f2f;
    z-index: 600;
    box-shadow: -6px 0 11px 0 rgba(0, 0, 0, 0.75);
    transform: translateX(100%); }
  .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; }
  .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 {
    transform: translateX(100%) translateX(-32px);
    box-shadow: -2px 0 14px 0 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; }
  .sticky-video--on .component.sticky-video .video-player-content,
  .sticky-video--off .component.sticky-video .video-player-content {
    opacity: 0;
    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;
    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 {
    transition: none; }
  .sticky-video--on .component.sticky-video .video-player-content.fade-in {
    transform: translateX(0); }
  .component.sticky-video .inbetweener-unpinner {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    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;
    transition: none; } }

.component.dropdown {
  display: block; }
  .component.dropdown .heading {
    cursor: pointer; }
    .component.dropdown .heading h3 {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.14;
      letter-spacing: 0.5px;
      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; }
  .component.dropdown.video-transcript .heading {
    text-transform: uppercase;
    display: inline-block; }
    .component.dropdown.video-transcript .heading h3 {
      color: #239AD2;
      font-size: 14px;
      font-weight: normal;
      margin-bottom: 9px; }
    .component.dropdown.video-transcript .heading svg path {
      fill: #239AD2; }
  .component.dropdown.video-transcript .content {
    margin-top: 0; }

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

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

.component.share .icon:last-child {
  padding-right: 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: #fff;
      bottom: 0;
      left: 0;
      box-shadow: 0 0 15px 18px #fff; }
  .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: #239AD2; }
      .component.expander .open-button:hover path, .component.expander .close-button:hover path {
        fill: #239AD2; }
    .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: rgba(0, 0, 0, 0.95);
  color: #fff; }
  .aside a {
    color: inherit;
    box-shadow: inset 0 -2px 0 #239AD2; }
  .aside .title {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.1; }
  .aside .subheader {
    margin: 1em 0;
    font-weight: 700;
    line-height: 1.2; }

.aside__image {
  float: left;
  margin-right: 1.5em; }
  .aside.component .aside__image img {
    max-width: calc(100% + 1.5em);
    height: auto; }

.aside__image-credit {
  min-height: 1em;
  font-size: .8em;
  font-style: italic;
  text-align: right;
  color: rgba(38, 38, 38, 0.65);
  font-family: "Source Sans Pro", Arial; }

.aside__header {
  display: table-cell; }

.aside__read-more-button {
  position: relative;
  display: block;
  width: 9em;
  margin-top: 1em;
  padding: .5em 1em;
  font-size: .9em;
  font-weight: 700;
  text-align: left;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.95);
  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: #239AD2;
    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 {
  display: none;
  clear: both;
  padding-top: .5em; }
  .aside__read-more p:first-child {
    margin-top: 0; }
  .aside__read-more p:last-child {
    margin-bottom: 0; }

.component.subscribe-flyout {
  padding-right: 66px;
  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: #f44336;
  color: #fff;
  margin-bottom: 30px;
  font-family: "Source Sans Pro", Arial; }
  .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; }
    .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;
    font-weight: normal;
    font-family: "Klein", "Times New Roman", serif; }
  .build-a-meal__deck {
    margin: 0 0 15px;
    font-style: italic;
    letter-spacing: 0.5px;
    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 {
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 100; }
  .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.5px; }
    .build-a-meal__checkbox:last-child {
      margin-right: 0; }
    .build-a-meal__checkbox input {
      background: #fff;
      width: 10px;
      display: inline-block;
      padding: 6px;
      border-radius: 2px;
      -webkit-appearance: none;
      color: rgba(0, 0, 0, 0.95);
      margin-right: 5px;
      border: solid 1px #a3a5a9; }
    .build-a-meal__checkbox input:checked:after {
      content: '\2714';
      font-size: 10px;
      position: absolute;
      top: 1px;
      left: 3px;
      color: #000; }
  .build-a-meal__button {
    width: 150px;
    height: 40px;
    border-radius: 3px;
    background-color: #3f9612;
    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.5px;
      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 #239AD2;
  border-top: 0;
  font-family: "Helvetica", Helvetica, Arial, sans-serif; }
  .hub-filter .link {
    color: #282f2f;
    font-weight: 600; }
    .hub-filter .link:hover {
      color: #3F9612; }
  .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: #239AD2; }
    .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; } }

.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;
    line-height: 0; }
  .component.before-after:first-of-type {
    padding-top: 0;
    border: none; }
    .component.before-after:first-of-type .after {
      margin-top: 0; }
    .component.before-after:first-of-type .comparison-slider {
      margin-top: 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: #f44336;
    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: #f44336;
    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.align-right, .component.before-after.align-left {
    margin: 20px auto; }
    .component.before-after.align-right .credit, .component.before-after.align-left .credit {
      font-family: "Source Sans Pro", Arial;
      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;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.5px;
  max-width: 100%;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 24px;
  background: #239AD2;
  position: absolute;
  right: 0;
  top: 0; }
  .burst-text.desktop-only {
    display: none; }
    @media (min-width: 768px) {
      .burst-text.desktop-only {
        display: inline-flex; } }
  .burst-text .content {
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .burst-text .next-arrow {
    height: 1em;
    margin-left: 16px;
    width: 9px;
    background: url("../img/icons/next-button.svg") transparent no-repeat center; }
  .burst-text.top-right {
    right: -10px;
    top: 0; }
  .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: 0;
      width: 2em; }

.intro-article.hidden {
  display: none; }

.intro-article .partial.lead-image .image-and-burst {
  padding-top: 28px; }

.progress-bar.is-hidden {
  display: none; }

.progress-bar progress {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 201;
  top: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  color: #019bd9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

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

.progress-bar progress::-webkit-progress-value {
  background-color: #019bd9; }

.progress-bar progress::-moz-progress-bar {
  background-color: #019bd9; }

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

.progress-bar-inner {
  background-color: #019bd9;
  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;
  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: "Klein", "Times New Roman", serif;
  color: rgba(0, 0, 0, 0.65);
  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: "Source Sans Pro", Arial; }
  @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; } }

.longform-hero {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(3, auto); }

.longform-hero.text-below {
  display: block; }

.hero-media {
  grid-row: 2 / 3;
  grid-column: 1 / 5; }
  @media (min-width: 1024px) {
    .hero-media .vjs-big-play-button {
      display: none; } }
  .hero-media .image-wrap-container {
    display: block; }
  .hero-media img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .hero-media .credit {
    padding-left: 0;
    padding-top: 2px; }
  .hero-media .caption {
    padding-top: 2px; }
  .hero-media .credit.align.left {
    float: left;
    padding-right: 5px; }
  .hero-media .credit.align.right {
    float: right;
    padding-left: 5px; }
  .hero-media .credit.align.center {
    text-align: center;
    margin: 0 auto; }
  .hero-media .caption.align.left {
    float: left;
    padding-right: 5px; }
  .hero-media .caption.align.right {
    float: right;
    padding-left: 5px; }
  .hero-media .caption.align.center {
    text-align: center;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .hero-media .gallery .gallery-details {
      padding: 0 15px; } }

.hero-media.loop-video .video-js .vjs-control-bar {
  display: none; }

@media (min-width: 768px) {
  .portrait {
    grid-column: 1 / 5;
    margin: 0 auto;
    overflow: hidden;
    max-width: 90vw; }
    .portrait img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .full-width image {
    width: 100%; }
  .split-image-right {
    width: 50vw;
    grid-column: 3 / 5; }
    .split-image-right img {
      width: 100%; }
  .split-image-left {
    width: 50vw;
    grid-column: 1 / 3; }
    .split-image-left img {
      width: 100%; }
  .full-height img {
    height: 100vh; }
  .half-height img {
    height: 50vh; }
  .three-quarters-height img {
    height: 75vh; } }

.hero-text.text-above .text-position > *, .hero-text.text-below .text-position > * {
  margin: 0 auto;
  text-align: center; }

.hero-text {
  width: 100%;
  grid-column: 1 / 5;
  grid-row: 3 / 4;
  padding: 16px;
  font-size: 36px; }
  @media (min-width: 768px) {
    .hero-text {
      padding: 24px 70px;
      position: relative; } }
  .hero-text .align-left {
    text-align: left; }
  .hero-text .align-center {
    text-align: center;
    margin: 0 auto; }
  .hero-text .align-right {
    text-align: right; }
  .hero-text .align-justify {
    text-align: justify; }
  .hero-text .ad.ad-container {
    margin-top: 24px; }
  .hero-text .longform-headline {
    font-weight: 700;
    font-family: "Klein", "Times New Roman", serif;
    font-size: .75em;
    padding: 12px; }
    @media (min-width: 768px) {
      .hero-text .longform-headline {
        max-width: 70vw;
        font-size: 1em; } }
  .hero-text .longform-dek {
    font-size: .5em;
    padding: 12px; }
    @media (min-width: 768px) {
      .hero-text .longform-dek {
        max-width: 55vw; } }
  .hero-text .longform-bylines {
    font-family: "Source Sans Pro", Arial;
    font-size: .45em;
    padding: 4px;
    color: rgba(0, 0, 0, 0.65); }
    .hero-text .longform-bylines .vertical-divider {
      font-size: 1.5em;
      font-weight: normal;
      vertical-align: middle;
      padding: 4px; }
    .hero-text .longform-bylines a {
      font-weight: 700; }
    @media (min-width: 768px) {
      .hero-text .longform-bylines {
        max-width: 50vw; } }
  .hero-text .longform-timestamps {
    font-size: .45em;
    color: #8b8d91;
    font-family: "Source Sans Pro", Arial;
    padding: 4px; }
    @media (min-width: 768px) {
      .hero-text .longform-timestamps {
        max-width: 50vw; } }

.text-above {
  grid-row: 1 / 2; }

.text-below {
  grid-row: 3 / 4; }

.text-overlay {
  grid-row: 2 / 3;
  z-index: 3; }

@media (min-width: 768px) {
  .split-text-left {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    width: 50vw; }
  .split-text-right {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    width: 50vw; } }

@media (min-width: 768px) and (min-width: 768px) {
  .text-positioning .text-position {
    position: absolute;
    padding: 20px;
    max-width: 700px; }
    .text-positioning .text-position > * {
      text-position: center; }
  .text-positioning .left {
    left: 0%; }
  .text-positioning .center {
    left: 50%;
    transform: translateX(-50%); }
  .text-positioning .right {
    right: 0%; }
  .text-positioning .top {
    top: 0%; }
  .text-positioning .middle {
    top: 50%;
    transform: translateY(-50%); }
  .text-positioning .bottom {
    bottom: 0%; }
  .text-positioning .middle.center {
    width: 100%;
    transform: translate(-50%, -50%); } }

.component.full-width-image {
  padding: 0; }
  .component.full-width-image .image-expander {
    display: inline-flex;
    width: 100%; }
    .component.full-width-image .image-expander .image-wrapper {
      width: 100%; }
    .component.full-width-image .image-expander.imageCount--2 .image-wrapper {
      width: 50%; }
      .component.full-width-image .image-expander.imageCount--2 .image-wrapper:not(:last-child) {
        margin-right: 16px; }
    @media (min-width: 768px) {
      .component.full-width-image .image-expander.imageCount--2 .image-wrapper:not(:last-child) {
        margin-right: 24px; } }
    .component.full-width-image .image-expander.imageCount--3 .image-wrapper {
      width: 33.333333333%; }
      .component.full-width-image .image-expander.imageCount--3 .image-wrapper:not(:last-child) {
        margin-right: 16px; }
    @media (min-width: 768px) {
      .component.full-width-image .image-expander.imageCount--3 .image-wrapper:not(:last-child) {
        margin-right: 24px; } }
  @media (min-width: 1024px) {
    .component.full-width-image {
      display: block;
      height: initial;
      max-width: none;
      padding-left: 0;
      padding-right: 0; }
      .component.full-width-image .image-expander {
        display: flex; }
        .component.full-width-image .image-expander.full-width {
          margin: 0;
          padding-left: 0;
          padding-right: 0; }
        .component.full-width-image .image-expander.default {
          max-width: 885px;
          padding-left: 24px;
          padding-right: 24px;
          margin: 0 auto; }
        .component.full-width-image .image-expander.featured {
          flex-wrap: wrap;
          justify-content: center; }
          .component.full-width-image .image-expander.featured .image-wrapper:first-child {
            width: 100%; }
        .component.full-width-image .image-expander.middle-featured .image-wrapper {
          width: auto; }
          .component.full-width-image .image-expander.middle-featured .image-wrapper:first-child, .component.full-width-image .image-expander.middle-featured .image-wrapper:last-child {
            flex-grow: 1; }
          .component.full-width-image .image-expander.middle-featured .image-wrapper:nth-child(2) {
            flex-grow: 2; }
          .component.full-width-image .image-expander.middle-featured .image-wrapper img {
            width: auto;
            max-height: 500px; }
      .component.full-width-image .single .image-wrapper {
        box-sizing: border-box;
        width: 100%; }
      .component.full-width-image .diptych .image-wrapper {
        box-sizing: border-box;
        width: 50%; }
        .component.full-width-image .diptych .image-wrapper:first-child {
          padding-right: 6px; }
        .component.full-width-image .diptych .image-wrapper:last-child {
          padding-left: 6px; }
      .component.full-width-image .triptych .image-wrapper {
        box-sizing: border-box;
        width: 33.33%; }
        .component.full-width-image .triptych .image-wrapper:first-child {
          padding-right: 8px; }
        .component.full-width-image .triptych .image-wrapper:nth-child(2) {
          padding-left: 4px;
          padding-right: 4px; }
        .component.full-width-image .triptych .image-wrapper:last-child {
          padding-left: 8px; } }

.component.search-form .search {
  border: 2px solid #282f2f; }

.component.search-form .search-items {
  font-family: "Klein", "Times New Roman", serif;
  text-align: center; }

.component.search-form .text-label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  margin-right: 12px; }

.component.search-form .button-text {
  font-size: 20px;
  margin-right: 12px;
  font-weight: 200;
  color: #282f2f; }
  .component.search-form .button-text:hover {
    color: #0F7BAE; }

.component.search-form input[type=text] {
  height: 50px;
  line-height: 50px;
  border: 0;
  padding: 2px 8px 0;
  display: block;
  float: left;
  width: calc(100% - 50px);
  font-size: 18px;
  font-family: "Klein", "Times New Roman", serif; }
  .component.search-form input[type=text]::-moz-placeholder {
    text-align: center;
    color: #282f2f;
    font-size: 18px; }
  .component.search-form input[type=text]:-ms-input-placeholder {
    text-align: center;
    color: #282f2f;
    font-size: 18px; }
  .component.search-form input[type=text]::placeholder {
    text-align: center;
    color: #282f2f;
    font-size: 18px; }
    @media (min-width: 768px) {
      .component.search-form input[type=text]::-moz-placeholder {
        font-size: 23px; }
      .component.search-form input[type=text]:-ms-input-placeholder {
        font-size: 23px; }
      .component.search-form input[type=text]::placeholder {
        font-size: 23px; } }

.component.search-form .button {
  background: none;
  border: 0;
  height: 50px;
  width: 50px;
  padding: 7px 0 0; }

.glossary-navigation {
  margin: 12px 0 24px;
  font-size: 0; }
  .glossary-navigation a {
    cursor: pointer;
    border-right: 1px solid #a3a5a9;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 16px 0;
    padding: 0 12px;
    text-transform: uppercase;
    width: 36px; }
    @media (min-width: 768px) {
      .glossary-navigation a {
        font-size: 18px;
        padding: 0 20px;
        width: 52px; } }
    @media (min-width: 1024px) {
      .glossary-navigation a {
        font-size: 18px;
        padding: 0 24px;
        width: 58px; } }

.default-color {
  color: #a3a5a9; }

.component .product-tile .heading-eyebrow {
  font-size: 10px; }

.component .product-tile .media-body {
  margin-left: 0;
  margin-right: 0; }
  .component .product-tile .media-body .price {
    color: #8b8d91;
    margin-right: 5px;
    font-size: 12px; }
  .component .product-tile .media-body .brand {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px; }
  .component .product-tile .media-body .shop-it {
    margin-right: 5px;
    white-space: nowrap;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .component .product-tile .media-body .headline {
    font-size: 16px;
    line-height: 1.38;
    font-family: "Helvetica", Helvetica, Arial, sans-serif; }
    .component .product-tile .media-body .headline a {
      color: inherit; }
      .component .product-tile .media-body .headline a:hover {
        color: #239AD2; }

.component .product-tile .product-image {
  position: relative;
  border: 1px solid #d7d7d9; }

.component .product-tile .top-buy {
  position: absolute;
  bottom: 8px;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(35, 154, 210, 0.7); }

.component .product-tile .top-buy-image {
  position: absolute;
  top: 0;
  right: 0; }

body.modal-active {
  overflow-y: hidden;
  max-height: 100%; }
  @media (min-width: 1024px) {
    body.modal-active {
      padding-right: 17px; } }

.partial.modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  padding: 32px;
  z-index: 600;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  background: #fff; }
  @media (min-width: 768px) {
    .partial.modal {
      max-width: 380px;
      z-index: 500; } }
  .partial.modal .close {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 100%;
    font-family: inherit;
    border: 0;
    padding: 0;
    background-color: transparent;
    width: 50px;
    height: 50px; }
    .partial.modal .close svg {
      width: 16px;
      height: 16px;
      position: absolute;
      bottom: 8px;
      right: 0; }
      .partial.modal .close svg path {
        fill: #fff; }
  .partial.modal:not(.other-sites):not(.global-communities):not(.manage-push-notifications):not(.show-header):not(.nutrition-modal):not(.publicationOptions__modal):not(.bulkAddFields__modal):not(.addSwears__modal):not(.addProductAlert__modal) .dialogTitle {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }

/*
 1, Sidebar / Hamburger Menu
 */
.sidebar-authentication {
  display: flex;
  justify-content: space-between;
  margin: 0 8px;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(215, 215, 217, 0.5); }
  .sidebar-authentication .left {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .sidebar-authentication svg {
    margin: 0 10px; }
  .sidebar-authentication .right {
    display: flex;
    align-items: center; }
  .sidebar-authentication a {
    font-family: "Source Sans Pro", Arial;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #239AD2; }

/*
2. Navigation
*/
nav.main .primary-links .nav-authentication {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  float: left;
  padding: 8px 8px 8px 0; }
  nav.main .primary-links .nav-authentication a {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.5px;
    color: #239AD2;
    cursor: pointer; }
  nav.main .primary-links .nav-authentication svg {
    margin: 0 10px; }

body {
  /* Hide any .logged-out when authenticated. */
  /* And do the opposite when NOT authenticated. */ }
  body.authenticated .logged-out {
    display: none; }
  body.authenticated .account-icon {
    width: 0;
    overflow: hidden; }
  body.authenticated .account-solid-icon {
    width: auto;
    overflow: hidden; }
  body:not(.authenticated) .logged-in {
    display: none; }
  body:not(.authenticated) .account-icon {
    width: auto;
    overflow: hidden; }
  body:not(.authenticated) .account-solid-icon {
    width: 0;
    overflow: hidden; }
  body.modal-active.auth .partial.modal.auth {
    display: block; }

/*
* Account Details Page
*/
main.content {
  min-height: 500px; }

.account-details-page {
  padding: 0 15px; }
  @media (min-width: 768px) {
    .account-details-page {
      width: 60%; } }
  .account-details-page .flex-container > div {
    width: 100%; }
  @media (min-width: 768px) {
    .account-details-page .flex-container {
      display: flex;
      justify-content: space-between; }
      .account-details-page .flex-container > div {
        width: 50%;
        padding-right: 20px; } }

/*
* Auth Forms
*/
.auth-forms {
  font-family: "Source Sans Pro", Arial;
  /*
  * Text styles
  */
  /*
   * Text utilities
   */
  /*
   * Form field styles: inputs, buttons, etc
  */ }
  .auth-forms a {
    color: rgba(0, 0, 0, 0.65); }
    .auth-forms a:hover, .auth-forms a:active {
      color: #239AD2; }
  .auth-forms label {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase; }
  .auth-forms p {
    font-size: 14px;
    line-height: 1.43;
    color: rgba(0, 0, 0, 0.65);
    font-style: italic;
    margin: 0 auto 15px 0;
    padding: 0 5px; }
  .auth-forms .emphasized {
    padding: 0; }
  .auth-forms .auth-page-header {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 40px;
    letter-spacing: 0.5px;
    line-height: 1.25;
    color: #282f2f;
    font-weight: normal; }
  .auth-forms .auth-header {
    font-family: "Source Sans Pro", Arial;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27;
    letter-spacing: 1px;
    color: #282f2f;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .auth-forms .auth-header-secondary {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.13;
    letter-spacing: 1px;
    color: #282f2f;
    text-align: center;
    text-transform: uppercase; }
  .auth-forms h2 {
    font-family: "Source Sans Pro", Arial;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    margin-bottom: 16px; }
    .auth-forms h2.forgot-password {
      margin-bottom: 0;
      text-align: right; }
    .auth-forms h2 a.default-color {
      font-weight: 600;
      color: #239AD2; }
      .auth-forms h2 a.default-color:hover, .auth-forms h2 a.default-color:active {
        text-decoration: underline; }
    .auth-forms h2 .auth-forgot-password {
      text-align: right; }
  .auth-forms .auth-footer {
    font-family: "Source Sans Pro", Arial;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-align: center;
    color: rgba(0, 0, 0, 0.65); }
  .auth-forms .centered {
    text-align: center; }
  .auth-forms .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .auth-forms form {
    margin: 15px 0; }
    .auth-forms form .btn.btn-cancel {
      display: none; }
    .auth-forms form .btn {
      opacity: 0.5; }
    .auth-forms form.active .btn {
      opacity: 1; }
      .auth-forms form.active .btn:hover {
        opacity: 0.5; }
      .auth-forms form.active .btn:active {
        opacity: 1; }
      .auth-forms form.active .btn.btn-cancel {
        display: inline-block; }
      .auth-forms form.active .btn:disabled, .auth-forms form.active .btn.disabled {
        opacity: 0.5;
        cursor: not-allowed; }
    .auth-forms form.success:after {
      content: '\2713 Done';
      display: inline-block;
      color: #00cc66;
      -webkit-animation: fadeOut 5s 1 forwards;
              animation: fadeOut 5s 1 forwards; }
    .auth-forms form.invalid input[type=email], .auth-forms form.invalid input[type=password], .auth-forms form.invalid input[type=text] {
      border-color: #cc0000; }
      .auth-forms form.invalid input[type=email]:focus, .auth-forms form.invalid input[type=password]:focus, .auth-forms form.invalid input[type=text]:focus {
        border-color: #cc0000; }
    .auth-forms form input:disabled, .auth-forms form input.disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .auth-forms .input-group {
    margin-bottom: 16px;
    width: 100%; }
    @media (min-width: 768px) {
      .auth-forms .input-group.half-width-tablet, .auth-forms .input-group input.half-width-tablet {
        width: 50%; } }
    .auth-forms .input-group input[type=email], .auth-forms .input-group input[type=password], .auth-forms .input-group input[type=text] {
      -moz-appearance: none;
           appearance: none;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      background: #f3f3f2;
      border: 1px solid #f3f3f2;
      border-radius: 0;
      height: 48px;
      padding: 0 16px;
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      box-shadow: none;
      color: rgba(0, 0, 0, 0.65);
      outline: none;
      padding-left: 16px;
      height: 48px;
      width: 100%; }
      .auth-forms .input-group input[type=email]:focus, .auth-forms .input-group input[type=password]:focus, .auth-forms .input-group input[type=text]:focus {
        box-shadow: none;
        outline: 2px solid #014ECB;
        outline-offset: 3px; }
      .auth-forms .input-group input[type=email]::-moz-placeholder, .auth-forms .input-group input[type=password]::-moz-placeholder, .auth-forms .input-group input[type=text]::-moz-placeholder {
        color: #595959;
        opacity: 1; }
      .auth-forms .input-group input[type=email]:-ms-input-placeholder, .auth-forms .input-group input[type=password]:-ms-input-placeholder, .auth-forms .input-group input[type=text]:-ms-input-placeholder {
        font-style: italic; }
      .auth-forms .input-group input[type=email]::placeholder, .auth-forms .input-group input[type=password]::placeholder, .auth-forms .input-group input[type=text]::placeholder {
        font-style: italic; }
      .auth-forms .input-group input[type=email]:focus, .auth-forms .input-group input[type=password]:focus, .auth-forms .input-group input[type=text]:focus {
        border-color: #239AD2; }
      .auth-forms .input-group input[type=email].parsley-error, .auth-forms .input-group input[type=password].parsley-error, .auth-forms .input-group input[type=text].parsley-error {
        border: 1px solid #cc0000; }
      .auth-forms .input-group input[type=email]:-webkit-autofill, .auth-forms .input-group input[type=password]:-webkit-autofill, .auth-forms .input-group input[type=text]:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 100px #f3f3f2 inset; }
    .auth-forms .input-group.input-icon input[type=email], .auth-forms .input-group.input-icon input[type=password], .auth-forms .input-group.input-icon input[type=text] {
      background-position: 15px center;
      background-repeat: no-repeat;
      padding-left: 45px; }
      .auth-forms .input-group.input-icon input[type=email].icon-email, .auth-forms .input-group.input-icon input[type=password].icon-email, .auth-forms .input-group.input-icon input[type=text].icon-email {
        background-image: url("../img/icons/email.svg"); }
      .auth-forms .input-group.input-icon input[type=email].icon-password, .auth-forms .input-group.input-icon input[type=password].icon-password, .auth-forms .input-group.input-icon input[type=text].icon-password {
        background-image: url("../img/icons/password.svg"); }
      .auth-forms .input-group.input-icon input[type=email].icon-password-confirm, .auth-forms .input-group.input-icon input[type=password].icon-password-confirm, .auth-forms .input-group.input-icon input[type=text].icon-password-confirm {
        background-image: url("../img/icons/password-confirm.svg"); }
      .auth-forms .input-group.input-icon input[type=email].icon-user, .auth-forms .input-group.input-icon input[type=password].icon-user, .auth-forms .input-group.input-icon input[type=text].icon-user {
        background-image: url("../img/icons/email.svg"); }
  .auth-forms hr.or {
    overflow: visible;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #d7d7d9;
    text-align: center;
    margin: 27px 0; }
    .auth-forms hr.or:after {
      content: "or";
      display: inline-block;
      position: relative;
      width: 32px;
      top: -1.3em;
      padding: 0 0.25em;
      background: #fff;
      color: rgba(0, 0, 0, 0.65);
      font-size: 10px;
      font-size: 1.5em;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
  .auth-forms .btn {
    cursor: pointer;
    border-width: 2px;
    text-transform: uppercase;
    background-color: #239AD2;
    color: #fff;
    border-color: #239AD2;
    font-weight: 900;
    outline: none;
    letter-spacing: 1px;
    margin-bottom: 9px;
    border-radius: 0; }
    .auth-forms .btn.btn-small {
      height: 32px;
      font-size: 12px;
      margin-right: 5px; }
    .auth-forms .btn.btn-block {
      width: 100%;
      height: 48px;
      font-size: 14px; }
    .auth-forms .btn.btn-secondary {
      background-color: #fff;
      color: #239AD2;
      border-color: #239AD2; }
    .auth-forms .btn:hover {
      opacity: 0.5; }
    .auth-forms .btn:disabled, .auth-forms .btn.disabled {
      opacity: 0.5;
      cursor: not-allowed; }
    .auth-forms .btn:active, .auth-forms .btn:focus {
      opacity: 1; }
  .auth-forms .form-checkbox {
    position: relative;
    vertical-align: middle;
    margin-bottom: 15px;
    display: flex;
    align-items: center; }
    .auth-forms .form-checkbox input[type=checkbox] {
      margin-right: 6px; }
    .auth-forms .form-checkbox input[name=privacy-agreement] {
      align-self: flex-start;
      margin-top: 4px; }
    .auth-forms .form-checkbox label {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: 0.5px;
      color: rgba(0, 0, 0, 0.65);
      text-transform: none; }
    .auth-forms .form-checkbox a {
      font-weight: 700; }

p.error, .parsley-required, .parsley-errors-list {
  color: #cc0000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 0;
  margin: 8px 0;
  list-style-type: none;
  text-align: left; }
  p.error li, .parsley-required li, .parsley-errors-list li {
    padding: 0;
    margin: 0; }

p.error {
  margin-bottom: -10px; }

body.no-scroll {
  overflow: hidden; }

.component.map-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #239AD2;
  z-index: 500; }
  .component.map-overlay .icon-close {
    background-color: #282f2f;
    cursor: pointer;
    height: 48px;
    line-height: initial;
    padding-top: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 48px;
    z-index: 100; }
  .component.map-overlay .map-items-container {
    background-color: #fff;
    float: left;
    height: 100%;
    width: 36%;
    overflow-y: auto; }
    .component.map-overlay .map-items-container .map-item {
      padding: 32px;
      border-bottom: 1px solid #d7d7d9; }
      .component.map-overlay .map-items-container .map-item:last-child {
        border-bottom: 0; }
      .component.map-overlay .map-items-container .map-item .item-desc {
        line-height: 1.3em; }
  .component.map-overlay .map-container {
    background-color: #fff;
    float: left;
    height: 100%;
    width: 64%; }
    .component.map-overlay .map-container .map {
      height: 100%; }
  .component.map-overlay .component.lazy-image {
    margin-bottom: 24px; }

.component.gdpr {
  width: 100%;
  height: 80%;
  padding: 0 16px; }
  @media (min-width: 768px) {
    .component.gdpr {
      padding: 0;
      max-width: 688px; } }
  .component.gdpr .gdpr-header {
    margin-top: 32px; }
  .component.gdpr .subheader {
    font-size: 24px;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 0; }
  .component.gdpr .gdpr-legal-copy p,
  .component.gdpr .gdpr-legal-copy ol,
  .component.gdpr .gdpr-legal-copy ul {
    font-size: 18px; }
  .component.gdpr .gdpr-legal-copy a {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95);
    color: rgba(0, 0, 0, 0.95);
    font-weight: 400;
    padding: 1px 0;
    transition: all .1s ease-in-out; }
  .component.gdpr .gdpr-form-wrapper {
    background: #fff;
    border-top: 1px solid #d7d7d9;
    bottom: 0;
    position: -webkit-sticky;
    position: sticky; }
    @media (min-width: 768px) {
      .component.gdpr .gdpr-form-wrapper {
        background: inherit;
        border-top: none;
        position: inherit; } }
  .component.gdpr .gdpr-form {
    padding: 16px 0; }
    @media (min-width: 768px) {
      .component.gdpr .gdpr-form {
        padding: 0; } }
  .component.gdpr .btn {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    width: 100%; }
    .component.gdpr .btn:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.gdpr .btn:active {
      opacity: 0.8; }
    .component.gdpr .btn:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.gdpr .btn:active {
      opacity: 0.8; }
    .component.gdpr .btn svg path {
      fill: #fff; }
    .component.gdpr .btn:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .component.gdpr .btn:hover, .component.gdpr .btn:active, .component.gdpr .btn:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .component.gdpr .btn:hover svg path, .component.gdpr .btn:active svg path, .component.gdpr .btn:focus svg path {
        fill: #fff; }
    .component.gdpr .btn[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .component.gdpr .btn:active, .component.gdpr .btn:hover, .component.gdpr .btn:focus {
      border-color: #ac1900; }
    .component.gdpr .btn:active, .component.gdpr .btn:focus {
      border: 3px solid #014ecb; }
    @media (min-width: 768px) {
      .component.gdpr .btn {
        width: auto; } }

@media (min-width: 1024px) {
  .component.gallery-test {
    width: calc(100vw - 300px - 96px); } }

@media (min-width: 1162px) {
  .component.gallery-test {
    max-width: 830px; } }

@media (min-width: 1279px) {
  .component.gallery-test {
    max-width: 882px; } }

.component.gallery-test .component.loader {
  display: none; }
  @media (min-width: 1162px) {
    .component.gallery-test .component.loader {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      visibility: visible; } }

.component.gallery-test .glide-track {
  pointer-events: none; }
  .component.gallery-test .glide-track .ads-in-content {
    pointer-events: initial; }

@media (min-width: 1162px) {
  .component.gallery-test.initialized .glide {
    visibility: visible; }
  .component.gallery-test.initialized .component.loader {
    display: none; } }

.component.gallery-test a:focus,
.component.gallery-test button:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.15);
  outline: -webkit-focus-ring-color auto 5px; }

.component.gallery-test .main-header .article-info, .component.gallery-test .project-heading .article-info, .component.gallery-test .project-part-container .article-info {
  padding: 0; }
  .component.gallery-test .main-header .article-info .breadcrumb-list, .component.gallery-test .project-heading .article-info .breadcrumb-list, .component.gallery-test .project-part-container .article-info .breadcrumb-list {
    padding: 8px 0; }
  .component.gallery-test .main-header .article-info .headline-wrapper, .component.gallery-test .project-heading .article-info .headline-wrapper, .component.gallery-test .project-part-container .article-info .headline-wrapper {
    margin-bottom: 16px; }
    @media (min-width: 1162px) {
      .component.gallery-test .main-header .article-info .headline-wrapper, .component.gallery-test .project-heading .article-info .headline-wrapper, .component.gallery-test .project-part-container .article-info .headline-wrapper {
        margin-bottom: 32px; } }
  .component.gallery-test .main-header .article-info .headline, .component.gallery-test .project-heading .article-info .headline, .component.gallery-test .project-part-container .article-info .headline {
    margin: 0 0 16px; }
    @media (min-width: 768px) {
      .component.gallery-test .main-header .article-info .headline, .component.gallery-test .project-heading .article-info .headline, .component.gallery-test .project-part-container .article-info .headline {
        margin-bottom: 0; } }

.component.gallery-test .heading-content {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: 0; }
  @media (min-width: 768px) {
    .component.gallery-test .heading-content {
      font-size: 48px;
      line-height: 52px; } }

.component.gallery-test.galleryTest--hasDisclosure.galleryTest--hasTitleSlide .main-header .disclosure, .component.gallery-test.galleryTest--hasDisclosure.galleryTest--hasTitleSlide .project-heading .disclosure, .component.gallery-test.galleryTest--hasDisclosure.galleryTest--hasTitleSlide .project-part-container .disclosure {
  padding-bottom: 16px; }

.component.gallery-test .main-header > .disclosure, .component.gallery-test .project-heading > .disclosure, .component.gallery-test .project-part-container > .disclosure {
  padding: 8px 24px 0; }
  @media (min-width: 1162px) {
    .component.gallery-test .main-header > .disclosure, .component.gallery-test .project-heading > .disclosure, .component.gallery-test .project-part-container > .disclosure {
      padding: 8px 24px 16px; } }
  .component.gallery-test .main-header > .disclosure .disclosure-inner, .component.gallery-test .project-heading > .disclosure .disclosure-inner, .component.gallery-test .project-part-container > .disclosure .disclosure-inner {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0; }

.component.gallery-test .author {
  padding: 0;
  margin: 16px 0; }
  .component.gallery-test .author .author-text {
    text-align: left; }
    .component.gallery-test .author .author-text .byline-comma {
      font-weight: 400; }
  .component.gallery-test .author .author-name {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    border: none;
    color: rgba(0, 0, 0, 0.95); }
    .component.gallery-test .author .author-name a {
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      font-weight: 700; }
      .component.gallery-test .author .author-name a:visited {
        color: #595959; }
      .component.gallery-test .author .author-name a:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .component.gallery-test .author a.author-name {
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .component.gallery-test .author a.author-name:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .component.gallery-test .author a.author-name:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .component.gallery-test .author .timestamp {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 8px; }
  @media (min-width: 1024px) {
    .component.gallery-test .author .author-name + .timestamp,
    .component.gallery-test .author .author-credit + .timestamp {
      display: inline;
      margin-left: 8px;
      padding-left: 12px;
      border-left: 1px solid rgba(0, 0, 0, 0.15); } }

@media (min-width: 1162px) {
  .component.gallery-test .glide {
    position: relative;
    width: 100%;
    box-sizing: border-box; }
    .component.gallery-test .glide * {
      box-sizing: inherit; }
    .component.gallery-test .glide-track {
      overflow: hidden; }
    .component.gallery-test .glide-slides {
      position: relative;
      width: 100%;
      list-style: none;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transform-style: preserve-3d;
      touch-action: pan-Y;
      overflow: hidden;
      padding: 0;
      white-space: nowrap;
      display: flex;
      flex-wrap: nowrap;
      will-change: transform; }
      .component.gallery-test .glide-slides.dragging {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
    .component.gallery-test .glide-slide {
      width: 100%;
      height: 100%;
      flex-shrink: 0;
      white-space: initial;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent; }
      .component.gallery-test .glide-slide a {
        -webkit-user-select: none;
                user-select: none;
        -webkit-user-drag: none;
        -moz-user-select: none;
        -ms-user-select: none; }
    .component.gallery-test .glide-arrows {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .component.gallery-test .glide-bullets {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .component.gallery-test .glide.rtl {
      direction: rtl; } }

.component.gallery-test .disclosure {
  margin: 0;
  padding: 24px 0 0; }

.component.gallery-test .glide-share-heading {
  color: rgba(0, 0, 0, 0.95);
  font-family: "Klein", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 34px 0 24px;
  text-align: center; }

.component.gallery-test .glide-share-buttons a,
.component.gallery-test .glide-replay {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .component.gallery-test .glide-share-buttons a:focus,
  .component.gallery-test .glide-replay:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .component.gallery-test .glide-share-buttons a:active,
  .component.gallery-test .glide-replay:active {
    opacity: 0.8; }

.component.gallery-test .glide-share-buttons {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .component.gallery-test .glide-share-buttons .icon a {
    color: #fff;
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px; }
    .component.gallery-test .glide-share-buttons .icon a:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.gallery-test .glide-share-buttons .icon a:active {
      opacity: 0.8; }
    .component.gallery-test .glide-share-buttons .icon a svg path {
      fill: #fff; }
  .component.gallery-test .glide-share-buttons .icon .popup {
    padding: 0; }
  .component.gallery-test .glide-share-buttons .icon svg {
    flex-shrink: 0;
    height: 48px;
    overflow: visible; }
  .component.gallery-test .glide-share-buttons .icon.icon-pinterest, .component.gallery-test .glide-share-buttons .icon.icon-facebook {
    width: 170px;
    padding-right: 16px; }
  .component.gallery-test .glide-share-buttons .icon.icon-pinterest {
    background-color: #bd081c;
    margin-right: 4px; }
    .component.gallery-test .glide-share-buttons .icon.icon-pinterest:hover, .component.gallery-test .glide-share-buttons .icon.icon-pinterest:active {
      background-color: #9C0618; }
  .component.gallery-test .glide-share-buttons .icon.icon-facebook {
    background-color: #3B5998;
    margin-left: 4px; }
    .component.gallery-test .glide-share-buttons .icon.icon-facebook svg {
      width: 43px;
      height: 43px; }
    .component.gallery-test .glide-share-buttons .icon.icon-facebook:hover, .component.gallery-test .glide-share-buttons .icon.icon-facebook:active {
      background-color: #253d70; }

@media (min-width: 768px) {
  .component.gallery-test .share-the-gallery {
    margin-top: 66px; } }

@media (min-width: 1024px) {
  .component.gallery-test .share-the-gallery {
    margin-top: 80px; } }

@media (min-width: 1162px) {
  .component.gallery-test .share-the-gallery {
    display: none; } }

.component.gallery-test .glide {
  max-width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 1162px) {
    .component.gallery-test .glide {
      visibility: hidden; } }
  .component.gallery-test .glide-current-slide {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .component.gallery-test .glide-toolbar {
    margin-bottom: 24px; }
  .component.gallery-test .glide-controls, .component.gallery-test .glide-start {
    display: none; }
  .component.gallery-test .glide.ad-slide .share-new {
    display: none; }
  .component.gallery-test .glide-slide {
    white-space: normal;
    background-color: #fff; }
    .component.gallery-test .glide-slide:not(.title-slide):not(.last-slide) {
      margin: 48px 0;
      pointer-events: initial; }
      @media (min-width: 768px) {
        .component.gallery-test .glide-slide:not(.title-slide):not(.last-slide) {
          margin: 64px 0; } }
      @media (min-width: 1162px) {
        .component.gallery-test .glide-slide:not(.title-slide):not(.last-slide) {
          margin: 0; } }
    .component.gallery-test .glide-slide:not(.title-slide), .component.gallery-test .glide-slide:not(.last-slide) {
      display: flex;
      flex-direction: column; }
    .component.gallery-test .glide-slide.ad-slide {
      display: none; }
    .component.gallery-test .glide-slide-meta {
      align-items: flex-end;
      display: flex;
      justify-content: space-between;
      order: 1;
      margin-bottom: 8px; }
      @media (min-width: 1162px) {
        .component.gallery-test .glide-slide-meta {
          margin-bottom: 0; } }
    .component.gallery-test .glide-slide-number {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      margin-top: 0;
      margin-bottom: 0; }
      .component.gallery-test .glide-slide-number--noHeadline {
        margin-bottom: 16px; }
    .component.gallery-test .glide-slide-image {
      background: #F2F2F2;
      line-height: 0;
      order: 1;
      position: relative;
      text-align: center; }
      .component.gallery-test .glide-slide-image .social-embed {
        margin: 0; }
    .component.gallery-test .glide-slide-title {
      color: rgba(0, 0, 0, 0.95);
      font-family: "Klein", "Times New Roman", serif;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      letter-spacing: 0;
      margin: 16px 0;
      order: 2; }
      .component.gallery-test .glide-slide-title--noHeadline {
        display: none; }
    .component.gallery-test .glide-slide-desc {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      background-color: #fff; }
      .component.gallery-test .glide-slide-desc a {
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        padding: 2px 0;
        box-shadow: inset 0 -2px 0 #ac1900;
        transition: all .1s ease-in-out;
        text-decoration: none; }
        .component.gallery-test .glide-slide-desc a:visited {
          color: #595959;
          box-shadow: inset 0 -2px 0 #ac1900; }
        .component.gallery-test .glide-slide-desc a:hover, .component.gallery-test .glide-slide-desc a:focus {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
        .component.gallery-test .glide-slide-desc a:active {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 #ac1900; }
      .component.gallery-test .glide-slide-desc p {
        color: rgba(0, 0, 0, 0.95); }
    .component.gallery-test .glide-slide-content {
      order: 2; }
    .component.gallery-test .glide-slide-recipe-meta {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: uppercase; }
    .component.gallery-test .glide-slide-recipe-total-time {
      line-height: 36px; }
    .component.gallery-test .glide-slide-cta, .component.gallery-test .glide-slide-shopit {
      margin: 16px 0; }
    .component.gallery-test .glide-slide-shopit-button {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 12px 32px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      border: 3px solid rgba(0, 0, 0, 0.95);
      border-radius: 0;
      color: rgba(0, 0, 0, 0.95);
      background: #fff;
      z-index: 1;
      position: relative;
      width: 140px;
      max-width: 296px; }
      .component.gallery-test .glide-slide-shopit-button:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .component.gallery-test .glide-slide-shopit-button:active {
        opacity: 0.8; }
      .component.gallery-test .glide-slide-shopit-button:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .component.gallery-test .glide-slide-shopit-button:active {
        opacity: 0.8; }
      .component.gallery-test .glide-slide-shopit-button svg path {
        fill: rgba(0, 0, 0, 0.95); }
      .component.gallery-test .glide-slide-shopit-button:visited {
        border: 3px solid rgba(0, 0, 0, 0.95);
        color: rgba(0, 0, 0, 0.95);
        background: #fff; }
      .component.gallery-test .glide-slide-shopit-button:hover, .component.gallery-test .glide-slide-shopit-button:active, .component.gallery-test .glide-slide-shopit-button:focus {
        border-color: rgba(0, 0, 0, 0.95);
        color: #fff;
        background: rgba(0, 0, 0, 0.95); }
        .component.gallery-test .glide-slide-shopit-button:hover svg path, .component.gallery-test .glide-slide-shopit-button:active svg path, .component.gallery-test .glide-slide-shopit-button:focus svg path {
          fill: #fff; }
      .component.gallery-test .glide-slide-shopit-button[disabled] {
        border: 3px solid rgba(0, 0, 0, 0.3);
        background-color: #fff;
        color: rgba(0, 0, 0, 0.65); }
      .component.gallery-test .glide-slide-shopit-button:active, .component.gallery-test .glide-slide-shopit-button:focus {
        border: 3px solid #014ecb; }
      .component.gallery-test .glide-slide-shopit-button .external-message {
        position: absolute;
        left: -9000px;
        width: 0;
        overflow: hidden; }
      .component.gallery-test .glide-slide-shopit-button:hover, .component.gallery-test .glide-slide-shopit-button:visited, .component.gallery-test .glide-slide-shopit-button:active, .component.gallery-test .glide-slide-shopit-button:focus {
        z-index: 2;
        display: block; }
      .component.gallery-test .glide-slide-shopit-button .external-message {
        position: absolute;
        height: 34px;
        border: 3px solid #F2F2F2;
        background-color: #F2F2F2;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.65);
        text-transform: none; }
      .component.gallery-test .glide-slide-shopit-button:hover .external-message, .component.gallery-test .glide-slide-shopit-button:visited .external-message, .component.gallery-test .glide-slide-shopit-button:active .external-message, .component.gallery-test .glide-slide-shopit-button:focus .external-message {
        top: 44px;
        left: -2px;
        right: -2px;
        width: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center; }
    .component.gallery-test .glide-slide-shopit-price {
      color: rgba(0, 0, 0, 0.95);
      font-family: "Klein", "Times New Roman", serif;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      letter-spacing: 0;
      display: block;
      font-weight: 400;
      letter-spacing: 0.5px; }
    .component.gallery-test .glide-slide-shopit-retailer {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65); }
      @media (min-width: 1162px) {
        .component.gallery-test .glide-slide-shopit-retailer {
          display: inline-block;
          padding-left: 8px; } }
    .component.gallery-test .glide-slide-related-links {
      list-style: none;
      margin: 0;
      padding: 0;
      margin: 24px 0 0; }
      .component.gallery-test .glide-slide-related-links a {
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        padding: 2px 0;
        box-shadow: inset 0 -2px 0 #ac1900;
        transition: all .1s ease-in-out;
        text-decoration: none; }
        .component.gallery-test .glide-slide-related-links a:visited {
          color: #595959;
          box-shadow: inset 0 -2px 0 #ac1900; }
        .component.gallery-test .glide-slide-related-links a:hover, .component.gallery-test .glide-slide-related-links a:focus {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
        .component.gallery-test .glide-slide-related-links a:active {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 #ac1900; }
    .component.gallery-test .glide-slide.title-slide {
      margin-bottom: 32px;
      border: 2px solid rgba(0, 0, 0, 0.95);
      padding: 24px;
      background-color: rgba(0, 0, 0, 0); }
      .component.gallery-test .glide-slide.title-slide .body-credit {
        background-color: #fff; }
      .component.gallery-test .glide-slide.title-slide .glide-slide-desc {
        background-color: rgba(0, 0, 0, 0);
        padding-top: 24px;
        font-family: "Source Sans Pro", Arial; }
        .component.gallery-test .glide-slide.title-slide .glide-slide-desc p {
          font-family: "Source Sans Pro", Arial; }
          .component.gallery-test .glide-slide.title-slide .glide-slide-desc p:first-of-type {
            margin-top: 0; }
      .component.gallery-test .glide-slide.title-slide .glide-slide-image {
        text-align: center; }
        .component.gallery-test .glide-slide.title-slide .glide-slide-image .component.lazy-image {
          display: inline-block; }
      @media (min-width: 768px) {
        .component.gallery-test .glide-slide.title-slide .glide-slide-container {
          overflow: hidden; }
        .component.gallery-test .glide-slide.title-slide .glide-slide-image {
          width: 48%;
          float: left;
          margin: 0 24px 24px 0; }
        .component.gallery-test .glide-slide.title-slide .glide-slide-desc {
          padding: 0; } }
      @media (min-width: 1162px) {
        .component.gallery-test .glide-slide.title-slide {
          padding: 32px; }
          .component.gallery-test .glide-slide.title-slide .glide-slide-image {
            width: 400px;
            margin: 0 32px 0 0; } }
    @media (min-width: 1162px) and (min-width: 1024px) {
      .component.gallery-test .glide-slide.title-slide .glide-slide-image--intro {
        margin-bottom: 32px; } }
      @media (min-width: 1162px) {
          .component.gallery-test .glide-slide.title-slide .glide-slide-desc {
            padding: 0; }
          .component.gallery-test .glide-slide.title-slide .glide-start-container {
            padding-top: 24px; }
          .component.gallery-test .glide-slide.title-slide .glide-start {
            text-transform: capitalize;
            /* standard */
            font-family: "Source Sans Pro", Arial;
            font-size: 14px;
            line-height: 20px;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 1px;
            padding: 12px 32px;
            display: inline-block;
            text-align: center;
            border-width: 0;
            border-radius: 0;
            background: rgba(0, 0, 0, 0.95);
            color: #fff;
            border-radius: 0;
            border: 3px solid rgba(0, 0, 0, 0.95);
            padding: 14px 32px;
            position: relative;
            left: 4px; }
            .component.gallery-test .glide-slide.title-slide .glide-start:focus {
              outline: none;
              box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
            .component.gallery-test .glide-slide.title-slide .glide-start:active {
              opacity: 0.8; }
            .component.gallery-test .glide-slide.title-slide .glide-start:focus {
              outline: none;
              box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
            .component.gallery-test .glide-slide.title-slide .glide-start:active {
              opacity: 0.8; }
            .component.gallery-test .glide-slide.title-slide .glide-start svg path {
              fill: #fff; }
            .component.gallery-test .glide-slide.title-slide .glide-start:visited {
              background: rgba(0, 0, 0, 0.95);
              color: #fff; }
            .component.gallery-test .glide-slide.title-slide .glide-start:hover, .component.gallery-test .glide-slide.title-slide .glide-start:active, .component.gallery-test .glide-slide.title-slide .glide-start:focus {
              background: #ac1900;
              border-color: #ac1900;
              color: #fff; }
              .component.gallery-test .glide-slide.title-slide .glide-start:hover svg path, .component.gallery-test .glide-slide.title-slide .glide-start:active svg path, .component.gallery-test .glide-slide.title-slide .glide-start:focus svg path {
                fill: #fff; }
            .component.gallery-test .glide-slide.title-slide .glide-start[disabled] {
              border: 3px solid #D9D9D9;
              background-color: #D9D9D9;
              color: #fff; }
            .component.gallery-test .glide-slide.title-slide .glide-start:active, .component.gallery-test .glide-slide.title-slide .glide-start:hover, .component.gallery-test .glide-slide.title-slide .glide-start:focus {
              border-color: #ac1900; }
            .component.gallery-test .glide-slide.title-slide .glide-start:active, .component.gallery-test .glide-slide.title-slide .glide-start:focus {
              border: 3px solid #014ecb; } }
    .component.gallery-test .glide-slide.last-slide {
      display: none; }
      @media (min-width: 1162px) {
        .component.gallery-test .glide-slide.last-slide {
          display: block; } }
  .component.gallery-test .glide-slide-cta-button,
  .component.gallery-test .glide .button-pdf {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    border-radius: 0;
    color: rgba(0, 0, 0, 0.95);
    background: #fff;
    margin-left: 4px;
    max-width: 296px; }
    .component.gallery-test .glide-slide-cta-button:focus,
    .component.gallery-test .glide .button-pdf:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.gallery-test .glide-slide-cta-button:active,
    .component.gallery-test .glide .button-pdf:active {
      opacity: 0.8; }
    .component.gallery-test .glide-slide-cta-button:focus,
    .component.gallery-test .glide .button-pdf:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.gallery-test .glide-slide-cta-button:active,
    .component.gallery-test .glide .button-pdf:active {
      opacity: 0.8; }
    .component.gallery-test .glide-slide-cta-button svg path,
    .component.gallery-test .glide .button-pdf svg path {
      fill: rgba(0, 0, 0, 0.95); }
    .component.gallery-test .glide-slide-cta-button:visited,
    .component.gallery-test .glide .button-pdf:visited {
      border: 3px solid rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
    .component.gallery-test .glide-slide-cta-button:hover, .component.gallery-test .glide-slide-cta-button:active, .component.gallery-test .glide-slide-cta-button:focus,
    .component.gallery-test .glide .button-pdf:hover,
    .component.gallery-test .glide .button-pdf:active,
    .component.gallery-test .glide .button-pdf:focus {
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff;
      background: rgba(0, 0, 0, 0.95); }
      .component.gallery-test .glide-slide-cta-button:hover svg path, .component.gallery-test .glide-slide-cta-button:active svg path, .component.gallery-test .glide-slide-cta-button:focus svg path,
      .component.gallery-test .glide .button-pdf:hover svg path,
      .component.gallery-test .glide .button-pdf:active svg path,
      .component.gallery-test .glide .button-pdf:focus svg path {
        fill: #fff; }
    .component.gallery-test .glide-slide-cta-button[disabled],
    .component.gallery-test .glide .button-pdf[disabled] {
      border: 3px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.65); }
    .component.gallery-test .glide-slide-cta-button:active, .component.gallery-test .glide-slide-cta-button:focus,
    .component.gallery-test .glide .button-pdf:active,
    .component.gallery-test .glide .button-pdf:focus {
      border: 3px solid #014ecb; }
  .component.gallery-test .glide .share-new-ad {
    display: none; }
  .component.gallery-test .glide-sharebar--hide-narrow {
    display: none; }
    @media (min-width: 1162px) {
      .component.gallery-test .glide-sharebar--hide-narrow {
        display: block; } }
  @media (min-width: 1162px) {
    .component.gallery-test .glide {
      position: relative; }
      .component.gallery-test .glide.first-slide .left-arrow {
        display: none; }
      .component.gallery-test .glide.title-slide .title-slide-next-text {
        display: inline-block;
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px; }
        .component.gallery-test .glide.title-slide .title-slide-next-text:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .component.gallery-test .glide.title-slide .title-slide-next-text:active {
          opacity: 0.8; }
        .component.gallery-test .glide.title-slide .title-slide-next-text:hover, .component.gallery-test .glide.title-slide .title-slide-next-text:active, .component.gallery-test .glide.title-slide .title-slide-next-text:focus {
          text-decoration: underline;
          -webkit-text-decoration-color: rgba(0, 0, 0, 0.95);
                  text-decoration-color: rgba(0, 0, 0, 0.95); }
      .component.gallery-test .glide.title-slide .glide-sharebar .component.sharebar {
        display: inline-block; }
      .component.gallery-test .glide.title-slide .left-arrow, .component.gallery-test .glide.title-slide .view-all-btn {
        display: none; }
      .component.gallery-test .glide.title-slide .right-arrow {
        flex-basis: auto;
        border-width: 0;
        color: rgba(0, 0, 0, 0.95);
        text-decoration: none;
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0 24px; }
        .component.gallery-test .glide.title-slide .right-arrow:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .component.gallery-test .glide.title-slide .right-arrow:active {
          opacity: 0.8; }
        .component.gallery-test .glide.title-slide .right-arrow:hover, .component.gallery-test .glide.title-slide .right-arrow:active, .component.gallery-test .glide.title-slide .right-arrow:focus {
          color: rgba(0, 0, 0, 0.95);
          text-decoration: none; }
        .component.gallery-test .glide.title-slide .right-arrow:visited {
          color: rgba(0, 0, 0, 0.95); }
        .component.gallery-test .glide.title-slide .right-arrow svg {
          margin-left: 8px;
          position: static; }
      .component.gallery-test .glide.title-slide .glide-controls {
        border-bottom-width: 0;
        justify-content: flex-end; }
      .component.gallery-test .glide.last-slide .glide-controls,
      .component.gallery-test .glide.last-slide .glide-sharebar,
      .component.gallery-test .glide.last-slide .view-all-btn {
        display: none; }
      .component.gallery-test .glide.last-slide .glide-toolbar {
        z-index: 0; }
      .component.gallery-test .glide.last-slide .circular-countdown {
        margin: 28px auto 0; }
      .component.gallery-test .glide.last-slide .circular-countdown-canvas {
        transform: rotate(-90deg); }
      .component.gallery-test .glide.last-slide .glide-replay-container {
        margin-top: 36px;
        text-align: left; }
      .component.gallery-test .glide.last-slide .icon-replay,
      .component.gallery-test .glide.last-slide .glide-replay {
        color: rgba(0, 0, 0, 0.95);
        cursor: pointer;
        vertical-align: middle; }
      .component.gallery-test .glide.last-slide .icon-replay svg path {
        fill: #f44336; }
      .component.gallery-test .glide.last-slide .glide-up-next {
        background: rgba(0, 0, 0, 0.05);
        padding: 32px; }
        .component.gallery-test .glide.last-slide .glide-up-next h2 {
          font-family: "Klein", "Times New Roman", serif;
          font-size: 18px;
          line-height: 24px;
          font-weight: 700;
          letter-spacing: 0;
          letter-spacing: 0.5px;
          margin: 0; }
        .component.gallery-test .glide.last-slide .glide-up-next-link {
          font-family: "Klein", "Times New Roman", serif;
          font-size: 32px;
          line-height: 36px;
          font-weight: 800;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.95);
          display: inline-block;
          margin-top: 16px;
          max-width: 480px; } }
      @media (min-width: 1162px) and (min-width: 768px) {
        .component.gallery-test .glide.last-slide .glide-up-next-link {
          font-size: 48px;
          line-height: 52px; } }
  @media (min-width: 1162px) {
        .component.gallery-test .glide.last-slide .glide-up-next-cancel {
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          background: 0;
          border: 0;
          margin-top: 8px; }
      .component.gallery-test .glide.first-slide .glide-controls {
        border-left: 1px solid rgba(0, 0, 0, 0.15); }
      .component.gallery-test .glide .title-slide-next-text {
        display: none; }
      .component.gallery-test .glide-toolbar {
        align-items: center;
        background: #fff;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        height: 70px;
        justify-content: center;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1; }
      .component.gallery-test .glide-toolbar, .component.gallery-test .glide-controls, .component.gallery-test .glide .view-all-btn {
        display: flex; }
      .component.gallery-test .glide-controls {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        height: 100%;
        min-width: 434px;
        max-width: 550px;
        width: calc(100% - 330px); } }
    @media (min-width: 1162px) and (min-width: 1279px) {
      .component.gallery-test .glide-controls {
        width: 550px; } }
  @media (min-width: 1162px) {
        .component.gallery-test .glide-controls button {
          background-color: transparent;
          font-family: inherit;
          font-size: 100%; }
      .component.gallery-test .glide-view-all {
        align-items: center;
        border: 0;
        display: flex;
        flex: 100 0 1px;
        justify-content: center; }
        .component.gallery-test .glide-view-all .view-all-inner-wrapper {
          align-items: center;
          display: flex;
          justify-content: center; }
        .component.gallery-test .glide-view-all .view-all-button-icon {
          margin-right: 4px;
          width: 24px;
          height: 24px; }
        .component.gallery-test .glide-view-all .view-all-button-text {
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.95);
          text-decoration: none;
          background-color: #fff;
          font-family: "Source Sans Pro", Arial; }
          .component.gallery-test .glide-view-all .view-all-button-text:hover, .component.gallery-test .glide-view-all .view-all-button-text:active, .component.gallery-test .glide-view-all .view-all-button-text:focus {
            color: rgba(0, 0, 0, 0.95);
            text-decoration: none; }
          .component.gallery-test .glide-view-all .view-all-button-text:visited {
            color: rgba(0, 0, 0, 0.95); }
      .component.gallery-test .glide-nav {
        align-items: center;
        border-width: 0 1px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.15);
        display: flex;
        flex: 0 0 72px;
        justify-content: center;
        z-index: 100; }
        .component.gallery-test .glide-nav:hover, .component.gallery-test .glide-nav:focus {
          border-color: rgba(0, 0, 0, 0.65);
          border-width: 1px; }
      .component.gallery-test .glide-sharebar {
        flex: 100 0 1px; }
      .component.gallery-test .glide-replay {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        align-items: center;
        display: flex;
        font-weight: 700;
        justify-content: flex-start; }
        .component.gallery-test .glide-replay:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .component.gallery-test .glide-replay:active {
          opacity: 0.8; }
        .component.gallery-test .glide-replay .icon-replay {
          margin-right: 8px; }
          .component.gallery-test .glide-replay .icon-replay svg {
            width: 24px;
            height: 24px; }
      .component.gallery-test .glide-slide.glide__slide--active {
        visibility: visible;
        pointer-events: auto; }
      .component.gallery-test .glide-slide:not(.title-slide):not(.last-slide):not(.video-slide) {
        display: block; }
      .component.gallery-test .glide-slide:not(.title-slide):not(.last-slide) {
        padding-top: 70px;
        position: relative; }
      .component.gallery-test .glide-slide.title-slide {
        margin-top: 70px; }
      .component.gallery-test .glide-slide.video-slide {
        display: flex;
        flex-direction: column; }
        .component.gallery-test .glide-slide.video-slide .glide-slide-image {
          order: 1; }
        .component.gallery-test .glide-slide.video-slide .glide-slide-meta,
        .component.gallery-test .glide-slide.video-slide .glide-slide-title,
        .component.gallery-test .glide-slide.video-slide .glide-slide-content {
          order: 2; }
      .component.gallery-test .glide-slide.ad-slide {
        display: block; }
        .component.gallery-test .glide-slide.ad-slide .glide-slide-title {
          font-family: "Source Sans Pro", Arial;
          font-size: 18px;
          line-height: 28px;
          font-weight: 400;
          letter-spacing: 0; }
        .component.gallery-test .glide-slide.ad-slide .ad-title {
          display: block;
          margin-bottom: 8px; }
        .component.gallery-test .glide-slide.ad-slide .glide-slide-image {
          background-color: rgba(0, 0, 0, 0.05);
          padding-top: 24px;
          min-height: 320px; }
        .component.gallery-test .glide-slide.ad-slide .ad-slide-ad {
          min-height: 250px; }
      .component.gallery-test .glide-slide:not(.title-slide) .glide-slide-meta-bottom {
        display: none; } }
    @media (min-width: 1162px) and (min-width: 1162px) {
      .component.gallery-test .glide-slide:not(.title-slide) .glide-slide-meta-bottom {
        display: flex;
        order: 4;
        width: 100%; }
        .component.gallery-test .glide-slide:not(.title-slide) .glide-slide-meta-bottom .glide-slide-number {
          background-color: #fff;
          color: rgba(0, 0, 0, 0.95);
          border-right: 1px solid rgba(0, 0, 0, 0.15);
          margin-top: 4px;
          order: 1;
          padding-right: 8px;
          padding-top: 0; }
        .component.gallery-test .glide-slide:not(.title-slide) .glide-slide-meta-bottom .glide-view-all {
          background-color: #fff;
          color: rgba(0, 0, 0, 0.95);
          justify-content: left;
          order: 2; }
        .component.gallery-test .glide-slide:not(.title-slide) .glide-slide-meta-bottom .glide-controls {
          border: none;
          order: 3;
          overflow: hidden; }
          .component.gallery-test .glide-slide:not(.title-slide) .glide-slide-meta-bottom .glide-controls .right-arrow {
            border: none;
            margin-left: auto; }
            .component.gallery-test .glide-slide:not(.title-slide) .glide-slide-meta-bottom .glide-controls .right-arrow svg {
              fill: rgba(0, 0, 0, 0.95); }
        .component.gallery-test .glide-slide:not(.title-slide) .glide-slide-meta-bottom .next-text {
          color: #ac1900;
          display: block;
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          font-weight: 700;
          letter-spacing: 1px;
          line-height: 20px;
          text-transform: uppercase;
          width: 100px; } }
  @media (min-width: 1162px) {
      .component.gallery-test .glide-slide:not(.title-slide):not(.video-slide) .glide-slide-meta {
        float: left;
        width: 298px; }
      .component.gallery-test .glide-slide:not(.title-slide):not(.video-slide) .glide-slide-content {
        clear: left; }
      .component.gallery-test .glide-slide:not(.title-slide):not(.video-slide) .glide-slide-image {
        float: right;
        min-width: 434px;
        max-width: 550px;
        margin: 0 0 32px 32px;
        position: relative;
        width: calc(100% - 330px); } }
    @media (min-width: 1162px) and (min-width: 1279px) {
      .component.gallery-test .glide-slide:not(.title-slide):not(.video-slide) .glide-slide-image {
        width: 550px; } }
  @media (min-width: 1162px) {
      .component.gallery-test .glide-slide-meta {
        display: block;
        margin-top: 32px;
        width: 300px; }
      .component.gallery-test .glide-slide-sharebar {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden; }
      .component.gallery-test .glide-slide.full-width {
        display: flex;
        flex-direction: column; }
        .component.gallery-test .glide-slide.full-width .glide-slide-meta {
          order: 2; }
        .component.gallery-test .glide-slide.full-width .glide-slide-image {
          float: none;
          margin: 0;
          max-width: none;
          order: 1;
          width: auto; }
        .component.gallery-test .glide-slide.full-width .glide-slide-content {
          order: 3; }
      .component.gallery-test .glide-slide.last-slide {
        text-align: center; }
      .component.gallery-test .glide .share-new-ad {
        display: block; } }
  @media (min-width: 1279px) {
    .component.gallery-test .glide {
      width: 915px; } }
  .component.gallery-test .glide .glide-toolbar .glide-view-all {
    color: rgba(0, 0, 0, 0.95);
    background-color: #fff; }
    .component.gallery-test .glide .glide-toolbar .glide-view-all svg path {
      fill: rgba(0, 0, 0, 0.95); }
  .component.gallery-test .glide .glide-toolbar .glide-arrow {
    color: rgba(0, 0, 0, 0.95);
    background-color: #fff; }
    .component.gallery-test .glide .glide-toolbar .glide-arrow:hover {
      color: rgba(0, 0, 0, 0.95);
      background-color: #fff; }
      .component.gallery-test .glide .glide-toolbar .glide-arrow:hover svg path {
        fill: rgba(0, 0, 0, 0.95); }
    .component.gallery-test .glide .glide-toolbar .glide-arrow svg path {
      fill: rgba(0, 0, 0, 0.95); }

.component.gallery-test .image-wrap-container {
  display: block; }
  .component.gallery-test .image-wrap-container:after {
    content: none; }

.component.gallery-test .body-credit {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.65);
  float: none;
  text-align: left;
  text-transform: uppercase;
  padding-top: 8px; }

.component.gallery-test .dek {
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: 24px; }

.component.gallery-test .glide-toolbar.cloned {
  display: none; }

.component.gallery-test .notify-next {
  display: flex;
  position: absolute;
  flex-flow: row wrap;
  top: 69px;
  right: 0;
  width: 295px;
  max-height: 120px;
  padding: 16px;
  justify-content: space-between;
  border: solid 1px rgba(0, 0, 0, 0.15);
  background: #fff; }
  .component.gallery-test .notify-next .section-left .auto-advance-image-wrapper {
    width: 86px;
    height: 86px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center; }
    .component.gallery-test .notify-next .section-left .auto-advance-image-wrapper img {
      height: 86px;
      min-width: 100%;
      max-width: none;
      margin: 0 -100%; }
  .component.gallery-test .notify-next .section-right {
    width: 160px;
    text-align: center; }
    .component.gallery-test .notify-next .section-right h2 {
      font-size: 14px;
      font-weight: 700;
      font-family: inherit;
      line-height: 20px;
      margin-top: 0;
      margin-bottom: 0.3em;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.95); }
    .component.gallery-test .notify-next .section-right .glide-up-next-link {
      color: inherit;
      font-size: 14px;
      line-height: 1.43;
      font-weight: 400;
      margin-bottom: 0.4em; }
    .component.gallery-test .notify-next .section-right .notify-next-linear-countdown {
      width: 86px;
      height: 6px;
      border: 0;
      margin-top: 11px;
      border-radius: 3px;
      background: #d8d8d8; }
      .component.gallery-test .notify-next .section-right .notify-next-linear-countdown::-webkit-progress-bar {
        border-radius: 3px;
        background-color: #d8d8d8; }
      .component.gallery-test .notify-next .section-right .notify-next-linear-countdown::-webkit-progress-value {
        border-radius: 3px;
        background: #019bd9; }
      .component.gallery-test .notify-next .section-right .notify-next-linear-countdown::-moz-progress-bar {
        border-radius: 3px;
        background: #019bd9; }
      .component.gallery-test .notify-next .section-right .notify-next-linear-countdown::-ms-fill {
        border-radius: 3px;
        background: #019bd9; }
  .component.gallery-test .notify-next .button-close {
    position: absolute;
    top: 11px;
    right: 11px;
    padding: 0;
    border: none;
    background: none; }
    .component.gallery-test .notify-next .button-close svg {
      width: 12px;
      height: 12px; }
      .component.gallery-test .notify-next .button-close svg path {
        fill: rgba(0, 0, 0, 0.95); }

@media (min-width: 768px) {
  .component.gallery-test .video-slide .glide-slide-image,
  .component.gallery-test .instagram-slide .glide-slide-image {
    display: none; }
  .component.gallery-test .video-slide.glide__slide--active .glide-slide-image,
  .component.gallery-test .instagram-slide.glide__slide--active .glide-slide-image {
    display: block; } }

body.modal-active.view-all {
  overflow: hidden;
  padding-right: 17px; }
  body.modal-active.view-all .partial.modal.view-all {
    position: fixed;
    display: flex;
    padding: 0 0 16px 16px;
    flex-wrap: wrap;
    top: 150px;
    max-width: 1104px;
    background-color: #ac1900; }
    body.modal-active.view-all .partial.modal.view-all .component.lazy-image {
      position: relative;
      color: transparent;
      display: block; }
      body.modal-active.view-all .partial.modal.view-all .component.lazy-image .inner-container {
        display: none; }
      body.modal-active.view-all .partial.modal.view-all .component.lazy-image:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #fff, rgba(0, 0, 0, 0.05), #fff, rgba(0, 0, 0, 0.05));
        background-size: 400% 400%;
        -webkit-animation: photoLoading 1s infinite;
                animation: photoLoading 1s infinite; }
        .image-loaded body.modal-active.view-all .partial.modal.view-all .component.lazy-image:after {
          background: none;
          -webkit-animation: none;
                  animation: none; }
      body.modal-active.view-all .partial.modal.view-all .component.lazy-image.image-loaded:not(.erredOut) {
        padding-top: 0 !important;
        background: #F2F2F2;
        line-height: 0; }
      body.modal-active.view-all .partial.modal.view-all .component.lazy-image.image-loaded .inner-container {
        display: block; }
      body.modal-active.view-all .partial.modal.view-all .component.lazy-image.image-loaded:after {
        display: none; }
    body.modal-active.view-all .partial.modal.view-all .dialogTitle {
      text-transform: capitalize;
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      letter-spacing: 1px;
      color: #fff;
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 24px;
      margin: 0;
      padding: 12px 0;
      text-transform: capitalize; }
      body.modal-active.view-all .partial.modal.view-all .dialogTitle:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      body.modal-active.view-all .partial.modal.view-all .dialogTitle:active {
        opacity: 0.8; }
    body.modal-active.view-all .partial.modal.view-all .close {
      top: 0;
      right: 16px; }
      body.modal-active.view-all .partial.modal.view-all .close svg {
        top: 50%;
        transform: translateY(-50%); }
        body.modal-active.view-all .partial.modal.view-all .close svg path {
          fill: #fff; }
    body.modal-active.view-all .partial.modal.view-all .content {
      background: #fff;
      left: 0;
      max-height: calc(100vh - 300px);
      overflow-y: auto;
      overflow-x: hidden;
      position: absolute;
      width: 100%; }
      body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        margin-top: 14px;
        padding: 0 16px; }
        body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item {
          position: relative;
          display: block;
          background-color: transparent;
          border: 0;
          cursor: pointer;
          width: 232px;
          height: 232px;
          max-width: 100%; }
          body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item:hover .view-all-item-title-wrapper {
            transition: opacity 0.15s, visibility 0.15s;
            visibility: visible;
            opacity: 1; }
          body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item-wrapper {
            margin: 16px;
            max-width: calc(25% - 32px); }
          body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item-number {
            font-family: "Source Sans Pro", Arial;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            letter-spacing: 0;
            color: rgba(0, 0, 0, 0.65);
            display: inline-block;
            text-transform: lowercase;
            margin-bottom: 6px;
            font-weight: 700; }
          body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item-title-wrapper {
            position: absolute;
            left: 0;
            bottom: 50%;
            transform: translateY(50%);
            visibility: hidden;
            opacity: 0;
            width: 232px;
            height: 232px;
            max-width: 100%;
            max-height: 100%;
            background: rgba(0, 0, 0, 0.95);
            color: #fff;
            z-index: 100; }
          body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item-title {
            text-transform: capitalize;
            font-family: "Source Sans Pro", Arial;
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
            letter-spacing: 1px;
            position: absolute;
            display: inline-block;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            padding: 8px;
            overflow: hidden;
            text-align: center;
            font-family: "Klein", "Times New Roman", serif;
            line-height: 24px;
            font-size: 18px;
            font-weight: 700;
            text-transform: none;
            letter-spacing: 0; }
            body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item-title:focus {
              outline: none;
              box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
            body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item-title:active {
              opacity: 0.8; }
          body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item.video_slide {
            align-items: center;
            background: rgba(0, 0, 0, 0.05);
            display: flex;
            justify-content: center;
            position: relative; }
            body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item.video_slide .icon-play-circle-stroke {
              position: absolute;
              top: calc(50% - 4px);
              left: calc(50% - (48px / 2));
              width: 52px;
              transform: translateY(-50%);
              z-index: 1; }
              body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item.video_slide .icon-play-circle-stroke g {
                transform: translateX(1px); }
              body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item.video_slide .icon-play-circle-stroke circle {
                fill: rgba(0, 0, 0, 0.65);
                stroke: rgba(255, 255, 255, 0.7);
                stroke-width: 2; }
              body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item.video_slide .icon-play-circle-stroke path {
                stroke: none;
                fill: #fff; }
            body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item.video_slide .inner-container {
              height: 232px;
              background-color: rgba(0, 0, 0, 0.05);
              display: flex;
              align-items: center; }
              body.modal-active.view-all .partial.modal.view-all .content .gallery-view-all .view-all-item.video_slide .inner-container img {
                height: 131px; }

.component.recirculation {
  position: relative;
  min-height: 100px; }
  .component.recirculation .component.lazy-image {
    position: relative;
    color: transparent;
    display: block; }
    .component.recirculation .component.lazy-image .inner-container {
      display: none; }
    .component.recirculation .component.lazy-image:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, #fff, rgba(0, 0, 0, 0.05), #fff, rgba(0, 0, 0, 0.05));
      background-size: 400% 400%;
      -webkit-animation: photoLoading 1s infinite;
              animation: photoLoading 1s infinite; }
      .image-loaded .component.recirculation .component.lazy-image:after {
        background: none;
        -webkit-animation: none;
                animation: none; }
    .component.recirculation .component.lazy-image.image-loaded:not(.erredOut) {
      padding-top: 0 !important;
      background: #F2F2F2;
      line-height: 0; }
    .component.recirculation .component.lazy-image.image-loaded .inner-container {
      display: block; }
    .component.recirculation .component.lazy-image.image-loaded:after {
      display: none; }
  .component.recirculation.loading:before, .component.recirculation.loading:after {
    position: absolute;
    content: ''; }
  .component.recirculation.loading:before {
    width: 100%;
    height: 100%; }
  .component.recirculation.loading:after {
    border: 4px solid #F2F2F2;
    border-top: 4px solid rgba(0, 0, 0, 0.95);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    -webkit-animation: loaderSpin 1.5s linear infinite;
            animation: loaderSpin 1.5s linear infinite;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .component.recirculation .lazy-image.lazy-image-udf:not(.erredOut) .lazy-image__placeholder {
    display: none; }
  .component.recirculation .lazy-image.lazy-image-udf.erredOut.placeholder .inner-container {
    display: none; }
  .component.recirculation .image-overlay {
    width: 100%;
    z-index: 0; }
    .component.recirculation .image-overlay .component.share-new {
      top: 0;
      right: 0;
      bottom: auto;
      position: absolute;
      pointer-events: all;
      width: 44px;
      height: 44px; }
      .component.recirculation .image-overlay .component.share-new .share-new__link {
        background-color: rgba(0, 0, 0, 0.3);
        border: none;
        border-radius: 0;
        height: 44px;
        width: 44px; }
        .component.recirculation .image-overlay .component.share-new .share-new__link:hover, .component.recirculation .image-overlay .component.share-new .share-new__link:active, .component.recirculation .image-overlay .component.share-new .share-new__link:focus {
          background: rgba(0, 0, 0, 0.65);
          outline-color: inherit;
          outline-offset: -4px;
          outline-width: 4px; }
      .component.recirculation .image-overlay .component.share-new .icon.icon-pinterest path:first-child {
        fill: #fff; }
      .component.recirculation .image-overlay .component.share-new .icon-text {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0; }
  @media (min-width: 1162px) {
    .component.recirculation:not(.active) {
      max-width: 1100px;
      margin: 0 auto; } }
  .component.recirculation .recirculation__wrapper {
    position: relative;
    border: 0;
    overflow: visible;
    background: rgba(0, 0, 0, 0.15);
    background-size: auto;
    height: 1px;
    width: 100%;
    margin: 16px 0;
    margin: 16px auto;
    margin: 40px 0;
    position: relative;
    width: 100vw;
    left: -16px; }
    .component.recirculation .recirculation__wrapper:after {
      content: '';
      display: block;
      position: absolute;
      width: 80px;
      height: 5px;
      background: rgba(0, 0, 0, 0.95);
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .component.recirculation .recirculation__wrapper {
        margin: 48px 0;
        left: calc(-1 * ((100vw - 640px) / 2)); } }
    @media (min-width: 1024px) {
      .component.recirculation .recirculation__wrapper {
        margin: 56px 0;
        left: 50%;
        transform: translateX(-50%); } }
    @media (min-width: 1162px) {
      .component.recirculation .recirculation__wrapper {
        margin: 64px 0; } }
  .component.recirculation .recipe-ratings {
    margin: 8px 0 0;
    white-space: nowrap; }
  .component.recirculation .similarProjectsFiltersLabel {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 700; }
  .component.recirculation .similarProjectsFilters .non-visual-fieldset {
    border: none;
    padding: 0;
    margin: 0; }
  .component.recirculation .similarProjectsFiltersSelect {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0;
    height: 48px;
    padding: 0 16px;
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    margin-top: 8px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjU1cHgiIGhlaWdodD0iMjU1cHgiIHZpZXdCb3g9IjAgMCAyNTUgMjU1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTUgMjU1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImFycm93LWRyb3AtZG93biI+PHBvbHlnb24gcG9pbnRzPSIwLDYzLjc1IDEyNy41LDE5MS4yNSAyNTUsNjMuNzUgIi8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) 95%/4% no-repeat;
    background-position: 198px center; }
    .component.recirculation .similarProjectsFiltersSelect:focus {
      box-shadow: none;
      outline: 2px solid #014ECB;
      outline-offset: 3px; }
    .component.recirculation .similarProjectsFiltersSelect:-ms-input-placeholder {
      color: #595959; }
    .component.recirculation .similarProjectsFiltersSelect::placeholder, .component.recirculation .similarProjectsFiltersSelect::-ms-input-placeholder {
      color: #595959; }
    .component.recirculation .similarProjectsFiltersSelect::-moz-placeholder {
      color: #595959;
      opacity: 1; }
  .component.recirculation .similarProjectsFiltersWrapper, .component.recirculation .similarProjectsFiltersSelect {
    width: 224px; }
  .component.recirculation .similarProjectsFilters--category {
    margin-bottom: 24px; }
  .component.recirculation .similarProjectsFiltersWrapper {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-right-width: 0;
    white-space: nowrap;
    padding: 0;
    margin: 8px 0 24px;
    font-size: 0; }
  .component.recirculation .similarProjectsFilters--difficultySection {
    display: inline-block;
    width: 56px;
    height: 46px;
    position: relative; }
    .component.recirculation .similarProjectsFilters--difficultySection:not(first-of-type) {
      border-right: 1px solid rgba(0, 0, 0, 0.3); }
  .component.recirculation .similarProjectsFiltersInput {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10; }
    .component.recirculation .similarProjectsFiltersInput:focus + .similarProjectsFiltersInputLabel {
      box-shadow: none;
      outline: 2px solid #014ECB;
      outline-offset: 3px; }
    .component.recirculation .similarProjectsFiltersInputLabel {
      background-color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .component.recirculation .similarProjectsFiltersInputLabel .project-meta-item-label {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        background-color: #fff;
        color: rgba(0, 0, 0, 0.95); }
      .component.recirculation .similarProjectsFiltersInputLabel .project-meta-item-value {
        padding-top: 12px;
        text-align: center; }
      .component.recirculation .similarProjectsFiltersInputLabel .difficulty-icon {
        fill: rgba(0, 0, 0, 0.95); }
    .component.recirculation .similarProjectsFiltersInput--checked .similarProjectsFiltersInputLabel {
      background-color: rgba(0, 0, 0, 0.95); }
      .component.recirculation .similarProjectsFiltersInput--checked .similarProjectsFiltersInputLabel .difficulty-icon {
        fill: #fff; }
  @media (min-width: 768px) {
    .component.recirculation .similarProjectsFilters {
      display: flex; }
      .component.recirculation .similarProjectsFilters--category {
        margin-right: 24px; } }
  .component.recirculation .popular {
    position: relative; }
    .component.recirculation .popular__title, .component.recirculation .popular__listItemTitle {
      margin: 0;
      padding: 0; }
    .component.recirculation .popular__title {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 28px;
      line-height: 32px;
      font-weight: 800;
      letter-spacing: 0;
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        .component.recirculation .popular__title {
          font-size: 36px;
          line-height: 44px; } }
    .component.recirculation .popular__listItemTitle {
      margin-top: 0.5rem; }
    .component.recirculation .popular__listItemImageText {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .component.recirculation .popular__link {
      display: block;
      line-height: 0;
      color: #fff; }
      .component.recirculation .popular__link:visited, .component.recirculation .popular__link:hover {
        color: #fff; }
    .component.recirculation .popular__listItemTitleLink {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0;
      text-decoration: none;
      color: rgba(0, 0, 0, 0.95);
      margin-top: 12px;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 18px;
      line-height: 24px;
      max-height: 48px; }
      .component.recirculation .popular__listItemTitleLink:hover, .component.recirculation .popular__listItemTitleLink:active, .component.recirculation .popular__listItemTitleLink:focus {
        outline: none; }
        .component.recirculation .popular__listItemTitleLink:hover span, .component.recirculation .popular__listItemTitleLink:active span, .component.recirculation .popular__listItemTitleLink:focus span {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
    .component.recirculation .popular__listItemDifficulty .project-meta-item-value {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      position: relative;
      padding: 12px 0 0 32px; }
    .component.recirculation .popular__listItemDifficulty-easy .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty--easy .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty-kind-of-easy .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty-kindOfEasy .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty--kindOfEasy .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty-kind-of-hard .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty-kindOfHard .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty--kindOfHard .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty-hard .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty--hard .project-meta-item-value:after {
      speak: none;
      display: inline-block;
      width: 4px;
      height: 4px;
      background: rgba(0, 0, 0, 0.65);
      position: absolute;
      top: 22px;
      left: 0; }
    .component.recirculation .popular__listItemDifficulty--easy .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty-easy .project-meta-item-value:after {
      content: '';
      box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.15), 12px 0 0 0 rgba(0, 0, 0, 0.15), 18px 0 0 0 rgba(0, 0, 0, 0.15); }
    .component.recirculation .popular__listItemDifficulty-kind-of-easy .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty-kindOfEasy .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty--kindOfEasy .project-meta-item-value:after {
      content: '';
      box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.65), 12px 0 0 0 rgba(0, 0, 0, 0.15), 18px 0 0 0 rgba(0, 0, 0, 0.15); }
    .component.recirculation .popular__listItemDifficulty-kind-of-hard .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty-kindOfHard .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty--kindOfHard .project-meta-item-value:after {
      content: '';
      box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.65), 12px 0 0 0 rgba(0, 0, 0, 0.65), 18px 0 0 0 rgba(0, 0, 0, 0.15); }
    .component.recirculation .popular__listItemDifficulty-hard .project-meta-item-value:after, .component.recirculation .popular__listItemDifficulty--hard .project-meta-item-value:after {
      content: '';
      box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.65), 12px 0 0 0 rgba(0, 0, 0, 0.65), 18px 0 0 0 rgba(0, 0, 0, 0.65); }
    .component.recirculation .popular__listItemTime {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      margin-top: 8px;
      text-transform: uppercase; }
    .component.recirculation .popular__listWrapper {
      overflow: hidden;
      position: relative; }
    .component.recirculation .popular__list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none;
      overflow: -moz-scrollbars-none; }
      .component.recirculation .popular__list::-webkit-scrollbar {
        display: none; }
    .component.recirculation .popular__listItem {
      display: block;
      position: relative;
      width: 245px;
      min-width: 245px;
      margin-right: 16px;
      align-self: stretch; }
      .component.recirculation .popular__listItem__placeHolder {
        width: 100%;
        height: auto; }
      .component.recirculation .popular__listItem.hide {
        display: none; }
    .component.recirculation .popular__prev, .component.recirculation .popular__next {
      display: none; }
    @media (min-width: 768px) {
      .component.recirculation .popular__prev, .component.recirculation .popular__next {
        height: 48px;
        width: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        text-decoration: none;
        border: 3px solid #ac1900;
        background: #ac1900;
        color: #fff;
        position: absolute;
        top: calc(50% - 53px);
        z-index: 1;
        overflow: hidden; }
        .component.recirculation .popular__prev svg, .component.recirculation .popular__next svg {
          width: 32px;
          height: 32px; }
        .component.recirculation .popular__prev:focus, .component.recirculation .popular__prev:hover, .component.recirculation .popular__next:focus, .component.recirculation .popular__next:hover {
          text-decoration: none; }
        .component.recirculation .popular__prev:focus, .component.recirculation .popular__next:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .component.recirculation .popular__prev:active, .component.recirculation .popular__next:active {
          opacity: 0.8; }
        .component.recirculation .popular__prev svg, .component.recirculation .popular__next svg {
          fill: #fff; }
        .component.recirculation .popular__prev:hover, .component.recirculation .popular__next:hover {
          background: #fff;
          border-color: #ac1900;
          color: #ac1900; }
          .component.recirculation .popular__prev:hover svg, .component.recirculation .popular__next:hover svg {
            fill: #ac1900; }
        .component.recirculation .popular__prev:before, .component.recirculation .popular__next:before {
          position: absolute; }
        .component.recirculation .popular__prev[disabled], .component.recirculation .popular__next[disabled] {
          display: none; }
      .component.recirculation .popular__prev {
        left: 10px; }
      .component.recirculation .popular__next {
        right: 10px;
        text-align: right; }
      .component.recirculation .popular__title {
        margin-bottom: 24px; }
      .component.recirculation .popular__listItem {
        width: 197px;
        min-width: 197px;
        margin-right: 24px; } }
    @media (min-width: 1024px) {
      .component.recirculation .popular .popular-heading-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
      .component.recirculation .popular__listItem {
        width: calc((100% - 72px) / 4);
        min-width: calc((100% - 72px) / 4); } }
  .component.recirculation .allTopics__title {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    padding-top: 48px; }
  .component.recirculation .recirc__Buttons--closeBtn,
  .component.recirculation .recirc__Buttons--moreBtn {
    display: none; }
  .component.recirculation.active {
    position: fixed;
    height: 100vh;
    background: #fff;
    left: 0;
    bottom: -80vh;
    width: 100vw;
    padding-top: 30px;
    border-top: 5px solid rgba(0, 0, 0, 0.95);
    z-index: 500;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-25px);
    transition: transform 0.5s cubic-bezier(0.34, 1.53, 0.86, 0.93) 0.02s;
    overflow: hidden; }
    .component.recirculation.active .recirculation__wrapper {
      display: none; }
    .component.recirculation.active .popular {
      max-width: 1100px;
      margin: 0 auto; }
    .component.recirculation.active .recirc__Buttons {
      position: absolute;
      top: -30px;
      right: 0;
      display: flex; }
      .component.recirculation.active .recirc__Buttons--moreBtn, .component.recirculation.active .recirc__Buttons--closeBtn {
        color: rgba(0, 0, 0, 0.95);
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0;
        font-size: 12px;
        text-transform: uppercase;
        background: transparent;
        font-weight: bold;
        cursor: pointer;
        padding: 0;
        border: none;
        margin-right: 10px;
        display: block; }
        .component.recirculation.active .recirc__Buttons--moreBtn svg, .component.recirculation.active .recirc__Buttons--closeBtn svg {
          height: 12px;
          width: 12px;
          margin-left: 5px;
          pointer-events: none; }
          .component.recirculation.active .recirc__Buttons--moreBtn svg path, .component.recirculation.active .recirc__Buttons--closeBtn svg path {
            fill: rgba(0, 0, 0, 0.95); }
      .component.recirculation.active .recirc__Buttons--moreBtn {
        border: 1px solid rgba(0, 0, 0, 0.95);
        padding: 10px;
        background: rgba(0, 0, 0, 0.95);
        color: #fff; }
        .component.recirculation.active .recirc__Buttons--moreBtn svg path {
          fill: #fff; }
  .component.recirculation.slideUp {
    position: static; }
  .component.recirculation .hide {
    display: none; }
  .component.recirculation.recirculation__cards .popular__list {
    align-items: flex-start; }

.popular__listItemImageText {
  background: #fff;
  color: rgba(0, 0, 0, 0.95); }

.primary-bylines, .secondary-bylines {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.bylines {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.95);
  font-size: 18px;
  font-weight: 700;
  list-style-type: none;
  margin: 0;
  padding: 24px 0 0; }

.primary-bylines {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "Source Sans Pro", Arial;
  margin-top: 32px;
  margin-bottom: 24px;
  padding-top: 32px; }
  .primary-bylines .primary-bylines-li {
    margin-bottom: 24px; }
    .primary-bylines .primary-bylines-li:last-of-type {
      margin-bottom: 0; }
  .primary-bylines .primary-image {
    border-radius: 50%;
    display: inline-block;
    height: 72px;
    width: 72px;
    margin-right: 8px;
    margin-left: 0;
    margin-top: 0; }
    .primary-bylines .primary-image img {
      border-radius: 50%; }
  .primary-bylines .primarybylines-text-container {
    display: flex;
    flex-direction: column; }
    .primary-bylines .primarybylines-text-container .primary-bylines-name-container {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      display: flex;
      flex-direction: column;
      z-index: 1; }
      @media (min-width: 1024px) {
        .primary-bylines .primarybylines-text-container .primary-bylines-name-container {
          flex-direction: row; } }
      .primary-bylines .primarybylines-text-container .primary-bylines-name-container a {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        padding: 2px 0;
        transition: all .1s ease-in-out;
        text-decoration: none;
        color: rgba(0, 0, 0, 0.95);
        text-decoration: none;
        box-shadow: inset 0 0;
        font-weight: 700; }
        .primary-bylines .primarybylines-text-container .primary-bylines-name-container a:visited {
          color: #595959;
          box-shadow: inset 0 -2px 0 #595959; }
        .primary-bylines .primarybylines-text-container .primary-bylines-name-container a:hover, .primary-bylines .primarybylines-text-container .primary-bylines-name-container a:active, .primary-bylines .primarybylines-text-container .primary-bylines-name-container a:focus {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
        .primary-bylines .primarybylines-text-container .primary-bylines-name-container a:hover, .primary-bylines .primarybylines-text-container .primary-bylines-name-container a:active, .primary-bylines .primarybylines-text-container .primary-bylines-name-container a:focus {
          color: rgba(0, 0, 0, 0.95);
          text-decoration: none; }
        .primary-bylines .primarybylines-text-container .primary-bylines-name-container a:visited {
          color: rgba(0, 0, 0, 0.95); }
    .primary-bylines .primarybylines-text-container a.social-media-link {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      text-decoration: none;
      margin-top: 8px; }
      .primary-bylines .primarybylines-text-container a.social-media-link:hover, .primary-bylines .primarybylines-text-container a.social-media-link:active, .primary-bylines .primarybylines-text-container a.social-media-link:focus {
        color: rgba(0, 0, 0, 0.95);
        text-decoration: none; }
      .primary-bylines .primarybylines-text-container a.social-media-link:visited {
        color: rgba(0, 0, 0, 0.95); }
      @media (min-width: 1024px) {
        .primary-bylines .primarybylines-text-container a.social-media-link {
          margin-left: 8px;
          margin-top: initial; } }
  .primary-bylines .primary-container {
    align-items: center;
    display: flex; }
  .primary-bylines .job-title {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 8px;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .primary-bylines .job-title {
        flex: 1 1 100%; } }

.secondary-bylines {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px; }
  .secondary-bylines .bylines-li {
    padding-bottom: 4px; }
  .secondary-bylines .author-page {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    text-decoration: underline; }
  .secondary-bylines .bylines-role {
    text-transform: capitalize; }
  .secondary-bylines .social-media-link {
    color: rgba(0, 0, 0, 0.95);
    font-size: 12px;
    font-weight: 700;
    padding-right: 8px; }

.circular-countdown {
  display: block; }
  .circular-countdown-inner {
    display: inline-block;
    position: relative; }
  .circular-countdown .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .circular-countdown .icon path {
      fill: rgba(0, 0, 0, 0.95); }
    .circular-countdown .icon:hover path {
      fill: rgba(0, 0, 0, 0.95); }

@media (min-width: 1024px) {
  .social-docked.modal-active .component.share-new {
    padding-top: 0; }
  .social-docked .component.share-new {
    position: fixed;
    padding-top: 20px;
    top: 60px; } }

.component.share-new {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .component.share-new.hidden {
    display: none; }
  .component.share-new.vertical {
    flex-direction: row; }
    @media (min-width: 1024px) {
      .component.share-new.vertical {
        flex-direction: column; } }
    @media (min-width: 1024px) {
      .component.share-new.vertical .icon-container:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 8px; } }
  .component.share-new.circle .icon.shareicon-modal-toggle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.65);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .component.share-new.circle .icon.shareicon-modal-toggle:hover, .component.share-new.circle .icon.shareicon-modal-toggle:active {
      border-color: rgba(0, 0, 0, 0.95);
      background-color: #fff; }
    .component.share-new.circle .icon.shareicon-modal-toggle:focus {
      outline: 1px dotted rgba(0, 0, 0, 0.95);
      outline: -webkit-focus-ring-color auto 5px;
      outline-offset: -3px;
      background-color: #fff; }
  .component.share-new.circle .icon > a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.65);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .component.share-new.circle .icon > a:hover, .component.share-new.circle .icon > a:active {
      border-color: rgba(0, 0, 0, 0.95);
      background-color: #fff; }
    .component.share-new.circle .icon > a:focus {
      outline: 1px dotted rgba(0, 0, 0, 0.95);
      outline: -webkit-focus-ring-color auto 5px;
      outline-offset: -3px;
      background-color: #fff; }
  .component.share-new.square {
    overflow: auto; }
    @media (min-width: 1024px) {
      .component.share-new.square .icon .icon-text {
        position: relative;
        bottom: 7px; } }
    .component.share-new.square .icon.shareicon-modal-toggle {
      width: 76px;
      height: 44px;
      border-radius: 4px;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.65);
      display: flex;
      align-items: center;
      justify-content: left;
      flex-direction: row;
      justify-content: center; }
      .component.share-new.square .icon.shareicon-modal-toggle:hover, .component.share-new.square .icon.shareicon-modal-toggle:active {
        border-color: rgba(0, 0, 0, 0.95);
        background-color: #fff; }
      .component.share-new.square .icon.shareicon-modal-toggle:focus {
        outline: 1px dotted rgba(0, 0, 0, 0.95);
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -3px;
        background-color: #fff; }
      @media (min-width: 1024px) {
        .component.share-new.square .icon.shareicon-modal-toggle {
          width: 48px;
          height: 58px;
          flex-direction: column;
          justify-content: center; } }
      .component.share-new.square .icon.shareicon-modal-toggle .icon-ellipsis {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .component.share-new.square .icon.shareicon-modal-toggle .icon-ellipsis .icon-text {
          margin-left: 5px; }
        @media (min-width: 1024px) {
          .component.share-new.square .icon.shareicon-modal-toggle .icon-ellipsis {
            flex-direction: column;
            height: 100%; }
            .component.share-new.square .icon.shareicon-modal-toggle .icon-ellipsis svg {
              display: inline-block;
              height: 100%; }
            .component.share-new.square .icon.shareicon-modal-toggle .icon-ellipsis .icon-text {
              margin-top: auto;
              margin-left: 0; } }
      .component.share-new.square .icon.shareicon-modal-toggle .icon-reply {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text {
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          font-size: 12px;
          line-height: 16px;
          color: rgba(0, 0, 0, 0.95);
          margin-left: 0; }
          @media (min-width: 1024px) {
            .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text {
              font-family: "Source Sans Pro", Arial;
              font-size: 14px;
              line-height: 20px;
              font-weight: 400;
              letter-spacing: 0; } }
        @media (min-width: 1024px) {
          .component.share-new.square .icon.shareicon-modal-toggle .icon-reply {
            flex-direction: row; }
            .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text {
              margin-left: 5px;
              margin-top: 2px; } }
    .component.share-new.square .icon.icon-twitter > a {
      width: 88px; }
      @media (min-width: 1024px) {
        .component.share-new.square .icon.icon-twitter > a {
          width: 48px; } }
    .component.share-new.square .icon > a {
      width: 76px;
      height: 44px;
      border-radius: 4px;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.65);
      display: flex;
      align-items: center;
      justify-content: left;
      flex-direction: row; }
      .component.share-new.square .icon > a:hover, .component.share-new.square .icon > a:active {
        border-color: rgba(0, 0, 0, 0.95);
        background-color: #fff; }
      .component.share-new.square .icon > a:focus {
        outline: 1px dotted rgba(0, 0, 0, 0.95);
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -3px;
        background-color: #fff; }
      @media (min-width: 1024px) {
        .component.share-new.square .icon > a {
          width: 48px;
          height: 58px;
          flex-direction: column;
          justify-content: center; } }
    .component.share-new.square .icon-text {
      display: block;
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      color: rgba(0, 0, 0, 0.95);
      text-transform: capitalize;
      letter-spacing: normal; }
      .component.share-new.square .icon-text:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .component.share-new.square .icon-text:active {
        opacity: 0.8; }
  .component.share-new .icon {
    margin-right: 8px;
    padding: 0; }
    .component.share-new .icon.icon-print {
      display: block; }
    .component.share-new .icon.icon-twitter > a {
      width: 48px; }
    .component.share-new .icon.icon-pinterest .share-new__link {
      border: rgba(0, 0, 0, 0.65) solid 1px;
      background-color: #fff; }
      .component.share-new .icon.icon-pinterest .share-new__link:hover, .component.share-new .icon.icon-pinterest .share-new__link:active, .component.share-new .icon.icon-pinterest .share-new__link:focus {
        border-color: rgba(0, 0, 0, 0.95);
        background-color: #fff; }
    .component.share-new .icon.icon-favorite .shareicon-favorite-link-tag {
      border: rgba(0, 0, 0, 0.65) solid 1px;
      background-color: #fff; }
      .component.share-new .icon.icon-favorite .shareicon-favorite-link-tag:hover, .component.share-new .icon.icon-favorite .shareicon-favorite-link-tag:active, .component.share-new .icon.icon-favorite .shareicon-favorite-link-tag:focus {
        border-color: rgba(0, 0, 0, 0.95);
        background-color: #fff; }
      .component.share-new .icon.icon-favorite .shareicon-favorite-link-tag.saved {
        border-color: rgba(0, 0, 0, 0.65);
        background-color: #fff; }
        .component.share-new .icon.icon-favorite .shareicon-favorite-link-tag.saved:hover, .component.share-new .icon.icon-favorite .shareicon-favorite-link-tag.saved:active, .component.share-new .icon.icon-favorite .shareicon-favorite-link-tag.saved:focus {
          border-color: rgba(0, 0, 0, 0.95);
          background-color: #fff; }
      .component.share-new .icon.icon-favorite .shareicon-favorite-link-tag .icon-share-favorite {
        margin: 8px 0; }
    @media (min-width: 1024px) {
      .component.share-new .icon.icon-favorite .shareicon-favorite-link-bounceX .icon-text {
        bottom: 0; } }
    .component.share-new .icon.icon-favorite svg, .component.share-new .icon.icon-favorite span {
      pointer-events: none; }
    .component.share-new .icon.icon-favorite path:first-child {
      fill: #fff;
      stroke: #f44336;
      stroke-width: 2px; }
    .component.share-new .icon.icon-favorite:hover path:first-child, .component.share-new .icon.icon-favorite:active path:first-child, .component.share-new .icon.icon-favorite:focus path:first-child {
      fill: #f44336;
      stroke: #f44336; }
    .component.share-new .icon.icon-favorite .saved path:first-child {
      fill: #f44336;
      stroke: #f44336; }
    .component.share-new .icon.icon-favorite .saved:hover path:first-child, .component.share-new .icon.icon-favorite .saved:active path:first-child, .component.share-new .icon.icon-favorite .saved:focus path:first-child {
      fill: #f44336;
      stroke: #f44336; }
    .component.share-new .icon.icon-favorite .icon-text {
      color: rgba(0, 0, 0, 0.95); }
    .component.share-new .icon.shareicon-modal-toggle {
      cursor: pointer; }
      .component.share-new .icon.shareicon-modal-toggle svg {
        pointer-events: none;
        width: 18px;
        height: 18px;
        margin: 0 auto; }
      .component.share-new .icon.shareicon-modal-toggle .icon-reply svg {
        width: 20px;
        height: 20px; }
        @media (min-width: 1024px) {
          .component.share-new .icon.shareicon-modal-toggle .icon-reply svg {
            width: 24px;
            height: 24px; } }
    .component.share-new .icon-container:not(:last-of-type) {
      margin-right: 8px; }
    .component.share-new .icon > a {
      position: relative; }
    .component.share-new .icon-text {
      display: none; }
      .modal.share-icons .component.share-new .icon-text {
        display: block;
        position: absolute;
        left: calc(100% + 8px);
        white-space: nowrap;
        /* IE Not aligning adding top for IE. */
        top: 14px;
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        color: rgba(0, 0, 0, 0.95); }
        .modal.share-icons .component.share-new .icon-text:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .modal.share-icons .component.share-new .icon-text:active {
          opacity: 0.8; }
    .component.share-new .icon:last-child {
      margin-right: 0; }
    .component.share-new .icon.icon-pinterest path:first-child {
      fill: #bd081c; }
    .component.share-new .icon.icon-pinterest:hover path:first-child, .component.share-new .icon.icon-pinterest:visited path:first-child {
      fill: #bd081c; }
    .component.share-new .icon.icon-google path:first-child {
      fill: #e0483a; }
    .component.share-new .icon.icon-google:hover path:first-child, .component.share-new .icon.icon-google:visited path:first-child {
      fill: #e0483a; }
    .component.share-new .icon.icon-facebook path:first-child {
      fill: #3B5998; }
    .component.share-new .icon.icon-facebook:hover path:first-child, .component.share-new .icon.icon-facebook:visited path:first-child {
      fill: #3B5998; }
    .component.share-new .icon.icon-twitter path:first-child {
      fill: #1DA1F2; }
    .component.share-new .icon.icon-twitter:hover path:first-child, .component.share-new .icon.icon-twitter:visited path:first-child {
      fill: #1DA1F2; }
    .component.share-new .icon.icon-sms path:first-child {
      fill: rgba(0, 0, 0, 0.65); }
    .component.share-new .icon.icon-sms:hover path:first-child, .component.share-new .icon.icon-sms:visited path:first-child {
      fill: rgba(0, 0, 0, 0.65); }
    .component.share-new .icon.icon-print path:first-child {
      fill: rgba(0, 0, 0, 0.65); }
    .component.share-new .icon.icon-print:hover path:first-child, .component.share-new .icon.icon-print:visited path:first-child {
      fill: rgba(0, 0, 0, 0.65); }
    .component.share-new .icon.icon-email path:first-child {
      fill: rgba(0, 0, 0, 0.65); }
    .component.share-new .icon.icon-email:hover path:first-child, .component.share-new .icon.icon-email:visited path:first-child {
      fill: rgba(0, 0, 0, 0.65); }
    .component.share-new .icon.icon-reply path:first-child {
      fill: rgba(0, 0, 0, 0.65); }
    .component.share-new .icon.icon-reply:hover path:first-child, .component.share-new .icon.icon-reply:visited path:first-child {
      fill: rgba(0, 0, 0, 0.65); }
    .component.share-new .icon.icon-comments path:first-child {
      fill: rgba(0, 0, 0, 0.65); }
    .component.share-new .icon.icon-comments:hover path:first-child, .component.share-new .icon.icon-comments:visited path:first-child {
      fill: rgba(0, 0, 0, 0.65); }
  @media (min-width: 768px) {
    .component.share-new .icon-sms {
      display: none; } }

body.modal-active.share-icons .partial.modal.share-icons {
  display: block;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 32px;
  max-height: calc(100vh - 70px); }
  body.modal-active.share-icons .partial.modal.share-icons .dialog-wrap {
    max-height: calc(100vh - 100px);
    overflow-y: auto; }
  body.modal-active.share-icons .partial.modal.share-icons .component.share-new {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: inherit; }
    body.modal-active.share-icons .partial.modal.share-icons .component.share-new .icon {
      margin: 0 8px 8px 0; }
      body.modal-active.share-icons .partial.modal.share-icons .component.share-new .icon > a {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.65);
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
        body.modal-active.share-icons .partial.modal.share-icons .component.share-new .icon > a:hover, body.modal-active.share-icons .partial.modal.share-icons .component.share-new .icon > a:active {
          border-color: rgba(0, 0, 0, 0.95);
          background-color: #fff; }
        body.modal-active.share-icons .partial.modal.share-icons .component.share-new .icon > a:focus {
          outline: 1px dotted rgba(0, 0, 0, 0.95);
          outline: -webkit-focus-ring-color auto 5px;
          outline-offset: -3px;
          background-color: #fff; }
      body.modal-active.share-icons .partial.modal.share-icons .component.share-new .icon:last-of-type {
        margin-bottom: 0; }
    @media (min-width: 768px) {
      body.modal-active.share-icons .partial.modal.share-icons .component.share-new .icon-sms {
        display: none; } }
    body.modal-active.share-icons .partial.modal.share-icons .component.share-new .icon-reply {
      border: none; }
    body.modal-active.share-icons .partial.modal.share-icons .component.share-new .share-icon-link {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      color: rgba(0, 0, 0, 0.95);
      text-decoration: none; }
      body.modal-active.share-icons .partial.modal.share-icons .component.share-new .share-icon-link:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      body.modal-active.share-icons .partial.modal.share-icons .component.share-new .share-icon-link:active {
        opacity: 0.8; }
      body.modal-active.share-icons .partial.modal.share-icons .component.share-new .share-icon-link:hover, body.modal-active.share-icons .partial.modal.share-icons .component.share-new .share-icon-link:active, body.modal-active.share-icons .partial.modal.share-icons .component.share-new .share-icon-link:focus {
        color: rgba(0, 0, 0, 0.95);
        text-decoration: underline; }
      body.modal-active.share-icons .partial.modal.share-icons .component.share-new .share-icon-link:visited {
        color: rgba(0, 0, 0, 0.95); }

@media (min-width: 1024px) {
  .docked-sharebar .component.share-new .icon {
    margin: 0 0 8px; }
    .docked-sharebar .component.share-new .icon:last-child {
      margin-bottom: 0; } }

.docked-sharebar .component.share-new .icon-swear .display-block {
  width: 83px; }
  @media (min-width: 1024px) {
    .docked-sharebar .component.share-new .icon-swear .display-block {
      width: 46px; } }

.docked-sharebar .component.share-new .icon-swear svg {
  margin: 3px 0 0 3px; }

.docked-sharebar .component.share-new .icon-swear .icon-text {
  margin-left: -2px; }
  @media (min-width: 1024px) {
    .docked-sharebar .component.share-new .icon-swear .icon-text {
      margin: 0 auto; } }

.hidden,
.hide {
  display: none; }

body.swear-submitted .docked-sharebar .component.share-new .icon-swear .display-block {
  justify-content: center; }
  body.swear-submitted .docked-sharebar .component.share-new .icon-swear .display-block:before {
    border: solid 1px #f44336;
    border-width: 0 2px 2px 0;
    opacity: 1;
    transform: rotate(45deg);
    content: '';
    width: 7px;
    height: 15px;
    margin-right: 12px; }
    @media (min-width: 1024px) {
      body.swear-submitted .docked-sharebar .component.share-new .icon-swear .display-block:before {
        margin-bottom: 8px;
        margin-right: 0; } }
  body.swear-submitted .docked-sharebar .component.share-new .icon-swear .display-block svg {
    display: none; }

.component.gallery-everything-in {
  display: none; }
  @media (min-width: 1162px) {
    .component.gallery-everything-in {
      display: block; } }
  .component.gallery-everything-in .disclosure {
    margin: 0;
    padding: 0; }
  .component.gallery-everything-in .gallery-everything-in-all-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 64px 0; }
    .component.gallery-everything-in .gallery-everything-in-all-slide:first-child {
      padding-top: 42px; }
    .component.gallery-everything-in .gallery-everything-in-all-slide:not(:last-of-type) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .component.gallery-everything-in .gallery-everything-in-all-slide-image {
      flex: 0 0 200px;
      position: relative;
      cursor: pointer; }
    .component.gallery-everything-in .gallery-everything-in-all-slide-image.video_slide .icon-play-circle-stroke {
      position: absolute;
      top: calc(50% - 4px);
      left: calc(50% - (48px / 2));
      width: 52px;
      transform: translateY(-50%);
      z-index: 1; }
      .component.gallery-everything-in .gallery-everything-in-all-slide-image.video_slide .icon-play-circle-stroke g {
        transform: translateX(1px); }
      .component.gallery-everything-in .gallery-everything-in-all-slide-image.video_slide .icon-play-circle-stroke circle {
        fill: rgba(0, 0, 0, 0.65);
        stroke: rgba(255, 255, 255, 0.7);
        stroke-width: 2; }
      .component.gallery-everything-in .gallery-everything-in-all-slide-image.video_slide .icon-play-circle-stroke path {
        stroke: none;
        fill: #fff; }
    .component.gallery-everything-in .gallery-everything-in-all-slide-content {
      flex: 100 0 1px;
      margin-left: 64px; }
    .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-title {
      color: rgba(0, 0, 0, 0.95);
      font-family: "Klein", "Times New Roman", serif;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      margin-top: 0;
      cursor: pointer;
      display: inline-block;
      margin-bottom: 16px; }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-title:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #595959; }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-title:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-title__slideNumber {
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        display: block; }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-title:not(.glide-slide-title--noHeadline) .glide-slide__slideNumber {
        margin-bottom: 16px; }
    .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta {
      margin: 16px 0; }
    .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button,
    .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 12px 32px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      border: 3px solid rgba(0, 0, 0, 0.95);
      border-radius: 0;
      color: rgba(0, 0, 0, 0.95);
      background: #fff;
      max-width: 300px; }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button:focus,
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button:active,
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf:active {
        opacity: 0.8; }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button:focus,
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button:active,
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf:active {
        opacity: 0.8; }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button svg path,
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf svg path {
        fill: rgba(0, 0, 0, 0.95); }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button:visited,
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf:visited {
        border: 3px solid rgba(0, 0, 0, 0.95);
        color: rgba(0, 0, 0, 0.95);
        background: #fff; }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button:hover, .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button:active, .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button:focus,
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf:hover,
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf:active,
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf:focus {
        border-color: rgba(0, 0, 0, 0.95);
        color: #fff;
        background: rgba(0, 0, 0, 0.95); }
        .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button:hover svg path, .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button:active svg path, .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button:focus svg path,
        .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf:hover svg path,
        .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf:active svg path,
        .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf:focus svg path {
          fill: #fff; }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button[disabled],
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf[disabled] {
        border: 3px solid rgba(0, 0, 0, 0.3);
        background-color: #fff;
        color: rgba(0, 0, 0, 0.65); }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button:active, .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-cta-button:focus,
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf:active,
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide .button-pdf:focus {
        border: 3px solid #014ecb; }
    .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-desc a {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      box-shadow: inset 0 -2px 0 #ac1900;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-desc a:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #ac1900; }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-desc a:hover, .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-desc a:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-desc a:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 #ac1900; }
    .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-related-links {
      list-style: none;
      margin: 0;
      padding: 0;
      margin: 24px 0; }
      .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-related-links a {
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        padding: 2px 0;
        box-shadow: inset 0 -2px 0 #ac1900;
        transition: all .1s ease-in-out;
        text-decoration: none; }
        .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-related-links a:visited {
          color: #595959;
          box-shadow: inset 0 -2px 0 #ac1900; }
        .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-related-links a:hover, .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-related-links a:focus {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
        .component.gallery-everything-in .gallery-everything-in-all-slide .glide-slide-related-links a:active {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 #ac1900; }
  .component.gallery-everything-in .gallery-everything-in-title {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      .component.gallery-everything-in .gallery-everything-in-title {
        font-size: 36px;
        line-height: 44px; } }

body .component.image-zoom .credit a {
  color: rgba(0, 0, 0, 0.95);
  padding: 1px 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
  transition: all .1s ease-in-out;
  text-decoration: none; }
  body .component.image-zoom .credit a:visited {
    color: #595959;
    box-shadow: inset 0 -1px 0 #595959; }
  body .component.image-zoom .credit a:hover, body .component.image-zoom .credit a:active, body .component.image-zoom .credit a:focus {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

body button.icon-image-zoom:focus {
  outline: 3px solid #014ECB;
  outline-offset: -2px;
  box-shadow: none; }

body.modal-active.image-modal {
  overflow: hidden; }
  body.modal-active.image-modal .menu-overlay {
    z-index: 600; }
  body.modal-active.image-modal .partial.modal.zoom-image {
    display: block;
    padding: 0;
    width: auto;
    box-shadow: none;
    max-width: 100vw;
    max-height: calc(100vh - 60px);
    position: fixed;
    z-index: 600; }
    body.modal-active.image-modal .partial.modal.zoom-image .content {
      max-height: calc(100vh - 40px);
      overflow: auto; }
    @media (min-width: 768px) {
      body.modal-active.image-modal .partial.modal.zoom-image .media-img {
        display: flex; } }
    body.modal-active.image-modal .partial.modal.zoom-image img {
      width: auto;
      height: auto;
      max-width: 100vw;
      max-height: calc(100vh - 80px);
      margin: 0 auto; }
    body.modal-active.image-modal .partial.modal.zoom-image .image-wrap-container {
      display: block;
      background: #fff;
      padding: 10px 20px 10px 16px;
      margin: 0; }
      body.modal-active.image-modal .partial.modal.zoom-image .image-wrap-container .credit {
        padding-left: 0;
        padding-right: 0; }
    body.modal-active.image-modal .partial.modal.zoom-image .body-credit {
      text-transform: uppercase; }

.component.loader {
  border: 4px solid #F2F2F2;
  border-top: 4px solid rgba(0, 0, 0, 0.95);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  -webkit-animation: loaderSpin 1.5s linear infinite;
          animation: loaderSpin 1.5s linear infinite; }

.component.auto-advance {
  clear: both; }
  .component.auto-advance .hidden {
    display: none; }
  .component.auto-advance .loader {
    margin: 0 auto 32px; }
  .component.auto-advance .content.content-breadcrumbs {
    margin-top: 0; }
  .component.auto-advance .intro-top {
    margin-bottom: 0; }
  .component.auto-advance .two-col-container .content.first,
  .component.auto-advance .two-col-container .content.content-breadcrumbs .breadcrumb-list,
  .component.auto-advance .main-header .intro,
  .component.auto-advance .project-heading .intro,
  .component.auto-advance .project-part-container .intro {
    margin-top: 0;
    padding-top: 0; }
  .component.auto-advance .recirculation__wrapper--bottom {
    display: none; }
  .component.auto-advance .lazy-partial {
    clear: both; }
  .component.auto-advance .divider {
    position: relative;
    border: 0;
    overflow: visible;
    background: rgba(0, 0, 0, 0.15);
    background-size: auto;
    height: 1px;
    width: 100%;
    margin: 16px 0;
    margin: 16px auto;
    position: relative;
    left: 50%;
    margin: 40px 0;
    transform: translateX(-50%);
    width: 100vw; }
    .component.auto-advance .divider:after {
      content: '';
      display: block;
      position: absolute;
      width: 80px;
      height: 5px;
      background: rgba(0, 0, 0, 0.95);
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .component.auto-advance .divider {
        margin: 48px 0; } }
    @media (min-width: 1024px) {
      .component.auto-advance .divider {
        margin: 56px 0; } }
    @media (min-width: 1162px) {
      .component.auto-advance .divider {
        margin: 64px 0; } }
    .component.auto-advance .divider-center {
      background: #fff;
      left: 50%;
      margin-bottom: 64px;
      padding: 0 16px;
      position: absolute;
      text-align: center;
      top: 0;
      transform: translate(-50%, -50%);
      white-space: nowrap;
      z-index: 2; }
    .component.auto-advance .divider-text {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      padding: 0 4px; }
  .component.auto-advance .icon-scroll-down {
    width: 12px;
    height: 14px; }
    .component.auto-advance .icon-scroll-down svg {
      width: 100%;
      height: 100%; }
    .component.auto-advance .icon-scroll-down path {
      fill: #f44336; }
  .component.auto-advance:first-child .divider {
    display: none;
    margin-top: 0; }
  .component.auto-advance .content.last {
    margin: 0 16px; }

.mdex-test.template-gallery .auto-advance-segment-values {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.mdex-test.template-gallery .partial.divider-wrapper {
  width: 100vw;
  left: -16px;
  position: relative; }
  @media (min-width: 768px) {
    .mdex-test.template-gallery .partial.divider-wrapper {
      left: calc(-1 * ((100vw - 640px) / 2)); } }
  @media (min-width: 1024px) {
    .mdex-test.template-gallery .partial.divider-wrapper {
      left: -24px; } }
  @media (min-width: 1088px) {
    .mdex-test.template-gallery .partial.divider-wrapper {
      left: calc(-1 * ((100vw - 1088px) / 2) - 24px); } }

.mdex-test.template-gallery .lazy-gallery:last-child {
  margin-bottom: 64px; }

.partial.modal.hamburger {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  box-shadow: none;
  transform: translate(0%); }
  @media (min-width: 768px) {
    .partial.modal.hamburger {
      max-width: none;
      width: 640px;
      left: calc((100% - 640px) / 2); } }
  @media (min-width: 1024px) {
    .partial.modal.hamburger {
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      width: 976px;
      height: auto; } }
  @media (min-width: 1162px) {
    .partial.modal.hamburger {
      width: 1100px; } }
  .partial.modal.hamburger .close {
    left: 16px;
    top: 0;
    bottom: auto;
    height: 60px;
    width: 32px;
    position: relative;
    z-index: 1; }
    .partial.modal.hamburger .close ~ .content .hamburger-header.modal-header .logo {
      margin-left: 64px; }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .close ~ .content .hamburger-header.modal-header .logo {
          margin-left: 0; } }
    .partial.modal.hamburger .close svg {
      top: 50%;
      left: 50%;
      bottom: auto;
      right: auto;
      transform: translate(-50%, -50%); }
      .partial.modal.hamburger .close svg path {
        fill: rgba(0, 0, 0, 0.95); }
    @media (min-width: 1024px) {
      .partial.modal.hamburger .close {
        top: -50px;
        right: 0;
        left: auto;
        position: absolute; }
        .partial.modal.hamburger .close svg {
          left: auto;
          right: 0;
          transform: translate(0, -50%); }
          .partial.modal.hamburger .close svg path {
            fill: #fff; } }
  .partial.modal.hamburger .hamburger-header {
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    position: relative;
    top: -60px; }
    @media (min-width: 768px) {
      .partial.modal.hamburger .hamburger-header {
        margin-left: calc((100vw - 640px) / 2 * -1);
        padding: 0 calc((100vw - 640px) / 2);
        width: 100vw; } }
    @media (min-width: 1024px) {
      .partial.modal.hamburger .hamburger-header {
        height: 62px;
        width: 976px;
        margin-left: 0;
        padding: 0 32px;
        top: 0; } }
    @media (min-width: 1162px) {
      .partial.modal.hamburger .hamburger-header {
        width: 1100px; } }
    .partial.modal.hamburger .hamburger-header .logo {
      display: flex;
      margin-left: 60px;
      flex: 100 1 1px; }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .hamburger-header .logo {
          margin-left: 0;
          padding-left: 0; }
          .partial.modal.hamburger .hamburger-header .logo svg {
            height: 32px;
            margin-top: 4px; } }
    .partial.modal.hamburger .hamburger-header .menu-subscribe {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      padding-right: 16px;
      font-family: "Source Sans Pro", Arial; }
      .partial.modal.hamburger .hamburger-header .menu-subscribe a {
        color: rgba(0, 0, 0, 0.95);
        text-decoration: none; }
        .partial.modal.hamburger .hamburger-header .menu-subscribe a:hover, .partial.modal.hamburger .hamburger-header .menu-subscribe a:active, .partial.modal.hamburger .hamburger-header .menu-subscribe a:focus {
          color: rgba(0, 0, 0, 0.95);
          text-decoration: none; }
        .partial.modal.hamburger .hamburger-header .menu-subscribe a:visited {
          color: rgba(0, 0, 0, 0.95); }
  .partial.modal.hamburger .modal-wrapper {
    background: #fff;
    position: relative;
    top: -60px; }
    @media (min-width: 1024px) {
      .partial.modal.hamburger .modal-wrapper {
        top: 0; } }
    @media (min-width: 1024px) {
      .partial.modal.hamburger .modal-wrapper {
        height: 100%;
        margin-left: 0;
        max-width: 100%; } }
    .partial.modal.hamburger .modal-wrapper .modal-navigation {
      position: relative; }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .modal-wrapper .modal-navigation {
          display: flex;
          flex-direction: column;
          height: 700px;
          max-height: 70vh;
          overflow-y: auto;
          overflow-x: hidden; } }
    .partial.modal.hamburger .modal-wrapper .hamburger-menu {
      background: #fff;
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .modal-wrapper .hamburger-menu {
          max-width: 976px;
          height: auto;
          overflow-y: scroll; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .hamburger-overlay-popup {
            width: 976px; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .container {
            max-width: calc(100% - 680px);
            display: inline-block;
            padding: 0 32px; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .sub-container {
            max-width: 680px;
            height: 200px;
            padding: 0 24px;
            float: right;
            display: inline-block; } }
      @media (min-width: 1279px) {
        .partial.modal.hamburger .modal-wrapper .hamburger-menu {
          max-width: 1100px; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .container {
            max-width: calc(100% - 756px); }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .sub-container {
            max-width: 756px; } }
      .partial.modal.hamburger .modal-wrapper .hamburger-menu .top-menu {
        flex-grow: 1;
        margin-top: 0;
        width: 100%;
        padding: 24px 16px 34px;
        margin-bottom: 0;
        background-color: #fff; }
        @media (max-width: 1023px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .top-menu {
            position: relative;
            z-index: 1; } }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .top-menu {
            overflow-y: auto;
            overflow-x: hidden;
            border-right: 2px solid rgba(0, 0, 0, 0.05);
            max-width: 255px;
            height: 100%;
            padding: 32px 0; } }
      .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-link {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        color: rgba(0, 0, 0, 0.95);
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-link:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-link:active {
          opacity: 0.8; }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-link .accordion-arrow {
            margin-right: 16px; } }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-link.child-link:hover, .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-link.child-link:focus {
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0.95);
          text-decoration: none; }
      .partial.modal.hamburger .modal-wrapper .hamburger-menu .accordion-arrow {
        height: auto;
        padding: 0;
        transform: rotate(-90deg);
        display: block;
        pointer-events: none; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .accordion-arrow svg path {
          fill: rgba(0, 0, 0, 0.95); }
      .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e1dfdd; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main:last-child {
          border-bottom-width: 0; }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main {
            padding: 0 32px 0 0;
            border-bottom-width: 0; } }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu {
            padding: 0 0 16px; } }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu .submenu-link.main-link > span, .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu .submenu-link.child-link {
          padding-top: 12px;
          padding-bottom: 12px; }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu .submenu-link.main-link > span, .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu .submenu-link.child-link {
              padding-top: 8px;
              padding-bottom: 8px; } }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu .submenu-link.main-link > span {
            margin-left: 32px; } }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu .submenu-link.child-link {
            padding-bottom: 0;
            margin-bottom: 8px; } }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.selected {
          border-bottom: none;
          padding-right: 0; }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.selected .submenu-link.main-link {
              background-color: #f0f0f0;
              color: rgba(0, 0, 0, 0.95); } }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.selected .submenu-link.main-link {
              position: relative; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.selected .submenu-link.main-link:before {
                content: '';
                width: 2px;
                height: 100%;
                background: #f0f0f0;
                position: absolute;
                z-index: 1;
                top: 0;
                right: -2px; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.selected .submenu-link.main-link:after {
                width: 0;
                height: 0;
                display: inline-block;
                content: '';
                border-top: 18px solid transparent;
                border-bottom: 18px solid transparent;
                border-left: 13px solid #f0f0f0;
                margin-right: -15px;
                z-index: 2; } }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.selected .accordion-arrow {
            visibility: hidden; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item {
          margin-bottom: 24px; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-form-container {
            width: 100%; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-label {
            font-family: "Source Sans Pro", Arial;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            letter-spacing: 0;
            font-weight: 700; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-container {
            position: relative;
            margin-top: 4px; }
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-container .search-field {
              border-radius: 0;
              border-style: solid;
              border-color: rgba(0, 0, 0, 0.65);
              border-width: 1px;
              font-family: "Source Sans Pro", Arial;
              font-size: 16px;
              line-height: 24px;
              font-weight: 400;
              letter-spacing: 0;
              height: 100%;
              width: 100%;
              top: 0;
              left: 0;
              padding: 10px 66px 10px 16px;
              color: rgba(0, 0, 0, 0.95); }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-container .search-field:focus {
                outline: none;
                box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-container .search-field:active {
                opacity: 0.8; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-container .search-field:hover {
                border-color: rgba(0, 0, 0, 0.95); }
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-container .icon.search {
              position: absolute;
              bottom: -1px;
              right: 0;
              height: 100%;
              width: 50px; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-container .icon.search .icon-search {
                width: 20px;
                height: 20px; }
                .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-container .icon.search .icon-search svg {
                  width: 100%;
                  height: 100%; }
                  .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-container .icon.search .icon-search svg path {
                    fill: rgba(0, 0, 0, 0.65); }
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-container .search-field {
              padding-right: 40px; }
            @media (min-width: 768px) {
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-container {
                width: 100%; } }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item {
              display: block;
              margin-left: 32px;
              margin-bottom: 12px; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .icon.search {
                opacity: 1;
                background: transparent; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-container {
                display: block; }
                .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.search-menu-item .search-container .icon.search {
                  display: block; } }
      .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper {
        display: none;
        position: absolute;
        background: #fff;
        top: 0;
        right: -110%;
        opacity: 0;
        padding: 0 16px;
        min-height: 100%; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.children-wrapper-expanded {
          z-index: 1;
          opacity: 1;
          width: 100%;
          display: block;
          right: 0; }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.children-wrapper-expanded {
              top: 0;
              left: 255px;
              width: 720px;
              padding: 0 60px; } }
          @media (min-width: 1162px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.children-wrapper-expanded {
              width: 844px; } }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.children-wrapper-expanded button:not(.ingredient-search):not(.faceted-search-widget-submit) {
            border: 0;
            background: none; }
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.children-wrapper-expanded button:not(.ingredient-search):not(.faceted-search-widget-submit).back-button {
              position: absolute;
              left: -10px;
              height: 48px; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.children-wrapper-expanded button:not(.ingredient-search):not(.faceted-search-widget-submit).back-button path {
                fill: rgba(0, 0, 0, 0.95); }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .sub-menu-header {
          display: flex;
          flex-wrap: wrap;
          margin: 24px 0 0;
          position: relative;
          justify-content: center; }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .sub-menu-header {
              display: block;
              margin: 36px 0 16px;
              padding-bottom: 8px;
              border-bottom: 1px solid rgba(0, 0, 0, 0.15);
              text-align: left; } }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .sub-menu-header .main-channel {
            color: rgba(0, 0, 0, 0.95);
            font-family: "Klein", "Times New Roman", serif;
            font-size: 24px;
            line-height: 32px;
            font-weight: 700;
            letter-spacing: 0;
            color: rgba(0, 0, 0, 0.95);
            margin-bottom: 24px;
            text-align: center;
            width: 300px;
            display: block;
            /* Fallback for non-webkit */
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 24px;
            line-height: 32px;
            max-height: 96px; }
            @media (min-width: 768px) {
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .sub-menu-header .main-channel {
                width: auto; } }
            @media (min-width: 1024px) {
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .sub-menu-header .main-channel {
                text-align: left;
                padding: 0;
                margin: 0; } }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .sub-menu-header .see-all-heading {
            font-family: "Source Sans Pro", Arial;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            letter-spacing: 0;
            color: rgba(0, 0, 0, 0.95);
            text-decoration: none;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 1px;
            flex-basis: 100%;
            padding: 0 0 8px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .sub-menu-header .see-all-heading:hover, .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .sub-menu-header .see-all-heading:active, .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .sub-menu-header .see-all-heading:focus {
              color: rgba(0, 0, 0, 0.95);
              text-decoration: none; }
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .sub-menu-header .see-all-heading:visited {
              color: rgba(0, 0, 0, 0.95); }
            @media (min-width: 1024px) {
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .sub-menu-header .see-all-heading {
                position: absolute;
                top: 10px;
                right: 0;
                padding: 0;
                text-align: right;
                border-bottom-width: 0; } }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.unlinked .sub-menu-header {
          border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .submenu {
          height: auto; }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .submenu {
              display: flex;
              flex: 1 1 100%; } }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .submenu-children {
          padding: 0;
          margin-top: 0; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .submenu-children .submenu-link {
            font-family: "Source Sans Pro", Arial;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            letter-spacing: 0;
            text-transform: none;
            font-weight: normal;
            letter-spacing: normal; }
            @media (min-width: 1024px) {
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .submenu-children .submenu-link {
                align-items: flex-start; } }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .submenu-children {
              height: auto;
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .submenu-children .menu-item-main {
                float: left;
                width: 50%;
                padding-right: 0; }
                .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .submenu-children .menu-item-main .submenu-link {
                  width: -webkit-fit-content;
                  width: -moz-fit-content;
                  width: fit-content;
                  margin-right: 24px; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .submenu-children.featured-content {
                width: 66%; } }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .submenu-children .menu-item-main:last-child {
            border: 0; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu:not(.expanded-submenu) .sub-menu-header {
          border: 0; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu:not(.expanded-submenu) .sub-menu-header .submenu-children {
            border-top: 1px solid rgba(0, 0, 0, 0.15);
            border-left: 1px solid rgba(0, 0, 0, 0.15); }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children {
          display: flex;
          flex-wrap: wrap;
          margin: 0 -32px 0 -16px;
          padding: 0 16px; }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children {
              margin: 0;
              padding: 0; } }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children {
              display: inline-table; } }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children .menu-item-main {
            border-right: 1px solid rgba(0, 0, 0, 0.15);
            border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            flex: 1 0 50%; }
            @media (min-width: 768px) {
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children .menu-item-main {
                flex: 1 0 33%; } }
            @media (min-width: 1024px) {
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children .menu-item-main {
                width: 25%;
                max-width: 220px; } }
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children .menu-item-main .primary-nav-submenu-children {
              padding: 16px 18px 8px 16px;
              margin: 0;
              width: 100%; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children .menu-item-main .primary-nav-submenu-children .submenu-multi-level {
                width: inherit;
                border: 0;
                color: rgba(0, 0, 0, 0.95);
                display: block;
                text-align: center; }
                @media (min-width: 768px) {
                  .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children .menu-item-main .primary-nav-submenu-children .submenu-multi-level {
                    text-align: left; } }
                .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children .menu-item-main .primary-nav-submenu-children .submenu-multi-level.top-heading {
                  font-weight: 700;
                  line-height: 20px;
                  margin-bottom: 16px; }
                .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children .menu-item-main .primary-nav-submenu-children .submenu-multi-level .submenu-link.child-link {
                  display: block; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded {
            display: block;
            border-left: none;
            margin-top: 12px;
            margin-bottom: 12px; }
            @media (min-width: 1024px) {
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded {
                display: flex;
                flex-flow: row wrap;
                align-content: flex-end;
                margin-top: 0;
                margin-bottom: 0; } }
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded {
              float: none;
              margin: 24px 0;
              border-right: none; }
              @media (min-width: 1024px) {
                .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded {
                  width: 33%;
                  max-width: 240px;
                  border-bottom: none;
                  margin: 0 0 24px;
                  padding-bottom: 24px;
                  display: inline-block;
                  vertical-align: top; }
                  .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded .submenu-expanded-item {
                    margin-right: 24px;
                    border-right: 1px solid rgba(0, 0, 0, 0.15);
                    overflow: auto;
                    height: 100%; }
                  .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded:nth-child(3n+3) .submenu-expanded-item,
                  .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded:last-of-type .submenu-expanded-item {
                    border-right: none; }
                  .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded:nth-child(3n+4):before {
                    display: block;
                    content: ' ';
                    background-color: transparent;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
                    position: absolute;
                    height: 2px;
                    margin-top: -24px;
                    width: calc(100% - 120px); } }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded .primary-nav-submenu-children {
                padding-top: 0; }
                .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded .primary-nav-submenu-children .submenu-multi-level {
                  text-align: left; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded .submenu-heading-expanded {
                margin: 0 0 16px; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded .expanded-label {
                font-family: "Source Sans Pro", Arial;
                font-size: 12px;
                line-height: 16px;
                font-weight: 400;
                letter-spacing: 0;
                font-weight: 700;
                text-transform: uppercase;
                color: rgba(0, 0, 0, 0.95); }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded .menu-item-main {
                display: list-item;
                list-style-type: disc;
                font-family: "Source Sans Pro", Arial;
                font-size: 14px;
                line-height: 20px;
                font-weight: 400;
                letter-spacing: 0; }
                .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded .menu-item-main .submenu-link {
                  display: inline-block;
                  padding: 8px 0;
                  letter-spacing: 0.5px; }
                .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded .menu-item-main.social {
                  display: block;
                  padding-top: 8px;
                  margin-left: -20px; }
                  .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded .menu-item-main.social .icon path {
                    fill: rgba(0, 0, 0, 0.95); }
                  .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded .menu-item-main.social .icon:hover path, .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded .menu-item-main.social .icon:active path, .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded .menu-item-main.social .icon:focus path {
                    fill: rgba(0, 0, 0, 0.65); }
                  .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded .menu-item-main.social .expanded-follow {
                    position: absolute;
                    overflow: hidden;
                    clip: rect(0 0 0 0);
                    height: 1px;
                    width: 1px;
                    margin: -1px;
                    padding: 0;
                    border: 0; }
                .partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper.has-multi-submenu .submenu-children.expanded .menu-item-expanded .menu-item-main .menu-item-main {
                  margin-left: 10px;
                  padding-left: 10px;
                  list-style: disc; }
      .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile {
        display: flex;
        align-items: center;
        padding: 16px;
        position: relative;
        border: 1px solid rgba(0, 0, 0, 0.15);
        padding: 16px 0;
        float: right;
        width: 188px; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .eyebrow-link,
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .image-flair {
          display: none; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .component.lazy-image {
          border-radius: 50%;
          height: 108px;
          width: 108px;
          background: rgba(0, 0, 0, 0.15); }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .component.lazy-image .lazy-image__placeholder {
            border-radius: 50%; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .media-img {
          margin-bottom: 0; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .media-body {
          width: 100%; }
        @media (min-width: 768px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .heading-content {
            font-size: 18px;
            line-height: 24px; } }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .heading-content {
            font-size: 18px;
            line-height: 24px; } }
        @media (min-width: 1162px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .heading-content {
            font-size: 18px;
            line-height: 24px; } }
        @media (min-width: 1279px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .heading-content {
            font-size: 24px;
            line-height: 32px; } }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .headline {
          position: relative;
          font-family: "Klein", "Times New Roman", serif;
          font-size: 18px;
          line-height: 24px;
          font-weight: 700;
          letter-spacing: 0;
          font-family: "Klein", "Times New Roman", serif;
          color: rgba(0, 0, 0, 0.95);
          text-decoration: none; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .headline:hover, .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .headline:active, .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .headline:focus {
            color: rgba(0, 0, 0, 0.95);
            text-decoration: underline; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .headline:visited {
            color: rgba(0, 0, 0, 0.95); }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .summary {
          color: rgba(0, 0, 0, 0.95);
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          font-family: "Source Sans Pro", Arial;
          display: block; }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .summary.mobile-only {
              display: none; } }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .read-more {
          text-transform: capitalize;
          /* standard */
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          text-transform: uppercase;
          font-weight: 700;
          letter-spacing: 1px;
          color: #ac1900;
          color: #ac1900;
          text-decoration: none;
          width: 100%;
          align-items: center;
          display: flex; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .read-more:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .read-more:active {
            opacity: 0.8; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .read-more:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .read-more:active {
            opacity: 0.8; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .read-more:hover, .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .read-more:active, .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .read-more:focus {
            color: #ac1900;
            text-decoration: none; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .read-more:visited {
            color: #ac1900; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .read-more svg path {
            fill: #f44336; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .article-info {
          margin: 0 16px; }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile {
            flex-direction: column;
            margin: 0;
            min-height: 400px; }
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .show-index {
              font-size: 48px;
              line-height: 48px; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .show-index + a {
                padding-left: 0; }
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .article-info {
              margin: 0; } }
        @media (min-width: 1162px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile {
            min-height: 450px; }
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .component.lazy-image {
              height: 144px;
              width: 144px;
              margin-bottom: 16px; } }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .component.lazy-image {
          margin-left: 16px; }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .component.lazy-image {
              margin-left: 0; } }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile {
            padding: 24px 16px; } }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .article-info {
            text-align: center; } }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .article-info .headline,
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .article-info .summary {
          padding: 0; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .article-info .headline {
          display: inline-block;
          line-height: 24px;
          font-weight: 700;
          margin-bottom: 4px;
          margin-top: 0; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .article-info .read-more {
          color: rgba(0, 0, 0, 0.95); }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .article-info .read-more:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .article-info .read-more:active {
            opacity: 0.8; }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .article-info .read-more {
              justify-content: center;
              align-items: normal;
              padding-left: 0; } }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .article-info .read-more:hover {
            text-decoration: underline; }
          .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile .article-info .read-more .icon-arrow-right {
            color: rgba(0, 0, 0, 0.95);
            position: relative;
            top: -1px;
            width: 20px;
            margin-left: 4px; }
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile.featured {
          display: none; }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile.featured {
              display: flex;
              margin-bottom: 24px;
              min-height: unset;
              text-align: center; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile.featured .component.lazy-image {
                margin-bottom: 8px; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile.featured .heading-3 {
                color: rgba(0, 0, 0, 0.95);
                font-family: "Klein", "Times New Roman", serif;
                font-size: 24px;
                line-height: 32px;
                font-weight: 700;
                letter-spacing: 0;
                margin: 0; }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile.featured .headline {
                color: rgba(0, 0, 0, 0.95);
                text-decoration: none; }
                .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile.featured .headline:hover, .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile.featured .headline:active, .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile.featured .headline:focus {
                  color: rgba(0, 0, 0, 0.95);
                  text-decoration: underline; }
                .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile.featured .headline:visited {
                  color: rgba(0, 0, 0, 0.95); }
              .partial.modal.hamburger .modal-wrapper .hamburger-menu .promotional-tile.featured .summary {
                font-family: "Source Sans Pro", Arial;
                font-size: 16px;
                line-height: 24px;
                font-weight: 400;
                letter-spacing: 0;
                color: rgba(0, 0, 0, 0.95);
                margin-top: 8px; } }
    .partial.modal.hamburger .modal-wrapper .hamburger-auth-section {
      border-top: 2px solid rgba(0, 0, 0, 0.95); }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .modal-wrapper .hamburger-auth-section {
          display: flex;
          position: absolute;
          top: -55px;
          height: 55px;
          justify-content: center;
          align-items: center;
          right: 32px;
          border-top: none;
          flex-direction: row-reverse;
          padding: 0;
          z-index: 100; }
          .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .secondary-item:last-of-type {
            padding-right: 0; }
          .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .menu-list-item.active .dropdown-links-list {
            top: 50px; } }
      .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .container.hamburger {
        padding: 16px; }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .container.hamburger {
            padding: 0;
            display: flex; } }
        @media (max-width: 1023px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .container.hamburger .sub-menu__heading-label {
            padding: 0; } }
      .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .social-share {
        padding: 16px 16px 32px;
        border-top: 2px solid rgba(0, 0, 0, 0.95);
        display: flex; }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .social-share {
            border: 0;
            padding: 6px 5px 0;
            display: block; } }
        .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .social-share .heading-follow-up {
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          margin: 0;
          line-height: 36px;
          text-transform: capitalize;
          font-family: "Source Sans Pro", Arial;
          color: rgba(0, 0, 0, 0.95); }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .social-share .heading-follow-up {
              position: absolute;
              overflow: hidden;
              clip: rect(0 0 0 0);
              height: 1px;
              width: 1px;
              margin: -1px;
              padding: 0;
              border: 0; } }
        .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .social-share .social-items {
          flex: 100 1 1px;
          text-align: right; }
          @media (min-width: 1024px) {
            .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .social-share .social-items {
              text-align: left;
              position: relative; } }
          .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .social-share .social-items .social-icon {
            margin-right: 8px; }
          .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .social-share .social-items svg {
            width: 32px;
            height: 32px; }
            @media (min-width: 1024px) {
              .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .social-share .social-items svg {
                width: 24px;
                height: 24px; } }
            .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .social-share .social-items svg path {
              fill: rgba(0, 0, 0, 0.95); }
      .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .community-explore-menu {
        padding: 32px 16px;
        border-top: 2px solid rgba(0, 0, 0, 0.95); }
        @media (min-width: 768px) {
          .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .community-explore-menu {
            display: none; } }
        .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .community-explore-menu .now-on-community {
          font-family: "Source Sans Pro", Arial;
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          letter-spacing: 0;
          font-weight: 700;
          letter-spacing: 0; }
        .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .community-explore-menu .community-dek {
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          letter-spacing: 0; }
        .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .community-explore-menu .community-contact {
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          letter-spacing: 0;
          display: inline-flex;
          margin-top: 16px; }
          .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .community-explore-menu .community-contact svg {
            margin-top: 8px; }
          .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .community-explore-menu .community-contact span {
            padding: 8px;
            font-weight: 700; }
          .partial.modal.hamburger .modal-wrapper .hamburger-auth-section .community-explore-menu .community-contact a {
            margin: 8px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.95);
            color: rgba(0, 0, 0, 0.95); }
    @media (min-width: 1024px) {
      .partial.modal.hamburger .modal-wrapper .navigation-content.submenu-children-wrapper .submenu-children {
        width: 65%;
        float: left; } }
    @media (min-width: 1162px) {
      .partial.modal.hamburger .modal-wrapper .navigation-content.submenu-children-wrapper .submenu-children {
        width: 70%; } }
    .partial.modal.hamburger .modal-wrapper .navigation-content.submenu-children-wrapper .promotional-tile.tile {
      display: none; }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.submenu-children-wrapper .promotional-tile.tile {
          display: flex;
          min-height: 348px;
          text-align: center;
          width: 25%;
          float: right; } }
    .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile {
      display: flex;
      align-items: center;
      padding: 16px;
      position: relative;
      border: 1px solid rgba(0, 0, 0, 0.15); }
      .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .eyebrow-link,
      .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .image-flair {
        display: none; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .component.lazy-image {
        border-radius: 50%;
        height: 108px;
        width: 108px;
        background: rgba(0, 0, 0, 0.15); }
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .component.lazy-image .lazy-image__placeholder {
          border-radius: 50%; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .media-img {
        margin-bottom: 0; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .media-body {
        width: 100%; }
      @media (min-width: 768px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .heading-content {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .heading-content {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 1162px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .heading-content {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 1279px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .heading-content {
          font-size: 24px;
          line-height: 32px; } }
      .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .headline {
        position: relative;
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0;
        font-family: "Klein", "Times New Roman", serif;
        color: rgba(0, 0, 0, 0.95);
        text-decoration: none; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .headline:hover, .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .headline:active, .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .headline:focus {
          color: rgba(0, 0, 0, 0.95);
          text-decoration: underline; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .headline:visited {
          color: rgba(0, 0, 0, 0.95); }
      .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .summary {
        color: rgba(0, 0, 0, 0.95);
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        font-family: "Source Sans Pro", Arial;
        display: block; }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .summary.mobile-only {
            display: none; } }
      .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .read-more {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        color: #ac1900;
        color: #ac1900;
        text-decoration: none;
        width: 100%;
        align-items: center;
        display: flex; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .read-more:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .read-more:active {
          opacity: 0.8; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .read-more:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .read-more:active {
          opacity: 0.8; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .read-more:hover, .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .read-more:active, .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .read-more:focus {
          color: #ac1900;
          text-decoration: none; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .read-more:visited {
          color: #ac1900; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .read-more svg path {
          fill: #f44336; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .article-info {
        margin: 0 16px; }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile {
          flex-direction: column;
          margin: 0;
          min-height: 400px; }
          .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .show-index {
            font-size: 48px;
            line-height: 48px; }
            .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .show-index + a {
              padding-left: 0; }
          .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .article-info {
            margin: 0; } }
      @media (min-width: 1162px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile {
          min-height: 450px; }
          .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .component.lazy-image {
            height: 144px;
            width: 144px;
            margin-bottom: 16px; } }
      .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .show-index {
        color: rgba(0, 0, 0, 0.95);
        font-family: "Klein", "Times New Roman", serif;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        letter-spacing: 0;
        font-family: "Source Sans Pro", Arial;
        color: rgba(0, 0, 0, 0.95);
        position: static;
        float: left;
        margin: 0 10px 0 0; }
        @media (min-width: 1162px) {
          .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .show-index {
            font-size: 72px;
            line-height: 66px; } }
      .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile + a {
        padding-left: 4px; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.indexed .tile .headline {
        display: inline; }
    .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile {
      display: flex;
      align-items: center;
      padding: 16px;
      position: relative;
      border: 1px solid rgba(0, 0, 0, 0.15);
      padding: 16px 0; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .eyebrow-link,
      .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .image-flair {
        display: none; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .component.lazy-image {
        border-radius: 50%;
        height: 108px;
        width: 108px;
        background: rgba(0, 0, 0, 0.15); }
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .component.lazy-image .lazy-image__placeholder {
          border-radius: 50%; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .media-img {
        margin-bottom: 0; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .media-body {
        width: 100%; }
      @media (min-width: 768px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .heading-content {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .heading-content {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 1162px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .heading-content {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 1279px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .heading-content {
          font-size: 24px;
          line-height: 32px; } }
      .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .headline {
        position: relative;
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0;
        font-family: "Klein", "Times New Roman", serif;
        color: rgba(0, 0, 0, 0.95);
        text-decoration: none; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .headline:hover, .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .headline:active, .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .headline:focus {
          color: rgba(0, 0, 0, 0.95);
          text-decoration: underline; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .headline:visited {
          color: rgba(0, 0, 0, 0.95); }
      .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .summary {
        color: rgba(0, 0, 0, 0.95);
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        font-family: "Source Sans Pro", Arial;
        display: block; }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .summary.mobile-only {
            display: none; } }
      .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .read-more {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        color: #ac1900;
        color: #ac1900;
        text-decoration: none;
        width: 100%;
        align-items: center;
        display: flex; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .read-more:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .read-more:active {
          opacity: 0.8; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .read-more:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .read-more:active {
          opacity: 0.8; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .read-more:hover, .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .read-more:active, .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .read-more:focus {
          color: #ac1900;
          text-decoration: none; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .read-more:visited {
          color: #ac1900; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .read-more svg path {
          fill: #f44336; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .article-info {
        margin: 0 16px; }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile {
          flex-direction: column;
          margin: 0;
          min-height: 400px; }
          .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .show-index {
            font-size: 48px;
            line-height: 48px; }
            .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .show-index + a {
              padding-left: 0; }
          .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .article-info {
            margin: 0; } }
      @media (min-width: 1162px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile {
          min-height: 450px; }
          .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .component.lazy-image {
            height: 144px;
            width: 144px;
            margin-bottom: 16px; } }
      .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .component.lazy-image {
        margin-left: 16px; }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .component.lazy-image {
            margin-left: 0; } }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile {
          padding: 24px 16px; } }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .article-info {
          text-align: center; } }
      .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .article-info .headline,
      .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .article-info .summary {
        padding: 0; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .article-info .headline {
        display: inline-block;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 4px;
        margin-top: 0; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .article-info .read-more {
        color: rgba(0, 0, 0, 0.95); }
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .article-info .read-more:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .article-info .read-more:active {
          opacity: 0.8; }
        @media (min-width: 1024px) {
          .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .article-info .read-more {
            justify-content: center;
            align-items: normal;
            padding-left: 0; } }
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .article-info .read-more:hover {
          text-decoration: underline; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.not-indexed .tile .article-info .read-more .icon-arrow-right {
          color: rgba(0, 0, 0, 0.95);
          position: relative;
          top: -1px;
          width: 20px;
          margin-left: 4px; }
    @media (min-width: 1024px) {
      .partial.modal.hamburger .modal-wrapper .navigation-content .tile {
        width: 188px; } }
    .partial.modal.hamburger .modal-wrapper .navigation-content.explore .tile {
      margin: 24px 0;
      position: relative; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.explore .tile:first-of-type {
        margin-top: 0; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.explore .tile:last-of-type {
        margin: 24px 0 16px; }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.explore .tile {
          flex-direction: column;
          width: calc(100% - 2 * 16px / 3); } }
    @media (min-width: 1024px) {
      .partial.modal.hamburger .modal-wrapper .navigation-content.explore.indexed .tile:not(:first-of-type) {
        margin: 0 0 0 16px; } }
    @media (min-width: 1024px) {
      .partial.modal.hamburger .modal-wrapper .navigation-content.explore.not-indexed .tile {
        margin-top: 0;
        margin-bottom: 24px; }
        .partial.modal.hamburger .modal-wrapper .navigation-content.explore.not-indexed .tile:not(:first-of-type) {
          margin-left: 16px; } }
    .partial.modal.hamburger .modal-wrapper .navigation-content.explore.navigation-recirc {
      margin: 0;
      padding: 0; }
      .partial.modal.hamburger .modal-wrapper .navigation-content.explore.navigation-recirc .component.lazy-image img {
        border-radius: 50%; }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .modal-wrapper .navigation-content.explore.navigation-recirc {
          display: flex;
          justify-content: flex-start; }
          .partial.modal.hamburger .modal-wrapper .navigation-content.explore.navigation-recirc.indexed {
            align-items: flex-start; } }
  .partial.modal.hamburger.submenu-open .hamburger-auth-section {
    display: none; }
  .partial.modal.hamburger.secondary-menu-open .modal-navigation {
    display: none; }
  .partial.modal.hamburger.secondary-menu-open .hamburger-auth-section {
    height: 0; }
    .partial.modal.hamburger.secondary-menu-open .hamburger-auth-section .menu-link:not(.secondary-nav-submenu-children) {
      display: none; }
    .partial.modal.hamburger.secondary-menu-open .hamburger-auth-section section.social-share {
      display: none; }

body.modal-active.hamburger.menu-active {
  overflow: hidden; }

body.modal-active.hamburger .partial.modal.hamburger {
  display: block; }
  body.modal-active.hamburger .partial.modal.hamburger .dialog-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 1024px) {
      body.modal-active.hamburger .partial.modal.hamburger .dialog-wrap {
        overflow: unset; } }

.component.navigation-test button:focus {
  outline: 3px solid #014ECB;
  outline-offset: -2px;
  box-shadow: none; }

.component.navigation-test .promotional-tile .component.lazy-image img, .component.navigation-test .promotional-tile .component.lazy-image .lazy-image__placeholder {
  border-radius: 50%; }

.component.navigation-test .menu-overlay {
  background: rgba(0, 0, 0, 0.65); }
  .modal-active .component.navigation-test .menu-overlay, .menu-active .component.navigation-test .menu-overlay {
    background: rgba(0, 0, 0, 0.65); }

@media (min-width: 1024px) {
  .component.navigation-test .submenu-open .modal-wrapper {
    visibility: visible; } }

.component.navigation-test .submenu-open .selected {
  visibility: visible; }

.component.navigation-test .main-new {
  position: relative;
  z-index: 400;
  font-family: "Source Sans Pro", Arial;
  transition: transform 0.25s ease-in-out;
  transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15); }

.component.navigation-test .container {
  padding: 0 16px; }
  @media (min-width: 768px) {
    .component.navigation-test .container {
      max-width: 640px;
      margin: 0 auto;
      padding: 0; } }
  @media (min-width: 1024px) {
    .component.navigation-test .container {
      padding: 0 24px;
      max-width: 1100px; }
      .template-gallery .component.navigation-test .container, .template-recipe .component.navigation-test .container, .template-category-page .component.navigation-test .container, .template-aggregate .component.navigation-test .container, .component.navigation-test .container .print-preview, .template-node-video .component.navigation-test .container {
        max-width: 1088px;
        padding: 0 24px; } }
  @media (min-width: 1162px) {
    .component.navigation-test .container {
      max-width: 1100px;
      padding: 0; }
      .template-gallery .component.navigation-test .container, .template-recipe .component.navigation-test .container, .template-category-page .component.navigation-test .container, .template-aggregate .component.navigation-test .container, .component.navigation-test .container .print-preview, .template-node-video .component.navigation-test .container {
        max-width: 1226px;
        padding: 0 32px; } }
  @media (min-width: 1279px) {
    .component.navigation-test .container {
      max-width: 1240px; }
      .template-gallery .component.navigation-test .container, .template-recipe .component.navigation-test .container, .template-category-page .component.navigation-test .container, .template-aggregate .component.navigation-test .container, .component.navigation-test .container .print-preview, .template-node-video .component.navigation-test .container {
        max-width: 1310px;
        padding: 0 32px; } }

.component.navigation-test .subcontainer {
  position: relative; }

.component.navigation-test .main-new:not(.homepage) .subcontainer,
.component.navigation-test .menu-homepage-row {
  height: 60px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 1162px) {
    .component.navigation-test .main-new:not(.homepage) .subcontainer,
    .component.navigation-test .menu-homepage-row {
      max-width: 1279px;
      margin: 0 auto; } }

@media (min-width: 1024px) {
  .component.navigation-test .main-new:not(.homepage) .subcontainer .menu-subscribe:not(.bx-loaded) {
    border-left: 1px solid #e1dfdd;
    padding-left: 12px; } }

@media (min-width: 1161px) {
  .component.navigation-test .main-new:not(.homepage) .subcontainer .menu-subscribe.bx-loaded {
    width: 150px;
    margin-left: 12px; } }

.component.navigation-test .menu {
  padding: 0 16px 0 0; }
  @media (min-width: 768px) {
    .component.navigation-test .menu {
      padding: 0 24px 0 0; } }
  .component.navigation-test .menu svg {
    width: 32px;
    height: 32px; }
    .component.navigation-test .menu svg path:first-of-type {
      fill: rgba(0, 0, 0, 0.65); }
  .component.navigation-test .menu-inner {
    background: rgba(0, 0, 0, 0.95); }
    .component.navigation-test .menu-inner:before, .component.navigation-test .menu-inner:after {
      background: rgba(0, 0, 0, 0.95); }
  .component.navigation-test .menu-explore {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    color: rgba(0, 0, 0, 0.95);
    padding-left: 8px; }
  .component.navigation-test .menu-subscribe {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    transition: opacity 0.3s ease-in-out;
    right: 0; }
    @media (min-width: 1024px) {
      .component.navigation-test .menu-subscribe {
        width: auto; } }
    .component.navigation-test .menu-subscribe a {
      color: rgba(0, 0, 0, 0.95);
      text-decoration: none; }
      .component.navigation-test .menu-subscribe a:hover, .component.navigation-test .menu-subscribe a:active, .component.navigation-test .menu-subscribe a:focus {
        color: rgba(0, 0, 0, 0.95);
        text-decoration: none; }
      .component.navigation-test .menu-subscribe a:visited {
        color: rgba(0, 0, 0, 0.95); }
    .component.navigation-test .menu-subscribe .subscribe-link a {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px; }
      .component.navigation-test .menu-subscribe .subscribe-link a:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .component.navigation-test .menu-subscribe .subscribe-link a:active {
        opacity: 0.8; }
    @media (min-width: 1024px) {
      .component.navigation-test .menu-subscribe .mobile-subscribe-link {
        display: none; } }
    .component.navigation-test .menu-subscribe .desktop-subscribe-link {
      display: none; }
      @media (min-width: 1024px) {
        .component.navigation-test .menu-subscribe .desktop-subscribe-link {
          display: inline; } }
    .component.navigation-test .menu-subscribe .bxc + .subscribe-link {
      display: none; }
    .scroll-up .component.navigation-test .menu-subscribe {
      display: block; }
      .scroll-up .component.navigation-test .menu-subscribe .menu-subscribe {
        display: none; }
    .under-docked-sharebar .component.navigation-test .menu-subscribe {
      display: none; }
      .under-docked-sharebar .component.navigation-test .menu-subscribe .menu-subscribe {
        display: none; }
      @media (min-width: 1024px) {
        .under-docked-sharebar .component.navigation-test .menu-subscribe {
          display: block; } }
  @media (min-width: 1024px) {
    .component.navigation-test .menu-search {
      justify-content: center;
      align-items: center; } }

.component.navigation-test .docking-nav-placeholder {
  height: 0;
  width: 100%; }

.component.navigation-test .tablet-ad {
  text-align: center; }

@media (min-width: 1162px) {
  .component.navigation-test .menu {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .component.navigation-test .menu-explore {
      position: static;
      clip: unset;
      width: auto;
      height: auto;
      overflow: visible;
      margin: 0;
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: uppercase; }
    .component.navigation-test .menu-box {
      margin-right: 8px; }
  .component.navigation-test .menu {
    padding: 0 16px 0 0; } }

.component.navigation-test .logo {
  flex: 100 0 1px; }
  @media (min-width: 768px) {
    .component.navigation-test .logo {
      z-index: 10; } }

.component.navigation-test .menu-list-wrapper {
  list-style: none; }

.component.navigation-test .logo svg {
  width: auto;
  height: 24px; }
  @media (min-width: 768px) {
    .component.navigation-test .logo svg {
      height: 32px; } }

@media (min-width: 1024px) {
  .component.navigation-test:not(.sticky-nav) .menu-homepage-row .logo svg {
    width: auto;
    height: 48px; } }

.component.navigation-test .container.primary .primary-text-links a {
  vertical-align: middle; }

.component.navigation-test .container.primary .primary-text-links .menu-list-item {
  /* This is needed to keep the hidden nav items with
      dropdowns from being accessible by mouse */
  padding-bottom: 4px; }
  .component.navigation-test .container.primary .primary-text-links .menu-list-item:hover .primary-nav-submenu-children {
    visibility: visible;
    transition-delay: 0s; }

.component.navigation-test .container.primary .primary-text-links .primary-nav-submenu-children {
  width: 200px;
  padding: 8px 0;
  background-color: #ac1900;
  box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.15);
  position: absolute;
  margin-left: -16px;
  visibility: hidden;
  transition: 0.2s 1s; }
  .component.navigation-test .container.primary .primary-text-links .primary-nav-submenu-children:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px;
    border-color: transparent transparent #ac1900 transparent;
    position: absolute;
    left: 16px;
    top: -12px; }
  .component.navigation-test .container.primary .primary-text-links .primary-nav-submenu-children:after {
    content: '';
    width: 50%;
    height: 22px;
    display: block;
    position: absolute;
    top: -16px;
    left: 0; }
  .component.navigation-test .container.primary .primary-text-links .primary-nav-submenu-children.hide {
    display: none; }
  .component.navigation-test .container.primary .primary-text-links .primary-nav-submenu-children .menu-item-main a {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    display: block;
    padding: 12px 16px; }
    .component.navigation-test .container.primary .primary-text-links .primary-nav-submenu-children .menu-item-main a:hover, .component.navigation-test .container.primary .primary-text-links .primary-nav-submenu-children .menu-item-main a:focus, .component.navigation-test .container.primary .primary-text-links .primary-nav-submenu-children .menu-item-main a:focus-within {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: none;
      background-color: #fff;
      text-decoration: none;
      transition: all 0.3s ease; }
    .component.navigation-test .container.primary .primary-text-links .primary-nav-submenu-children .menu-item-main a:visited {
      color: rgba(0, 0, 0, 0.95); }

.component.navigation-test .container.primary .primary-text-links .has-submenu:hover .primary-nav-submenu-children,
.component.navigation-test .container.primary .primary-text-links .has-submenu:focus-within .primary-nav-submenu-children {
  display: block; }

.component.navigation-test .container.secondary-links {
  padding: 8px 0;
  background: #fff; }
  .component.navigation-test .container.secondary-links .menu-link {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    text-decoration: none;
    padding: 0;
    width: 100%;
    border: 0;
    letter-spacing: normal;
    white-space: nowrap;
    background: none; }
    .component.navigation-test .container.secondary-links .menu-link:hover, .component.navigation-test .container.secondary-links .menu-link:active, .component.navigation-test .container.secondary-links .menu-link:focus {
      color: rgba(0, 0, 0, 0.95);
      text-decoration: none; }
    .component.navigation-test .container.secondary-links .menu-link:visited {
      color: rgba(0, 0, 0, 0.95); }
    .component.navigation-test .container.secondary-links .menu-link.has-auth {
      display: flex;
      align-items: center; }
  .component.navigation-test .container.secondary-links.hide-subscribe .menu-list-item.secondary-item.subscribe {
    display: none; }
  .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list {
    background: #fff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    margin: 0;
    padding: 8px 16px;
    position: absolute;
    width: 100%;
    z-index: 500; }
    @media (min-width: 1024px) {
      .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list {
        padding: 8px 0; } }
    .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .menu-link {
      font-weight: 400; }
    .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .menu-item,
    .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-item {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      list-style: none; }
      .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .menu-item:last-child,
      .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-item:last-child {
        border-bottom: 0; }
      @media (min-width: 1024px) {
        .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .menu-item,
        .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-item {
          padding: 0 16px;
          border-bottom: 0; }
          .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .menu-item .menu-link,
          .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-item .menu-link {
            color: rgba(0, 0, 0, 0.95); } }
      @media (min-width: 1024px) {
        .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .menu-item:hover,
        .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-item:hover {
          background: rgba(0, 0, 0, 0.05); }
          .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .menu-item:hover .menu-link,
          .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-item:hover .menu-link {
            color: rgba(0, 0, 0, 0.95); } }
      .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .menu-item .menu-link,
      .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-item .menu-link {
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
        width: 100%;
        font-style: normal;
        display: flex;
        height: 50px;
        align-items: center; }
        .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .menu-item .menu-link.join-now,
        .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-item .menu-link.join-now {
          font-weight: 700; }
        @media (min-width: 1024px) {
          .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .menu-item .menu-link,
          .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-item .menu-link {
            min-width: 132px;
            height: auto;
            display: inline-block;
            white-space: normal; } }
    .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .sub-menu__heading-label {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      font-family: "Source Sans Pro", Arial;
      font-weight: 700;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      margin: 8px 0;
      padding: 0 16px;
      text-transform: uppercase; }
    .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-nav-divider {
      width: calc(100% - 32px);
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-nav-submenu-children {
      padding-left: 0;
      margin: 0; }
      .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-nav-submenu-children:not(:last-child) {
        border-bottom: 1px solid #d7d7d9; }
        @media (min-width: 1024px) {
          .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-nav-submenu-children:not(:last-child) {
            border-bottom: none; } }
      @media (min-width: 1024px) {
        .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-nav-submenu-children .menu-item,
        .component.navigation-test .container.secondary-links .menu-list-item .dropdown-links-list .secondary-nav-submenu-children .secondary-item {
          padding: 12px 28px; } }
  .component.navigation-test .container.secondary-links .menu-list-item .submenu-children-wrapper {
    display: none; }
  .component.navigation-test .container.secondary-links .menu-list-item.mobile-open.active .menu-link.expand-trigger {
    display: none; }
  .component.navigation-test .container.secondary-links .menu-list-item.active .submenu-children-wrapper {
    display: block;
    top: 0;
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    min-height: 100%;
    width: 100%;
    right: 0;
    position: absolute;
    background: #fff;
    left: 0;
    padding: 0;
    overflow: auto;
    height: 100vh; }
    @media (min-width: 1024px) {
      .component.navigation-test .container.secondary-links .menu-list-item.active .submenu-children-wrapper {
        position: static;
        height: 100%; } }
    .component.navigation-test .container.secondary-links .menu-list-item.active .submenu-children-wrapper .sub-menu-header {
      margin-top: 16px;
      text-align: center; }
      @media (min-width: 1024px) {
        .component.navigation-test .container.secondary-links .menu-list-item.active .submenu-children-wrapper .sub-menu-header {
          display: none; } }
  .component.navigation-test .container.secondary-links .menu-list-item.active .dropdown-links-list {
    width: 100%;
    top: 60px;
    display: block;
    border: none;
    box-shadow: none; }
    @media (min-width: 1024px) {
      .component.navigation-test .container.secondary-links .menu-list-item.active .dropdown-links-list {
        top: 100%;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        max-width: 280px;
        box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15); } }
  .component.navigation-test .container.secondary-links .menu-list-item .main-channel {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      .component.navigation-test .container.secondary-links .menu-list-item .main-channel {
        text-align: left;
        padding: 0; } }
  .component.navigation-test .container.secondary-links .menu-list-item .icon {
    position: relative;
    padding: 0; }
    .component.navigation-test .container.secondary-links .menu-list-item .icon .icon-down-triangle {
      padding-left: 4px; }
    .component.navigation-test .container.secondary-links .menu-list-item .icon.mobile-only {
      display: inline-block; }
      .component.navigation-test .container.secondary-links .menu-list-item .icon.mobile-only.back-button {
        position: absolute;
        left: 16px;
        height: 48px;
        cursor: pointer; }
        .component.navigation-test .container.secondary-links .menu-list-item .icon.mobile-only.back-button svg {
          pointer-events: none; }
      @media (min-width: 1024px) {
        .component.navigation-test .container.secondary-links .menu-list-item .icon.mobile-only {
          display: none; } }
    .component.navigation-test .container.secondary-links .menu-list-item .icon.desktop-only {
      display: none; }
      @media (min-width: 1024px) {
        .component.navigation-test .container.secondary-links .menu-list-item .icon.desktop-only {
          display: inline-block; } }
  .component.navigation-test .container.secondary-links .menu-list-item.small {
    padding: 7px 12px 10px;
    line-height: 14px; }
  .component.navigation-test .container.secondary-links .secondary-text-links {
    width: auto;
    max-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 1023px) {
      .component.navigation-test .container.secondary-links .secondary-text-links {
        display: flex;
        flex-direction: column-reverse; } }
    .component.navigation-test .container.secondary-links .secondary-text-links .secondary-item {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      text-decoration: none;
      padding: 0 12px;
      border-left: 1px solid #e1dfdd;
      display: block; }
      .component.navigation-test .container.secondary-links .secondary-text-links .secondary-item:hover, .component.navigation-test .container.secondary-links .secondary-text-links .secondary-item:active, .component.navigation-test .container.secondary-links .secondary-text-links .secondary-item:focus {
        color: rgba(0, 0, 0, 0.95);
        text-decoration: none; }
      .component.navigation-test .container.secondary-links .secondary-text-links .secondary-item:visited {
        color: rgba(0, 0, 0, 0.95); }
      @media (max-width: 1023px) {
        .component.navigation-test .container.secondary-links .secondary-text-links .secondary-item {
          padding: 0;
          border: none; }
          .component.navigation-test .container.secondary-links .secondary-text-links .secondary-item .menu-link {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 44px; }
            .component.navigation-test .container.secondary-links .secondary-text-links .secondary-item .menu-link.has-auth .secondary-menu-label {
              flex: 1; }
          .component.navigation-test .container.secondary-links .secondary-text-links .secondary-item .accordion-arrow {
            height: auto;
            padding: 0;
            transform: rotate(-90deg);
            display: block;
            pointer-events: none; } }
      @media (min-width: 1024px) {
        .component.navigation-test .container.secondary-links .secondary-text-links .secondary-item.hide-menu {
          display: none; } }
    .component.navigation-test .container.secondary-links .secondary-text-links .euEnabled {
      display: none; }
    @media (min-width: 1024px) {
      .component.navigation-test .container.secondary-links .secondary-text-links {
        display: flex;
        justify-content: center;
        align-items: center; } }
  .component.navigation-test .container.secondary-links .search {
    transition: transform 0.3s ease-in-out; }

.component.navigation-test .contextual-social-links,
.component.navigation-test .menu-search {
  display: none; }

@media (min-width: 1024px) {
  .component.navigation-test .menu-search {
    display: flex;
    position: relative;
    height: 100%; }
  .component.navigation-test .primary-links {
    display: none; }
  .component.navigation-test .search-container {
    background: #fff;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
    width: 200px;
    display: none; }
    .component.navigation-test .search-container .icon.close {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 100%; }
    .component.navigation-test .search-container .search-field {
      left: 0;
      width: 160px;
      height: 100%;
      border-width: 0;
      border-radius: 0; }
    .component.navigation-test .search-container input[type=text]::-ms-clear {
      display: none; }
  .component.navigation-test .icon.search, .component.navigation-test .secondary-menu {
    background: #fff;
    position: relative;
    z-index: 100; }
  .component.navigation-test .icon.search {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    display: block; }
    .component.navigation-test .icon.search svg {
      width: 24px;
      height: 24px; }
  .component.navigation-test .container.primary .icon.search {
    padding: 0 12px; }
  .component.navigation-test .search-open .icon.search {
    opacity: 0;
    display: none; }
  .component.navigation-test .search-open .icon.close {
    padding-right: 0;
    margin-right: -9px; }
  .component.navigation-test .search-open .menu-search {
    height: 36px;
    z-index: 1; }
  .component.navigation-test .search-open .site-search.search-container {
    display: block;
    width: 337px;
    height: 30px;
    border-bottom: 2px solid #f44336; }
    .component.navigation-test .search-open .site-search.search-container .search-field {
      border-width: 0;
      border-style: none;
      width: 300px;
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0; }
      .component.navigation-test .search-open .site-search.search-container .search-field:focus {
        outline: none; }
  .component.navigation-test .search-open .secondary-menu {
    display: none; } }

.component.navigation-test .menu-homepage-row {
  position: relative;
  width: 100%; }
  .component.navigation-test .menu-homepage-row:first-of-type {
    display: none; }
  .component.navigation-test .menu-homepage-row:last-of-type .component.subscribe-flyout {
    padding-right: 0; }
    @media (min-width: 1024px) {
      .component.navigation-test .menu-homepage-row:last-of-type .component.subscribe-flyout a {
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0;
        color: #f44336;
        text-decoration: none;
        border-bottom: 2px solid #f44336; }
        .component.navigation-test .menu-homepage-row:last-of-type .component.subscribe-flyout a:hover, .component.navigation-test .menu-homepage-row:last-of-type .component.subscribe-flyout a:active, .component.navigation-test .menu-homepage-row:last-of-type .component.subscribe-flyout a:focus {
          color: #f44336;
          text-decoration: none; }
        .component.navigation-test .menu-homepage-row:last-of-type .component.subscribe-flyout a:visited {
          color: #f44336; } }
  .component.navigation-test .menu-homepage-row:last-of-type .menu-search {
    display: none; }
  .component.navigation-test .menu-homepage-row:last-of-type .subscribe-cover {
    display: none; }
  @media (min-width: 1024px) {
    .component.navigation-test .menu-homepage-row:first-of-type {
      display: flex;
      height: 72px;
      align-items: flex-end;
      padding-bottom: 4px; }
    .component.navigation-test .menu-homepage-row:last-of-type {
      height: 76px; }
      .component.navigation-test .menu-homepage-row:last-of-type .logo {
        display: none; }
      .component.navigation-test .menu-homepage-row:last-of-type .menu {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .component.navigation-test .menu-homepage-row:last-of-type .menu-explore {
          position: static;
          clip: unset;
          width: auto;
          height: auto;
          overflow: visible;
          margin: 0;
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          text-transform: uppercase; }
        .component.navigation-test .menu-homepage-row:last-of-type .menu-box {
          margin-right: 8px; }
      .component.navigation-test .menu-homepage-row:last-of-type .menu-subscribe {
        display: flex;
        align-items: center;
        border-left: 0;
        padding-left: 0;
        padding-right: 20px;
        margin-left: 0; }
      .component.navigation-test .menu-homepage-row:last-of-type .primary-links {
        display: block;
        flex: 100 0 1px;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
        padding: 0 0 0 16px; }
      .component.navigation-test .menu-homepage-row:last-of-type .primary-text-links {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        max-height: 25px;
        overflow: hidden; }
        .component.navigation-test .menu-homepage-row:last-of-type .primary-text-links .menu-list-item {
          margin-right: 32px; }
        .component.navigation-test .menu-homepage-row:last-of-type .primary-text-links a {
          text-transform: capitalize;
          /* standard */
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          text-transform: uppercase;
          font-weight: 700;
          letter-spacing: 1px;
          color: rgba(0, 0, 0, 0.95);
          text-decoration: none;
          padding: 0; }
          .component.navigation-test .menu-homepage-row:last-of-type .primary-text-links a:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
          .component.navigation-test .menu-homepage-row:last-of-type .primary-text-links a:active {
            opacity: 0.8; }
          .component.navigation-test .menu-homepage-row:last-of-type .primary-text-links a:hover, .component.navigation-test .menu-homepage-row:last-of-type .primary-text-links a:active, .component.navigation-test .menu-homepage-row:last-of-type .primary-text-links a:focus {
            color: rgba(0, 0, 0, 0.95);
            text-decoration: underline; }
          .component.navigation-test .menu-homepage-row:last-of-type .primary-text-links a:visited {
            color: rgba(0, 0, 0, 0.95); } }

@media (min-width: 1024px) and (min-width: 1162px) {
  .component.navigation-test .menu-homepage-row .menu-subscribe.bx-loaded {
    width: 150px; } }
  @media (min-width: 1024px) {
    .component.navigation-test .menu-homepage-row .menu-subscribe.hide-subscribe {
      display: none; } }

.scroll-up .component.navigation-test.with-search-nav .logo {
  display: block; }

@media (min-width: 768px) {
  .component.navigation-test.with-search-nav .main-new .subcontainer .nav-search-mobile {
    display: none; } }

.component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search {
  position: relative;
  height: 36px;
  display: none; }
  .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search .search-field {
    border-radius: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.65);
    border-width: 1px;
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 66px 10px 16px;
    color: rgba(0, 0, 0, 0.95); }
    .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search .search-field:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search .search-field:active {
      opacity: 0.8; }
    .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search .search-field:hover {
      border-color: rgba(0, 0, 0, 0.95); }
  .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search .icon.search {
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 100%;
    width: 50px; }
    .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search .icon.search .icon-search {
      width: 20px;
      height: 20px; }
      .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search .icon.search .icon-search svg {
        width: 100%;
        height: 100%; }
        .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search .icon.search .icon-search svg path {
          fill: rgba(0, 0, 0, 0.65); }
  @media (min-width: 768px) {
    .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search {
      display: block;
      flex: 100 1 240px; } }
  @media (min-width: 1024px) {
    .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search {
      flex: 100 0 320px; } }
  .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search .icon.search {
    background: none; }
    @media (min-width: 768px) {
      .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search .icon.search {
        left: 180px; } }
    @media (min-width: 1024px) {
      .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search .icon.search {
        left: 260px; } }
  .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search .search-field {
    position: absolute;
    border-width: 1px;
    width: 240px;
    text-indent: 16px;
    border-radius: 4px; }
    @media (min-width: 1024px) {
      .component.navigation-test.with-search-nav .main-new .subcontainer .primary-nav-search .search-field {
        width: 320px; } }

.component.navigation-test .contextual-social-links {
  position: static;
  opacity: 0;
  height: auto;
  transform: translate(0, -100%);
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
  .component.navigation-test .contextual-social-links .social-container {
    margin-right: -8px; }
  .component.navigation-test .contextual-social-links .component.share-new.square .icon.icon-twitter > a {
    width: 48px; }
  .component.navigation-test .contextual-social-links .icon > a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.65);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center; }
    .component.navigation-test .contextual-social-links .icon > a:hover, .component.navigation-test .contextual-social-links .icon > a:active {
      border-color: rgba(0, 0, 0, 0.95);
      background-color: #fff; }
    .component.navigation-test .contextual-social-links .icon > a:focus {
      outline: 1px dotted rgba(0, 0, 0, 0.95);
      outline: -webkit-focus-ring-color auto 5px;
      outline-offset: -3px;
      background-color: #fff; }
    .component.navigation-test .contextual-social-links .icon > a .icon-text {
      display: none; }
    .component.navigation-test .contextual-social-links .icon > a svg.icon-share-check {
      display: none; }
    .component.navigation-test .contextual-social-links .icon > a svg:not(.icon-share-favorite) {
      width: 48px;
      height: 48px; }
      .component.navigation-test .contextual-social-links .icon > a svg:not(.icon-share-favorite) path:first-of-type {
        display: block; }
  .component.navigation-test .contextual-social-links .icon.icon-pinterest path:last-child, .component.navigation-test .contextual-social-links .icon.icon-pinterest-circle-solid path:last-child {
    fill: #bd081c; }
  .component.navigation-test .contextual-social-links .icon.icon-pinterest:hover path:last-child, .component.navigation-test .contextual-social-links .icon.icon-pinterest:visited path:last-child, .component.navigation-test .contextual-social-links .icon.icon-pinterest-circle-solid:hover path:last-child, .component.navigation-test .contextual-social-links .icon.icon-pinterest-circle-solid:visited path:last-child {
    fill: #bd081c; }
  .component.navigation-test .contextual-social-links .icon.icon-google path:last-child, .component.navigation-test .contextual-social-links .icon.icon-google-circle-solid path:last-child {
    fill: #e0483a; }
  .component.navigation-test .contextual-social-links .icon.icon-google:hover path:last-child, .component.navigation-test .contextual-social-links .icon.icon-google:visited path:last-child, .component.navigation-test .contextual-social-links .icon.icon-google-circle-solid:hover path:last-child, .component.navigation-test .contextual-social-links .icon.icon-google-circle-solid:visited path:last-child {
    fill: #e0483a; }
  .component.navigation-test .contextual-social-links .icon.icon-facebook path:last-child, .component.navigation-test .contextual-social-links .icon.icon-facebook-circle-solid path:last-child {
    fill: #3B5998; }
  .component.navigation-test .contextual-social-links .icon.icon-facebook:hover path:last-child, .component.navigation-test .contextual-social-links .icon.icon-facebook:visited path:last-child, .component.navigation-test .contextual-social-links .icon.icon-facebook-circle-solid:hover path:last-child, .component.navigation-test .contextual-social-links .icon.icon-facebook-circle-solid:visited path:last-child {
    fill: #3B5998; }
  .component.navigation-test .contextual-social-links .icon.icon-twitter path:last-child, .component.navigation-test .contextual-social-links .icon.icon-twitter-circle-solid path:last-child {
    fill: #1DA1F2; }
  .component.navigation-test .contextual-social-links .icon.icon-twitter:hover path:last-child, .component.navigation-test .contextual-social-links .icon.icon-twitter:visited path:last-child, .component.navigation-test .contextual-social-links .icon.icon-twitter-circle-solid:hover path:last-child, .component.navigation-test .contextual-social-links .icon.icon-twitter-circle-solid:visited path:last-child {
    fill: #1DA1F2; }
  .component.navigation-test .contextual-social-links .icon.icon-sms path:last-child, .component.navigation-test .contextual-social-links .icon.icon-sms-circle-solid path:last-child {
    fill: rgba(0, 0, 0, 0.65); }
  .component.navigation-test .contextual-social-links .icon.icon-sms:hover path:last-child, .component.navigation-test .contextual-social-links .icon.icon-sms:visited path:last-child, .component.navigation-test .contextual-social-links .icon.icon-sms-circle-solid:hover path:last-child, .component.navigation-test .contextual-social-links .icon.icon-sms-circle-solid:visited path:last-child {
    fill: rgba(0, 0, 0, 0.65); }
  .component.navigation-test .contextual-social-links .icon.icon-print path:last-child, .component.navigation-test .contextual-social-links .icon.icon-print-circle-solid path:last-child {
    fill: rgba(0, 0, 0, 0.65); }
  .component.navigation-test .contextual-social-links .icon.icon-print:hover path:last-child, .component.navigation-test .contextual-social-links .icon.icon-print:visited path:last-child, .component.navigation-test .contextual-social-links .icon.icon-print-circle-solid:hover path:last-child, .component.navigation-test .contextual-social-links .icon.icon-print-circle-solid:visited path:last-child {
    fill: rgba(0, 0, 0, 0.65); }
  .component.navigation-test .contextual-social-links .icon.icon-email path:last-child, .component.navigation-test .contextual-social-links .icon.icon-email-circle-solid path:last-child {
    fill: rgba(0, 0, 0, 0.65); }
  .component.navigation-test .contextual-social-links .icon.icon-email:hover path:last-child, .component.navigation-test .contextual-social-links .icon.icon-email:visited path:last-child, .component.navigation-test .contextual-social-links .icon.icon-email-circle-solid:hover path:last-child, .component.navigation-test .contextual-social-links .icon.icon-email-circle-solid:visited path:last-child {
    fill: rgba(0, 0, 0, 0.65); }

.under-docked-sharebar .component.navigation-test .contextual-social-links {
  opacity: 1;
  transform: translate(0, 0);
  display: flex; }

.under-docked-sharebar .component.navigation-test .menu-homepage-row .menu-subscribe {
  display: block; }

.component.navigation-test .secondary-subscribe {
  display: none; }

.component.navigation-test.sticky-nav .main-new {
  position: fixed;
  width: 100%;
  top: 0; }

.component.navigation-test.sticky-nav .ad-wrapper.docked ~ .new-navigation {
  top: 122px; }

.component.navigation-test.sticky-nav .ad-wrapper.undocking ~ .new-navigation {
  top: 0;
  transition: top .7s;
  z-index: 302; }

.component.navigation-test.sticky-nav .docking-nav-placeholder {
  height: 60px; }

.component.navigation-test.sticky-nav .main-new.homepage ~ .docking-nav-placeholder {
  height: 136px; }

.component.navigation-test.sticky-nav .menu-homepage-row:first-of-type {
  height: 60px;
  align-items: center;
  padding-bottom: 0; }
  @media (min-width: 1024px) {
    .component.navigation-test.sticky-nav .menu-homepage-row:first-of-type {
      padding-left: 120px; } }
  .component.navigation-test.sticky-nav .menu-homepage-row:first-of-type .menu-subscribe {
    display: block; }
    .component.navigation-test.sticky-nav .menu-homepage-row:first-of-type .menu-subscribe .subscribe-link a {
      font-weight: 700; }

.component.navigation-test.sticky-nav .menu-homepage-row:last-of-type {
  height: 60px; }
  @media (min-width: 1024px) {
    .component.navigation-test.sticky-nav .menu-homepage-row:last-of-type {
      position: absolute;
      top: 0; }
      .component.navigation-test.sticky-nav .menu-homepage-row:last-of-type .menu-subscribe {
        display: none; } }
  .component.navigation-test.sticky-nav .menu-homepage-row:last-of-type .primary-links {
    display: none; }

.component.navigation-test.sticky-nav .menu-homepage-row.logo-row .container.secondary-links.hide-subscribe .menu-list-item.secondary-item.subscribe {
  display: block; }

.component.navigation-test.sticky-nav .secondary-subscribe {
  display: block; }

@media (min-width: 1024px) {
  .scroll-up .component.navigation-test .menu-subscribe, .scroll-up .component.navigation-test .contextual-social-links, .scroll-up .component.navigation-test .logo {
    display: none; }
  .scroll-up .component.navigation-test .primary-links {
    display: block;
    flex: 100 0 1px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 0 0 16px; }
  .scroll-up .component.navigation-test .primary-text-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-height: 25px;
    overflow: hidden; }
    .scroll-up .component.navigation-test .primary-text-links .menu-list-item {
      margin-right: 32px; }
    .scroll-up .component.navigation-test .primary-text-links a {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      color: rgba(0, 0, 0, 0.95);
      text-decoration: none;
      padding: 0; }
      .scroll-up .component.navigation-test .primary-text-links a:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .scroll-up .component.navigation-test .primary-text-links a:active {
        opacity: 0.8; }
      .scroll-up .component.navigation-test .primary-text-links a:hover, .scroll-up .component.navigation-test .primary-text-links a:active, .scroll-up .component.navigation-test .primary-text-links a:focus {
        color: rgba(0, 0, 0, 0.95);
        text-decoration: underline; }
      .scroll-up .component.navigation-test .primary-text-links a:visited {
        color: rgba(0, 0, 0, 0.95); } }

@media (min-width: 1162px) {
  .scroll-up .component.navigation-test .menu {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .scroll-up .component.navigation-test .menu-explore {
      position: static;
      clip: unset;
      width: auto;
      height: auto;
      overflow: visible;
      margin: 0;
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: uppercase; }
    .scroll-up .component.navigation-test .menu-box {
      margin-right: 8px; }
  .scroll-up .component.navigation-test .menu {
    padding: 0 16px 0 0; } }

.scroll-up .component.navigation-test .menu-homepage-row:first-of-type .logo {
  display: flex;
  visibility: hidden; }

.scroll-up .component.navigation-test .menu-homepage-row:last-of-type .menu-subscribe {
  display: block; }

@media (min-width: 1024px) {
  .scroll-up .component.navigation-test .menu-homepage-row:last-of-type .primary-links {
    display: block; }
  .scroll-up .component.navigation-test .menu-homepage-row:last-of-type .menu-subscribe {
    display: none; } }

.component.navigation-test .profile-image-container {
  padding: 4px 8px 0 0; }
  .component.navigation-test .profile-image-container .profile-img {
    width: 24px;
    height: 24px;
    border-radius: 50%; }

.component.navigation-test .menu-homepage-row.logo-row .menu-search {
  z-index: 100; }

.component.navigation-test .menu-homepage-row.logo-row .menu-subscribe .subscribe-link a {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none; }

.component.navigation-test .menu-homepage-row.logo-row .menu-subscribe > .subscribe-link {
  border-left: 1px solid #e1dfdd;
  padding-left: 12px; }

.hidden-label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.95); }

body.authenticated .component.navigation-test .secondary-links .secondary-text-links .secondary-item.logged-out {
  display: none; }

body:not(.authenticated) .component.navigation-test .secondary-links .secondary-text-links .secondary-item.logged-in {
  display: none; }

.component.footer-test {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .component.footer-test {
      margin-top: 48px; } }
  @media (min-width: 1024px) {
    .component.footer-test {
      margin-top: 56px; } }
  @media (min-width: 1162px) {
    .component.footer-test {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .component.footer-test .container-full-width {
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .component.footer-test .container-full-width {
      padding: 0 32px;
      margin: 0 auto; } }
  @media (min-width: 1162px) {
    .component.footer-test .container-full-width {
      padding: 0 224px;
      margin: 0 auto; } }
  @media (min-width: 1279px) {
    .component.footer-test .container-full-width {
      max-width: 1100px; } }
  .component.footer-test .shop-footer-container {
    padding: 48px 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .component.footer-test .shop-footer-container .container-full-width {
      max-width: 360px; }
      @media (min-width: 768px) {
        .component.footer-test .shop-footer-container .container-full-width {
          max-width: 640px;
          padding: 0 64px; } }
      @media (min-width: 1024px) {
        .component.footer-test .shop-footer-container .container-full-width {
          max-width: none; } }
      @media (min-width: 1279px) {
        .component.footer-test .shop-footer-container .container-full-width {
          max-width: 1100px; } }
    .component.footer-test .shop-footer-container h2 {
      all: unset; }
    .component.footer-test .shop-footer-container .shop-header {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 16px; }
    .component.footer-test .shop-footer-container .shop-text {
      color: rgba(0, 0, 0, 0.95);
      font-family: "Klein", "Times New Roman", serif;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      text-decoration: none;
      margin: 0 12px 0 0; }
      .component.footer-test .shop-footer-container .shop-text:hover, .component.footer-test .shop-footer-container .shop-text:active, .component.footer-test .shop-footer-container .shop-text:focus {
        color: rgba(0, 0, 0, 0.95);
        text-decoration: none; }
      .component.footer-test .shop-footer-container .shop-text:visited {
        color: rgba(0, 0, 0, 0.95); }
    .component.footer-test .shop-footer-container .shop-footer-note {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      margin-bottom: 0; }
    .component.footer-test .shop-footer-container .shop-links {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: left;
      margin-left: 30%; }
      @media (min-width: 768px) {
        .component.footer-test .shop-footer-container .shop-links {
          -moz-columns: 3 auto;
               columns: 3 auto;
          margin-left: 0;
          margin-top: 12px; } }
      @media (min-width: 1024px) {
        .component.footer-test .shop-footer-container .shop-links {
          -moz-columns: 4 auto;
               columns: 4 auto;
          -moz-column-fill: balance;
               column-fill: balance; } }
    .component.footer-test .shop-footer-container .shop-link {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      text-decoration: none;
      font-family: "Source Sans Pro", Arial;
      text-transform: uppercase;
      padding-top: 16px;
      display: inline-block; }
      .component.footer-test .shop-footer-container .shop-link:hover, .component.footer-test .shop-footer-container .shop-link:active, .component.footer-test .shop-footer-container .shop-link:focus {
        color: rgba(0, 0, 0, 0.95);
        text-decoration: underline; }
      .component.footer-test .shop-footer-container .shop-link:visited {
        color: rgba(0, 0, 0, 0.95); }
      .component.footer-test .shop-footer-container .shop-link-more {
        display: flex;
        align-items: center;
        padding-top: 16px;
        font-weight: bold; }
        .component.footer-test .shop-footer-container .shop-link-more svg {
          margin-left: 4px; }
        .component.footer-test .shop-footer-container .shop-link-more path {
          fill: #ac1900; }
    .component.footer-test .shop-footer-container .shop-brand-logo-link {
      max-width: 240px; }
      @media (min-width: 768px) {
        .component.footer-test .shop-footer-container .shop-brand-logo-link {
          max-width: none; } }
    .component.footer-test .shop-footer-container .svg-logo svg {
      max-width: 100%; }
  .component.footer-test .footer-products {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 32px 0;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
    @media (min-width: 768px) {
      .component.footer-test .footer-products {
        flex-direction: row;
        padding: 48px 0; } }
  .component.footer-test .footer-product-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    @media (min-width: 768px) {
      .component.footer-test .footer-product-item {
        padding: 0 48px;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
        border-bottom: none; } }
    .component.footer-test .footer-product-item:first-child {
      padding-top: 0; }
      @media (min-width: 768px) {
        .component.footer-test .footer-product-item:first-child {
          padding-left: 0; } }
    .component.footer-test .footer-product-item:last-child {
      padding-bottom: 0;
      border-bottom: none; }
      @media (min-width: 768px) {
        .component.footer-test .footer-product-item:last-child {
          padding-right: 0;
          border-right: none; } }
  .component.footer-test .footer-product-link {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(0, 0, 0, 0.95); }
    .component.footer-test .footer-product-link .svg-logo {
      display: block;
      margin-bottom: 16px; }
  .component.footer-test .footer-test .footer-links-wrapper {
    background: #F2F2F2;
    color: rgba(0, 0, 0, 0.95);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 48px 0;
    text-align: center;
    font-family: "Source Sans Pro", Arial; }
  .component.footer-test .footer-test .footer-title {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "Klein", "Times New Roman", serif;
    margin: 24px 0 16px; }
  .component.footer-test .footer-test .footer-sections {
    max-width: 300px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .component.footer-test .footer-test .footer-sections {
        max-width: 640px;
        display: flex;
        flex-wrap: wrap; } }
    @media (min-width: 1024px) {
      .component.footer-test .footer-test .footer-sections {
        max-width: none;
        margin-top: 28px; } }
    @media (min-width: 1279px) {
      .component.footer-test .footer-test .footer-sections {
        max-width: 1100px; } }
  .component.footer-test .footer-test .footer-section {
    padding: 0 0 24px; }
    .component.footer-test .footer-test .footer-section:not(:first-of-type) {
      border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .component.footer-test .footer-test .footer-section .footer-title,
    .component.footer-test .footer-test .footer-section .footer-newsletter-signup-heading {
      color: rgba(0, 0, 0, 0.95);
      text-decoration: none; }
      .component.footer-test .footer-test .footer-section .footer-title:hover, .component.footer-test .footer-test .footer-section .footer-title:active, .component.footer-test .footer-test .footer-section .footer-title:focus,
      .component.footer-test .footer-test .footer-section .footer-newsletter-signup-heading:hover,
      .component.footer-test .footer-test .footer-section .footer-newsletter-signup-heading:active,
      .component.footer-test .footer-test .footer-section .footer-newsletter-signup-heading:focus {
        color: rgba(0, 0, 0, 0.95);
        text-decoration: underline; }
      .component.footer-test .footer-test .footer-section .footer-title:visited,
      .component.footer-test .footer-test .footer-section .footer-newsletter-signup-heading:visited {
        color: rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .component.footer-test .footer-test .footer-section {
        padding: 0; }
        .component.footer-test .footer-test .footer-section:not(:first-of-type) {
          border-top-width: 0; }
        .component.footer-test .footer-test .footer-section.footer-magazines-more {
          flex: 0 0 100%;
          padding-bottom: 40px; } }
    @media (min-width: 768px) and (min-width: 1024px) {
      .component.footer-test .footer-test .footer-section.footer-magazines-more {
        padding-bottom: 0;
        flex: 0 0 33.3333333333%; }
        .component.footer-test .footer-test .footer-section.footer-magazines-more .footer-title {
          margin-top: 0; } }
    @media (min-width: 768px) {
        .component.footer-test .footer-test .footer-section.footer-learn-more, .component.footer-test .footer-test .footer-section.footer-connect {
          flex: 0 0 50%; }
          .component.footer-test .footer-test .footer-section.footer-learn-more .footer-title, .component.footer-test .footer-test .footer-section.footer-connect .footer-title {
            margin-top: 12px; } }
    @media (min-width: 768px) and (min-width: 1024px) {
      .component.footer-test .footer-test .footer-section.footer-learn-more, .component.footer-test .footer-test .footer-section.footer-connect {
        flex: 0 0 33%; }
        .component.footer-test .footer-test .footer-section.footer-learn-more .footer-title, .component.footer-test .footer-test .footer-section.footer-connect .footer-title {
          margin-top: 0; } }
    @media (min-width: 768px) {
        .component.footer-test .footer-test .footer-section.footer-learn-more {
          border-right: 1px solid rgba(0, 0, 0, 0.15); } }
    @media (min-width: 768px) and (min-width: 1024px) {
      .component.footer-test .footer-test .footer-section.footer-learn-more {
        border-left: 1px solid rgba(0, 0, 0, 0.15); } }
  .component.footer-test .footer-test .footer-logo {
    padding-bottom: 20px; }
    .component.footer-test .footer-test .footer-logo svg {
      width: 195px;
      height: 56px; }
  .component.footer-test .footer-test .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    background: transparent;
    line-height: normal; }
  .component.footer-test .footer-test .footer-link {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    text-decoration: none;
    font-family: "Source Sans Pro", Arial; }
    .component.footer-test .footer-test .footer-link:hover, .component.footer-test .footer-test .footer-link:active, .component.footer-test .footer-test .footer-link:focus {
      color: rgba(0, 0, 0, 0.95);
      text-decoration: underline; }
    .component.footer-test .footer-test .footer-link:visited {
      color: rgba(0, 0, 0, 0.95); }
    .component.footer-test .footer-test .footer-link-item:not(:first-of-type) {
      padding-top: 16px; }
  .component.footer-test .footer-test .footer-learn-more-links {
    list-style: none;
    margin: 0;
    padding: 0; }
  .component.footer-test .footer-test .footer-follow-us {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95); }
  .component.footer-test .footer-test .footer-social-container {
    margin-top: 16px; }
    .component.footer-test .footer-test .footer-social-container svg {
      width: 32px;
      height: 32px; }
      .component.footer-test .footer-test .footer-social-container svg path:first-of-type {
        fill: #111; }
  .component.footer-test .footer-test .footer-newsletter-signup {
    text-align: center;
    margin-top: 60px; }
    .component.footer-test .footer-test .footer-newsletter-signup-heading {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      margin-bottom: 16px; }
  .component.footer-test .footer-test .footer-other-sites {
    background: #fff; }
    @media (min-width: 768px) {
      .component.footer-test .footer-test .footer-other-sites {
        max-width: none; } }
  .component.footer-test .footer-test .footer-other-sites-wrapper {
    text-align: center;
    margin: 48px 0 0; }
    @media (min-width: 768px) {
      .component.footer-test .footer-test .footer-other-sites-wrapper {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1024px) {
      .component.footer-test .footer-test .footer-other-sites-wrapper {
        max-width: none; } }
  .component.footer-test .footer-test .footer-other-sites-link {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    border-radius: 0;
    color: rgba(0, 0, 0, 0.95);
    background: #fff; }
    .component.footer-test .footer-test .footer-other-sites-link:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.footer-test .footer-test .footer-other-sites-link:active {
      opacity: 0.8; }
    .component.footer-test .footer-test .footer-other-sites-link:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.footer-test .footer-test .footer-other-sites-link:active {
      opacity: 0.8; }
    .component.footer-test .footer-test .footer-other-sites-link svg path {
      fill: rgba(0, 0, 0, 0.95); }
    .component.footer-test .footer-test .footer-other-sites-link:visited {
      border: 3px solid rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
    .component.footer-test .footer-test .footer-other-sites-link:hover, .component.footer-test .footer-test .footer-other-sites-link:active, .component.footer-test .footer-test .footer-other-sites-link:focus {
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff;
      background: rgba(0, 0, 0, 0.95); }
      .component.footer-test .footer-test .footer-other-sites-link:hover svg path, .component.footer-test .footer-test .footer-other-sites-link:active svg path, .component.footer-test .footer-test .footer-other-sites-link:focus svg path {
        fill: #fff; }
    .component.footer-test .footer-test .footer-other-sites-link[disabled] {
      border: 3px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.65); }
    .component.footer-test .footer-test .footer-other-sites-link:active, .component.footer-test .footer-test .footer-other-sites-link:focus {
      border: 3px solid #014ecb; }
  .component.footer-test .footer-test .footer-global-communities-link {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    border-radius: 0;
    color: rgba(0, 0, 0, 0.95);
    background: #fff;
    padding: 10px 22px;
    letter-spacing: 0.5px;
    text-transform: capitalize; }
    .component.footer-test .footer-test .footer-global-communities-link:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.footer-test .footer-test .footer-global-communities-link:active {
      opacity: 0.8; }
    .component.footer-test .footer-test .footer-global-communities-link:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.footer-test .footer-test .footer-global-communities-link:active {
      opacity: 0.8; }
    .component.footer-test .footer-test .footer-global-communities-link svg path {
      fill: rgba(0, 0, 0, 0.95); }
    .component.footer-test .footer-test .footer-global-communities-link:visited {
      border: 3px solid rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
    .component.footer-test .footer-test .footer-global-communities-link:hover, .component.footer-test .footer-test .footer-global-communities-link:active, .component.footer-test .footer-test .footer-global-communities-link:focus {
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff;
      background: rgba(0, 0, 0, 0.95); }
      .component.footer-test .footer-test .footer-global-communities-link:hover svg path, .component.footer-test .footer-test .footer-global-communities-link:active svg path, .component.footer-test .footer-test .footer-global-communities-link:focus svg path {
        fill: #fff; }
    .component.footer-test .footer-test .footer-global-communities-link[disabled] {
      border: 3px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.65); }
    .component.footer-test .footer-test .footer-global-communities-link:active, .component.footer-test .footer-test .footer-global-communities-link:focus {
      border: 3px solid #014ecb; }
  .component.footer-test .footer-test .footer-copyright {
    margin: 32px 0 50px; }
    .component.footer-test .footer-test .footer-copyright-logo {
      display: block;
      text-align: center; }
    .component.footer-test .footer-test .footer-copyright-text {
      display: flex;
      flex-direction: column;
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      margin: 16px 16px;
      font-family: "Source Sans Pro", Arial; }
      .component.footer-test .footer-test .footer-copyright-text a {
        color: rgba(0, 0, 0, 0.65);
        text-decoration: none; }
        .component.footer-test .footer-test .footer-copyright-text a:hover, .component.footer-test .footer-test .footer-copyright-text a:active, .component.footer-test .footer-test .footer-copyright-text a:focus {
          color: rgba(0, 0, 0, 0.65);
          text-decoration: underline; }
        .component.footer-test .footer-test .footer-copyright-text a:visited {
          color: rgba(0, 0, 0, 0.65); }
      @media (min-width: 768px) {
        .component.footer-test .footer-test .footer-copyright-text {
          margin: 16px 64px; } }
    @media (min-width: 1024px) {
      .component.footer-test .footer-test .footer-copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    .component.footer-test .footer-test .footer-copyright-prefix {
      text-align: center;
      margin-bottom: 8px; }
  .component.footer-test .footer-test .footer__legalLinks-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 16px; }
  .component.footer-test .footer-test .footer__legalLinks-link {
    display: inline-block;
    text-decoration: underline;
    padding-top: 16px;
    padding-bottom: 16px; }
    .component.footer-test .footer-test .footer__legalLinks-link:not(:first-of-type) {
      padding-left: 40px; }
  .component.footer-test .footer-test .community-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 16px 0;
    width: 100%;
    max-width: 240px;
    margin: 24px auto; }
    .component.footer-test .footer-test .community-footer .now-on-community {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: 700; }
    .component.footer-test .footer-test .community-footer .community-dek {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      margin: auto; }
    .component.footer-test .footer-test .community-footer .contact {
      display: inline-flex;
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0; }
      .component.footer-test .footer-test .community-footer .contact svg {
        margin-top: 8px; }
      .component.footer-test .footer-test .community-footer .contact span {
        padding: 8px; }
      .component.footer-test .footer-test .community-footer .contact a {
        margin: 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        color: rgba(0, 0, 0, 0.95); }

body.modal-active.other-sites .partial.modal.other-sites,
body.modal-active.global-communities .partial.modal.global-communities {
  display: block;
  position: fixed;
  top: 50px;
  transform: translate(-50%, 0);
  height: calc(100vh - 100px); }
  @media (min-width: 768px) {
    body.modal-active.other-sites .partial.modal.other-sites,
    body.modal-active.global-communities .partial.modal.global-communities {
      max-width: 640px; } }
  @media (min-width: 1024px) {
    body.modal-active.other-sites .partial.modal.other-sites,
    body.modal-active.global-communities .partial.modal.global-communities {
      max-width: 976px; } }
  body.modal-active.other-sites .partial.modal.other-sites .dialog-wrap,
  body.modal-active.global-communities .partial.modal.global-communities .dialog-wrap {
    height: 100%;
    overflow: auto; }
  body.modal-active.other-sites .partial.modal.other-sites .dialogTitle,
  body.modal-active.global-communities .partial.modal.global-communities .dialogTitle {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    letter-spacing: normal;
    margin: 0; }
    @media (min-width: 768px) {
      body.modal-active.other-sites .partial.modal.other-sites .dialogTitle,
      body.modal-active.global-communities .partial.modal.global-communities .dialogTitle {
        font-size: 36px;
        line-height: 44px; } }
    @media (min-width: 1024px) {
      body.modal-active.other-sites .partial.modal.other-sites .dialogTitle,
      body.modal-active.global-communities .partial.modal.global-communities .dialogTitle {
        text-align: left; } }
  body.modal-active.other-sites .partial.modal.other-sites .content a,
  body.modal-active.global-communities .partial.modal.global-communities .content a {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    text-decoration: none;
    font-family: "Source Sans Pro", Arial; }
    body.modal-active.other-sites .partial.modal.other-sites .content a:hover, body.modal-active.other-sites .partial.modal.other-sites .content a:active, body.modal-active.other-sites .partial.modal.other-sites .content a:focus,
    body.modal-active.global-communities .partial.modal.global-communities .content a:hover,
    body.modal-active.global-communities .partial.modal.global-communities .content a:active,
    body.modal-active.global-communities .partial.modal.global-communities .content a:focus {
      color: rgba(0, 0, 0, 0.95);
      text-decoration: underline; }
    body.modal-active.other-sites .partial.modal.other-sites .content a:visited,
    body.modal-active.global-communities .partial.modal.global-communities .content a:visited {
      color: rgba(0, 0, 0, 0.95); }
  body.modal-active.other-sites .partial.modal.other-sites .content ul,
  body.modal-active.global-communities .partial.modal.global-communities .content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      body.modal-active.other-sites .partial.modal.other-sites .content ul,
      body.modal-active.global-communities .partial.modal.global-communities .content ul {
        text-align: left;
        -moz-column-count: 2;
             column-count: 2;
        margin-top: 24px; } }
    @media (min-width: 1024px) {
      body.modal-active.other-sites .partial.modal.other-sites .content ul,
      body.modal-active.global-communities .partial.modal.global-communities .content ul {
        -moz-column-count: 3;
             column-count: 3; } }
    body.modal-active.other-sites .partial.modal.other-sites .content ul li,
    body.modal-active.global-communities .partial.modal.global-communities .content ul li {
      padding: 0;
      line-height: 20px;
      min-height: 20px;
      margin-top: 16px;
      display: block; }
      @media (min-width: 768px) {
        body.modal-active.other-sites .partial.modal.other-sites .content ul li,
        body.modal-active.global-communities .partial.modal.global-communities .content ul li {
          margin: 0 0 24px 48px; } }
      @media (min-width: 1024px) {
        body.modal-active.other-sites .partial.modal.other-sites .content ul li,
        body.modal-active.global-communities .partial.modal.global-communities .content ul li {
          margin: 0 0 24px; } }

body.modal-active.manage-push-notifications .partial.modal.manage-push-notifications {
  display: block;
  position: fixed;
  top: 50%;
  max-width: calc(100% - 24px);
  width: 315px;
  height: 315px;
  transform: translate(-50%, -50%);
  cursor: initial; }
  @media (min-width: 768px) {
    body.modal-active.manage-push-notifications .partial.modal.manage-push-notifications {
      width: 400px; } }
  body.modal-active.manage-push-notifications .partial.modal.manage-push-notifications .dialog-wrap {
    height: 100%;
    overflow: auto; }
  body.modal-active.manage-push-notifications .partial.modal.manage-push-notifications .dialogTitle {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    letter-spacing: normal;
    margin: 0; }
    @media (min-width: 768px) {
      body.modal-active.manage-push-notifications .partial.modal.manage-push-notifications .dialogTitle {
        font-size: 36px;
        line-height: 44px; } }
    @media (min-width: 1024px) {
      body.modal-active.manage-push-notifications .partial.modal.manage-push-notifications .dialogTitle {
        text-align: left; } }
  body.modal-active.manage-push-notifications .partial.modal.manage-push-notifications .content {
    margin-top: 16px; }
    body.modal-active.manage-push-notifications .partial.modal.manage-push-notifications .content a {
      color: rgba(0, 0, 0, 0.95);
      text-decoration: none; }
      body.modal-active.manage-push-notifications .partial.modal.manage-push-notifications .content a:hover, body.modal-active.manage-push-notifications .partial.modal.manage-push-notifications .content a:active, body.modal-active.manage-push-notifications .partial.modal.manage-push-notifications .content a:focus {
        color: rgba(0, 0, 0, 0.95);
        text-decoration: underline; }
      body.modal-active.manage-push-notifications .partial.modal.manage-push-notifications .content a:visited {
        color: rgba(0, 0, 0, 0.95); }

.lazy-image__loadingPlaceholder {
  position: relative;
  color: transparent;
  display: block; }
  .lazy-image__loadingPlaceholder .inner-container {
    display: none; }
  .lazy-image__loadingPlaceholder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff, rgba(0, 0, 0, 0.05), #fff, rgba(0, 0, 0, 0.05));
    background-size: 400% 400%;
    -webkit-animation: photoLoading 1s infinite;
            animation: photoLoading 1s infinite; }
    .image-loaded .lazy-image__loadingPlaceholder:after {
      background: none;
      -webkit-animation: none;
              animation: none; }
  .lazy-image__loadingPlaceholder.image-loaded:not(.erredOut) {
    padding-top: 0 !important;
    background: #F2F2F2;
    line-height: 0; }
  .lazy-image__loadingPlaceholder.image-loaded .inner-container {
    display: block; }
  .lazy-image__loadingPlaceholder.image-loaded:after {
    display: none; }

.component.lazy-image .image-wrap-container {
  background: #fff; }

.two-col-container .component.lazy-image.no-upscale.rendered {
  display: flex;
  flex-direction: column; }

.lazy-image__loadingPlaceholder,
.loadingPlaceholder {
  padding-top: 0;
  width: 100%; }

.lazy-image.lazy-image-udf .inner-container {
  display: none; }

.lazy-image.lazy-image-udf.image-loaded .lazy-image__loadingPlaceholder {
  display: none; }

.lazy-image.lazy-image-udf.image-loaded .inner-container {
  display: block; }

.lazy-image.lazy-image-udf.image-loaded.placeholder .inner-container {
  display: none; }

.lazy-image.lazy-image-udf.image-loaded:not(.erredOut) .image-overlay + .lazy-image__placeholder {
  display: none; }

.lazy-image.image-loaded:not(.erredOut) .lazy-image__placeholder.non-udf {
  display: none; }

.lazy-image.image-loaded:not(.erredOut) .lazy-image__placeholder.non-udf.display-non-udf-placeholder {
  display: block; }

.lazy-image.image-loaded:not(.erredOut) .inner-container.hide-inner-container {
  display: none; }

.topics-carousel {
  width: 100%;
  position: relative; }
  .topics-carousel__title {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 16px;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .topics-carousel .carouselNav {
    position: relative; }
    .topics-carousel .carouselNav__list {
      list-style: none;
      margin: 0;
      padding: 0;
      overflow-x: scroll;
      scrollbar-width: none;
      /* Firefox */
      -ms-overflow-style: none;
      /* IE 11 */
      word-spacing: 0;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      padding-top: 3px;
      padding-bottom: 3px; }
      .topics-carousel .carouselNav__list::-webkit-scrollbar {
        /** Webkit */
        display: none; }
    .topics-carousel .carouselNav__listItem {
      display: inline-block; }
      .topics-carousel .carouselNav__listItem:not(:first-child) {
        padding-left: 4px; }
      .topics-carousel .carouselNav__listItem:first-of-type .carouselNav__link:focus {
        margin-left: 3px; }
    .topics-carousel .carouselNav__link {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 12px 32px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      border: 3px solid rgba(0, 0, 0, 0.95);
      border-radius: 0;
      color: rgba(0, 0, 0, 0.95);
      background: #fff;
      line-height: 42px;
      padding-top: 0;
      padding-bottom: 0; }
      .topics-carousel .carouselNav__link:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .topics-carousel .carouselNav__link:active {
        opacity: 0.8; }
      .topics-carousel .carouselNav__link:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .topics-carousel .carouselNav__link:active {
        opacity: 0.8; }
      .topics-carousel .carouselNav__link svg path {
        fill: rgba(0, 0, 0, 0.95); }
      .topics-carousel .carouselNav__link:visited {
        border: 3px solid rgba(0, 0, 0, 0.95);
        color: rgba(0, 0, 0, 0.95);
        background: #fff; }
      .topics-carousel .carouselNav__link:hover, .topics-carousel .carouselNav__link:active, .topics-carousel .carouselNav__link:focus {
        border-color: rgba(0, 0, 0, 0.95);
        color: #fff;
        background: rgba(0, 0, 0, 0.95); }
        .topics-carousel .carouselNav__link:hover svg path, .topics-carousel .carouselNav__link:active svg path, .topics-carousel .carouselNav__link:focus svg path {
          fill: #fff; }
      .topics-carousel .carouselNav__link[disabled] {
        border: 3px solid rgba(0, 0, 0, 0.3);
        background-color: #fff;
        color: rgba(0, 0, 0, 0.65); }
      .topics-carousel .carouselNav__link:active, .topics-carousel .carouselNav__link:focus {
        border: 3px solid #014ecb; }
    .topics-carousel .carouselNav--move {
      transition: left 0.5s; }
    .topics-carousel .carouselNav__prev, .topics-carousel .carouselNav__next {
      height: 48px;
      width: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      text-decoration: none;
      border: 3px solid #ac1900;
      background: #ac1900;
      color: #fff;
      position: absolute;
      width: 46px;
      height: 46px;
      z-index: 1;
      top: 3px;
      display: none; }
      .topics-carousel .carouselNav__prev svg, .topics-carousel .carouselNav__next svg {
        width: 32px;
        height: 32px; }
      .topics-carousel .carouselNav__prev:focus, .topics-carousel .carouselNav__prev:hover, .topics-carousel .carouselNav__next:focus, .topics-carousel .carouselNav__next:hover {
        text-decoration: none; }
      .topics-carousel .carouselNav__prev:focus, .topics-carousel .carouselNav__next:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .topics-carousel .carouselNav__prev:active, .topics-carousel .carouselNav__next:active {
        opacity: 0.8; }
      .topics-carousel .carouselNav__prev svg, .topics-carousel .carouselNav__next svg {
        fill: #fff; }
      .topics-carousel .carouselNav__prev:hover, .topics-carousel .carouselNav__next:hover {
        background: #fff;
        border-color: #ac1900;
        color: #ac1900; }
        .topics-carousel .carouselNav__prev:hover svg, .topics-carousel .carouselNav__next:hover svg {
          fill: #ac1900; }
      .topics-carousel .carouselNav__prev:before, .topics-carousel .carouselNav__next:before {
        position: absolute; }
      .topics-carousel .carouselNav__prev[disabled], .topics-carousel .carouselNav__next[disabled] {
        display: none; }
    .topics-carousel .carouselNav__prev {
      left: 0; }
    .topics-carousel .carouselNav__next {
      right: 0;
      text-align: right; }
    .topics-carousel .carouselNav--header .carouselNav__list {
      padding: 0 1rem; }
    @media (min-width: 1024px) {
      .topics-carousel .carouselNav--header {
        margin: 0 auto; }
        .topics-carousel .carouselNav--header .carouselNav__list {
          display: flex;
          justify-content: space-around; }
        .topics-carousel .carouselNav--header .carouselNav__listItem:not(:last-child) a {
          margin-right: 3rem; } }

@media (min-width: 768px) {
  .faqs {
    margin-top: 64px; } }

.faqs .faqs-heading {
  color: rgba(0, 0, 0, 0.95);
  font-family: "Klein", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.faqs-list {
  padding-left: 0;
  list-style: none; }
  .faqs-list-item {
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    @media (min-width: 768px) {
      .faqs-list-item {
        padding-right: 24px; } }
    @media (min-width: 1024px) {
      .faqs-list-item {
        padding-right: 32px; } }
    .faqs-list-item p:last-child {
      margin-bottom: 16px; }
    .faqs-list-item:last-child {
      margin-bottom: 24px; }
  .faqs-list-question {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 700; }
  .faqs-list-answer p {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px 0 0; }

.definition-list {
  margin: 0; }
  @media (min-width: 1024px) {
    .definition-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .definition-list-item {
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    @media (min-width: 1024px) {
      .definition-list-item {
        padding-right: 32px;
        width: 50%; }
        .definition-list-item:last-child:nth-child(odd) {
          width: 100%;
          padding-right: calc(50% + 32px); } }
  .definition-list-term, .definition-list-contents {
    display: inline;
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0; }
  .definition-list-term {
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 4px; }
  .definition-list-contents a {
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .definition-list-contents a:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .definition-list-contents a:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

.category-page-list {
  overflow: hidden; }
  .category-page-list-content .category-page-item {
    clear: both;
    overflow: hidden;
    display: block; }
    .category-page-list-content .category-page-item + .ad-container {
      margin: 40px 0; }
      .category-page-list-content .category-page-item + .ad-container:after {
        color: #595959;
        font-size: 12px;
        font-family: "Helvetica", Helvetica, Arial, sans-serif;
        line-height: 1.33;
        text-align: center;
        text-transform: uppercase;
        content: 'Advertisement';
        display: block;
        padding: 0 4px 4px;
        margin-top: 4px;
        width: 100%; }
    .category-page-list-content .category-page-item:not(:first-of-type) {
      margin-top: 32px; }
    .category-page-list-content .category-page-item-label-date {
      display: flex;
      flex-wrap: wrap; }
    .category-page-list-content .category-page-item-category-label {
      display: inline-block;
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65); }
    .category-page-list-content .category-page-item-divider {
      display: inline-block;
      margin-left: 4px;
      margin-right: 4px;
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65); }
      .category-page-list-content .category-page-item-divider:first-child {
        display: none; }
    .category-page-list-content .category-page-item-timestamp {
      display: inline-block;
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65); }
    .category-page-list-content .category-page-item-content {
      margin: 16px 0 0;
      padding-bottom: 4px; }
      .category-page-list-content .category-page-item-content .category-page-item-description {
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 24px;
        max-height: 120px; }
      .category-page-list-content .category-page-item-content__title {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 18px;
        line-height: 24px;
        max-height: 120px;
        max-height: 125px;
        max-height: unset;
        color: rgba(0, 0, 0, 0.95);
        margin-bottom: 8px; }
        .category-page-list-content .category-page-item-content__title:hover, .category-page-list-content .category-page-item-content__title:visited {
          color: rgba(0, 0, 0, 0.95); }
        @media (min-width: 768px) {
          .category-page-list-content .category-page-item-content__title {
            display: block;
            /* Fallback for non-webkit */
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 24px;
            line-height: 32px;
            max-height: 96px;
            max-height: 99px;
            max-height: unset; } }
      .category-page-list-content .category-page-item-content-label-date {
        display: flex;
        flex-wrap: wrap; }
      .category-page-list-content .category-page-item-content .categoryPageItemInfo {
        display: flex;
        flex-direction: column; }
        @media (min-width: 768px) {
          .category-page-list-content .category-page-item-content .categoryPageItemInfo {
            flex-flow: row wrap;
            align-items: center; } }
        .category-page-list-content .category-page-item-content .categoryPageItemInfo-category-label {
          display: inline-block;
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.65); }
        .category-page-list-content .category-page-item-content .categoryPageItemInfo-divider {
          display: inline-block;
          margin-left: 4px;
          margin-right: 4px;
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.65); }
          .category-page-list-content .category-page-item-content .categoryPageItemInfo-divider:first-child {
            display: none; }
        .category-page-list-content .category-page-item-content .categoryPageItemInfo-timestamp {
          display: inline-block;
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.65); }
        .category-page-list-content .category-page-item-content .categoryPageItemInfo__typeInfo {
          display: flex;
          align-items: center; }
          .category-page-list-content .category-page-item-content .categoryPageItemInfo__typeInfo:last-child .category-page-item-divider {
            display: none; }
        .category-page-list-content .category-page-item-content .categoryPageItemInfo__typeIconText {
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.65); }
        .category-page-list-content .category-page-item-content .categoryPageItemInfo .category-page-item-divider {
          display: block; }
        .category-page-list-content .category-page-item-content .categoryPageItemInfo__typeIcon {
          display: flex;
          align-items: center; }
          .category-page-list-content .category-page-item-content .categoryPageItemInfo__typeIcon.video {
            margin-left: -4px; }
          .category-page-list-content .category-page-item-content .categoryPageItemInfo__typeIcon svg path {
            fill: #ac1900; }
        .category-page-list-content .category-page-item-content .categoryPageItemInfo__slideCount {
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.65);
          letter-spacing: 0.5px;
          margin-left: 4px; }
        .category-page-list-content .category-page-item-content .categoryPageItemInfo__slideCount + .category-page-item-divider {
          flex-shrink: 0;
          display: none; }
          @media (min-width: 768px) {
            .category-page-list-content .category-page-item-content .categoryPageItemInfo__slideCount + .category-page-item-divider {
              display: block; } }
      @media (min-width: 768px) {
        .category-page-list-content .category-page-item-content {
          margin: 0; } }
    .category-page-list-content .category-page-item-readmore {
      display: flex;
      align-items: center;
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      margin: 8px 0 0;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      color: rgba(0, 0, 0, 0.95); }
      .category-page-list-content .category-page-item-readmore:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .category-page-list-content .category-page-item-readmore:active {
        opacity: 0.8; }
      .category-page-list-content .category-page-item-readmore-arrow {
        display: flex;
        align-items: center;
        margin-left: 8px; }
        .category-page-list-content .category-page-item-readmore-arrow svg path {
          fill: rgba(0, 0, 0, 0.95); }
  .category-page-list-heading {
    margin: 0 0 32px; }
    .template-category-page .category-page-list-heading, .template-aggregate .category-page-list-heading {
      font-family: "Kapra", "Times New Roman", serif;
      font-size: 28px;
      line-height: 32px;
      font-weight: 200;
      letter-spacing: 1px;
      font-size: 32px;
      line-height: 36px;
      text-transform: uppercase;
      font-stretch: condensed; }
      @media (min-width: 768px) {
        .template-category-page .category-page-list-heading, .template-aggregate .category-page-list-heading {
          font-size: 36px;
          line-height: 44px; } }
      @media (min-width: 768px) {
        .template-category-page .category-page-list-heading, .template-aggregate .category-page-list-heading {
          font-size: 48px;
          line-height: 52px; } }
    .template-aggregate.node-food .category-page-list-heading {
      font-family: "Kapra", "Times New Roman", serif;
      font-size: 28px;
      line-height: 32px;
      font-weight: 200;
      letter-spacing: 1px;
      font-size: 32px;
      line-height: 36px;
      text-transform: uppercase;
      font-stretch: condensed;
      text-align: center; }
      @media (min-width: 768px) {
        .template-aggregate.node-food .category-page-list-heading {
          font-size: 36px;
          line-height: 44px; } }
      @media (min-width: 768px) {
        .template-aggregate.node-food .category-page-list-heading {
          font-size: 48px;
          line-height: 52px; } }
      @media (min-width: 768px) {
        .template-aggregate.node-food .category-page-list-heading {
          display: flex;
          align-items: center; } }
      .template-aggregate.node-food .category-page-list-heading a {
        font-family: "Kapra", "Times New Roman", serif;
        font-size: 28px;
        line-height: 32px;
        font-weight: 200;
        letter-spacing: 1px;
        font-size: 32px;
        line-height: 36px;
        text-transform: uppercase;
        font-stretch: condensed;
        color: rgba(0, 0, 0, 0.95);
        padding: 1px 0;
        transition: all .1s ease-in-out;
        text-decoration: none;
        font-weight: normal;
        color: rgba(0, 0, 0, 0.95); }
        @media (min-width: 768px) {
          .template-aggregate.node-food .category-page-list-heading a {
            font-size: 36px;
            line-height: 44px; } }
        @media (min-width: 768px) {
          .template-aggregate.node-food .category-page-list-heading a {
            font-size: 48px;
            line-height: 52px; } }
        .template-aggregate.node-food .category-page-list-heading a:visited {
          color: #595959; }
        .template-aggregate.node-food .category-page-list-heading a:hover, .template-aggregate.node-food .category-page-list-heading a:active, .template-aggregate.node-food .category-page-list-heading a:focus {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .template-aggregate.node-food .category-page-list-heading svg {
        margin-right: 16px; }
        .template-aggregate.node-food .category-page-list-heading svg path {
          fill: #ac1900; }
  .category-page-list-aside {
    display: none; }
  .category-page-list-related-load-more-container {
    text-align: center;
    padding: 32px 0; }
    .category-page-list-related-load-more-container.hide {
      display: none; }
    .category-page-list-related-load-more-container.loading {
      position: relative;
      min-height: 200px; }
      .category-page-list-related-load-more-container.loading:after {
        border: 4px solid #F2F2F2;
        border-top: 4px solid rgba(0, 0, 0, 0.95);
        border-radius: 50%;
        width: 56px;
        height: 56px;
        -webkit-animation: loaderSpin 1.5s linear infinite;
                animation: loaderSpin 1.5s linear infinite;
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .category-page-list-related-load-more-container.loading .category-page-list-related-load-more-button {
        display: none; }
  .category-page-list-related-load-more-button {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95); }
    .category-page-list-related-load-more-button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .category-page-list-related-load-more-button:active {
      opacity: 0.8; }
    .category-page-list-related-load-more-button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .category-page-list-related-load-more-button:active {
      opacity: 0.8; }
    .category-page-list-related-load-more-button svg path {
      fill: #fff; }
    .category-page-list-related-load-more-button:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .category-page-list-related-load-more-button:hover, .category-page-list-related-load-more-button:active, .category-page-list-related-load-more-button:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .category-page-list-related-load-more-button:hover svg path, .category-page-list-related-load-more-button:active svg path, .category-page-list-related-load-more-button:focus svg path {
        fill: #fff; }
    .category-page-list-related-load-more-button[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .category-page-list-related-load-more-button:active, .category-page-list-related-load-more-button:hover, .category-page-list-related-load-more-button:focus {
      border-color: #ac1900; }
    .category-page-list-related-load-more-button:active, .category-page-list-related-load-more-button:focus {
      border: 3px solid #014ecb; }
  @media (min-width: 768px) {
    .category-page-list {
      display: flex;
      flex-wrap: wrap; }
      .category-page-list:not(.category-page-list-related) .category-page-item {
        display: flex; }
        .category-page-list:not(.category-page-list-related) .category-page-item:not(:first-of-type) {
          padding-top: 24px;
          margin-top: 24px;
          border-top: 1px solid rgba(0, 0, 0, 0.15); }
        .category-page-list:not(.category-page-list-related) .category-page-item-title {
          margin-top: 0; }
        .category-page-list:not(.category-page-list-related) .category-page-item-image {
          clear: right;
          float: left;
          margin: 0 24px 0 0;
          flex: 0 0 308px;
          max-width: 308px; }
      .category-page-list .category-page-list-heading {
        flex: 0 0 100%; }
      .category-page-list .category-page-list-content {
        flex: 100 0 1px; } }
  @media (min-width: 1024px) {
    .category-page-list:not(.category-page-list-related) .category-page-item-title {
      margin-top: 0; }
    .category-page-list:not(.category-page-list-related) .category-page-item-image {
      clear: right;
      float: left;
      margin: 0 24px 0 0;
      flex: 0 0 314px;
      max-width: 314px; }
    .category-page-list:not(.category-page-list-related) .category-page-list-aside {
      display: block;
      flex: 0 0 300px;
      margin-left: 24px; } }
  @media (min-width: 1024px) and (min-width: 1162px) {
    .category-page-list:not(.category-page-list-related) .category-page-list-aside {
      margin-left: 64px; } }
  @media (min-width: 1024px) {
    .category-page-list .category-page-list-aside .ad-container {
      margin: 0; }
      .category-page-list .category-page-list-aside .ad-container + .ad-container {
        margin-top: 24px; } }
  @media (min-width: 1162px) {
    .category-page-list-aside {
      margin-left: 80px; }
    .category-page-list .category-page-item-content {
      margin-left: 32px; }
    .category-page-list:not(.category-page-list-related) .category-page-item-content {
      margin-left: 0; }
    .category-page-list:not(.category-page-list-related) .category-page-item-image {
      max-width: 425px;
      margin: 0 32px 0 0;
      flex: 0 0 425px; }
    .category-page-list:not(.category-page-list-related) .category-page-item .recipeCard__ratingContainer svg {
      height: 24px;
      width: 24px; }
    .category-page-list:not(.category-page-list-related) .category-page-item .recipeCard__ratingContainer .recipeCard__reviewsCount {
      font-size: 14px;
      line-height: 20px; } }

.category-page-list-content.category-page-list-content__recipe-card, .category-page-body-content.category-page-list-content__recipe-card {
  width: 100%;
  display: flex;
  flex-flow: row wrap; }
  @media (min-width: 1279px) {
    .category-page-list-content.category-page-list-content__recipe-card, .category-page-body-content.category-page-list-content__recipe-card {
      max-width: 880px;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .category-page-list-content.category-page-list-content__recipe-card .card:nth-child(odd), .category-page-body-content.category-page-list-content__recipe-card .card:nth-child(odd) {
      margin-right: 32px; } }
  @media (min-width: 1279px) {
    .category-page-list-content.category-page-list-content__recipe-card .card:nth-child(odd), .category-page-body-content.category-page-list-content__recipe-card .card:nth-child(odd) {
      margin-right: unset; } }
  .category-page-list-content.category-page-list-content__recipe-card .category-page-list-related-load-more-container, .category-page-list-content.category-page-list-content__recipe-card .category-page-list-related-nav-container, .category-page-body-content.category-page-list-content__recipe-card .category-page-list-related-load-more-container, .category-page-body-content.category-page-list-content__recipe-card .category-page-list-related-nav-container {
    width: 100%; }

.no-js .category-page-list noscript + .category-page-list-related-load-more-button {
  display: none; }

.category-page-list-related {
  position: relative;
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  margin-top: 64px;
  background: #F2F2F2;
  overflow: visible; }
  .category-page-list-related:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 5px;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
  .category-page-list-related:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    left: 50%;
    transform: translateX(-50%);
    top: 0; }
  .template-category-page .category-page-list-related, .template-aggregate .category-page-list-related {
    padding: 64px 16px; }
  .category-page-list-related .category-page-item {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .category-page-list-related .category-page-item:not(:first-of-type) {
      margin-top: 32px; }
    .category-page-list-related .category-page-item-title {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0;
      margin: 0 0 8px; }
    .category-page-list-related .category-page-item-image {
      flex: 0 0 140px; }
    .category-page-list-related .category-page-item-content {
      flex: 1 0 0;
      margin: 16px 0 0 16px; }
    .category-page-list-related .category-page-item-description, .category-page-list-related .category-page-item-readmore {
      display: none; }
  @media (min-width: 768px) {
    .category-page-list-related {
      display: block; }
      .category-page-list-related .category-page-list-aside {
        display: none; }
      .category-page-list-related .category-page-list-inner {
        margin: 0 auto;
        width: auto; }
      .category-page-list-related .category-page-list-heading {
        flex: 0 0 100%;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto; }
        .template-aggregate.node-food .category-page-list-related .category-page-list-heading {
          max-width: none; }
      .category-page-list-related-aside {
        background: transparent;
        padding: 24px 0 0 0;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 640px;
        margin: 40px auto;
        position: relative; }
        .category-page-list-related-aside:after {
          color: #595959;
          font-size: 12px;
          font-family: "Helvetica", Helvetica, Arial, sans-serif;
          line-height: 1.33;
          text-align: center;
          text-transform: uppercase;
          content: 'Advertisement';
          display: block;
          padding: 0 4px 4px;
          margin-top: 4px;
          width: 100%; }
        .category-page-list-related-aside:before {
          position: absolute;
          content: '';
          top: 0;
          left: calc(-1 * ((100vw - 640px) / 2));
          background: #F2F2F2;
          width: 100vw;
          height: 100%; }
        .category-page-list-related-aside:after {
          position: relative;
          z-index: 2; }
        .category-page-list-related-aside .ad-container:first-of-type {
          margin: 0 12px 0 0; }
        .category-page-list-related-aside .ad-container:last-of-type {
          margin: 0 0 0 12px; }
      .category-page-list-related .category-page-item {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto; }
        .category-page-list-related .category-page-item:not(:first-of-type) {
          margin-top: 24px; }
        .category-page-list-related .category-page-item-image {
          flex: 0 0 248px; }
        .category-page-list-related .category-page-item-content {
          margin: 24px 0 0 24px; }
        .category-page-list-related .category-page-item-title {
          color: rgba(0, 0, 0, 0.95);
          font-family: "Klein", "Times New Roman", serif;
          font-size: 24px;
          line-height: 32px;
          font-weight: 700;
          letter-spacing: 0; }
        .category-page-list-related .category-page-item-description {
          display: block;
          font-family: "Source Sans Pro", Arial;
          font-size: 18px;
          line-height: 28px;
          font-weight: 400;
          letter-spacing: 0;
          line-height: 24px; } }
  @media (min-width: 1024px) {
    .category-page-list-related {
      padding: 60px 24px; }
      .category-page-list-related .category-page-item {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto; }
        .category-page-list-related .category-page-item:not(:first-of-type) {
          margin-top: 40px; }
        .category-page-list-related .category-page-item-content {
          margin-right: 24px; }
      .category-page-list-related-aside {
        display: none; }
      .category-page-list-related .category-page-list-inner {
        display: flex;
        flex-wrap: wrap;
        max-width: calc(1100px - 76px);
        align-items: flex-start;
        justify-content: space-between; }
      .category-page-list-related .category-page-list-heading {
        flex: 0 0 100%;
        max-width: calc(1100px - 76px); }
      .category-page-list-related .category-page-list-content {
        flex: 1 0 0; }
        .category-page-list-related .category-page-list-content:not(.category-page-list-content__recipe-card) {
          max-width: 760px; }
      .category-page-list-related .category-page-list-aside {
        display: block;
        flex: 0 0 300px;
        margin-left: 24px; } }
  @media (min-width: 1162px) {
    .category-page-list-related {
      padding: 64px 0; }
      .category-page-list-related .category-page-list-inner, .category-page-list-related .category-page-list-heading {
        max-width: 1226px; }
      .category-page-list-related .category-page-item-content {
        margin-right: 0; } }
  @media (min-width: 1279px) {
    .category-page-list-related .category-page-list-inner, .category-page-list-related .category-page-list-heading {
      max-width: 1310px; }
    .template-category-page .category-page-list-related, .template-aggregate .category-page-list-related {
      padding: 64px 0; } }

.category-page-blocks-heading {
  margin: 0 0 32px; }
  .template-category-page .category-page-blocks-heading, .template-aggregate .category-page-blocks-heading {
    font-family: "Kapra", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    font-stretch: condensed; }
    @media (min-width: 768px) {
      .template-category-page .category-page-blocks-heading, .template-aggregate .category-page-blocks-heading {
        font-size: 36px;
        line-height: 44px; } }
    @media (min-width: 768px) {
      .template-category-page .category-page-blocks-heading, .template-aggregate .category-page-blocks-heading {
        font-size: 48px;
        line-height: 52px; } }

.category-page-blocks .category-page-item + .ad-container {
  margin: 40px 0; }
  .category-page-blocks .category-page-item + .ad-container:after {
    color: #595959;
    font-size: 12px;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    line-height: 1.33;
    text-align: center;
    text-transform: uppercase;
    content: 'Advertisement';
    display: block;
    padding: 0 4px 4px;
    margin-top: 4px;
    width: 100%; }

.category-page-blocks .category-page-item-image-placeholder {
  display: none; }

.category-page-blocks-primary .category-page-item:not(:first-of-type) {
  margin-top: 48px; }

.category-page-blocks-primary .category-page-item-content {
  margin: 16px 0 0; }
  .template-aggregate.node-food .category-page-blocks-primary .category-page-item-content .recipeCard__ratingContainer {
    margin: 8px 0 0; }
  .category-page-blocks-primary .category-page-item-content .category-page-item-description {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    max-height: 120px; }

@media (min-width: 768px) {
  .category-page-blocks-primary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .category-page-blocks-primary .category-page-item {
      flex: 1 0 0; }
      .category-page-blocks-primary .category-page-item-title {
        color: rgba(0, 0, 0, 0.95);
        font-family: "Klein", "Times New Roman", serif;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        letter-spacing: 0; }
      .category-page-blocks-primary .category-page-item:not(:first-of-type) {
        margin-top: 0; }
      .category-page-blocks-primary .category-page-item:first-of-type {
        margin-right: 12px; }
      .category-page-blocks-primary .category-page-item:last-of-type {
        margin-left: 12px; } }

@media (min-width: 1162px) {
  .category-page-blocks-primary .category-page-item:first-of-type {
    margin-right: 16px; }
  .category-page-blocks-primary .category-page-item:last-of-type {
    margin-left: 16px; } }

.category-page-blocks-secondary {
  margin-top: 56px; }
  .category-page-blocks-secondary .category-page-item {
    display: flex;
    margin-top: 16px; }
    .category-page-blocks-secondary .category-page-item:not(:first-of-type) {
      padding-top: 24px;
      margin-top: 24px;
      border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .category-page-blocks-secondary .category-page-item-title {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0;
      margin: 0; }
    .category-page-blocks-secondary .category-page-item-image {
      flex: 0 0 100px; }
      .category-page-blocks-secondary .category-page-item-image img {
        margin-left: 0; }
    .category-page-blocks-secondary .category-page-item-content {
      flex: 1 0 0;
      margin-left: 16px; }
      .template-aggregate.node-food .category-page-blocks-secondary .category-page-item-content .recipeCard__ratingContainer {
        margin: 8px 0 0; }
    .category-page-blocks-secondary .category-page-item-description, .category-page-blocks-secondary .category-page-item-readmore {
      display: none; }
  @media (min-width: 768px) {
    .category-page-blocks-secondary {
      flex-wrap: wrap; }
      .category-page-blocks-secondary .category-page-item {
        margin-top: 24px; }
        .category-page-blocks-secondary .category-page-item:not(:first-of-type) {
          padding-top: 0;
          margin-top: 32px;
          border-top: none; }
        .category-page-blocks-secondary .category-page-item-image {
          flex: 0 0 197px; }
        .category-page-blocks-secondary .category-page-item-content {
          margin-left: 24px; }
        .category-page-blocks-secondary .category-page-item-description {
          display: block;
          font-family: "Source Sans Pro", Arial;
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          letter-spacing: 0; } }
  @media (min-width: 1024px) {
    .category-page-blocks-secondary {
      display: flex;
      margin-right: -24px; }
      .category-page-blocks-secondary .category-page-item {
        margin: 0 24px 0 0;
        display: block;
        flex: 1 0 0; }
        .category-page-blocks-secondary .category-page-item:not(:first-of-type) {
          padding-top: 0;
          margin-top: 0; }
        .category-page-blocks-secondary .category-page-item-image {
          flex: 0 0 226px; }
        .category-page-blocks-secondary .category-page-item-content {
          margin: 16px 0 0; } }
  @media (min-width: 1162px) {
    .category-page-blocks-secondary {
      margin-right: -32px; }
      .category-page-blocks-secondary .category-page-item {
        margin: 0 32px 0 0; }
        .category-page-blocks-secondary .category-page-item-image {
          flex: 0 0 288px; } }

.category-page-videos {
  margin-top: 60px; }
  .category-page-videos .category-page-videos-divider {
    display: none; }
  .category-page-videos .category-page-videos-video-image-placeholder {
    opacity: 0;
    max-width: 100%;
    display: block; }
  .category-page-videos .category-page-videos-video-link-no-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .category-page-videos-heading {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 18px; }
    @media (min-width: 768px) {
      .category-page-videos-heading {
        font-size: 48px;
        line-height: 52px; } }
    @media (min-width: 768px) {
      .category-page-videos-heading {
        font-family: "Kapra", "Times New Roman", serif;
        font-size: 28px;
        line-height: 32px;
        font-weight: 200;
        letter-spacing: 1px;
        font-size: 32px;
        line-height: 36px;
        text-transform: uppercase;
        font-stretch: condensed;
        margin-bottom: 22px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .category-page-videos-heading {
      font-size: 36px;
      line-height: 44px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .category-page-videos-heading {
      font-size: 48px;
      line-height: 52px; } }
    @media (min-width: 1024px) {
      .category-page-videos-heading {
        margin-bottom: 30px; } }
    .template-aggregate.node-food .category-page-videos-heading {
      font-family: "Kapra", "Times New Roman", serif;
      font-size: 28px;
      line-height: 32px;
      font-weight: 200;
      letter-spacing: 1px;
      font-size: 32px;
      line-height: 36px;
      text-transform: uppercase;
      font-stretch: condensed; }
      @media (min-width: 768px) {
        .template-aggregate.node-food .category-page-videos-heading {
          font-size: 36px;
          line-height: 44px; } }
      @media (min-width: 768px) {
        .template-aggregate.node-food .category-page-videos-heading {
          font-size: 48px;
          line-height: 52px; } }
  .category-page-videos-lead {
    margin-bottom: 32px;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .category-page-videos-lead {
        margin-bottom: 48px;
        background: #F2F2F2; } }
    .category-page-videos-lead-content-container {
      padding-top: 16px; }
      @media (min-width: 1024px) {
        .category-page-videos-lead-content-container {
          padding: 32px; } }
      .category-page-videos-lead-content-container .category-page-videos-summary {
        font-family: "Source Sans Pro", Arial;
        margin: 8px 0 0;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 24px;
        max-height: 120px; }
        @media (min-width: 768px) {
          .category-page-videos-lead-content-container .category-page-videos-summary {
            margin-top: 16px; } }
        @media (min-width: 1024px) {
          .category-page-videos-lead-content-container .category-page-videos-summary {
            margin-top: 8px; } }
        @media (min-width: 1162px) {
          .category-page-videos-lead-content-container .category-page-videos-summary {
            margin-top: 16px; } }
        .category-page-videos-lead-content-container .category-page-videos-summary .external-link {
          font-family: "Source Sans Pro", Arial;
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.95);
          padding: 1px 0;
          transition: all .1s ease-in-out;
          text-decoration: none; }
          .category-page-videos-lead-content-container .category-page-videos-summary .external-link:hover, .category-page-videos-lead-content-container .category-page-videos-summary .external-link:focus {
            color: rgba(0, 0, 0, 0.95);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
          .category-page-videos-lead-content-container .category-page-videos-summary .external-link:active {
            color: rgba(0, 0, 0, 0.95);
            box-shadow: inset 0 -1px 0 #595959; }
          .category-page-videos-lead-content-container .category-page-videos-summary .external-link:visited {
            color: #595959;
            box-shadow: inset 0 -1px 0 #595959; }
    .category-page-videos-lead-content {
      font-family: "Klein", "Times New Roman", serif;
      text-transform: none;
      font-size: 28px;
      line-height: 34px;
      font-weight: 800;
      letter-spacing: 0;
      margin: 0;
      display: inline; }
    @media (min-width: 1024px) {
      .category-page-videos-lead .category-page-videos-video {
        float: left;
        margin: 0 32px 0 0;
        width: 66%; } }
    @media (min-width: 1162px) {
      .category-page-videos-lead .category-page-videos-video {
        width: 100%;
        max-width: 820px; } }
    @media (min-width: 1162px) {
      .category-page-videos-lead .category-page-videos-video .inner-container {
        margin-bottom: 0; } }
    .category-page-videos-lead .category-page-videos-video .icon-play-circle-stroke {
      width: 50px; }
      @media (min-width: 768px) {
        .category-page-videos-lead .category-page-videos-video .icon-play-circle-stroke {
          width: 98px; } }
      @media (min-width: 1162px) {
        .category-page-videos-lead .category-page-videos-video .icon-play-circle-stroke {
          width: 106px; } }
      .category-page-videos-lead .category-page-videos-video .icon-play-circle-stroke circle {
        stroke-width: 1; }
  .category-page-videos-carousel {
    position: relative;
    clear: both; }
    .category-page-videos-carousel .category-page-videos-close-btn {
      display: none; }
  .category-page-videos-video {
    display: flex;
    justify-content: center;
    position: relative; }
  .category-page-videos .icon-play-circle-stroke {
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - (48px / 2));
    width: 52px;
    transform: translateY(-50%);
    z-index: 1; }
    .category-page-videos .icon-play-circle-stroke g {
      transform: translateX(1px); }
    .category-page-videos .icon-play-circle-stroke circle {
      fill: rgba(0, 0, 0, 0.65);
      stroke: rgba(255, 255, 255, 0.7);
      stroke-width: 2; }
    .category-page-videos .icon-play-circle-stroke path {
      stroke: none;
      fill: #fff; }
  .category-page-videos-link {
    color: rgba(0, 0, 0, 0.95);
    text-decoration: none;
    display: block;
    position: relative; }
    .category-page-videos-link:hover, .category-page-videos-link:active, .category-page-videos-link:focus {
      color: rgba(0, 0, 0, 0.95);
      text-decoration: underline; }
    .category-page-videos-link:visited {
      color: rgba(0, 0, 0, 0.95); }
  .category-page-videos__prev, .category-page-videos__next {
    display: none; }
    @media (min-width: 768px) {
      .category-page-videos__prev, .category-page-videos__next {
        height: 48px;
        width: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        text-decoration: none;
        border: 3px solid #ac1900;
        background: #ac1900;
        color: #fff;
        position: absolute;
        top: calc(70px - (48px / 2));
        z-index: 1;
        overflow: hidden; }
        .category-page-videos__prev svg, .category-page-videos__next svg {
          width: 32px;
          height: 32px; }
        .category-page-videos__prev:focus, .category-page-videos__prev:hover, .category-page-videos__next:focus, .category-page-videos__next:hover {
          text-decoration: none; }
        .category-page-videos__prev:focus, .category-page-videos__next:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .category-page-videos__prev:active, .category-page-videos__next:active {
          opacity: 0.8; }
        .category-page-videos__prev svg, .category-page-videos__next svg {
          fill: #fff; }
        .category-page-videos__prev:hover, .category-page-videos__next:hover {
          background: #fff;
          border-color: #ac1900;
          color: #ac1900; }
          .category-page-videos__prev:hover svg, .category-page-videos__next:hover svg {
            fill: #ac1900; }
        .category-page-videos__prev:before, .category-page-videos__next:before {
          position: absolute; }
        .category-page-videos__prev[disabled], .category-page-videos__next[disabled] {
          display: none; } }
  @media (min-width: 768px) {
    .category-page-videos__prev {
      left: 8px; } }
  @media (min-width: 768px) {
    .category-page-videos__next {
      right: 8px;
      text-align: right; } }
  .category-page-videos__listWrapper {
    position: relative;
    overflow: hidden; }
  .category-page-videos__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; }
    .category-page-videos__list::-webkit-scrollbar {
      display: none; }
    .category-page-videos__list .category-page-videos-lead-content {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0;
      margin-top: 12px; }
    .category-page-videos__list .category-page-videos-video {
      margin-bottom: 4px; }
  .category-page-videos__listItem {
    display: block;
    position: relative;
    width: 245px;
    min-width: 245px;
    margin-right: 16px; }
    @media (min-width: 768px) {
      .category-page-videos__listItem {
        margin-right: 24px;
        width: 197px;
        min-width: 197px; } }
    @media (min-width: 1024px) {
      .category-page-videos__listItem {
        width: 226px;
        min-width: 226px; } }
    @media (min-width: 1162px) {
      .category-page-videos__listItem {
        margin-right: 32px;
        width: 288px;
        min-width: 288px; } }
    .category-page-videos__listItem img {
      width: 245px; }
      @media (min-width: 768px) {
        .category-page-videos__listItem img {
          width: 197px; } }
      @media (min-width: 1024px) {
        .category-page-videos__listItem img {
          width: 226px; } }
      @media (min-width: 1162px) {
        .category-page-videos__listItem img {
          width: 288px; } }
    .category-page-videos__listItem .category-page-videos-video {
      overflow: hidden;
      height: 138px; }
      @media (min-width: 768px) {
        .category-page-videos__listItem .category-page-videos-video {
          height: 112px; } }
      @media (min-width: 1024px) {
        .category-page-videos__listItem .category-page-videos-video {
          height: 128px; } }
      @media (min-width: 1162px) {
        .category-page-videos__listItem .category-page-videos-video {
          height: 164px; } }
  .category-page-videos.reverse-colors {
    background-color: #ac1900;
    color: #fff; }
    .category-page-videos.reverse-colors .category-page-videos__listItem .category-page-videos-link:link, .category-page-videos.reverse-colors .category-page-videos__listItem .category-page-videos-link:visited, .category-page-videos.reverse-colors .category-page-videos__listItem .category-page-videos-link:hover, .category-page-videos.reverse-colors .category-page-videos__listItem .category-page-videos-link:active, .category-page-videos.reverse-colors .category-page-videos__listItem .category-page-videos-link:focus {
      color: #fff; }
    .category-page-videos.reverse-colors .category-page-videos-date {
      color: #fff; }

.template-aggregate .category-page-videos-carousel .category-page-videos-video .component.lazy-image {
  width: 100%; }

.faceted-search-widget {
  text-align: center; }
  .faceted-search-widget .dropdown {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.95);
    border-radius: 0;
    height: 48px;
    padding: 0 16px;
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
    .faceted-search-widget .dropdown:focus {
      box-shadow: none;
      outline: 2px solid #014ECB;
      outline-offset: 3px; }
    .faceted-search-widget .dropdown:-ms-input-placeholder {
      color: #595959; }
    .faceted-search-widget .dropdown::placeholder, .faceted-search-widget .dropdown::-ms-input-placeholder {
      color: #595959; }
    .faceted-search-widget .dropdown::-moz-placeholder {
      color: #595959;
      opacity: 1; }
    .faceted-search-widget .dropdown-trigger {
      position: absolute;
      right: 0;
      top: 0; }
    .faceted-search-widget .dropdown-wrap {
      position: relative; }
    .faceted-search-widget .dropdown-option.active {
      box-shadow: none;
      outline: 2px solid #014ECB;
      outline-offset: 3px; }
    .faceted-search-widget .dropdown-list {
      position: absolute;
      top: calc(100% + 4px);
      left: 0;
      width: 250px;
      padding: 8px 12px;
      text-align: left;
      max-height: 250px;
      overflow-y: auto;
      background: #fff;
      box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
      pointer-events: none;
      z-index: -1;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s cubic-bezier(0.42, 0, 0.38, 1.34); }
      .faceted-search-widget .dropdown-list.open {
        z-index: 1;
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
  .faceted-search-widget-label {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    display: block;
    margin-bottom: 4px; }
  .faceted-search-widget-dropdown-container, .faceted-search-widget-filter-container {
    margin: 0;
    padding: 0;
    border-width: 0; }
  .faceted-search-widget-element-container:not(:first-child):not(.faceted-search-widget-submit-container) {
    margin-top: 32px; }
    @media (min-width: 768px) {
      .faceted-search-widget-element-container:not(:first-child):not(.faceted-search-widget-submit-container) {
        margin-top: 0; } }
  .faceted-search-widget-text, .faceted-search-widget-dropdown {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.95);
    border-radius: 0;
    height: 48px;
    padding: 0 16px;
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
    .faceted-search-widget-text:focus, .faceted-search-widget-dropdown:focus {
      box-shadow: none;
      outline: 2px solid #014ECB;
      outline-offset: 3px; }
    .faceted-search-widget-text:-ms-input-placeholder, .faceted-search-widget-dropdown:-ms-input-placeholder {
      color: #595959; }
    .faceted-search-widget-text::placeholder, .faceted-search-widget-text::-ms-input-placeholder, .faceted-search-widget-dropdown::placeholder, .faceted-search-widget-dropdown::-ms-input-placeholder {
      color: #595959; }
    .faceted-search-widget-text::-moz-placeholder, .faceted-search-widget-dropdown::-moz-placeholder {
      color: #595959;
      opacity: 1; }
  .faceted-search-widget-dropdown-label {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.95);
    border-radius: 0;
    height: 48px;
    padding: 0 16px;
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
    .faceted-search-widget-dropdown-label:focus {
      box-shadow: none;
      outline: 2px solid #014ECB;
      outline-offset: 3px; }
    .faceted-search-widget-dropdown-label:-ms-input-placeholder {
      color: #595959; }
    .faceted-search-widget-dropdown-label::placeholder, .faceted-search-widget-dropdown-label::-ms-input-placeholder {
      color: #595959; }
    .faceted-search-widget-dropdown-label::-moz-placeholder {
      color: #595959;
      opacity: 1; }
  .faceted-search-widget-dropdown-container .faceted-search-widget-label {
    margin: 0 auto 4px; }
  .faceted-search-widget-dropdown-input {
    position: absolute;
    padding-right: 40px;
    min-width: 230px;
    width: 0;
    height: 0;
    opacity: 0; }
  .faceted-search-widget-dropdown-toggle-arrow {
    top: 12px;
    right: 10px; }
  .faceted-search-widget-dropdown-item {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    font-style: normal;
    position: relative;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 0 0 40px; }
    .faceted-search-widget-dropdown-item.active {
      outline: 3px solid #014ECB;
      outline-offset: -2px;
      box-shadow: none; }
    .faceted-search-widget-dropdown-item:before, .faceted-search-widget-dropdown-item:after {
      content: '';
      position: absolute;
      display: block;
      width: 16px;
      height: 16px;
      top: 16px;
      left: 8px; }
    .faceted-search-widget-dropdown-item:before {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.65);
      border-radius: 1px; }
    .faceted-search-widget-dropdown-item.selected:before {
      background: rgba(0, 0, 0, 0.65); }
    .faceted-search-widget-dropdown-item.selected:after {
      width: 6px;
      height: 12px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      left: 13px; }
    .faceted-search-widget-dropdown-item:hover {
      cursor: pointer; }
  .faceted-search-widget-filter {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
    .faceted-search-widget-filter-container .faceted-search-widget-label {
      display: block;
      margin: 0 auto 4px; }
    .faceted-search-widget-filter-container .faceted-search-widget-filter {
      display: block;
      border-top: 1px solid rgba(0, 0, 0, 0.95);
      border-right: 1px solid rgba(0, 0, 0, 0.95);
      border-left: 1px solid rgba(0, 0, 0, 0.95);
      position: relative; }
      .faceted-search-widget-filter-container .faceted-search-widget-filter:last-of-type {
        border-bottom: 1px solid rgba(0, 0, 0, 0.95); }
        .faceted-search-widget-filter-container .faceted-search-widget-filter:last-of-type .faceted-search-widget-filter-label {
          height: 46px; }
      .faceted-search-widget-filter-container .faceted-search-widget-filter-label {
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .faceted-search-widget-filter-container .faceted-search-widget-filter-choice {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .faceted-search-widget-filter-container .faceted-search-widget-filter-choice:focus + .faceted-search-widget-filter-label {
          box-shadow: none;
          outline: 2px solid #014ECB;
          outline-offset: 3px; }
        .faceted-search-widget-filter-container .faceted-search-widget-filter-choice:hover {
          cursor: pointer; }
        .faceted-search-widget-filter-container .faceted-search-widget-filter-choice:checked + .faceted-search-widget-filter-label {
          color: #fff;
          background: #ac1900; }
  .faceted-search-widget-submit {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    height: 48px;
    padding: 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .faceted-search-widget-submit:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .faceted-search-widget-submit:active {
      opacity: 0.8; }
    .faceted-search-widget-submit:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .faceted-search-widget-submit:active {
      opacity: 0.8; }
    .faceted-search-widget-submit svg path {
      fill: #fff; }
    .faceted-search-widget-submit:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .faceted-search-widget-submit:hover, .faceted-search-widget-submit:active, .faceted-search-widget-submit:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .faceted-search-widget-submit:hover svg path, .faceted-search-widget-submit:active svg path, .faceted-search-widget-submit:focus svg path {
        fill: #fff; }
    .faceted-search-widget-submit[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .faceted-search-widget-submit:active, .faceted-search-widget-submit:hover, .faceted-search-widget-submit:focus {
      border-color: #ac1900; }
    .faceted-search-widget-submit:active, .faceted-search-widget-submit:focus {
      border: 3px solid #014ecb; }
    .faceted-search-widget-submit svg {
      fill: #fff;
      margin-right: 8px; }
    .faceted-search-widget-submit:hover svg {
      fill: #fff; }
    .faceted-search-widget-submit-container {
      display: flex;
      flex-direction: column;
      justify-items: center;
      align-items: center;
      margin: 24px 0 0; }
      @media (min-width: 768px) {
        .faceted-search-widget-submit-container {
          flex-direction: row;
          justify-items: flex-start;
          margin: 8px 0 0; } }
  .faceted-search-widget-all-filters-link {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    font-weight: 700;
    display: inline-block;
    margin: 24px 0 0; }
    .faceted-search-widget-all-filters-link:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .faceted-search-widget-all-filters-link:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .faceted-search-widget-all-filters-link {
        margin: 0 0 0 24px; } }
  .faceted-search-widget .faceted-search-widget-dropdown-label {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    position: relative;
    max-width: 250px;
    text-overflow: ellipsis; }
    .faceted-search-widget .faceted-search-widget-dropdown-label:after {
      width: 0;
      height: 0;
      display: inline-block;
      content: '';
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #111;
      position: absolute;
      content: '';
      top: 50%;
      right: 16px; }
  .faceted-search-widget .faceted-search-widget-dropdown-container .faceted-search-widget-label.faceted-search-widget-dropdown-label {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.95);
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    margin-bottom: 0;
    padding: 0 16px; }
    .faceted-search-widget .faceted-search-widget-dropdown-container .faceted-search-widget-label.faceted-search-widget-dropdown-label:focus {
      outline: 3px solid #014ECB;
      outline-offset: -2px;
      box-shadow: none; }
    .faceted-search-widget .faceted-search-widget-dropdown-container .faceted-search-widget-label.faceted-search-widget-dropdown-label:hover {
      cursor: pointer; }
  @media (min-width: 768px) {
    .faceted-search-widget {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-wrap: wrap;
      max-width: 536px;
      text-align: left; }
      .faceted-search-widget .faceted-search-widget-element-container:not(:first-of-type):not(.faceted-search-widget-submit-container) {
        margin-top: 0; }
      .faceted-search-widget .faceted-search-widget-element-container:not(:last-of-type):not(.faceted-search-widget-submit-container) {
        margin-bottom: 32px; }
      .faceted-search-widget .faceted-search-widget-dropdown-container .faceted-search-widget-label,
      .faceted-search-widget .faceted-search-widget-filter-container .faceted-search-widget-label {
        margin: 0 0 4px; }
      .faceted-search-widget .faceted-search-widget-filter {
        border-bottom: 1px solid rgba(0, 0, 0, 0.95); }
        .faceted-search-widget .faceted-search-widget-filter:focus {
          z-index: 1; }
        .faceted-search-widget .faceted-search-widget-filter:not(:last-of-type) {
          margin-right: -1px; }
        .faceted-search-widget .faceted-search-widget-filter-label {
          padding: 0 24px; }
        .faceted-search-widget .faceted-search-widget-filter-container .faceted-search-widget-filter {
          display: block;
          float: left;
          width: auto; }
          .faceted-search-widget .faceted-search-widget-filter-container .faceted-search-widget-filter:last-of-type .faceted-search-widget-filter-label {
            height: 47px; } }
  @media (min-width: 1024px) {
    .faceted-search-widget {
      justify-content: flex-start; }
      .faceted-search-widget .faceted-search-widget-element-container:not(.faceted-search-widget-submit-container) {
        margin: 0 32px 32px 0; }
      .faceted-search-widget .faceted-search-widget-submit-container {
        margin: 32px 32px 32px 0; } }

.faceted-search-widget-element-container {
  position: relative; }

.faceted-search-widget-fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

.faceted-search-widget-dropdown-input:focus + .faceted-search-widget-dropdown-item:focus {
  outline: 3px solid #014ECB;
  outline-offset: -2px;
  box-shadow: none; }

.faceted-search-widget-dropdown-item.checked:after {
  left: 13px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.faceted-search-widget-dropdown-item.checked:before {
  background: #ac1900;
  box-shadow: 0 0 2px #014ECB; }

.faceted-search-widget-dropdown-list {
  position: absolute;
  padding: 8px 12px;
  top: 100%;
  left: calc(50% - 125px);
  width: 250px;
  max-height: 250px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.38, 1.34); }
  @media (min-width: 768px) {
    .faceted-search-widget-dropdown-list {
      left: 0; } }
  .faceted-search-widget-dropdown-list.is-open {
    opacity: 1;
    z-index: 200;
    visibility: visible;
    pointer-events: auto; }

.js-faceted-search-widget-button {
  overflow: hidden;
  padding-right: 32px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.component.image-filmstrip {
  position: relative;
  background-color: #F2F2F2; }
  .component.image-filmstrip .inner {
    padding-top: 8px;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .component.image-filmstrip .inner.left-mobile {
      justify-content: normal; }
      .component.image-filmstrip .inner.left-mobile .image-slide {
        margin-right: 8px; }
        .component.image-filmstrip .inner.left-mobile .image-slide:last-child {
          margin-right: 0; }
    @media (min-width: 768px) {
      .component.image-filmstrip .inner.left-desktop {
        justify-content: normal; }
        .component.image-filmstrip .inner.left-desktop .image-slide {
          margin-right: 8px; }
          .component.image-filmstrip .inner.left-desktop .image-slide:last-child {
            margin-right: 0; } }
  .component.image-filmstrip .image-slide {
    position: relative;
    margin: 0;
    width: 24%; }
    @media (min-width: 768px) {
      .component.image-filmstrip .image-slide {
        width: 19%; } }
    .component.image-filmstrip .image-slide:nth-child(5) {
      display: none; }
      @media (min-width: 768px) {
        .component.image-filmstrip .image-slide:nth-child(5) {
          display: block; } }
    .component.image-filmstrip .image-slide .ugc-upload-button {
      background: rgba(0, 0, 0, 0.15);
      width: 100%;
      height: 100%;
      border: none; }
      .component.image-filmstrip .image-slide .ugc-upload-button .icon-add-photo {
        background: #fff;
        padding: 8px;
        border-radius: 50%; }
        .component.image-filmstrip .image-slide .ugc-upload-button .icon-add-photo svg path {
          fill: rgba(0, 0, 0, 0.65); }
  .component.image-filmstrip .lazy-image {
    display: block;
    width: 100%; }
  .component.image-filmstrip .component.lazy-image.lazy-image-udf.image-loaded .inner-container {
    display: block; }
  .component.image-filmstrip .plus-slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.65); }
    .component.image-filmstrip .plus-slide.desktop {
      display: none; }
    @media (min-width: 768px) {
      .component.image-filmstrip .plus-slide.mobile {
        display: none; }
      .component.image-filmstrip .plus-slide.desktop {
        display: flex; } }
  .component.image-filmstrip .plus-slide-text {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    font-weight: 700; }
  .component.image-filmstrip .screen-reader-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }

@media (min-width: 768px) {
  .image-container + .component.image-filmstrip {
    max-width: 640px;
    margin: 0 auto; } }

.image-container + .component.image-filmstrip .inner {
  max-width: 550px; }

.component.ugc-reviews {
  display: flex;
  flex-direction: column;
  height: auto; }
  .component.ugc-reviews .ugc-heading {
    color: rgba(0, 0, 0, 0.95);
    margin: 24px 16px; }
    @media (min-width: 1024px) {
      .component.ugc-reviews .ugc-heading {
        margin: 20px 0; } }
    .component.ugc-reviews .ugc-heading .ugc-heading-reviews {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      display: block; }
  .component.ugc-reviews .recipe-reviews-sort {
    margin: 24px 16px; }
    @media (min-width: 1024px) {
      .component.ugc-reviews .recipe-reviews-sort {
        margin: 20px 0; } }
  .component.ugc-reviews .sort-title-reviews {
    display: none; }
  .component.ugc-reviews .sort-options {
    z-index: 2; }
  .component.ugc-reviews .recipe-ad-wrapper {
    background: rgba(0, 0, 0, 0.05);
    padding-top: 0;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .component.ugc-reviews .recipe-ad-wrapper .ad-wrapper {
      width: 300px; }
      .component.ugc-reviews .recipe-ad-wrapper .ad-wrapper:first-child {
        margin-bottom: 24px; }
  .component.ugc-reviews .ugc-recipe-reviews {
    max-width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 24px;
    /* Custom nav */ }
    .component.ugc-reviews .ugc-recipe-reviews .owl-nav {
      display: none; }
    .component.ugc-reviews .ugc-recipe-reviews .ugc-review-nav {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      width: 100%; }
    .component.ugc-reviews .ugc-recipe-reviews .ugc-review-all-link {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: bold;
      letter-spacing: 0;
      flex: 1;
      text-align: center;
      justify-content: center;
      display: flex;
      align-items: center;
      padding: 24px 0;
      color: rgba(0, 0, 0, 0.95); }
      .component.ugc-reviews .ugc-recipe-reviews .ugc-review-all-link .icon {
        margin-right: 8px; }
    .component.ugc-reviews .ugc-recipe-reviews .ugc-review-prev,
    .component.ugc-reviews .ugc-recipe-reviews .ugc-review-next {
      flex: 0 0 67px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 67px;
      width: 67px;
      cursor: pointer;
      border: 1px solid rgba(0, 0, 0, 0.05);
      border-bottom: none;
      border-top: none; }
      .component.ugc-reviews .ugc-recipe-reviews .ugc-review-prev .icon svg polygon,
      .component.ugc-reviews .ugc-recipe-reviews .ugc-review-next .icon svg polygon {
        fill: rgba(0, 0, 0, 0.65); }
      .component.ugc-reviews .ugc-recipe-reviews .ugc-review-prev.disabled,
      .component.ugc-reviews .ugc-recipe-reviews .ugc-review-next.disabled {
        cursor: not-allowed; }
        .component.ugc-reviews .ugc-recipe-reviews .ugc-review-prev.disabled .icon svg,
        .component.ugc-reviews .ugc-recipe-reviews .ugc-review-next.disabled .icon svg {
          opacity: 0.2; }
    .component.ugc-reviews .ugc-recipe-reviews .recipe-review-index {
      background: rgba(0, 0, 0, 0.05);
      color: rgba(0, 0, 0, 0.95);
      display: flex;
      align-items: center;
      height: 40px;
      padding: 0 8px 0 16px;
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0; }
      .component.ugc-reviews .ugc-recipe-reviews .recipe-review-index .recipe-review-index-of {
        flex: 1; }
        .component.ugc-reviews .ugc-recipe-reviews .recipe-review-index .recipe-review-index-of .recipe-review-title {
          border-left: 1px solid rgba(0, 0, 0, 0.15);
          padding-left: 12px;
          margin-left: 12px; }
      .component.ugc-reviews .ugc-recipe-reviews .recipe-review-index .recipe-review-open-in-new {
        height: 24px; }
        .component.ugc-reviews .ugc-recipe-reviews .recipe-review-index .recipe-review-open-in-new .icon svg path {
          fill: rgba(0, 0, 0, 0.15); }
    .component.ugc-reviews .ugc-recipe-reviews .recipe-review-wrapper {
      padding: 0 0 24px;
      margin: 0; }
      .component.ugc-reviews .ugc-recipe-reviews .recipe-review-wrapper .recipe-review-author,
      .component.ugc-reviews .ugc-recipe-reviews .recipe-review-wrapper .recipe-review-rating,
      .component.ugc-reviews .ugc-recipe-reviews .recipe-review-wrapper .recipe-review-body,
      .component.ugc-reviews .ugc-recipe-reviews .recipe-review-wrapper .recipe-review-helpful {
        margin-left: 16px;
        margin-right: 16px; }
    @media (min-width: 1024px) {
      .component.ugc-reviews .ugc-recipe-reviews .ugc-recipe-review {
        margin: 0; } }
  @media (min-width: 768px) {
    .component.ugc-reviews .recipe-ad-wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: 298px;
      position: relative; }
      .component.ugc-reviews .recipe-ad-wrapper:after {
        position: absolute;
        bottom: 0; }
      .component.ugc-reviews .recipe-ad-wrapper .ad-wrapper:nth-child(3) {
        margin-right: 24px;
        margin-bottom: 0;
        margin-top: 0; }
      .component.ugc-reviews .recipe-ad-wrapper .ad-wrapper:nth-child(4) {
        margin-top: 0; } }
  @media (min-width: 1024px) {
    .component.ugc-reviews {
      margin: 32px;
      flex-direction: row; }
      .component.ugc-reviews .recipe-ad-wrapper {
        flex-direction: column;
        justify-content: start;
        height: auto;
        background: none; }
        .component.ugc-reviews .recipe-ad-wrapper .ad-wrapper:first-child {
          margin-bottom: 24px;
          margin-right: 0; }
      .component.ugc-reviews .ugc-recipe-reviews {
        max-width: 596px; }
        .component.ugc-reviews .ugc-recipe-reviews .ugc-heading .recipe-review-author,
        .component.ugc-reviews .ugc-recipe-reviews .ugc-heading .recipe-review-rating,
        .component.ugc-reviews .ugc-recipe-reviews .ugc-heading .recipe-review-body,
        .component.ugc-reviews .ugc-recipe-reviews .ugc-heading .recipe-review-helpful,
        .component.ugc-reviews .ugc-recipe-reviews .recipe-review-wrapper .recipe-review-author,
        .component.ugc-reviews .ugc-recipe-reviews .recipe-review-wrapper .recipe-review-rating,
        .component.ugc-reviews .ugc-recipe-reviews .recipe-review-wrapper .recipe-review-body,
        .component.ugc-reviews .ugc-recipe-reviews .recipe-review-wrapper .recipe-review-helpful {
          margin-left: 0;
          margin-right: 0; }
      .component.ugc-reviews .ugc-content {
        flex: 1; }
      .component.ugc-reviews .right-column {
        flex: 0 0 300px;
        margin-left: 32px;
        padding: 0; } }

.component.ugc-item .recipe-review-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  height: 40px; }
  .component.ugc-item .recipe-review-author .reviewer-image-wrapper {
    flex: 0 0 40px;
    width: 40px;
    height: 40px; }
    .component.ugc-item .recipe-review-author .reviewer-image-wrapper svg {
      border: 1px solid rgba(0, 0, 0, 0.65);
      border-radius: 50%; }
    .component.ugc-item .recipe-review-author .reviewer-image-wrapper .reviewer-image {
      border-radius: 50%;
      width: 40px;
      height: 40px; }
  .component.ugc-item .recipe-review-author .reviewer-name {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: bold;
    margin-left: 8px;
    display: inline-block; }
    .component.ugc-item .recipe-review-author .reviewer-name:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .component.ugc-item .recipe-review-author .reviewer-name:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

.component.ugc-item .recipe-review-byline {
  display: flex;
  flex-wrap: wrap; }

.component.ugc-item .reviewer-name {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.95);
  padding: 1px 0;
  transition: all .1s ease-in-out;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: bold;
  margin-left: 8px;
  display: inline-block; }
  .component.ugc-item .reviewer-name:visited {
    color: #595959;
    box-shadow: inset 0 -1px 0 #595959; }
  .component.ugc-item .reviewer-name:hover {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

.component.ugc-item .recipe-review-allstar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  height: auto;
  margin-left: 8px; }
  .component.ugc-item .recipe-review-allstar path {
    fill: rgba(0, 0, 0, 0.65); }

.component.ugc-item .recipe-review-allstar-label {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.65);
  margin-left: 2px; }

.component.ugc-item .recipe-review-rating {
  display: flex;
  align-items: center; }
  .component.ugc-item .recipe-review-rating .component.recipe-ratings .rating-star {
    width: 20px; }
  .component.ugc-item .recipe-review-rating .recipe-review-date {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin-left: 12px; }

.component.ugc-item .recipe-review-body {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0; }
  .component.ugc-item .recipe-review-body--truncated {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    max-height: 120px; }
    @media (min-width: 768px) {
      .component.ugc-item .recipe-review-body--truncated {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 24px;
        max-height: 48px; } }
    @media (min-width: 1024px) {
      .component.ugc-item .recipe-review-body--truncated {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 24px;
        max-height: 72px; } }
    @media (min-width: 1162px) {
      .component.ugc-item .recipe-review-body--truncated {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 24px;
        max-height: 168px; } }
  .component.ugc-item .recipe-review-body .recipe-review-image-wrapper {
    float: left;
    padding-right: 16px;
    padding-top: 6px; }
    .component.ugc-item .recipe-review-body .recipe-review-image-wrapper .image-overlay {
      height: auto; }
    .component.ugc-item .recipe-review-body .recipe-review-image-wrapper.image-container .component.lazy-image.no-upscale {
      width: 64px; }
      .component.ugc-item .recipe-review-body .recipe-review-image-wrapper.image-container .component.lazy-image.no-upscale img {
        max-width: 64px; }
  .component.ugc-item .recipe-review-body .link-view {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
    .component.ugc-item .recipe-review-body .link-view:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .component.ugc-item .recipe-review-body .link-view:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

.component.ugc-item .recipe-review-helpful {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  margin-top: 16px; }
  .component.ugc-item .recipe-review-helpful svg path {
    fill: #ac1900; }
  .component.ugc-item .recipe-review-helpful.review-helpful-active.fired svg path {
    fill: rgba(0, 0, 0, 0.65); }
  .component.ugc-item .recipe-review-helpful .recipe-review-helpful-link {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    box-shadow: none;
    margin-left: 8px;
    margin-right: 4px; }
    .component.ugc-item .recipe-review-helpful .recipe-review-helpful-link:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .component.ugc-item .recipe-review-helpful .recipe-review-helpful-link:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .component.ugc-item .recipe-review-helpful .recipe-review-helpful-link:hover, .component.ugc-item .recipe-review-helpful .recipe-review-helpful-link:focus {
      box-shadow: none; }
  .component.ugc-item .recipe-review-helpful .recipe-review-helpful-count {
    color: rgba(0, 0, 0, 0.65); }

.component.ugc-item .recipe-photo-caption {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0; }

@media (min-width: 1024px) {
  .template-recipe.modal-active.ugc-modal .component.ugc-reviews .ugc-heading {
    margin: 0 0 20px; } }

@media (min-width: 1024px) {
  .template-recipe.modal-active.ugc-modal .component.ugc-item {
    min-width: 595px;
    width: 100%; }
    .template-recipe.modal-active.ugc-modal .component.ugc-item img {
      max-height: 426px; } }

.template-recipe.modal-active.ugc-modal .component.ugc-item .recipe-review-author {
  height: auto;
  padding: 16px 0 28px; }

.recipe-reviews .component.ugc-review .component.lazy-image.lazy-image-udf.image-loaded {
  width: 64px; }
  .recipe-reviews .component.ugc-review .component.lazy-image.lazy-image-udf.image-loaded .inner-container {
    display: block; }

.recipe-ratings {
  display: inline-flex;
  margin: 16px 0;
  position: relative;
  align-items: center;
  justify-content: center; }
  .recipe-ratings .ratings-count {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    margin-left: 4px; }
  .recipe-ratings .review-star-text {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .recipe-ratings .review-stars-container {
    display: inline-flex; }
  .recipe-ratings .rating-star {
    height: 24px;
    width: 24px; }
    .recipe-ratings .rating-star svg path.rating-star-filled {
      fill: rgba(0, 0, 0, 0.65); }
    .recipe-ratings .rating-star.active svg path.rating-star-filled {
      fill: #ac1900; }
  .recipe-ratings .ratings-dropdown-button {
    display: flex;
    line-height: normal; }
    .recipe-ratings .ratings-dropdown-button .icon-down-triangle svg path {
      fill: rgba(0, 0, 0, 0.65); }
    .recipe-ratings .ratings-dropdown-button.open .icon-down-triangle svg {
      transform: rotate(180deg); }
  .recipe-ratings .ratings-dropdown-menu {
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    display: none;
    padding: 16px;
    position: absolute;
    left: 0;
    top: 36px;
    height: 246px;
    width: 247px;
    z-index: 101; }
    .recipe-ratings .ratings-dropdown-menu.open {
      display: block; }
    .recipe-ratings .ratings-dropdown-menu .rating-reviews {
      padding: 12px 0 8px;
      text-align: center; }
      .recipe-ratings .ratings-dropdown-menu .rating-reviews-link-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex; }
        .recipe-ratings .ratings-dropdown-menu .rating-reviews-link-list-item {
          flex: 1; }
      .recipe-ratings .ratings-dropdown-menu .rating-reviews .ugc-ratings-link {
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        padding: 1px 0;
        transition: all .1s ease-in-out;
        text-decoration: none;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
        .recipe-ratings .ratings-dropdown-menu .rating-reviews .ugc-ratings-link:visited {
          color: #595959;
          box-shadow: inset 0 -1px 0 #595959; }
        .recipe-ratings .ratings-dropdown-menu .rating-reviews .ugc-ratings-link:hover {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .recipe-ratings .ratings-text-label {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    display: none;
    line-height: 44px;
    margin-left: 12px;
    padding-left: 12px; }

.ugc-upload-content:focus-within .ratings-input {
  border-bottom: 1px dotted #ac1900; }

.recipe-ratings .ratings-input {
  border: none;
  padding: 0;
  margin: 0;
  border: 1px solid transparent; }
  .recipe-ratings .ratings-input .ratings-legend {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .recipe-ratings .ratings-input .rating-star-label {
    cursor: pointer; }
    .recipe-ratings .ratings-input .rating-star-label svg path {
      fill: #ac1900;
      stroke: #ac1900;
      stroke-width: 2px; }
  .recipe-ratings .ratings-input .rating-star-input:checked ~ .rating-star-label svg path {
    fill: none;
    stroke: rgba(0, 0, 0, 0.65); }
  .recipe-ratings .ratings-input:hover .rating-star-input + .rating-star-label svg path {
    fill: #ac1900;
    stroke: #ac1900; }
  .recipe-ratings .ratings-input .rating-star-input.visually-hidden:hover ~ .rating-star-label svg path,
  .recipe-ratings .ratings-input .rating-star-input:focus ~ .rating-star-label svg path {
    fill: none;
    stroke: rgba(0, 0, 0, 0.65); }
  .recipe-ratings .ratings-input .rating-star-input.visually-hidden:hover + .rating-star-label svg path,
  .recipe-ratings .ratings-input .rating-star-input:focus + .rating-star-label svg path,
  .recipe-ratings .ratings-input .rating-star-input:checked + .rating-star-label svg path {
    fill: #ac1900;
    stroke: #ac1900; }
  .recipe-ratings .ratings-input .rating-star-input.visually-hidden:hover + .rating-star-label .ratings-text-label,
  .recipe-ratings .ratings-input .rating-star-input:focus + .rating-star-label .ratings-text-label,
  .recipe-ratings .ratings-input .rating-star-input:checked + .rating-star-label .ratings-text-label {
    background: #fff;
    display: block;
    position: absolute;
    left: 240px;
    top: 0;
    width: 112px; }
  .recipe-ratings .ratings-input .rating-star-input:focus + .rating-star-label {
    border-bottom: 1px solid #ac1900; }

.recipe-ratings-list .ratings-count {
  display: block;
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  font-style: italic;
  padding-bottom: 16px;
  text-align: center; }

.recipe-ratings-list .ratings-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.recipe-ratings-list .rating {
  align-items: center;
  display: flex;
  padding: 4px; }
  .recipe-ratings-list .rating .rating-stars {
    font-size: 14px;
    line-height: 20px;
    padding-right: 4px;
    width: 14px;
    text-align: center; }
    .recipe-ratings-list .rating .rating-stars-subtext {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
  .recipe-ratings-list .rating .icon-recipe-rating-star {
    height: 20px;
    padding-right: 12px; }
    .recipe-ratings-list .rating .icon-recipe-rating-star svg path {
      fill: #ac1900; }
  .recipe-ratings-list .rating .rating-count {
    color: rgba(0, 0, 0, 0.65);
    font-size: 12px;
    line-height: 16px;
    padding-left: 8px; }

.recipe-ratings-list .rating-bar-wrapper {
  background: rgba(0, 0, 0, 0.15);
  display: block;
  flex: 0 0 136px;
  height: 10px;
  position: relative; }
  .recipe-ratings-list .rating-bar-wrapper .rating-bar {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    height: 10px;
    top: 0;
    left: 0; }

#reviewSection {
  position: absolute;
  top: -60px; }
  @media (min-width: 768px) {
    #reviewSection {
      top: -190px; } }

.faceted-search-filters {
  display: none; }
  @media (max-width: 1024px) {
    .faceted-search-filters.exposed {
      display: block;
      position: fixed;
      top: 60px;
      left: 0;
      background: #fff;
      width: 100%;
      height: calc(100% - 140px);
      z-index: 299; }
      .faceted-search-filters.exposed .faceted-search-filters-top {
        padding: 16px; } }
  .faceted-search-filters-form {
    position: relative; }
  .faceted-search-filters-scrollable {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 210px); }
    @media (min-width: 1024px) {
      .faceted-search-filters-scrollable {
        max-height: none; } }
  .faceted-search-filters-prompt {
    color: rgba(0, 0, 0, 0.95);
    text-decoration: none;
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -16px -16px 0;
    width: 142px;
    border-radius: 28px;
    position: fixed;
    bottom: 66px;
    right: 34px;
    height: 56px;
    z-index: 1;
    background: #ac1900;
    border: none; }
    .faceted-search-filters-prompt:hover, .faceted-search-filters-prompt:active, .faceted-search-filters-prompt:focus {
      color: rgba(0, 0, 0, 0.95);
      text-decoration: none; }
    .faceted-search-filters-prompt:visited {
      color: rgba(0, 0, 0, 0.95); }
    .faceted-search-filters-prompt:hover, .faceted-search-filters-prompt:focus {
      background: #ac1900; }
    .faceted-search-filters-prompt:focus:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .faceted-search-filters-prompt:focus:active {
      opacity: 0.8; }
    .faceted-search-filters-prompt:active {
      background: #ac1900; }
    .faceted-search-filters-prompt-no {
      display: inline-block;
      text-align: center;
      background: rgba(0, 0, 0, 0.65);
      border-radius: 50%;
      color: #fff;
      width: 24px;
      height: 24px;
      line-height: 22px;
      margin-right: 12px;
      font-weight: normal; }
    .faceted-search-filters-prompt-label {
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 0;
      display: flex;
      align-items: center; }
      .faceted-search-filters-prompt-label-number {
        margin-left: 3px; }
      .faceted-search-filters-prompt-label .icon-tune {
        margin-right: 8px; }
      .faceted-search-filters-prompt-label svg path {
        fill: #fff; }
    @media (min-width: 1024px) {
      .faceted-search-filters-prompt {
        display: none; } }
  .faceted-search-filters-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.95);
    color: rgba(0, 0, 0, 0.95); }
    @media (min-width: 1024px) {
      .faceted-search-filters-top {
        color: rgba(0, 0, 0, 0.95);
        background-color: transparent; } }
    .faceted-search-filters-top svg path {
      fill: rgba(0, 0, 0, 0.95); }
      @media (min-width: 1024px) {
        .faceted-search-filters-top svg path {
          fill: rgba(0, 0, 0, 0.95); } }
  .faceted-search-filters-close {
    background: transparent;
    border-width: 0;
    border-radius: 0; }
    .faceted-search-filters-close:focus {
      box-shadow: none;
      outline: 2px solid #014ECB;
      outline-offset: 3px; }
    .faceted-search-filters-close svg {
      width: 14px;
      height: 14px; }
    .faceted-search-filters-close path {
      fill: rgba(0, 0, 0, 0.65); }
  .faceted-search-filters-heading {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0; }
  .faceted-search-filters-clearall {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 16px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    border: 1px solid #ac1900;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.95);
    background: #fff;
    color: rgba(0, 0, 0, 0.95);
    text-transform: none; }
    .faceted-search-filters-clearall:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .faceted-search-filters-clearall:active {
      opacity: 0.8; }
    .faceted-search-filters-clearall:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .faceted-search-filters-clearall:active {
      opacity: 0.8; }
    .faceted-search-filters-clearall svg path {
      fill: rgba(0, 0, 0, 0.95); }
    .faceted-search-filters-clearall:visited {
      border: 3px solid rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
    .faceted-search-filters-clearall:hover, .faceted-search-filters-clearall:active, .faceted-search-filters-clearall:focus {
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff;
      background: rgba(0, 0, 0, 0.95); }
      .faceted-search-filters-clearall:hover svg path, .faceted-search-filters-clearall:active svg path, .faceted-search-filters-clearall:focus svg path {
        fill: #fff; }
    .faceted-search-filters-clearall[disabled] {
      border: 3px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.65); }
    .faceted-search-filters-clearall:active, .faceted-search-filters-clearall:focus {
      border: 3px solid #014ecb; }
    .faceted-search-filters-clearall:focus {
      box-shadow: none;
      outline: 2px solid #014ECB;
      outline-offset: 3px; }
    .faceted-search-filters-clearall.disabled {
      color: #fff;
      background-color: #D9D9D9;
      border: 3px solid #D9D9D9;
      pointer-events: none; }
  .faceted-search-filters-available {
    padding: 0 16px 96px; }
    .faceted-search-filters-available-item, .faceted-search-filters-available-item-nested {
      padding: 0 0 16px 0; }
      .faceted-search-filters-available-item:not(:last-of-type), .faceted-search-filters-available-item-nested:not(:last-of-type) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.95); }
      .faceted-search-filters-available-item .icon-up, .faceted-search-filters-available-item-nested .icon-up {
        display: block; }
      .faceted-search-filters-available-item .icon-down, .faceted-search-filters-available-item-nested .icon-down {
        display: none; }
      .faceted-search-filters-available-item.collapsed .faceted-search-filters-available-item-body,
      .faceted-search-filters-available-item.collapsed .faceted-search-filters-available-item-nested-body,
      .faceted-search-filters-available-item.collapsed .icon-up, .faceted-search-filters-available-item-nested.collapsed .faceted-search-filters-available-item-body,
      .faceted-search-filters-available-item-nested.collapsed .faceted-search-filters-available-item-nested-body,
      .faceted-search-filters-available-item-nested.collapsed .icon-up {
        display: none; }
      .faceted-search-filters-available-item.collapsed .icon-down, .faceted-search-filters-available-item-nested.collapsed .icon-down {
        display: block; }
      .faceted-search-filters-available-item.collapsed .faceted-search-filters-available-item-header, .faceted-search-filters-available-item-nested.collapsed .faceted-search-filters-available-item-header {
        margin-bottom: 0; }
      .faceted-search-filters-available-item-header, .faceted-search-filters-available-item-nested-header {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 16px;
        margin-bottom: 8px; }
        .faceted-search-filters-available-item-header-collapse-button, .faceted-search-filters-available-item-nested-header-collapse-button {
          height: 24px;
          width: 24px;
          background-color: #F2F2F2;
          border: none;
          height: 18px;
          width: 18px;
          padding: 0; }
          .faceted-search-filters-available-item-header-collapse-button:focus, .faceted-search-filters-available-item-nested-header-collapse-button:focus {
            outline: 3px solid #014ECB;
            outline-offset: -2px;
            box-shadow: none; }
          .faceted-search-filters-available-item-header-collapse-button .icon,
          .faceted-search-filters-available-item-header-collapse-button svg, .faceted-search-filters-available-item-nested-header-collapse-button .icon,
          .faceted-search-filters-available-item-nested-header-collapse-button svg {
            outline: none; }
          .faceted-search-filters-available-item-header-collapse-button:not(.collapsed)[aria-expanded='true'], .faceted-search-filters-available-item-nested-header-collapse-button:not(.collapsed)[aria-expanded='true'] {
            background-color: #ac1900; }
            .faceted-search-filters-available-item-header-collapse-button:not(.collapsed)[aria-expanded='true'] svg path, .faceted-search-filters-available-item-nested-header-collapse-button:not(.collapsed)[aria-expanded='true'] svg path {
              fill: #fff; }
          .faceted-search-filters-available-item-header-collapse-button.collapsed, .faceted-search-filters-available-item-nested-header-collapse-button.collapsed {
            background-color: #ac1900;
            border-radius: 2px; }
            .faceted-search-filters-available-item-header-collapse-button.collapsed svg path, .faceted-search-filters-available-item-nested-header-collapse-button.collapsed svg path {
              fill: #fff; }
      .faceted-search-filters-available-item-filter-choices, .faceted-search-filters-available-item-nested-filter-choices {
        -moz-appearance: none;
             appearance: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        background: #fff;
        border: 1px solid #595959;
        border-radius: 0;
        height: 48px;
        padding: 0 16px;
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0;
        width: 100%;
        padding-right: 30px; }
        .faceted-search-filters-available-item-filter-choices:focus, .faceted-search-filters-available-item-nested-filter-choices:focus {
          box-shadow: none;
          outline: 2px solid #014ECB;
          outline-offset: 3px; }
        .faceted-search-filters-available-item-filter-choices:-ms-input-placeholder, .faceted-search-filters-available-item-nested-filter-choices:-ms-input-placeholder {
          color: #595959; }
        .faceted-search-filters-available-item-filter-choices::placeholder, .faceted-search-filters-available-item-filter-choices::-ms-input-placeholder, .faceted-search-filters-available-item-nested-filter-choices::placeholder, .faceted-search-filters-available-item-nested-filter-choices::-ms-input-placeholder {
          color: #595959; }
        .faceted-search-filters-available-item-filter-choices::-moz-placeholder, .faceted-search-filters-available-item-nested-filter-choices::-moz-placeholder {
          color: #595959;
          opacity: 1; }
        .faceted-search-filters-available-item-filter-choices-label, .faceted-search-filters-available-item-nested-filter-choices-label {
          display: block;
          margin-bottom: 4px;
          font-family: "Source Sans Pro", Arial;
          font-size: 16px;
          line-height: 24px;
          font-weight: 700;
          letter-spacing: 0; }
        .faceted-search-filters-available-item-filter-choices-input-wrapper, .faceted-search-filters-available-item-nested-filter-choices-input-wrapper {
          position: relative; }
      .faceted-search-filters-available-item-body, .faceted-search-filters-available-item-filter-choices-wrapper, .faceted-search-filters-available-item-nested-body, .faceted-search-filters-available-item-nested-filter-choices-wrapper {
        position: relative;
        margin-top: 16px; }
        .faceted-search-filters-available-item-body.exclude-option, .faceted-search-filters-available-item-filter-choices-wrapper.exclude-option, .faceted-search-filters-available-item-nested-body.exclude-option, .faceted-search-filters-available-item-nested-filter-choices-wrapper.exclude-option {
          margin-top: 32px; }
        .faceted-search-filters-available-item-body .icon-close, .faceted-search-filters-available-item-filter-choices-wrapper .icon-close, .faceted-search-filters-available-item-nested-body .icon-close, .faceted-search-filters-available-item-nested-filter-choices-wrapper .icon-close {
          position: absolute;
          top: 16px;
          right: 16px; }
          .faceted-search-filters-available-item-body .icon-close svg, .faceted-search-filters-available-item-filter-choices-wrapper .icon-close svg, .faceted-search-filters-available-item-nested-body .icon-close svg, .faceted-search-filters-available-item-nested-filter-choices-wrapper .icon-close svg {
            width: 15px;
            height: 14px; }
          .faceted-search-filters-available-item-body .icon-close path, .faceted-search-filters-available-item-filter-choices-wrapper .icon-close path, .faceted-search-filters-available-item-nested-body .icon-close path, .faceted-search-filters-available-item-nested-filter-choices-wrapper .icon-close path {
            fill: rgba(0, 0, 0, 0.65); }
        .faceted-search-filters-available-item-body input::-webkit-calendar-picker-indicator, .faceted-search-filters-available-item-filter-choices-wrapper input::-webkit-calendar-picker-indicator, .faceted-search-filters-available-item-nested-body input::-webkit-calendar-picker-indicator, .faceted-search-filters-available-item-nested-filter-choices-wrapper input::-webkit-calendar-picker-indicator {
          display: none; }
      .faceted-search-filters-available-item-select-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-select-parent-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-nested-select-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-nested-select-parent-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:after {
        background-color: transparent;
        border: solid 1px #fff;
        border-width: 0 2px 2px 0;
        left: 5px;
        opacity: 1;
        transform: rotate(45deg); }
      .faceted-search-filters-available-item-select-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-select-parent-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-parent-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:before {
        border-color: #ac1900;
        background-color: #ac1900;
        color: #fff; }
      .faceted-search-filters-available-item-select-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-select-parent-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-nested-select-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-nested-select-parent-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:after {
        top: 0;
        left: 5px; }
      .faceted-search-filters-available-item-select-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:hover:before, .faceted-search-filters-available-item-select-parent-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:hover:before, .faceted-search-filters-available-item-nested-select-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:hover:before, .faceted-search-filters-available-item-nested-select-parent-input[type="checkbox"]:checked + .faceted-search-filters-available-item-select-label:hover:before {
        border-color: #ac1900;
        background-color: #ac1900;
        color: #fff; }
      .faceted-search-filters-available-item-select-input[type="checkbox"]:focus + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-select-parent-input[type="checkbox"]:focus + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-input[type="checkbox"]:focus + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-parent-input[type="checkbox"]:focus + .faceted-search-filters-available-item-select-label:before {
        box-shadow: none;
        outline: 2px solid #014ECB;
        outline-offset: 3px; }
      .faceted-search-filters-available-item-select input[type="checkbox"], .faceted-search-filters-available-item-select-parent input[type="checkbox"], .faceted-search-filters-available-item-nested-select input[type="checkbox"], .faceted-search-filters-available-item-nested-select-parent input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-select-label, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-select-parent-label, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-nested-select-label, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-nested-select-parent-label {
        position: relative;
        padding-left: 26px;
        cursor: pointer; }
        .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-select-parent-label:before, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-select-parent-label:after, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-nested-select-label:before, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-nested-select-label:after, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-nested-select-parent-label:before, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-nested-select-parent-label:after {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          display: inline-block; }
        .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-select-parent-label:before, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-nested-select-label:before, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-nested-select-parent-label:before {
          width: 18px;
          height: 18px;
          border-radius: 3px;
          border: 2px solid rgba(0, 0, 0, 0.65);
          background-color: transparent; }
        .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-select-parent-label:after, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-nested-select-label:after, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-nested-select-parent-label:after {
          opacity: 0; }
        .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-select-parent-label:after, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-nested-select-label:after, .faceted-search-filters-available-item-select-wrapper-checkbox .faceted-search-filters-available-item-nested-select-parent-label:after {
          top: 0;
          left: 5px;
          width: 8px;
          height: 12px;
          border: solid 1px #fff;
          border-width: 0 2px 2px 0;
          background-color: transparent;
          transform: rotate(45deg); }
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input:focus + .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input:focus + .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input:focus + .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input:focus + .faceted-search-filters-available-item-select-label {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper:active {
        opacity: 0.8; }
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input[disabled="disabled"] + .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input[disabled="disabled"] + .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input[disabled="disabled"] + .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input[disabled="disabled"] + .faceted-search-filters-available-item-select-label {
        opacity: 0.15; }
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper:active {
        opacity: 1; }
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-label {
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0;
        padding: 10px 16px;
        border-radius: 24px;
        border-width: 3px;
        border-style: solid;
        text-transform: none; }
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label {
        border-color: #595959;
        color: rgba(0, 0, 0, 0.95);
        background-color: #fff; }
        .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label:hover {
          border-color: #595959;
          color: rgba(0, 0, 0, 0.95);
          background-color: #D9D9D9; }
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input:not(:checked):active + .faceted-search-filters-available-item-select-label,
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input:not(:checked):active + .faceted-search-filters-available-item-select-label,
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input:not(:checked):active + .faceted-search-filters-available-item-select-label,
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input:not(:checked):active + .faceted-search-filters-available-item-select-label,
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label:active {
        opacity: 1;
        border-color: #595959;
        color: #fff;
        background-color: #595959; }
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label {
        border-color: #595959;
        color: #fff;
        background-color: #595959; }
        .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:hover {
          border-color: rgba(0, 0, 0, 0.95);
          color: #fff;
          background-color: rgba(0, 0, 0, 0.95); }
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input:checked:active + .faceted-search-filters-available-item-select-label,
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input:checked:active + .faceted-search-filters-available-item-select-label,
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input:checked:active + .faceted-search-filters-available-item-select-label,
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input:checked:active + .faceted-search-filters-available-item-select-label,
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:active {
        opacity: 1;
        border-color: #595959;
        color: rgba(0, 0, 0, 0.95);
        background-color: #fff; }
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper {
        display: inline-block;
        margin: 8px 8px 8px 0; }
        .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper.hide, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper.hide, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper.hide, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper.hide {
          display: none; }
        .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option {
          background-color: #008000;
          border-color: #008000; }
          .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option span {
            color: #fff;
            display: inline-block; }
            .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option span:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option span:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option span:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option span:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option span:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option span:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option span:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option span:before {
              content: '+'; }
          .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:hover {
            background-color: rgba(0, 0, 0, 0.95); }
          .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active {
            background-color: #fff;
            border: 2px solid rgba(0, 0, 0, 0.95); }
            .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active span {
              color: rgba(0, 0, 0, 0.95); }
            .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active svg path, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active svg path, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active svg path, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active svg path, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active svg path, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active svg path, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active svg path, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active svg path {
              fill: rgba(0, 0, 0, 0.65); }
        .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option {
          background-color: #cc0000;
          border-color: #cc0000; }
          .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option span {
            color: #fff;
            display: inline-block; }
            .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option span:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option span:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option span:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option span:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option span:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option span:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option span:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option span:before {
              content: '-'; }
          .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:hover {
            background-color: rgba(0, 0, 0, 0.95); }
          .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active {
            background-color: #fff;
            border: 2px solid rgba(0, 0, 0, 0.95); }
            .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active span, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active span {
              color: rgba(0, 0, 0, 0.95); }
            .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active svg path, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active svg path, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active svg path, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active svg path, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active svg path, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active svg path, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active svg path, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active svg path {
              fill: rgba(0, 0, 0, 0.65); }
        .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.include-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label.exclude-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.include-option:focus, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:hover, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:active, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label.exclude-option:focus {
          border-color: rgba(0, 0, 0, 0.65); }
        .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label .close-icon, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label .close-icon, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label .close-icon, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label .close-icon, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label .close-icon, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label .close-icon, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:not(:checked) + .faceted-search-filters-available-item-select-label .close-icon, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label .close-icon {
          vertical-align: middle; }
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-input, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-input, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-input, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-input {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0; }
      .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-label:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-wrapper .faceted-search-filters-available-item-select-label:after, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-label:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-select-parent-wrapper .faceted-search-filters-available-item-select-label:after, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-label:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-wrapper .faceted-search-filters-available-item-select-label:after, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-label:before, .faceted-search-filters__selectChip .faceted-search-filters-available-item-nested-select-parent-wrapper .faceted-search-filters-available-item-select-label:after {
        content: none; }
      .faceted-search-filters-available-item-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper, .faceted-search-filters-available-item-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper, .faceted-search-filters-available-item-nested-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper, .faceted-search-filters-available-item-nested-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper {
        position: relative; }
        .faceted-search-filters-available-item-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input, .faceted-search-filters-available-item-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input, .faceted-search-filters-available-item-nested-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input, .faceted-search-filters-available-item-nested-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          z-index: 1;
          cursor: pointer; }
          .faceted-search-filters-available-item-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:focus + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:focus + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:focus + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:focus + .faceted-search-filters-available-item-select-label:before {
            outline: 3px solid #014ECB;
            outline-offset: 1px;
            box-shadow: none; }
          .faceted-search-filters-available-item-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:active, .faceted-search-filters-available-item-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:active, .faceted-search-filters-available-item-nested-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:active, .faceted-search-filters-available-item-nested-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:active {
            opacity: 0.8; }
          .faceted-search-filters-available-item-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:focus, .faceted-search-filters-available-item-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:focus, .faceted-search-filters-available-item-nested-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:focus, .faceted-search-filters-available-item-nested-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:focus {
            outline: 0; }
          .faceted-search-filters-available-item-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:hover:checked + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:hover:checked + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:hover:checked + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:hover:checked + .faceted-search-filters-available-item-select-label:before {
            border: 2px solid rgba(0, 0, 0, 0.95);
            background-color: rgba(0, 0, 0, 0.95); }
          .faceted-search-filters-available-item-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:hover:checked + .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:hover:checked + .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-nested-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:hover:checked + .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-nested-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:hover:checked + .faceted-search-filters-available-item-select-label:after {
            background-color: rgba(0, 0, 0, 0.95); }
          .faceted-search-filters-available-item-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:before {
            border: 2px solid #ac1900; }
          .faceted-search-filters-available-item-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-nested-select-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:after, .faceted-search-filters-available-item-nested-select-parent-wrapper-radio .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:checked + .faceted-search-filters-available-item-select-label:after {
            content: '';
            display: inline-block;
            position: absolute;
            left: 5px;
            top: 5px;
            width: 10px;
            height: 10px;
            background-color: #ac1900;
            border-radius: 50%; }
      .faceted-search-filters-available-item-select-wrapper-radio .faceted-search-filters-available-item-select-label, .faceted-search-filters-available-item-select-parent-wrapper-radio .faceted-search-filters-available-item-select-label, .faceted-search-filters-available-item-nested-select-wrapper-radio .faceted-search-filters-available-item-select-label, .faceted-search-filters-available-item-nested-select-parent-wrapper-radio .faceted-search-filters-available-item-select-label {
        position: relative;
        padding-left: 26px; }
        .faceted-search-filters-available-item-select-wrapper-radio .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-select-parent-wrapper-radio .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-wrapper-radio .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-parent-wrapper-radio .faceted-search-filters-available-item-select-label:before {
          content: '';
          display: inline-block;
          position: absolute;
          left: 0;
          top: 0;
          border: 2px solid rgba(0, 0, 0, 0.65);
          border-radius: 50%;
          width: 20px;
          height: 20px; }
      .faceted-search-filters-available-item-select-input, .faceted-search-filters-available-item-select-parent-input, .faceted-search-filters-available-item-nested-select-input, .faceted-search-filters-available-item-nested-select-parent-input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 1; }
        .faceted-search-filters-available-item-select-input-wrapper, .faceted-search-filters-available-item-select-parent-input-wrapper, .faceted-search-filters-available-item-nested-select-input-wrapper, .faceted-search-filters-available-item-nested-select-parent-input-wrapper {
          position: relative;
          margin: 4px 0;
          height: 40px; }
          .faceted-search-filters-available-item-select-input-wrapper.hide, .faceted-search-filters-available-item-select-parent-input-wrapper.hide, .faceted-search-filters-available-item-nested-select-input-wrapper.hide, .faceted-search-filters-available-item-nested-select-parent-input-wrapper.hide {
            display: none; }
          .faceted-search-filters-available-item-select-input-wrapper.disabled, .faceted-search-filters-available-item-select-parent-input-wrapper.disabled, .faceted-search-filters-available-item-nested-select-input-wrapper.disabled, .faceted-search-filters-available-item-nested-select-parent-input-wrapper.disabled {
            color: rgba(0, 0, 0, 0.3); }
            .faceted-search-filters-available-item-select-input-wrapper.disabled .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-select-parent-input-wrapper.disabled .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-input-wrapper.disabled .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-parent-input-wrapper.disabled .faceted-search-filters-available-item-select-label:before {
              border-color: rgba(0, 0, 0, 0.3); }
            .faceted-search-filters-available-item-select-input-wrapper.disabled:after, .faceted-search-filters-available-item-select-parent-input-wrapper.disabled:after, .faceted-search-filters-available-item-nested-select-input-wrapper.disabled:after, .faceted-search-filters-available-item-nested-select-parent-input-wrapper.disabled:after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 2;
              display: block;
              background: transparent; }
          .faceted-search-filters-available-item-select-input-wrapper .faceted-search-filters-available-item-select-input:hover:checked + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-select-parent-input-wrapper .faceted-search-filters-available-item-select-input:hover:checked + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-input-wrapper .faceted-search-filters-available-item-select-input:hover:checked + .faceted-search-filters-available-item-select-label:before, .faceted-search-filters-available-item-nested-select-parent-input-wrapper .faceted-search-filters-available-item-select-input:hover:checked + .faceted-search-filters-available-item-select-label:before {
            border: 2px solid rgba(0, 0, 0, 0.95);
            background-color: rgba(0, 0, 0, 0.95); }
      .faceted-search-filters-available-item-select-label, .faceted-search-filters-available-item-select-parent-label, .faceted-search-filters-available-item-nested-select-label, .faceted-search-filters-available-item-nested-select-parent-label {
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0; }
      .faceted-search-filters-available-item-select-wrapper, .faceted-search-filters-available-item-select-parent-wrapper, .faceted-search-filters-available-item-nested-select-wrapper, .faceted-search-filters-available-item-nested-select-parent-wrapper {
        border-width: 0;
        padding: 12px 0 0;
        margin-bottom: -6px; }
    .faceted-search-filters-available-input {
      -moz-appearance: none;
           appearance: none;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      background: #fff;
      border: 1px solid #595959;
      border-radius: 0;
      height: 48px;
      padding: 0 16px;
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      width: 100%; }
      .faceted-search-filters-available-input:focus {
        box-shadow: none;
        outline: 2px solid #014ECB;
        outline-offset: 3px; }
      .faceted-search-filters-available-input:-ms-input-placeholder {
        color: #595959; }
      .faceted-search-filters-available-input::placeholder, .faceted-search-filters-available-input::-ms-input-placeholder {
        color: #595959; }
      .faceted-search-filters-available-input::-moz-placeholder {
        color: #595959;
        opacity: 1; }
      .faceted-search-filters-available-input-label {
        cursor: pointer;
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0;
        font-size: 18px;
        line-height: 28px; }
    .faceted-search-filters-available-item-nested {
      padding: 0 0 24px; }
      .faceted-search-filters-available-item-nested-header {
        justify-content: unset; }
        .faceted-search-filters-available-item-nested-header .faceted-search-filters-available-item-select-parent-label {
          margin-left: 8px; }
      .faceted-search-filters-available-item-nested:not(:last-of-type) {
        border-bottom: none; }
      .faceted-search-filters-available-item-nested:first-of-type {
        margin-top: 24px; }
      .faceted-search-filters-available-item-nested-select-input-wrapper {
        margin: 24px auto 0 32px;
        height: unset; }
      .faceted-search-filters-available-item-nested-select-parent-input-wrapper {
        margin: 0;
        height: 24px; }
        .faceted-search-filters-available-item-nested-select-parent-input-wrapper .faceted-search-filters-available-item-select-label-inner {
          display: block;
          transform: translateY(-2px); }
      .faceted-search-filters-available-item-nested .faceted-search-filters-available-input-label {
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0; }
    .faceted-search-filters-available-input-autocomplete-clear, .faceted-search-filters-available-item-filter-choices-clear {
      display: none; }
    .faceted-search-filters-available-switch-toggle-input {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 1; }
      .faceted-search-filters-available-switch-toggle-input:checked + .faceted-search-filters-available-switch-toggle-label:after {
        background-color: #ac1900;
        left: 18px;
        opacity: 1;
        transform: rotate(45deg); }
      .faceted-search-filters-available-switch-toggle-input:checked + .faceted-search-filters-available-switch-toggle-label:before {
        border: 2px solid #ac1900; }
    .faceted-search-filters-available-switch-toggle-label {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      position: relative;
      padding-left: 48px;
      cursor: pointer;
      display: block; }
      .faceted-search-filters-available-switch-toggle-label:before, .faceted-search-filters-available-switch-toggle-label:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: inline-block; }
      .faceted-search-filters-available-switch-toggle-label:before {
        width: 40px;
        height: 24px;
        background-color: #fff;
        border-radius: 1rem;
        border: 2px solid rgba(0, 0, 0, 0.65);
        transition: background-color 0.25s ease; }
      .faceted-search-filters-available-switch-toggle-label:after {
        top: 3px;
        left: 5px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.65);
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
        transition: left 0.25s ease; }
    .faceted-search-filters-available-options-wrapper .icon.include-option, .faceted-search-filters-available-options-wrapper .icon.icon.exclude-option {
      bottom: 12px;
      right: 0;
      padding: 6px 16px 0 0;
      position: absolute; }
    .faceted-search-filters-available-options-wrapper .faceted-search-filters-available-option-header {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: 700;
      margin: 16px 0 4px; }
    .faceted-search-filters-available-options-wrapper .faceted-search-filters-available-item-filter-choices-clear {
      right: 0;
      padding: 6px 16px 0 0;
      top: 10px; }
  .faceted-search-filters-update-results {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95); }
    .faceted-search-filters-update-results:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .faceted-search-filters-update-results:active {
      opacity: 0.8; }
    .faceted-search-filters-update-results:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .faceted-search-filters-update-results:active {
      opacity: 0.8; }
    .faceted-search-filters-update-results svg path {
      fill: #fff; }
    .faceted-search-filters-update-results:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .faceted-search-filters-update-results:hover, .faceted-search-filters-update-results:active, .faceted-search-filters-update-results:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .faceted-search-filters-update-results:hover svg path, .faceted-search-filters-update-results:active svg path, .faceted-search-filters-update-results:focus svg path {
        fill: #fff; }
    .faceted-search-filters-update-results[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .faceted-search-filters-update-results:active, .faceted-search-filters-update-results:hover, .faceted-search-filters-update-results:focus {
      border-color: #ac1900; }
    .faceted-search-filters-update-results:active, .faceted-search-filters-update-results:focus {
      border: 3px solid #014ecb; }
    .faceted-search-filters-update-results-wrapper {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background: #fff;
      box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
      display: flex;
      align-items: center;
      justify-content: center; }
  .faceted-search-filters .faceted-search-dual-range-slider-container .value-display-container, .faceted-search-filters .faceted-search-single-range-slider-container .value-display-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 16px; }
    .faceted-search-filters .faceted-search-dual-range-slider-container .value-display-container .value1, .faceted-search-filters .faceted-search-dual-range-slider-container .value-display-container .value2, .faceted-search-filters .faceted-search-single-range-slider-container .value-display-container .value1, .faceted-search-filters .faceted-search-single-range-slider-container .value-display-container .value2 {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: bold; }
  .faceted-search-filters .faceted-search-dual-range-slider-container .range, .faceted-search-filters .faceted-search-single-range-slider-container .range {
    position: relative;
    height: 8px; }
  .faceted-search-filters .faceted-search-dual-range-slider-container .range input, .faceted-search-filters .faceted-search-single-range-slider-container .range input {
    width: 100%;
    position: absolute;
    top: 2px;
    height: 0;
    -webkit-appearance: none; }
    .faceted-search-filters .faceted-search-dual-range-slider-container .range input::-webkit-slider-thumb, .faceted-search-filters .faceted-search-single-range-slider-container .range input::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 18px;
      height: 18px;
      margin: -8px 0  0;
      border-radius: 50%;
      background: #0053c0;
      cursor: pointer;
      border: 0 !important; }
    .faceted-search-filters .faceted-search-dual-range-slider-container .range input::-moz-range-thumb, .faceted-search-filters .faceted-search-single-range-slider-container .range input::-moz-range-thumb {
      width: 18px;
      height: 18px;
      margin: -8px 0  0;
      border-radius: 50%;
      background: #0053c0;
      cursor: pointer;
      border: 0 !important; }
    .faceted-search-filters .faceted-search-dual-range-slider-container .range input::-ms-thumb, .faceted-search-filters .faceted-search-single-range-slider-container .range input::-ms-thumb {
      width: 18px;
      height: 18px;
      margin: -8px 0  0;
      border-radius: 50%;
      background: #0053c0;
      cursor: pointer;
      border: 0 !important; }
    .faceted-search-filters .faceted-search-dual-range-slider-container .range input::-webkit-slider-runnable-track, .faceted-search-filters .faceted-search-single-range-slider-container .range input::-webkit-slider-runnable-track {
      width: 100%;
      height: 2px;
      cursor: pointer; }
    .faceted-search-filters .faceted-search-dual-range-slider-container .range input::-moz-range-track, .faceted-search-filters .faceted-search-single-range-slider-container .range input::-moz-range-track {
      width: 100%;
      height: 2px;
      cursor: pointer; }
    .faceted-search-filters .faceted-search-dual-range-slider-container .range input::-ms-track, .faceted-search-filters .faceted-search-single-range-slider-container .range input::-ms-track {
      width: 100%;
      height: 2px;
      cursor: pointer; }
    .faceted-search-filters .faceted-search-dual-range-slider-container .range input:focus, .faceted-search-filters .faceted-search-single-range-slider-container .range input:focus {
      background: none;
      outline: none; }
  .faceted-search-filters .faceted-search-dual-range-slider-container .range-labels, .faceted-search-filters .faceted-search-single-range-slider-container .range-labels {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between; }
    .faceted-search-filters .faceted-search-dual-range-slider-container .range-labels .range-value, .faceted-search-filters .faceted-search-single-range-slider-container .range-labels .range-value {
      display: inline;
      font-size: 14px;
      text-align: center;
      position: relative; }
      .faceted-search-filters .faceted-search-dual-range-slider-container .range-labels .range-value.show, .faceted-search-filters .faceted-search-single-range-slider-container .range-labels .range-value.show {
        width: 40px; }
        .faceted-search-filters .faceted-search-dual-range-slider-container .range-labels .range-value.show:before, .faceted-search-filters .faceted-search-single-range-slider-container .range-labels .range-value.show:before {
          position: absolute;
          top: -21.5px;
          right: 0;
          left: 0;
          content: "";
          margin: 0 auto;
          width: 4px;
          height: 4px;
          background: #ac1900;
          border-radius: 50%;
          z-index: 1; }
        .faceted-search-filters .faceted-search-dual-range-slider-container .range-labels .range-value.show.first, .faceted-search-filters .faceted-search-single-range-slider-container .range-labels .range-value.show.first {
          width: auto; }
          .faceted-search-filters .faceted-search-dual-range-slider-container .range-labels .range-value.show.first:before, .faceted-search-filters .faceted-search-single-range-slider-container .range-labels .range-value.show.first:before {
            right: auto; }
        .faceted-search-filters .faceted-search-dual-range-slider-container .range-labels .range-value.show.last, .faceted-search-filters .faceted-search-single-range-slider-container .range-labels .range-value.show.last {
          text-align: right;
          width: auto; }
          .faceted-search-filters .faceted-search-dual-range-slider-container .range-labels .range-value.show.last:before, .faceted-search-filters .faceted-search-single-range-slider-container .range-labels .range-value.show.last:before {
            left: auto; }
  .faceted-search-filters .faceted-search-dual-range-slider-container .faceted-search-slider-middle, .faceted-search-filters .faceted-search-single-range-slider-container .faceted-search-slider-middle {
    position: relative;
    width: 100%; }
  .faceted-search-filters .faceted-search-dual-range-slider-container .faceted-search-slider, .faceted-search-filters .faceted-search-single-range-slider-container .faceted-search-slider {
    position: relative;
    z-index: 1;
    height: 8px; }
    .faceted-search-filters .faceted-search-dual-range-slider-container .faceted-search-slider.initial .range, .faceted-search-filters .faceted-search-single-range-slider-container .faceted-search-slider.initial .range {
      background-color: rgba(0, 0, 0, 0.65); }
    .faceted-search-filters .faceted-search-dual-range-slider-container .faceted-search-slider.initial .thumb, .faceted-search-filters .faceted-search-dual-range-slider-container .faceted-search-slider.initial .track, .faceted-search-filters .faceted-search-single-range-slider-container .faceted-search-slider.initial .thumb, .faceted-search-filters .faceted-search-single-range-slider-container .faceted-search-slider.initial .track {
      border: 2px solid rgba(0, 0, 0, 0.65); }
  .faceted-search-filters .faceted-search-dual-range-slider-container .faceted-search-slider > .track, .faceted-search-filters .faceted-search-single-range-slider-container .faceted-search-slider > .track {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    border: 2px solid #ac1900;
    background-color: #fff; }
  .faceted-search-filters .faceted-search-dual-range-slider-container .faceted-search-slider > .range, .faceted-search-filters .faceted-search-single-range-slider-container .faceted-search-slider > .range {
    position: absolute;
    z-index: 2;
    left: 0%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #ac1900; }
  .faceted-search-filters .faceted-search-dual-range-slider-container .faceted-search-slider > .thumb, .faceted-search-filters .faceted-search-single-range-slider-container .faceted-search-slider > .thumb {
    position: absolute;
    z-index: 3;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 2px solid #ac1900;
    border-radius: 50%; }
  .faceted-search-filters .faceted-search-dual-range-slider-container .faceted-search-slider > .thumb.left, .faceted-search-filters .faceted-search-single-range-slider-container .faceted-search-slider > .thumb.left {
    left: 25%;
    transform: translate(-5px, -5px); }
  .faceted-search-filters .faceted-search-dual-range-slider-container .faceted-search-slider > .thumb.right, .faceted-search-filters .faceted-search-single-range-slider-container .faceted-search-slider > .thumb.right {
    right: 25%;
    transform: translate(8px, -5px); }
  .faceted-search-filters .faceted-search-dual-range-slider-container input[type=range], .faceted-search-filters .faceted-search-single-range-slider-container input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
    height: 10px;
    width: 100%;
    opacity: 0; }
  .faceted-search-filters .faceted-search-dual-range-slider-container input[type=range]::-webkit-slider-thumb, .faceted-search-filters .faceted-search-single-range-slider-container input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 0 none;
    -webkit-appearance: none; }
  @media (min-width: 1024px) {
    .faceted-search-filters-wrapper {
      background: #F2F2F2; }
      .faceted-search-filters-wrapper.docked {
        position: fixed;
        width: 300px; }
        .faceted-search-filters-wrapper.docked.belowFooter {
          position: absolute; }
      .faceted-search-filters-wrapper.facetedSearchFilters--fixed, .faceted-search-filters-wrapper.facetedSearchFilters--absolute {
        width: inherit;
        overflow: hidden; }
      .faceted-search-filters-wrapper.facetedSearchFilters--fixed {
        position: fixed; }
      .faceted-search-filters-wrapper.facetedSearchFilters--absolute {
        position: absolute; }
    .faceted-search-filters-top {
      height: 64px;
      padding: 16px 0;
      margin: 0 16px;
      border-bottom-width: 2px; }
    .faceted-search-filters-close {
      display: none; }
    .faceted-search-filters-update-results-wrapper {
      position: static;
      height: auto;
      background: transparent;
      box-shadow: none;
      padding: 24px 0; } }
  .faceted-search-filters .faceted-search-show-more-button-wrapper {
    display: flex;
    align-items: center; }
    .faceted-search-filters .faceted-search-show-more-button-wrapper label {
      margin: 0;
      margin-right: 5px;
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0; }
    .faceted-search-filters .faceted-search-show-more-button-wrapper .faceted-search-show-more-button-icon.collapsed .icon-up {
      display: none; }
    .faceted-search-filters .faceted-search-show-more-button-wrapper .faceted-search-show-more-button-icon.collapsed .icon-down {
      display: inline-block; }

.component.search-ingredient-form {
  margin: auto; }
  @media (min-width: 768px) {
    .component.search-ingredient-form {
      width: 70%; } }
  @media (min-width: 1024px) {
    .component.search-ingredient-form {
      width: 80%;
      margin: unset; } }
  .component.search-ingredient-form .hidden-label {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .component.search-ingredient-form .form-label {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95); }
  .component.search-ingredient-form .form-row {
    margin: 4px 0 20px;
    display: flex;
    height: 48px; }
    .component.search-ingredient-form .form-row .sr-only {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .component.search-ingredient-form .form-row .search-field {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      border: none;
      padding: 3px 15px;
      margin: 4px; }
      .component.search-ingredient-form .form-row .search-field:focus {
        outline: none; }
    .component.search-ingredient-form .form-row:focus-within {
      outline: 2px solid #014ECB; }
    .component.search-ingredient-form .form-row.primary {
      border: 1px solid rgba(0, 0, 0, 0.65);
      margin-bottom: 40px; }
      .component.search-ingredient-form .form-row.primary .search-field {
        color: rgba(0, 0, 0, 0.95);
        width: 100%; }
      .component.search-ingredient-form .form-row.primary.error {
        border: 1px solid #cc0000; }
    .component.search-ingredient-form .form-row.secondary {
      border: 1px solid rgba(0, 0, 0, 0.65); }
      .component.search-ingredient-form .form-row.secondary .search-field {
        width: calc(100% - 50px); }
      .component.search-ingredient-form .form-row.secondary .filter-button {
        display: flex;
        align-items: center;
        margin-right: -1px;
        padding: 0; }
        .component.search-ingredient-form .form-row.secondary .filter-button:focus {
          outline: 3px solid #014ECB;
          outline-offset: -2px;
          box-shadow: none; }
        .component.search-ingredient-form .form-row.secondary .filter-button .icon {
          margin: 0 auto; }
  .component.search-ingredient-form .filter-lists {
    display: flex;
    flex-wrap: wrap; }
    .component.search-ingredient-form .filter-lists.tag-list-include, .component.search-ingredient-form .filter-lists.tag-list-exclude {
      margin-bottom: 20px; }
    .component.search-ingredient-form .filter-lists .filter-tag {
      border: 1px solid #F2F2F2;
      display: inline-block;
      color: #fff;
      margin: 4px;
      padding: 8px;
      border-radius: 62px;
      font-weight: 700; }
      .component.search-ingredient-form .filter-lists .filter-tag:focus {
        outline: 3px solid #014ECB;
        outline-offset: -2px;
        box-shadow: none; }
      .component.search-ingredient-form .filter-lists .filter-tag .search-tag {
        vertical-align: super; }
      .component.search-ingredient-form .filter-lists .filter-tag:hover, .component.search-ingredient-form .filter-lists .filter-tag:active, .component.search-ingredient-form .filter-lists .filter-tag:focus {
        background-color: #fff;
        border-color: rgba(0, 0, 0, 0.65); }
      .component.search-ingredient-form .filter-lists .filter-tag.filter-included:before, .component.search-ingredient-form .filter-lists .filter-tag.filter-excluded:before {
        vertical-align: super;
        padding-left: 8px; }
      .component.search-ingredient-form .filter-lists .filter-tag.filter-included {
        background-color: #008000; }
        .component.search-ingredient-form .filter-lists .filter-tag.filter-included:before {
          content: '+'; }
      .component.search-ingredient-form .filter-lists .filter-tag.filter-excluded {
        background-color: #cc0000; }
        .component.search-ingredient-form .filter-lists .filter-tag.filter-excluded:before {
          content: '-'; }
  .component.search-ingredient-form .search-button {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    border-radius: 4px;
    margin: 0 auto;
    color: #fff;
    background: #ac1900;
    text-transform: none;
    width: 100%;
    height: 48px; }
    .component.search-ingredient-form .search-button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.search-ingredient-form .search-button:active {
      opacity: 0.8; }
    .component.search-ingredient-form .search-button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.search-ingredient-form .search-button:active {
      opacity: 0.8; }
    .component.search-ingredient-form .search-button svg path {
      fill: #fff; }
    .component.search-ingredient-form .search-button:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .component.search-ingredient-form .search-button:hover, .component.search-ingredient-form .search-button:active, .component.search-ingredient-form .search-button:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .component.search-ingredient-form .search-button:hover svg path, .component.search-ingredient-form .search-button:active svg path, .component.search-ingredient-form .search-button:focus svg path {
        fill: #fff; }
    .component.search-ingredient-form .search-button[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .component.search-ingredient-form .search-button:active, .component.search-ingredient-form .search-button:hover, .component.search-ingredient-form .search-button:focus {
      border-color: #ac1900; }
    .component.search-ingredient-form .search-button:active, .component.search-ingredient-form .search-button:focus {
      border: 3px solid #014ecb; }

/* Style to override the look of the "Search by Ingredient menu item */
.partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.pos-pre-0 {
  margin-bottom: 10px; }

.search-by-ingredient-menu-item .main-channel {
  display: none; }
  @media (min-width: 1024px) {
    .search-by-ingredient-menu-item .main-channel {
      display: block; } }

.partial.modal.hamburger .modal-wrapper .hamburger-menu .search-by-ingredient-mobile {
  width: 100%; }
  .partial.modal.hamburger .modal-wrapper .hamburger-menu .search-by-ingredient-mobile.show {
    display: block;
    position: relative;
    opacity: 1;
    right: 0; }

.partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item {
  padding-bottom: 0; }
  .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item .submenu-link {
    text-transform: none; }
    .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item .submenu-link .search-by-ingredient-menu-text {
      letter-spacing: 1px; }
    .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item .submenu-link .icon.search {
      background-color: transparent; }
      @media (min-width: 1024px) {
        .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item .submenu-link .icon.search {
          margin-right: 8px; } }
      .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item .submenu-link .icon.search .icon-search svg {
        height: 24px;
        width: 24px; }
  @media (min-width: 1024px) {
    .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item.selected .submenu-link .icon.search {
      margin-left: auto; } }
  .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item:not(.selected) .submenu-link .search-by-ingredient-menu-text {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    font-weight: 700;
    box-shadow: none;
    letter-spacing: 1px; }
    .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item:not(.selected) .submenu-link .search-by-ingredient-menu-text:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item:not(.selected) .submenu-link .search-by-ingredient-menu-text:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item:not(.selected) .submenu-link .search-by-ingredient-menu-text:hover {
      box-shadow: none; }
  .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item .promotional-tile {
    width: 193px;
    min-height: 348px;
    border: 2px solid #e1dfdd;
    position: relative; }
    .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item .promotional-tile:before, .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item .promotional-tile:after {
      content: ' ';
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      background-color: #e1dfdd;
      border: 4px solid #fff;
      border-radius: 50%; }
    .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item .promotional-tile:before {
      top: -5px;
      left: -5px; }
    .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item .promotional-tile:after {
      bottom: -5px;
      right: -5px; }
    .partial.modal.hamburger .modal-wrapper .hamburger-menu .menu-item-main.parent-menu.search-by-ingredient-menu-item .promotional-tile .headline {
      color: #f44336; }

.recipe-reviews-sort {
  position: relative; }
  .recipe-reviews-sort .sort-title-trigger {
    color: rgba(0, 0, 0, 0.95); }
  .recipe-reviews-sort .sort-title-reviews,
  .recipe-reviews-sort .sort-title-selected {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
  .recipe-reviews-sort .sort-title-reviews {
    display: inline-block;
    width: 64px; }
  .recipe-reviews-sort .sort-title-selected {
    font-weight: 700; }
  .recipe-reviews-sort .sort-options {
    display: none;
    width: 144px;
    background-color: #fff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 28px;
    left: 68px;
    z-index: 1; }
    .recipe-reviews-sort .sort-options.open {
      display: block; }
  .recipe-reviews-sort .sort-option {
    display: flex;
    padding: 16px;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95); }
    .recipe-reviews-sort .sort-option.active .sort-option-check .icon-check {
      display: inline-block; }
  .recipe-reviews-sort .sort-option-title {
    padding-left: 4px; }
  .recipe-reviews-sort .sort-option-check {
    width: 20px;
    height: 20px; }
    .recipe-reviews-sort .sort-option-check .icon-check {
      display: none;
      fill: #ac1900; }
  .recipe-reviews-sort.sort-tabs {
    margin-top: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    @media (min-width: 768px) {
      .recipe-reviews-sort.sort-tabs {
        margin-top: 64px; } }
    .recipe-reviews-sort.sort-tabs .sort-title {
      margin-bottom: 12px; }
      @media (min-width: 1024px) {
        .recipe-reviews-sort.sort-tabs .sort-title {
          display: none; } }
    @media (min-width: 1024px) {
      .recipe-reviews-sort.sort-tabs .sort-options {
        display: flex;
        text-align: center;
        width: auto;
        box-shadow: none;
        position: relative;
        top: auto;
        left: auto; }
      .recipe-reviews-sort.sort-tabs .sort-option {
        display: block;
        flex: 1;
        padding: 0 0 16px; }
        .recipe-reviews-sort.sort-tabs .sort-option.active, .recipe-reviews-sort.sort-tabs .sort-option:hover {
          font-weight: 700;
          border-bottom: 4px solid #f44336; }
      .recipe-reviews-sort.sort-tabs .sort-option-check {
        display: none; }
      .recipe-reviews-sort.sort-tabs .sort-option-title {
        padding-left: 0; } }

.component.external-disclaimer {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.modal-active.ugc-upload-modal,
.modal-active.ugc-upload-reply-modal {
  overflow: hidden; }
  .modal-active.ugc-upload-modal .modal.ugc-upload-modal,
  .modal-active.ugc-upload-modal .modal.ugc-upload-reply-modal,
  .modal-active.ugc-upload-reply-modal .modal.ugc-upload-modal,
  .modal-active.ugc-upload-reply-modal .modal.ugc-upload-reply-modal {
    position: fixed;
    width: 100vw;
    height: 85vh;
    max-width: 100%;
    max-height: 570px; }
    .modal-active.ugc-upload-modal .modal.ugc-upload-modal .content,
    .modal-active.ugc-upload-modal .modal.ugc-upload-reply-modal .content,
    .modal-active.ugc-upload-reply-modal .modal.ugc-upload-modal .content,
    .modal-active.ugc-upload-reply-modal .modal.ugc-upload-reply-modal .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      background: #fff;
      overflow-y: auto; }
    .modal-active.ugc-upload-modal .modal.ugc-upload-modal .component.ugc-upload,
    .modal-active.ugc-upload-modal .modal.ugc-upload-reply-modal .component.ugc-upload,
    .modal-active.ugc-upload-reply-modal .modal.ugc-upload-modal .component.ugc-upload,
    .modal-active.ugc-upload-reply-modal .modal.ugc-upload-reply-modal .component.ugc-upload {
      height: 100%; }
    @media (min-width: 1024px) {
      .modal-active.ugc-upload-modal .modal.ugc-upload-modal,
      .modal-active.ugc-upload-modal .modal.ugc-upload-reply-modal,
      .modal-active.ugc-upload-reply-modal .modal.ugc-upload-modal,
      .modal-active.ugc-upload-reply-modal .modal.ugc-upload-reply-modal {
        height: 80vh;
        max-width: 736px; } }

.modal-active.ugc-upload-modal .modal.ugc-upload-modal,
.modal-active.ugc-upload-reply-modal .modal.ugc-upload-reply-modal {
  display: block; }

.mdex-test.template-article .ugc-upload-modal .close,
.mdex-test.template-article .ugc-upload-reply-modal .close,
.mdex-test.template-project .ugc-upload-modal .close,
.mdex-test.template-project .ugc-upload-reply-modal .close {
  width: 120px; }

.mdex-test.template-article .ugc-upload-modal .dialog-close-text,
.mdex-test.template-article .ugc-upload-reply-modal .dialog-close-text,
.mdex-test.template-project .ugc-upload-modal .dialog-close-text,
.mdex-test.template-project .ugc-upload-reply-modal .dialog-close-text {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  top: 23px;
  right: 24px;
  color: #fff; }

.component.ugc-upload.ugc-upload-with-photo .ugc-upload-header {
  display: flex; }

.component.ugc-upload.ugc-upload-with-photo .ugc-upload-headline {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 28px;
  line-height: 32px;
  max-height: 96px; }

.component.ugc-upload.ugc-upload-with-photo .ugc-photo-upload-wrapper {
  margin-right: 16px; }

@media (min-width: 768px) {
  .component.ugc-upload.ugc-upload-with-photo .ugc-upload-headline {
    max-height: none; }
  .component.ugc-upload.ugc-upload-with-photo .ugc-upload-header {
    display: block; }
  .component.ugc-upload.ugc-upload-with-photo .ugc-upload-inner {
    position: relative; }
  .component.ugc-upload.ugc-upload-with-photo .ugc-upload-rating,
  .component.ugc-upload.ugc-upload-with-photo .ugc-upload-text {
    margin-right: 332px; }
  .component.ugc-upload.ugc-upload-with-photo .ugc-photo-upload-wrapper {
    position: absolute;
    bottom: 70px;
    right: 0;
    margin-right: 32px; } }

@media (min-width: 1024px) {
  .component.ugc-upload.ugc-upload-with-photo .ugc-photo-upload-wrapper {
    bottom: 76px; } }

.component.ugc-upload .ugc-upload-banner {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: #ac1900;
  color: #fff;
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700; }
  @media (min-width: 1024px) {
    .component.ugc-upload .ugc-upload-banner {
      padding: 8px 32px; } }
  .component.ugc-upload .ugc-upload-banner svg {
    fill: #fff;
    margin-right: 8px; }

.component.ugc-upload .ugc-upload-content {
  padding: 24px 16px 0; }
  @media (min-width: 768px) {
    .component.ugc-upload .ugc-upload-content {
      padding: 32px 32px 0; } }

.component.ugc-upload .ugc-upload-headline {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0; }
  @media (min-width: 768px) {
    .component.ugc-upload .ugc-upload-headline {
      font-size: 36px;
      line-height: 44px; } }

.component.ugc-upload .ugc-upload-rating .rating-star {
  width: auto;
  height: auto;
  cursor: pointer; }

.component.ugc-upload .ugc-upload-submit {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  text-transform: none;
  display: block;
  margin: 24px auto; }
  .component.ugc-upload .ugc-upload-submit:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .component.ugc-upload .ugc-upload-submit:active {
    opacity: 0.8; }
  .component.ugc-upload .ugc-upload-submit:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .component.ugc-upload .ugc-upload-submit:active {
    opacity: 0.8; }
  .component.ugc-upload .ugc-upload-submit svg path {
    fill: #fff; }
  .component.ugc-upload .ugc-upload-submit:visited {
    background: rgba(0, 0, 0, 0.95);
    color: #fff; }
  .component.ugc-upload .ugc-upload-submit:hover, .component.ugc-upload .ugc-upload-submit:active, .component.ugc-upload .ugc-upload-submit:focus {
    background: #ac1900;
    border-color: #ac1900;
    color: #fff; }
    .component.ugc-upload .ugc-upload-submit:hover svg path, .component.ugc-upload .ugc-upload-submit:active svg path, .component.ugc-upload .ugc-upload-submit:focus svg path {
      fill: #fff; }
  .component.ugc-upload .ugc-upload-submit[disabled] {
    border: 3px solid #D9D9D9;
    background-color: #D9D9D9;
    color: #fff; }
  .component.ugc-upload .ugc-upload-submit:active, .component.ugc-upload .ugc-upload-submit:hover, .component.ugc-upload .ugc-upload-submit:focus {
    border-color: #ac1900; }
  .component.ugc-upload .ugc-upload-submit:active, .component.ugc-upload .ugc-upload-submit:focus {
    border: 3px solid #014ecb; }
  @media (min-width: 1024px) {
    .component.ugc-upload .ugc-upload-submit {
      margin: 32px auto; } }

.component.ugc-upload .ugc-upload-text textarea {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 24px;
  border: 1px solid #595959;
  width: 100%;
  min-height: 200px; }
  @media (min-width: 768px) {
    .component.ugc-upload .ugc-upload-text textarea {
      min-height: 240px; } }

.component.ugc-upload .ugc-upload-thankyou {
  display: none;
  text-align: center;
  background-color: #f44336;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .component.ugc-upload .ugc-upload-thankyou svg {
    fill: #fff; }

.component.ugc-upload .ugc-upload-thankyou-text {
  color: rgba(0, 0, 0, 0.95);
  font-family: "Klein", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 24px auto;
  max-width: 280px;
  color: #fff; }

.component.ugc-upload.submitted .ugc-upload-inner {
  display: none; }

.component.ugc-upload.submitted .ugc-upload-thankyou {
  display: flex; }

.component.saga-ribbon {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 30px 0 10px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  z-index: 100; }
  @media (min-width: 768px) {
    .component.saga-ribbon {
      flex-direction: row; } }
  .component.saga-ribbon .saga-ribbon__header-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex: 1 1 auto;
    width: 100%;
    max-width: none; }
    @media (min-width: 768px) {
      .component.saga-ribbon .saga-ribbon__header-container {
        max-width: auto; } }
  .component.saga-ribbon .saga-ribbon__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #4a1607;
    color: #fff;
    font-family: "Source Sans Pro", Arial;
    font-weight: 600;
    font-size: 22px;
    flex: 1 1 auto;
    justify-content: center;
    padding-left: 0;
    width: 100%;
    white-space: normal;
    z-index: 100;
    height: 48px; }
    @media (min-width: 768px) {
      .component.saga-ribbon .saga-ribbon__header {
        padding-left: 20%;
        white-space: nowrap;
        height: 60px; } }
    .component.saga-ribbon .saga-ribbon__header .saga-ribbon__image {
      height: 65px;
      width: 65px;
      min-width: 70px;
      border-radius: 50%;
      border: 5px solid #902c0e;
      background-size: cover;
      background-position: 50% 10%;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
      margin: -10px 10px 25px 10px; }
      @media (min-width: 768px) {
        .component.saga-ribbon .saga-ribbon__header .saga-ribbon__image {
          height: 70px;
          width: 70px;
          margin: 0 15px 0 0; } }
  .component.saga-ribbon .saga-ribbon__title {
    font-size: 22px;
    font-family: "Source Sans Pro", Arial;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center; }
    @media (min-width: 768px) {
      .component.saga-ribbon .saga-ribbon__title {
        font-size: 25px;
        text-align: auto; } }
  .component.saga-ribbon .saga-ribbon__detail {
    background: #fff;
    pointer-events: auto;
    color: rgba(0, 0, 0, 0.95);
    flex: 0 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Source Sans Pro", Arial;
    justify-content: center;
    white-space: nowrap;
    width: 100%;
    padding: 14px 0;
    cursor: pointer; }
    .component.saga-ribbon .saga-ribbon__detail .saga-ribbon__top-ribbon {
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .component.saga-ribbon .saga-ribbon__detail {
        padding: 0;
        pointer-events: none;
        justify-content: flex-start;
        border: none; }
        .component.saga-ribbon .saga-ribbon__detail .saga-ribbon__top-ribbon {
          justify-content: flex-start; } }
    .component.saga-ribbon .saga-ribbon__detail .saga-ribbon__count {
      color: rgba(0, 0, 0, 0.95);
      font-size: 16px;
      font-weight: 400;
      font-family: "Source Sans Pro", Arial;
      line-height: normal;
      letter-spacing: normal;
      text-transform: uppercase; }
      .component.saga-ribbon .saga-ribbon__detail .saga-ribbon__count .since-date {
        font-weight: 900;
        text-transform: initial; }
      @media (min-width: 768px) {
        .component.saga-ribbon .saga-ribbon__detail .saga-ribbon__count {
          margin: 0 10px;
          color: rgba(0, 0, 0, 0.95); } }
    .component.saga-ribbon .saga-ribbon__detail:before {
      content: '';
      display: none;
      border-color: #4a1607 #fff transparent transparent;
      border-width: 60px 20px 0 0;
      border-style: solid; }
      @media (min-width: 768px) {
        .component.saga-ribbon .saga-ribbon__detail:before {
          display: block; } }
    .component.saga-ribbon .saga-ribbon__detail .saga-ribbon__more {
      color: transparent;
      display: none;
      position: absolute;
      pointer-events: auto;
      background: #CCE1FF;
      border-radius: 3px;
      margin: 0 10px;
      font-size: 16px;
      letter-spacing: 1px;
      font-weight: 700;
      font-family: "Source Sans Pro", Arial;
      cursor: pointer;
      transition: background 0.3s;
      height: 100%; }
      @media (min-width: 768px) {
        .component.saga-ribbon .saga-ribbon__detail .saga-ribbon__more {
          color: #fff;
          position: static;
          height: auto;
          display: inline-block; } }
      .component.saga-ribbon .saga-ribbon__detail .saga-ribbon__more .saga-ribbon__more-link {
        color: #fff;
        width: auto;
        display: inline-block;
        padding: 10px 20px; }
      .component.saga-ribbon .saga-ribbon__detail .saga-ribbon__more:hover {
        background: #396322;
        transition: background 0.3s; }

.component.saga-ribbon .saga-ribbon__controls .saga__visible, .component.saga-timeline .saga__visible {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s; }

.component.saga-ribbon .saga-ribbon__controls .saga__hidden, .component.saga-timeline .saga__hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s; }

.component.saga {
  background: linear-gradient(#4a1607, #ac1900);
  transform: translateX(-16px);
  color: #fff;
  font-family: "Source Sans Pro", Arial;
  margin: 30px 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: calc(100% + 32px);
  max-width: calc(100% + 32px); }
  @media (min-width: 768px) {
    .component.saga {
      transform: translateX(0);
      border-radius: 5px;
      width: 640px;
      max-width: initial; } }
  .component.saga .saga-timeline__skip {
    background-color: #4a1607;
    color: #fff;
    padding: 5px;
    position: absolute;
    left: -1000px; }
    .component.saga .saga-timeline__skip:focus {
      left: 0; }
  .component.saga .saga-timeline__headline {
    font-size: 24px;
    font-family: "Klein", "Times New Roman", serif;
    line-height: 32px;
    text-align: center;
    font-weight: 600;
    margin: 20px auto 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; }
    .component.saga .saga-timeline__headline svg {
      margin: 0 10px; }
      .component.saga .saga-timeline__headline svg path {
        fill: #fff; }
  .component.saga .saga-timeline__count {
    font-size: 12px;
    font-family: "Source Sans Pro", Arial;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    margin: 5px auto 20px; }
    .component.saga .saga-timeline__count .since-date {
      text-transform: uppercase; }
  .component.saga .saga-timeline__tout-container {
    display: flex;
    flex-direction: row;
    z-index: 200;
    transition: 0.5s margin-left; }
    .component.saga .saga-timeline__tout-container .saga-timeline__tout {
      position: relative;
      color: #fff;
      border: 1px solid #396322;
      border-radius: 5px;
      height: 200px;
      width: 200px;
      flex-shrink: 0;
      margin: 0 3px 18px;
      background-size: cover;
      background-position: 50% 0%;
      z-index: 100; }
      @media (min-width: 768px) {
        .component.saga .saga-timeline__tout-container .saga-timeline__tout {
          height: 300px;
          width: 300px; } }
      .component.saga .saga-timeline__tout-container .saga-timeline__tout .saga-timeline__tout-image {
        height: 100%; }
        .component.saga .saga-timeline__tout-container .saga-timeline__tout .saga-timeline__tout-image .inner-container {
          height: 100%; }
          .component.saga .saga-timeline__tout-container .saga-timeline__tout .saga-timeline__tout-image .inner-container img {
            height: 100%;
            border-radius: 5px; }
      .component.saga .saga-timeline__tout-container .saga-timeline__tout .saga-timeline__tout-gradient {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 5;
        background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.8));
        border-radius: 5px; }
      .component.saga .saga-timeline__tout-container .saga-timeline__tout .saga-timeline__tout-headline {
        position: absolute;
        bottom: 30px;
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        text-align: center;
        margin: 0 10px;
        line-height: 24px;
        z-index: 300;
        display: flex;
        align-items: flex-end;
        height: 100%; }
        @media (min-width: 768px) {
          .component.saga .saga-timeline__tout-container .saga-timeline__tout .saga-timeline__tout-headline {
            font-size: 18px; } }
        .component.saga .saga-timeline__tout-container .saga-timeline__tout .saga-timeline__tout-headline .saga-timeline__tout-link {
          color: #fff;
          display: block;
          font-family: "Source Sans Pro", Arial;
          font-weight: 400;
          font-size: 18px;
          letter-spacing: 0;
          line-height: 24px;
          padding-top: 100%;
          text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }
      .component.saga .saga-timeline__tout-container .saga-timeline__tout .saga-timeline__tout-date {
        position: absolute;
        font-size: 14px;
        font-weight: 400;
        background-color: #4a1607;
        bottom: -17.5px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px;
        z-index: 300;
        transition: 0.5s background-color;
        letter-spacing: 0.75px; }
      .component.saga .saga-timeline__tout-container .saga-timeline__tout.active .saga-timeline__tout-date {
        background-color: #CCE1FF;
        transition: 0.5s background-color; }
  .component.saga .saga-timeline__timeline-container {
    background: rgba(0, 0, 0, 0.95);
    position: relative;
    z-index: 1; }
    .component.saga .saga-timeline__timeline-container:after {
      content: '';
      position: absolute;
      top: calc(50% - 5px);
      left: 50%;
      width: 100%;
      height: 2px;
      background-color: #262626;
      transform: translate(-50%, -50%);
      z-index: -1; }
    .component.saga .saga-timeline__timeline-container:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 2px;
      height: calc(50% - 5px);
      transform: translateX(-50%);
      background-color: #CCE1FF;
      transition: 0.25s background-color; }
    .component.saga .saga-timeline__timeline-container.change:before {
      background-color: #262626; }
    .component.saga .saga-timeline__timeline-container .saga-timeline__timeline {
      height: 100px;
      margin-left: 50%;
      position: relative;
      transition: 0.5s transform; }
      .component.saga .saga-timeline__timeline-container .saga-timeline__timeline .saga-timeline__event {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: radial-gradient(circle, #4a1607 5px, transparent 5px);
        position: absolute;
        top: calc(50% - 5px);
        transform: translate(-50%, -50%);
        z-index: 300;
        padding: 20px;
        cursor: pointer;
        transition: 0.5s background;
        border: 0; }
        .component.saga .saga-timeline__timeline-container .saga-timeline__timeline .saga-timeline__event:focus {
          outline: 0; }
        .component.saga .saga-timeline__timeline-container .saga-timeline__timeline .saga-timeline__event.saga-timeline__event-ring {
          border-color: #808080;
          transition: 0.5s border-color; }
        .component.saga .saga-timeline__timeline-container .saga-timeline__timeline .saga-timeline__event.active {
          background: radial-gradient(circle, #CCE1FF 5px, transparent 5px);
          transition: 0.5s background; }
          .component.saga .saga-timeline__timeline-container .saga-timeline__timeline .saga-timeline__event.active.saga-timeline__event-ring {
            border-color: #CCE1FF;
            transition: 0.5s border-color; }
    .component.saga .saga-timeline__timeline-container .saga-timeline__timeline-dates {
      color: #fff;
      font-family: "Source Sans Pro", Arial;
      font-weight: 300;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      bottom: 10px;
      height: 20px; }
      .component.saga .saga-timeline__timeline-container .saga-timeline__timeline-dates .saga-timeline__date {
        position: absolute;
        transform: translateX(-50%);
        white-space: nowrap;
        letter-spacing: 0.5px;
        line-height: 16px;
        font-size: 12px;
        font-weight: 400;
        font-family: "Source Sans Pro", Arial; }
  .component.saga .saga-timeline__next-container, .component.saga .saga-timeline__prev-container {
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    z-index: 400;
    cursor: pointer;
    background: transparent;
    border: 0; }
    .component.saga .saga-timeline__next-container:focus, .component.saga .saga-timeline__prev-container:focus {
      outline: 0; }
    .component.saga .saga-timeline__next-container.saga-timeline__prev-container, .component.saga .saga-timeline__prev-container.saga-timeline__prev-container {
      left: 0; }
      .component.saga .saga-timeline__next-container.saga-timeline__prev-container:hover .saga-timeline__prev, .component.saga .saga-timeline__prev-container.saga-timeline__prev-container:hover .saga-timeline__prev {
        background: #396322;
        transition: background 0.3s; }
        .component.saga .saga-timeline__next-container.saga-timeline__prev-container:hover .saga-timeline__prev:after, .component.saga .saga-timeline__prev-container.saga-timeline__prev-container:hover .saga-timeline__prev:after {
          border-color: #fff;
          transition: border-color 0.3s; }
    .component.saga .saga-timeline__next-container.saga-timeline__next-container, .component.saga .saga-timeline__prev-container.saga-timeline__next-container {
      right: 0; }
      .component.saga .saga-timeline__next-container.saga-timeline__next-container:hover .saga-timeline__next, .component.saga .saga-timeline__prev-container.saga-timeline__next-container:hover .saga-timeline__next {
        background: #396322;
        transition: background 0.3s; }
        .component.saga .saga-timeline__next-container.saga-timeline__next-container:hover .saga-timeline__next:after, .component.saga .saga-timeline__prev-container.saga-timeline__next-container:hover .saga-timeline__next:after {
          border-color: #fff;
          transition: border-color 0.3s; }
  .component.saga .saga-timeline__next, .component.saga .saga-timeline__prev {
    display: none;
    position: absolute;
    top: 185px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    height: 75px;
    width: 75px;
    background: #CCE1FF;
    z-index: 300;
    cursor: pointer;
    transition: background 0.3s;
    border-style: solid;
    border-color: #fff; }
    @media (min-width: 768px) {
      .component.saga .saga-timeline__next, .component.saga .saga-timeline__prev {
        display: inline-block; } }
    .component.saga .saga-timeline__next:after, .component.saga .saga-timeline__prev:after {
      content: '';
      position: absolute;
      top: 50%;
      height: 15px;
      width: 15px;
      border-color: rgba(0, 0, 0, 0.95);
      border-style: solid;
      transform: translate(-50%, -50%) rotate(45deg);
      transition: border-color 0.3s; }
    .component.saga .saga-timeline__next:focus, .component.saga .saga-timeline__prev:focus {
      background: #CCE1FF;
      transition: background 0.3s; }
      .component.saga .saga-timeline__next:focus:after, .component.saga .saga-timeline__prev:focus:after {
        border-color: #fff;
        transition: border-color 0.3s; }
  .component.saga .saga-timeline__prev {
    left: 0;
    transform: translateX(-50%); }
    .component.saga .saga-timeline__prev:after {
      left: 75%;
      border-width: 0 0 5px 5px; }
  .component.saga .saga-timeline__next {
    right: 0;
    transform: translateX(50%); }
    .component.saga .saga-timeline__next:after {
      left: 25%;
      border-width: 5px 5px 0 0; }

#timeline {
  position: relative;
  top: -100px;
  margin: 0; }

.saga-timeline__prefix-bar {
  transform: translateX(-16px);
  width: calc(100% + 32px);
  max-width: calc(100% + 32px);
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
  background-color: #f44336;
  line-height: 20px;
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .saga-timeline__prefix-bar {
      transform: translateX(0);
      width: 100%;
      max-width: initial; } }

.template-search {
  overflow-x: hidden; }

.search-results .dropdownMenu__container {
  position: relative; }

.search-results .dropdownMenu__toggleLabel, .search-results .dropdownMenu__selected {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px; }
  .search-results .dropdownMenu__toggleLabel:focus, .search-results .dropdownMenu__selected:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .search-results .dropdownMenu__toggleLabel:active, .search-results .dropdownMenu__selected:active {
    opacity: 0.8; }

.search-results .dropdownMenu__toggleLabel {
  display: none; }
  @media (min-width: 768px) {
    .search-results .dropdownMenu__toggleLabel {
      display: inline-block; }
      .search-results .dropdownMenu__toggleLabel:after {
        content: ':';
        margin-right: 4px; } }

.search-results .dropdownMenu__toggle {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.95);
  text-decoration: none;
  display: flex;
  align-items: center; }
  .search-results .dropdownMenu__toggle:hover, .search-results .dropdownMenu__toggle:active, .search-results .dropdownMenu__toggle:focus {
    color: rgba(0, 0, 0, 0.95);
    text-decoration: none; }
  .search-results .dropdownMenu__toggle:visited {
    color: rgba(0, 0, 0, 0.95); }
  .search-results .dropdownMenu__toggle:focus {
    outline: 3px solid #014ECB;
    outline-offset: -2px;
    box-shadow: none; }
  .search-results .dropdownMenu__toggle:active {
    opacity: 0.8; }
  .search-results .dropdownMenu__toggle svg {
    width: 24px;
    height: 24px;
    pointer-events: none; }

.search-results .dropdownMenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 8px 0;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 28px;
  right: 0;
  background: #fff;
  display: none; }

.search-results .dropdownMenu--open .dropdownMenu__list {
  display: block; }

.search-results .dropdownMenu__listItem {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0; }

.search-results .dropdownMenu__listItemLink {
  padding: 0 16px 0 40px;
  color: rgba(0, 0, 0, 0.95);
  text-decoration: none;
  display: flex;
  height: 48px;
  align-items: center; }
  .search-results .dropdownMenu__listItemLink:hover, .search-results .dropdownMenu__listItemLink:active, .search-results .dropdownMenu__listItemLink:focus {
    color: rgba(0, 0, 0, 0.95);
    text-decoration: none; }
  .search-results .dropdownMenu__listItemLink:visited {
    color: rgba(0, 0, 0, 0.95); }
  .search-results .dropdownMenu__listItemLink:hover {
    background: rgba(0, 0, 0, 0.05); }
  .search-results .dropdownMenu__listItemLink.dropdownMenu__listItemLink--selected {
    background-image: url("../img/icons/check.svg");
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 18px 20px; }

.search-results .dropdownMenu__list {
  z-index: 100; }

.search-results-heading, .search-results-faceted-heading {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0; }
  @media (min-width: 768px) {
    .search-results-heading, .search-results-faceted-heading {
      font-size: 36px;
      line-height: 44px; } }

@media (min-width: 1024px) {
  .search-results-content-container {
    min-height: calc(100vh - 60px); } }

.search-results-top {
  margin: 0 0 24px;
  padding-left: 16px;
  display: flex;
  justify-content: space-between;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .search-results-top {
      padding-left: 0; } }

.search-results-total-results {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0; }

.search-results-load-more-container {
  margin: 48px 0;
  text-align: center; }
  .search-results-load-more-container.loading {
    position: relative;
    min-height: 200px; }
    .search-results-load-more-container.loading:after {
      border: 4px solid #F2F2F2;
      border-top: 4px solid rgba(0, 0, 0, 0.95);
      border-radius: 50%;
      width: 56px;
      height: 56px;
      -webkit-animation: loaderSpin 1.5s linear infinite;
              animation: loaderSpin 1.5s linear infinite;
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: -28px 0 0 -28px; }
    .search-results-load-more-container.loading .search-results-load-more-button {
      display: none; }
  .search-results-load-more-container.hide {
    display: none; }

.search-results-load-more-button {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95); }
  .search-results-load-more-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .search-results-load-more-button:active {
    opacity: 0.8; }
  .search-results-load-more-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .search-results-load-more-button:active {
    opacity: 0.8; }
  .search-results-load-more-button svg path {
    fill: #fff; }
  .search-results-load-more-button:visited {
    background: rgba(0, 0, 0, 0.95);
    color: #fff; }
  .search-results-load-more-button:hover, .search-results-load-more-button:active, .search-results-load-more-button:focus {
    background: #ac1900;
    border-color: #ac1900;
    color: #fff; }
    .search-results-load-more-button:hover svg path, .search-results-load-more-button:active svg path, .search-results-load-more-button:focus svg path {
      fill: #fff; }
  .search-results-load-more-button[disabled] {
    border: 3px solid #D9D9D9;
    background-color: #D9D9D9;
    color: #fff; }
  .search-results-load-more-button:active, .search-results-load-more-button:hover, .search-results-load-more-button:focus {
    border-color: #ac1900; }
  .search-results-load-more-button:active, .search-results-load-more-button:focus {
    border: 3px solid #014ecb; }

.search-results.search-results-site-search {
  margin: 0 16px; }
  @media (min-width: 768px) {
    .search-results.search-results-site-search {
      margin: 0 auto;
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .search-results.search-results-site-search {
      max-width: 818px; } }
  .search-results.search-results-site-search .search-results-standalone {
    margin: 32px 0 64px;
    height: 48px;
    position: relative; }
    @media (min-width: 768px) {
      .search-results.search-results-site-search .search-results-standalone {
        margin: 64px 0; } }
    .search-results.search-results-site-search .search-results-standalone-label {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .search-results.search-results-site-search .search-results-standalone-input, .search-results.search-results-site-search .search-results-standalone-submit,
    .search-results.search-results-site-search .search-results-standalone .search-field,
    .search-results.search-results-site-search .search-results-standalone .searchButton {
      -moz-appearance: none;
           appearance: none;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.95);
      border-radius: 0;
      height: 48px;
      padding: 0 16px;
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      position: absolute;
      top: 0; }
      .search-results.search-results-site-search .search-results-standalone-input:focus, .search-results.search-results-site-search .search-results-standalone-submit:focus,
      .search-results.search-results-site-search .search-results-standalone .search-field:focus,
      .search-results.search-results-site-search .search-results-standalone .searchButton:focus {
        box-shadow: none;
        outline: 2px solid #014ECB;
        outline-offset: 3px; }
      .search-results.search-results-site-search .search-results-standalone-input:-ms-input-placeholder, .search-results.search-results-site-search .search-results-standalone-submit:-ms-input-placeholder, .search-results.search-results-site-search .search-results-standalone .search-field:-ms-input-placeholder, .search-results.search-results-site-search .search-results-standalone .searchButton:-ms-input-placeholder {
        color: #595959; }
      .search-results.search-results-site-search .search-results-standalone-input::placeholder, .search-results.search-results-site-search .search-results-standalone-input::-ms-input-placeholder, .search-results.search-results-site-search .search-results-standalone-submit::placeholder, .search-results.search-results-site-search .search-results-standalone-submit::-ms-input-placeholder,
      .search-results.search-results-site-search .search-results-standalone .search-field::placeholder,
      .search-results.search-results-site-search .search-results-standalone .search-field::-ms-input-placeholder,
      .search-results.search-results-site-search .search-results-standalone .searchButton::placeholder,
      .search-results.search-results-site-search .search-results-standalone .searchButton::-ms-input-placeholder {
        color: #595959; }
      .search-results.search-results-site-search .search-results-standalone-input::-moz-placeholder, .search-results.search-results-site-search .search-results-standalone-submit::-moz-placeholder,
      .search-results.search-results-site-search .search-results-standalone .search-field::-moz-placeholder,
      .search-results.search-results-site-search .search-results-standalone .searchButton::-moz-placeholder {
        color: #595959;
        opacity: 1; }
    .search-results.search-results-site-search .search-results-standalone-input,
    .search-results.search-results-site-search .search-results-standalone .search-field {
      width: 100%;
      left: 0;
      padding-right: 50px; }
    .search-results.search-results-site-search .search-results-standalone-submit,
    .search-results.search-results-site-search .search-results-standalone .searchButton {
      right: 0;
      background: rgba(0, 0, 0, 0.95);
      color: #fff;
      padding-left: 14px;
      padding-right: 14px; }
      .search-results.search-results-site-search .search-results-standalone-submit:hover, .search-results.search-results-site-search .search-results-standalone-submit:focus,
      .search-results.search-results-site-search .search-results-standalone .searchButton:hover,
      .search-results.search-results-site-search .search-results-standalone .searchButton:focus {
        background: rgba(0, 0, 0, 0.95);
        border-color: rgba(0, 0, 0, 0.95); }
        .search-results.search-results-site-search .search-results-standalone-submit:hover path, .search-results.search-results-site-search .search-results-standalone-submit:focus path,
        .search-results.search-results-site-search .search-results-standalone .searchButton:hover path,
        .search-results.search-results-site-search .search-results-standalone .searchButton:focus path {
          fill: #fff; }
      .search-results.search-results-site-search .search-results-standalone-submit:active,
      .search-results.search-results-site-search .search-results-standalone .searchButton:active {
        background: rgba(0, 0, 0, 0.95);
        border-color: rgba(0, 0, 0, 0.95); }
        .search-results.search-results-site-search .search-results-standalone-submit:active path,
        .search-results.search-results-site-search .search-results-standalone .searchButton:active path {
          fill: #fff; }
      .search-results.search-results-site-search .search-results-standalone-submit .icon,
      .search-results.search-results-site-search .search-results-standalone .searchButton .icon {
        position: relative;
        top: 3px; }
      .search-results.search-results-site-search .search-results-standalone-submit path,
      .search-results.search-results-site-search .search-results-standalone .searchButton path {
        fill: #fff; }
  .search-results.search-results-site-search .search-results-heading {
    border-bottom: 2px solid rgba(0, 0, 0, 0.95);
    margin: 0 0 8px;
    padding: 0 0 8px; }
  .search-results.search-results-site-search .search-results-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    .search-results.search-results-site-search .search-results-content {
      display: flex; } }
  .search-results.search-results-site-search .search-results-content-container {
    flex: 1 1 auto; }
  .search-results.search-results-site-search .search-results-content-results-wrapper {
    flex: 1 0 0; }
    .search-results.search-results-site-search .search-results-content-results-wrapper .search-result {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 0 32px; }
      @media (min-width: 768px) {
        .search-results.search-results-site-search .search-results-content-results-wrapper .search-result {
          flex-direction: row;
          align-items: flex-start; } }
      .search-results.search-results-site-search .search-results-content-results-wrapper .search-result-content {
        margin-top: 16px; }
        @media (min-width: 768px) {
          .search-results.search-results-site-search .search-results-content-results-wrapper .search-result-content {
            margin-top: 0;
            flex: 1 0 0; } }
      .search-results.search-results-site-search .search-results-content-results-wrapper .search-result-image {
        margin: 0;
        width: 328px; }
        @media (min-width: 768px) {
          .search-results.search-results-site-search .search-results-content-results-wrapper .search-result-image {
            width: 250px;
            margin-right: 24px; } }
        .search-results.search-results-site-search .search-results-content-results-wrapper .search-result-image-text {
          position: absolute;
          overflow: hidden;
          clip: rect(0 0 0 0);
          height: 1px;
          width: 1px;
          margin: -1px;
          padding: 0;
          border: 0; }
        .search-results.search-results-site-search .search-results-content-results-wrapper .search-result-image-link .placeholder.aspect_3x2.component.lazy-image.lazy-image-udf img, .search-results.search-results-site-search .search-results-content-results-wrapper .search-result-image-link .placeholder.aspect_3x2.component.lazy-image.lazy-image-udf:after {
          display: none; }
      .search-results.search-results-site-search .search-results-content-results-wrapper .search-result-title-link {
        display: block;
        margin: 0 0 12px; }
        .search-results.search-results-site-search .search-results-content-results-wrapper .search-result-title-link-text {
          color: rgba(0, 0, 0, 0.95);
          font-family: "Klein", "Times New Roman", serif;
          font-size: 24px;
          line-height: 32px;
          font-weight: 700;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.95);
          padding: 2px 0;
          transition: all .1s ease-in-out;
          text-decoration: none;
          text-decoration: none; }
          .search-results.search-results-site-search .search-results-content-results-wrapper .search-result-title-link-text:visited {
            color: #595959;
            box-shadow: inset 0 -2px 0 #595959; }
          .search-results.search-results-site-search .search-results-content-results-wrapper .search-result-title-link-text:hover {
            color: rgba(0, 0, 0, 0.95);
            box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
      .search-results.search-results-site-search .search-results-content-results-wrapper .search-result-description {
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0; }
  .search-results.search-results-site-search .search-results-no-results-container {
    margin: 64px 0 112px; }
  .search-results.search-results-site-search .search-results-no-results-heading {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 32px;
    text-align: center; }
    @media (min-width: 768px) {
      .search-results.search-results-site-search .search-results-no-results-heading {
        font-size: 36px;
        line-height: 44px; } }
  .search-results.search-results-site-search .search-results-no-results-text {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    text-align: center; }
  .search-results.search-results-site-search .search-results-no-results-link {
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
    font-weight: 700;
    text-decoration: underline; }
    .search-results.search-results-site-search .search-results-no-results-link:hover, .search-results.search-results-site-search .search-results-no-results-link:active, .search-results.search-results-site-search .search-results-no-results-link:focus {
      color: rgba(0, 0, 0, 0.65);
      text-decoration: none; }
    .search-results.search-results-site-search .search-results-no-results-link:visited {
      color: rgba(0, 0, 0, 0.65); }

@media (min-width: 768px) {
  .search-results.search-results-faceted {
    margin: 0 64px; } }

@media (min-width: 1024px) {
  .search-results.search-results-faceted {
    max-width: 1161px;
    margin: 0 24px; }
    .search-results.search-results-faceted .faceted-search-filters {
      position: static;
      display: block;
      width: 300px;
      margin-right: 24px;
      flex: 0 0 300px; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .search-results.search-results-faceted .faceted-search-filters {
        margin-right: 24px; } }
    @media (min-width: 1024px) and (min-width: 1162px) {
      .search-results.search-results-faceted .faceted-search-filters {
        margin-right: 64px; } }

@media (min-width: 1162px) {
  .search-results.search-results-faceted {
    max-width: 1100px;
    padding: 0;
    margin: 0 auto; } }

@media (min-width: 1279px) {
  .search-results.search-results-faceted {
    max-width: 1240px;
    padding: 0;
    margin: 0 auto; } }

.search-results.search-results-faceted .search-results-header {
  display: flex;
  text-align: left;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px 88px; }
  @media (min-width: 768px) {
    .search-results.search-results-faceted .search-results-header {
      padding: 0 0 64px; } }
  @media (min-width: 1024px) {
    .search-results.search-results-faceted .search-results-header {
      padding: 0 0 64px; } }
  @media (min-width: 1162px) {
    .search-results.search-results-faceted .search-results-header {
      padding: 0 0 56px; } }
  @media (min-width: 1279px) {
    .search-results.search-results-faceted .search-results-header {
      padding: 0 0 72px; } }
  .search-results.search-results-faceted .search-results-header-no-hero {
    background-color: #F2F2F2;
    display: flex;
    height: 160px;
    position: relative; }
    @media (min-width: 768px) {
      .search-results.search-results-faceted .search-results-header-no-hero {
        width: calc(100% + 128px);
        margin-left: -64px; } }
    @media (min-width: 1024px) {
      .search-results.search-results-faceted .search-results-header-no-hero {
        width: calc(100% + 48px);
        margin-left: -24px; } }
    @media (min-width: 1162px) {
      .search-results.search-results-faceted .search-results-header-no-hero {
        width: calc(100vw - 8px);
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw; } }
  .search-results.search-results-faceted .search-results-header .search-results-faceted-heading {
    margin: 0; }
  .search-results.search-results-faceted .search-results-header .search-results-faceted-dek {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 8px; }
  .search-results.search-results-faceted .search-results-header-group {
    background-color: #fff;
    margin: -80px 0 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    border-left: 4px solid rgba(0, 0, 0, 0.95);
    max-width: 882px;
    padding: 16px 24px 24px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column; }
    .search-results.search-results-faceted .search-results-header-group .component.breadcrumbs {
      align-items: center;
      text-align: left;
      padding-top: 24px;
      position: relative;
      overflow: hidden; }
      .search-results.search-results-faceted .search-results-header-group .component.breadcrumbs .breadcrumbs__container {
        justify-content: left; }
        @media (min-width: 768px) {
          .search-results.search-results-faceted .search-results-header-group .component.breadcrumbs .breadcrumbs__container {
            margin: auto; } }
        .search-results.search-results-faceted .search-results-header-group .component.breadcrumbs .breadcrumbs__container .breadcrumbs__list {
          display: flex;
          height: 48px;
          overflow-x: auto;
          white-space: nowrap;
          margin-bottom: -17px; }

.search-results.search-results-faceted .search-results-content {
  display: flex; }
  @media (min-width: 1024px) {
    .search-results.search-results-faceted .search-results-content {
      margin-bottom: 56px; } }
  .search-results.search-results-faceted .search-results-content-container {
    flex: 1 1 auto; }
  .search-results.search-results-faceted .search-results-content-results-wrapper {
    flex: 1 0 0; }
    .search-results.search-results-faceted .search-results-content-results-wrapper .ad-container.mobile-ad {
      padding-bottom: 32px; }
    .search-results.search-results-faceted .search-results-content-results-wrapper .ad-container.desktop-ad {
      padding-bottom: 32px; }
      @media (min-width: 1024px) {
        .search-results.search-results-faceted .search-results-content-results-wrapper .ad-container.desktop-ad {
          padding-bottom: 40px; } }
    .search-results.search-results-faceted .search-results-content-results-wrapper .search-results-no-results-container ~ .ad-container.mobile-ad {
      padding-top: 32px; }
    .search-results.search-results-faceted .search-results-content-results-wrapper .search-results-no-results-container ~ .category-page-list-related-aside {
      display: none; }
      @media (min-width: 768px) {
        .search-results.search-results-faceted .search-results-content-results-wrapper .search-results-no-results-container ~ .category-page-list-related-aside {
          display: flex;
          margin: 40px auto; } }
    @media (min-width: 768px) {
      .search-results.search-results-faceted .search-results-content-results-wrapper .category-page-list-related-aside {
        margin: 0 auto 40px; }
        .search-results.search-results-faceted .search-results-content-results-wrapper .category-page-list-related-aside .ad-container.desktop-ad {
          padding-bottom: 0; } }
    @media (min-width: 1024px) {
      .search-results.search-results-faceted .search-results-content-results-wrapper .category-page-list-related-aside {
        display: flex;
        max-width: 100%; }
        .search-results.search-results-faceted .search-results-content-results-wrapper .category-page-list-related-aside:before {
          width: 100%;
          left: auto; } }
    @media (min-width: 768px) {
      .search-results.search-results-faceted .search-results-content-results-wrapper.grid-view {
        display: grid;
        -moz-column-gap: 34px;
             column-gap: 34px;
        grid-template-columns: 272px 272px; } }
    @media (min-width: 1279px) {
      .search-results.search-results-faceted .search-results-content-results-wrapper.grid-view {
        grid-template-columns: 272px 272px 272px; } }
    .search-results.search-results-faceted .search-results-content-results-wrapper.grid-view .search-results-no-results-container {
      grid-column: 1/-1; }
    .search-results.search-results-faceted .search-results-content-results-wrapper #andFacetsWithResults, .search-results.search-results-faceted .search-results-content-results-wrapper #searchApiParams {
      display: none; }

.search-results.search-results-faceted .search-results-block__wrapper {
  width: 100%;
  height: 640px;
  background: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 25%; }
  @media (min-width: 768px) {
    .search-results.search-results-faceted .search-results-block__wrapper {
      height: 552px;
      margin: 64px -64px;
      width: 100vw; } }
  @media (min-width: 1162px) {
    .search-results.search-results-faceted .search-results-block__wrapper {
      height: 504px;
      width: 100%;
      margin: auto;
      background-position-x: unset; } }
  @media (min-width: 1279px) {
    .search-results.search-results-faceted .search-results-block__wrapper {
      height: 544px;
      width: 100%;
      margin: auto; } }

.search-results.search-results-faceted .search-results-block__content {
  position: relative;
  background-color: #fff;
  top: 64px;
  padding: 24px; }
  @media (min-width: 768px) {
    .search-results.search-results-faceted .search-results-block__content {
      top: 72px;
      margin: 48px; } }
  @media (min-width: 1162px) {
    .search-results.search-results-faceted .search-results-block__content {
      top: 64px;
      margin: 0 auto 0 64px; } }

.search-results.search-results-faceted .search-results-block__header {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: 0;
  display: block;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .search-results.search-results-faceted .search-results-block__header {
      font-size: 48px;
      line-height: 52px; } }
  @media (min-width: 768px) {
    .search-results.search-results-faceted .search-results-block__header {
      margin-bottom: 24px; } }

.search-results.search-results-faceted .search-results-block__callToActionWrapper {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .search-results.search-results-faceted .search-results-block__callToActionWrapper {
      width: 192px;
      margin-left: auto;
      margin-bottom: 24px; } }
  @media (min-width: 1162px) {
    .search-results.search-results-faceted .search-results-block__callToActionWrapper {
      width: 248px; } }
  @media (min-width: 1279px) {
    .search-results.search-results-faceted .search-results-block__callToActionWrapper {
      margin-bottom: 0; } }

.search-results.search-results-faceted .search-results-block__text {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  margin: 0 auto 16px; }
  @media (min-width: 768px) {
    .search-results.search-results-faceted .search-results-block__text {
      margin: 0 0 24px auto; } }

.search-results.search-results-faceted .search-results-block__button {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .search-results.search-results-faceted .search-results-block__button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .search-results.search-results-faceted .search-results-block__button:active {
    opacity: 0.8; }
  .search-results.search-results-faceted .search-results-block__button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .search-results.search-results-faceted .search-results-block__button:active {
    opacity: 0.8; }
  .search-results.search-results-faceted .search-results-block__button svg path {
    fill: #fff; }
  .search-results.search-results-faceted .search-results-block__button:visited {
    background: rgba(0, 0, 0, 0.95);
    color: #fff; }
  .search-results.search-results-faceted .search-results-block__button:hover, .search-results.search-results-faceted .search-results-block__button:active, .search-results.search-results-faceted .search-results-block__button:focus {
    background: #ac1900;
    border-color: #ac1900;
    color: #fff; }
    .search-results.search-results-faceted .search-results-block__button:hover svg path, .search-results.search-results-faceted .search-results-block__button:active svg path, .search-results.search-results-faceted .search-results-block__button:focus svg path {
      fill: #fff; }
  .search-results.search-results-faceted .search-results-block__button[disabled] {
    border: 3px solid #D9D9D9;
    background-color: #D9D9D9;
    color: #fff; }
  .search-results.search-results-faceted .search-results-block__button:active, .search-results.search-results-faceted .search-results-block__button:hover, .search-results.search-results-faceted .search-results-block__button:focus {
    border-color: #ac1900; }
  .search-results.search-results-faceted .search-results-block__button:active, .search-results.search-results-faceted .search-results-block__button:focus {
    border: 3px solid #014ecb; }

.search-results.search-results-faceted .search-results-block.image-overlay {
  background: none;
  width: 304px;
  height: 178px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 128px;
  margin-left: -16px;
  position: unset;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .search-results.search-results-faceted .search-results-block.image-overlay {
      position: absolute;
      width: 408px;
      height: 230px;
      left: unset;
      margin: 24px 24px 0; } }
  @media (min-width: 1162px) {
    .search-results.search-results-faceted .search-results-block.image-overlay {
      width: 362px;
      height: 204px;
      left: 0; } }
  @media (min-width: 1279px) {
    .search-results.search-results-faceted .search-results-block.image-overlay {
      width: 516px;
      height: 290px; } }

.search-results.search-results-faceted .search-results-no-results-text {
  text-align: center;
  margin: 64px 0 0; }

.component.alert-banner {
  padding: 12px 0; }
  .component.alert-banner.hidden {
    display: none; }
  .component.alert-banner .alert-wrapper {
    display: flex;
    padding: 0 16px; }
    @media (min-width: 768px) {
      .component.alert-banner .alert-wrapper {
        max-width: 640px;
        margin: 0 auto;
        padding: 0; } }
    @media (min-width: 1024px) {
      .component.alert-banner .alert-wrapper {
        padding: 0 24px;
        max-width: 1100px; }
        .template-gallery .component.alert-banner .alert-wrapper, .template-recipe .component.alert-banner .alert-wrapper, .template-category-page .component.alert-banner .alert-wrapper, .template-aggregate .component.alert-banner .alert-wrapper, .component.alert-banner .alert-wrapper .print-preview, .template-node-video .component.alert-banner .alert-wrapper {
          max-width: 1088px;
          padding: 0 24px; } }
    @media (min-width: 1162px) {
      .component.alert-banner .alert-wrapper {
        max-width: 1100px;
        padding: 0; }
        .template-gallery .component.alert-banner .alert-wrapper, .template-recipe .component.alert-banner .alert-wrapper, .template-category-page .component.alert-banner .alert-wrapper, .template-aggregate .component.alert-banner .alert-wrapper, .component.alert-banner .alert-wrapper .print-preview, .template-node-video .component.alert-banner .alert-wrapper {
          max-width: 1226px;
          padding: 0 32px; } }
    @media (min-width: 1279px) {
      .component.alert-banner .alert-wrapper {
        max-width: 1240px; }
        .template-gallery .component.alert-banner .alert-wrapper, .template-recipe .component.alert-banner .alert-wrapper, .template-category-page .component.alert-banner .alert-wrapper, .template-aggregate .component.alert-banner .alert-wrapper, .component.alert-banner .alert-wrapper .print-preview, .template-node-video .component.alert-banner .alert-wrapper {
          max-width: 1310px;
          padding: 0 32px; } }
  .component.alert-banner .alert-icon {
    width: 24px;
    height: 24px; }
  .component.alert-banner .alert-text {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 700;
    padding: 0 8px;
    width: calc(100% - 48px);
    text-align: left; }
    .component.alert-banner .alert-text a {
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .component.alert-banner .alert-text a:hover, .component.alert-banner .alert-text a:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .component.alert-banner .alert-text a:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 #595959; }
      .component.alert-banner .alert-text a:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
  .component.alert-banner .alert-close {
    display: flex;
    padding: 4px 0;
    background: transparent;
    color: #cc0000;
    border: 0; }
    .component.alert-banner .alert-close path {
      fill: rgba(0, 0, 0, 0.95); }
  .component.alert-banner.type-error {
    background-color: #fae6e6;
    position: absolute;
    width: 100%;
    z-index: 1; }
    .component.alert-banner.type-error .alert-icon {
      background: url("/img/icons/alert-error.svg"); }
  .component.alert-banner.type-info {
    background-color: rgba(1, 78, 203, 0.1); }
    .component.alert-banner.type-info .alert-icon {
      background: url("/img/icons/alert-info.svg"); }
  .component.alert-banner.type-warning {
    background-color: #fff5e6; }
    .component.alert-banner.type-warning .alert-icon {
      background: url("/img/icons/alert-warning.svg"); }
  .component.alert-banner.type-success-created, .component.alert-banner.type-success-signed-in, .component.alert-banner.type-newsletter-change {
    background-color: #e5f2e5; }
    .component.alert-banner.type-success-created .alert-icon, .component.alert-banner.type-success-signed-in .alert-icon, .component.alert-banner.type-newsletter-change .alert-icon {
      background: url("/img/icons/alert-success.svg"); }

.layout--thin .component.alert-banner.type-error {
  position: relative;
  z-index: -1; }

.layout--thin .component.alert-banner .alert-close {
  display: none; }

.entity-card .special-header {
  background: #ac1900;
  padding: 4px 8px; }

.entity-card .special-header,
.entity-card .special-header-link {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff; }

.entity-card .title-box {
  background: #ac1900;
  color: #fff;
  min-height: 46px; }

.entity-card .title-gridcell {
  flex: 1; }

.template-article .article-content-container .entity-card .title {
  color: #fff;
  margin: 0; }
  .template-article .article-content-container .entity-card .title .title-link:hover {
    color: #ac1900; }

.entity-card .title-link,
.entity-card .title {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700; }

.entity-card .details-box,
.entity-card .details-box p {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0; }

.entity-card .details-box .label,
.entity-card .field-row .label {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.95); }

.entity-card .details-box .genus-name .value-list-gridcell,
.entity-card .field-row .genus-name .value-list-gridcell {
  font-style: italic; }

.entity-card .field-value {
  display: block; }
  .entity-card .field-value .label {
    display: inline-block; }
  .entity-card .field-value .value-list {
    margin: 8px 0; }
  .entity-card .field-value .value-list:not(.vertical) {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline; }
    .entity-card .field-value .value-list:not(.vertical) .value {
      display: inline; }
      .entity-card .field-value .value-list:not(.vertical) .value:not(:last-of-type):after {
        content: ','; }
  .entity-card .field-value .value-list.vertical {
    text-align: left;
    padding: 0;
    margin: 4px 0 8px; }
    .entity-card .field-value .value-list.vertical .value:before,
    .entity-card .field-value .value-list.vertical .seeMoreValues__list .value:before {
      content: '\2022';
      margin: 0 4px; }
    .entity-card .field-value .value-list.vertical .value,
    .entity-card .field-value .value-list.vertical .seeMoreValues {
      list-style-type: none; }
    .entity-card .field-value .value-list.vertical .seeMoreValues.open .seeMoreValues__list {
      display: block; }
    .entity-card .field-value .value-list.vertical .seeMoreValues.open .seeMoreValues__toggle {
      display: none; }
    .entity-card .field-value .value-list.vertical .seeMoreValues__toggle {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
      display: inline-block;
      margin: 12px 0 0 4px; }
      .entity-card .field-value .value-list.vertical .seeMoreValues__toggle:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .entity-card .field-value .value-list.vertical .seeMoreValues__toggle:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .entity-card .field-value .value-list.vertical .seeMoreValues__list {
      list-style: none;
      margin: 0;
      padding: 0;
      padding: 0;
      margin: 4px 0 8px;
      display: none; }
  .entity-card .field-value .value p {
    margin-top: 6px;
    margin-right: 3px; }
  .entity-card .field-value .value-list.vertical a,
  .entity-card .field-value .value-link {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    text-decoration: underline;
    box-shadow: none; }
    .entity-card .field-value .value-list.vertical a:hover, .entity-card .field-value .value-list.vertical a:active, .entity-card .field-value .value-list.vertical a:focus,
    .entity-card .field-value .value-link:hover,
    .entity-card .field-value .value-link:active,
    .entity-card .field-value .value-link:focus {
      box-shadow: none;
      color: #ac1900; }
  @media (min-width: 768px) {
    .entity-card .field-value {
      margin-right: 32px; } }

.entity-card.entity-summary {
  flex-direction: column;
  margin: 0 0 10px; }
  .entity-card.entity-summary[data-streaming-service="true"] {
    display: none; }
    .entity-card.entity-summary[data-streaming-service="true"].entity-card__streaming-data-initialized {
      display: block; }
  .entity-card.entity-summary--basic.entity-card__streaming-data-initialized {
    margin: 32px 0; }
    @media (min-width: 768px) {
      .entity-card.entity-summary--basic.entity-card__streaming-data-initialized {
        margin: 40px 0; } }
    .entity-card.entity-summary--basic.entity-card__streaming-data-initialized .whereToWatch {
      background: none;
      border: 0; }
      .entity-card.entity-summary--basic.entity-card__streaming-data-initialized .whereToWatch__icon {
        background-position-y: center;
        height: 28px;
        width: 24px; }
      .entity-card.entity-summary--basic.entity-card__streaming-data-initialized .whereToWatch__text {
        padding: 0; }
      .entity-card.entity-summary--basic.entity-card__streaming-data-initialized .whereToWatch__textLink, .entity-card.entity-summary--basic.entity-card__streaming-data-initialized .whereToWatch__serviceLinkOptions {
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none; }
      .entity-card.entity-summary--basic.entity-card__streaming-data-initialized .whereToWatch__textLink {
        font-weight: 700; }
      .entity-card.entity-summary--basic.entity-card__streaming-data-initialized .whereToWatch__serviceLink {
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        padding: 2px 0;
        box-shadow: inset 0 -2px 0 #ac1900;
        transition: all .1s ease-in-out;
        text-decoration: none;
        padding-top: 0; }
        .entity-card.entity-summary--basic.entity-card__streaming-data-initialized .whereToWatch__serviceLink:visited {
          color: #595959;
          box-shadow: inset 0 -2px 0 #ac1900; }
        .entity-card.entity-summary--basic.entity-card__streaming-data-initialized .whereToWatch__serviceLink:hover, .entity-card.entity-summary--basic.entity-card__streaming-data-initialized .whereToWatch__serviceLink:focus {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
        .entity-card.entity-summary--basic.entity-card__streaming-data-initialized .whereToWatch__serviceLink:active {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 #ac1900; }
  .entity-card.entity-summary.with-grade {
    margin-top: 20px; }
  .entity-card.entity-summary .card-box {
    display: flex; }
  .entity-card.entity-summary .details-box {
    height: 46px;
    padding: 0 8px;
    justify-items: center;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9; }
    .entity-card.entity-summary .details-box.no-image {
      border-left: 1px solid #D9D9D9; }
  .entity-card.entity-summary .entity-image {
    display: none; }
  .entity-card.entity-summary .info-box {
    display: block;
    flex: 1; }
    @media (min-width: 768px) {
      .entity-card.entity-summary .info-box {
        display: flex;
        justify-content: center;
        flex-direction: column; } }
  .entity-card.entity-summary .title-box,
  .entity-card.entity-summary .details-box {
    display: flex;
    align-items: center;
    flex: 1; }
  .entity-card.entity-summary .title-box {
    padding: 8px 16px;
    height: 48px; }
    @media (min-width: 768px) {
      .entity-card.entity-summary .title-box {
        height: auto; } }
  .entity-card.entity-summary .title-secondary {
    font-size: 14px;
    color: #fff; }
    @media (max-width: 768px) {
      .entity-card.entity-summary .title-secondary {
        padding-top: 10px;
        margin-bottom: auto; } }
  .entity-card.entity-summary .secondary-label {
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 4px; }
  .entity-card.entity-summary .secondary-text {
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    word-spacing: 3px;
    font-weight: 900;
    font-size: 16px; }
    .entity-card.entity-summary .secondary-text.light {
      font-weight: 300; }
    .entity-card.entity-summary .secondary-text.bold {
      font-weight: 700; }
  .entity-card.entity-summary .button {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    padding: 6px 9px;
    background-color: #ac1900;
    margin-right: 24px;
    white-space: nowrap;
    border: none;
    cursor: pointer; }
    .entity-card.entity-summary .button.nowrap {
      white-space: nowrap; }
    .entity-card.entity-summary .button:hover, .entity-card.entity-summary .button:active, .entity-card.entity-summary .button:focus {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.95); }
    .entity-card.entity-summary .button:focus:focus {
      outline: 3px solid #014ECB;
      outline-offset: 2px;
      box-shadow: none; }
  .entity-card.entity-summary .field-value {
    margin-right: 0; }
    @media (min-width: 768px) {
      .entity-card.entity-summary .field-value {
        margin-right: 20px; } }
    .entity-card.entity-summary .field-value .value-list-gridcell {
      display: inline-block; }
    .entity-card.entity-summary .field-value .value {
      white-space: nowrap; }
  @media (min-width: 768px) {
    .entity-card.entity-summary .card-box,
    .entity-card.entity-summary .entity-image {
      height: 90px; }
    .entity-card.entity-summary .entity-image {
      display: block;
      width: 90px; }
    .entity-card.entity-summary .button {
      margin-right: 40px; }
    .entity-card.entity-summary .details-box {
      border-left: none;
      padding: 0 10px; }
      .entity-card.entity-summary .details-box .no-image {
        border-left: 1px solid #D9D9D9; }
    .entity-card.entity-summary[data-streaming-service="true"] .card-box {
      height: unset; }
    .entity-card.entity-summary[data-streaming-service="true"] .title {
      margin: 0; } }
  @media (min-width: 1024px) {
    .entity-card.entity-summary {
      margin: 0 0 20px; } }

.entity-card.entity-full {
  justify-content: center;
  flex: 1;
  flex-direction: column;
  margin: 28px 0;
  width: 100%; }
  .entity-card.entity-full:first-child {
    margin-top: 0; }
  .entity-card.entity-full .special-header {
    padding: 4px 8px; }
  .entity-card.entity-full .title-box,
  .entity-card.entity-full .entity-image {
    height: 60px; }
  .entity-card.entity-full .entity-image {
    width: 60px;
    display: none; }
    @media (min-width: 768px) {
      .entity-card.entity-full .entity-image {
        display: block; } }
  .entity-card.entity-full .title-box {
    display: flex;
    align-items: center; }
  .entity-card.entity-full .title {
    flex: 1;
    padding: 16px;
    font-weight: 700; }
  .entity-card.entity-full .details-box {
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    flex-direction: column; }
    .entity-card.entity-full .details-box table {
      display: flex;
      flex-flow: row wrap;
      white-space: nowrap; }
  .entity-card.entity-full .description {
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.95);
    padding: 8px 16px; }
    .entity-card.entity-full .description p {
      margin-bottom: 0; }
  .entity-card.entity-full .field-row {
    flex: 1;
    border-left: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    align-items: center; }
  .entity-card.entity-full .field-value {
    display: inline-block;
    margin: 12px 32px 12px 12px; }
    .entity-card.entity-full .field-value .label,
    .entity-card.entity-full .field-value .value-list-gridcell {
      padding: 0;
      vertical-align: baseline;
      border-bottom: none;
      font-size: 14px;
      line-height: 20px; }
    .entity-card.entity-full .field-value .value-list-gridcell {
      display: inline-flex; }
    .entity-card.entity-full .field-value.full-row {
      margin-right: 64px;
      display: inline-flex;
      flex-wrap: wrap; }
      .entity-card.entity-full .field-value.full-row .value-list {
        display: inline-flex;
        flex-wrap: wrap; }
        .entity-card.entity-full .field-value.full-row .value-list .value {
          margin-right: 4px; }
      @media (min-width: 768px) {
        .entity-card.entity-full .field-value.full-row {
          display: inline-block; }
          .entity-card.entity-full .field-value.full-row .value-list {
            display: unset; } }
    .entity-card.entity-full .field-value.img-value {
      margin-top: 0;
      margin-bottom: 0;
      display: flex;
      align-items: center; }
      .entity-card.entity-full .field-value.img-value .label {
        margin-right: 10px; }
  .entity-card.entity-full .streaming-img {
    height: 26px;
    margin: 9px 0;
    display: flex; }

.entity-card--creative-work.entity-full .title-box {
  height: 48px; }
  .entity-card--creative-work.entity-full .title-box .title {
    font-family: "Klein", "Times New Roman", serif;
    text-transform: none;
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: 0; }
  .entity-card--creative-work.entity-full .title-box img,
  .entity-card--creative-work.entity-full .title-box .entity-image {
    display: none; }
  @media (min-width: 768px) {
    .entity-card--creative-work.entity-full .title-box {
      height: 60px; }
      .entity-card--creative-work.entity-full .title-box img,
      .entity-card--creative-work.entity-full .title-box .entity-image {
        display: block;
        border-top-left-radius: 5px;
        width: 60px;
        height: 60px; } }

.template-article .article-content-container .entity-card--creative-work.entity-full h2.title {
  padding: 0 16px; }

.entity-card--creative-work.entity-full .description {
  background-color: #000;
  color: #fff;
  padding: 14px;
  margin-left: -1px; }

.entity-card--creative-work.entity-full .details-box {
  padding: 0;
  border-right: 0;
  border-bottom: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9; }
  .entity-card--creative-work.entity-full .details-box p {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
  .entity-card--creative-work.entity-full .details-box table {
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    white-space: nowrap; }

.entity-card--creative-work.entity-full .field-value {
  flex: 1;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  margin: 0;
  margin-top: -1px;
  min-height: 45px; }
  @media (min-width: 768px) {
    .entity-card--creative-work.entity-full .field-value {
      justify-content: flex-start;
      margin-right: 0; } }
  .entity-card--creative-work.entity-full .field-value .value {
    padding-right: 8px; }

.entity-card--creative-work.entity-full .field-row {
  display: flex;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-left: none;
  border-top: none;
  flex-wrap: wrap; }

@media (min-width: 768px) {
  .entity-card--creative-work.entity-summary .title-box {
    border-top-left-radius: 0; } }

.entity-card--creative-work.entity-summary .details-box {
  flex-wrap: wrap;
  flex-grow: 50;
  height: auto;
  padding: 0;
  border: 0; }
  @media (min-width: 768px) {
    .entity-card--creative-work.entity-summary .details-box {
      padding: 0; } }

.entity-card--creative-work.entity-summary .show-details {
  display: none; }

.entity-card--creative-work.entity-summary .field-value.hide-on-mobile {
  display: inline-flex; }

.entity-card--creative-work.entity-summary .title-box h2.title {
  padding-right: 0; }

.entity-card--creative-work.entity-summary .title-secondary {
  padding-top: initial;
  margin-bottom: initial; }

.entity-card--creative-work.entity-summary .field-value {
  flex: 1;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  min-height: 44px;
  border: 1px solid #D9D9D9;
  border-top: none; }
  @media (min-width: 768px) {
    .entity-card--creative-work.entity-summary .field-value {
      justify-content: flex-start;
      margin-right: 0;
      padding-left: 10px;
      padding-right: 10px;
      border-left: none; } }
  .entity-card--creative-work.entity-summary .field-value .value:not(:last-of-type) {
    padding-right: 8px; }

.entity-card--creative-work.entity-summary .title-box, .entity-card--creative-work.entity-full .title-box {
  background: #AF0D36; }
  .entity-card--creative-work.entity-summary .title-box .title-link:hover, .entity-card--creative-work.entity-summary .title-box .title-link:active, .entity-card--creative-work.entity-summary .title-box .title-link:focus, .entity-card--creative-work.entity-full .title-box .title-link:hover, .entity-card--creative-work.entity-full .title-box .title-link:active, .entity-card--creative-work.entity-full .title-box .title-link:focus {
    color: #fff;
    box-shadow: inset 0 -1px 0 #fff; }
    .entity-card--creative-work.entity-summary .title-box .title-link:hover svg path, .entity-card--creative-work.entity-summary .title-box .title-link:active svg path, .entity-card--creative-work.entity-summary .title-box .title-link:focus svg path, .entity-card--creative-work.entity-full .title-box .title-link:hover svg path, .entity-card--creative-work.entity-full .title-box .title-link:active svg path, .entity-card--creative-work.entity-full .title-box .title-link:focus svg path {
      fill: #ac1900; }
  .entity-card--creative-work.entity-summary .title-box .title-link:visited, .entity-card--creative-work.entity-full .title-box .title-link:visited {
    color: #fff; }

.entity-card--creative-work.entity-summary .title-icon, .entity-card--creative-work.entity-full .title-icon {
  display: inline-flex;
  padding-top: 3px;
  padding-left: 5px; }
  .entity-card--creative-work.entity-summary .title-icon path, .entity-card--creative-work.entity-full .title-icon path {
    fill: #5F5644; }

.entity-card--creative-work.entity-summary .value, .entity-card--creative-work.entity-full .value {
  white-space: nowrap; }

.entity-card--creative-work.entity-summary .value-link, .entity-card--creative-work.entity-full .value-link {
  text-decoration: none;
  border-bottom: 2px solid #5F5644; }

.entity-card--creative-work.entity-summary .field-value, .entity-card--creative-work.entity-full .field-value {
  padding-left: 14px;
  padding-right: 14px; }
  .entity-card--creative-work.entity-summary .field-value .label, .entity-card--creative-work.entity-full .field-value .label {
    white-space: nowrap; }

.entity-card .hide-on-mobile {
  display: none; }
  @media (min-width: 768px) {
    .entity-card .hide-on-mobile {
      display: block; } }

@media (max-width: 767px) {
  .entity-summary.entity-card--tv-show .field-value:nth-child(1):nth-last-child(3).field-tracking-genre, .entity-summary.entity-card--tv-show .field-value:nth-child(2):nth-last-child(2).field-tracking-genre, .entity-summary.entity-card--tv-show .field-value:nth-child(3):nth-last-child(1).field-tracking-genre, .entity-summary.entity-card--movie .field-value:nth-child(1):nth-last-child(3).field-tracking-genre, .entity-summary.entity-card--movie .field-value:nth-child(2):nth-last-child(2).field-tracking-genre, .entity-summary.entity-card--movie .field-value:nth-child(3):nth-last-child(1).field-tracking-genre {
    flex-basis: 100%;
    border-left: 1px solid #D9D9D9; } }

.entity-summary.entity-card--tv-show .field-tracking-genre, .entity-summary.entity-card--movie .field-tracking-genre {
  flex-grow: 3; }

@media (min-width: 1024px) {
  .entity-summary.entity-card--tv-show .field-tracking-type, .entity-summary.entity-card--movie .field-tracking-type {
    max-width: 120px; } }

@media (max-width: 767px) {
  .entity-summary.entity-card--tv-show .field-tracking-type, .entity-summary.entity-card--movie .field-tracking-type {
    border-left: 1px solid #D9D9D9; } }

.entity-full.entity-card--creative-work .streaming-service.field-value .value {
  padding-right: 0; }

.entity-full.entity-card--creative-work .field-tracking-creator,
.entity-full.entity-card--creative-work .field-tracking-performers,
.entity-full.entity-card--creative-work .streaming-service,
.entity-full.entity-card--creative-work .coverage {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px; }
  .entity-full.entity-card--creative-work .field-tracking-creator .streaming-img,
  .entity-full.entity-card--creative-work .field-tracking-performers .streaming-img,
  .entity-full.entity-card--creative-work .streaming-service .streaming-img,
  .entity-full.entity-card--creative-work .coverage .streaming-img {
    margin-bottom: 0;
    margin-top: 0; }

.letter-grade {
  color: rgba(0, 0, 0, 0.95);
  width: 45px;
  height: 27px;
  top: -11.2px;
  position: relative;
  float: right;
  z-index: 2;
  margin-left: 20px;
  text-align: center; }
  .letter-grade .letter-grade-shape,
  .letter-grade .letter-grade-shape:before,
  .letter-grade .letter-grade-shape:after {
    background-color: #fce93b;
    border-radius: 3px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .letter-grade .letter-grade-shape {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    font-family: "Source Sans Pro", Arial; }
    .letter-grade .letter-grade-shape:before, .letter-grade .letter-grade-shape:after {
      background-color: inherit; }
    .letter-grade .letter-grade-shape:before {
      transform: rotate(-60deg); }
    .letter-grade .letter-grade-shape:after {
      transform: rotate(60deg); }
  .letter-grade .grade-emphasize {
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    transform: translateY(-0.1em); }
  .letter-grade.grade-only {
    float: right;
    z-index: 100;
    margin: 20px 20px 60px; }
    .letter-grade.grade-only .letter-grade-shape {
      font-size: 12px; }

.article-content-container .letter-grade.grade-only {
  color: rgba(0, 0, 0, 0.95); }
  .article-content-container .letter-grade.grade-only .letter-grade-shape,
  .article-content-container .letter-grade.grade-only .letter-grade-shape:before,
  .article-content-container .letter-grade.grade-only .letter-grade-shape:after {
    background-color: #fce93b; }

body.modal-active.whereToWatch__modal.menu-active {
  overflow: hidden; }

body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal {
  position: fixed;
  display: block;
  width: 100vw;
  height: 572px;
  padding: 0;
  max-width: 360px;
  max-height: 572px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal {
      max-width: 736px; } }
  body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 1024px) {
      body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap {
        overflow: unset; } }
    body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .close {
      top: 0;
      z-index: 1; }
      body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .close svg {
        position: relative;
        bottom: 0;
        left: 4px; }
    body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .dialogTitle {
      position: relative;
      overflow: inherit;
      width: 100%;
      height: 48px;
      background-color: #ac1900;
      margin: 0;
      padding: 12px 16px;
      color: #fff;
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0; }
    body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content {
      height: calc(100% - 48px);
      overflow-y: auto;
      margin: 0 auto; }
      body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content.loading {
        position: relative;
        min-height: 250px; }
        body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content.loading:after {
          border: 4px solid #F2F2F2;
          border-top: 4px solid rgba(0, 0, 0, 0.95);
          border-radius: 50%;
          width: 56px;
          height: 56px;
          -webkit-animation: loaderSpin 1.5s linear infinite;
                  animation: loaderSpin 1.5s linear infinite;
          position: absolute;
          content: '';
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent {
        max-width: 294px;
        margin: 0 32px;
        width: 100%; }
        @media (min-width: 768px) {
          body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent {
            margin: 0 auto;
            max-width: 484px; } }
        body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__list {
          display: flex;
          align-items: center;
          border-bottom: 1px solid rgba(0, 0, 0, 0.15);
          padding-bottom: 16px;
          padding-top: 16px; }
          body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__list:first-child {
            padding-top: 40px; }
          body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__list:last-child {
            border-bottom: 0;
            padding-bottom: 40px; }
          body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__list-logo img {
            width: 80px; }
          body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__list-stream-button {
            font-family: "Source Sans Pro", Arial;
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
            letter-spacing: 0;
            font-family: "Source Sans Pro", Arial;
            margin-left: auto; }
            body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__list-stream-button-link {
              background-color: #ac1900;
              height: 24px;
              display: inline-block;
              padding: 4px 12px;
              color: #fff;
              cursor: pointer; }
              body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__list-stream-button-link:focus {
                outline: none;
                box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
              body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__list-stream-button-link:active {
                opacity: 0.8; }
              body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__list-stream-button-link:hover, body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__list-stream-button-link:active, body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__list-stream-button-link:focus {
                background: #ac1900;
                border-color: #ac1900;
                color: #fff; }
          body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__listServiceName {
            font-family: "Source Sans Pro", Arial;
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
            letter-spacing: 0;
            padding: 0 8px;
            max-width: 92px; }
            @media (min-width: 768px) {
              body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__listServiceName {
                max-width: unset; } }
        body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__empty, body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__error {
          height: 100%; }
          @media (min-width: 768px) {
            body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__empty, body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__error {
              display: flex;
              flex-direction: column;
              justify-content: center;
              text-align: center; } }
          body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__empty-heading, body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__error-heading {
            font-family: "Klein", "Times New Roman", serif;
            font-size: 32px;
            line-height: 36px;
            font-weight: 800;
            letter-spacing: 0;
            margin-top: 0; }
            @media (min-width: 768px) {
              body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__empty-heading, body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__error-heading {
                font-size: 48px;
                line-height: 52px; } }
            @media (min-width: 768px) {
              body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__empty-heading, body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__error-heading {
                margin-bottom: 22px; } }
          body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__empty-body, body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__error-body {
            font-family: "Source Sans Pro", Arial;
            font-size: 18px;
            line-height: 28px;
            letter-spacing: normal; }
        body.modal-active.whereToWatch__modal .partial.modal.whereToWatch__modal .dialog-wrap .content .streamingOptionsContent__error-heading {
          margin-bottom: 24px; }

.whereToWatch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #F2F2F2;
  padding: 0; }
  .whereToWatch__icon {
    align-self: flex-start;
    background-image: url("../img/icons/where-to-watch.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px; }
  .whereToWatch__text {
    display: flex;
    align-items: center;
    padding: 8px; }
    .whereToWatch__textLink {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: bold;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      text-transform: uppercase;
      border: none;
      background: none;
      padding: 0; }
      .whereToWatch__textLink:hover, .whereToWatch__textLink:active, .whereToWatch__textLink:focus, .whereToWatch__textLink:visited {
        box-shadow: none;
        color: #ac1900; }
  .whereToWatch__serviceLinkContainer {
    flex: 1;
    padding-left: 8px; }
  .whereToWatch__serviceLinkOptions {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    display: inline; }
  .whereToWatch__moreOptions {
    background: transparent;
    border-width: 0;
    border-radius: 0; }
  .whereToWatch__serviceLink {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .whereToWatch__serviceLink:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .whereToWatch__serviceLink:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

.component.entity-full .whereToWatch {
  border-left: none; }

.component.image-composite {
  margin: 48px 0 8px; }
  .component.image-composite .full-width-image {
    margin: 0; }
  .component.image-composite .image-expander {
    display: inline-flex; }
  .component.image-composite.side-by-side-image.image-count-2 .image-wrapper {
    width: 50%; }
  .component.image-composite.side-by-side-image.image-count-3 .image-wrapper {
    width: 33.3333333333%; }

.sticky-action-bar {
  display: none; }
  @media (min-width: 768px) {
    .sticky-action-bar {
      display: block;
      width: 100%;
      padding: 0 24px;
      height: 48px;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      background-color: #fff;
      position: fixed;
      bottom: 0;
      left: 0;
      font-size: 14px;
      z-index: 500; } }
  .sticky-action-bar a {
    color: rgba(0, 0, 0, 0.95); }
  .sticky-action-bar > .icon path {
    fill: rgba(0, 0, 0, 0.95); }
  .sticky-action-bar .component.share-new.circle .icon > a {
    border-width: 0;
    width: auto;
    height: auto; }
  .sticky-action-bar .component.share-new .icon.icon-favorite path:first-child {
    stroke: rgba(0, 0, 0, 0.95); }
  .sticky-action-bar .component.share-new .icon.icon-favorite:hover path:first-child {
    fill: #fff; }
  @media (min-width: 1024px) {
    .sticky-action-bar .component.share-new .icon.icon-favorite .icon-text {
      font-size: 0; }
      .sticky-action-bar .component.share-new .icon.icon-favorite .icon-text:before {
        content: 'Save for Later';
        font-size: 14px;
        white-space: nowrap;
        position: relative;
        top: 3px; } }
  .sticky-action-bar .icon-print {
    border-right: 1px solid #e1dfdd;
    padding-right: 25px;
    line-height: 48px; }
  .sticky-action-bar .icon-pinterest .icon-text,
  .sticky-action-bar .icon-favorite .icon-text,
  .sticky-action-bar .icon-share .icon-text {
    display: none; }
    @media (min-width: 1024px) {
      .sticky-action-bar .icon-pinterest .icon-text,
      .sticky-action-bar .icon-favorite .icon-text,
      .sticky-action-bar .icon-share .icon-text {
        display: inline; } }
  .sticky-action-bar__container {
    width: 100%;
    max-width: 1279px;
    margin: 0 auto; }
  .sticky-action-bar__dropdown {
    display: inline-block;
    line-height: 48px;
    padding: 0 16px 0 0;
    position: relative; }
    .sticky-action-bar__dropdown .sticky-action-bar__navigation {
      display: none; }
      .sticky-action-bar__dropdown .sticky-action-bar__navigation--open {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        padding-bottom: 49px; }
      .sticky-action-bar__dropdown .sticky-action-bar__navigation-container {
        position: relative;
        box-shadow: 0 0 5px #D9D9D9;
        background-color: #fff; }
        .sticky-action-bar__dropdown .sticky-action-bar__navigation-container > ul {
          list-style: none;
          margin: 0;
          padding: 0;
          position: relative;
          overflow-y: auto;
          padding: 0;
          margin: 0; }
          .sticky-action-bar__dropdown .sticky-action-bar__navigation-container > ul li {
            font-family: "Source Sans Pro", Arial;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            letter-spacing: 0;
            background-color: #fff;
            cursor: pointer;
            padding: 0;
            text-transform: capitalize; }
            .sticky-action-bar__dropdown .sticky-action-bar__navigation-container > ul li a {
              display: block;
              padding: 14px 14px 14px 16px;
              width: 275px;
              color: rgba(0, 0, 0, 0.95);
              line-height: 20px; }
            .sticky-action-bar__dropdown .sticky-action-bar__navigation-container > ul li.current {
              border-left: 4px solid #0F7BAE; }
              .sticky-action-bar__dropdown .sticky-action-bar__navigation-container > ul li.current a {
                font-weight: 700; }
                .sticky-action-bar__dropdown .sticky-action-bar__navigation-container > ul li.current a:after {
                  text-transform: lowercase;
                  content: ' (current step)'; }
            .sticky-action-bar__dropdown .sticky-action-bar__navigation-container > ul li:hover {
              background-color: #0F7BAE; }
    .sticky-action-bar__dropdown-button {
      border: none;
      background: transparent;
      display: block;
      max-width: 290px;
      font-size: 14px;
      height: 48px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-transform: capitalize; }
      .sticky-action-bar__dropdown-button:after {
        width: 0;
        height: 0;
        display: inline-block;
        content: '';
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 3px solid rgba(0, 0, 0, 0.95);
        margin-left: 10px;
        margin-bottom: 3px; }
      .sticky-action-bar__dropdown-button--open:after {
        width: 0;
        height: 0;
        display: inline-block;
        content: '';
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 3px solid rgba(0, 0, 0, 0.95);
        border-bottom: none; }
  .sticky-action-bar__select-font-size {
    display: none; }
    .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size {
      display: flex;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: #fff;
      line-height: 48px; }
      .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size--selectionArea {
        display: flex;
        position: relative; }
        .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size--selectionArea--slider {
          position: absolute;
          width: 100%;
          top: 3px; }
          .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size--selectionArea--slider input {
            position: relative;
            width: 100%;
            z-index: 100;
            -webkit-appearance: none;
            background: transparent; }
            .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size--selectionArea--slider input::-ms-track, .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size--selectionArea--slider input::-moz-range-track {
              width: 100%;
              background: transparent;
              border-color: transparent;
              color: transparent; }
        .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size--selectionArea span {
          display: inline-block; }
      .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size--graphic {
        cursor: pointer; }
        .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size--graphic svg path {
          fill: rgba(0, 0, 0, 0.15); }
        .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size--graphic.fontSize-1 svg {
          position: relative;
          top: 1px; }
        body.fontSize-1 .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size--graphic.fontSize-1 svg path {
          fill: #396322; }
        body.fontSize-2 .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size--graphic.fontSize-1 svg, body.fontSize-2 .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size--graphic.fontSize-2 svg {
          top: 0; }
          body.fontSize-2 .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size--graphic.fontSize-1 svg path, body.fontSize-2 .sticky-action-bar__select-font-size--open .sticky-action-bar__select-font-size--graphic.fontSize-2 svg path {
            fill: #396322; }
    .sticky-action-bar__select-font-size > .icon {
      line-height: 48px;
      padding: 0 7px; }
    .sticky-action-bar__select-font-size .icon-font-size {
      display: inline-block; }
      .sticky-action-bar__select-font-size .icon-font-size svg {
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 4px; }
    .sticky-action-bar__select-font-size--font {
      padding-top: 4px; }
  .sticky-action-bar__social-share {
    display: none; }
    .sticky-action-bar__social-share--open {
      display: flex;
      position: absolute;
      right: 0;
      bottom: 48px;
      padding: 20px;
      border: 1px solid #D9D9D9;
      background-color: #fff; }
      .sticky-action-bar__social-share--open .icon svg {
        width: 48px;
        height: 48px;
        border: 1px solid #D9D9D9;
        border-radius: 50%; }
      .sticky-action-bar__social-share--open .icon path:first-child {
        fill: #fff; }
      .sticky-action-bar__social-share--open .icon-facebook-circle-solid path:nth-child(2) {
        fill: #3B5998; }
      .sticky-action-bar__social-share--open .icon-pinterest-circle-solid path:nth-child(2) {
        fill: #bd081c; }
      .sticky-action-bar__social-share--open .icon-twitter-circle-solid path:nth-child(2) {
        fill: #1DA1F2; }
      .sticky-action-bar__social-share--open .icon-email-circle-solid path:nth-child(2) {
        fill: #5F5644; }
      .sticky-action-bar__social-share--open .icon-close svg {
        border: none;
        width: 12px;
        height: 12px; }
        .sticky-action-bar__social-share--open .icon-close svg path:first-child {
          fill: rgba(0, 0, 0, 0.95); }
    .sticky-action-bar__social-share--exit {
      padding-left: 15px;
      line-height: 48px; }
  .sticky-action-bar__share {
    float: right;
    text-align: right;
    display: flex;
    align-items: center;
    height: 48px;
    position: relative; }
    .sticky-action-bar__share > span:not(:first-child) {
      padding-left: 25px; }
    .sticky-action-bar__select-font-size--open .sticky-action-bar__share {
      display: none; }
    .sticky-action-bar__share--font {
      display: inline-block; }
      .sticky-action-bar__share--font svg {
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 4px; }
    .sticky-action-bar__share--print {
      display: inline-block; }
      .sticky-action-bar__share--print svg {
        display: inline-block;
        vertical-align: middle; }
    .sticky-action-bar__share--social-share {
      display: inline-block; }
      .sticky-action-bar__share--social-share svg {
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px; }

.fontSize-1 {
  zoom: 110%; }

.fontSize-2 {
  zoom: 120%; }

.component.project-ratings {
  margin-top: 24px; }
  .modal.ugc-upload-modal .component.project-ratings .project-ratings-accessible-submit {
    display: none; }
  .component.project-ratings .project-ratings-rating-title {
    text-align: center;
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    font-weight: normal;
    margin: 0; }
  .component.project-ratings .project-ratings-rating {
    border: none;
    padding: 0;
    margin: 0; }
  .component.project-ratings .project-ratings-rating-wrapper {
    display: flex;
    flex-wrap: wrap; }
  .component.project-ratings .project-ratings-rating-wrapper-inner {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .component.project-ratings .project-ratings-rating-wrapper-inner {
        width: 25%; } }
  .component.project-ratings .project-ratings-rating-value, .component.project-ratings .project-ratings-accessible-submit {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .component.project-ratings .project-ratings-rating-value + .icon-check {
    display: none; }
  .component.project-ratings .project-ratings-rating-value:checked + .icon-check {
    display: block;
    position: absolute;
    margin-top: -13px; }
    .component.project-ratings .project-ratings-rating-value:checked + .icon-check .icon-share-check {
      display: block; }
    .component.project-ratings .project-ratings-rating-value:checked + .icon-check svg path {
      fill: #019bd9; }
  .component.project-ratings .project-ratings-rating-value:checked ~ .project-ratings-rating-label:after {
    display: none; }
  .component.project-ratings .project-ratings-rating-value:focus ~ .project-ratings-rating-label {
    outline: 1px dotted rgba(0, 0, 0, 0.15);
    outline: -webkit-focus-ring-color auto 5px; }
  .component.project-ratings .project-ratings-rating-label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100px;
    padding-bottom: 10px;
    min-width: 95px; }
    .component.project-ratings .project-ratings-rating-label:before, .component.project-ratings .project-ratings-rating-label:after {
      content: '';
      position: absolute; }
    .component.project-ratings .project-ratings-rating-label:after {
      width: 23px;
      height: 23px;
      border: 1px solid rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      top: 25px;
      left: 50%;
      transform: translateX(-50%); }

.component.ugc-comments {
  margin-top: 32px; }
  .component.ugc-comments.initialized .component.loader {
    display: none; }
  .component.ugc-comments.initialized .ugc-comments-container {
    display: block; }
  .component.ugc-comments .section-headline {
    margin: 0; }
    @media (min-width: 768px) {
      .component.ugc-comments .section-headline {
        display: inline-block; } }
  @media (min-width: 1024px) {
    .component.ugc-comments {
      display: flex;
      flex-direction: row; }
      .component.ugc-comments .inner-container {
        flex: 1; }
      .component.ugc-comments .right-column {
        flex: 0 0 300px;
        margin-left: 32px;
        margin-bottom: 0;
        padding: 0; } }
  .component.ugc-comments .ugc-comments-container {
    display: none; }
  .component.ugc-comments .ugc-comments-header {
    text-align: center; }
    @media (min-width: 768px) {
      .component.ugc-comments .ugc-comments-header {
        text-align: left; }
        .component.ugc-comments .ugc-comments-header:after {
          content: "";
          display: table;
          clear: both; } }
  .component.ugc-comments .ugc-comments-add-comment-wrapper {
    margin-top: 24px; }
    @media (min-width: 768px) {
      .component.ugc-comments .ugc-comments-add-comment-wrapper {
        margin-top: 4px;
        float: right; } }
  .component.ugc-comments .ugc-comments-add-comment {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95); }
    .component.ugc-comments .ugc-comments-add-comment:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.ugc-comments .ugc-comments-add-comment:active {
      opacity: 0.8; }
    .component.ugc-comments .ugc-comments-add-comment:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.ugc-comments .ugc-comments-add-comment:active {
      opacity: 0.8; }
    .component.ugc-comments .ugc-comments-add-comment svg path {
      fill: #fff; }
    .component.ugc-comments .ugc-comments-add-comment:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .component.ugc-comments .ugc-comments-add-comment:hover, .component.ugc-comments .ugc-comments-add-comment:active, .component.ugc-comments .ugc-comments-add-comment:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .component.ugc-comments .ugc-comments-add-comment:hover svg path, .component.ugc-comments .ugc-comments-add-comment:active svg path, .component.ugc-comments .ugc-comments-add-comment:focus svg path {
        fill: #fff; }
    .component.ugc-comments .ugc-comments-add-comment[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .component.ugc-comments .ugc-comments-add-comment:active, .component.ugc-comments .ugc-comments-add-comment:hover, .component.ugc-comments .ugc-comments-add-comment:focus {
      border-color: #ac1900; }
    .component.ugc-comments .ugc-comments-add-comment:active, .component.ugc-comments .ugc-comments-add-comment:focus {
      border: 3px solid #014ecb; }
  .component.ugc-comments .ugc-comments-content-container {
    width: 100%;
    max-width: 640px; }
  .component.ugc-comments .ugc-comments-comment-inner {
    position: relative; }
  .component.ugc-comments .ugc-comments-outer-comment-wrap, .component.ugc-comments .ugc-comments-first-comment {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 32px 0 0; }
  .component.ugc-comments .ugc-comments-first-comment {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    padding-top: 32px; }
  .component.ugc-comments .ugc-comments-outer-comment-wrap:empty {
    display: none; }
  .component.ugc-comments .ugc-comments-outer-comment-wrap > .ugc-comments-comment-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 32px; }
  .component.ugc-comments .ugc-comments-comment-container {
    padding: 32px 0 0; }
  .component.ugc-comments .ugc-comments-comment-text p {
    margin: 0; }
  .component.ugc-comments .ugc-comments-comment-author {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: bold; }
  .component.ugc-comments .ugc-comments-meta-item {
    display: inline-block;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0; }
  .component.ugc-comments .ugc-comments-comment-date {
    color: rgba(0, 0, 0, 0.65); }
    .component.ugc-comments .ugc-comments-comment-date + .ugc-comments-comment-rating-container {
      margin-left: 28px; }
  .component.ugc-comments .ugc-comments-comment-rating {
    font-weight: 700; }
  .component.ugc-comments .ugc-comments-comment-body {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 16px; }
    .component.ugc-comments .ugc-comments-comment-body p {
      margin: 0; }
  .component.ugc-comments .ugc-comments-reply-thread .ugc-comments-thread-inner {
    width: calc(100% - 68px);
    margin: 0 0 0 auto; }
  .component.ugc-comments .ugc-comments-reply-thread .ugc-comments-comment-author:before {
    content: '';
    display: block;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    width: 40px;
    position: absolute;
    top: 12px;
    left: -56px; }
  .component.ugc-comments .ugc-comments-reply-button {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 24px;
    color: rgba(0, 0, 0, 0.95); }
    .component.ugc-comments .ugc-comments-reply-button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.ugc-comments .ugc-comments-reply-button:active {
      opacity: 0.8; }
  .component.ugc-comments .ugc-comments-show-replies {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    border-radius: 0;
    color: rgba(0, 0, 0, 0.95);
    background: #fff;
    display: block;
    margin: 32px auto 0; }
    .component.ugc-comments .ugc-comments-show-replies:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.ugc-comments .ugc-comments-show-replies:active {
      opacity: 0.8; }
    .component.ugc-comments .ugc-comments-show-replies:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.ugc-comments .ugc-comments-show-replies:active {
      opacity: 0.8; }
    .component.ugc-comments .ugc-comments-show-replies svg path {
      fill: rgba(0, 0, 0, 0.95); }
    .component.ugc-comments .ugc-comments-show-replies:visited {
      border: 3px solid rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
    .component.ugc-comments .ugc-comments-show-replies:hover, .component.ugc-comments .ugc-comments-show-replies:active, .component.ugc-comments .ugc-comments-show-replies:focus {
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff;
      background: rgba(0, 0, 0, 0.95); }
      .component.ugc-comments .ugc-comments-show-replies:hover svg path, .component.ugc-comments .ugc-comments-show-replies:active svg path, .component.ugc-comments .ugc-comments-show-replies:focus svg path {
        fill: #fff; }
    .component.ugc-comments .ugc-comments-show-replies[disabled] {
      border: 3px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.65); }
    .component.ugc-comments .ugc-comments-show-replies:active, .component.ugc-comments .ugc-comments-show-replies:focus {
      border: 3px solid #014ecb; }
    .component.ugc-comments .ugc-comments-show-replies[aria-expanded="false"] + .ugc-comments-thread-inner {
      display: none; }
  .component.ugc-comments .ugc-comments-more-comments {
    display: none; }
  .component.ugc-comments .ugc-comments-load-more-button {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    border-radius: 0;
    color: rgba(0, 0, 0, 0.95);
    background: #fff;
    display: block;
    margin: 32px auto 0; }
    .component.ugc-comments .ugc-comments-load-more-button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.ugc-comments .ugc-comments-load-more-button:active {
      opacity: 0.8; }
    .component.ugc-comments .ugc-comments-load-more-button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.ugc-comments .ugc-comments-load-more-button:active {
      opacity: 0.8; }
    .component.ugc-comments .ugc-comments-load-more-button svg path {
      fill: rgba(0, 0, 0, 0.95); }
    .component.ugc-comments .ugc-comments-load-more-button:visited {
      border: 3px solid rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
    .component.ugc-comments .ugc-comments-load-more-button:hover, .component.ugc-comments .ugc-comments-load-more-button:active, .component.ugc-comments .ugc-comments-load-more-button:focus {
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff;
      background: rgba(0, 0, 0, 0.95); }
      .component.ugc-comments .ugc-comments-load-more-button:hover svg path, .component.ugc-comments .ugc-comments-load-more-button:active svg path, .component.ugc-comments .ugc-comments-load-more-button:focus svg path {
        fill: #fff; }
    .component.ugc-comments .ugc-comments-load-more-button[disabled] {
      border: 3px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.65); }
    .component.ugc-comments .ugc-comments-load-more-button:active, .component.ugc-comments .ugc-comments-load-more-button:focus {
      border: 3px solid #014ecb; }
    .component.ugc-comments .ugc-comments-load-more-button.hidden {
      display: none; }
  .component.ugc-comments .comments-ad-wrapper {
    display: flex; }
    .component.ugc-comments .comments-ad-wrapper .ad:nth-child(2) {
      margin-top: 0;
      margin-left: 24px; }
      @media (min-width: 1024px) {
        .component.ugc-comments .comments-ad-wrapper .ad:nth-child(2) {
          margin-top: 32px; } }
  .component.ugc-comments .sidebar-item .ad-container {
    margin-bottom: 0; }

.checklist__fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.checklist__legend {
  color: rgba(0, 0, 0, 0.95);
  font-family: "Klein", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  display: block; }

.checklist-supplies {
  margin-bottom: 32px; }
  .checklist-supplies-heading {
    position: relative;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
    margin-bottom: 0;
    padding-bottom: 8px;
    width: 100%; }
    .checklist-supplies-heading:after {
      content: '';
      display: block;
      position: absolute;
      width: 80px;
      height: 5px;
      background: rgba(0, 0, 0, 0.95);
      bottom: 0;
      transform: translateY(50%); }
    .checklist-supplies-heading:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background: rgba(0, 0, 0, 0.15);
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
  .checklist-supplies-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .checklist-supplies-list-item {
      text-align: left; }
      .checklist-supplies-list-item__ad {
        display: block; }
        @media (min-width: 768px) {
          .checklist-supplies-list-item__ad {
            display: inline-block; }
            .checklist-supplies-list-item__ad:nth-child(even) .ad-container.instream-ad.tablet-ad.sister-ad > div:after {
              content: 'Advertisement';
              margin-left: -50%; } }
        @media (min-width: 1024px) {
          .checklist-supplies-list-item__ad {
            display: block; } }
      .checklist-supplies-list-item .checklist-supplies-checkbox-label {
        align-items: start;
        padding: 16px 0;
        height: auto; }
      .checklist-supplies-list-item .icon {
        margin-top: 4px; }
      .checklist-supplies-list-item .checklist-supplies-item-wrapper {
        display: grid;
        grid-template-columns: auto 100px;
        grid-auto-rows: auto;
        grid-template-areas: "item quantity" "measurements quantity"; }
        .checklist-supplies-list-item .checklist-supplies-item-wrapper .checklist-supplies-item {
          align-self: start;
          grid-area: item;
          padding-right: 16px; }
          .checklist-supplies-list-item .checklist-supplies-item-wrapper .checklist-supplies-item a {
            font-family: "Source Sans Pro", Arial;
            font-size: 18px;
            line-height: 28px;
            font-weight: 400;
            letter-spacing: 0;
            color: rgba(0, 0, 0, 0.95);
            padding: 2px 0;
            box-shadow: inset 0 -2px 0 #ac1900;
            transition: all .1s ease-in-out;
            text-decoration: none; }
            .checklist-supplies-list-item .checklist-supplies-item-wrapper .checklist-supplies-item a:visited {
              color: #595959;
              box-shadow: inset 0 -2px 0 #ac1900; }
            .checklist-supplies-list-item .checklist-supplies-item-wrapper .checklist-supplies-item a:hover, .checklist-supplies-list-item .checklist-supplies-item-wrapper .checklist-supplies-item a:focus {
              color: rgba(0, 0, 0, 0.95);
              box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
            .checklist-supplies-list-item .checklist-supplies-item-wrapper .checklist-supplies-item a:active {
              color: rgba(0, 0, 0, 0.95);
              box-shadow: inset 0 -2px 0 #ac1900; }
            .checklist-supplies-list-item .checklist-supplies-item-wrapper .checklist-supplies-item a.external-link:after {
              content: '';
              background: url("../img/icons/external-link.svg");
              width: 20px;
              height: 20px;
              position: absolute;
              top: 4px; }
        .checklist-supplies-list-item .checklist-supplies-item-wrapper .checklist-supplies-measurements {
          font-weight: 700;
          grid-area: measurements; }
        .checklist-supplies-list-item .checklist-supplies-item-wrapper .checklist-supplies-quantity {
          align-items: center;
          border-left: 1px solid rgba(0, 0, 0, 0.15);
          display: flex;
          grid-area: quantity;
          padding-left: 16px; }
          .checklist-supplies-list-item .checklist-supplies-item-wrapper .checklist-supplies-quantity-label {
            font-weight: 400;
            margin-right: 4px; }
          .checklist-supplies-list-item .checklist-supplies-item-wrapper .checklist-supplies-quantity-number {
            font-weight: 700; }
  .checklist-supplies-complex-headline {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    padding-bottom: 8px; }
    @media (min-width: 768px) {
      .checklist-supplies-complex-headline {
        font-size: 36px;
        line-height: 44px; } }
  .checklist-supplies .checklist-supplies-checkbox:checked + .checklist-supplies-item-wrapper:after {
    background-color: transparent;
    border: solid 1px #ac1900;
    border-width: 0 2px 2px 0;
    left: 5px;
    opacity: 1;
    transform: rotate(45deg); }
  .checklist-supplies .checklist-supplies-checkbox:checked + .checklist-supplies-item-wrapper:before {
    border-color: transparent;
    background-color: transparent; }
  .checklist-supplies .checklist-supplies-checkbox:checked + .checklist-supplies-item-wrapper:after {
    width: 8px;
    height: 16px; }
  .checklist-supplies .checklist-supplies-checkbox:focus + .checklist-supplies-item-wrapper:before {
    box-shadow: none;
    outline: 2px solid #014ECB;
    outline-offset: 3px; }
  .checklist-supplies .checklist-supplies-checkbox {
    position: absolute;
    top: 23px;
    left: 3px;
    opacity: 0; }
  .checklist-supplies .checklist-supplies-item-wrapper {
    position: relative;
    padding-left: 34px;
    cursor: pointer; }
    .checklist-supplies .checklist-supplies-item-wrapper:before, .checklist-supplies .checklist-supplies-item-wrapper:after {
      position: absolute;
      top: 5px;
      left: 0;
      content: '';
      display: inline-block; }
    .checklist-supplies .checklist-supplies-item-wrapper:before {
      width: 18px;
      height: 18px;
      border-radius: 3px;
      border: 2px solid rgba(0, 0, 0, 0.95);
      background-color: transparent; }
    .checklist-supplies .checklist-supplies-item-wrapper:after {
      opacity: 1; }
  .checklist-supplies-checkbox-label {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    padding: 16px 0;
    position: relative; }
  .checklist-supplies-checkbox:checked + .checklist-supplies-item-wrapper .checklist-supplies-item.complex-item-headline {
    color: rgba(0, 0, 0, 0.65);
    text-decoration: line-through; }
  .checklist-supplies-item-wrapper {
    display: block;
    width: 100%; }
    .checklist-supplies-item-wrapper-complex {
      grid-column: 1 / span 2;
      grid-row: 1 / span 2; }
  .checklist-supplies-item.complex-item-headline {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    display: block; }

.listicle-udf .listicle-ranking {
  color: rgba(0, 0, 0, 0.95);
  margin-right: 8px;
  align-self: flex-start; }

.listicle-udf .listicle-headline {
  color: rgba(0, 0, 0, 0.95);
  font-family: "Klein", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  font-style: normal;
  margin: 0; }

.listicle-udf .listicle-item {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  padding-bottom: 32px; }
  .listicle-udf .listicle-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .listicle-udf .listicle-item a.anchor-only {
    display: none; }
  .listicle-udf .listicle-item-content {
    order: 2; }
    .listicle-udf .listicle-item-content .component.button {
      margin: 0 0 16px; }
      @media (min-width: 768px) {
        .listicle-udf .listicle-item-content .component.button {
          margin-top: 8px;
          max-width: 40%; } }
      @media (min-width: 1024px) {
        .listicle-udf .listicle-item-content .component.button {
          margin-top: 0; } }
    .listicle-udf .listicle-item-content .linksList {
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      display: inline-block;
      margin-top: 32px;
      padding-top: 32px;
      width: 100%; }
      .listicle-udf .listicle-item-content .linksList__title {
        text-align: left;
        color: rgba(0, 0, 0, 0.95);
        font-family: "Klein", "Times New Roman", serif;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        letter-spacing: 0; }
      .listicle-udf .listicle-item-content .linksList__list {
        margin-bottom: 0; }
        .listicle-udf .listicle-item-content .linksList__list .links-list-li:last-child {
          margin-bottom: 0; }
    .listicle-udf .listicle-item-content .buyingInformation--wide {
      margin-bottom: 0; }
    .listicle-udf .listicle-item-content .buyingInformation {
      border-bottom: 0;
      margin-left: 0; }
      @media (min-width: 768px) {
        .listicle-udf .listicle-item-content .buyingInformation {
          margin-top: 16px; } }
      @media (min-width: 1024px) {
        .listicle-udf .listicle-item-content .buyingInformation {
          margin-top: 24px; } }
      @media (min-width: 1162px) {
        .listicle-udf .listicle-item-content .buyingInformation {
          margin-top: 16px; } }
      .listicle-udf .listicle-item-content .buyingInformation__buyContent .buyContent__priceCTA {
        flex-direction: column;
        margin: 8px 0 0; }
        .listicle-udf .listicle-item-content .buyingInformation__buyContent .buyContent__priceCTA .priceCTA__shopIt {
          margin: 0; }
    .listicle-udf .listicle-item-content .commerceInformation_commerceContent .priceWrapper--sale {
      margin: 0; }
    .listicle-udf .listicle-item-content .commerceInformation_commerceContent .priceWrapper .price {
      margin-bottom: 8px;
      color: rgba(0, 0, 0, 0.95);
      font-family: "Klein", "Times New Roman", serif;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      letter-spacing: 0;
      font-weight: 400; }
    .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt {
      margin-bottom: 8px; }
      .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 12px 32px;
        display: inline-block;
        text-align: center;
        border-width: 0;
        border-radius: 0;
        background: rgba(0, 0, 0, 0.95);
        color: #fff;
        border-radius: 0;
        border: 3px solid rgba(0, 0, 0, 0.95); }
        .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:active {
          opacity: 0.8; }
        .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:active {
          opacity: 0.8; }
        .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn svg path {
          fill: #fff; }
        .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:visited {
          background: rgba(0, 0, 0, 0.95);
          color: #fff; }
        .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:hover, .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:active, .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:focus {
          background: #ac1900;
          border-color: #ac1900;
          color: #fff; }
          .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:hover svg path, .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:active svg path, .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:focus svg path {
            fill: #fff; }
        .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn[disabled] {
          border: 3px solid #D9D9D9;
          background-color: #D9D9D9;
          color: #fff; }
        .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:active, .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:hover, .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:focus {
          border-color: #ac1900; }
        .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:active, .listicle-udf .listicle-item-content .commerceInformation_commerceContent .shopIt_btn:focus {
          border: 3px solid #014ecb; }
    .listicle-udf .listicle-item-content .commerceInformation_commerceContent .merchant {
      margin-bottom: 8px;
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65); }
    .listicle-udf .listicle-item-content .listicle-text p {
      margin-bottom: 0; }
    .listicle-udf .listicle-item-content .listicle-text a {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      box-shadow: inset 0 -2px 0 #ac1900;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .listicle-udf .listicle-item-content .listicle-text a:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #ac1900; }
      .listicle-udf .listicle-item-content .listicle-text a:hover, .listicle-udf .listicle-item-content .listicle-text a:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
      .listicle-udf .listicle-item-content .listicle-text a:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 #ac1900; }
    .listicle-udf .listicle-item-content .listicle-text + .component.buyingInformation {
      margin-top: 0; }
    .listicle-udf .listicle-item-content .swearAuthor {
      margin-top: 8px; }
  @media (min-width: 768px) {
    .listicle-udf .listicle-item .listicle-media {
      float: left; } }
  .listicle-udf .listicle-item .listicle-media .media-container:after {
    content: "";
    display: table;
    clear: both; }
  .listicle-udf .listicle-item .listicle-media .media-container .video-youtube.video-ratio-wrapper,
  .listicle-udf .listicle-item .listicle-media .media-container .component.video,
  .listicle-udf .listicle-item .listicle-media .media-container .component.embed-instagram {
    margin: 0 0 40px; }
  .listicle-udf .listicle-item .listicle-media .component.lazy-image-udf {
    margin: 0; }
    .listicle-udf .listicle-item .listicle-media .component.lazy-image-udf a {
      bottom: 0;
      left: 0;
      line-height: 0; }
  .listicle-udf .listicle-item .listicle-media__photoCredits {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 8px; }
  @media (min-width: 768px) {
    .listicle-udf .listicle-item {
      display: block; }
      .listicle-udf .listicle-item:after {
        content: "";
        display: table;
        clear: both; }
      .listicle-udf .listicle-item .listicle-media {
        min-width: 50%;
        padding-left: 0;
        padding-right: 24px;
        box-sizing: content-box; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .listicle-udf .listicle-item .listicle-media {
        min-width: initial;
        width: 50%; } }
  @media (min-width: 768px) {
      .listicle-udf .listicle-item.position-full-width {
        flex-direction: column; }
        .listicle-udf .listicle-item.position-full-width .listicle-media {
          min-width: auto;
          padding: 24px 0 0; }
      .listicle-udf .listicle-item.position-left .listicle-media {
        float: left;
        padding-left: 0;
        padding-right: 24px; }
      .listicle-udf .listicle-item.position-right .listicle-media {
        float: right;
        padding-left: 24px;
        padding-right: 0; }
      .listicle-udf .listicle-item.position-full-width .listicle-media, .listicle-udf .listicle-item.listicle-type-video .listicle-media, .listicle-udf .listicle-item.listicle-type-instagram .listicle-media, .listicle-udf .listicle-item.listicle-type-youtube .listicle-media, .listicle-udf .listicle-item.listicle-type-twitter .listicle-media {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .listicle-udf .listicle-item.position-full-width .embed-twitter, .listicle-udf .listicle-item.listicle-type-video .embed-twitter, .listicle-udf .listicle-item.listicle-type-instagram .embed-twitter, .listicle-udf .listicle-item.listicle-type-youtube .embed-twitter, .listicle-udf .listicle-item.listicle-type-twitter .embed-twitter {
        float: left;
        width: 498px;
        height: 596px;
        border-radius: 5px;
        margin: 0; }
      .listicle-udf .listicle-item.position-full-width .item-title, .listicle-udf .listicle-item.listicle-type-video .item-title, .listicle-udf .listicle-item.listicle-type-instagram .item-title, .listicle-udf .listicle-item.listicle-type-youtube .item-title, .listicle-udf .listicle-item.listicle-type-twitter .item-title {
        clear: both; } }
  .listicle-udf .listicle-item .item-title {
    padding: 0; }
  .listicle-udf .listicle-item .component.embed-twitter {
    margin: 0 0 30px; }
  .listicle-udf .listicle-item .embed-instagram {
    margin: 0; }
    .listicle-udf .listicle-item .embed-instagram .instagram-media {
      margin: 0 0 12px;
      min-width: 100%; }

.listicle-udf .listicle-separator {
  margin: 48px 0; }

.ugc-photo-upload {
  position: relative;
  width: 100px;
  height: 100px; }
  @media (min-width: 768px) {
    .ugc-photo-upload {
      width: 300px;
      height: 300px; } }
  .ugc-photo-upload__help, .ugc-photo-upload__uploadInput, .ugc-photo-upload__uploadedImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center; }
  .ugc-photo-upload__uploadInput {
    z-index: 10;
    opacity: 0; }
  .ugc-photo-upload__editPhotoIcon {
    display: none; }
  .ugc-photo-upload.uploaded .ugc-photo-upload__editPhotoIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 4px;
    right: 4px;
    border: 1px solid #ac1900;
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px; }
    .ugc-photo-upload.uploaded .ugc-photo-upload__editPhotoIcon svg {
      width: 20px;
      height: 20px;
      fill: rgba(0, 0, 0, 0.65); }
    @media (min-width: 768px) {
      .ugc-photo-upload.uploaded .ugc-photo-upload__editPhotoIcon {
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px; }
        .ugc-photo-upload.uploaded .ugc-photo-upload__editPhotoIcon svg {
          width: 26px;
          height: 26px; } }
  .ugc-photo-upload.uploaded__uploadedImage {
    display: block; }
  .ugc-photo-upload__help {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05); }
    .ugc-photo-upload__helpIcon {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 2px solid #ac1900;
      background: #fff;
      width: 48px;
      height: 48px; }
      .ugc-photo-upload__helpIcon svg {
        width: 20px;
        height: 20px;
        fill: rgba(0, 0, 0, 0.65); }
      @media (min-width: 768px) {
        .ugc-photo-upload__helpIcon {
          width: 120px;
          height: 120px;
          border-width: 2px; }
          .ugc-photo-upload__helpIcon svg {
            width: 48px;
            height: 48px; } }
    .ugc-photo-upload__helpText {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: 700;
      margin-top: 4px; }
      @media (min-width: 768px) {
        .ugc-photo-upload__helpText {
          font-family: "Source Sans Pro", Arial;
          font-size: 18px;
          line-height: 28px;
          font-weight: 400;
          letter-spacing: 0;
          margin-top: 24px;
          font-weight: 700; } }

.saved-items {
  padding: 16px; }
  .saved-items-heading {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    padding: 0 0 16px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .saved-items-heading {
        font-size: 36px;
        line-height: 44px; } }
  .saved-items-top {
    margin: 0 0 24px; }
  .saved-items-content-items-wrapper.loading {
    position: relative; }
    .saved-items-content-items-wrapper.loading:before, .saved-items-content-items-wrapper.loading:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0; }
    .saved-items-content-items-wrapper.loading:before {
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 1; }
    .saved-items-content-items-wrapper.loading:after {
      border: 4px solid #F2F2F2;
      border-top: 4px solid rgba(0, 0, 0, 0.95);
      border-radius: 50%;
      width: 56px;
      height: 56px;
      -webkit-animation: loaderSpin 1.5s linear infinite;
              animation: loaderSpin 1.5s linear infinite;
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 200px;
      z-index: 2; }
  @media (min-width: 768px) {
    .saved-items {
      max-width: 640px;
      margin: 0 auto;
      padding: 32px 0 0; }
      .saved-items-content {
        display: flex; } }
  @media (min-width: 1024px) {
    .saved-items {
      max-width: 818px; }
      .saved-items-heading {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 28px;
        line-height: 32px;
        font-weight: 800;
        letter-spacing: 0; } }
    @media (min-width: 1024px) and (min-width: 768px) {
      .saved-items-heading {
        font-size: 36px;
        line-height: 44px; } }
  @media (min-width: 1024px) {
        .mdex-test .saved-items-heading {
          font-family: "Klein", "Times New Roman", serif;
          font-size: 28px;
          line-height: 32px;
          font-weight: 800;
          letter-spacing: 0; } }
      @media (min-width: 1024px) and (min-width: 768px) {
        .mdex-test .saved-items-heading {
          font-size: 36px;
          line-height: 44px; } }
  @media (min-width: 768px) {
    .saved-items:not(.saved-items-faceted) .saved-item {
      display: flex;
      align-items: flex-start; }
      .saved-items:not(.saved-items-faceted) .saved-item-image {
        width: 250px;
        margin-right: 24px; }
        .saved-items:not(.saved-items-faceted) .saved-item-image + .saved-item-content {
          margin-top: 0; }
      .saved-items:not(.saved-items-faceted) .saved-item-content {
        flex: 1 0 0; } }

.saved-item {
  margin: 0 0 32px; }
  .saved-item-image {
    margin: 0; }
    .saved-item-image-text {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .saved-item-image-link .placeholder.aspect_3x2.component.lazy-image.lazy-image-udf img, .saved-item-image-link .placeholder.aspect_3x2.component.lazy-image.lazy-image-udf:after {
      display: none; }
    .saved-item-image + .saved-item-content {
      margin-top: 16px; }
  .saved-item-pinterest-button {
    float: right;
    padding-left: 10px; }
    .saved-item-pinterest-button svg {
      width: 48px;
      height: 48px; }
  .saved-item-title-link {
    color: rgba(0, 0, 0, 0.95);
    text-decoration: none;
    display: block;
    margin: 0 0 12px; }
    .saved-item-title-link:hover, .saved-item-title-link:active, .saved-item-title-link:focus {
      color: rgba(0, 0, 0, 0.95);
      text-decoration: none; }
    .saved-item-title-link:visited {
      color: rgba(0, 0, 0, 0.95); }
  .saved-item-title-link-text {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 2px 0;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .saved-item-title-link-text:visited {
      color: #595959;
      box-shadow: inset 0 -2px 0 #595959; }
    .saved-item-title-link-text:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
  .saved-item-meta {
    list-style: none;
    margin: 0;
    padding: 0; }
    .saved-item-meta-item {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      margin: 0 0 12px; }
      .saved-item-meta-item-label {
        font-weight: 700;
        text-transform: uppercase; }
  .saved-item-description {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
  @media (min-width: 1024px) {
    .saved-item-image {
      margin-right: 32px; } }

.recirculation-toaster {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.2s;
  height: 0;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  z-index: 100;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .recirculation-toaster {
      display: none; } }
  .recirculation-toaster--active .recirculation-toaster {
    visibility: visible;
    height: 76px; }
  .recirculation-toaster__list {
    display: block;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    white-space: nowrap; }
  .recirculation-toaster__item {
    display: inline-block;
    width: 285px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding: 8px 16px;
    box-sizing: border-box;
    white-space: normal;
    vertical-align: top; }
    .recirculation-toaster__item:last-child {
      border-right: none; }
  .recirculation-toaster__item-link {
    padding-left: 8px;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    visibility: visible; }
  .recirculation-toaster__item-publish-date {
    font-weight: 700;
    text-transform: uppercase; }
  .recirculation-toaster .component.lazy-image {
    display: inline-block;
    width: 60px;
    height: 60px;
    float: left; }

@media (max-width: 767px) {
  .navigation-test .main-new.has-recirc-toaster .container.primary {
    position: relative;
    z-index: 200;
    background: #fff;
    transition: box-shadow 0s linear 0.2s; }
  .recirculation-toaster--active .navigation-test .main-new.has-recirc-toaster {
    box-shadow: none; }
    .recirculation-toaster--active .navigation-test .main-new.has-recirc-toaster .container.primary {
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
      transition: none; } }

.categoryPageListFeaturedHeader {
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .categoryPageListFeaturedHeader {
      margin: 38px 0 64px; } }
  @media (min-width: 1024px) {
    .categoryPageListFeaturedHeader {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 52px 24px 64px; } }
  @media (min-width: 1162px) {
    .categoryPageListFeaturedHeader {
      margin: 42px auto 64px;
      padding: 0 32px;
      max-width: 1310px; } }
  .categoryPageListFeaturedHeader .entityTout__eyebrow {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    padding: 4px;
    display: inline-block;
    margin-bottom: 8px; }

.categoryPageListFeaturedHeader__container {
  display: block;
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .categoryPageListFeaturedHeader__container {
      margin: 0 auto 32px;
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .categoryPageListFeaturedHeader__container {
      flex: 1;
      margin: 0 48px 0 24px;
      max-width: none; } }
  @media (min-width: 1162px) {
    .categoryPageListFeaturedHeader__container {
      margin: 0 60px 0 32px; } }

@media (min-width: 768px) {
  .categoryPageListFeaturedHeader__image {
    margin: 38px auto 0;
    max-width: 640px; } }

@media (min-width: 1024px) {
  .categoryPageListFeaturedHeader__image {
    margin: 0 0 0 8px;
    max-width: none; } }

@media (min-width: 1162px) {
  .categoryPageListFeaturedHeader__image {
    margin: 0; } }

.categoryPageListFeaturedHeader__image .lazy-image.lazy-image-udf.image-loaded {
  background: none; }

.categoryPageListFeaturedHeader__content {
  position: relative;
  margin: -48px 16px;
  padding: 16px;
  border-left: 4px solid rgba(0, 0, 0, 0.95);
  -o-border-image: initial;
     border-image: initial;
  border-image-slice: 1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.95);
  background: #fff; }
  @media (min-width: 768px) {
    .categoryPageListFeaturedHeader__content {
      margin: -128px 0 0 -28px;
      padding: 32px;
      max-width: calc(100% - 64px); } }
  @media (min-width: 1024px) {
    .categoryPageListFeaturedHeader__content {
      margin-top: -50px;
      max-width: calc(100% - 56px); } }
  @media (min-width: 1162px) {
    .categoryPageListFeaturedHeader__content {
      margin-top: -64px;
      max-width: 620px; } }

.home .categoryPageListFeaturedHeader__title {
  font-family: "Klein", "Times New Roman", serif;
  text-transform: none;
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.95);
  padding: 1px 0;
  transition: all .1s ease-in-out;
  text-decoration: none;
  text-transform: none;
  display: inline;
  margin: 0 0 8px; }
  .home .categoryPageListFeaturedHeader__title:visited {
    color: #595959;
    box-shadow: inset 0 -1px 0 #595959; }
  .home .categoryPageListFeaturedHeader__title:hover {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

.categoryPageListFeaturedHeader__dek {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  max-height: 72px;
  margin-top: 8px;
  margin-bottom: 0; }

.categoryPageListFeaturedHeader__typeIcon {
  display: flex;
  align-items: center; }
  .categoryPageListFeaturedHeader__typeIcon.video {
    margin-left: -4px; }
  .categoryPageListFeaturedHeader__typeIcon svg path {
    fill: #ac1900; }

.categoryPageListFeaturedHeader__typeIconText {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.65); }

.categoryPageListFeaturedHeader__popular {
  margin: 0 16px;
  padding: 32px 16px 24px;
  height: 100%;
  background: #fff;
  border: 1px rgba(0, 0, 0, 0.15) solid; }
  @media (min-width: 768px) {
    .categoryPageListFeaturedHeader__popular {
      margin: 0 auto;
      padding: 32px 24px 24px;
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .categoryPageListFeaturedHeader__popular {
      flex: 0 1 344px;
      margin: 0; } }

.categoryPageListFeaturedHeader__popular-title {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.95);
  text-transform: none;
  margin: 0 0 32px;
  padding: 0; }
  @media (min-width: 768px) {
    .categoryPageListFeaturedHeader__popular-title {
      margin-bottom: 24px; } }
  @media (min-width: 1024px) {
    .categoryPageListFeaturedHeader__popular-title {
      margin-bottom: 32px; } }
  .categoryPageListFeaturedHeader__popular-title a {
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    font-weight: 800; }
    .categoryPageListFeaturedHeader__popular-title a:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .categoryPageListFeaturedHeader__popular-title a:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

@media (min-width: 768px) {
  .categoryPageListFeaturedHeader__popular-list {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  .categoryPageListFeaturedHeader__popular-list .entityTout {
    flex: 0 1 calc(50% - 12px); }
    .categoryPageListFeaturedHeader__popular-list .entityTout:nth-child(odd) {
      margin-right: 24px; } }

@media (min-width: 1024px) {
  .categoryPageListFeaturedHeader__popular-list .entityTout {
    flex: 0 1 100%; }
    .categoryPageListFeaturedHeader__popular-list .entityTout:nth-child(odd) {
      margin-right: 0; } }

@media (min-width: 768px) {
  .categoryPageListFeaturedHeader__popular-list .entityTout {
    margin-bottom: 24px; }
    .categoryPageListFeaturedHeader__popular-list .entityTout:last-child {
      margin-bottom: 0; } }

.categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__image {
  max-width: 96px;
  margin-right: 16px;
  float: left; }
  @media (min-width: 1024px) {
    .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__image {
      max-width: 96px; } }
  @media (min-width: 1162px) {
    .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__image {
      max-width: 96px; } }

.categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 20px;
  max-height: 60px; }
  .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link .entityTout__headline {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    font-weight: 600;
    box-shadow: none; }
    .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link .entityTout__headline:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link .entityTout__headline:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

.categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__swearCount, .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__prices, .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__merchant {
  display: flex;
  justify-content: left;
  margin-left: 112px; }

.categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer {
  display: flex; }
  .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer .recipe-ratings {
    flex-flow: row wrap;
    justify-content: left;
    margin: 0; }
    .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer .recipe-ratings .ratings-dropdown-button {
      display: flex; }
    .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer .recipe-ratings .rating-star {
      display: flex;
      width: 16px; }
  .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer .entityTout__reviewsCount {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    align-items: center; }

@media (min-width: 768px) {
  .categoryPageListFeaturedHeader__popular-list .entityTout {
    border-right: none;
    max-width: calc( 50% - 12px); }
    .categoryPageListFeaturedHeader__popular-list .entityTout:first-child {
      margin-left: 0; }
    .categoryPageListFeaturedHeader__popular-list .entityTout:nth-child(even) {
      margin-right: 0; }
    .categoryPageListFeaturedHeader__popular-list .entityTout:last-child {
      margin-bottom: 24px;
      padding-right: 0; } }

@media (min-width: 1024px) {
  .categoryPageListFeaturedHeader__popular-list .entityTout {
    max-width: unset; }
    .categoryPageListFeaturedHeader__popular-list .entityTout:last-child {
      margin-bottom: 0; } }

.categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  max-height: 96px; }
  .node-commerce .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    max-height: 72px; }
  .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link .entityTout__headline {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link .entityTout__headline:hover, .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link .entityTout__headline:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link .entityTout__headline:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 #595959; }
    .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link .entityTout__headline:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
  .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link.entityTout--last {
    margin-bottom: 0; }

body.ew .categoryPageListFeaturedHeader__popular-list,
body.people .categoryPageListFeaturedHeader__popular-list {
  display: flex;
  overflow-x: scroll; }
  @media (min-width: 1024px) {
    body.ew .categoryPageListFeaturedHeader__popular-list,
    body.people .categoryPageListFeaturedHeader__popular-list {
      flex-wrap: wrap;
      overflow-x: unset; } }
  body.ew .categoryPageListFeaturedHeader__popular-list .entityTout,
  body.people .categoryPageListFeaturedHeader__popular-list .entityTout {
    max-width: 260px;
    flex: 0 0 100%;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
    body.ew .categoryPageListFeaturedHeader__popular-list .entityTout:first-child,
    body.people .categoryPageListFeaturedHeader__popular-list .entityTout:first-child {
      margin-left: 16px; }
      @media (min-width: 1024px) {
        body.ew .categoryPageListFeaturedHeader__popular-list .entityTout:first-child,
        body.people .categoryPageListFeaturedHeader__popular-list .entityTout:first-child {
          margin-left: 0; } }
    body.ew .categoryPageListFeaturedHeader__popular-list .entityTout:last-child,
    body.people .categoryPageListFeaturedHeader__popular-list .entityTout:last-child {
      padding-right: 16px;
      margin-right: 0;
      border-right: none; }
      @media (min-width: 1024px) {
        body.ew .categoryPageListFeaturedHeader__popular-list .entityTout:last-child,
        body.people .categoryPageListFeaturedHeader__popular-list .entityTout:last-child {
          padding-right: 0; } }
    @media (min-width: 1024px) {
      body.ew .categoryPageListFeaturedHeader__popular-list .entityTout,
      body.people .categoryPageListFeaturedHeader__popular-list .entityTout {
        max-width: none;
        padding-right: 0;
        margin-right: 0;
        border-right: none; } }
    body.ew .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__swearCount, body.ew .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__prices, body.ew .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__merchant,
    body.people .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__swearCount,
    body.people .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__prices,
    body.people .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__merchant {
      justify-content: end; }
      @media (min-width: 360px) {
        body.ew .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__swearCount, body.ew .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__prices, body.ew .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__merchant,
        body.people .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__swearCount,
        body.people .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__prices,
        body.people .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__merchant {
          justify-content: center; } }
      @media (min-width: 1024px) {
        body.ew .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__swearCount, body.ew .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__prices, body.ew .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__merchant,
        body.people .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__swearCount,
        body.people .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__prices,
        body.people .categoryPageListFeaturedHeader__popular-list .entityTout .entityTout__merchant {
          justify-content: end; } }
  @media (min-width: 768px) {
    body.ew .categoryPageListFeaturedHeader__popular-list .entityTout,
    body.people .categoryPageListFeaturedHeader__popular-list .entityTout {
      margin-bottom: 24px; }
      body.ew .categoryPageListFeaturedHeader__popular-list .entityTout:last-child,
      body.people .categoryPageListFeaturedHeader__popular-list .entityTout:last-child {
        margin-bottom: 0; } }
  body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__image,
  body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__image {
    max-width: 96px;
    margin-right: 16px;
    float: left; }
    @media (min-width: 1024px) {
      body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__image,
      body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__image {
        max-width: 96px; } }
    @media (min-width: 1162px) {
      body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__image,
      body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__image {
        max-width: 96px; } }
  body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link,
  body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    max-height: 60px; }
    body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link .entityTout__headline,
    body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link .entityTout__headline {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
      font-weight: 600;
      box-shadow: none; }
      body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link .entityTout__headline:visited,
      body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link .entityTout__headline:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link .entityTout__headline:hover,
      body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__link .entityTout__headline:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__swearCount, body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__prices, body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__merchant,
  body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__swearCount,
  body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__prices,
  body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__merchant {
    display: flex;
    justify-content: left;
    margin-left: 112px; }
  body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer,
  body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer {
    display: flex; }
    body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer .recipe-ratings,
    body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer .recipe-ratings {
      flex-flow: row wrap;
      justify-content: left;
      margin: 0; }
      body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer .recipe-ratings .ratings-dropdown-button,
      body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer .recipe-ratings .ratings-dropdown-button {
        display: flex; }
      body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer .recipe-ratings .rating-star,
      body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer .recipe-ratings .rating-star {
        display: flex;
        width: 16px; }
    body.ew .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer .entityTout__reviewsCount,
    body.people .categoryPageListFeaturedHeader__popular-list .entityTout__details .entityTout__ratingContainer .entityTout__reviewsCount {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      display: flex;
      align-items: center; }
  @media (min-width: 768px) {
    body.ew .categoryPageListFeaturedHeader__popular-list .entityTout,
    body.people .categoryPageListFeaturedHeader__popular-list .entityTout {
      border-right: none;
      max-width: calc( 50% - 12px); }
      body.ew .categoryPageListFeaturedHeader__popular-list .entityTout:first-child,
      body.people .categoryPageListFeaturedHeader__popular-list .entityTout:first-child {
        margin-left: 0; }
      body.ew .categoryPageListFeaturedHeader__popular-list .entityTout:nth-child(even),
      body.people .categoryPageListFeaturedHeader__popular-list .entityTout:nth-child(even) {
        margin-right: 0; }
      body.ew .categoryPageListFeaturedHeader__popular-list .entityTout:last-child,
      body.people .categoryPageListFeaturedHeader__popular-list .entityTout:last-child {
        margin-bottom: 24px;
        padding-right: 0; } }
  @media (min-width: 1024px) {
    body.ew .categoryPageListFeaturedHeader__popular-list .entityTout,
    body.people .categoryPageListFeaturedHeader__popular-list .entityTout {
      max-width: unset; }
      body.ew .categoryPageListFeaturedHeader__popular-list .entityTout:last-child,
      body.people .categoryPageListFeaturedHeader__popular-list .entityTout:last-child {
        margin-bottom: 0; } }

.categoryPageListLatest {
  display: flex;
  flex-wrap: wrap;
  margin: 48px 0; }
  @media (min-width: 768px) {
    .categoryPageListLatest {
      margin: 64px; } }
  @media (min-width: 1024px) {
    .categoryPageListLatest {
      margin: 64px 24px; } }
  @media (min-width: 1162px) {
    .categoryPageListLatest {
      margin: 64px auto;
      padding: 0 80px;
      max-width: calc(1260px + 160px); } }
  .categoryPageListLatest__title {
    font-family: "Kapra", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    font-stretch: condensed;
    margin: 0 auto 24px;
    width: 100%;
    padding: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .categoryPageListLatest__title {
        font-size: 36px;
        line-height: 44px; } }
    @media (min-width: 768px) {
      .categoryPageListLatest__title {
        font-size: 48px;
        line-height: 52px; } }
    @media (min-width: 768px) {
      .categoryPageListLatest__title {
        margin-bottom: 32px; } }
    @media (min-width: 1024px) {
      .categoryPageListLatest__title {
        flex-basis: 100%; } }
  @media (min-width: 768px) {
    .categoryPageListLatest__leaderboard {
      margin: 0 -64px;
      width: 100vw; } }
  @media (min-width: 1024px) {
    .categoryPageListLatest__leaderboard {
      margin: 0 0 32px -24px;
      width: 100vw; } }
  @media (min-width: 1162px) {
    .categoryPageListLatest__leaderboard {
      margin: 0 0 48px;
      width: 1260px; } }
  .categoryPageListLatest__list {
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 768px) {
      .categoryPageListLatest__list {
        max-width: 640px; } }
    @media (min-width: 1024px) {
      .categoryPageListLatest__list {
        flex: 1;
        margin: 0 auto 0 0; } }
    @media (min-width: 1162px) {
      .categoryPageListLatest__list {
        margin-right: 136px;
        max-width: 760px; } }
    .categoryPageListLatest__list .component.outbrain {
      padding-right: 16px;
      margin-bottom: 32px; }
      @media (min-width: 768px) {
        .categoryPageListLatest__list .component.outbrain {
          padding-right: 0;
          margin-bottom: 40px; } }
    .categoryPageListLatest__list .category-page-item {
      display: flex;
      padding: 0 0 32px;
      max-width: 100%;
      border-top: 1px solid rgba(0, 0, 0, 0.15); }
      .categoryPageListLatest__list .category-page-item:last-child {
        padding-bottom: 0; }
      @media (min-width: 1024px) {
        .categoryPageListLatest__list .category-page-item.section-last {
          padding-bottom: 0; } }
      .categoryPageListLatest__list .category-page-item.section-last + .categoryPageListLatest__ad {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .categoryPageListLatest__list .category-page-item {
          margin: 0 auto;
          padding-bottom: 40px; }
          .categoryPageListLatest__list .category-page-item-content {
            min-width: 428px; } }
      .categoryPageListLatest__list .category-page-item .category-page-item-image {
        flex-shrink: 0; }
      .categoryPageListLatest__list .category-page-item .category-page-item-image-link {
        display: flex;
        align-items: flex-start; }
      @media (min-width: 768px) {
        .categoryPageListLatest__list .category-page-item .category-page-item-content {
          min-width: 428px; } }
      .categoryPageListLatest__list .category-page-item .lazy-image {
        flex: 0 0 140px;
        margin: 0 16px 0 0;
        max-width: 140px; }
        @media (min-width: 768px) {
          .categoryPageListLatest__list .category-page-item .lazy-image {
            flex: 0 0 248px;
            margin-right: 24px;
            max-width: 248px; } }
      .categoryPageListLatest__list .category-page-item .category-page-item-image-text {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0.1px;
        color: rgba(0, 0, 0, 0.95);
        padding: 1px 0;
        transition: all .1s ease-in-out;
        text-decoration: none;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 18px;
        line-height: 24px;
        max-height: 120px;
        max-height: 125px;
        max-height: unset;
        color: rgba(0, 0, 0, 0.95);
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          .categoryPageListLatest__list .category-page-item .category-page-item-image-text {
            font-size: 24px;
            line-height: 32px; } }
        .categoryPageListLatest__list .category-page-item .category-page-item-image-text:visited {
          color: #595959;
          box-shadow: inset 0 -1px 0 #595959; }
        .categoryPageListLatest__list .category-page-item .category-page-item-image-text:hover {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
        .categoryPageListLatest__list .category-page-item .category-page-item-image-text:hover, .categoryPageListLatest__list .category-page-item .category-page-item-image-text:visited {
          color: rgba(0, 0, 0, 0.95); }
        @media (min-width: 768px) {
          .categoryPageListLatest__list .category-page-item .category-page-item-image-text {
            display: block;
            /* Fallback for non-webkit */
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 24px;
            line-height: 32px;
            max-height: 96px;
            max-height: 99px;
            max-height: unset; } }
        .categoryPageListLatest__list .category-page-item .category-page-item-image-text:hover, .categoryPageListLatest__list .category-page-item .category-page-item-image-text:active, .categoryPageListLatest__list .category-page-item .category-page-item-image-text:focus, .categoryPageListLatest__list .category-page-item .category-page-item-image-text:visited {
          box-shadow: unset; }
        .categoryPageListLatest__list .category-page-item .category-page-item-image-text:hover .entityTout__headline, .categoryPageListLatest__list .category-page-item .category-page-item-image-text:hover .category-page-item-image-text-wrapper, .categoryPageListLatest__list .category-page-item .category-page-item-image-text:focus .entityTout__headline, .categoryPageListLatest__list .category-page-item .category-page-item-image-text:focus .category-page-item-image-text-wrapper, .categoryPageListLatest__list .category-page-item .category-page-item-image-text:active .entityTout__headline, .categoryPageListLatest__list .category-page-item .category-page-item-image-text:active .category-page-item-image-text-wrapper {
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .categoryPageListLatest__list .category-page-item-content-wrapper {
        margin-top: 16px;
        margin-right: 16px;
        word-break: break-word; }
        @media (min-width: 768px) {
          .categoryPageListLatest__list .category-page-item-content-wrapper {
            margin-top: 24px;
            margin-right: 0; } }
      .categoryPageListLatest__list .category-page-item-label-date {
        display: flex;
        flex-wrap: wrap; }
        .categoryPageListLatest__list .category-page-item-label-date .category-page-item-divider:last-child {
          display: none; }
      .categoryPageListLatest__list .category-page-item-category-label {
        display: inline-block;
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.65); }
      .categoryPageListLatest__list .category-page-item-divider {
        display: inline-block;
        margin-left: 4px;
        margin-right: 4px;
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.65); }
        .categoryPageListLatest__list .category-page-item-divider:first-child {
          display: none; }
      .categoryPageListLatest__list .category-page-item-timestamp {
        display: inline-block;
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.65); }
  .categoryPageListLatest__aside {
    margin: 32px 16px 0;
    width: 100%;
    border: none;
    background-color: #fff;
    box-shadow: none; }
    @media (min-width: 1024px) {
      .categoryPageListLatest__aside {
        margin-top: 0; } }
    @media (min-width: 1162px) {
      .categoryPageListLatest__aside .karma-sticky-stuck {
        padding-left: 16px; } }
    @media (min-width: 768px) {
      .categoryPageListLatest__aside {
        max-width: 640px;
        margin: 40px auto; } }
    @media (min-width: 1024px) {
      .categoryPageListLatest__aside {
        align-self: flex-start;
        flex: 0 1 300px;
        margin: 0; } }
    @media (min-width: 1162px) {
      .categoryPageListLatest__aside {
        flex-basis: 344px;
        max-width: 344px;
        margin-left: 32px; } }
    .categoryPageListLatest__aside .linksList {
      border: 1px solid rgba(0, 0, 0, 0.15);
      -o-border-image: initial;
         border-image: initial;
      border-image-slice: 1;
      padding: 32px 16px; }
      .categoryPageListLatest__aside .linksList__list {
        text-align: center;
        padding: 0; }
        @media (min-width: 768px) {
          .categoryPageListLatest__aside .linksList__list {
            -moz-columns: 2 auto;
                 columns: 2 auto; } }
        @media (min-width: 1024px) {
          .categoryPageListLatest__aside .linksList__list {
            -moz-columns: unset;
                 columns: unset; } }
      .categoryPageListLatest__aside .linksList__item {
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .categoryPageListLatest__aside .linksList__item a {
          font-family: "Source Sans Pro", Arial;
          font-size: 18px;
          line-height: 28px;
          font-weight: 400;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.95);
          padding: 2px 0;
          box-shadow: inset 0 -2px 0 #ac1900;
          transition: all .1s ease-in-out;
          text-decoration: none;
          box-shadow: none;
          color: rgba(0, 0, 0, 0.95); }
          .categoryPageListLatest__aside .linksList__item a:visited {
            color: #595959;
            box-shadow: inset 0 -2px 0 #ac1900; }
          .categoryPageListLatest__aside .linksList__item a:hover, .categoryPageListLatest__aside .linksList__item a:focus {
            color: rgba(0, 0, 0, 0.95);
            box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
          .categoryPageListLatest__aside .linksList__item a:active {
            color: rgba(0, 0, 0, 0.95);
            box-shadow: inset 0 -2px 0 #ac1900; }
      .categoryPageListLatest__aside .linksList__link {
        box-shadow: none;
        color: rgba(0, 0, 0, 0.95); }
      .categoryPageListLatest__aside .linksList__title {
        color: rgba(0, 0, 0, 0.95); }
  .categoryPageListLatest__ad:not(.div-sm-inContent) {
    background: rgba(0, 0, 0, 0.05);
    margin: 48px -16px;
    padding-top: 24px; }
    @media (min-width: 360px) {
      .categoryPageListLatest__ad:not(.div-sm-inContent) {
        margin: 16px calc(50% - 50vw) 48px; } }
    @media (min-width: 768px) {
      .categoryPageListLatest__ad:not(.div-sm-inContent) {
        margin-top: 24px;
        margin-bottom: 64px;
        padding: 24px 30px 0; } }
    @media (min-width: 1024px) {
      .categoryPageListLatest__ad:not(.div-sm-inContent) {
        margin: 0;
        padding: 0; } }
  @media (min-width: 1024px) {
    .categoryPageListLatest .div-sm-highImpact.responsive {
      margin-top: 48px; } }
  @media (min-width: 1162px) {
    .categoryPageListLatest .div-sm-highImpact.responsive {
      margin-top: 64px; } }
  .categoryPageListLatest .categoryPageItemInfo {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .categoryPageListLatest .categoryPageItemInfo {
        flex-flow: row wrap;
        align-items: center; } }
    .categoryPageListLatest .categoryPageItemInfo__typeInfo {
      display: flex;
      align-items: center; }
      .categoryPageListLatest .categoryPageItemInfo__typeInfo:last-child .category-page-item-divider {
        display: none; }
      @media (max-width: 767px) {
        .categoryPageListLatest .categoryPageItemInfo__typeInfo .category-page-item-divider {
          display: none; } }
    .categoryPageListLatest .categoryPageItemInfo__typeIconText {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65); }
    .categoryPageListLatest .categoryPageItemInfo__typeIcon {
      display: flex;
      align-items: center; }
      .categoryPageListLatest .categoryPageItemInfo__typeIcon.video {
        margin-left: -4px; }
      .categoryPageListLatest .categoryPageItemInfo__typeIcon svg path {
        fill: #ac1900; }
    .categoryPageListLatest .categoryPageItemInfo__slideCount {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      letter-spacing: 0.5px;
      margin-left: 4px; }
    .categoryPageListLatest .categoryPageItemInfo__slideCount + .category-page-item-divider {
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .categoryPageListLatest .categoryPageItemInfo__slideCount + .category-page-item-divider {
          display: none; } }
  .categoryPageListLatest .categoryPageListLatest__ad:not(.div-sm-inContent):last-of-type {
    margin-bottom: 0; }
  .categoryPageListLatest .categoryPageListLatestItemExclusiveTag {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    height: 20px;
    font-weight: 400;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 2px 8px; }
  @media (max-width: 1023px) {
    .categoryPageListLatest__title {
      order: 1; }
    .categoryPageListLatest__list {
      order: 2; }
    .categoryPageListLatest .div-sm-highImpact.responsive {
      order: 3; }
    .categoryPageListLatest__aside {
      order: 4; }
    .categoryPageListLatest__ad {
      order: 3;
      width: 100vw; } }

.categoryPageListSixFeatured {
  margin: 48px 0;
  padding: 24px 16px 32px;
  background: rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .categoryPageListSixFeatured {
      margin: 64px 0;
      padding: 32px 64px 40px; } }
  @media (min-width: 1024px) {
    .categoryPageListSixFeatured {
      padding-left: 24px;
      padding-right: 24px;
      padding-bottom: 40px; } }
  @media (min-width: 1162px) {
    .categoryPageListSixFeatured {
      padding-left: 80px;
      padding-right: 80px; } }

.categoryPageListSixFeatured__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  max-width: 640px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .categoryPageListSixFeatured__wrapper {
      justify-content: center;
      max-width: 976px; } }
  @media (min-width: 1162px) {
    .categoryPageListSixFeatured__wrapper {
      max-width: 1240px; } }

.categoryPageListSixFeatured__title {
  font-family: "Kapra", "Times New Roman", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  font-stretch: condensed;
  color: rgba(0, 0, 0, 0.95);
  margin: 0 0 24px;
  padding: 0;
  text-align: center;
  flex: 0 0 100%;
  order: 1; }
  @media (min-width: 768px) {
    .categoryPageListSixFeatured__title {
      font-size: 36px;
      line-height: 44px; } }
  @media (min-width: 768px) {
    .categoryPageListSixFeatured__title {
      font-size: 48px;
      line-height: 52px; } }
  @media (min-width: 768px) {
    .categoryPageListSixFeatured__title {
      margin-bottom: 32px; } }

.categoryPageListSixFeatured__main {
  order: 2;
  margin-bottom: 32px; }
  @media (min-width: 1024px) {
    .categoryPageListSixFeatured__main {
      max-width: 640px;
      margin-bottom: 0;
      flex: 1;
      order: 3; } }
  @media (min-width: 1162px) {
    .categoryPageListSixFeatured__main {
      max-width: 840px;
      flex: 1; } }
  .categoryPageListSixFeatured__main .category-page-item-content__title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    line-height: 34px;
    max-height: 102px;
    max-height: 110px;
    text-align: center;
    color: rgba(0, 0, 0, 0.95); }
    .categoryPageListSixFeatured__main .category-page-item-content__title:hover, .categoryPageListSixFeatured__main .category-page-item-content__title:visited {
      color: rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .categoryPageListSixFeatured__main .category-page-item-content__title {
        text-align: left; } }
    @media (min-width: 1024px) {
      .categoryPageListSixFeatured__main .category-page-item-content__title {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 28px;
        line-height: 34px;
        max-height: 34px;
        max-height: 40px; } }
  .categoryPageListSixFeatured__main .lazy-image {
    margin-bottom: 16px; }
  .categoryPageListSixFeatured__main .category-page-item-image-text {
    font-family: "Klein", "Times New Roman", serif;
    text-transform: none;
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    padding: 0;
    color: rgba(0, 0, 0, 0.95); }
    .categoryPageListSixFeatured__main .category-page-item-image-text:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .categoryPageListSixFeatured__main .category-page-item-image-text:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .categoryPageListSixFeatured__main .category-page-item-image-text:hover, .categoryPageListSixFeatured__main .category-page-item-image-text:active, .categoryPageListSixFeatured__main .category-page-item-image-text:focus, .categoryPageListSixFeatured__main .category-page-item-image-text:visited {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: unset; }
    .categoryPageListSixFeatured__main .category-page-item-image-text:hover, .categoryPageListSixFeatured__main .category-page-item-image-text:active, .categoryPageListSixFeatured__main .category-page-item-image-text:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .categoryPageListSixFeatured__main .category-page-item-description {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    margin-top: 8px; }
    @media (min-width: 768px) {
      .categoryPageListSixFeatured__main .category-page-item-description {
        text-align: left; } }
    @media (min-width: 1024px) {
      .categoryPageListSixFeatured__main .category-page-item-description {
        margin-bottom: 0; } }

.categoryPageListSixFeatured__block {
  order: 3; }
  @media (min-width: 768px) {
    .categoryPageListSixFeatured__block {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 1024px) {
    .categoryPageListSixFeatured__block {
      display: block;
      order: 2;
      flex: 0 1 356px;
      margin-right: 32px; } }
  @media (min-width: 1162px) {
    .categoryPageListSixFeatured__block {
      margin-right: 80px;
      flex: 0 1 440px; } }
  .categoryPageListSixFeatured__block .category-page-item {
    margin-bottom: 32px;
    display: flex; }
    @media (min-width: 768px) {
      .categoryPageListSixFeatured__block .category-page-item {
        display: flex;
        width: 50%;
        padding-right: 32px; } }
    @media (min-width: 1024px) {
      .categoryPageListSixFeatured__block .category-page-item {
        flex: 0 1 100%;
        margin-bottom: 40px;
        width: 100%;
        padding-right: 0; } }
    @media (min-width: 1162px) {
      .categoryPageListSixFeatured__block .category-page-item {
        margin-bottom: 32px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .categoryPageListSixFeatured__block .category-page-item:nth-child(n+3) {
        margin-bottom: 0; } }
    .categoryPageListSixFeatured__block .category-page-item:last-child {
      margin-bottom: 0; }
    .categoryPageListSixFeatured__block .category-page-item-image-text {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      font-weight: 700; }
      .categoryPageListSixFeatured__block .category-page-item-image-text:hover, .categoryPageListSixFeatured__block .category-page-item-image-text:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .categoryPageListSixFeatured__block .category-page-item-image-text:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 #595959; }
      .categoryPageListSixFeatured__block .category-page-item-image-text:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
    .categoryPageListSixFeatured__block .category-page-item .component.lazy-image {
      float: left;
      margin-right: 16px;
      width: 96px; }
      @media (min-width: 768px) {
        .categoryPageListSixFeatured__block .category-page-item .component.lazy-image {
          width: 120px; } }
      @media (min-width: 1162px) {
        .categoryPageListSixFeatured__block .category-page-item .component.lazy-image {
          margin-right: 24px;
          width: 148px; } }
    .categoryPageListSixFeatured__block .category-page-item .category-page-item-image {
      display: flex; }
    .categoryPageListSixFeatured__block .category-page-item .category-page-item-image-text {
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      line-height: 24px;
      max-height: 96px;
      max-height: 112px;
      color: rgba(0, 0, 0, 0.95);
      box-shadow: unset; }
      .categoryPageListSixFeatured__block .category-page-item .category-page-item-image-text:hover, .categoryPageListSixFeatured__block .category-page-item .category-page-item-image-text:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .categoryPageListSixFeatured__block .category-page-item .category-page-item-image-text:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 #595959; }
      .categoryPageListSixFeatured__block .category-page-item .category-page-item-image-text:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .categoryPageListSixFeatured__block .category-page-item .category-page-item-image-text:hover, .categoryPageListSixFeatured__block .category-page-item .category-page-item-image-text:active, .categoryPageListSixFeatured__block .category-page-item .category-page-item-image-text:focus, .categoryPageListSixFeatured__block .category-page-item .category-page-item-image-text:visited {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: unset; }
      .categoryPageListSixFeatured__block .category-page-item .category-page-item-image-text .category-page-item-image-text-wrapper {
        display: inline; }
      .categoryPageListSixFeatured__block .category-page-item .category-page-item-image-text:hover .category-page-item-image-text-wrapper, .categoryPageListSixFeatured__block .category-page-item .category-page-item-image-text:active .category-page-item-image-text-wrapper, .categoryPageListSixFeatured__block .category-page-item .category-page-item-image-text:focus .category-page-item-image-text-wrapper {
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

.categoryPageListThreeFeatured {
  margin: 48px auto;
  padding: 24px 16px;
  background: rgba(0, 0, 0, 0.05);
  box-shadow: none;
  border-top: none;
  border-bottom: none; }
  @media (min-width: 768px) {
    .categoryPageListThreeFeatured {
      padding: 32px 16px 40px;
      margin: 64px auto; } }
  .categoryPageListThreeFeatured__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .categoryPageListThreeFeatured__content {
        max-width: 640px;
        flex-direction: row;
        align-items: flex-start; } }
    @media (min-width: 1024px) {
      .categoryPageListThreeFeatured__content {
        max-width: 976px; } }
    @media (min-width: 1162px) {
      .categoryPageListThreeFeatured__content {
        max-width: 1240px; } }
    .categoryPageListThreeFeatured__content .category-page-item {
      width: 100%;
      margin-bottom: 48px; }
      @media (min-width: 768px) {
        .categoryPageListThreeFeatured__content .category-page-item {
          width: 192px;
          margin-right: 32px;
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .categoryPageListThreeFeatured__content .category-page-item {
          width: 300px;
          margin-right: 40px; } }
      @media (min-width: 1162px) {
        .categoryPageListThreeFeatured__content .category-page-item {
          width: 360px;
          margin-right: 80px; } }
      .categoryPageListThreeFeatured__content .category-page-item:last-child {
        margin-bottom: 0;
        margin-right: 0; }
      .categoryPageListThreeFeatured__content .category-page-item-image {
        margin-bottom: 16px; }
      .categoryPageListThreeFeatured__content .category-page-item-content__title {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 24px;
        line-height: 32px;
        max-height: 96px;
        max-height: 102px;
        color: rgba(0, 0, 0, 0.95); }
      .categoryPageListThreeFeatured__content .category-page-item-description {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 24px;
        max-height: 72px;
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0;
        margin-top: 8px; }
        @media (min-width: 1024px) {
          .categoryPageListThreeFeatured__content .category-page-item-description {
            display: block;
            /* Fallback for non-webkit */
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 16px;
            line-height: 24px;
            max-height: 48px; } }
      .categoryPageListThreeFeatured__content .category-page-item .lazy-image {
        margin-bottom: 16px; }
      .categoryPageListThreeFeatured__content .category-page-item .category-page-item-image-text {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 24px;
        line-height: 32px;
        max-height: 192px;
        max-height: 204px;
        color: rgba(0, 0, 0, 0.95); }
        .categoryPageListThreeFeatured__content .category-page-item .category-page-item-image-text:hover, .categoryPageListThreeFeatured__content .category-page-item .category-page-item-image-text:visited {
          color: rgba(0, 0, 0, 0.95); }
        .categoryPageListThreeFeatured__content .category-page-item .category-page-item-image-text-wrapper {
          color: rgba(0, 0, 0, 0.95);
          font-family: "Klein", "Times New Roman", serif;
          font-size: 24px;
          line-height: 32px;
          font-weight: 700;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.95);
          padding: 2px 0;
          transition: all .1s ease-in-out;
          text-decoration: none;
          padding: 0; }
          .categoryPageListThreeFeatured__content .category-page-item .category-page-item-image-text-wrapper:visited {
            color: #595959;
            box-shadow: inset 0 -2px 0 #595959; }
          .categoryPageListThreeFeatured__content .category-page-item .category-page-item-image-text-wrapper:hover {
            color: rgba(0, 0, 0, 0.95);
            box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
  .categoryPageListThreeFeatured__title {
    font-family: "Kapra", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    font-stretch: condensed;
    margin: 0 auto 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .categoryPageListThreeFeatured__title {
        font-size: 36px;
        line-height: 44px; } }
    @media (min-width: 768px) {
      .categoryPageListThreeFeatured__title {
        font-size: 48px;
        line-height: 52px; } }
    @media (min-width: 768px) {
      .categoryPageListThreeFeatured__title {
        margin-bottom: 32px;
        max-width: 640px; } }
    @media (min-width: 1024px) {
      .categoryPageListThreeFeatured__title {
        max-width: 976px; } }
    @media (min-width: 1162px) {
      .categoryPageListThreeFeatured__title {
        max-width: 1240px; } }

.categoryPageListQuote {
  margin: 48px 0;
  padding: 32px 16px 56px;
  background: rgba(0, 0, 0, 0.05);
  border-top: 0;
  border-bottom: 0;
  -o-border-image: none;
     border-image: none; }
  @media (min-width: 768px) {
    .categoryPageListQuote {
      margin: 64px 0;
      padding: 32px 64px 40px; } }
  @media (min-width: 1024px) {
    .categoryPageListQuote {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 1162px) {
    .categoryPageListQuote {
      padding-left: 80px;
      padding-right: 80px; } }
  .categoryPageListQuote .entityTout {
    margin-bottom: 0; }
  .categoryPageListQuote .entityTout__link {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    line-height: 34px;
    max-height: 170px;
    max-height: 175px;
    max-height: unset;
    color: rgba(0, 0, 0, 0.95); }
    .categoryPageListQuote .entityTout__link:hover, .categoryPageListQuote .entityTout__link:focus, .categoryPageListQuote .entityTout__link:active, .categoryPageListQuote .entityTout__link:visited {
      color: rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .categoryPageListQuote .entityTout__link {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 28px;
        line-height: 34px;
        max-height: 68px;
        max-height: 70px;
        max-height: unset; } }
    @media (min-width: 1024px) {
      .categoryPageListQuote .entityTout__link {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 28px;
        line-height: 34px;
        max-height: 102px;
        max-height: 105px;
        max-height: unset; } }
    @media (min-width: 1162px) {
      .categoryPageListQuote .entityTout__link {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 28px;
        line-height: 34px;
        max-height: 68px;
        max-height: 70px;
        max-height: unset; } }
  .categoryPageListQuote .entityTout__headline {
    font-family: "Klein", "Times New Roman", serif;
    text-transform: none;
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.95);
    padding: 0;
    display: inline; }
    .categoryPageListQuote .entityTout__headline:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .categoryPageListQuote .entityTout__headline:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .categoryPageListQuote .entityTout__headline:hover, .categoryPageListQuote .entityTout__headline:focus, .categoryPageListQuote .entityTout__headline:active, .categoryPageListQuote .entityTout__headline:visited {
      color: rgba(0, 0, 0, 0.95); }
  .categoryPageListQuote .entityTout__image {
    margin-bottom: 16px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .categoryPageListQuote .entityTout__image {
        float: none;
        margin: 0 auto 16px;
        width: auto;
        max-height: 360px; } }
    @media (min-width: 1024px) {
      .categoryPageListQuote .entityTout__image {
        max-width: 588px;
        max-height: 330px; } }
    @media (min-width: 1279px) {
      .categoryPageListQuote .entityTout__image {
        max-width: 760px;
        max-height: 428px; } }
  .categoryPageListQuote .entityTout__description p {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    margin-top: 8px; }
    @media (min-width: 768px) {
      .categoryPageListQuote .entityTout__description p {
        text-align: left; } }

.categoryPageListQuote__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 640px; }
  @media (min-width: 1024px) {
    .categoryPageListQuote__wrapper {
      justify-content: center;
      max-width: 976px; } }
  @media (min-width: 1162px) {
    .categoryPageListQuote__wrapper {
      max-width: 1240px; } }

.categoryPageListQuote__title {
  font-family: "Kapra", "Times New Roman", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  font-stretch: condensed;
  margin: 0 0 24px;
  padding: 0;
  text-align: center;
  flex: 0 0 100%; }
  @media (min-width: 768px) {
    .categoryPageListQuote__title {
      font-size: 36px;
      line-height: 44px; } }
  @media (min-width: 768px) {
    .categoryPageListQuote__title {
      font-size: 48px;
      line-height: 52px; } }
  @media (min-width: 768px) {
    .categoryPageListQuote__title {
      margin-bottom: 32px; } }

.categoryPageListQuote__main {
  margin-bottom: 32px; }
  @media (min-width: 1024px) {
    .categoryPageListQuote__main {
      max-width: 588px;
      flex: 1;
      margin-bottom: 0; } }
  @media (min-width: 1162px) {
    .categoryPageListQuote__main {
      max-width: 720px;
      flex: 1; } }
  @media (min-width: 1279px) {
    .categoryPageListQuote__main {
      max-width: 760px; } }

.categoryPageListQuote__block {
  background: transparent;
  flex: 1; }
  .categoryPageListQuote__block .entityTout,
  .categoryPageListQuote__block .entityTout__details,
  .categoryPageListQuote__block .entityTout__quote-wrapper {
    height: 100%; }
  @media (min-width: 1024px) {
    .categoryPageListQuote__block {
      flex: 0 1 356px;
      max-height: 448px;
      margin: 0 0 0 32px; } }
  @media (min-width: 1162px) {
    .categoryPageListQuote__block {
      margin: 0 0 0 80px;
      flex: 0 1 440px;
      max-height: 488px; } }

.entityTout__quote {
  color: rgba(0, 0, 0, 0.95); }
  .entityTout__quote:hover {
    color: rgba(0, 0, 0, 0.95); }
  .entityTout__quote:visited {
    color: rgba(0, 0, 0, 0.95); }
  .entityTout__quote .icon-continue {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.95); }
    .entityTout__quote .icon-continue path {
      fill: #fff; }

.entityTout__quote-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16px 8px;
  border: 4px solid rgba(0, 0, 0, 0.95); }
  .entityTout__quote-wrapper .blockquote {
    margin: 0;
    padding: 0;
    border-left: 0; }
    .entityTout__quote-wrapper .blockquote svg {
      display: block;
      margin: auto;
      fill: #ac1900;
      transform: rotate(180deg); }
    .entityTout__quote-wrapper .blockquote p {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 28px;
      line-height: 32px;
      font-weight: 800;
      letter-spacing: 0;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 28px;
      line-height: 32px;
      max-height: 192px;
      max-height: unset;
      text-align: center;
      font-style: normal; }
      @media (min-width: 768px) {
        .entityTout__quote-wrapper .blockquote p {
          font-size: 36px;
          line-height: 44px; } }
      @media (min-width: 768px) {
        .entityTout__quote-wrapper .blockquote p {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 36px;
          line-height: 44px;
          max-height: 132px;
          max-height: none;
          -webkit-line-clamp: unset;
          max-height: unset; } }
      @media (min-width: 1024px) {
        .entityTout__quote-wrapper .blockquote p {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          -webkit-line-clamp: 6;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 36px;
          line-height: 44px;
          max-height: 264px;
          max-height: unset; } }
      @media (min-width: 1162px) {
        .entityTout__quote-wrapper .blockquote p {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 36px;
          line-height: 44px;
          max-height: 220px;
          max-height: unset; } }
      @media (min-width: 1279px) {
        .entityTout__quote-wrapper .blockquote p {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          -webkit-line-clamp: 8;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 36px;
          line-height: 44px;
          max-height: 352px;
          max-height: unset; } }
    .entityTout__quote-wrapper .blockquote-attribution {
      color: rgba(0, 0, 0, 0.95);
      font-family: "Klein", "Times New Roman", serif;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      letter-spacing: 0;
      background: #ac1900;
      color: #fff;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      position: relative;
      bottom: -28px;
      padding: 4px 8px;
      margin: 0 auto; }

.categoryPageToutDefault {
  background-color: transparent;
  margin: 48px 0; }
  @media (min-width: 768px) {
    .categoryPageToutDefault {
      margin: 64px 0; } }

.categoryPageToutDefault__image {
  height: 320px;
  background-size: cover;
  background-position: top right; }
  @media (min-width: 768px) {
    .categoryPageToutDefault__image {
      height: 338px; } }
  @media (min-width: 1162px) {
    .categoryPageToutDefault__image {
      height: 320px; } }
  .categoryPageToutDefault__image--no-image {
    background: none;
    height: 320px; }

.categoryPageToutDefault__list {
  display: block;
  height: auto;
  margin: 24px 0;
  padding-left: 12px; }
  .categoryPageToutDefault__list .entityTout:last-child .entityTout__details {
    padding-bottom: 32px; }
  .categoryPageToutDefault__list .entityTout__details, .categoryPageToutDefault__list .category-page-item-content-wrapper {
    padding-bottom: 32px;
    position: relative; }
    @media (min-width: 768px) {
      .categoryPageToutDefault__list .entityTout__details, .categoryPageToutDefault__list .category-page-item-content-wrapper {
        padding-bottom: 40px; } }
    .categoryPageToutDefault__list .entityTout__details:not(.show-icon):before, .categoryPageToutDefault__list .category-page-item-content-wrapper:not(.show-icon):before {
      content: "•";
      color: inherit;
      font-size: inherit;
      position: absolute;
      top: 4px;
      left: -12px; }
    .categoryPageToutDefault__list .entityTout__details.show-icon .entityTout__icon, .categoryPageToutDefault__list .category-page-item-content-wrapper.show-icon .entityTout__icon {
      float: left;
      padding-right: 8px; }
      .categoryPageToutDefault__list .entityTout__details.show-icon .entityTout__icon svg, .categoryPageToutDefault__list .category-page-item-content-wrapper.show-icon .entityTout__icon svg {
        width: 20px; }
    .categoryPageToutDefault__list .entityTout__details .entityTout__link, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      color: rgba(0, 0, 0, 0.95);
      font-weight: 700;
      box-shadow: unset; }
      .categoryPageToutDefault__list .entityTout__details .entityTout__link:hover, .categoryPageToutDefault__list .entityTout__details .entityTout__link:focus, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text:hover, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text:focus, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link:hover, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link:focus, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text:hover, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .categoryPageToutDefault__list .entityTout__details .entityTout__link:active, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text:active, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link:active, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 #595959; }
      .categoryPageToutDefault__list .entityTout__details .entityTout__link:visited, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text:visited, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link:visited, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .categoryPageToutDefault__list .entityTout__details .entityTout__link:hover, .categoryPageToutDefault__list .entityTout__details .entityTout__link:active, .categoryPageToutDefault__list .entityTout__details .entityTout__link:focus, .categoryPageToutDefault__list .entityTout__details .entityTout__link:visited, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text:hover, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text:active, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text:focus, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text:visited, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link:hover, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link:active, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link:focus, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link:visited, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text:hover, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text:active, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text:focus, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text:visited {
        box-shadow: unset; }
      .categoryPageToutDefault__list .entityTout__details .entityTout__link:hover .entityTout__headline, .categoryPageToutDefault__list .entityTout__details .entityTout__link:hover .category-page-item-image-text-wrapper, .categoryPageToutDefault__list .entityTout__details .entityTout__link:focus .entityTout__headline, .categoryPageToutDefault__list .entityTout__details .entityTout__link:focus .category-page-item-image-text-wrapper, .categoryPageToutDefault__list .entityTout__details .entityTout__link:active .entityTout__headline, .categoryPageToutDefault__list .entityTout__details .entityTout__link:active .category-page-item-image-text-wrapper, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text:hover .entityTout__headline, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text:hover .category-page-item-image-text-wrapper, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text:focus .entityTout__headline, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text:focus .category-page-item-image-text-wrapper, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text:active .entityTout__headline, .categoryPageToutDefault__list .entityTout__details .category-page-item-image-text:active .category-page-item-image-text-wrapper, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link:hover .entityTout__headline, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link:hover .category-page-item-image-text-wrapper, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link:focus .entityTout__headline, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link:focus .category-page-item-image-text-wrapper, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link:active .entityTout__headline, .categoryPageToutDefault__list .category-page-item-content-wrapper .entityTout__link:active .category-page-item-image-text-wrapper, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text:hover .entityTout__headline, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text:hover .category-page-item-image-text-wrapper, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text:focus .entityTout__headline, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text:focus .category-page-item-image-text-wrapper, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text:active .entityTout__headline, .categoryPageToutDefault__list .category-page-item-content-wrapper .category-page-item-image-text:active .category-page-item-image-text-wrapper {
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  @media (min-width: 768px) {
    .categoryPageToutDefault__list {
      display: flex;
      margin: 0; }
      .categoryPageToutDefault__list .entity-tout.entityTout, .categoryPageToutDefault__list .category-page-item {
        flex: 1 1 0;
        padding-right: 40px;
        padding-bottom: 0; }
        .categoryPageToutDefault__list .entity-tout.entityTout:last-child, .categoryPageToutDefault__list .category-page-item:last-child {
          padding-right: 0; } }
  @media (min-width: 1024px) {
    .categoryPageToutDefault__list {
      flex: 1;
      margin-top: 24px; }
      .categoryPageToutDefault__list .categoryPageToutDefault__listItem .categoryPageToutDefault__listHeading {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 24px;
        max-height: 72px; }
      .categoryPageToutDefault__list .entity-tout.entityTout {
        padding-right: 40px; } }

.categoryPageToutDefault__container {
  margin: 0 16px; }
  @media (min-width: 768px) {
    .categoryPageToutDefault__container {
      margin: 0 auto;
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .categoryPageToutDefault__container {
      display: flex;
      align-items: flex-start;
      margin: 0 24px;
      max-width: none; } }
  @media (min-width: 1162px) {
    .categoryPageToutDefault__container {
      margin-left: auto;
      margin-right: auto;
      padding: 0 80px;
      max-width: calc(1260px + 160px); } }
  .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout,
  .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout {
    margin: 0; }
  .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__more,
  .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout__more {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    margin-top: 16px;
    color: rgba(0, 0, 0, 0.95); }
    .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__more:focus,
    .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout__more:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__more:active,
    .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout__more:active {
      opacity: 0.8; }
    .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__more:hover,
    .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout__more:hover {
      color: rgba(0, 0, 0, 0.95); }
    .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__more .entityTout__more-link,
    .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout__more .entityTout__more-link {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      font-weight: 700;
      color: rgba(0, 0, 0, 0.95);
      box-shadow: none;
      text-transform: uppercase; }
      .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__more .entityTout__more-link:focus,
      .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout__more .entityTout__more-link:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__more .entityTout__more-link:active,
      .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout__more .entityTout__more-link:active {
        opacity: 0.8; }
      .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__more .entityTout__more-link:hover,
      .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout__more .entityTout__more-link:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: none; }
    .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__more .icon-continue, .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__more .icon-add,
    .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout__more .icon-continue,
    .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout__more .icon-add {
      margin-left: 4px; }
      .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__more .icon-continue svg, .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__more .icon-add svg,
      .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout__more .icon-continue svg,
      .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout__more .icon-add svg {
        position: relative;
        top: 4px; }
        .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__more .icon-continue svg path, .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__more .icon-add svg path,
        .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout__more .icon-continue svg path,
        .categoryPageToutDefault__container .categoryPageToutDefault__list .entityTout__more .icon-add svg path {
          fill: #f44336; }
  .categoryPageToutDefault__container .categoryPageToutDefault__category {
    margin-top: -80px;
    padding: 24px 16px;
    background: #fff;
    border-left: 4px solid rgba(0, 0, 0, 0.95);
    -o-border-image: initial;
       border-image: initial;
    border-image-slice: 1; }
    @media (min-width: 768px) {
      .categoryPageToutDefault__container .categoryPageToutDefault__category {
        margin-top: -64px;
        margin-bottom: 32px;
        padding: 24px; } }
    @media (min-width: 1024px) {
      .categoryPageToutDefault__container .categoryPageToutDefault__category {
        flex: 0 1 400px;
        margin-right: 32px; } }
    @media (min-width: 1162px) {
      .categoryPageToutDefault__container .categoryPageToutDefault__category {
        margin-top: -72px;
        margin-bottom: 40px; } }
    @media (min-width: 1279px) {
      .categoryPageToutDefault__container .categoryPageToutDefault__category {
        flex: 0 1 498px;
        margin-right: 44px; } }
    .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__link {
      font-family: "Klein", "Times New Roman", serif;
      text-transform: none;
      font-size: 28px;
      line-height: 34px;
      font-weight: 800;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      box-shadow: unset;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 28px;
      line-height: 34px;
      max-height: 68px;
      max-height: 70px;
      max-height: unset; }
      .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__link:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__link:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__link:hover, .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__link:active, .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__link:focus, .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__link:visited {
        box-shadow: unset; }
      .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__link:hover .entityTout__headline, .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__link:focus .entityTout__headline, .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__link:active .entityTout__headline {
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__headline {
      padding: 0; }
    .categoryPageToutDefault__container .categoryPageToutDefault__category .entityTout__description p {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      margin-bottom: 0;
      margin-top: 8px;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      line-height: 24px;
      max-height: 72px; }
  @media (min-width: 1024px) {
    .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__category {
      flex: 0 1 312px;
      margin-right: 24px; } }
  @media (min-width: 1279px) {
    .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__category {
      flex: 0 1 456px;
      margin-right: 32px; } }
  .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list {
    padding-left: 0;
    margin: 32px 0; }
    @media (min-width: 768px) {
      .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list {
        margin-bottom: 40px; } }
    @media (min-width: 768px) {
      .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout {
        padding-right: 24px;
        padding-bottom: 0; }
        .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout:last-child {
          padding-right: 0; } }
    @media (min-width: 1024px) {
      .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__details {
        padding-bottom: 0; } }
    .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__image {
      margin-right: 8px;
      width: 80px;
      float: left; }
      @media (min-width: 768px) {
        .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__image {
          width: 64px; } }
      @media (min-width: 1279px) {
        .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__image {
          width: 80px; } }
    .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__link {
      width: calc(100% - 88px);
      margin-bottom: 4px;
      float: left; }
      @media (min-width: 768px) {
        .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__link {
          width: calc(100% - 72px); } }
      @media (min-width: 1279px) {
        .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__link {
          width: calc(100% - 88px); } }
    .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__headline {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__headline:visited {
        color: #595959; }
      .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__headline:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__prices,
    .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__swearCount,
    .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__merchant {
      width: calc(100% - 88px);
      margin-left: 88px;
      margin-top: 0;
      margin-bottom: 4px; }
      @media (min-width: 768px) {
        .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__prices,
        .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__swearCount,
        .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__merchant {
          width: calc(100% - 72px);
          margin-left: 72px; } }
      @media (min-width: 1279px) {
        .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__prices,
        .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__swearCount,
        .categoryPageToutDefault__container.imageVariant .categoryPageToutDefault__list .entityTout__merchant {
          width: calc(100% - 88px);
          margin-left: 88px; } }

.categoryPageListToutEditProgram {
  position: relative;
  margin: 48px 0;
  background: rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .categoryPageListToutEditProgram {
      overflow: hidden;
      display: flex;
      height: 408px;
      margin: 64px 0;
      justify-content: center; } }
  @media (min-width: 1024px) {
    .categoryPageListToutEditProgram {
      height: 528px; } }
  @media (min-width: 1162px) {
    .categoryPageListToutEditProgram {
      height: 632px; } }
  @media (min-width: 1279px) {
    .categoryPageListToutEditProgram {
      display: block; } }

.categoryPageListToutEditProgram__background {
  height: 360px;
  background-size: cover;
  background-position: top right; }
  @media (min-width: 768px) {
    .categoryPageListToutEditProgram__background {
      position: absolute;
      top: 0;
      left: 0;
      width: 408px;
      height: 408px; } }
  @media (min-width: 1024px) {
    .categoryPageListToutEditProgram__background {
      width: 528px;
      height: 528px; } }
  @media (min-width: 1162px) {
    .categoryPageListToutEditProgram__background {
      width: 632px;
      height: 632px; } }
  .categoryPageListToutEditProgram__background:before {
    content: '';
    display: block;
    width: 100%;
    height: 360px;
    background: rgba(0, 0, 0, 0.05); }
    @media (min-width: 768px) {
      .categoryPageListToutEditProgram__background:before {
        height: 100%; } }

.categoryPageListToutEditProgram__container {
  background: transparent;
  position: relative;
  margin: auto; }
  @media (min-width: 768px) {
    .categoryPageListToutEditProgram__container {
      display: flex;
      height: 100%;
      max-width: 768px; } }
  @media (min-width: 1024px) {
    .categoryPageListToutEditProgram__container {
      max-width: 1024px; } }
  @media (min-width: 1162px) {
    .categoryPageListToutEditProgram__container {
      max-width: 1162px; } }
  @media (min-width: 1279px) {
    .categoryPageListToutEditProgram__container {
      max-width: 1400px; } }

.categoryPageListToutEditProgram__callout {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0; }
  @media (min-width: 768px) {
    .categoryPageListToutEditProgram__callout {
      align-items: flex-end;
      width: 408px; } }
  @media (min-width: 1024px) {
    .categoryPageListToutEditProgram__callout {
      width: 528px; } }
  @media (min-width: 1162px) {
    .categoryPageListToutEditProgram__callout {
      width: 632px; } }
  .categoryPageListToutEditProgram__callout .entityTout {
    position: relative;
    margin: -120px 16px 0;
    max-width: 328px;
    padding: 24px;
    background: #fff;
    z-index: 100; }
    @media (min-width: 768px) {
      .categoryPageListToutEditProgram__callout .entityTout {
        margin: 0 0 24px;
        max-width: 332px; } }
    @media (min-width: 1024px) {
      .categoryPageListToutEditProgram__callout .entityTout {
        margin-bottom: 36px; } }
    @media (min-width: 1279px) {
      .categoryPageListToutEditProgram__callout .entityTout {
        margin-bottom: 52px;
        padding: 24px;
        max-width: 400px; } }
  .categoryPageListToutEditProgram__callout .entityTout__logo {
    margin-bottom: 16px; }
  .categoryPageListToutEditProgram__callout .entityTout__link {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 2px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    line-height: 32px;
    max-height: 96px;
    max-height: 102px;
    max-height: unset;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.95);
    text-align: center;
    padding-bottom: 4px; }
    @media (min-width: 768px) {
      .categoryPageListToutEditProgram__callout .entityTout__link {
        font-size: 36px;
        line-height: 44px; } }
    .categoryPageListToutEditProgram__callout .entityTout__link:visited {
      color: #595959;
      box-shadow: inset 0 -2px 0 #595959; }
    .categoryPageListToutEditProgram__callout .entityTout__link:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .categoryPageListToutEditProgram__callout .entityTout__link {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 36px;
        line-height: 44px;
        max-height: 132px;
        max-height: 138px;
        max-height: unset; } }
    .categoryPageListToutEditProgram__callout .entityTout__link:hover, .categoryPageListToutEditProgram__callout .entityTout__link:active, .categoryPageListToutEditProgram__callout .entityTout__link:focus {
      box-shadow: none; }
      .categoryPageListToutEditProgram__callout .entityTout__link:hover .entityTout__headline, .categoryPageListToutEditProgram__callout .entityTout__link:active .entityTout__headline, .categoryPageListToutEditProgram__callout .entityTout__link:focus .entityTout__headline {
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
  .categoryPageListToutEditProgram__callout .entityTout__headline {
    display: inline;
    margin: 0 0 16px;
    text-align: center; }
    @media (min-width: 1024px) {
      .categoryPageListToutEditProgram__callout .entityTout__headline {
        margin-top: -8px; } }
    @media (min-width: 1279px) {
      .categoryPageListToutEditProgram__callout .entityTout__headline {
        margin-top: 0; } }
  .categoryPageListToutEditProgram__callout .entityTout__description {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 28px;
    max-height: 84px; }
  .categoryPageListToutEditProgram__callout .entityTout__description,
  .categoryPageListToutEditProgram__callout .entityTout__description p {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    text-align: center; }
  .categoryPageListToutEditProgram__callout .entityTout__link + .entityTout__description {
    margin-top: 16px; }
  .categoryPageListToutEditProgram__callout .entityTout__more {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    margin-top: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.95); }
    .categoryPageListToutEditProgram__callout .entityTout__more:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .categoryPageListToutEditProgram__callout .entityTout__more:active {
      opacity: 0.8; }
    .categoryPageListToutEditProgram__callout .entityTout__more:hover {
      color: rgba(0, 0, 0, 0.95); }
    .categoryPageListToutEditProgram__callout .entityTout__more .entityTout__more-link {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      font-weight: 700;
      color: rgba(0, 0, 0, 0.95);
      box-shadow: none;
      display: flex; }
      .categoryPageListToutEditProgram__callout .entityTout__more .entityTout__more-link:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .categoryPageListToutEditProgram__callout .entityTout__more .entityTout__more-link:active {
        opacity: 0.8; }
      .categoryPageListToutEditProgram__callout .entityTout__more .entityTout__more-link:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: none; }
    .categoryPageListToutEditProgram__callout .entityTout__more .icon-continue, .categoryPageListToutEditProgram__callout .entityTout__more .icon-add {
      margin-left: 4px; }
      .categoryPageListToutEditProgram__callout .entityTout__more .icon-continue svg path, .categoryPageListToutEditProgram__callout .entityTout__more .icon-add svg path {
        fill: #f44336; }

.categoryPageListToutEditProgram__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  margin: 0 auto;
  padding: 32px 16px;
  position: relative; }
  @media (max-width: 360px) {
    .categoryPageListToutEditProgram__blocks {
      max-width: 360px; } }
  @media (min-width: 768px) {
    .categoryPageListToutEditProgram__blocks {
      justify-content: flex-start;
      height: 100%;
      margin-left: 0;
      padding: 24px 32px;
      width: 360px;
      flex: 1; } }
  @media (min-width: 1024px) {
    .categoryPageListToutEditProgram__blocks {
      width: 496px; } }
  @media (min-width: 1162px) {
    .categoryPageListToutEditProgram__blocks {
      padding: 48px 32px;
      min-width: 536px;
      width: 536px; } }
  @media (min-width: 1279px) {
    .categoryPageListToutEditProgram__blocks {
      justify-content: center;
      width: auto;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0; } }
  .categoryPageListToutEditProgram__blocks .entityTout {
    flex: 0 1 calc(50% - 12px);
    margin-bottom: 32px;
    max-width: 152px; }
    .categoryPageListToutEditProgram__blocks .entityTout.show-links:nth-last-child(-n+2) {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .categoryPageListToutEditProgram__blocks .entityTout.show-links .entityTout__link {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 20px;
        max-height: 60px;
        max-height: 66px; } }
    @media (min-width: 1024px) {
      .categoryPageListToutEditProgram__blocks .entityTout.show-links .entityTout__link {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 20px;
        max-height: 60px;
        max-height: 66px; } }
    @media (min-width: 768px) {
      .categoryPageListToutEditProgram__blocks .entityTout {
        max-width: 120px;
        margin-bottom: 24px; } }
    @media (min-width: 1024px) {
      .categoryPageListToutEditProgram__blocks .entityTout {
        flex-basis: calc(50% - 16px);
        max-width: 200px;
        margin-bottom: 32px; } }
    @media (min-width: 1162px) {
      .categoryPageListToutEditProgram__blocks .entityTout {
        flex-basis: calc(50% - 32px); } }
    @media (min-width: 1279px) {
      .categoryPageListToutEditProgram__blocks .entityTout {
        max-width: 240px; } }
    .categoryPageListToutEditProgram__blocks .entityTout:nth-child(odd) {
      margin-right: 24px; }
      @media (min-width: 1024px) {
        .categoryPageListToutEditProgram__blocks .entityTout:nth-child(odd) {
          margin-right: 32px; } }
      @media (min-width: 1162px) {
        .categoryPageListToutEditProgram__blocks .entityTout:nth-child(odd) {
          margin-right: 48px; } }
      @media (min-width: 1279px) {
        .categoryPageListToutEditProgram__blocks .entityTout:nth-child(odd) {
          margin-right: 64px; } }
    .categoryPageListToutEditProgram__blocks .entityTout:nth-last-child(-n+2) {
      margin-bottom: 0; }
  .categoryPageListToutEditProgram__blocks .entityTout__link {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    font-weight: 700;
    box-shadow: none;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    max-height: 80px;
    max-height: 84px;
    color: rgba(0, 0, 0, 0.95); }
    .categoryPageListToutEditProgram__blocks .entityTout__link:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .categoryPageListToutEditProgram__blocks .entityTout__link:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .categoryPageListToutEditProgram__blocks .entityTout__link .entityTout__headline {
      display: inline; }
    .categoryPageListToutEditProgram__blocks .entityTout__link:hover, .categoryPageListToutEditProgram__blocks .entityTout__link:active, .categoryPageListToutEditProgram__blocks .entityTout__link:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: none; }
      .categoryPageListToutEditProgram__blocks .entityTout__link:hover .entityTout__headline, .categoryPageListToutEditProgram__blocks .entityTout__link:active .entityTout__headline, .categoryPageListToutEditProgram__blocks .entityTout__link:focus .entityTout__headline {
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    @media (min-width: 1024px) {
      .categoryPageListToutEditProgram__blocks .entityTout__link {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 20px;
        max-height: 60px;
        max-height: 63px; } }
  .categoryPageListToutEditProgram__blocks .entityTout__image {
    margin-bottom: 8px;
    border-bottom: 0; }
    @media (min-width: 768px) {
      .categoryPageListToutEditProgram__blocks .entityTout__image {
        float: none;
        margin: 0 0 8px;
        width: auto; } }
  .categoryPageListToutEditProgram__blocks .entityTout__shopThePost {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: none;
    color: #f44336;
    display: inline-block;
    font-weight: 700;
    margin-top: 4px; }
    .categoryPageListToutEditProgram__blocks .entityTout__shopThePost:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .categoryPageListToutEditProgram__blocks .entityTout__shopThePost:hover, .categoryPageListToutEditProgram__blocks .entityTout__shopThePost:active, .categoryPageListToutEditProgram__blocks .entityTout__shopThePost:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .categoryPageListToutEditProgram__blocks .entityTout__shopThePost:hover, .categoryPageListToutEditProgram__blocks .entityTout__shopThePost:active, .categoryPageListToutEditProgram__blocks .entityTout__shopThePost:focus {
      color: #f44336;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    @media (min-width: 1024px) {
      .categoryPageListToutEditProgram__blocks .entityTout__shopThePost {
        margin-top: 8px;
        padding: 0; } }

.searchBlock {
  margin: 48px 0;
  padding: 32px 16px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .searchBlock {
      margin: 64px 0;
      padding: 40px 64px; } }
  .searchBlock__title {
    display: flex;
    flex-flow: column wrap;
    margin-bottom: 32px;
    text-align: center; }
    @media (min-width: 768px) {
      .searchBlock__title {
        flex-direction: row;
        justify-content: center; } }
    .searchBlock__title .searchBlockTitleWrap {
      display: block;
      margin: 0;
      color: rgba(0, 0, 0, 0.95);
      text-transform: capitalize;
      font-family: "Kapra", "Times New Roman", serif;
      font-size: 28px;
      line-height: 32px;
      font-weight: 200;
      letter-spacing: 1px;
      font-size: 32px;
      line-height: 36px;
      text-transform: uppercase;
      font-stretch: condensed; }
      @media (min-width: 768px) {
        .searchBlock__title .searchBlockTitleWrap {
          font-size: 36px;
          line-height: 44px; } }
      @media (min-width: 768px) {
        .searchBlock__title .searchBlockTitleWrap {
          font-size: 48px;
          line-height: 52px; } }
  .searchBlock .searchBlockLogo {
    max-height: 44px;
    position: relative; }
    @media (min-width: 768px) {
      .searchBlock .searchBlockLogo {
        display: flex;
        align-items: center;
        padding-left: 16px;
        margin-left: 16px; }
        .searchBlock .searchBlockLogo:before {
          content: '';
          display: block;
          width: 2px;
          height: 32px;
          position: absolute;
          left: 0;
          border-left: 1px solid rgba(0, 0, 0, 0.15); } }
    .searchBlock .searchBlockLogo .component.lazy-image img {
      max-height: 44px;
      width: auto; }
  .searchBlock__content .search-container {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .searchBlock__content .search-container {
        max-width: 640px; } }
  .searchBlock__form {
    display: flex;
    height: 64px;
    margin-bottom: 32px;
    border: 1px solid rgba(0, 0, 0, 0.65);
    background-color: #fff; }
    @media (min-width: 768px) {
      .searchBlock__form {
        margin-bottom: 40px; } }
    .searchBlock__form .search-field {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      border: none;
      padding-left: 24px;
      width: 100%; }
      .searchBlock__form .search-field:focus {
        outline: 3px solid #014ECB;
        outline-offset: -2px;
        box-shadow: none; }
      .searchBlock__form .search-field::-moz-placeholder {
        color: rgba(0, 0, 0, 0.65); }
      .searchBlock__form .search-field:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.65); }
      .searchBlock__form .search-field::placeholder {
        color: rgba(0, 0, 0, 0.65); }
    .searchBlock__form .searchButton {
      background: none;
      border: none;
      padding: 24px; }
      .searchBlock__form .searchButton:focus {
        outline: 3px solid #014ECB;
        outline-offset: -2px;
        box-shadow: none; }
      .searchBlock__form .searchButton .utility-icon.color-navigation path {
        fill: #ac1900; }
  .searchBlock__listContainer {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .searchBlock__list {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
  .searchBlock__subheader {
    display: inline-block;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.95); }
  .searchBlock__item {
    padding: 0 8px;
    display: flex;
    align-items: center;
    position: relative; }
    .searchBlock__item:not(:last-child):after {
      content: '';
      display: block;
      width: 8px;
      height: 10px;
      position: absolute;
      right: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.95); }
  .searchBlock__link {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    box-shadow: none;
    font-weight: 700;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.95); }
    .searchBlock__link:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .searchBlock__link:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .searchBlock__link:hover, .searchBlock__link:active, .searchBlock__link:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .searchBlock__link:visited {
      color: #595959; }

body.socialStoriesOpen {
  overflow: hidden; }

.component.social-stories .glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .component.social-stories .glide * {
    box-sizing: inherit; }
  .component.social-stories .glide-track {
    overflow: hidden; }
  .component.social-stories .glide-slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .component.social-stories .glide-slides.dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .component.social-stories .glide-slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: initial;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .component.social-stories .glide-slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .component.social-stories .glide-arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .component.social-stories .glide-bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .component.social-stories .glide.rtl {
    direction: rtl; }

.component.social-stories .socialStories__header {
  display: flex;
  margin: 12px 16px 0; }
  .component.social-stories .socialStories__headerHeadline, .component.social-stories .socialStories__headerHelperText {
    flex: 1;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.5px; }
  .component.social-stories .socialStories__headerHeadline {
    color: rgba(0, 0, 0, 0.95);
    font-weight: 700;
    text-transform: uppercase; }
  .component.social-stories .socialStories__headerHelperText {
    color: rgba(0, 0, 0, 0.65);
    text-align: right; }

.component.social-stories .socialStoriesBar {
  width: 100vw;
  padding: 12px 16px 24px;
  overflow-y: hidden;
  overflow-x: scroll;
  background: #fff;
  -webkit-overflow-scrolling: touch; }
  .component.social-stories .socialStoriesBar.hide {
    display: none; }
  .component.social-stories .socialStoriesBar__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
  .component.social-stories .socialStoriesBar__listItem:not(last-of-type) {
    margin-right: 16px; }
  .component.social-stories .socialStoriesBar__listItem:last-of-type .socialStoriesBar__itemButton {
    margin-right: 16px; }
  .component.social-stories .socialStoriesBar__listItem.hide {
    display: none; }
  .component.social-stories .socialStoriesBar__listItem.clicked .socialStoriesBar__itemButton-count {
    display: none; }
  .component.social-stories .socialStoriesBar__itemButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    flex-direction: column;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.95);
    text-align: center;
    position: relative; }
    .component.social-stories .socialStoriesBar__itemButton-count {
      position: absolute;
      width: 20px;
      height: 20px;
      background: #f44336;
      border-radius: 50%;
      top: 36px;
      right: 0; }
  .component.social-stories .socialStoriesBar__itemImage {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-bottom: 8px; }

.component.social-stories .socialStoriesVideo {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .component.social-stories .socialStoriesVideo * {
    background-color: transparent; }

.component.social-stories .socialStories {
  position: fixed;
  left: 0;
  width: 100vw;
  top: -100%;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.95); }
  .component.social-stories .socialStories.open {
    z-index: 600;
    top: 0; }
  .component.social-stories .socialStories__slide {
    position: relative;
    width: 100vw; }
    .component.social-stories .socialStories__slide.hide {
      display: none; }
  .component.social-stories .socialStories__slideHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    z-index: 11;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 100%);
    padding: 0 16px;
    display: flex;
    justify-content: flex-end; }
  .component.social-stories .socialStories__slideButton {
    background: transparent;
    border: 0 none;
    z-index: 12;
    align-self: flex-start;
    margin-top: 32px; }
    .component.social-stories .socialStories__slideButton svg {
      width: 14px;
      height: 14px;
      fill: #fff; }
      .component.social-stories .socialStories__slideButton svg path {
        fill: #fff; }
  .component.social-stories .socialStories__closeButton {
    margin-top: 36px; }
  .component.social-stories .socialStories__toggleMuteButton {
    margin-right: 24px; }
    .component.social-stories .socialStories__toggleMuteButton .volumeUnmute {
      display: none; }
    .component.social-stories .socialStories__toggleMuteButton.unmuted .volumeUnmute {
      display: inline-block; }
    .component.social-stories .socialStories__toggleMuteButton.unmuted .volumeMute {
      display: none; }
    .component.social-stories .socialStories__toggleMuteButton svg {
      width: 24px;
      height: 24px; }
  .component.social-stories .socialStories__slideProgress {
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100vw - 16px);
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    z-index: 11; }
  .component.social-stories .socialStories__slideProgressIndicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    border-radius: 2px;
    transition: width 0.3s linear; }
  .component.social-stories .socialStories__slideItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .component.social-stories .socialStories__slideVideo {
    background-size: contain; }
  .component.social-stories .socialStories__slidePrev, .component.social-stories .socialStories__slideNext {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 100%;
    border-width: 0;
    background: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    /* disable selection/Copy of UIWebView */
    -webkit-touch-callout: none;
    /* disable the IOS popup when long-press on a link */ }
    .component.social-stories .socialStories__slidePrev:focus, .component.social-stories .socialStories__slideNext:focus {
      outline: none; }
  .component.social-stories .socialStories__slidePrev {
    left: 0; }
  .component.social-stories .socialStories__slideNext {
    right: 0; }
  .component.social-stories .socialStories__slideOpenContent {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 13;
    width: 48px;
    height: 48px;
    border-width: 0;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 50%;
    display: inline-block;
    overflow: hidden; }
    .component.social-stories .socialStories__slideOpenContent svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 24px;
      height: 24px;
      -webkit-animation: up 1.6s ease-in-out infinite;
              animation: up 1.6s ease-in-out infinite; }
      .component.social-stories .socialStories__slideOpenContent svg path {
        fill: #fff; }
  .component.social-stories .socialStories .jumpstart-video {
    height: 100%; }

@media (min-width: 768px) {
  .component.social-stories {
    display: none; } }

.component.call-to-action {
  text-align: center; }
  .component.call-to-action .cta__button {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    border-radius: 0;
    color: rgba(0, 0, 0, 0.95);
    background: #fff;
    text-transform: none;
    padding: 11px 36px;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 28px;
    border-color: #ac1900; }
    .component.call-to-action .cta__button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.call-to-action .cta__button:active {
      opacity: 0.8; }
    .component.call-to-action .cta__button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.call-to-action .cta__button:active {
      opacity: 0.8; }
    .component.call-to-action .cta__button svg path {
      fill: rgba(0, 0, 0, 0.95); }
    .component.call-to-action .cta__button:visited {
      border: 3px solid rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
    .component.call-to-action .cta__button:hover, .component.call-to-action .cta__button:active, .component.call-to-action .cta__button:focus {
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff;
      background: rgba(0, 0, 0, 0.95); }
      .component.call-to-action .cta__button:hover svg path, .component.call-to-action .cta__button:active svg path, .component.call-to-action .cta__button:focus svg path {
        fill: #fff; }
    .component.call-to-action .cta__button[disabled] {
      border: 3px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.65); }
    .component.call-to-action .cta__button:active, .component.call-to-action .cta__button:focus {
      border: 3px solid #014ecb; }
    .component.call-to-action .cta__button.ctaPrint__button {
      margin-left: 5px; }
  .component.call-to-action svg {
    width: 24px;
    height: 24px;
    margin: -2px 4px 0 0;
    vertical-align: middle; }
    .component.call-to-action svg path {
      fill: rgba(0, 0, 0, 0.65); }

.entityTout {
  margin: 0 0 32px; }
  .entityTout__spoilerTag {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    height: auto;
    background: #DF7607;
    color: rgba(0, 0, 0, 0.95);
    display: inline-block;
    line-height: auto;
    margin-bottom: 16px;
    text-align: center;
    padding: 4px 8px; }
    @media (min-width: 768px) {
      .entityTout__spoilerTag {
        margin-bottom: 24px; } }
  .entityTout__image {
    margin: 0; }
    .entityTout__image + .entityTout__headline {
      margin-bottom: 12px;
      display: inline-block; }
      .entityTout__image + .entityTout__headline:hover {
        box-shadow: none; }
  .entityTout__details:after {
    content: "";
    display: table;
    clear: both; }
  .entityTout__details .entityTout__chevron {
    position: relative;
    margin-right: 8px;
    top: -8px; }
  .entityTout__contentTypeText,
  .entityTout__contentType .icon {
    vertical-align: middle; }
  .entityTout__contentType .icon {
    margin-left: -4px; }
    .entityTout__contentType .icon svg path {
      fill: #ac1900; }
  .entityTout__contentTypeText {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0; }
  .entityTout__meta {
    list-style: none;
    margin: 0;
    padding: 0; }
    .entityTout__metaItem {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      margin: 0 0 6px; }
      .entityTout__metaItemLabel {
        font-weight: 700;
        text-transform: uppercase; }
  .entityTout__description {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
    .entityTout__description p {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0; }
  @media (min-width: 768px) {
    .entityTout__image {
      width: 250px;
      margin-right: 24px;
      float: left; }
    .entityTout__meta {
      display: flex;
      flex-wrap: wrap; }
    .entityTout__metaItem {
      flex: 0 0 50%; }
      .entityTout__metaItem:nth-child(odd) {
        padding-right: 4px; }
      .entityTout__metaItem:nth-child(even) {
        padding-left: 4px; } }
  .entityTout__prices {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 4px; }
  .entityTout__originalPrice--onSale {
    color: rgba(0, 0, 0, 0.3);
    text-decoration: line-through; }
  .entityTout__salesPrice {
    color: #cc0000;
    font-weight: 700;
    margin-left: 8px; }
  .entityTout__merchantLink {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 4px; }
    .entityTout__merchantLink:visited {
      color: #595959; }
    .entityTout__merchantLink:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .entityTout__swearCount {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 4px; }
    .entityTout__swearCount .icon-swear {
      vertical-align: bottom; }

.linksList {
  border: none; }
  .linksList__item {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 16px; }
    .linksList__item a {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      box-shadow: inset 0 -2px 0 #ac1900;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .linksList__item a:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #ac1900; }
      .linksList__item a:hover, .linksList__item a:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
      .linksList__item a:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 #ac1900; }
  .linksList__link {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 2px 0;
    box-shadow: inset 0 -2px 0 #ac1900;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .linksList__link:visited {
      color: #595959;
      box-shadow: inset 0 -2px 0 #ac1900; }
    .linksList__link:hover, .linksList__link:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
    .linksList__link:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 #ac1900; }
  .linksList__title {
    font-family: "Klein", "Times New Roman", serif;
    text-transform: none;
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 16px;
    padding: 0;
    text-align: center; }

.recapSlider {
  background-image: linear-gradient(#ac1900 0%, #ac1900 64%, #000 64%, #000 100%);
  margin-bottom: 24px;
  position: relative;
  width: 100%; }
  @media (max-width: 720px) {
    .recapSlider {
      max-width: calc(100% + 32px);
      transform: translateX(-16px);
      width: calc(100% + 32px); } }
  @media (min-width: 768px) {
    .recapSlider {
      border-radius: 5px; } }
  .component.recapSlider .recapSlider__heading {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    font-family: "Klein", "Times New Roman", serif;
    margin: 0;
    padding: 16px; }
  .recapSlider__imageContainer {
    border-top-left-radius: 3.6px;
    border-top-right-radius: 3.6px;
    min-height: 149px;
    overflow: hidden;
    position: relative; }
    .recapSlider__imageContainer svg {
      position: absolute; }
    .recapSlider__imageContainer .component.lazy-image img {
      height: 150px; }
  .recapSlider__itemAuthor {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    font-family: "Source Sans Pro", Arial;
    font-weight: bold;
    text-transform: uppercase; }
  .recapSlider__itemTitle {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 28px;
    max-height: 84px;
    color: rgba(0, 0, 0, 0.95);
    font-weight: 700;
    margin-bottom: 8px; }
    .recapSlider__itemTitle:hover {
      color: #ac1900; }
  .recapSlider__itemDetailsContainer {
    background-color: #fff;
    padding: 8px;
    border-bottom-left-radius: 3.6px;
    border-bottom-right-radius: 3.6px;
    min-height: 140px; }
  .recapSlider__itemDesc {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 28px;
    max-height: 84px;
    color: rgba(0, 0, 0, 0.95);
    margin-bottom: 8px; }
  @media (min-width: 1024px) {
    .recapSlider .carouselNav {
      display: grid; } }
  .recapSlider .carouselNav__listWrapper {
    overflow: hidden;
    position: relative; }
  .recapSlider .carouselNav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; }
    .recapSlider .carouselNav__list::-webkit-scrollbar {
      display: none; }
  .recapSlider .carouselNav__listItem {
    display: block;
    position: relative;
    width: 232.1px;
    min-width: 232.1px;
    margin-right: 8px;
    margin-bottom: 8px; }
  .recapSlider .carouselNav__link {
    display: block;
    color: #fff; }
    .recapSlider .carouselNav__link:visited, .recapSlider .carouselNav__link:hover {
      color: #fff; }
  .recapSlider .carouselNav__prev, .recapSlider .carouselNav__next {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    border: #ac1900;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 25%; }
    .recapSlider .carouselNav__prev svg, .recapSlider .carouselNav__next svg {
      width: 32px;
      height: 32px; }
    .recapSlider .carouselNav__prev:focus, .recapSlider .carouselNav__prev:hover, .recapSlider .carouselNav__next:focus, .recapSlider .carouselNav__next:hover {
      text-decoration: none; }
    .recapSlider .carouselNav__prev:focus, .recapSlider .carouselNav__next:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .recapSlider .carouselNav__prev:active, .recapSlider .carouselNav__next:active {
      opacity: 0.8; }
    .recapSlider .carouselNav__prev svg, .recapSlider .carouselNav__next svg {
      fill: #fff; }
    .recapSlider .carouselNav__prev:hover, .recapSlider .carouselNav__next:hover {
      background: #ac1900;
      border-color: #ac1900;
      color: #ac1900; }
      .recapSlider .carouselNav__prev:hover svg, .recapSlider .carouselNav__next:hover svg {
        fill: #ac1900; }
    .recapSlider .carouselNav__prev:before, .recapSlider .carouselNav__next:before {
      position: absolute; }
    .recapSlider .carouselNav__prev[disabled], .recapSlider .carouselNav__next[disabled] {
      display: none; }
  .recapSlider .carouselNav__prev {
    left: 8px; }
  .recapSlider .carouselNav__next {
    right: 8px;
    text-align: right; }
  .recapSlider:not(.video-detail) .recapSlider {
    background-image: linear-gradient(#ac1900 0%, #ac1900 61.5%, #000 61.5%, #000 100%);
    border: 1px solid rgba(0, 0, 0, 0.95); }
    .recapSlider:not(.video-detail) .recapSlider__heading {
      text-align: center; }
    .recapSlider:not(.video-detail) .recapSlider__itemTitle {
      box-shadow: inset 0 -2px 0 #fff, inset 0 -4px 0 #ac1900;
      display: inline-flex; }
    .recapSlider:not(.video-detail) .recapSlider__imageContainer svg {
      top: 10px;
      right: 10px;
      text-transform: uppercase; }
    .recapSlider:not(.video-detail) .recapSlider__itemDesc {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 18px;
      line-height: 28px;
      max-height: 84px;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0; }
  .recapSlider__videoIcon svg {
    bottom: 0;
    left: 0;
    right: unset;
    top: unset; }
    .recapSlider__videoIcon svg .badge__play-square-solid {
      fill: rgba(0, 0, 0, 0.65); }
  .recapSlider.video-detail .recapSlider__itemTitle {
    margin-bottom: 24px; }
  .recapSlider.video-detail .recapSlider__itemDetailsContainer {
    min-height: 124px; }
  .recapSlider.video-detail .recapSlider .carouselNav__prev, .recapSlider.video-detail .recapSlider .carouselNav__next {
    top: calc(50% - 56px); }
  .recapSlider .recapSlider__videoCurrent {
    display: none; }
  .recapSlider .video-detail__listItem--currentVideo .recapSlider__videoCurrent {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    background-color: rgba(0, 0, 0, 0.65);
    border-top: 8px solid #AF0D36;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 100%;
    left: 0;
    padding-top: 56px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }

.buyingInformation {
  margin: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  @media (max-width: 767px) {
    .buyingInformation {
      border: none; } }
  @media (min-width: 768px) {
    .buyingInformation {
      border-bottom: none;
      display: flex; } }
  .buyingInformation.gallery {
    margin-top: 0; }
  .buyingInformation__image {
    margin: 0 auto 12px; }
    @media (min-width: 768px) {
      .buyingInformation__image {
        flex: 0 1 50%;
        margin-right: 16px; } }
    .buyingInformation__image .lazy-image {
      border: 1px solid rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {
    .buyingInformation__buyContent {
      flex: 0 1 50%; } }
  .buyingInformation .buyContent__winningCategory {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px; }
    .buyingInformation .buyContent__winningCategory:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .buyingInformation .buyContent__winningCategory:active {
      opacity: 0.8; }
    @media (min-width: 768px) {
      .buyingInformation .buyContent__winningCategory {
        margin-bottom: 12px; } }
  .buyingInformation .buyContent__productName {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.1px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .buyingInformation .buyContent__productName {
        font-size: 24px;
        line-height: 32px; } }
    @media (min-width: 768px) {
      .buyingInformation .buyContent__productName {
        font-size: 18px; } }
  .buyingInformation .buyContent__productReview {
    margin-bottom: 18px; }
  .buyingInformation .buyContent__priceCTA {
    display: flex;
    flex-direction: column;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .buyingInformation .buyContent__priceCTA {
        margin-bottom: 32px; } }
  .buyingInformation .shopIt__btn {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    padding-left: 24px;
    padding-right: 24px; }
    .buyingInformation .shopIt__btn:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .buyingInformation .shopIt__btn:active {
      opacity: 0.8; }
    .buyingInformation .shopIt__btn:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .buyingInformation .shopIt__btn:active {
      opacity: 0.8; }
    .buyingInformation .shopIt__btn svg path {
      fill: #fff; }
    .buyingInformation .shopIt__btn:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .buyingInformation .shopIt__btn:hover, .buyingInformation .shopIt__btn:active, .buyingInformation .shopIt__btn:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .buyingInformation .shopIt__btn:hover svg path, .buyingInformation .shopIt__btn:active svg path, .buyingInformation .shopIt__btn:focus svg path {
        fill: #fff; }
    .buyingInformation .shopIt__btn[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .buyingInformation .shopIt__btn:active, .buyingInformation .shopIt__btn:hover, .buyingInformation .shopIt__btn:focus {
      border-color: #ac1900; }
    .buyingInformation .shopIt__btn:active, .buyingInformation .shopIt__btn:focus {
      border: 3px solid #014ecb; }
  .buyingInformation .buyContent__showMoreInfo {
    height: 20px;
    width: 134px; }
    .buyingInformation .buyContent__showMoreInfo.collapsed .icon-down {
      display: block; }
    .buyingInformation .buyContent__showMoreInfo.collapsed .icon-up {
      display: none; }
    .buyingInformation .buyContent__showMoreInfo .icon-up {
      display: block; }
    .buyingInformation .buyContent__showMoreInfo .icon-down {
      display: none; }
    .buyingInformation .buyContent__showMoreInfo .showMoreInfo__btn {
      background: transparent;
      border-width: 0;
      height: 24px;
      padding: 0;
      margin-right: 6px; }
      .buyingInformation .buyContent__showMoreInfo .showMoreInfo__btn path {
        fill: #ac1900; }
    .buyingInformation .buyContent__showMoreInfo .showMoreInfo__label {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: #595959;
      cursor: pointer;
      font-size: 13px;
      font-style: italic; }
  .buyingInformation .buyContent__description {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
  .buyingInformation .priceCTA__priceWrapper--no-margin {
    margin-right: 0; }
  .buyingInformation .priceCTA__priceWrapper--sale {
    align-self: flex-start;
    top: 0;
    margin-bottom: 8px; }
  .buyingInformation .priceCTA__price {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    display: flex;
    font-weight: 400; }
  .buyingInformation .priceCTA__prime {
    padding-left: 4px; }
  .buyingInformation .salesPrice__sale {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65); }
  .buyingInformation .sale__original {
    position: relative;
    text-decoration: line-through; }
    .buyingInformation .sale__original:after {
      content: '';
      position: absolute;
      display: block;
      top: 50%;
      left: 4px;
      width: calc(100% - 5px);
      height: 0.5px;
      background: rgba(0, 0, 0, 0.65);
      transform: translateY(-50%); }
  .buyingInformation .shopIt__retailer {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin: 8px 0; }
  .buyingInformation--wide .buyContent__productName {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0; }
  .buyingInformation--wide .buyContent__priceCTA {
    flex-direction: row; }
    .buyingInformation--wide .buyContent__priceCTA .priceCTA__priceWrapper + .priceCTA__shopIt {
      margin-left: 16px; }
  .buyingInformation--wide .shopIt__retailer {
    margin-top: 4px; }

.component.breadcrumbs {
  position: relative; }
  .component.breadcrumbs .breadcrumbs .breadcrumbs-align-shift {
    display: none; }
  .component.breadcrumbs .breadcrumbs__container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto; }
    @media (min-width: 1024px) {
      .component.breadcrumbs .breadcrumbs__container {
        justify-content: flex-start; } }
  .component.breadcrumbs .breadcrumbs__list {
    display: flex;
    padding: 0;
    margin: 0;
    white-space: nowrap; }
  .component.breadcrumbs .breadcrumbs__title {
    font-family: "Source Sans Pro", Arial;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px; }
  .component.breadcrumbs .breadcrumbs__icon {
    align-items: center;
    justify-content: center;
    color: #f44336;
    display: inline-flex;
    margin: 0;
    position: relative;
    top: 0; }
    .component.breadcrumbs .breadcrumbs__icon svg {
      height: inherit;
      width: 24px; }
      .component.breadcrumbs .breadcrumbs__icon svg path,
      .component.breadcrumbs .breadcrumbs__icon svg circle {
        fill: #f44336; }
    .component.breadcrumbs .breadcrumbs__icon--last {
      display: none; }
  .component.breadcrumbs .breadcrumbs__link {
    align-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.95);
    display: inline-flex; }
    .component.breadcrumbs .breadcrumbs__link .breadcrumbs__title {
      padding-bottom: 1px; }
    .component.breadcrumbs .breadcrumbs__link:active .breadcrumbs__title, .component.breadcrumbs .breadcrumbs__link:hover .breadcrumbs__title {
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95); }
    .component.breadcrumbs .breadcrumbs__link:focus {
      text-decoration: none;
      outline: none;
      background-color: #014ecb; }
      .component.breadcrumbs .breadcrumbs__link:focus .breadcrumbs__title {
        box-shadow: none;
        color: #fff; }
  .component.breadcrumbs .breadcrumbs__item {
    display: flex;
    align-content: center;
    list-style-type: none; }
    .component.breadcrumbs .breadcrumbs__item--last .breadcrumbs__link {
      color: rgba(0, 0, 0, 0.95); }
    .component.breadcrumbs .breadcrumbs__item--last .breadcrumbs__title:active, .component.breadcrumbs .breadcrumbs__item--last .breadcrumbs__title:hover, .component.breadcrumbs .breadcrumbs__item--last .breadcrumbs__title:focus {
      color: rgba(0, 0, 0, 0.95); }
  @media (min-width: 360px) {
    .component.breadcrumbs.breadcrumbs-scroll .breadcrumbs__container {
      height: 32px;
      position: relative; }
      .component.breadcrumbs.breadcrumbs-scroll .breadcrumbs__container::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0; }
      .component.breadcrumbs.breadcrumbs-scroll .breadcrumbs__container .breadcrumbs__list {
        position: absolute;
        top: 0;
        left: 0; } }
  @media (min-width: 768px) {
    .component.breadcrumbs.breadcrumbs-scroll.breadcrumbs-trimmed .breadcrumbs__container {
      overflow: hidden; }
    .component.breadcrumbs.breadcrumbs-scroll.breadcrumbs-trimmed .breadcrumbs-align-shift {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
      display: block;
      position: absolute;
      width: 45px;
      height: 100%;
      right: 0;
      top: 0; }
    .component.breadcrumbs.breadcrumbs-scroll.breadcrumbs-trimmed.breadcrumbAligned .breadcrumbs-align-shift {
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%);
      right: unset;
      left: 0; } }

.category-page-tout--portrait-block {
  background: #fff;
  margin: 48px 0; }
  @media (min-width: 768px) {
    .category-page-tout--portrait-block {
      margin: 64px 0; } }
  .category-page-tout--portrait-block .categoryPageToutPortrait__container {
    margin: 0 auto 48px;
    max-width: 1279px;
    padding-bottom: 32px; }
    @media (min-width: 768px) {
      .category-page-tout--portrait-block .categoryPageToutPortrait__container {
        margin: 0 auto 64px;
        padding-bottom: 40px; } }
    @media (min-width: 1024px) {
      .category-page-tout--portrait-block .categoryPageToutPortrait__container {
        display: flex; } }
    @media (min-width: 1279px) {
      .category-page-tout--portrait-block .categoryPageToutPortrait__container {
        max-width: 1900px; } }
    .category-page-tout--portrait-block .categoryPageToutPortrait__container .entityTout {
      margin: 0;
      width: 100%; }
      .category-page-tout--portrait-block .categoryPageToutPortrait__container .entityTout .entityTout__link {
        color: rgba(0, 0, 0, 0.95); }
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .entityTout .entityTout__link:hover .entityTout__headline {
          text-decoration: underline; }
      @media (min-width: 768px) {
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .entityTout__image {
          width: auto;
          margin-right: 0;
          float: none; } }
    .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details {
      order: 0;
      width: 100%;
      text-align: center;
      padding: 24px 15px 24px 16px;
      flex: 1; }
      @media (min-width: 768px) {
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details {
          padding: 32px 59px 24px; } }
      @media (min-width: 1024px) {
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details {
          padding: 32px 24px 0; } }
      @media (min-width: 1162px) {
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details {
          padding: 32px 32px 0; } }
      .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__logo {
        margin-bottom: 16px; }
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__logo .component.lazy-image img {
          margin: 0;
          height: 50px; }
          @media (min-width: 767px) and (max-width: 1023px) {
            .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__logo .component.lazy-image img {
              max-width: 412px; } }
      .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__link {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 28px;
        line-height: 40px;
        max-height: 160px;
        max-height: 168px; }
        @media (min-width: 1024px) {
          .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__link {
            display: block;
            /* Fallback for non-webkit */
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 36px;
            line-height: 48px;
            max-height: 192px;
            max-height: 200px; } }
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__link .entityTout__headline {
          font-family: "Klein", "Times New Roman", serif;
          font-size: 28px;
          line-height: 32px;
          font-weight: 800;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.95);
          padding: 2px 0;
          transition: all .1s ease-in-out;
          text-decoration: none; }
          @media (min-width: 768px) {
            .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__link .entityTout__headline {
              font-size: 36px;
              line-height: 44px; } }
          .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__link .entityTout__headline:visited {
            color: #595959;
            box-shadow: inset 0 -2px 0 #595959; }
          .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__link .entityTout__headline:hover {
            color: rgba(0, 0, 0, 0.95);
            box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
          @media (min-width: 1024px) {
            .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__link .entityTout__headline {
              text-align: left; } }
      .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__description,
      .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__description p {
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        margin: 16px 0;
        color: rgba(0, 0, 0, 0.95); }
      .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 12px 32px;
        display: inline-block;
        text-align: center;
        border-width: 0;
        border-radius: 0;
        border: 3px solid rgba(0, 0, 0, 0.95);
        border-radius: 0;
        color: rgba(0, 0, 0, 0.95);
        background: #fff;
        display: inline-block;
        border-width: 1px;
        text-transform: capitalize;
        padding: 8px 16px;
        height: 36px;
        border-radius: 0; }
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link:active {
          opacity: 0.8; }
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link:active {
          opacity: 0.8; }
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link svg path {
          fill: rgba(0, 0, 0, 0.95); }
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link:visited {
          border: 3px solid rgba(0, 0, 0, 0.95);
          color: rgba(0, 0, 0, 0.95);
          background: #fff; }
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link:hover, .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link:active, .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link:focus {
          border-color: rgba(0, 0, 0, 0.95);
          color: #fff;
          background: rgba(0, 0, 0, 0.95); }
          .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link:hover svg path, .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link:active svg path, .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link:focus svg path {
            fill: #fff; }
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link[disabled] {
          border: 3px solid rgba(0, 0, 0, 0.3);
          background-color: #fff;
          color: rgba(0, 0, 0, 0.65); }
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link:active, .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details .entityTout .entityTout__more-link:focus {
          border: 3px solid #014ecb; }
      @media (min-width: 1024px) {
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details {
          order: 3;
          width: 316px;
          text-align: unset; } }
      @media (min-width: 1279px) {
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__details {
          width: 25%; } }
    .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts {
      display: flex;
      overflow-x: scroll;
      width: 100%;
      flex: 3; }
      @media (min-width: 768px) {
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts {
          padding: 0 66px; } }
      @media (min-width: 1024px) {
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts {
          display: flex;
          overflow: hidden;
          width: calc(100% - 316px);
          padding: 0; } }
      @media (min-width: 1279px) {
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts {
          width: 75%; } }
      .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts .entity-tout .entityTout__image {
        margin-right: 2px;
        background-color: #fff; }
        @media (min-width: 768px) {
          .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts .entity-tout .entityTout__image img {
            min-width: unset; } }
        @media (min-width: 1024px) {
          .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts .entity-tout .entityTout__image img {
            min-width: unset; } }
        @media (min-width: 1279px) {
          .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts .entity-tout .entityTout__image img {
            min-width: 250px; } }
      .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts .entity-tout:last-child .entityTout__image {
        padding-right: 0; }
      .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts .entity-tout .entityTout__link {
        display: block;
        text-align: center;
        margin: 16px 16px 0; }
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts .entity-tout .entityTout__link .entityTout__headline {
          font-family: "Klein", "Times New Roman", serif;
          font-size: 18px;
          line-height: 24px;
          font-weight: 700;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.95);
          padding: 2px 0;
          transition: all .1s ease-in-out;
          text-decoration: none;
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 18px;
          line-height: 24px;
          max-height: 72px;
          max-height: unset;
          padding: 0; }
          .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts .entity-tout .entityTout__link .entityTout__headline:visited {
            color: #595959;
            box-shadow: inset 0 -2px 0 #595959; }
          .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts .entity-tout .entityTout__link .entityTout__headline:hover, .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts .entity-tout .entityTout__link .entityTout__headline:active, .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts .entity-tout .entityTout__link .entityTout__headline:focus {
            color: rgba(0, 0, 0, 0.95);
            box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
        .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts .entity-tout .entityTout__link .entityTout__spoilerHeadline {
          color: rgba(0, 0, 0, 0.95);
          font-family: "Klein", "Times New Roman", serif;
          font-size: 24px;
          line-height: 32px;
          font-weight: 700;
          letter-spacing: 0; }
          .category-page-tout--portrait-block .categoryPageToutPortrait__container .categoryPageToutPortrait__touts .entity-tout .entityTout__link .entityTout__spoilerHeadline:hover {
            box-shadow: none; }
    .category-page-tout--portrait-block .categoryPageToutPortrait__container .entityTout__image img {
      min-width: 250px;
      max-width: 100%; }
    .category-page-tout--portrait-block .categoryPageToutPortrait__container .entityTout__image.covered + .external-link .entityTout__spoilerHeadline {
      display: inline; }
    .category-page-tout--portrait-block .categoryPageToutPortrait__container .entityTout__image.covered + .external-link .entityTout__headline {
      display: none; }
    .category-page-tout--portrait-block .categoryPageToutPortrait__container .entityTout__image:not(.covered) + .external-link .entityTout__spoilerHeadline {
      display: none; }
    .category-page-tout--portrait-block .categoryPageToutPortrait__container .entityTout__image:not(.covered) + .external-link .entityTout__headline {
      display: inline; }

.category-page-breaking-news {
  margin: 48px 0; }
  .category-page-breaking-news.first-block {
    margin: 0 0 24px; }
    @media (min-width: 768px) {
      .category-page-breaking-news.first-block {
        margin: 0 0 32px; } }
  @media (min-width: 768px) {
    .category-page-breaking-news {
      margin: 64px 0; } }
  .category-page-breaking-news .spoilerOverlayParent.covered .spoilerOverlay__inner {
    height: auto; }
    @media (min-width: 768px) {
      .category-page-breaking-news .spoilerOverlayParent.covered .spoilerOverlay__inner {
        height: 60%; } }
  .category-page-breaking-news .spoilerTag {
    display: block;
    margin: 0 auto 16px; }
    @media (min-width: 768px) {
      .category-page-breaking-news .spoilerTag {
        margin: 0 auto 24px; } }
    @media (min-width: 1024px) {
      .category-page-breaking-news .spoilerTag {
        margin: 0 0 24px; } }
  .category-page-breaking-news.display--no-primary-media {
    text-align: center; }
    .category-page-breaking-news.display--no-primary-media .categoryPageBreakingNews__container {
      padding: 32px 16px; }
      @media (min-width: 768px) {
        .category-page-breaking-news.display--no-primary-media .categoryPageBreakingNews__container {
          padding: 40px 64px; } }
      @media (min-width: 1024px) {
        .category-page-breaking-news.display--no-primary-media .categoryPageBreakingNews__container {
          padding-left: 24px;
          padding-right: 24px; } }
      @media (min-width: 1162px) {
        .category-page-breaking-news.display--no-primary-media .categoryPageBreakingNews__container {
          padding-left: 80px;
          padding-right: 80px; } }
      .category-page-breaking-news.display--no-primary-media .categoryPageBreakingNews__container .categoryPageBreakingNews__touts .entityTout__description,
      .category-page-breaking-news.display--no-primary-media .categoryPageBreakingNews__container .categoryPageBreakingNews__touts .entityTout__description p {
        color: rgba(0, 0, 0, 0.95);
        font-family: "Klein", "Times New Roman", serif;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        letter-spacing: 0;
        font-weight: 400;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 24px;
        line-height: 32px;
        max-height: 96px;
        max-height: none;
        -webkit-line-clamp: unset; }
      .category-page-breaking-news.display--no-primary-media .categoryPageBreakingNews__container .categoryPageBreakingNews__touts .entityTout__more {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 16px auto 0; }
      .category-page-breaking-news.display--no-primary-media .categoryPageBreakingNews__container .categoryPageBreakingNews__touts .entityTout__more-link {
        text-transform: uppercase;
        padding: 11px 36px; }
      .category-page-breaking-news.display--no-primary-media .categoryPageBreakingNews__container .entityTout__headline {
        font-family: "Source Sans Pro", Arial;
        font-size: 48px;
        line-height: 52px;
        font-weight: 700;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        padding: 1px 0;
        transition: all .1s ease-in-out;
        text-decoration: none; }
        @media (min-width: 768px) {
          .category-page-breaking-news.display--no-primary-media .categoryPageBreakingNews__container .entityTout__headline {
            font-size: 72px;
            line-height: 80px; } }
        .category-page-breaking-news.display--no-primary-media .categoryPageBreakingNews__container .entityTout__headline:visited {
          color: #595959; }
        .category-page-breaking-news.display--no-primary-media .categoryPageBreakingNews__container .entityTout__headline:hover {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .category-page-breaking-news .categoryPageBreakingNews__container {
    margin-bottom: 32px;
    background: rgba(0, 0, 0, 0.05); }
    .category-page-breaking-news .categoryPageBreakingNews__container .categoryPageBreakingNews__touts .entityTout {
      z-index: 100;
      margin: 0; }
    .category-page-breaking-news .categoryPageBreakingNews__container .categoryPageBreakingNews__touts .entityTout__description {
      margin-top: 8px; }
    .category-page-breaking-news .categoryPageBreakingNews__container .categoryPageBreakingNews__touts .entityTout__description,
    .category-page-breaking-news .categoryPageBreakingNews__container .categoryPageBreakingNews__touts .entityTout__description p {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      margin-bottom: 0; }
      @media (min-width: 1024px) {
        .category-page-breaking-news .categoryPageBreakingNews__container .categoryPageBreakingNews__touts .entityTout__description,
        .category-page-breaking-news .categoryPageBreakingNews__container .categoryPageBreakingNews__touts .entityTout__description p {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 24px;
          line-height: 32px;
          max-height: 96px; } }
  .category-page-breaking-news .categoryPageBreakingNews__touts {
    display: block;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
    @media (min-width: 1279px) {
      .category-page-breaking-news .categoryPageBreakingNews__touts {
        max-width: 1400px; } }
    .category-page-breaking-news .categoryPageBreakingNews__touts .component.video {
      width: 100%;
      max-width: 996px;
      margin-bottom: 0; }
      @media (min-width: 1024px) {
        .category-page-breaking-news .categoryPageBreakingNews__touts .component.video {
          width: calc(100% - 298px);
          flex: 3; } }
      @media (min-width: 1279px) {
        .category-page-breaking-news .categoryPageBreakingNews__touts .component.video {
          width: calc(100% - 404px); } }
    .category-page-breaking-news .categoryPageBreakingNews__touts .lead-image {
      max-width: 996px;
      overflow: hidden; }
      @media (min-width: 1024px) {
        .category-page-breaking-news .categoryPageBreakingNews__touts .lead-image {
          flex: 3; } }
    .category-page-breaking-news .categoryPageBreakingNews__touts .lead-image.align-right {
      float: unset;
      margin: unset;
      width: unset; }
      @media (min-width: 1279px) {
        .category-page-breaking-news .categoryPageBreakingNews__touts .lead-image.align-right .image-and-burst {
          width: 996px; } }
    @media (min-width: 1024px) {
      .category-page-breaking-news .categoryPageBreakingNews__touts {
        display: flex; } }
    .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__image {
      width: 100%; }
      @media (min-width: 1024px) {
        .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__image {
          min-width: 725px;
          margin-right: 0; } }
      @media (min-width: 1279px) {
        .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__image {
          width: 996px; } }
    .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail {
      padding: 24px 16px 32px;
      text-align: center;
      width: 100%; }
      @media (min-width: 768px) {
        .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail {
          padding: 32px 64px 40px; } }
      @media (min-width: 1024px) {
        .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail {
          text-align: left;
          max-width: 398px;
          padding: 24px 24px 0;
          flex: 1; } }
      @media (min-width: 1279px) {
        .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail {
          padding: 32px 32px 0; } }
      .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .entityTout__headline {
        font-weight: normal; }
      @media (min-width: 768px) {
        .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; } }
      @media (min-width: 1024px) {
        .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles {
          display: block; } }
      .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout, .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout {
        margin-bottom: 0;
        padding: 12px 0; }
        .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout:last-of-type, .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout:last-of-type {
          border-top: 1px solid rgba(0, 0, 0, 0.15);
          padding-bottom: 0; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout:last-of-type, .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout:last-of-type {
              margin: 0; } }
        @media (min-width: 768px) {
          .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout, .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout {
            width: 180px;
            margin-right: 48px; }
            .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout:nth-of-type(n+2), .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout:nth-of-type(n+2) {
              border-top: 1px solid rgba(0, 0, 0, 0.15); } }
        @media (min-width: 1024px) {
          .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout, .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout {
            width: auto;
            margin-right: 0; }
            .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout:nth-of-type(n+2), .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout:nth-of-type(n+2) {
              border-top: none; }
            .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout:last-of-type, .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout:last-of-type {
              border-top: 1px solid rgba(0, 0, 0, 0.15); } }
        .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout:first-of-type, .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout:first-of-type {
          padding-top: 0;
          padding-bottom: 16px;
          border-top: none;
          width: 100%;
          margin: 0; }
          @media (min-width: 1024px) {
            .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout:first-of-type .entityTout__link, .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout:first-of-type .entityTout__link {
              display: block;
              /* Fallback for non-webkit */
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              font-size: 36px;
              line-height: 48px;
              max-height: 192px;
              max-height: 200px; } }
          .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout:first-of-type .entityTout__headline, .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout:first-of-type .entityTout__headline {
            font-family: "Klein", "Times New Roman", serif;
            font-size: 28px;
            line-height: 32px;
            font-weight: 800;
            letter-spacing: 0;
            color: rgba(0, 0, 0, 0.95);
            padding: 2px 0;
            transition: all .1s ease-in-out;
            text-decoration: none; }
            @media (min-width: 768px) {
              .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout:first-of-type .entityTout__headline, .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout:first-of-type .entityTout__headline {
                font-size: 36px;
                line-height: 44px; } }
            .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout:first-of-type .entityTout__headline:visited, .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout:first-of-type .entityTout__headline:visited {
              color: #595959;
              box-shadow: inset 0 -2px 0 #595959; }
            .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout:first-of-type .entityTout__headline:hover, .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout:first-of-type .entityTout__headline:hover {
              color: rgba(0, 0, 0, 0.95);
              box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
        .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout:not(:first-of-type) .entityTout__link, .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout:not(:first-of-type) .entityTout__link {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 14px;
          line-height: 1px;
          max-height: 3px; }
        .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entity-tout:not(:first-of-type) .entityTout__headline, .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout:not(:first-of-type) .entityTout__headline {
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.95);
          box-shadow: none; }
      .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout__logo {
        padding-bottom: 16px; }
        .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout__logo .inner-container img {
          max-height: 50px; }
      .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout__logo + .entity-tout {
        border-top: none;
        width: 100%;
        margin-right: 0;
        padding-top: 0; }
        .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout__logo + .entity-tout .entityTout__link {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 28px;
          line-height: 48px;
          max-height: 192px;
          max-height: 200px; }
          @media (min-width: 768px) {
            .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout__logo + .entity-tout .entityTout__link {
              display: block;
              /* Fallback for non-webkit */
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              font-size: 36px;
              line-height: 48px;
              max-height: 192px;
              max-height: 200px; } }
        .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout__logo + .entity-tout .entityTout__headline {
          font-family: "Klein", "Times New Roman", serif;
          font-size: 28px;
          line-height: 32px;
          font-weight: 800;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.95);
          padding: 2px 0;
          transition: all .1s ease-in-out;
          text-decoration: none;
          font-size: 28px;
          line-height: 32px;
          padding: 16px 0 0;
          border: 0; }
          @media (min-width: 768px) {
            .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout__logo + .entity-tout .entityTout__headline {
              font-size: 36px;
              line-height: 44px; } }
          .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout__logo + .entity-tout .entityTout__headline:visited {
            color: #595959;
            box-shadow: inset 0 -2px 0 #595959; }
          .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout__logo + .entity-tout .entityTout__headline:hover {
            color: rgba(0, 0, 0, 0.95);
            box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
      @media (min-width: 768px) and (max-width: 1023px) {
        .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout__logo ~ .entity-tout:nth-of-type(n+3) {
          width: 296px;
          padding-bottom: 16px; } }
      .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout__more {
        display: block;
        margin: 16px auto 0;
        width: 100%; }
      .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout__more-link {
        border-width: 1px;
        padding: 8px 0;
        width: 163px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto; }
        @media (min-width: 1024px) {
          .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .categoryPageBreakingNews__titles .entityTout__more-link {
            margin-left: 0; } }
      @media (min-width: 1024px) {
        .category-page-breaking-news .categoryPageBreakingNews__touts .categoryPageBreakingNews__rail .component.lazy-image img {
          margin: 0; } }
    .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 12px 32px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      border: 3px solid rgba(0, 0, 0, 0.95);
      border-radius: 0;
      color: rgba(0, 0, 0, 0.95);
      background: #fff;
      text-transform: capitalize;
      padding: 8px 0;
      letter-spacing: 1px;
      border-radius: 0; }
      .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link:active {
        opacity: 0.8; }
      .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link:active {
        opacity: 0.8; }
      .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link svg path {
        fill: rgba(0, 0, 0, 0.95); }
      .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link:visited {
        border: 3px solid rgba(0, 0, 0, 0.95);
        color: rgba(0, 0, 0, 0.95);
        background: #fff; }
      .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link:hover, .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link:active, .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link:focus {
        border-color: rgba(0, 0, 0, 0.95);
        color: #fff;
        background: rgba(0, 0, 0, 0.95); }
        .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link:hover svg path, .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link:active svg path, .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link:focus svg path {
          fill: #fff; }
      .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link[disabled] {
        border: 3px solid rgba(0, 0, 0, 0.3);
        background-color: #fff;
        color: rgba(0, 0, 0, 0.65); }
      .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link:active, .category-page-breaking-news .categoryPageBreakingNews__touts .entityTout__more-link:focus {
        border: 3px solid #014ecb; }
  .category-page-breaking-news .entityTout__spoilerTag {
    display: block;
    margin: auto 16px; }
    @media (min-width: 1024px) {
      .category-page-breaking-news .entityTout__spoilerTag {
        margin-left: 0; } }

.component.table.longTable {
  overflow: auto;
  max-width: 100%;
  background: linear-gradient(to right, #fff 30%, rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(0, 0, 0, 0), #fff 70%) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll; }
  .component.table.longTable .table {
    min-width: 150vw; }
    @media (min-width: 768px) {
      .component.table.longTable .table {
        min-width: 0; } }

.component.table .table {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom-width: 0; }

.component.table .tableCell, .component.table .tableCell p {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0; }

.component.table .tableCell {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  max-height: 100px; }
  .component.table .tableCell.tableCell--aligndefault, .component.table .tableCell.tableCell--alignleft {
    text-align: left; }
  .component.table .tableCell.tableCell--aligncenter {
    text-align: center; }
  .component.table .tableCell.tableCell--alignright {
    text-align: right; }
  .component.table .tableCell.tableCell--highlight {
    background-color: rgba(0, 0, 0, 0.05); }

.component.table .tableHead .tableCell {
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap; }
  .component.table .tableHead .tableCell p {
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap; }

.categoryPageListFiveFeatured {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 24px 0 32px;
  margin: 48px 0; }
  @media (min-width: 768px) {
    .categoryPageListFiveFeatured {
      padding-top: 32px;
      padding-bottom: 40px;
      margin: 64px 0; } }
  .categoryPageListFiveFeatured__wrapper {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1400px; }
    @media (min-width: 768px) {
      .categoryPageListFiveFeatured__wrapper {
        width: 640px;
        padding: 0; } }
    @media (min-width: 1024px) {
      .categoryPageListFiveFeatured__wrapper {
        width: auto;
        padding-left: 24px;
        padding-right: 24px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center; } }
    @media (min-width: 1162px) {
      .categoryPageListFiveFeatured__wrapper {
        padding-left: 80px;
        padding-right: 80px; } }
    @media (max-width: 374px) {
      .categoryPageListFiveFeatured__wrapper {
        width: auto;
        padding: 0 16px; } }
  .categoryPageListFiveFeatured__main {
    flex: 1; }
    @media (min-width: 1024px) {
      .categoryPageListFiveFeatured__main {
        max-width: 588px;
        margin-right: 32px; } }
    @media (min-width: 1162px) {
      .categoryPageListFiveFeatured__main {
        max-width: 720px;
        margin-right: 80px; } }
    .categoryPageListFiveFeatured__main .category-page-item-image-text-wrapper {
      font-family: "Klein", "Times New Roman", serif;
      text-transform: none;
      font-size: 28px;
      line-height: 34px;
      font-weight: 800;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .categoryPageListFiveFeatured__main .category-page-item-image-text-wrapper:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .categoryPageListFiveFeatured__main .category-page-item-image-text-wrapper:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .categoryPageListFiveFeatured__smallTouts {
    flex: 0 1 440px;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .categoryPageListFiveFeatured__smallTouts {
        margin-top: 32px; } }
    @media (min-width: 1024px) {
      .categoryPageListFiveFeatured__smallTouts {
        margin-top: 0;
        max-width: 356px; } }
    @media (min-width: 1162px) {
      .categoryPageListFiveFeatured__smallTouts {
        max-width: 440px; } }
  .categoryPageListFiveFeatured__title {
    flex: 0 0 100%; }
  .categoryPageListFiveFeatured__title, .categoryPageListFiveFeatured__title a {
    font-family: "Kapra", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    font-stretch: condensed;
    margin: 0;
    padding-bottom: 24px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .categoryPageListFiveFeatured__title, .categoryPageListFiveFeatured__title a {
        font-size: 36px;
        line-height: 44px; } }
    @media (min-width: 768px) {
      .categoryPageListFiveFeatured__title, .categoryPageListFiveFeatured__title a {
        font-size: 48px;
        line-height: 52px; } }
    @media (min-width: 768px) {
      .categoryPageListFiveFeatured__title, .categoryPageListFiveFeatured__title a {
        padding-bottom: 32px; } }
  .categoryPageListFiveFeatured__tout-no-image {
    display: flex;
    align-items: flex-start;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .categoryPageListFiveFeatured__tout-no-image:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .categoryPageListFiveFeatured__tout-no-image-item-heading {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 32px;
      line-height: 36px;
      font-weight: 800;
      letter-spacing: 0;
      font-size: 48px;
      line-height: 52px;
      color: #ac1900;
      margin-right: 16px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .categoryPageListFiveFeatured__tout-no-image-item-heading {
          font-size: 48px;
          line-height: 52px; } }
    .categoryPageListFiveFeatured__tout-no-image .category-page-item-image-text-wrapper {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      letter-spacing: 0.5px;
      font-weight: 700; }
      .categoryPageListFiveFeatured__tout-no-image .category-page-item-image-text-wrapper:hover, .categoryPageListFiveFeatured__tout-no-image .category-page-item-image-text-wrapper:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .categoryPageListFiveFeatured__tout-no-image .category-page-item-image-text-wrapper:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 #595959; }
      .categoryPageListFiveFeatured__tout-no-image .category-page-item-image-text-wrapper:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      @media (min-width: 768px) {
        .categoryPageListFiveFeatured__tout-no-image .category-page-item-image-text-wrapper {
          font-family: "Klein", "Times New Roman", serif;
          text-transform: none;
          font-size: 28px;
          line-height: 34px;
          font-weight: 800;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.95);
          padding: 1px 0;
          transition: all .1s ease-in-out;
          text-decoration: none; }
          .categoryPageListFiveFeatured__tout-no-image .category-page-item-image-text-wrapper:visited {
            color: #595959;
            box-shadow: inset 0 -1px 0 #595959; }
          .categoryPageListFiveFeatured__tout-no-image .category-page-item-image-text-wrapper:hover {
            color: rgba(0, 0, 0, 0.95);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); } }
  .categoryPageListFiveFeatured .doubleChevron {
    flex-shrink: 0;
    margin-right: 6px;
    position: relative;
    top: -8px; }
    @media (min-width: 768px) {
      .categoryPageListFiveFeatured .doubleChevron {
        margin-right: 8px;
        top: -5px; } }
  .categoryPageListFiveFeatured .five-featured-main-block {
    padding: 16px 0 0;
    position: relative; }
    .categoryPageListFiveFeatured .five-featured-main-block .category-page-item-content {
      margin-top: 16px; }
    .categoryPageListFiveFeatured .five-featured-main-block .category-page-item-description {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      letter-spacing: 0.5px; }

.component.category-page-header {
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .component.category-page-header {
      margin: 0 auto 64px;
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .component.category-page-header {
      max-width: 1279px;
      padding: 16px 16px 0; } }
  @media (min-width: 1024px) {
    .component.category-page-header .categoryPageHeader__container {
      display: flex;
      max-width: 1240px; } }
  .component.category-page-header .categoryPageHeader__container .entityTout {
    margin-bottom: 0; }
    .component.category-page-header .categoryPageHeader__container .entityTout .entityTout__headline:hover {
      box-shadow: none; }
    @media (min-width: 768px) {
      .component.category-page-header .categoryPageHeader__container .entityTout__image {
        margin-right: 0;
        float: none; } }
  .component.category-page-header .categoryPageHeader__container-details {
    margin-bottom: 48px; }
    @media (min-width: 768px) {
      .component.category-page-header .categoryPageHeader__container-details {
        display: inline; } }
    @media (min-width: 1024px) {
      .component.category-page-header .categoryPageHeader__container-details {
        margin-right: 32px;
        width: calc(100% - 300px - 32px);
        margin-bottom: 0;
        display: block; } }
    @media (min-width: 1162px) {
      .component.category-page-header .categoryPageHeader__container-details {
        margin-right: 48px;
        width: calc(100% - 274px - 48px); } }
    .component.category-page-header .categoryPageHeader__container-details .entityTout__image {
      width: 100%; }
    @media (min-width: 768px) {
      .component.category-page-header .categoryPageHeader__container-details-group-one-primary {
        margin-top: 40px; } }
    @media (min-width: 1024px) {
      .component.category-page-header .categoryPageHeader__container-details-group-one-primary {
        width: calc(100% - 204px - 32px);
        margin-left: 32px;
        margin-top: 0;
        float: right; } }
    @media (min-width: 1162px) {
      .component.category-page-header .categoryPageHeader__container-details-group-one-primary {
        width: calc(100% - 274px - 48px);
        margin-left: 48px; } }
    .component.category-page-header .categoryPageHeader__container-details-group-one-primary .category-page-item .category-page-item-content-wrapper, .component.category-page-header .categoryPageHeader__container-details-group-one-primary .entity-tout .category-page-item-content-wrapper {
      margin: 16px 16px 8px; }
      @media (min-width: 768px) {
        .component.category-page-header .categoryPageHeader__container-details-group-one-primary .category-page-item .category-page-item-content-wrapper, .component.category-page-header .categoryPageHeader__container-details-group-one-primary .entity-tout .category-page-item-content-wrapper {
          margin: 16px 0 8px; } }
      .component.category-page-header .categoryPageHeader__container-details-group-one-primary .category-page-item .category-page-item-content-wrapper .category-page-item-image-text-wrapper, .component.category-page-header .categoryPageHeader__container-details-group-one-primary .entity-tout .category-page-item-content-wrapper .category-page-item-image-text-wrapper {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 28px;
        font-weight: bold;
        line-height: 34px;
        letter-spacing: normal;
        color: rgba(0, 0, 0, 0.95); }
    .component.category-page-header .categoryPageHeader__container-details-group-one-primary .category-page-item .category-page-item-content, .component.category-page-header .categoryPageHeader__container-details-group-one-primary .entity-tout .category-page-item-content {
      margin: 0 16px; }
      @media (min-width: 768px) {
        .component.category-page-header .categoryPageHeader__container-details-group-one-primary .category-page-item .category-page-item-content, .component.category-page-header .categoryPageHeader__container-details-group-one-primary .entity-tout .category-page-item-content {
          margin: 0; } }
      .component.category-page-header .categoryPageHeader__container-details-group-one-primary .category-page-item .category-page-item-content .category-page-item-description, .component.category-page-header .categoryPageHeader__container-details-group-one-primary .entity-tout .category-page-item-content .category-page-item-description {
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: normal;
        color: rgba(0, 0, 0, 0.95);
        font-weight: normal; }
    .component.category-page-header .categoryPageHeader__container-details-group-one-primary .category-page-item .entityTout__headline, .component.category-page-header .categoryPageHeader__container-details-group-one-primary .entity-tout .entityTout__headline {
      font-family: "Klein", "Times New Roman", serif;
      text-transform: none;
      font-size: 28px;
      line-height: 34px;
      font-weight: 800;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      font-family: "Klein", "Times New Roman", serif;
      font-size: 28px;
      font-weight: bold;
      line-height: 34px;
      letter-spacing: normal;
      color: rgba(0, 0, 0, 0.95); }
      .component.category-page-header .categoryPageHeader__container-details-group-one-primary .category-page-item .entityTout__headline:visited, .component.category-page-header .categoryPageHeader__container-details-group-one-primary .entity-tout .entityTout__headline:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .component.category-page-header .categoryPageHeader__container-details-group-one-primary .category-page-item .entityTout__headline:hover, .component.category-page-header .categoryPageHeader__container-details-group-one-primary .entity-tout .entityTout__headline:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .component.category-page-header .categoryPageHeader__container-details-group-one-primary .category-page-item .entityTout__description, .component.category-page-header .categoryPageHeader__container-details-group-one-primary .entity-tout .entityTout__description {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      letter-spacing: normal;
      color: rgba(0, 0, 0, 0.95);
      font-weight: normal;
      margin: 0 16px; }
      @media (min-width: 768px) {
        .component.category-page-header .categoryPageHeader__container-details-group-one-primary .category-page-item .entityTout__description, .component.category-page-header .categoryPageHeader__container-details-group-one-primary .entity-tout .entityTout__description {
          margin: 0; } }
      .component.category-page-header .categoryPageHeader__container-details-group-one-primary .category-page-item .entityTout__description p, .component.category-page-header .categoryPageHeader__container-details-group-one-primary .entity-tout .entityTout__description p {
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: normal;
        color: rgba(0, 0, 0, 0.95);
        font-weight: normal;
        margin: 0; }
    .component.category-page-header .categoryPageHeader__container-details-group-one-primary .category-page-item .entityTout__link, .component.category-page-header .categoryPageHeader__container-details-group-one-primary .entity-tout .entityTout__link {
      display: block;
      margin: 16px 16px 8px; }
      @media (min-width: 768px) {
        .component.category-page-header .categoryPageHeader__container-details-group-one-primary .category-page-item .entityTout__link, .component.category-page-header .categoryPageHeader__container-details-group-one-primary .entity-tout .entityTout__link {
          margin: 16px 0 8px; } }
    @media (min-width: 768px) {
      .component.category-page-header .categoryPageHeader__container-details-group-one-secondary {
        max-width: 296px;
        display: inline-block; } }
    @media (min-width: 1024px) {
      .component.category-page-header .categoryPageHeader__container-details-group-one-secondary {
        max-width: 204px;
        display: block; } }
    @media (min-width: 1162px) {
      .component.category-page-header .categoryPageHeader__container-details-group-one-secondary {
        max-width: 274px; } }
    .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div {
      padding: 32px 16px 0;
      overflow: auto; }
      @media (min-width: 768px) {
        .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div {
          display: block;
          margin-top: 32px;
          padding: 0;
          overflow: unset; } }
      @media (min-width: 1024px) {
        .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div {
          display: inline-block;
          margin-top: 0; } }
      .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-image, .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .entityTout__image {
        max-width: 152px;
        margin-left: 16px;
        float: right; }
        @media (min-width: 768px) {
          .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-image, .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .entityTout__image {
            margin-left: 0;
            max-width: unset;
            float: unset; } }
      .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper, .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link {
        width: calc(100% - 168px);
        display: inline-block; }
        @media (min-width: 768px) {
          .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper, .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link {
            margin-top: 12px;
            width: unset;
            display: block; } }
        @media (min-width: 1162px) {
          .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper, .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link {
            margin-top: 16px; } }
        .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper .entityTout__headline, .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link .entityTout__headline {
          font-family: "Source Sans Pro", Arial;
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.95);
          padding: 1px 0;
          transition: all .1s ease-in-out;
          text-decoration: none;
          font-family: "Source Sans Pro", Arial;
          font-size: 16px;
          font-weight: bold;
          line-height: 24px;
          letter-spacing: normal;
          color: rgba(0, 0, 0, 0.95); }
          .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper .entityTout__headline:hover, .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper .entityTout__headline:focus, .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link .entityTout__headline:hover, .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link .entityTout__headline:focus {
            color: rgba(0, 0, 0, 0.95);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
          .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper .entityTout__headline:active, .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link .entityTout__headline:active {
            color: rgba(0, 0, 0, 0.95);
            box-shadow: inset 0 -1px 0 #595959; }
          .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper .entityTout__headline:visited, .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link .entityTout__headline:visited {
            color: #595959;
            box-shadow: inset 0 -1px 0 #595959; }
          @media (min-width: 768px) {
            .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper .entityTout__headline, .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link .entityTout__headline {
              margin-top: 12px; } }
        .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper .category-page-item-image-text-wrapper, .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link .category-page-item-image-text-wrapper {
          font-family: "Source Sans Pro", Arial;
          font-size: 16px;
          font-weight: bold;
          line-height: 24px;
          letter-spacing: normal;
          color: rgba(0, 0, 0, 0.95); }
    @media (min-width: 1024px) {
      .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div:first-child {
        margin-bottom: 32px; } }
    @media (min-width: 1162px) {
      .component.category-page-header .categoryPageHeader__container-details-group-one-secondary > div:first-child {
        margin-bottom: 56px; } }
  .component.category-page-header .categoryPageHeader__container-popular {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 16px 0;
    margin: 0;
    height: 100%; }
    @media (min-width: 768px) {
      .component.category-page-header .categoryPageHeader__container-popular {
        max-width: 296px;
        margin: 32px 0 0;
        padding: 17px 16px 24px;
        display: inline-block;
        float: right;
        border: 1px solid rgba(0, 0, 0, 0.15); } }
    @media (min-width: 1024px) {
      .component.category-page-header .categoryPageHeader__container-popular {
        flex: 0 1 300px;
        max-width: 300px;
        display: block;
        float: unset;
        margin: 0; } }
    @media (min-width: 1162px) {
      .component.category-page-header .categoryPageHeader__container-popular {
        flex: 0 1 274px;
        max-width: 274px; } }
    .component.category-page-header .categoryPageHeader__container-popular-title {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 28px;
      font-weight: bold;
      line-height: 34px;
      letter-spacing: normal;
      text-align: center;
      color: rgba(0, 0, 0, 0.95);
      padding-bottom: 16px;
      margin: 0; }
      @media (min-width: 768px) {
        .component.category-page-header .categoryPageHeader__container-popular-title {
          margin: 0;
          padding-bottom: 0; } }
      .component.category-page-header .categoryPageHeader__container-popular-title a {
        color: rgba(0, 0, 0, 0.95);
        padding: 1px 0;
        transition: all .1s ease-in-out;
        text-decoration: none; }
        .component.category-page-header .categoryPageHeader__container-popular-title a:visited {
          color: #595959;
          box-shadow: inset 0 -1px 0 #595959; }
        .component.category-page-header .categoryPageHeader__container-popular-title a:hover {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .component.category-page-header .categoryPageHeader__container-popular-list {
      overflow-x: scroll;
      display: flex; }
      @media (min-width: 768px) {
        .component.category-page-header .categoryPageHeader__container-popular-list {
          display: unset;
          overflow-x: unset; } }
      .component.category-page-header .categoryPageHeader__container-popular-list .entityTout__details {
        width: 100%; }
        @media (min-width: 768px) {
          .component.category-page-header .categoryPageHeader__container-popular-list .entityTout__details {
            border-right: 0;
            min-width: unset; } }
      .component.category-page-header .categoryPageHeader__container-popular-list .category-page-item, .component.category-page-header .categoryPageHeader__container-popular-list .entity-tout {
        border-bottom: 0;
        display: flex;
        padding: 0 16px;
        min-width: 244px;
        border-left: 1px solid rgba(0, 0, 0, 0.15); }
        .component.category-page-header .categoryPageHeader__container-popular-list .category-page-item:first-child, .component.category-page-header .categoryPageHeader__container-popular-list .entity-tout:first-child {
          padding-top: 0;
          padding-left: 0;
          border-left: none; }
        .component.category-page-header .categoryPageHeader__container-popular-list .category-page-item:last-child, .component.category-page-header .categoryPageHeader__container-popular-list .entity-tout:last-child {
          border-bottom: none;
          padding-bottom: 0;
          padding-right: 0; }
        @media (min-width: 768px) {
          .component.category-page-header .categoryPageHeader__container-popular-list .category-page-item, .component.category-page-header .categoryPageHeader__container-popular-list .entity-tout {
            flex: 0 1 calc(50% - 12px);
            border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            padding: 16px 0;
            min-width: unset;
            border-left: none; } }
        @media (min-width: 1024px) {
          .component.category-page-header .categoryPageHeader__container-popular-list .category-page-item, .component.category-page-header .categoryPageHeader__container-popular-list .entity-tout {
            flex: 0 1 100%; } }
        .component.category-page-header .categoryPageHeader__container-popular-list .category-page-item-image, .component.category-page-header .categoryPageHeader__container-popular-list .entity-tout-image {
          display: flex;
          flex-shrink: 0; }
          .component.category-page-header .categoryPageHeader__container-popular-list .category-page-item-image a,
          .component.category-page-header .categoryPageHeader__container-popular-list .category-page-item-image a:visited, .component.category-page-header .categoryPageHeader__container-popular-list .entity-tout-image a,
          .component.category-page-header .categoryPageHeader__container-popular-list .entity-tout-image a:visited {
            color: rgba(0, 0, 0, 0.95); }
        .component.category-page-header .categoryPageHeader__container-popular-list .category-page-item .entityTout__link, .component.category-page-header .categoryPageHeader__container-popular-list .entity-tout .entityTout__link {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 14px;
          line-height: 24px;
          max-height: 96px;
          color: rgba(0, 0, 0, 0.95); }
        .component.category-page-header .categoryPageHeader__container-popular-list .category-page-item .entityTout__headline, .component.category-page-header .categoryPageHeader__container-popular-list .entity-tout .entityTout__headline {
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.95);
          padding: 1px 0;
          transition: all .1s ease-in-out;
          text-decoration: none;
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
          box-shadow: none;
          display: inline; }
          .component.category-page-header .categoryPageHeader__container-popular-list .category-page-item .entityTout__headline:visited, .component.category-page-header .categoryPageHeader__container-popular-list .entity-tout .entityTout__headline:visited {
            color: #595959;
            box-shadow: inset 0 -1px 0 #595959; }
          .component.category-page-header .categoryPageHeader__container-popular-list .category-page-item .entityTout__headline:hover, .component.category-page-header .categoryPageHeader__container-popular-list .entity-tout .entityTout__headline:hover {
            color: rgba(0, 0, 0, 0.95);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .component.category-page-header .categoryPageHeader__container-popular-list .lazy-image {
        float: left;
        margin-right: 16px;
        max-width: 80px; }
        .component.category-page-header .categoryPageHeader__container-popular-list .lazy-image .video-play-icon svg {
          display: block; }
      .component.category-page-header .categoryPageHeader__container-popular-list .category-page-item-image-text-wrapper, .component.category-page-header .categoryPageHeader__container-popular-list .entityTout__headline {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 24px;
        max-height: 96px;
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        letter-spacing: normal;
        color: rgba(0, 0, 0, 0.95);
        text-align: left;
        padding: 0; }
        .component.category-page-header .categoryPageHeader__container-popular-list .category-page-item-image-text-wrapper:after, .component.category-page-header .categoryPageHeader__container-popular-list .entityTout__headline:after {
          content: "";
          display: table;
          clear: both; }
    .component.category-page-header .categoryPageHeader__container-popular-list-item svg {
      display: none; }

.component.category-page-header-expanded {
  margin: 48px auto; }
  @media (min-width: 768px) {
    .component.category-page-header-expanded {
      margin: 64px auto; } }
  @media (min-width: 768px) {
    .component.category-page-header-expanded .categoryPageHeader__container {
      display: flex; } }
  .component.category-page-header-expanded .categoryPageHeader__container-details {
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .component.category-page-header-expanded .categoryPageHeader__container-details {
        order: 2;
        margin-left: 32px;
        margin-right: 0;
        width: calc(100% - 204px - 32px);
        display: block;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .component.category-page-header-expanded .categoryPageHeader__container-details {
        width: calc(100% - 204px - 32px); } }
    @media (min-width: 1162px) {
      .component.category-page-header-expanded .categoryPageHeader__container-details {
        margin-left: 48px;
        width: calc(100% - 274px - 48px); } }
    @media (min-width: 768px) {
      .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-primary {
        width: 100%;
        margin-left: 0;
        margin-top: 0; } }
    @media (min-width: 768px) {
      .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary {
        display: block;
        width: 100%;
        max-width: 100%; } }
    @media (min-width: 768px) {
      .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div {
        max-width: calc(50% - 16px);
        margin-top: 32px;
        display: inline-block; } }
    @media (min-width: 1162px) {
      .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div {
        width: calc(50% - 24px);
        margin-top: 48px; } }
    .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-image, .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .entityTout__image {
      max-width: 150px;
      margin-left: 16px; }
      @media (min-width: 768px) {
        .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-image, .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .entityTout__image {
          margin-left: 0;
          max-width: unset; } }
    .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper, .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link {
      width: calc(100% - 166px); }
      @media (min-width: 768px) {
        .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper, .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link {
          width: unset;
          margin-top: 16px; } }
      .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper .entityTout__headline, .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link .entityTout__headline {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        padding: 2px 0;
        transition: all .1s ease-in-out;
        text-decoration: none; }
        .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper .entityTout__headline:visited, .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link .entityTout__headline:visited {
          color: #595959;
          box-shadow: inset 0 -2px 0 #595959; }
        .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper .entityTout__headline:hover, .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper .entityTout__headline:active, .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper .entityTout__headline:focus, .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link .entityTout__headline:hover, .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link .entityTout__headline:active, .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link .entityTout__headline:focus {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
        @media (min-width: 768px) {
          .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper .entityTout__headline, .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link .entityTout__headline {
            margin-top: 16px; } }
      .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .category-page-item-content-wrapper .category-page-item-image-text-wrapper, .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div .entityTout__link .category-page-item-image-text-wrapper {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px; }
    @media (min-width: 768px) {
      .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div:first-child {
        margin-right: 32px;
        float: left;
        margin-bottom: 0; } }
    @media (min-width: 1162px) {
      .component.category-page-header-expanded .categoryPageHeader__container-details-group-one-secondary > div:first-child {
        margin-right: 48px; } }
  .component.category-page-header-expanded .categoryPageHeader__container-popular {
    border: none;
    padding: 0;
    margin: 0 16px; }
    @media (min-width: 768px) {
      .component.category-page-header-expanded .categoryPageHeader__container-popular {
        max-width: 204px;
        display: block;
        float: unset;
        margin: 0; } }
    @media (min-width: 1162px) {
      .component.category-page-header-expanded .categoryPageHeader__container-popular {
        max-width: 274px; } }
    .component.category-page-header-expanded .categoryPageHeader__container-popular-title {
      display: none; }
    .component.category-page-header-expanded .categoryPageHeader__container-popular-list {
      display: block;
      overflow-x: unset; }
      .component.category-page-header-expanded .categoryPageHeader__container-popular-list .entityTout__details {
        border-right: 0;
        min-width: unset; }
      .component.category-page-header-expanded .categoryPageHeader__container-popular-list .category-page-item, .component.category-page-header-expanded .categoryPageHeader__container-popular-list .entity-tout {
        padding: 32px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        min-width: unset;
        border-left: none; }
        .component.category-page-header-expanded .categoryPageHeader__container-popular-list .category-page-item:first-child, .component.category-page-header-expanded .categoryPageHeader__container-popular-list .entity-tout:first-child {
          padding-top: 32px;
          border-top: 1px solid rgba(0, 0, 0, 0.15); }
          @media (min-width: 768px) {
            .component.category-page-header-expanded .categoryPageHeader__container-popular-list .category-page-item:first-child, .component.category-page-header-expanded .categoryPageHeader__container-popular-list .entity-tout:first-child {
              padding-top: 0;
              border-top: none; } }
        @media (min-width: 768px) {
          .component.category-page-header-expanded .categoryPageHeader__container-popular-list .category-page-item, .component.category-page-header-expanded .categoryPageHeader__container-popular-list .entity-tout {
            padding: 16px 0; } }
        @media (min-width: 1162px) {
          .component.category-page-header-expanded .categoryPageHeader__container-popular-list .category-page-item, .component.category-page-header-expanded .categoryPageHeader__container-popular-list .entity-tout {
            padding: 32px 0; } }
        @media (min-width: 768px) {
          .component.category-page-header-expanded .categoryPageHeader__container-popular-list .category-page-item, .component.category-page-header-expanded .categoryPageHeader__container-popular-list .entity-tout {
            border-top: none;
            flex: 0 1 100%; } }
      .component.category-page-header-expanded .categoryPageHeader__container-popular-list .category-page-item-image-text-wrapper, .component.category-page-header-expanded .categoryPageHeader__container-popular-list .entityTout__headline {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        padding: 2px 0;
        transition: all .1s ease-in-out;
        text-decoration: none;
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        display: inline; }
        .component.category-page-header-expanded .categoryPageHeader__container-popular-list .category-page-item-image-text-wrapper:visited, .component.category-page-header-expanded .categoryPageHeader__container-popular-list .entityTout__headline:visited {
          color: #595959;
          box-shadow: inset 0 -2px 0 #595959; }
        .component.category-page-header-expanded .categoryPageHeader__container-popular-list .category-page-item-image-text-wrapper:hover, .component.category-page-header-expanded .categoryPageHeader__container-popular-list .category-page-item-image-text-wrapper:active, .component.category-page-header-expanded .categoryPageHeader__container-popular-list .category-page-item-image-text-wrapper:focus, .component.category-page-header-expanded .categoryPageHeader__container-popular-list .entityTout__headline:hover, .component.category-page-header-expanded .categoryPageHeader__container-popular-list .entityTout__headline:active, .component.category-page-header-expanded .categoryPageHeader__container-popular-list .entityTout__headline:focus {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
  .component.category-page-header-expanded .categoryPageHeader__container-aside {
    order: 3;
    margin-left: 32px; }
    @media (min-width: 1162px) {
      .component.category-page-header-expanded .categoryPageHeader__container-aside {
        margin-left: 36px; } }

@media (min-width: 1162px) {
  .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular {
    padding: 16px 16px 24px 12px; } }

.component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list .category-page-item .entityTout__image, .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list .category-page-item .category-page-item-image, .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list .entity-tout .entityTout__image, .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list .entity-tout .category-page-item-image {
  display: none; }

.component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list .entity-tout {
  border-left: none;
  padding: 0; }
  @media (min-width: 768px) {
    .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list .entity-tout {
      flex: 0 1 100%; } }

.component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list-item {
  display: flex;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list-item {
      border-right: 1px solid rgba(0, 0, 0, 0.15);
      padding: 0 16px; }
      .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list-item:first-child {
        padding-left: 0; }
      .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list-item:last-child {
        border-right: none;
        padding-right: 0; } }
  .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list-item:last-child {
    margin-bottom: 0; }
  .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list-item svg {
    display: none; }
    @media (min-width: 768px) {
      .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list-item svg {
        display: flex;
        margin-right: 8px; } }
  .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list-item-heading {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 48px;
    line-height: 52px;
    color: #ac1900;
    margin-right: 8px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list-item-heading {
        font-size: 48px;
        line-height: 52px; } }
    .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list-item-heading + .entity-tout {
      min-width: 148px; }
  .component.category-page-header.category-page-header-no-thumbnail .categoryPageHeader__container-popular-list-item .entity-tout {
    padding-top: 4px; }

.categoryPagePromoEntity {
  margin: 48px 0; }
  @media (min-width: 768px) {
    .categoryPagePromoEntity {
      margin: 64px 0; } }
  .categoryPagePromoEntity .category-page-promo-entity-inner-wrapper {
    padding: 0 16px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .categoryPagePromoEntity .category-page-promo-entity-inner-wrapper {
        padding: 0 64px; } }
    @media (min-width: 1024px) {
      .categoryPagePromoEntity .category-page-promo-entity-inner-wrapper {
        display: flex;
        justify-content: center;
        padding: 0 24px; } }
  .categoryPagePromoEntity .category-page-promo-entity-updated {
    display: flex;
    justify-content: center; }
    .categoryPagePromoEntity .category-page-promo-entity-updated .categoryPagePromoEntity__container {
      align-self: center; }
    .categoryPagePromoEntity .category-page-promo-entity-updated .categoryPagePromoEntityUpdated__touts {
      margin: 16px 0;
      width: 96px; }
      @media (min-width: 768px) {
        .categoryPagePromoEntity .category-page-promo-entity-updated .categoryPagePromoEntityUpdated__touts {
          display: flex;
          justify-content: center;
          margin: 0;
          width: 300px; }
          .categoryPagePromoEntity .category-page-promo-entity-updated .categoryPagePromoEntityUpdated__touts:nth-child(2), .categoryPagePromoEntity .category-page-promo-entity-updated .categoryPagePromoEntityUpdated__touts:nth-child(3) {
            display: none; } }
      @media (min-width: 1024px) {
        .categoryPagePromoEntity .category-page-promo-entity-updated .categoryPagePromoEntityUpdated__touts:nth-child(2) {
          display: flex;
          margin-left: 32px; } }
      @media (min-width: 1279px) {
        .categoryPagePromoEntity .category-page-promo-entity-updated .categoryPagePromoEntityUpdated__touts {
          width: 290px; }
          .categoryPagePromoEntity .category-page-promo-entity-updated .categoryPagePromoEntityUpdated__touts:nth-child(3) {
            display: flex;
            margin-left: 32px; } }
  .categoryPagePromoEntity .categoryPagePromoEntityDetails__container {
    overflow: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    max-width: 280px;
    height: 352px;
    padding: 24px 64px 24px 16px;
    color: rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container {
        padding: 24px 88px 32px 24px;
        max-width: 394px;
        height: 348px; } }
    @media (min-width: 1279px) {
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container {
        max-width: 360px; } }
    .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__logo {
      display: flex;
      margin: 0 0 4px; }
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__logo-image {
        height: 20px; }
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__logo-text {
        font-family: "Source Sans Pro", Arial;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        letter-spacing: 0;
        height: 20px;
        font-weight: 400;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.95);
        padding: 2px 8px; }
    .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__details {
      position: relative;
      margin: 0 0 8px; }
    .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__headline-wrapper {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 28px;
      line-height: 32px;
      max-height: 160px;
      max-height: unset; }
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__headline-wrapper:not(:last-child) {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 28px;
        line-height: 32px;
        max-height: 96px;
        max-height: unset; }
      @media (min-width: 768px) {
        .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__headline-wrapper {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 36px;
          line-height: 44px;
          max-height: 220px;
          max-height: unset; }
          .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__headline-wrapper:not(:last-child) {
            display: block;
            /* Fallback for non-webkit */
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 36px;
            line-height: 44px;
            max-height: 132px;
            max-height: unset; } }
    .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__headline {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 28px;
      line-height: 32px;
      font-weight: 800;
      letter-spacing: 0; }
      @media (min-width: 768px) {
        .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__headline {
          font-size: 36px;
          line-height: 44px; } }
      @media (min-width: 768px) {
        .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__headline {
          max-width: 640px; } }
      @media (min-width: 1024px) {
        .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__headline {
          max-width: -webkit-max-content;
          max-width: -moz-max-content;
          max-width: max-content; } }
    .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__description {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 18px;
      line-height: 28px;
      max-height: 140px;
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0; }
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__description p {
        margin: 0; }
      @media (min-width: 768px) {
        .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__description {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 18px;
          line-height: 28px;
          max-height: 84px;
          max-width: 285px;
          margin: 0 auto; } }
      @media (min-width: 1024px) {
        .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__description {
          margin: 0; } }
      @media (min-width: 1162px) {
        .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__description {
          max-width: 250px;
          margin: 0; } }
    .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link {
      text-transform: capitalize;
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 6px 16px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      border: 1px solid #ac1900;
      border-radius: 0;
      color: rgba(0, 0, 0, 0.95);
      background: #fff;
      text-transform: capitalize; }
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link:active {
        opacity: 0.8; }
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link:active {
        opacity: 0.8; }
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link svg path {
        fill: rgba(0, 0, 0, 0.95); }
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link:visited {
        border: 3px solid rgba(0, 0, 0, 0.95);
        color: rgba(0, 0, 0, 0.95);
        background: #fff; }
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link:hover, .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link:active, .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link:focus {
        border-color: rgba(0, 0, 0, 0.95);
        color: #fff;
        background: rgba(0, 0, 0, 0.95); }
        .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link:hover svg path, .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link:active svg path, .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link:focus svg path {
          fill: #fff; }
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link[disabled] {
        border: 3px solid rgba(0, 0, 0, 0.3);
        background-color: #fff;
        color: rgba(0, 0, 0, 0.65); }
      .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link:active, .categoryPagePromoEntity .categoryPagePromoEntityDetails__container .entityTout__more-link:focus {
        border: 3px solid #014ecb; }
  @media (min-width: 768px) {
    .categoryPagePromoEntity {
      margin: 64px auto; } }
  .categoryPagePromoEntity__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 328px;
    max-width: 640px;
    padding: 16px;
    margin: 48px 16px;
    background-color: rgba(0, 0, 0, 0.05); }
    @media (min-width: 768px) {
      .categoryPagePromoEntity__wrapper {
        flex-direction: row;
        justify-content: space-between;
        padding: 24px;
        margin-left: 64px;
        margin-right: 64px; }
        .categoryPagePromoEntity__wrapper .categoryPagePromoEntity__desc {
          margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .categoryPagePromoEntity__wrapper {
        margin-left: 24px;
        margin-right: 24px; } }
    @media (min-width: 1162px) {
      .categoryPagePromoEntity__wrapper {
        margin-right: 24px;
        max-width: 919px;
        padding-left: 48px;
        padding-right: 48px; } }
  .categoryPagePromoEntity__logo {
    margin: 0 auto 16px; }
    @media (min-width: 768px) {
      .categoryPagePromoEntity__logo {
        margin-left: 0; } }
    .categoryPagePromoEntity__logo .lazy-image {
      margin: 0; }
  .categoryPagePromoEntity__headline {
    font-family: "Kapra", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    font-stretch: condensed;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    @media (min-width: 768px) {
      .categoryPagePromoEntity__headline {
        font-size: 36px;
        line-height: 44px; } }
    @media (min-width: 768px) {
      .categoryPagePromoEntity__headline {
        font-size: 48px;
        line-height: 52px; } }
    .categoryPagePromoEntity__headline:visited {
      color: #595959; }
    .categoryPagePromoEntity__headline:hover, .categoryPagePromoEntity__headline:active, .categoryPagePromoEntity__headline:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .categoryPagePromoEntity__logoDesc {
    text-align: center;
    padding-bottom: 16px; }
    @media (min-width: 768px) {
      .categoryPagePromoEntity__logoDesc {
        text-align: left; } }
  .categoryPagePromoEntity__desc, .categoryPagePromoEntity__desc p {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 2px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: normal;
    display: inline; }
    .categoryPagePromoEntity__desc:visited, .categoryPagePromoEntity__desc p:visited {
      color: #595959;
      box-shadow: inset 0 -2px 0 #595959; }
    .categoryPagePromoEntity__desc:hover, .categoryPagePromoEntity__desc:active, .categoryPagePromoEntity__desc:focus, .categoryPagePromoEntity__desc p:hover, .categoryPagePromoEntity__desc p:active, .categoryPagePromoEntity__desc p:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .categoryPagePromoEntity__desc, .categoryPagePromoEntity__desc p {
        text-align: left; } }
  .categoryPagePromoEntity__container {
    margin-left: -48px;
    width: auto; }
    @media (min-width: 768px) {
      .categoryPagePromoEntity__container {
        display: flex;
        margin-left: -56px; } }
    @media (min-width: 1024px) {
      .categoryPagePromoEntity__container {
        padding-left: 0;
        width: unset; } }
  .categoryPagePromoEntity__touts {
    transform: rotate(5deg);
    width: 96px;
    height: 96px;
    border: 3px solid #fff;
    transition: transform ease-in-out 10ms; }
    .animated .categoryPagePromoEntity__touts {
      -webkit-animation-name: swivelLeft;
              animation-name: swivelLeft;
      -webkit-animation-duration: 700ms;
              animation-duration: 700ms;
      -webkit-animation-iteration-count: 2;
              animation-iteration-count: 2;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out; }
  .categoryPagePromoEntity__touts:nth-child(2) {
    transform: rotate(-5deg); }
    .animated .categoryPagePromoEntity__touts:nth-child(2) {
      -webkit-animation-name: swivelRight;
              animation-name: swivelRight;
      -webkit-animation-duration: 700ms;
              animation-duration: 700ms;
      -webkit-animation-iteration-count: 2;
              animation-iteration-count: 2;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out; }

.component.node-interactive-content .interactiveContainer {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 0;
  max-width: 100%;
  padding: 16px 0; }
  .component.node-interactive-content .interactiveContainer__headline {
    font-family: "Klein", "Times New Roman", serif;
    text-transform: none;
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 16px; }
  .component.node-interactive-content .interactiveContainer__description {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 16px; }
  .component.node-interactive-content .interactiveContainer__title {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.1px;
    background-color: #fff;
    margin: unset;
    padding: 8px 16px 16px;
    text-align: center; }
    @media (min-width: 768px) {
      .component.node-interactive-content .interactiveContainer__title {
        font-size: 24px;
        line-height: 32px; } }
  .component.node-interactive-content .interactiveContainer__subTitle {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    background-color: #fff;
    padding: 8px 0 16px;
    width: 100%; }
  .component.node-interactive-content .interactiveContainer__correctScore {
    color: #ac1900; }
  .component.node-interactive-content .interactiveContainer__expiredDescription {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 32px;
    display: block;
    font-weight: 700; }
  .component.node-interactive-content .interactiveContainer__options--imageOnly, .component.node-interactive-content .interactiveContainer__options--textAndImage {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    @media (min-width: 768px) {
      .component.node-interactive-content .interactiveContainer__options--imageOnly, .component.node-interactive-content .interactiveContainer__options--textAndImage {
        flex-wrap: nowrap; } }
    .component.node-interactive-content .interactiveContainer__options--imageOnly .interactiveContainer__optionContainer, .component.node-interactive-content .interactiveContainer__options--textAndImage .interactiveContainer__optionContainer {
      flex: 0 0 45%;
      margin: 0 4px 32px; }
      @media (min-width: 768px) {
        .component.node-interactive-content .interactiveContainer__options--imageOnly .interactiveContainer__optionContainer, .component.node-interactive-content .interactiveContainer__options--textAndImage .interactiveContainer__optionContainer {
          flex-basis: 23%;
          margin: 4px; } }
    .component.node-interactive-content .interactiveContainer__options--imageOnly .interactiveContainer__description, .component.node-interactive-content .interactiveContainer__options--textAndImage .interactiveContainer__description {
      flex-grow: 8;
      margin: 24px 0 0; }
      @media (min-width: 768px) {
        .component.node-interactive-content .interactiveContainer__options--imageOnly .interactiveContainer__description, .component.node-interactive-content .interactiveContainer__options--textAndImage .interactiveContainer__description {
          margin: 0 0 0 24px; } }
  .component.node-interactive-content .interactiveContainer__optionContainer {
    height: 100%;
    position: relative;
    text-align: center; }
    .component.node-interactive-content .interactiveContainer__optionContainer .interactiveContainer__answerContainer {
      position: relative; }
      .component.node-interactive-content .interactiveContainer__optionContainer .interactiveContainer__answerContainer--answer {
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        align-items: center;
        bottom: 0;
        display: flex;
        justify-content: flex-end;
        height: 36px;
        padding: 4px;
        position: absolute;
        text-align: right;
        width: 100%;
        z-index: 1; }
      .component.node-interactive-content .interactiveContainer__optionContainer .interactiveContainer__answerContainer--answerPercentage {
        background-color: #f44336;
        height: 100%;
        opacity: 0.3;
        left: 0;
        position: absolute;
        top: 0;
        z-index: -1; }
  .component.node-interactive-content .interactiveContainer__option {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    background: #fff;
    height: 100%;
    outline: 1px solid rgba(0, 0, 0, 0.65);
    padding: 0;
    text-transform: none;
    width: 100%;
    z-index: 2; }
    .component.node-interactive-content .interactiveContainer__option:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.node-interactive-content .interactiveContainer__option:active {
      opacity: 0.8; }
    .component.node-interactive-content .interactiveContainer__option--title {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      letter-spacing: 0;
      margin-top: 8px;
      text-align: center; }
    .component.node-interactive-content .interactiveContainer__option--answer {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      background-color: #fff;
      bottom: 0;
      font-size: 16px;
      left: 0;
      padding: 5px;
      position: absolute;
      text-align: right;
      width: 100%;
      z-index: 0; }
    .component.node-interactive-content .interactiveContainer__option--answerPercentage {
      background-color: #f44336;
      height: 100%;
      opacity: 0.3;
      left: 0;
      position: absolute;
      top: 0;
      z-index: -1; }
    .component.node-interactive-content .interactiveContainer__option--answerReveal {
      display: none; }
      .component.node-interactive-content .interactiveContainer__option--answerReveal--false {
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        letter-spacing: 0;
        background: url("../img/icons/cancel.svg") no-repeat;
        background-position-y: center;
        background-position-x: 36%;
        background-size: 20px; }
      .component.node-interactive-content .interactiveContainer__option--answerReveal--true {
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        letter-spacing: 0;
        background: url("../img/icons/check-circle.svg") no-repeat;
        background-position-y: center;
        background-position-x: 35%;
        background-size: 20px; }
    .component.node-interactive-content .interactiveContainer__option:not([disabled]):hover, .component.node-interactive-content .interactiveContainer__option:not([disabled]):active, .component.node-interactive-content .interactiveContainer__option:not([disabled]):focus {
      outline: 2px solid rgba(0, 0, 0, 0.95); }
  .component.node-interactive-content .interactiveContainer__options--textOnly {
    padding-bottom: 16px; }
    .component.node-interactive-content .interactiveContainer__options--textOnly .interactiveContainer__optionContainer {
      margin-bottom: 8px; }
      .component.node-interactive-content .interactiveContainer__options--textOnly .interactiveContainer__optionContainer:last-child {
        margin-bottom: 0; }
      .component.node-interactive-content .interactiveContainer__options--textOnly .interactiveContainer__optionContainer .interactiveContainer__option {
        background: transparent;
        height: auto;
        padding: 8px;
        position: relative;
        text-align: left;
        white-space: initial; }
        .component.node-interactive-content .interactiveContainer__options--textOnly .interactiveContainer__optionContainer .interactiveContainer__option:not([disabled]):hover, .component.node-interactive-content .interactiveContainer__options--textOnly .interactiveContainer__optionContainer .interactiveContainer__option:not([disabled]):active, .component.node-interactive-content .interactiveContainer__options--textOnly .interactiveContainer__optionContainer .interactiveContainer__option:not([disabled]):focus {
          outline: 2px solid rgba(0, 0, 0, 0.95); }
        .component.node-interactive-content .interactiveContainer__options--textOnly .interactiveContainer__optionContainer .interactiveContainer__option--answer {
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          background-color: transparent;
          border-top: none;
          bottom: initial;
          height: 100%;
          padding: 9px 5px;
          top: 0; }
        .component.node-interactive-content .interactiveContainer__options--textOnly .interactiveContainer__optionContainer .interactiveContainer__option--answerReveal--false, .component.node-interactive-content .interactiveContainer__options--textOnly .interactiveContainer__optionContainer .interactiveContainer__option--answerReveal--true {
          background-position-x: 0;
          width: 90px;
          display: inline-block;
          text-align: left;
          padding-left: 25px; }
  .component.node-interactive-content .interactiveContainer__options--textOnly .interactiveContainer__optionContainer--hideOption, .component.node-interactive-content .interactiveContainer__options--textAndImage .interactiveContainer__optionContainer--hideOption, .component.node-interactive-content .interactiveContainer__options--imageOnly .interactiveContainer__optionContainer--hideOption {
    display: none; }
  .component.node-interactive-content .interactiveContainer__options--textAndImage .interactiveContainer__option--answer, .component.node-interactive-content .interactiveContainer__options--imageOnly .interactiveContainer__option--answer {
    text-align: center; }
  .component.node-interactive-content .interactiveContainer__options--textAndImage .interactiveContainer__option--answer,
  .component.node-interactive-content .interactiveContainer__options--textAndImage .interactiveContainer__answerContainer--answer, .component.node-interactive-content .interactiveContainer__options--imageOnly .interactiveContainer__option--answer,
  .component.node-interactive-content .interactiveContainer__options--imageOnly .interactiveContainer__answerContainer--answer {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.65); }
  .component.node-interactive-content .interactiveContainer__options--textAndImage .interactiveContainer__option--answerReveal--true, .component.node-interactive-content .interactiveContainer__options--imageOnly .interactiveContainer__option--answerReveal--true {
    width: 80px; }
  .component.node-interactive-content .interactiveContainer__options--textAndImage .interactiveContainer__option--answerReveal--false, .component.node-interactive-content .interactiveContainer__options--imageOnly .interactiveContainer__option--answerReveal--false {
    width: 70px; }
  .component.node-interactive-content .interactiveContainer__options--textAndImage .interactiveContainer__option--answerReveal--false, .component.node-interactive-content .interactiveContainer__options--textAndImage .interactiveContainer__option--answerReveal--true, .component.node-interactive-content .interactiveContainer__options--imageOnly .interactiveContainer__option--answerReveal--false, .component.node-interactive-content .interactiveContainer__options--imageOnly .interactiveContainer__option--answerReveal--true {
    background-position-x: 0;
    display: inline-block;
    text-align: right; }
  .component.node-interactive-content .interactiveContainer__options--answered .interactiveContainer__option.interactiveContainer__option--optionSelected {
    outline: 2px solid rgba(0, 0, 0, 0.95); }
  .component.node-interactive-content .interactiveContainer__credit {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    margin: 32px 16px 0; }
  .component.node-interactive-content .interactiveContainer__photoCredit {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding-top: 16px; }
  .component.node-interactive-content .interactiveContainer__takeInteractive {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    display: block;
    margin: 24px auto 0; }
    .component.node-interactive-content .interactiveContainer__takeInteractive:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.node-interactive-content .interactiveContainer__takeInteractive:active {
      opacity: 0.8; }
    .component.node-interactive-content .interactiveContainer__takeInteractive:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.node-interactive-content .interactiveContainer__takeInteractive:active {
      opacity: 0.8; }
    .component.node-interactive-content .interactiveContainer__takeInteractive svg path {
      fill: #fff; }
    .component.node-interactive-content .interactiveContainer__takeInteractive:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .component.node-interactive-content .interactiveContainer__takeInteractive:hover, .component.node-interactive-content .interactiveContainer__takeInteractive:active, .component.node-interactive-content .interactiveContainer__takeInteractive:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .component.node-interactive-content .interactiveContainer__takeInteractive:hover svg path, .component.node-interactive-content .interactiveContainer__takeInteractive:active svg path, .component.node-interactive-content .interactiveContainer__takeInteractive:focus svg path {
        fill: #fff; }
    .component.node-interactive-content .interactiveContainer__takeInteractive[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .component.node-interactive-content .interactiveContainer__takeInteractive:active, .component.node-interactive-content .interactiveContainer__takeInteractive:hover, .component.node-interactive-content .interactiveContainer__takeInteractive:focus {
      border-color: #ac1900; }
    .component.node-interactive-content .interactiveContainer__takeInteractive:active, .component.node-interactive-content .interactiveContainer__takeInteractive:focus {
      border: 3px solid #014ecb; }
  .component.node-interactive-content .interactiveContainer__actionContainer {
    text-align: center;
    margin: 24px 0 0;
    max-width: 100%; }
    .component.node-interactive-content .interactiveContainer__actionContainer + .interactiveContainer__actionContainer {
      margin: 16px 0 0; }
  .component.node-interactive-content .interactiveContainer__downloadButton {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    box-shadow: none;
    margin-bottom: 18px; }
    .component.node-interactive-content .interactiveContainer__downloadButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.node-interactive-content .interactiveContainer__downloadButton:active {
      opacity: 0.8; }
    .component.node-interactive-content .interactiveContainer__downloadButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.node-interactive-content .interactiveContainer__downloadButton:active {
      opacity: 0.8; }
    .component.node-interactive-content .interactiveContainer__downloadButton svg path {
      fill: #fff; }
    .component.node-interactive-content .interactiveContainer__downloadButton:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .component.node-interactive-content .interactiveContainer__downloadButton:hover, .component.node-interactive-content .interactiveContainer__downloadButton:active, .component.node-interactive-content .interactiveContainer__downloadButton:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .component.node-interactive-content .interactiveContainer__downloadButton:hover svg path, .component.node-interactive-content .interactiveContainer__downloadButton:active svg path, .component.node-interactive-content .interactiveContainer__downloadButton:focus svg path {
        fill: #fff; }
    .component.node-interactive-content .interactiveContainer__downloadButton[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .component.node-interactive-content .interactiveContainer__downloadButton:active, .component.node-interactive-content .interactiveContainer__downloadButton:hover, .component.node-interactive-content .interactiveContainer__downloadButton:focus {
      border-color: #ac1900; }
    .component.node-interactive-content .interactiveContainer__downloadButton:active, .component.node-interactive-content .interactiveContainer__downloadButton:focus {
      border: 3px solid #014ecb; }
    @media (min-width: 768px) {
      .component.node-interactive-content .interactiveContainer__downloadButton {
        margin-right: 24px; } }
  .component.node-interactive-content .interactiveContainer__retakeButton {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    border-radius: 0;
    color: rgba(0, 0, 0, 0.95);
    background: #fff;
    border-radius: 0; }
    .component.node-interactive-content .interactiveContainer__retakeButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.node-interactive-content .interactiveContainer__retakeButton:active {
      opacity: 0.8; }
    .component.node-interactive-content .interactiveContainer__retakeButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.node-interactive-content .interactiveContainer__retakeButton:active {
      opacity: 0.8; }
    .component.node-interactive-content .interactiveContainer__retakeButton svg path {
      fill: rgba(0, 0, 0, 0.95); }
    .component.node-interactive-content .interactiveContainer__retakeButton:visited {
      border: 3px solid rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
    .component.node-interactive-content .interactiveContainer__retakeButton:hover, .component.node-interactive-content .interactiveContainer__retakeButton:active, .component.node-interactive-content .interactiveContainer__retakeButton:focus {
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff;
      background: rgba(0, 0, 0, 0.95); }
      .component.node-interactive-content .interactiveContainer__retakeButton:hover svg path, .component.node-interactive-content .interactiveContainer__retakeButton:active svg path, .component.node-interactive-content .interactiveContainer__retakeButton:focus svg path {
        fill: #fff; }
    .component.node-interactive-content .interactiveContainer__retakeButton[disabled] {
      border: 3px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.65); }
    .component.node-interactive-content .interactiveContainer__retakeButton:active, .component.node-interactive-content .interactiveContainer__retakeButton:focus {
      border: 3px solid #014ecb; }
    .component.node-interactive-content .interactiveContainer__retakeButton--icon {
      background-size: cover;
      display: inline-block; }
      .component.node-interactive-content .interactiveContainer__retakeButton--icon svg {
        fill: rgba(0, 0, 0, 0.95);
        margin-bottom: -7px; }
    .component.node-interactive-content .interactiveContainer__retakeButton:hover .interactiveContainer__retakeButton--icon svg {
      fill: #fff; }
  .component.node-interactive-content .interactiveContainer__shareButton {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    margin: 16px 0 0; }
    .component.node-interactive-content .interactiveContainer__shareButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.node-interactive-content .interactiveContainer__shareButton:active {
      opacity: 0.8; }
    .component.node-interactive-content .interactiveContainer__shareButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.node-interactive-content .interactiveContainer__shareButton:active {
      opacity: 0.8; }
    .component.node-interactive-content .interactiveContainer__shareButton svg path {
      fill: #fff; }
    .component.node-interactive-content .interactiveContainer__shareButton:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .component.node-interactive-content .interactiveContainer__shareButton:hover, .component.node-interactive-content .interactiveContainer__shareButton:active, .component.node-interactive-content .interactiveContainer__shareButton:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .component.node-interactive-content .interactiveContainer__shareButton:hover svg path, .component.node-interactive-content .interactiveContainer__shareButton:active svg path, .component.node-interactive-content .interactiveContainer__shareButton:focus svg path {
        fill: #fff; }
    .component.node-interactive-content .interactiveContainer__shareButton[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .component.node-interactive-content .interactiveContainer__shareButton:active, .component.node-interactive-content .interactiveContainer__shareButton:hover, .component.node-interactive-content .interactiveContainer__shareButton:focus {
      border-color: #ac1900; }
    .component.node-interactive-content .interactiveContainer__shareButton:active, .component.node-interactive-content .interactiveContainer__shareButton:focus {
      border: 3px solid #014ecb; }
    .component.node-interactive-content .interactiveContainer__shareButton--icon {
      background-size: cover;
      display: inline-block; }
      .component.node-interactive-content .interactiveContainer__shareButton--icon svg {
        fill: #fff;
        margin-bottom: -11px; }
    .component.node-interactive-content .interactiveContainer__shareButton:hover .interactiveContainer__shareButton--icon svg {
      fill: #fff; }
    @media (min-width: 768px) {
      .component.node-interactive-content .interactiveContainer__shareButton {
        margin: 8px 0 0 16px; } }
  .component.node-interactive-content .interactiveContainer__backButton {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: url("../img/icons/chevron-left.svg") left no-repeat transparent;
    padding: 12px 12px 12px 20px; }
    .component.node-interactive-content .interactiveContainer__backButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.node-interactive-content .interactiveContainer__backButton:active {
      opacity: 0.8; }
    .component.node-interactive-content .interactiveContainer__backButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.node-interactive-content .interactiveContainer__backButton:active {
      opacity: 0.8; }
    .component.node-interactive-content .interactiveContainer__backButton:disabled {
      display: none; }
  .component.node-interactive-content .interactiveContainer__nextButton {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95); }
    .component.node-interactive-content .interactiveContainer__nextButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.node-interactive-content .interactiveContainer__nextButton:active {
      opacity: 0.8; }
    .component.node-interactive-content .interactiveContainer__nextButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .component.node-interactive-content .interactiveContainer__nextButton:active {
      opacity: 0.8; }
    .component.node-interactive-content .interactiveContainer__nextButton svg path {
      fill: #fff; }
    .component.node-interactive-content .interactiveContainer__nextButton:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .component.node-interactive-content .interactiveContainer__nextButton:hover, .component.node-interactive-content .interactiveContainer__nextButton:active, .component.node-interactive-content .interactiveContainer__nextButton:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .component.node-interactive-content .interactiveContainer__nextButton:hover svg path, .component.node-interactive-content .interactiveContainer__nextButton:active svg path, .component.node-interactive-content .interactiveContainer__nextButton:focus svg path {
        fill: #fff; }
    .component.node-interactive-content .interactiveContainer__nextButton[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .component.node-interactive-content .interactiveContainer__nextButton:active, .component.node-interactive-content .interactiveContainer__nextButton:hover, .component.node-interactive-content .interactiveContainer__nextButton:focus {
      border-color: #ac1900; }
    .component.node-interactive-content .interactiveContainer__nextButton:active, .component.node-interactive-content .interactiveContainer__nextButton:focus {
      border: 3px solid #014ecb; }
    .component.node-interactive-content .interactiveContainer__nextButton[disabled] {
      border: 4px solid rgba(0, 0, 0, 0.15);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.15); }
  .component.node-interactive-content .interactiveContainer__linksList {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 48px;
    margin-bottom: 48px; }
  .component.node-interactive-content .interactiveContainer__linksListTitle {
    font-weight: 700;
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.1px; }
    @media (min-width: 768px) {
      .component.node-interactive-content .interactiveContainer__linksListTitle {
        font-size: 24px;
        line-height: 32px; } }
  .component.node-interactive-content .interactiveContainer__linksListTitle, .component.node-interactive-content .interactiveContainer__linksListItem {
    margin-bottom: 16px; }
  .component.node-interactive-content .interactiveContainer__linksListItem a {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .component.node-interactive-content .interactiveContainer__linksListItem a:hover, .component.node-interactive-content .interactiveContainer__linksListItem a:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .component.node-interactive-content .interactiveContainer__linksListItem a:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 #595959; }
    .component.node-interactive-content .interactiveContainer__linksListItem a:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .component.node-interactive-content .interactiveContainer__linksListItem a:not([disabled]):hover, .component.node-interactive-content .interactiveContainer__linksListItem a:not([disabled]):active {
      box-shadow: inset 0 -1px 0 #595959; }
  .component.node-interactive-content .interactiveContainer__linksListItem .icon-double-chevron {
    margin-right: 10px;
    position: relative;
    top: 2px; }
  .component.node-interactive-content .interactiveContainer.interactiveContainer--withHeroImage .interactiveContainer__heroImage {
    width: 100%;
    height: auto; }
  .component.node-interactive-content .interactiveContainer.interactiveContainer--withHeroImage .interactiveContainer__innerContainer {
    background-color: #fff;
    margin: -16px 16px 0;
    max-width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .component.node-interactive-content .interactiveContainer.interactiveContainer--withHeroImage .interactiveContainer__innerContainer {
        margin: -24px 24px 0; } }
  .component.node-interactive-content .interactiveContainer fieldset {
    border: none; }

.component.node-interactive-content.nodeInteractiveContent__quiz .interactiveContainer__options--answered .interactiveContainer__option:not(.interactiveContainer__option--optionSelected) {
  filter: grayscale(100%); }

.component.node-interactive-content.loading {
  position: relative;
  min-height: 250px; }
  .component.node-interactive-content.loading:after {
    content: '';
    border: 4px solid #F2F2F2;
    border-top: 4px solid rgba(0, 0, 0, 0.95);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    -webkit-animation: loaderSpin 1.5s linear infinite;
            animation: loaderSpin 1.5s linear infinite;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.component.node-interactive-content .component.embeddedAuth {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }
  .component.node-interactive-content .component.embeddedAuth .embeddedAuth__frame {
    max-width: 100%;
    min-width: 100%;
    max-height: unset; }

.accountPage.signupNewsletter.embedded {
  padding-top: 0; }
  .accountPage.signupNewsletter.embedded:before {
    content: none; }
  .accountPage.signupNewsletter.embedded .accountPage__accountBlock {
    padding: 16px;
    width: 100%;
    max-width: unset; }
  .accountPage.signupNewsletter.embedded .accountPage__form {
    margin: 0 auto; }
    .accountPage.signupNewsletter.embedded .accountPage__form .button {
      margin-top: 16px; }
  .accountPage.signupNewsletter.embedded .accountPage__success,
  .accountPage.signupNewsletter.embedded .accountPage__accountBlock {
    box-shadow: none; }

.node-interactive-content-container {
  position: relative; }
  .node-interactive-content-container .pqt-anchor-link {
    margin-top: -150px;
    position: absolute;
    top: 0; }

.category-page-extended-header {
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .category-page-extended-header {
      display: flex;
      max-width: 1024px; }
      .category-page-extended-header .component.category-page-header-expanded {
        margin-top: 0; }
      .category-page-extended-header .component.category-page-header {
        padding: 0; } }
  @media (min-width: 1162px) {
    .category-page-extended-header {
      max-width: 1162px; } }
  @media (min-width: 1279px) {
    .category-page-extended-header {
      max-width: 1279px; } }
  @media (min-width: 1024px) {
    .category-page-extended-header .categoryPageExtendedHeader-right-rail {
      margin-right: 24px; } }
  @media (min-width: 1279px) {
    .category-page-extended-header .categoryPageExtendedHeader-right-rail {
      margin-right: 0; } }
  @media (min-width: 1162px) {
    .category-page-extended-header .categoryPageExtendedHeader-blocks {
      margin-right: 24px; } }
  @media (min-width: 1279px) {
    .category-page-extended-header .categoryPageExtendedHeader-blocks {
      margin-right: 36px; } }

.longformHeader {
  width: 100%;
  position: relative; }
  .longformHeader .editorialProgramTopper {
    padding: 0; }
  .longformHeader__heroBlock {
    display: none;
    overflow: hidden; }
    .longformHeader__heroBlock.longformHeader__heroBlock--media {
      display: block;
      height: 240px; }
      .longformHeader__heroBlock.longformHeader__heroBlock--media .component.lazy-image .image-overlay {
        z-index: unset; }
      .longformHeader__heroBlock.longformHeader__heroBlock--media .component.lazy-image img {
        width: 100%; }
    @media (min-width: 768px) {
      .longformHeader__heroBlock {
        background-color: transparent;
        display: block;
        height: 320px;
        width: 100%; }
        .longformHeader__heroBlock.longformHeader__heroBlock--media {
          height: 560px; }
        .longformHeader__heroBlock.full-width-image {
          background: no-repeat right top;
          background-size: cover; } }
  .longformHeader__container {
    background-color: #fff;
    padding: 0;
    position: relative; }
    @media (min-width: 768px) {
      .longformHeader__container {
        margin: -244px auto 0;
        width: 640px; } }
    @media (min-width: 1024px) {
      .longformHeader__container {
        width: 1024px;
        max-width: calc(100vw - 48px); } }
    @media (min-width: 1279px) {
      .longformHeader__container {
        width: 1100px;
        max-width: unset; } }
  .longformHeader__layoutContainer {
    padding-bottom: 24px; }
  .longformHeader--articlePoll.longformHeader--layoutFullWidth .longformHeader__container, .longformHeader--articlePoll.longformHeader--layoutSideBySide .longformHeader__container, .longformHeader--articlePoll.longformHeader--layoutNoImage .longformHeader__container {
    position: relative; }
    @media (min-width: 768px) {
      .longformHeader--articlePoll.longformHeader--layoutFullWidth .longformHeader__container, .longformHeader--articlePoll.longformHeader--layoutSideBySide .longformHeader__container, .longformHeader--articlePoll.longformHeader--layoutNoImage .longformHeader__container {
        margin-top: -172px; } }
  .longformHeader--articlePoll.longformHeader--layoutFullWidth ~ .pollContent .pollContent__container, .longformHeader--articlePoll.longformHeader--layoutSideBySide ~ .pollContent .pollContent__container, .longformHeader--articlePoll.longformHeader--layoutNoImage ~ .pollContent .pollContent__container {
    margin-top: 56px; }
    @media (min-width: 768px) {
      .longformHeader--articlePoll.longformHeader--layoutFullWidth ~ .pollContent .pollContent__container, .longformHeader--articlePoll.longformHeader--layoutSideBySide ~ .pollContent .pollContent__container, .longformHeader--articlePoll.longformHeader--layoutNoImage ~ .pollContent .pollContent__container {
        margin-top: 64px; } }
  @media (min-width: 768px) {
    .longformHeader--articlePoll .longformHeader__container .longformHeader__layoutContainer {
      min-height: 175px; } }
  .longformHeader--articlePoll .longformHeader__container:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    content: '';
    left: 16px;
    position: absolute;
    width: calc(100% - 64px); }
    @media (min-width: 768px) {
      .longformHeader--articlePoll .longformHeader__container:after {
        width: calc(640px - 32px); } }
    @media (min-width: 1024px) {
      .longformHeader--articlePoll .longformHeader__container:after {
        width: calc(1024px - 32px); } }
    @media (min-width: 1279px) {
      .longformHeader--articlePoll .longformHeader__container:after {
        width: calc(1100px - 32px); } }
  .longformHeader--articlePoll .longformHeader__heroBlock--media .primary-media {
    line-height: 10px; }
    .longformHeader--articlePoll .longformHeader__heroBlock--media .primary-media .native-video {
      margin-bottom: 0; }
  .longformHeader__text {
    padding: 16px 16px 0; }
  .longformHeader__breadcrumbShareWrapper {
    position: relative;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .longformHeader__breadcrumbShareWrapper {
        margin-bottom: 32px; } }
  .longformHeader .component.share-new {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 0;
    height: 32px;
    width: 3em;
    overflow: hidden;
    box-shadow: 0 0 10px 1px #fff;
    order: 0; }
    @media (min-width: 768px) {
      .longformHeader .component.share-new {
        right: 24px;
        top: 24px; } }
    .longformHeader .component.share-new.circle .icon > a {
      border-width: 0; }
    .longformHeader .component.share-new.square .icon.shareicon-modal-toggle {
      width: 80px;
      height: auto;
      border: 0;
      border-radius: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.15);
      padding-left: 8px; }
      .longformHeader .component.share-new.square .icon.shareicon-modal-toggle .icon-reply {
        display: flex;
        flex-direction: column; }
        .longformHeader .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text {
          font-family: "Source Sans Pro", Arial;
          font-size: 12px;
          line-height: 16px;
          font-weight: 400;
          letter-spacing: 0;
          margin-top: -4px; }
    @media (min-width: 768px) {
      .longformHeader .component.share-new {
        width: 5em;
        padding-right: 0;
        align-self: flex-end; }
        .longformHeader .component.share-new.square .icon.shareicon-modal-toggle .icon-reply {
          flex-direction: row; }
          .longformHeader .component.share-new.square .icon.shareicon-modal-toggle .icon-reply svg {
            width: 24px;
            height: 24px; }
          .longformHeader .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text {
            font-family: "Source Sans Pro", Arial;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            letter-spacing: 0;
            margin-top: 0;
            margin-left: 4px;
            width: 100%;
            bottom: 0; } }
  .longformHeader .component.share-new {
    display: none;
    right: 0;
    top: 0; }
  @media (min-width: 768px) {
    .longformHeader .component.share-new {
      display: flex; }
    .longformHeader .component.breadcrumbs .breadcrumbs__container {
      justify-content: left;
      width: calc(100% - 40px); }
    .longformHeader__headline {
      margin-bottom: 16px; } }
  .longformHeader .component.breadcrumbs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 8px;
    position: relative;
    width: 100%; }
    .longformHeader .component.breadcrumbs .breadcrumbs__container {
      justify-content: left;
      overflow: hidden;
      width: calc(100% - 64px);
      margin-top: -8px;
      width: 100%; }
      @media (min-width: 768px) {
        .longformHeader .component.breadcrumbs .breadcrumbs__container {
          width: calc(100% - 80px); } }
      .longformHeader .component.breadcrumbs .breadcrumbs__container .breadcrumbs__list {
        display: flex;
        align-items: center;
        height: 48px;
        overflow-x: auto;
        margin-bottom: -17px;
        white-space: nowrap; }
        .longformHeader .component.breadcrumbs .breadcrumbs__container .breadcrumbs__list .breadcrumbs__item {
          margin-bottom: 17px; }
  .longformHeader__dek {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 24px; }
    .longformHeader__dek a {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
      text-decoration: none; }
      .longformHeader__dek a:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .longformHeader__dek a:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .longformHeader__headline {
    text-align: center;
    margin: 0; }
  .longformHeader__dek, .longformHeader__social, .longformHeader__author {
    text-align: center;
    margin: 16px 0 0; }
    @media (min-width: 768px) {
      .longformHeader__dek, .longformHeader__social, .longformHeader__author {
        margin: 24px 0 0; } }
  .longformHeader__dek, .longformHeader__author {
    padding: 0 16px; }
  .longformHeader__author {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0; }
    .longformHeader__author .author-text,
    .longformHeader__author .timestamp {
      display: inline-block; }
    .longformHeader__author a {
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
      font-weight: 700; }
      .longformHeader__author a:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .longformHeader__author a:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .longformHeader__author a.author-name {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .longformHeader__author a.author-name:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .longformHeader__author a.author-name:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .longformHeader__author a.author-name.bold {
        font-weight: 700; }
    .longformHeader__author .author-name + .timestamp {
      border-left: 1px solid rgba(0, 0, 0, 0.15);
      color: rgba(0, 0, 0, 0.65);
      margin-left: 16px;
      padding-left: 16px; }
    .longformHeader__author .bold {
      font-weight: 700; }
  .longformHeader__sponsorLogo {
    display: flex;
    justify-content: center; }
    .longformHeader__sponsorLogo .sponsor-logo > div {
      margin: 16px auto 0; }
      @media (min-width: 768px) {
        .longformHeader__sponsorLogo .sponsor-logo > div {
          margin: 24px auto 0; } }
  .longformHeader.longformHeader--layoutNoImage {
    padding: 0; }
    .longformHeader.longformHeader--layoutNoImage:not(.longformHeader--noBackground) {
      min-height: 272px; }
  .longformHeader .longformHeader__author {
    margin-top: 16px; }
    @media (min-width: 768px) {
      .longformHeader .longformHeader__author {
        margin-top: 24px; } }
  .longformHeader.longformHeader--layoutSideBySide .longformHeader__dek,
  .longformHeader.longformHeader--layoutSideBySide .longformHeader__author {
    width: 100%;
    padding: 0; }
  @media (min-width: 1024px) {
    .longformHeader.longformHeader--layoutSideBySide .longformHeader__layoutContainer {
      display: flex;
      flex-flow: row wrap;
      width: 100%;
      min-height: 250px;
      align-items: center; }
    .longformHeader.longformHeader--layoutSideBySide .longformHeader__headline,
    .longformHeader.longformHeader--layoutSideBySide .longformHeader__dek,
    .longformHeader.longformHeader--layoutSideBySide .longformHeader__author {
      text-align: left; }
    .longformHeader.longformHeader--layoutSideBySide .primary-media,
    .longformHeader.longformHeader--layoutSideBySide .longformHeader__text {
      display: flex;
      flex-direction: column;
      width: 50%; }
    .longformHeader.longformHeader--layoutSideBySide .primary-media .component.lazy-image img {
      width: 100%; }
    .longformHeader.longformHeader--layoutSideBySide .longformHeader__text {
      padding: 32px; }
    .longformHeader.longformHeader--layoutSideBySide .longformHeader__sponsorLogo {
      display: flex;
      justify-content: left;
      margin-left: 0; }
    .longformHeader.longformHeader--layoutSideBySide .editorialProgramBanner__logo {
      margin: 0; } }
  @media (min-width: 1024px) {
    .longformHeader.longformHeader--layoutSideBySide .component.share-new {
      top: -8px; } }
  @media (min-width: 768px) {
    .longformHeader.longformHeader--noBackground .longformHeader__heroBlock {
      display: none; }
    .longformHeader.longformHeader--noBackground .longformHeader__container {
      margin-top: 0; } }

.contentCallout {
  padding: 16px; }
  @media (min-width: 768px) {
    .contentCallout {
      padding: 24px 0; } }
  @media (min-width: 1024px) {
    .contentCallout {
      padding: 32px 0; } }
  .contentCallout--background {
    background-repeat: repeat; }
  .contentCallout__group--textContainer {
    padding: 24px; }
    @media (min-width: 1024px) {
      .contentCallout__group--textContainer {
        padding: 56px;
        margin-top: 32px; } }
  .contentCallout__group--heading, .contentCallout__group--subheading, .contentCallout__group--paragraph {
    margin: 16px 0; }
  .contentCallout__group--heading {
    font-family: "Klein", "Times New Roman", serif;
    text-transform: none;
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: 0; }
  .contentCallout__group--subheading {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0; }
  .contentCallout__group--paragraph {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0; }
    .contentCallout__group--paragraph p {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0; }
      .contentCallout__group--paragraph p:first-child {
        margin-top: 0; }
      .contentCallout__group--paragraph p:last-of-type {
        margin-bottom: 0; }
    .contentCallout__group--paragraph ul, .contentCallout__group--paragraph ol {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0; }
  .contentCallout__inner {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.95); }
    .contentCallout__inner .margin-32-bottom,
    .contentCallout__inner .margin-32-tb {
      margin: 0; }
    @media (max-width: 767px) {
      .contentCallout__inner {
        padding-top: 4px; } }
    @media (min-width: 768px) {
      .contentCallout__inner {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0 auto;
        max-width: 640px;
        padding: 0; } }
    @media (min-width: 1024px) {
      .contentCallout__inner {
        max-width: 1024px; } }
    @media (min-width: 1279px) {
      .contentCallout__inner {
        max-width: 1100px; } }
  .contentCallout--imageByImage .contentCallout__inner {
    background-color: transparent; }
  .contentCallout--imageByImage .contentCallout__inner .contentCallout__group--groupTwo {
    margin-top: 16px; }
    @media (min-width: 768px) {
      .contentCallout--imageByImage .contentCallout__inner .contentCallout__group--groupTwo {
        margin-top: 0;
        margin-left: 24px; } }
    @media (min-width: 1024px) {
      .contentCallout--imageByImage .contentCallout__inner .contentCallout__group--groupTwo {
        margin-left: 32px; } }
  .contentCallout__group {
    flex: 1 1 50%; }
    @media (max-width: 767px) {
      .contentCallout__group {
        margin-bottom: 16px; } }
    .contentCallout__group:first-of-type {
      margin: 16px;
      background-color: #fff; }
    .contentCallout__group .component.lazy-image img {
      width: 100%; }
    .contentCallout__group .pullquote {
      padding: 48px 16px;
      text-align: center; }
      @media (min-width: 768px) {
        .contentCallout__group .pullquote {
          padding: 24px 32px; } }
      @media (min-width: 1024px) {
        .contentCallout__group .pullquote {
          padding: 56px; } }
      .contentCallout__group .pullquote:before {
        display: none; }
      .contentCallout__group .pullquote .pullquote-content {
        font-family: "Klein", "Times New Roman", serif;
        text-transform: none;
        font-size: 28px;
        line-height: 34px;
        font-weight: 800;
        letter-spacing: 0; }
        .contentCallout__group .pullquote .pullquote-content p, .contentCallout__group .pullquote .pullquote-content ol {
          font-family: "Klein", "Times New Roman", serif;
          text-transform: none;
          font-size: 28px;
          line-height: 34px;
          font-weight: 800;
          letter-spacing: 0; }
        .contentCallout__group .pullquote .pullquote-content p:first-of-type {
          margin-top: 0; }
        .contentCallout__group .pullquote .pullquote-content p:last-of-type {
          margin-bottom: 0; }
    .contentCallout__group--buyingInfoContainer {
      border: 1px solid rgba(0, 0, 0, 0.15); }
    .contentCallout__group .component.shop-it-button .shop-it {
      margin: auto;
      padding: 48px 16px;
      text-align: center; }
      @media (min-width: 768px) {
        .contentCallout__group .component.shop-it-button .shop-it {
          padding: 24px 32px; } }
      @media (min-width: 1024px) {
        .contentCallout__group .component.shop-it-button .shop-it {
          padding: 56px; } }
    .contentCallout__group .component.buying-information .buyContent__showMoreInfo {
      display: none; }

.liveintent .liveintent__image {
  border: 0;
  display: block;
  margin: 0 auto 45px;
  max-width: 100%;
  width: auto; }

.liveintent.banner .liveintent__image {
  height: auto;
  width: 100%; }

.toutCards {
  margin: 40px auto;
  position: relative; }
  .toutCards__entityContainer {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .toutCards__entityContent {
    border-radius: 0 0 2px 2px;
    border-top: 4px solid #ac1900;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    height: inherit;
    padding: 16px;
    white-space: normal;
    width: 257px; }
    @media (min-width: 768px) {
      .toutCards__entityContent {
        width: 197px; } }
    @media (min-width: 1024px) {
      .toutCards__entityContent {
        width: 225px; } }
    @media (min-width: 1162px) {
      .toutCards__entityContent {
        width: 257px; } }
  .toutCards__entityImageLink {
    position: relative;
    display: block; }
    .toutCards__entityImageLink .icon-play-circle-stroke {
      position: absolute;
      top: calc(50% - 4px);
      left: calc(50% - (48px / 2));
      width: 52px;
      transform: translateY(-50%);
      z-index: 1; }
      .toutCards__entityImageLink .icon-play-circle-stroke g {
        transform: translateX(1px); }
      .toutCards__entityImageLink .icon-play-circle-stroke circle {
        fill: rgba(0, 0, 0, 0.65);
        stroke: rgba(255, 255, 255, 0.7);
        stroke-width: 2; }
      .toutCards__entityImageLink .icon-play-circle-stroke path {
        stroke: none;
        fill: #fff; }
      .toutCards__entityImageLink .icon-play-circle-stroke circle {
        stroke-width: 1; }
  .toutCards__entityContentEyebrow {
    display: block;
    margin-bottom: 8px; }
    .toutCards__entityContentEyebrowLink {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      color: rgba(0, 0, 0, 0.95);
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .toutCards__entityContentEyebrowLink:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .toutCards__entityContentEyebrowLink:active {
        opacity: 0.8; }
      .toutCards__entityContentEyebrowLink:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .toutCards__entityContentEyebrowLink:visited {
        color: rgba(0, 0, 0, 0.95); }
  .toutCards__entityContentTitle {
    margin-bottom: 8px;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 24px;
    max-height: 72px;
    max-height: 76px; }
    .toutCards__entityContentTitleLink {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .toutCards__entityContentTitleLink:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #595959; }
      .toutCards__entityContentTitleLink:hover, .toutCards__entityContentTitleLink:active, .toutCards__entityContentTitleLink:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
  .toutCards__entityContentByline {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    margin-bottom: 8px; }
  .toutCards__entityContentAuthor {
    font-weight: 700; }
  .toutCards__entityContentDescription {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px 0; }
    .toutCards__entityContentDescription p {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0; }
      .toutCards__entityContentDescription p:first-of-type {
        margin-top: 0; }
      .toutCards__entityContentDescription p:last-of-type {
        margin-bottom: 0; }
  .toutCards__entityContentReadMore {
    margin: 16px 0 0; }
    .toutCards__entityContentReadMoreLink {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      color: rgba(0, 0, 0, 0.95);
      transition: all .1s ease-in-out;
      text-decoration: none;
      display: flex;
      align-items: center; }
      .toutCards__entityContentReadMoreLink:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .toutCards__entityContentReadMoreLink:active {
        opacity: 0.8; }
      .toutCards__entityContentReadMoreLink:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .toutCards__entityContentReadMoreLink:visited {
        color: rgba(0, 0, 0, 0.95); }
      .toutCards__entityContentReadMoreLink .icon-arrow-right {
        margin-left: 2px; }
        .toutCards__entityContentReadMoreLink .icon-arrow-right path {
          fill: #ac1900; }
      .toutCards__entityContentReadMoreLink:hover {
        text-decoration: none;
        box-shadow: none; }
  .toutCards .buyingInformation {
    border-bottom-width: 0;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding-bottom: 0;
    white-space: normal;
    width: 257px; }
    @media (min-width: 768px) {
      .toutCards .buyingInformation {
        width: 197px; } }
    @media (min-width: 1024px) {
      .toutCards .buyingInformation {
        width: 225px; } }
    @media (min-width: 1162px) {
      .toutCards .buyingInformation {
        width: 257px; } }
    .toutCards .buyingInformation .lazy-image {
      border-width: 0; }
    .toutCards .buyingInformation__image {
      flex: inherit;
      margin: 0; }
    .toutCards .buyingInformation__buyContent {
      border-radius: 0 0 2px 2px;
      border-top: 4px solid #ac1900;
      border-right: 1px solid rgba(0, 0, 0, 0.15);
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      border-left: 1px solid rgba(0, 0, 0, 0.15);
      padding: 16px; }
    .toutCards .buyingInformation .buyContent__productName {
      margin-bottom: 8px;
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 18px;
      line-height: 24px;
      max-height: 72px;
      max-height: unset; }
    .toutCards .buyingInformation .buyContent__description {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      margin-bottom: 8px; }
    .toutCards .buyingInformation .buyContent__priceCTA {
      display: block;
      margin: 16px 0 0; }
    .toutCards .buyingInformation .salesPrice__sale {
      margin: 0 0 8px; }
    .toutCards .buyingInformation .sale__original {
      letter-spacing: normal; }
    .toutCards .buyingInformation .shopIt__btn {
      display: inline-block; }
  .toutCards .carouselNav {
    position: relative; }
    .toutCards .carouselNav__list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: flex-start;
      padding-top: 3px;
      padding-bottom: 3px;
      overflow-x: scroll;
      scrollbar-width: none;
      /* Firefox */
      -ms-overflow-style: none;
      /* IE 11 */
      -webkit-overflow-scrolling: touch; }
      .toutCards .carouselNav__list::-webkit-scrollbar {
        /** Webkit */
        display: none; }
    @media (min-width: 768px) {
      .toutCards .carouselNav__listItem {
        display: flex;
        width: calc((100% - 72px) / 4);
        min-width: calc((100% - 72px) / 4); } }
    .toutCards .carouselNav__listItem .card__vertical {
      width: 270px; }
    .toutCards .carouselNav__listItem:not(:first-child) {
      margin-left: 16px; }
      @media (min-width: 768px) {
        .toutCards .carouselNav__listItem:not(:first-child) {
          margin-left: 24px; } }
    .toutCards .carouselNav--move {
      transition: left 0.5s; }
    .toutCards .carouselNav__prev, .toutCards .carouselNav__next {
      height: 48px;
      width: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      text-decoration: none;
      border: 3px solid #ac1900;
      background: #ac1900;
      color: #fff;
      position: absolute;
      z-index: 1;
      display: none;
      border: 3px solid #ac1900;
      background: #ac1900;
      color: #fff;
      top: 104.5px; }
      .toutCards .carouselNav__prev svg, .toutCards .carouselNav__next svg {
        width: 32px;
        height: 32px; }
      .toutCards .carouselNav__prev:focus, .toutCards .carouselNav__prev:hover, .toutCards .carouselNav__next:focus, .toutCards .carouselNav__next:hover {
        text-decoration: none; }
      .toutCards .carouselNav__prev:focus, .toutCards .carouselNav__next:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .toutCards .carouselNav__prev:active, .toutCards .carouselNav__next:active {
        opacity: 0.8; }
      .toutCards .carouselNav__prev svg, .toutCards .carouselNav__next svg {
        fill: #fff; }
      .toutCards .carouselNav__prev:hover, .toutCards .carouselNav__next:hover {
        background: #fff;
        border-color: #ac1900;
        color: #ac1900; }
        .toutCards .carouselNav__prev:hover svg, .toutCards .carouselNav__next:hover svg {
          fill: #ac1900; }
      @media (min-width: 768px) {
        .toutCards .carouselNav__prev, .toutCards .carouselNav__next {
          top: 74.5px; } }
      @media (min-width: 1024px) {
        .toutCards .carouselNav__prev, .toutCards .carouselNav__next {
          top: 88.5px; } }
      @media (min-width: 1162px) {
        .toutCards .carouselNav__prev, .toutCards .carouselNav__next {
          top: 104.5px; } }
      .toutCards .carouselNav__prev svg, .toutCards .carouselNav__next svg {
        fill: #fff; }
      .toutCards .carouselNav__prev:focus, .toutCards .carouselNav__prev:hover, .toutCards .carouselNav__prev:active, .toutCards .carouselNav__next:focus, .toutCards .carouselNav__next:hover, .toutCards .carouselNav__next:active {
        background: #fff;
        border-color: #ac1900;
        color: #ac1900; }
        .toutCards .carouselNav__prev:focus svg, .toutCards .carouselNav__prev:hover svg, .toutCards .carouselNav__prev:active svg, .toutCards .carouselNav__next:focus svg, .toutCards .carouselNav__next:hover svg, .toutCards .carouselNav__next:active svg {
          fill: #ac1900; }
      .toutCards .carouselNav__prev:before, .toutCards .carouselNav__next:before {
        position: absolute; }
      .toutCards .carouselNav__prev[disabled], .toutCards .carouselNav__next[disabled] {
        display: none; }
    .toutCards .carouselNav__prev {
      left: 8px; }
    .toutCards .carouselNav__next {
      right: 8px;
      text-align: right; }

.component.fancyChart {
  position: relative;
  height: 250px;
  width: calc(100% - 12px);
  margin-left: auto; }
  .component.fancyChart .fancyChart__prefix {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    position: absolute;
    left: -32px;
    top: 50%;
    margin-top: -42px;
    transform: rotate(-90deg); }
  .component.fancyChart canvas {
    max-width: 100%; }

.caption-container {
  margin: 0 16px 32px; }
  @media (min-width: 768px) {
    .caption-container {
      margin: 0 auto 32px;
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .caption-container {
      margin: 0 auto 32px;
      max-width: 580px; } }
  @media (min-width: 1279px) {
    .caption-container {
      margin: 0 auto 32px;
      max-width: 640px; } }
  .caption-container.imageCount--1, .caption-container.imageCount--2, .caption-container.imageCount--3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .caption-container .credit {
    color: rgba(0, 0, 0, 0.65);
    padding: 0 0 16px;
    width: 100%; }
    .caption-container .credit .photo-by {
      text-transform: uppercase; }

.node-author .category-page-header.layout-square {
  padding: 0 24px; }
  @media (min-width: 768px) {
    .node-author .category-page-header.layout-square {
      padding: 0; } }
  .node-author .category-page-header.layout-square .category-page-heading {
    margin-top: 0; }
  .node-author .category-page-header.layout-square .category-page-header-group.square-group {
    margin-bottom: 0;
    padding: 16px; }
    @media (min-width: 768px) {
      .node-author .category-page-header.layout-square .category-page-header-group.square-group {
        padding: 24px; } }
    @media (min-width: 1024px) {
      .node-author .category-page-header.layout-square .category-page-header-group.square-group {
        left: 336px;
        width: calc(100% - 336px); } }
  .node-author .category-page-header.layout-square .category-page-header-group.horizontal-group {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    padding: 16px; }
    @media (min-width: 768px) {
      .node-author .category-page-header.layout-square .category-page-header-group.horizontal-group {
        padding: 24px; } }
    @media (min-width: 1024px) {
      .node-author .category-page-header.layout-square .category-page-header-group.horizontal-group {
        left: 296px;
        width: calc(100% - 296px); } }

@media (min-width: 1024px) {
  .node-author .category-page-header.layout-horizontal {
    min-height: 296px;
    padding-bottom: 0; } }

.node-author .category-page-header.layout-horizontal .category-page-heading {
  margin-top: 0; }

.node-author .category-page-header.layout-horizontal .category-page-header-group.square-group {
  margin-bottom: 0;
  padding: 16px; }
  @media (min-width: 768px) {
    .node-author .category-page-header.layout-horizontal .category-page-header-group.square-group {
      padding: 24px; } }
  @media (min-width: 1024px) {
    .node-author .category-page-header.layout-horizontal .category-page-header-group.square-group {
      left: 296px;
      width: calc(100% - 296px); } }

.node-author .category-page-header.layout-horizontal .category-page-header-group.horizontal-group {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
  padding: 16px; }
  @media (min-width: 768px) {
    .node-author .category-page-header.layout-horizontal .category-page-header-group.horizontal-group {
      padding: 24px; } }
  @media (min-width: 1024px) {
    .node-author .category-page-header.layout-horizontal .category-page-header-group.horizontal-group {
      left: 296px;
      width: calc(100% - 296px); } }

.node-author .category-page-header-hero.square-image {
  height: 360px; }
  @media (min-width: 768px) {
    .node-author .category-page-header-hero.square-image {
      height: 320px; } }

.node-author .category-page-header-hero.horizontal-image {
  height: 320px;
  width: 320px;
  margin: 0 auto; }
  @media (max-width: 360px) {
    .node-author .category-page-header-hero.horizontal-image {
      height: 360px;
      width: auto; } }
  @media (min-width: 768px) {
    .node-author .category-page-header-hero.horizontal-image {
      width: 320px;
      height: 320px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .node-author .category-page-header-hero.horizontal-image {
      margin: 24px 0; } }
  .node-author .category-page-header-hero.horizontal-image .lazy-image {
    margin: 0 auto; }

@media (min-width: 1024px) {
  .node-author .category-page-header-no-hero {
    height: 320px; }
  .node-author .category-page-body.authorSocialBlockWrapper {
    padding-bottom: 0; } }

.author-page-wrapper {
  margin: -24px 8px 64px 0; }
  .author-page-wrapper .category-page-heading {
    text-transform: capitalize; }
  .author-page-wrapper .category-page-dek,
  .author-page-wrapper .category-page-dek p {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px 0; }
    .author-page-wrapper .category-page-dek *:first-child,
    .author-page-wrapper .category-page-dek p *:first-child {
      margin-top: 0; }
    .author-page-wrapper .category-page-dek *:last-child,
    .author-page-wrapper .category-page-dek p *:last-child {
      margin-bottom: 0; }

@media (min-width: 1024px) {
  .authorPageSocial {
    max-width: 652px; } }

@media (min-width: 1279px) {
  .authorPageSocial {
    max-width: 882px; } }

.authorPageSocial__header {
  display: flex;
  background: rgba(0, 0, 0, 0.95);
  align-items: center;
  max-height: 60px;
  overflow: hidden; }
  .authorPageSocial__header-title {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    margin-left: 16px; }

.authorPageSocial__list {
  border: 1px solid rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 0;
  padding: 16px; }
  @media (min-width: 768px) {
    .authorPageSocial__list {
      padding: 24px; } }

.authorPageSocial .social__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 16px 0; }
  .authorPageSocial .social__item:first-child {
    padding-top: 0; }
  .authorPageSocial .social__item:last-child {
    border-bottom: none;
    padding-bottom: 0; }

.authorPageSocial .social__handle {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.95);
  padding: 1px 0;
  transition: all .1s ease-in-out;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .authorPageSocial .social__handle:visited {
    color: #595959;
    box-shadow: inset 0 -1px 0 #595959; }
  .authorPageSocial .social__handle:hover {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

.authorPageSocial .social__variant {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700;
  margin-right: 8px;
  text-transform: uppercase; }

.quick-registration {
  position: relative;
  min-width: 380px;
  min-height: 200px; }
  .quick-registration .alert-banner {
    top: 0; }
  .quick-registration .loader {
    border: 4px solid #F2F2F2;
    border-top: 4px solid rgba(0, 0, 0, 0.95);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    -webkit-animation: loaderSpin 1.5s linear infinite;
            animation: loaderSpin 1.5s linear infinite;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    margin-left: -28px;
    margin-top: -28px;
    display: none; }
  .quick-registration.loading .loader {
    display: block; }

.pollTemplate__resultsMessage p {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: center; }
  @media (min-width: 768px) {
    .pollTemplate__resultsMessage p {
      font-size: 36px;
      line-height: 44px; } }

.pollTemplate__pendingMessage {
  text-align: center;
  margin-bottom: 56px; }
  .pollTemplate__pendingMessage p {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      .pollTemplate__pendingMessage p {
        font-size: 36px;
        line-height: 44px; } }

.pollTemplate__container.loading {
  position: relative;
  min-height: 250px; }
  .pollTemplate__container.loading:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .pollTemplate__container.loading:after {
    border: 4px solid #F2F2F2;
    border-top: 4px solid rgba(0, 0, 0, 0.95);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    -webkit-animation: loaderSpin 1.5s linear infinite;
            animation: loaderSpin 1.5s linear infinite;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: auto;
    bottom: 100px;
    z-index: 101; }

.pollTemplate__container > .pollTemplate__form:not(:first-child) {
  padding-top: 32px; }
  @media (min-width: 768px) {
    .pollTemplate__container > .pollTemplate__form:not(:first-child) {
      padding-top: 40px; } }
  .pollTemplate__container > .pollTemplate__form:not(:first-child):before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    content: '';
    left: 16px;
    position: absolute;
    width: calc(100% - 64px); }
    @media (min-width: 768px) {
      .pollTemplate__container > .pollTemplate__form:not(:first-child):before {
        width: calc(640px - 32px); } }
    @media (min-width: 1024px) {
      .pollTemplate__container > .pollTemplate__form:not(:first-child):before {
        width: calc(976px - 32px); } }
    @media (min-width: 1279px) {
      .pollTemplate__container > .pollTemplate__form:not(:first-child):before {
        width: calc(1100px - 32px); } }

.pollTemplate h2.pollTemplate__questionHeading {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .pollTemplate h2.pollTemplate__questionHeading {
      font-size: 36px;
      line-height: 44px; } }

.pollTemplate__description,
.pollTemplate__description p {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0; }

.pollTemplate__questionWrapper {
  margin: 24px 0 48px; }
  .pollTemplate__questionWrapper:first-of-type {
    margin-top: 40px; }

.pollTemplate__question {
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 32px;
  min-width: inherit; }
  .pollTemplate__questionDescription {
    text-align: center; }
    .pollTemplate__questionDescription a {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      box-shadow: inset 0 -2px 0 #ac1900;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .pollTemplate__questionDescription a:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #ac1900; }
      .pollTemplate__questionDescription a:hover, .pollTemplate__questionDescription a:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
      .pollTemplate__questionDescription a:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 #ac1900; }
  .pollTemplate__questionHeading {
    text-align: center; }
  .pollTemplate__questionLegend {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.1px;
    margin: 16px 0; }
    @media (min-width: 768px) {
      .pollTemplate__questionLegend {
        font-size: 24px;
        line-height: 32px; } }
  @media (min-width: 1024px) {
    .pollTemplate__questionHeading, .pollTemplate__questionDescription, .pollTemplate__questionLegend {
      text-align: left; } }

.pollTemplate__listWrapper {
  height: calc(100% - 32px);
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .pollTemplate__listWrapper {
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .pollTemplate__listWrapper {
      max-width: 976px; } }
  @media (min-width: 1279px) {
    .pollTemplate__listWrapper {
      max-width: 1100px; } }

.pollTemplate__carousel {
  clear: both;
  position: relative; }
  .pollTemplate__carousel svg {
    pointer-events: none; }

.pollTemplate__answers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 4px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }
  @media (min-width: 768px) {
    .pollTemplate__answers {
      overflow: hidden; } }
  .pollTemplate__answers .pollTemplate__answer {
    margin-right: 12px;
    min-width: 204px;
    width: 204px; }
  .pollTemplate__answersWrapper {
    overflow: hidden;
    position: relative; }

.pollTemplate__answerDescription {
  margin-top: 0; }
  @media (min-width: 1024px) {
    .pollTemplate__answerDescription {
      text-align: left; } }

.pollTemplate__answer .pollTemplate__answerOption {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  top: 0; }
  .pollTemplate__answer .pollTemplate__answerOption:hover + label, .pollTemplate__answer .pollTemplate__answerOption:active + label, .pollTemplate__answer .pollTemplate__answerOption:focus + label {
    border-color: #014ECB; }

.pollTemplate__answer--answered .pollTemplate__answerOption[type="radio"]:checked + label {
  border: 4px solid rgba(0, 0, 0, 0.95);
  background-color: #ac1900;
  color: #fff;
  font-weight: 700; }
  .pollTemplate__answer--answered .pollTemplate__answerOption[type="radio"]:checked + label .pollTemplate__answerLabelImage {
    overflow: hidden; }
  .pollTemplate__answer--answered .pollTemplate__answerOption[type="radio"]:checked + label:hover, .pollTemplate__answer--answered .pollTemplate__answerOption[type="radio"]:checked + label:active, .pollTemplate__answer--answered .pollTemplate__answerOption[type="radio"]:checked + label:focus {
    background-color: rgba(172, 25, 0, 0.8);
    color: #fff; }

.pollTemplate__answer--answered .pollTemplate__answerOption[type="radio"]:not(:checked) + label {
  filter: grayscale(100%); }

.pollTemplate__answerLabel {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  text-align: center;
  outline: none; }
  .pollTemplate__answerLabelHeading {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    display: block;
    padding: 8px;
    margin: auto; }
  .pollTemplate__answerLabelSubheading {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    padding: 8px;
    margin: 0 auto; }

.pollTemplate__answer.pollTemplate__answer--popular .pollTemplate__answerWrapper {
  background-color: #ac1900;
  border: solid 4px rgba(0, 0, 0, 0.95);
  color: #fff; }

.pollTemplate__answerPercent {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0;
  display: block;
  margin-top: 16px;
  text-align: center; }
  @media (min-width: 768px) {
    .pollTemplate__answerPercent {
      font-size: 36px;
      line-height: 44px; } }

.pollTemplate__answerWrapper {
  overflow: hidden; }
  .pollTemplate__answerWrapper:hover, .pollTemplate__answerWrapper:focus-within {
    outline: 2px solid #014ECB;
    outline-offset: 1px; }

.pollTemplate__answer--text .pollTemplate__answerWrapper {
  background-color: rgba(0, 0, 0, 0.05);
  height: 100%; }
  .pollTemplate__answer--text .pollTemplate__answerWrapper.pollTemplate__answerWrapper--withResults {
    height: calc(100% - (32px + 16px)); }
    @media (min-width: 768px) {
      .pollTemplate__answer--text .pollTemplate__answerWrapper.pollTemplate__answerWrapper--withResults {
        height: calc(100% - (44px + 16px)); } }

.pollTemplate__answer--text .pollTemplate__answerLabel {
  min-height: 120px; }

.pollTemplate__answer--image .pollTemplate__answerLabel {
  max-height: 144px; }

.pollTemplate__answer--image .pollTemplate__answerLabelHeading {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  top: 0; }

.pollTemplate__answer--textImage .pollTemplate__answerWrapper {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  height: 100%; }
  .pollTemplate__answer--textImage .pollTemplate__answerWrapper.pollTemplate__answerWrapper--withResults {
    height: calc(100% - (32px + 16px)); }
    @media (min-width: 768px) {
      .pollTemplate__answer--textImage .pollTemplate__answerWrapper.pollTemplate__answerWrapper--withResults {
        height: calc(100% - (44px + 16px)); } }

.pollTemplate__answer--textImage .pollTemplate__answerLabel {
  min-height: 258px; }

.pollTemplate__answers--results .pollTemplate__answerWrapper {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95); }

.pollTemplate__answers--results .pollTemplate__answer:not(.pollTemplate__answer--popular) .pollTemplate__answerLabel img {
  filter: grayscale(100%) contrast(75%); }

.pollTemplate__prev, .pollTemplate__next {
  display: none; }
  @media (min-width: 768px) {
    .pollTemplate__prev, .pollTemplate__next {
      height: 48px;
      width: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      text-decoration: none;
      border: 3px solid #ac1900;
      background: #ac1900;
      color: #fff;
      overflow: hidden;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      z-index: 1; }
      .pollTemplate__prev svg, .pollTemplate__next svg {
        width: 32px;
        height: 32px; }
      .pollTemplate__prev:focus, .pollTemplate__prev:hover, .pollTemplate__next:focus, .pollTemplate__next:hover {
        text-decoration: none; }
      .pollTemplate__prev:focus, .pollTemplate__next:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .pollTemplate__prev:active, .pollTemplate__next:active {
        opacity: 0.8; }
      .pollTemplate__prev svg, .pollTemplate__next svg {
        fill: #fff; }
      .pollTemplate__prev:hover, .pollTemplate__next:hover {
        background: #fff;
        border-color: #ac1900;
        color: #ac1900; }
        .pollTemplate__prev:hover svg, .pollTemplate__next:hover svg {
          fill: #ac1900; }
      .pollTemplate__prev:before, .pollTemplate__next:before {
        position: absolute; }
      .pollTemplate__prev[disabled], .pollTemplate__next[disabled] {
        display: none; } }

@media (min-width: 768px) {
  .pollTemplate__prev {
    left: 8px; } }

@media (min-width: 768px) {
  .pollTemplate__next {
    right: 8px;
    text-align: right; } }

.pollTemplate__submitBtn {
  text-transform: capitalize;
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  display: block;
  margin: 48px auto 0; }
  .pollTemplate__submitBtn:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .pollTemplate__submitBtn:active {
    opacity: 0.8; }
  .pollTemplate__submitBtn:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .pollTemplate__submitBtn:active {
    opacity: 0.8; }
  .pollTemplate__submitBtn svg path {
    fill: #fff; }
  .pollTemplate__submitBtn:visited {
    background: rgba(0, 0, 0, 0.95);
    color: #fff; }
  .pollTemplate__submitBtn:hover, .pollTemplate__submitBtn:active, .pollTemplate__submitBtn:focus {
    background: #ac1900;
    border-color: #ac1900;
    color: #fff; }
    .pollTemplate__submitBtn:hover svg path, .pollTemplate__submitBtn:active svg path, .pollTemplate__submitBtn:focus svg path {
      fill: #fff; }
  .pollTemplate__submitBtn[disabled] {
    border: 3px solid #D9D9D9;
    background-color: #D9D9D9;
    color: #fff; }
  .pollTemplate__submitBtn:active, .pollTemplate__submitBtn:hover, .pollTemplate__submitBtn:focus {
    border-color: #ac1900; }
  .pollTemplate__submitBtn:active, .pollTemplate__submitBtn:focus {
    border: 3px solid #014ecb; }

.pollTemplate .pollTemplate__adWrapper {
  position: relative;
  justify-content: center;
  margin: 88px 0 64px; }
  .pollTemplate .pollTemplate__adWrapper:not(.pollTemplate__adWrapper--single) > div:nth-child(odd) {
    margin-right: 24px; }
  .pollTemplate .pollTemplate__adWrapper.mobile-ad {
    display: flex; }
  @media (min-width: 768px) {
    .pollTemplate .pollTemplate__adWrapper {
      margin: 106px 0 72px; }
      .pollTemplate .pollTemplate__adWrapper.tablet-ad {
        display: flex; }
      .pollTemplate .pollTemplate__adWrapper.mobile-ad {
        display: none; } }
  @media (min-width: 1024px) {
    .pollTemplate .pollTemplate__adWrapper.tablet-ad {
      display: none; }
    .pollTemplate .pollTemplate__adWrapper.desktop-ad {
      display: flex; } }

.pollTemplate__confirmation {
  -webkit-animation: fadeIn 0.5s 1 forwards;
          animation: fadeIn 0.5s 1 forwards; }
  .pollTemplate__confirmationHeadline, .pollTemplate__confirmationHeadline > p {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .pollTemplate__confirmationHeadline, .pollTemplate__confirmationHeadline > p {
        font-size: 36px;
        line-height: 44px; } }
  .pollTemplate__confirmation .category-page-list-related {
    background-color: transparent;
    margin: 0;
    padding: 0; }
    .pollTemplate__confirmation .category-page-list-related:before, .pollTemplate__confirmation .category-page-list-related:after {
      display: none; }
  .pollTemplate__confirmation .category-page-item {
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .pollTemplate__confirmation .category-page-item-content-wrapper {
      padding: 16px 0 0 16px; }
      @media (min-width: 768px) {
        .pollTemplate__confirmation .category-page-item-content-wrapper {
          padding: 24px 0 0 24px; } }
    .pollTemplate__confirmation .category-page-item + .ad-container {
      display: flex;
      justify-content: center; }
    .pollTemplate__confirmation .category-page-item-image {
      clear: right;
      flex: 0 0 140px;
      float: left;
      max-width: 140px; }
      .pollTemplate__confirmation .category-page-item-image-text-wrapper {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0.1px;
        color: rgba(0, 0, 0, 0.95);
        padding: 1px 0;
        transition: all .1s ease-in-out;
        text-decoration: none; }
        @media (min-width: 768px) {
          .pollTemplate__confirmation .category-page-item-image-text-wrapper {
            font-size: 24px;
            line-height: 32px; } }
        .pollTemplate__confirmation .category-page-item-image-text-wrapper:visited {
          color: #595959;
          box-shadow: inset 0 -1px 0 #595959; }
        .pollTemplate__confirmation .category-page-item-image-text-wrapper:hover {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      @media (min-width: 768px) {
        .pollTemplate__confirmation .category-page-item-image {
          flex: 0 0 250px;
          max-width: 250px; } }
    .pollTemplate__confirmation .category-page-item .image-loaded .lazy-image__placeholder {
      display: none; }
  .pollTemplate__confirmationAside {
    display: none; }
  @media (min-width: 1024px) {
    .pollTemplate__confirmationWrapper {
      display: flex; }
    .pollTemplate__confirmationAside {
      margin-left: 36px;
      display: block;
      flex: 0 0 300px; } }
  @media (min-width: 1162px) {
    .pollTemplate__confirmationAside {
      margin-left: 40px; } }
  .pollTemplate__confirmationWrapper .mobile-ad.tablet-ad {
    display: inline-block; }
  .pollTemplate__confirmationWrapper .mobile-ad, .pollTemplate__confirmationWrapper .tablet-ad, .pollTemplate__confirmationWrapper .desktop-ad {
    margin: 40px 0 16px; }
    @media (min-width: 1024px) {
      .pollTemplate__confirmationWrapper .mobile-ad, .pollTemplate__confirmationWrapper .tablet-ad, .pollTemplate__confirmationWrapper .desktop-ad {
        margin: 8px; } }
  .pollTemplate__confirmationAside .mobile-ad, .pollTemplate__confirmationAside .tablet-ad, .pollTemplate__confirmationAside .desktop-ad {
    margin: 24px 8px; }

.pollTemplate__captions {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 80px auto 0;
  max-width: 640px;
  text-align: center; }

.pollTemplate__captionHeading {
  font-family: "Klein", "Times New Roman", serif;
  text-transform: none;
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 24px; }

.pollTemplate__captionText {
  margin-bottom: 24px; }

.pollTemplate__captionButton {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.95);
  background: #fff; }
  .pollTemplate__captionButton:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .pollTemplate__captionButton:active {
    opacity: 0.8; }
  .pollTemplate__captionButton:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .pollTemplate__captionButton:active {
    opacity: 0.8; }
  .pollTemplate__captionButton svg path {
    fill: rgba(0, 0, 0, 0.95); }
  .pollTemplate__captionButton:visited {
    border: 3px solid rgba(0, 0, 0, 0.95);
    color: rgba(0, 0, 0, 0.95);
    background: #fff; }
  .pollTemplate__captionButton:hover, .pollTemplate__captionButton:active, .pollTemplate__captionButton:focus {
    border-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    background: rgba(0, 0, 0, 0.95); }
    .pollTemplate__captionButton:hover svg path, .pollTemplate__captionButton:active svg path, .pollTemplate__captionButton:focus svg path {
      fill: #fff; }
  .pollTemplate__captionButton[disabled] {
    border: 3px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: rgba(0, 0, 0, 0.65); }
  .pollTemplate__captionButton:active, .pollTemplate__captionButton:focus {
    border: 3px solid #014ecb; }
  .pollTemplate__captionButton.hidden {
    display: none; }

.pollTemplate .component.embeddedAuth {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  height: 600px;
  max-height: calc(100vh - 64px); }
  .pollTemplate .component.embeddedAuth .embeddedAuth__frame {
    max-width: 100%;
    min-width: 100%;
    max-height: unset; }

.pollTemplate .newsletter-callout {
  border: solid 2px rgba(0, 0, 0, 0.95);
  margin: 0 8px;
  padding: 16px; }
  .pollTemplate .newsletter-callout .button-style a {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95); }
    .pollTemplate .newsletter-callout .button-style a:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .pollTemplate .newsletter-callout .button-style a:active {
      opacity: 0.8; }
    .pollTemplate .newsletter-callout .button-style a:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .pollTemplate .newsletter-callout .button-style a:active {
      opacity: 0.8; }
    .pollTemplate .newsletter-callout .button-style a svg path {
      fill: #fff; }
    .pollTemplate .newsletter-callout .button-style a:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .pollTemplate .newsletter-callout .button-style a:hover, .pollTemplate .newsletter-callout .button-style a:active, .pollTemplate .newsletter-callout .button-style a:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .pollTemplate .newsletter-callout .button-style a:hover svg path, .pollTemplate .newsletter-callout .button-style a:active svg path, .pollTemplate .newsletter-callout .button-style a:focus svg path {
        fill: #fff; }
    .pollTemplate .newsletter-callout .button-style a[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .pollTemplate .newsletter-callout .button-style a:active, .pollTemplate .newsletter-callout .button-style a:hover, .pollTemplate .newsletter-callout .button-style a:focus {
      border-color: #ac1900; }
    .pollTemplate .newsletter-callout .button-style a:active, .pollTemplate .newsletter-callout .button-style a:focus {
      border: 3px solid #014ecb; }
  .pollTemplate .newsletter-callout .tout {
    border: none;
    display: block;
    margin-top: 0;
    padding-bottom: 0; }

.modal-active.poll-template-modal .poll-template-modal {
  display: block;
  max-width: 344px;
  padding: 0;
  position: fixed; }
  .modal-active.poll-template-modal .poll-template-modal .dialog-close-text {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }

.accountPage:before {
  content: none; }

.modal-active.embedded-auth-modal .embedded-auth-modal {
  display: block;
  width: auto;
  max-width: unset;
  box-sizing: content-box; }

.framed,
.embedded {
  overflow-x: hidden;
  overflow-y: auto; }
  .framed .accountPage,
  .embedded .accountPage {
    padding-bottom: 24px; }
    .framed .accountPage__heading,
    .embedded .accountPage__heading {
      margin-bottom: 16px; }
    .framed .accountPage ~ img,
    .embedded .accountPage ~ img {
      display: none; }
  .framed .thinNavigation,
  .framed .thinFooter,
  .embedded .thinNavigation,
  .embedded .thinFooter {
    display: none; }
  .framed .userAccountForm,
  .embedded .userAccountForm {
    margin-bottom: 24px; }
    .framed .userAccountForm__passwordGroup,
    .embedded .userAccountForm__passwordGroup {
      margin-top: 24px; }
    .framed .userAccountForm__rules:nth-of-type(1),
    .embedded .userAccountForm__rules:nth-of-type(1) {
      margin-top: 8px; }
  .framed .accountPage__accountBlock,
  .framed .accountPage__success,
  .embedded .accountPage__accountBlock,
  .embedded .accountPage__success {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0; }
  .framed .accountPage__options,
  .embedded .accountPage__options {
    margin-bottom: 24px; }
  .framed .accountPage__signin a,
  .embedded .accountPage__signin a {
    display: inline-block;
    margin-bottom: 16px; }
  .framed .loginRegistration__buttonText,
  .embedded .loginRegistration__buttonText {
    flex-shrink: 0; }
  .framed .loginRegistration__button,
  .embedded .loginRegistration__button {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }

.component.embeddedAuth {
  position: relative; }
  .component.embeddedAuth .embeddedAuth__iframe {
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    width: 100%;
    height: 100%;
    border: none; }
  .component.embeddedAuth .embeddedAuth__success {
    width: 100%;
    max-width: 328px;
    margin: 0 auto;
    padding: 24px 16px;
    background-color: #fff; }
    .component.embeddedAuth .embeddedAuth__successHeading, .component.embeddedAuth .embeddedAuth__successBody {
      text-align: center; }
    .component.embeddedAuth .embeddedAuth__successHeading {
      font-family: "Klein", "Times New Roman", serif;
      text-transform: none;
      font-size: 28px;
      line-height: 34px;
      font-weight: 800;
      letter-spacing: 0; }
    .component.embeddedAuth .embeddedAuth__successBody {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0; }
  .component.embeddedAuth .embeddedAuth__frame {
    position: relative;
    min-width: 328px;
    width: 328px;
    max-height: 100vh; }
    .component.embeddedAuth .embeddedAuth__frame.loaded iframe {
      visibility: visible; }
    .component.embeddedAuth .embeddedAuth__frame.loaded ~ .component.loader {
      display: none; }
  .component.embeddedAuth .component.loader {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -28px;
    margin-top: -28px; }

.partial.modal.embedded-auth-modal {
  position: fixed;
  transition: width 0.3s, height 0.3s;
  padding: 0;
  max-width: 640px;
  min-height: 300px; }
  @media (min-width: 768px) {
    .partial.modal.embedded-auth-modal {
      margin-top: 0; } }
  .partial.modal.embedded-auth-modal .component.embeddedAuth .embeddedAuth__frame {
    max-height: 100vh; }
  .partial.modal.embedded-auth-modal .dialog-close-text {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }

.recipeCard {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 32px;
  display: flex;
  position: relative;
  align-content: flex-start; }
  @media (min-width: 768px) {
    .recipeCard {
      max-width: 272px;
      border: 1px solid rgba(0, 0, 0, 0.15);
      flex-wrap: wrap; }
      .recipeCard:nth-child(odd) {
        margin-right: 32px; } }
  @media (min-width: 1279px) {
    .recipeCard:nth-child(odd) {
      margin-right: unset; } }
  .recipeCard__detailsContainer {
    padding: 16px; }
    .recipeCard__detailsContainer .sponsor-logo {
      padding-top: 16px; }
  .recipeCard__title {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 8px; }
  .recipeCard__ratingContainer {
    display: flex; }
    .recipeCard__ratingContainer .recipe-ratings {
      margin: 0; }
    .recipeCard__ratingContainer .recipeCard__reviewsCount {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      margin-left: 4px;
      line-height: 20px; }
    .recipeCard__ratingContainer .rating-star,
    .recipeCard__ratingContainer svg {
      width: 18px;
      height: 18px; }
  .recipeCard__ratingCount {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    padding-bottom: 2px;
    padding-left: 4px;
    display: flex;
    align-items: center; }
  .recipeCard__description {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 28px;
    max-height: 56px;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 4px 0 16px; }
  .recipeCard__author {
    display: flex;
    align-items: center; }
    .recipeCard__author .lazy-image {
      width: 24px;
      border-radius: 24px; }
      .recipeCard__author .lazy-image img {
        border-radius: 50%; }
  .recipeCard__authorImageContainer {
    margin-right: 4px; }
  .recipeCard__authorNamePrefix {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65); }
  .recipeCard__authorName {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    font-weight: 700;
    padding-left: 4px;
    text-decoration: underline; }
  .recipeCard__authorNameLink {
    display: flex; }
  .recipeCard__imageContainer {
    position: relative;
    width: 100%;
    max-width: 140px;
    min-width: 140px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .recipeCard__imageContainer {
        max-width: 100%;
        min-width: 100%; } }
    .recipeCard__imageContainer .recipe-play-icon {
      position: absolute;
      top: 4px;
      left: 6px; }
      @media (min-width: 768px) {
        .recipeCard__imageContainer .recipe-play-icon {
          top: 10px;
          right: 5px;
          left: initial; } }
      .recipeCard__imageContainer .recipe-play-icon path {
        fill: #fff; }
  .recipeCard__promotedRibbon {
    font-family: "Source Sans Pro", Arial;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    width: 96px;
    height: 96px;
    position: absolute;
    transform: rotate(-45deg);
    color: #fff;
    z-index: 1;
    padding: 21px 21px 43px;
    text-align: center; }
    @media (min-width: 768px) {
      .recipeCard__promotedRibbon {
        font-size: 14px;
        line-height: 24px; } }
    @media (min-width: 768px) {
      .recipeCard__promotedRibbon {
        width: 120px;
        height: 120px;
        padding: 40px 0;
        text-align: center; } }
    .recipeCard__promotedRibbon:before {
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.95);
      width: 170px;
      height: 32px;
      left: -25px;
      z-index: -1; }
      @media (min-width: 768px) {
        .recipeCard__promotedRibbon:before {
          height: 24px; } }

.circularCarousel {
  width: 100%;
  position: relative; }
  .circularCarousel .carouselNav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 11 */
    word-spacing: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-top: 3px;
    padding-bottom: 3px;
    justify-content: flex-start;
    display: flex; }
    .circularCarousel .carouselNav__list::-webkit-scrollbar {
      /** Webkit */
      display: none; }
  .circularCarousel .carouselNav__listItem {
    display: inline-block; }
    .circularCarousel .carouselNav__listItem:not(:first-child) {
      padding-left: 4px; }
    .circularCarousel .carouselNav__listItem:first-of-type .carouselNav__link:focus {
      margin-left: 3px; }
  .circularCarousel .carouselNav__link {
    display: block;
    padding-top: 0;
    padding-bottom: 0; }
  .circularCarousel .carouselNav__linkText {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    width: 80px;
    white-space: normal;
    text-align: center;
    padding-top: 8px; }
  .circularCarousel .carouselNav__prev, .circularCarousel .carouselNav__next {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    border: 3px solid #ac1900;
    background: #ac1900;
    color: #fff;
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 1;
    top: 50px;
    display: none; }
    .circularCarousel .carouselNav__prev svg, .circularCarousel .carouselNav__next svg {
      width: 32px;
      height: 32px; }
    .circularCarousel .carouselNav__prev:focus, .circularCarousel .carouselNav__prev:hover, .circularCarousel .carouselNav__next:focus, .circularCarousel .carouselNav__next:hover {
      text-decoration: none; }
    .circularCarousel .carouselNav__prev:focus, .circularCarousel .carouselNav__next:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .circularCarousel .carouselNav__prev:active, .circularCarousel .carouselNav__next:active {
      opacity: 0.8; }
    .circularCarousel .carouselNav__prev svg, .circularCarousel .carouselNav__next svg {
      fill: #fff; }
    .circularCarousel .carouselNav__prev:hover, .circularCarousel .carouselNav__next:hover {
      background: #fff;
      border-color: #ac1900;
      color: #ac1900; }
      .circularCarousel .carouselNav__prev:hover svg, .circularCarousel .carouselNav__next:hover svg {
        fill: #ac1900; }
    .circularCarousel .carouselNav__prev:before, .circularCarousel .carouselNav__next:before {
      position: absolute; }
    .circularCarousel .carouselNav__prev[disabled], .circularCarousel .carouselNav__next[disabled] {
      display: none; }
    .circularCarousel .carouselNav__prev svg, .circularCarousel .carouselNav__next svg {
      width: 20px;
      height: 20px; }
  .circularCarousel .carouselNav__prev {
    left: 0; }
  .circularCarousel .carouselNav__next {
    right: 0;
    text-align: right; }
  .circularCarousel__viewPort {
    position: relative; }
    .circularCarousel__viewPort .lazy-image {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      overflow: hidden; }

.component.circular-carousel.category-page-topics {
  margin-top: -48px; }
  @media (min-width: 1162px) {
    .component.circular-carousel.category-page-topics {
      margin-top: -64px; } }
  @media (min-width: 767px) and (max-width: 1023px) {
    .component.circular-carousel.category-page-topics {
      width: 100%;
      max-width: 100%; } }

.category-page-header-no-hero ~ .component.circular-carousel.category-page-topics {
  margin-top: 0; }

.react-test .panel {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #d7d7d9;
  width: 500px; }
  .react-test .panel-heading {
    border-bottom: 1px solid #d7d7d9; }
    .react-test .panel-heading__title {
      font-size: 24px;
      margin-right: 10px; }
    .react-test .panel-heading__subTitle {
      font-size: 18px;
      margin-right: 10px; }
    .react-test .panel-heading__filterMessage {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.65);
      float: right; }
  .react-test .panel-collapse {
    overflow: hidden;
    transition: max-height .5s ease; }
  .react-test .panel-close {
    max-height: 0; }

.newsletter-management {
  text-align: center;
  margin: 0 auto; }
  .newsletter-management .newsletters-header,
  .newsletter-management .newsletters-admin-wrapper,
  .newsletter-management .newsletters-wrapper,
  .newsletter-management .newslettersObjectors {
    display: flex;
    flex-wrap: wrap;
    max-width: 328px;
    margin: 0 auto 48px; }
    @media (min-width: 768px) {
      .newsletter-management .newsletters-header,
      .newsletter-management .newsletters-admin-wrapper,
      .newsletter-management .newsletters-wrapper,
      .newsletter-management .newslettersObjectors {
        max-width: 640px; } }
    @media (min-width: 1024px) {
      .newsletter-management .newsletters-header,
      .newsletter-management .newsletters-admin-wrapper,
      .newsletter-management .newsletters-wrapper,
      .newsletter-management .newslettersObjectors {
        max-width: 672px; } }
  .newsletter-management .newslettersObjectors__Section {
    width: 328px; }
    @media (min-width: 768px) {
      .newsletter-management .newslettersObjectors__Section {
        width: 312px; } }
    @media (min-width: 1024px) {
      .newsletter-management .newslettersObjectors__Section {
        width: 328px; } }
    .newsletter-management .newslettersObjectors__Section-header {
      text-align: left; }
      .newsletter-management .newslettersObjectors__Section-header .title {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0;
        font-weight: 700; }
    .newsletter-management .newslettersObjectors__Section-wrapper {
      margin-bottom: 8px; }
      .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector {
        display: flex;
        margin-top: 8px;
        align-items: center; }
        .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector .checkbox:checked + .newslettersObjector__checkbox-name:after {
          background-color: transparent;
          border: solid 1px #fff;
          border-width: 0 2px 2px 0;
          left: 5px;
          opacity: 1;
          transform: rotate(45deg); }
        .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector .checkbox:checked + .newslettersObjector__checkbox-name:before {
          border-color: #595959;
          background-color: #595959;
          color: #fff; }
        .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector .checkbox:checked + .newslettersObjector__checkbox-name:after {
          top: 1px;
          left: 5px; }
        .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector .checkbox:checked + .newslettersObjector__checkbox-name:hover:before {
          border-color: #595959;
          background-color: #595959;
          color: #fff; }
        .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector .checkbox:focus + .newslettersObjector__checkbox-name:before {
          box-shadow: none;
          outline: 2px solid #014ECB;
          outline-offset: 3px; }
        .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector .checkbox {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0; }
        .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector .newslettersObjector__checkbox-name {
          position: relative;
          padding-left: 26px;
          cursor: pointer; }
          .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector .newslettersObjector__checkbox-name:before, .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector .newslettersObjector__checkbox-name:after {
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            display: inline-block; }
          .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector .newslettersObjector__checkbox-name:before {
            width: 18px;
            height: 18px;
            border-radius: 3px;
            border: 2px solid #595959;
            background-color: transparent; }
          .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector .newslettersObjector__checkbox-name:after {
            opacity: 1; }
          .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector .newslettersObjector__checkbox-name:after {
            top: 1px;
            left: 5px;
            width: 8px;
            height: 12px;
            border: solid 1px #fff;
            border-width: 0 2px 2px 0;
            background-color: transparent;
            transform: rotate(45deg); }
        .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector__name {
          font-family: "Source Sans Pro", Arial;
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          letter-spacing: 0;
          text-align: left;
          padding-top: 12px;
          padding-bottom: 12px;
          width: 100%;
          line-height: 1.5; }
        .newsletter-management .newslettersObjectors__Section-wrapper .newslettersObjector__checkbox {
          width: 18px;
          height: 18px;
          margin: 0 16px; }
    .newsletter-management .newslettersObjectors__Section:nth-of-type(odd):not(:only-child) {
      margin: 0 0 48px; }
      @media (min-width: 768px) {
        .newsletter-management .newslettersObjectors__Section:nth-of-type(odd):not(:only-child) {
          margin: 0 16px 0 0; } }
  .newsletter-management .newsletters-admin {
    text-align: left;
    width: 328px; }
    .newsletter-management .newsletters-admin.preferences {
      padding-top: 16px; }
      @media (min-width: 768px) {
        .newsletter-management .newsletters-admin.preferences {
          padding-left: 16px;
          padding-top: unset; } }
    .newsletter-management .newsletters-admin .option-wrapper {
      display: flex;
      padding-top: 8px;
      padding-bottom: 8px; }
      .newsletter-management .newsletters-admin .option-wrapper label {
        display: none; }
    .newsletter-management .newsletters-admin .option {
      width: 262px; }
    .newsletter-management .newsletters-admin .title {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: 700; }
  .newsletter-management .newsletters-header {
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
    .newsletter-management .newsletters-header .title {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0;
      font-weight: 700; }
  .newsletter-management .check-all {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    margin-bottom: 16px;
    cursor: pointer; }
    .newsletter-management .check-all:hover, .newsletter-management .check-all:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .newsletter-management .check-all:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 #595959; }
    .newsletter-management .check-all:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
  .newsletter-management .newsletter-wrapper {
    width: 328px;
    margin: 0 auto 48px; }
  .newsletter-management .newsletter {
    width: 328px;
    height: 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0 0 16px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    overflow: hidden; }
    @media (min-width: 768px) {
      .newsletter-management .newsletter {
        width: 312px; } }
    @media (min-width: 1024px) {
      .newsletter-management .newsletter {
        width: 328px; } }
    .newsletter-management .newsletter .checkbox:checked + .newsletter-checkbox-name:after {
      background-color: transparent;
      border: solid 1px #fff;
      border-width: 0 2px 2px 0;
      left: 5px;
      opacity: 1;
      transform: rotate(45deg); }
    .newsletter-management .newsletter .checkbox:checked + .newsletter-checkbox-name:before {
      border-color: #595959;
      background-color: #595959;
      color: #fff; }
    .newsletter-management .newsletter .checkbox:checked + .newsletter-checkbox-name:after {
      top: 1px;
      left: 5px; }
    .newsletter-management .newsletter .checkbox:checked + .newsletter-checkbox-name:hover:before {
      border-color: #595959;
      background-color: #595959;
      color: #fff; }
    .newsletter-management .newsletter .checkbox:focus + .newsletter-checkbox-name:before {
      box-shadow: none;
      outline: 2px solid #014ECB;
      outline-offset: 3px; }
    .newsletter-management .newsletter .checkbox {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .newsletter-management .newsletter .newsletter-checkbox-name {
      position: relative;
      padding-left: 26px;
      cursor: pointer; }
      .newsletter-management .newsletter .newsletter-checkbox-name:before, .newsletter-management .newsletter .newsletter-checkbox-name:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: inline-block; }
      .newsletter-management .newsletter .newsletter-checkbox-name:before {
        width: 18px;
        height: 18px;
        border-radius: 3px;
        border: 2px solid #595959;
        background-color: transparent; }
      .newsletter-management .newsletter .newsletter-checkbox-name:after {
        opacity: 1; }
      .newsletter-management .newsletter .newsletter-checkbox-name:after {
        top: 1px;
        left: 5px;
        width: 8px;
        height: 12px;
        border: solid 1px #fff;
        border-width: 0 2px 2px 0;
        background-color: transparent;
        transform: rotate(45deg); }
    @media (min-width: 768px) {
      .newsletter-management .newsletter:nth-of-type(odd):not(:only-child) {
        margin-right: 16px; } }
    .newsletter-management .newsletter .icon-wrapper {
      width: 80px;
      height: 80px;
      flex-shrink: 0; }
      .newsletter-management .newsletter .icon-wrapper img {
        width: 100%;
        height: auto; }
    .newsletter-management .newsletter .newsletter-name {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0;
      padding-left: 16px;
      padding-right: 16px;
      width: 100%;
      text-align: left; }
    .newsletter-management .newsletter .newsletter-checkbox {
      width: 18px;
      height: 18px;
      margin: 0 16px; }
  .newsletter-management .unsubscribe-actions .cancel-page,
  .newsletter-management .management-actions .cancel-page {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    margin-right: 16px; }
    .newsletter-management .unsubscribe-actions .cancel-page:hover, .newsletter-management .unsubscribe-actions .cancel-page:focus,
    .newsletter-management .management-actions .cancel-page:hover,
    .newsletter-management .management-actions .cancel-page:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .newsletter-management .unsubscribe-actions .cancel-page:active,
    .newsletter-management .management-actions .cancel-page:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 #595959; }
    .newsletter-management .unsubscribe-actions .cancel-page:visited,
    .newsletter-management .management-actions .cancel-page:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
  .newsletter-management .user-wrapper {
    margin: 16px 0;
    letter-spacing: 0; }
    .newsletter-management .user-wrapper .user-name {
      color: rgba(0, 0, 0, 0.95);
      font-family: "Klein", "Times New Roman", serif;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      letter-spacing: 0;
      font-weight: 700; }
    .newsletter-management .user-wrapper .user-email {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65); }
  .newsletter-management .unsubscribe-directions {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 16px;
    margin-bottom: 16px; }
  .newsletter-management .all-sites-wrapper-single-newsletter {
    margin-top: 24px;
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .newsletter-management .all-sites-wrapper-single-newsletter {
        margin-top: 32px;
        margin-bottom: 48px; } }
    .newsletter-management .all-sites-wrapper-single-newsletter .all-sites-link {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .newsletter-management .all-sites-wrapper-single-newsletter .all-sites-link:hover, .newsletter-management .all-sites-wrapper-single-newsletter .all-sites-link:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .newsletter-management .all-sites-wrapper-single-newsletter .all-sites-link:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 #595959; }
      .newsletter-management .all-sites-wrapper-single-newsletter .all-sites-link:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
  .newsletter-management .all-sites-wrapper-all-newsletter {
    margin: 48px auto; }
    @media (min-width: 1024px) {
      .newsletter-management .all-sites-wrapper-all-newsletter {
        margin: 64px auto; } }
    .newsletter-management .all-sites-wrapper-all-newsletter .all-sites-link {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .newsletter-management .all-sites-wrapper-all-newsletter .all-sites-link:hover, .newsletter-management .all-sites-wrapper-all-newsletter .all-sites-link:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .newsletter-management .all-sites-wrapper-all-newsletter .all-sites-link:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 #595959; }
      .newsletter-management .all-sites-wrapper-all-newsletter .all-sites-link:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
  .newsletter-management .unsubscribeForm {
    padding-bottom: 72px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    @media (min-width: 768px) {
      .newsletter-management .unsubscribeForm {
        padding-bottom: 104px; } }
    @media (min-width: 1024px) {
      .newsletter-management .unsubscribeForm {
        padding-bottom: 128px; } }
  .newsletter-management .management-actions {
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .newsletter-management .unsubscribe-from-all {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 64px;
    cursor: pointer; }
  .newsletter-management .uncheck-all {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .newsletter-management .uncheck-all:hover, .newsletter-management .uncheck-all:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .newsletter-management .uncheck-all:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 #595959; }
    .newsletter-management .uncheck-all:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
  .newsletter-management .unsubscribe, .newsletter-management .save-changes {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95); }
    .newsletter-management .unsubscribe:focus, .newsletter-management .save-changes:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .newsletter-management .unsubscribe:active, .newsletter-management .save-changes:active {
      opacity: 0.8; }
    .newsletter-management .unsubscribe:focus, .newsletter-management .save-changes:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .newsletter-management .unsubscribe:active, .newsletter-management .save-changes:active {
      opacity: 0.8; }
    .newsletter-management .unsubscribe svg path, .newsletter-management .save-changes svg path {
      fill: #fff; }
    .newsletter-management .unsubscribe:visited, .newsletter-management .save-changes:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .newsletter-management .unsubscribe:hover, .newsletter-management .unsubscribe:active, .newsletter-management .unsubscribe:focus, .newsletter-management .save-changes:hover, .newsletter-management .save-changes:active, .newsletter-management .save-changes:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .newsletter-management .unsubscribe:hover svg path, .newsletter-management .unsubscribe:active svg path, .newsletter-management .unsubscribe:focus svg path, .newsletter-management .save-changes:hover svg path, .newsletter-management .save-changes:active svg path, .newsletter-management .save-changes:focus svg path {
        fill: #fff; }
    .newsletter-management .unsubscribe[disabled], .newsletter-management .save-changes[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .newsletter-management .unsubscribe:active, .newsletter-management .unsubscribe:hover, .newsletter-management .unsubscribe:focus, .newsletter-management .save-changes:active, .newsletter-management .save-changes:hover, .newsletter-management .save-changes:focus {
      border-color: #ac1900; }
    .newsletter-management .unsubscribe:active, .newsletter-management .unsubscribe:focus, .newsletter-management .save-changes:active, .newsletter-management .save-changes:focus {
      border: 3px solid #014ecb; }
    .newsletter-management .unsubscribe:hover, .newsletter-management .unsubscribe:active, .newsletter-management .unsubscribe:focus, .newsletter-management .save-changes:hover, .newsletter-management .save-changes:active, .newsletter-management .save-changes:focus {
      background: #ac1900;
      border-color: #ac1900; }
    .newsletter-management .unsubscribe.disabled, .newsletter-management .save-changes.disabled {
      cursor: not-allowed; }
  .newsletter-management.all-brands .management-actions {
    margin: 0 16px; }
    @media (min-width: 768px) {
      .newsletter-management.all-brands .management-actions {
        margin: 0 auto; } }

.modal-active.newsletter-all-brands-modal .modal.newsletter-all-brands-modal {
  position: fixed;
  display: block;
  padding: 0;
  background-color: #fff; }

.modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal {
  position: fixed;
  display: block;
  width: 100%;
  padding: 0;
  background-color: #fff;
  max-width: 736px; }
  .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .close {
    top: -10px;
    right: 10px; }
  .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .icon-close svg path {
    fill: #fff; }
  .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-header {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    background-color: #ac1900;
    color: #fff;
    font-weight: 700;
    height: 48px;
    padding: 12px 16px;
    text-align: left; }
  .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-question {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 16px auto;
    padding: 0 16px;
    font-weight: 700;
    text-align: left; }
    @media (min-width: 768px) {
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-question {
        padding-left: 32px;
        padding-right: 32px; } }
  .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-comment {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 16px; }
    @media (min-width: 768px) {
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-comment {
        padding-left: 32px;
        padding-right: 32px; } }
    .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-comment .comment {
      width: 100%;
      max-width: 672px;
      min-height: 100px;
      border: 1px solid rgba(0, 0, 0, 0.15); }
    .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-comment .comment-label {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: 700;
      margin-bottom: 8px;
      text-align: left; }
  .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-options {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 16px;
    text-align: left;
    list-style-type: none; }
    @media (min-width: 768px) {
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-options {
        padding-left: 32px;
        padding-right: 32px; } }
    .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-options li {
      padding: 0; }
    .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-options .optionItem {
      display: flex;
      align-items: center;
      padding: 10px 0; }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-options .optionItem:first-child {
        padding-top: 0; }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-options .optionItem__label {
        margin-left: 10px; }
  .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions {
    float: right;
    padding: 24px 16px; }
    @media (min-width: 768px) {
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions {
        padding: 24px 32px; } }
    .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .close-modal-link {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      margin-right: 16px;
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .close-modal-link:hover, .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .close-modal-link:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .close-modal-link:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 #595959; }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .close-modal-link:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .close-modal-link:hover, .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .close-modal-link:active, .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .close-modal-link:visited, .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .close-modal-link:focus {
        color: rgba(0, 0, 0, 0.95); }
    .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 12px 32px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      background: rgba(0, 0, 0, 0.95);
      color: #fff;
      border-radius: 0;
      border: 3px solid rgba(0, 0, 0, 0.95); }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:active {
        opacity: 0.8; }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:active {
        opacity: 0.8; }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit svg path {
        fill: #fff; }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:visited {
        background: rgba(0, 0, 0, 0.95);
        color: #fff; }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:hover, .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:active, .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:focus {
        background: #ac1900;
        border-color: #ac1900;
        color: #fff; }
        .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:hover svg path, .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:active svg path, .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:focus svg path {
          fill: #fff; }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit[disabled] {
        border: 3px solid #D9D9D9;
        background-color: #D9D9D9;
        color: #fff; }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:active, .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:hover, .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:focus {
        border-color: #ac1900; }
      .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:active, .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .unsubscribe-survey-modal-actions .submit:focus {
        border: 3px solid #014ecb; }
  .modal-active.unsubscribe-survey-modal .modal.unsubscribe-survey-modal .content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block; }

.groupVertical {
  position: relative;
  max-width: 672px;
  margin: 0 16px;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .groupVertical {
      margin: 0 auto; } }
  .groupVertical__header {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    font-weight: 700;
    width: 100%;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0;
    padding: 16px 0;
    position: relative; }

.groupVerticalToggle {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 16px; }
  .groupVerticalToggle__checkbox {
    position: absolute;
    opacity: 0; }
  .groupVerticalToggle__checkbox:checked + .groupVerticalToggle__label .icon-chevron-down {
    transform: rotate(180deg); }
  .groupVerticalToggle__label {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative; }

.user-wrapper + .groupVertical__header {
  padding-top: 48px; }

.sitesWrapper {
  max-width: 672px;
  margin: 0 auto 48px; }
  @media (min-width: 768px) {
    .sitesWrapper:last-child {
      margin-bottom: 112px; } }
  .sitesWrapper__logo {
    text-align: center;
    width: 100%;
    margin: 32px 0; }
    .sitesWrapper__logo svg {
      width: 100%;
      height: 40px;
      overflow: visible; }
  .sitesWrapper .newsletters-wrapper {
    margin-bottom: 32px; }
    .sitesWrapper .newsletters-wrapper .newsletter:last-child {
      margin-bottom: 0; }
  .sitesWrapper .allNewslettersForm {
    padding-bottom: 56px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .sitesWrapper .allNewslettersForm:last-child {
      margin-bottom: 0; }
    .sitesWrapper .allNewslettersForm .management-actions {
      padding-bottom: 32px;
      border-bottom: none; }
    .sitesWrapper .allNewslettersForm .unsubscribe-from-all {
      margin-top: 0; }

.sponsored-tip, .sponsoredTip {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 16px 0;
  margin: 48px 0; }
  @media (min-width: 768px) {
    .sponsored-tip, .sponsoredTip {
      display: flex;
      flex-direction: row-reverse;
      position: relative;
      padding: 16px 0 16px 16px; }
      .sponsored-tip--with-title, .sponsoredTip--with-title {
        padding-top: 48px; } }
  .sponsored-tip__content, .sponsoredTip__content {
    margin-left: 32px; }
    @media (min-width: 768px) {
      .sponsored-tip__content, .sponsoredTip__content {
        margin-left: 16px;
        flex: 1; } }
  .sponsored-tip__title, .sponsoredTip__title {
    display: block;
    margin-bottom: 16px;
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      .sponsored-tip__title, .sponsoredTip__title {
        padding: 16px 16px 16px 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0; } }
  .sponsored-tip__text, .sponsoredTip__text {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0; }
    .sponsored-tip__text p, .sponsoredTip__text p {
      margin-bottom: 8px; }
  .sponsored-tip__link a, .sponsoredTip__link a {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 2px 0;
    box-shadow: inset 0 -2px 0 #ac1900;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    .sponsored-tip__link a:visited, .sponsoredTip__link a:visited {
      color: #595959;
      box-shadow: inset 0 -2px 0 #ac1900; }
    .sponsored-tip__link a:hover, .sponsored-tip__link a:focus, .sponsoredTip__link a:hover, .sponsoredTip__link a:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
    .sponsored-tip__link a:active, .sponsoredTip__link a:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -2px 0 #ac1900; }
  .sponsored-tip__image .component.lazy-image, .sponsoredTip__image .component.lazy-image {
    margin-bottom: 16px; }
    .sponsored-tip__image .component.lazy-image img, .sponsoredTip__image .component.lazy-image img {
      height: 100%; }
    @media (min-width: 768px) {
      .sponsored-tip__image .component.lazy-image, .sponsoredTip__image .component.lazy-image {
        width: 181px;
        margin-left: 16px;
        margin-bottom: 0; } }
  .sponsored-tip > svg, .sponsoredTip > svg {
    position: absolute;
    margin-left: 16px;
    left: 0; }
    @media (min-width: 768px) {
      .sponsored-tip > svg, .sponsoredTip > svg {
        margin: 0; }
        .sponsored-tip > svg path, .sponsoredTip > svg path {
          transform: translate(0, 2px); } }
    .sponsored-tip > svg path, .sponsoredTip > svg path {
      fill: #ac1900; }
  .sponsored-tip__sponsoredBy, .sponsoredTip__sponsoredBy {
    display: block;
    color: rgba(0, 0, 0, 0.65);
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 8px; }
    .sponsored-tip__sponsoredBy a, .sponsoredTip__sponsoredBy a {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
      transition: all .1s ease-in-out;
      text-decoration: none;
      color: rgba(0, 0, 0, 0.65);
      box-shadow: inset 0 -1px 0 #595959; }
      .sponsored-tip__sponsoredBy a:visited, .sponsoredTip__sponsoredBy a:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .sponsored-tip__sponsoredBy a:hover, .sponsored-tip__sponsoredBy a:active, .sponsored-tip__sponsoredBy a:focus, .sponsoredTip__sponsoredBy a:hover, .sponsoredTip__sponsoredBy a:active, .sponsoredTip__sponsoredBy a:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

.component.gallery-test .sponsored-tip, .component.gallery-test .sponsoredTip, .component.gallery-everything-in .sponsored-tip, .component.gallery-everything-in .sponsoredTip {
  border-top: none;
  display: block;
  padding: 0 0 16px;
  overflow: hidden;
  margin-top: 0; }
  .component.gallery-test .sponsored-tip__title, .component.gallery-test .sponsoredTip__title, .component.gallery-everything-in .sponsored-tip__title, .component.gallery-everything-in .sponsoredTip__title {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    position: unset;
    padding: 0; }
  .component.gallery-test .sponsored-tip svg, .component.gallery-test .sponsoredTip svg, .component.gallery-everything-in .sponsored-tip svg, .component.gallery-everything-in .sponsoredTip svg {
    display: none; }
  .component.gallery-test .sponsored-tip__content, .component.gallery-test .sponsoredTip__content, .component.gallery-everything-in .sponsored-tip__content, .component.gallery-everything-in .sponsoredTip__content {
    margin-left: 0; }
  .component.gallery-test .sponsored-tip__text, .component.gallery-test .sponsoredTip__text, .component.gallery-everything-in .sponsored-tip__text, .component.gallery-everything-in .sponsoredTip__text {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0; }
    .component.gallery-test .sponsored-tip__text p, .component.gallery-test .sponsoredTip__text p, .component.gallery-everything-in .sponsored-tip__text p, .component.gallery-everything-in .sponsoredTip__text p {
      margin-bottom: 8px; }

.component.gallery-everything-in .sponsored-tip, .component.gallery-everything-in .sponsoredTip {
  border: none; }

.articleContainer .component.listicle-udf .listicle-sponsored-tip .sponsoredTip {
  margin: 0;
  padding: 16px 0 0;
  border-top: none;
  border-bottom: none;
  display: block; }
  .articleContainer .component.listicle-udf .listicle-sponsored-tip .sponsoredTip svg {
    display: none; }
  .articleContainer .component.listicle-udf .listicle-sponsored-tip .sponsoredTip__content {
    margin-left: 0; }

.template-aggregate.node-sweepstakes .category-page-list .category-page-list-content {
  max-width: 882px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .template-aggregate.node-sweepstakes .category-page-list .category-page-list-content {
      display: grid;
      grid-template-rows: repeat(2, minmax(560px, auto));
      gap: 1px 36px;
      grid-template: "card__large card__large" / 1fr 1fr;
      margin: 0 auto; }
      .template-aggregate.node-sweepstakes .category-page-list .category-page-list-content .card__large {
        grid-area: card__large; }
      .template-aggregate.node-sweepstakes .category-page-list .category-page-list-content div:empty {
        position: absolute; } }
  @media (min-width: 1162px) {
    .template-aggregate.node-sweepstakes .category-page-list .category-page-list-content {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: repeat(3, minmax(560px, auto)); } }

.template-aggregate.node-sweepstakes .card {
  margin-bottom: 24px; }
  .template-aggregate.node-sweepstakes .card:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .template-aggregate.node-sweepstakes .card:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%; }
  .template-aggregate.node-sweepstakes .card__summary {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    max-height: 60px; }

.card {
  vertical-align: top;
  display: flex;
  margin-bottom: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%; }
  @media (min-width: 768px) {
    .card {
      border: 1px solid rgba(0, 0, 0, 0.15);
      display: inline-block;
      max-width: 270px; } }
  .card.card__facetedSearchResult {
    background-color: #fff; }
  .card__vertical {
    height: 100%;
    width: 100%;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 0; }
    .card__vertical.card__longform {
      width: auto;
      height: auto; }
    .card__vertical .card__imageContainer {
      max-width: unset; }
    .card__vertical .card__detailsContainer {
      padding-top: 12px; }
    .card__vertical .card__title {
      margin-bottom: 0;
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      font-weight: 400;
      display: inline; }
      .card__vertical .card__title:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #595959; }
      .card__vertical .card__title:hover, .card__vertical .card__title:active, .card__vertical .card__title:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
  .card__headline {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 12px; }
  .card__edit {
    display: flex;
    align-items: center; }
    .card__edit--button {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
      margin-left: 4px; }
      .card__edit--button:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .card__edit--button:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .card__large {
    max-width: 576px;
    min-height: 704px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden; }
    .card__large .card__sweepstakesLinks a {
      display: inline-block; }
  .card__salePrice, .card__originalPrice {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    font-weight: 400; }
  .card__detailsContainer {
    padding: 16px; }
  .card__eyebrow {
    display: block;
    margin-bottom: 8px; }
    .card__eyebrow-link {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      color: rgba(0, 0, 0, 0.95);
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .card__eyebrow-link:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .card__eyebrow-link:active {
        opacity: 0.8; }
      .card__eyebrow-link:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .card__eyebrow-link:visited {
        color: rgba(0, 0, 0, 0.95); }
  .card__swearCount {
    color: rgba(0, 0, 0, 0.65);
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 auto 8px; }
    .card__swearCount svg {
      margin-right: 4px;
      position: relative;
      top: 4px; }
  .card__fallbackPriceContainer {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65); }
  .card__fallbackPrice {
    text-decoration: line-through; }
  .card__merchant {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 8px; }
  .card__title {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 8px;
    overflow: hidden; }
  .card_sponsoredBy {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65); }
  .card__metaDetail {
    margin-top: 4px;
    vertical-align: top; }
    .card__metaDetail .icon {
      display: inline-block;
      vertical-align: middle; }
      .card__metaDetail .icon svg path {
        fill: rgba(0, 0, 0, 0.65); }
      .card__metaDetail .icon.icon-play-solid {
        margin-left: -4px; }
    .recirculation .card__metaDetail.card__project .popular__listItemDifficulty .project-meta-item-value, .card__metaDetailText {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      padding-top: 0; }
    .recirculation .card__metaDetail.card__project .popular__listItemDifficulty .project-meta-item-value:after {
      top: 50%;
      transform: translateY(-50%); }
    .card__metaDetailText {
      vertical-align: middle;
      text-transform: capitalize; }
      .card__metaDetailText--new {
        text-transform: uppercase; }
    .card__metaDetail.card__gallery {
      text-transform: none; }
  .card__ratingContainer {
    display: flex;
    margin: 0 0 8px; }
    .card__ratingContainer .component.recipe-ratings {
      margin: 0; }
      .card__ratingContainer .component.recipe-ratings .ratings-dropdown-button {
        display: flex; }
    .card__ratingContainer .rating-star,
    .card__ratingContainer svg {
      width: 20px;
      height: 20px; }
  .card__ratingCount {
    display: flex;
    align-items: baseline;
    margin-left: 4px;
    color: rgba(0, 0, 0, 0.65); }
  .card__titleLink {
    position: relative;
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 24px;
    max-height: 48px;
    max-height: unset;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0; }
    .card__titleLink:hover, .card__titleLink:visited, .card__titleLink:active {
      color: rgba(0, 0, 0, 0.95); }
  .card__summary, .card__summary p {
    margin: 8px 0;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px; }
  .card__author {
    margin: 8px 0; }
    .card__author .lazy-image {
      width: 24px;
      border-radius: 24px; }
      .card__author .lazy-image img {
        border-radius: 50%; }
  .card__authorImageContainer {
    margin-right: 4px; }
  .card__authorNamePrefix {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65); }
  .card__authorName {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    font-weight: 700;
    margin-left: 4px; }
  .card__authorNameLink {
    text-decoration: underline; }
  .card__imageContainer {
    position: relative;
    width: 100%;
    max-width: 140px;
    min-width: 140px; }
    @media (min-width: 768px) {
      .card__imageContainer {
        max-width: 100%;
        min-width: 100%; } }
    .card__imageContainer .recipe-play-icon {
      position: absolute;
      bottom: 0;
      left: 0; }
      .card__imageContainer .recipe-play-icon svg path {
        fill: rgba(0, 0, 0, 0.65); }
      @media (min-width: 768px) {
        .card__imageContainer .recipe-play-icon svg {
          height: 32px;
          width: 32px; } }
  .card__totalTime {
    text-transform: uppercase; }
  .card__pinterestOverlay {
    width: 100%;
    z-index: 0; }
    .card__pinterestOverlay .component.share-new.square {
      top: 0;
      right: 0;
      bottom: auto;
      position: absolute;
      pointer-events: all;
      width: 44px;
      height: 44px; }
      .card__pinterestOverlay .component.share-new.square .share-new__link {
        background-color: rgba(0, 0, 0, 0.3);
        border: none;
        border-radius: 0;
        height: 44px;
        width: 44px; }
        .card__pinterestOverlay .component.share-new.square .share-new__link:hover, .card__pinterestOverlay .component.share-new.square .share-new__link:active, .card__pinterestOverlay .component.share-new.square .share-new__link:focus {
          background: rgba(0, 0, 0, 0.65);
          outline-color: inherit;
          outline-offset: -4px;
          outline-width: 4px; }
      .card__pinterestOverlay .component.share-new.square .icon.icon-pinterest path:first-child {
        fill: #fff; }
      .card__pinterestOverlay .component.share-new.square .icon-text {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0; }
      .card__pinterestOverlay .component.share-new.square svg {
        margin: 0 auto; }
  @media (min-width: 768px) {
    .card__sweepstakes {
      min-height: 560px; } }
  .card__sweepstakes .card__sweepstakeEnds, .card__sweepstakes .card__sweepstakeEnds p {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 8px; }
  .card__sweepstakes .card__sweepstakesLinks {
    margin: 16px 0 0; }
    .card__sweepstakes .card__sweepstakesLinks a {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.65);
      text-decoration: underline;
      margin: 0 8px 0 0; }
  .card__sweepstakes .btn-link.external-link, .card__sweepstakes .btn-link.sweepstakes-btn {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95); }
    .card__sweepstakes .btn-link.external-link:focus, .card__sweepstakes .btn-link.sweepstakes-btn:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .card__sweepstakes .btn-link.external-link:active, .card__sweepstakes .btn-link.sweepstakes-btn:active {
      opacity: 0.8; }
    .card__sweepstakes .btn-link.external-link:focus, .card__sweepstakes .btn-link.sweepstakes-btn:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .card__sweepstakes .btn-link.external-link:active, .card__sweepstakes .btn-link.sweepstakes-btn:active {
      opacity: 0.8; }
    .card__sweepstakes .btn-link.external-link svg path, .card__sweepstakes .btn-link.sweepstakes-btn svg path {
      fill: #fff; }
    .card__sweepstakes .btn-link.external-link:visited, .card__sweepstakes .btn-link.sweepstakes-btn:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .card__sweepstakes .btn-link.external-link:hover, .card__sweepstakes .btn-link.external-link:active, .card__sweepstakes .btn-link.external-link:focus, .card__sweepstakes .btn-link.sweepstakes-btn:hover, .card__sweepstakes .btn-link.sweepstakes-btn:active, .card__sweepstakes .btn-link.sweepstakes-btn:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .card__sweepstakes .btn-link.external-link:hover svg path, .card__sweepstakes .btn-link.external-link:active svg path, .card__sweepstakes .btn-link.external-link:focus svg path, .card__sweepstakes .btn-link.sweepstakes-btn:hover svg path, .card__sweepstakes .btn-link.sweepstakes-btn:active svg path, .card__sweepstakes .btn-link.sweepstakes-btn:focus svg path {
        fill: #fff; }
    .card__sweepstakes .btn-link.external-link[disabled], .card__sweepstakes .btn-link.sweepstakes-btn[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .card__sweepstakes .btn-link.external-link:active, .card__sweepstakes .btn-link.external-link:hover, .card__sweepstakes .btn-link.external-link:focus, .card__sweepstakes .btn-link.sweepstakes-btn:active, .card__sweepstakes .btn-link.sweepstakes-btn:hover, .card__sweepstakes .btn-link.sweepstakes-btn:focus {
      border-color: #ac1900; }
    .card__sweepstakes .btn-link.external-link:active, .card__sweepstakes .btn-link.external-link:focus, .card__sweepstakes .btn-link.sweepstakes-btn:active, .card__sweepstakes .btn-link.sweepstakes-btn:focus {
      border: 3px solid #014ecb; }
    .card__sweepstakes .btn-link.external-link .icon, .card__sweepstakes .btn-link.sweepstakes-btn .icon {
      vertical-align: top; }
      .card__sweepstakes .btn-link.external-link .icon svg path, .card__sweepstakes .btn-link.sweepstakes-btn .icon svg path {
        fill: #fff; }
  .card__recirculation {
    margin: 0;
    background-color: #fff; }
    .card__recirculation:not(.card__vertical) .card__imageContainer {
      max-width: 140px; }
      @media (min-width: 768px) {
        .card__recirculation:not(.card__vertical) .card__imageContainer {
          max-width: 255px; } }
    .card__recirculation .card__detailsContainer {
      line-height: 0; }
    .card__recirculation .card__titleLink {
      color: rgba(0, 0, 0, 0.95);
      text-decoration: none;
      margin-bottom: 8px; }
      .card__recirculation .card__titleLink:hover, .card__recirculation .card__titleLink:active, .card__recirculation .card__titleLink:focus {
        color: rgba(0, 0, 0, 0.95);
        text-decoration: none; }
      .card__recirculation .card__titleLink:visited {
        color: rgba(0, 0, 0, 0.95); }
      .card__recirculation .card__titleLink .card__title {
        display: inline; }
      .card__recirculation .card__titleLink:hover .card__title, .card__recirculation .card__titleLink:active .card__title, .card__recirculation .card__titleLink:focus .card__title {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
  .card__sweepstakesLinks {
    margin: 8px 0 0; }
    .card__sweepstakesLinks a {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.65);
      text-decoration: underline;
      margin: 0 8px 0 0;
      display: block; }
      @media (min-width: 768px) {
        .card__sweepstakesLinks a {
          display: inline-block; } }
  .card__category .card__promotedRibbon {
    font-family: "Source Sans Pro", Arial;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    width: 96px;
    height: 96px;
    position: absolute;
    transform: rotate(-45deg);
    color: #fff;
    z-index: 1;
    padding: 21px 21px 43px;
    text-align: center;
    top: 0; }
    @media (min-width: 768px) {
      .card__category .card__promotedRibbon {
        font-size: 14px;
        line-height: 24px; } }
    @media (min-width: 768px) {
      .card__category .card__promotedRibbon {
        width: 120px;
        height: 120px;
        padding: 40px 0;
        text-align: center; } }
    .card__category .card__promotedRibbon:before {
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.95);
      width: 180px;
      height: 32px;
      left: -28px;
      z-index: -1; }
      @media (min-width: 768px) {
        .card__category .card__promotedRibbon:before {
          height: 24px; } }

@media (min-width: 768px) {
  .template-homepage.node-food .home > .category-page-list .category-page-list-content .card:nth-child(odd) {
    margin-right: 0; }
  .template-homepage.node-food .home > .category-page-list .category-page-list-content .card:nth-child(even) {
    margin-right: 32px; }
  .template-homepage.node-food .home > .category-page-list .category-page-list-content .card.rotd {
    max-width: 574px;
    margin-right: 0; } }

@media (min-width: 1279px) {
  .template-homepage.node-food .home > .category-page-list .category-page-list-content .card:nth-child(odd), .template-homepage.node-food .home > .category-page-list .category-page-list-content .card:nth-child(even) {
    margin-right: unset; }
  .template-homepage.node-food .home > .category-page-list .category-page-list-content .card.rotd {
    margin-right: 32px; } }

@media (min-width: 768px) {
  .template-homepage.node-food .home > .category-page-list ~ .category-page-list .category-page-list-content .card:nth-child(even) {
    margin-right: 0; }
  .template-homepage.node-food .home > .category-page-list ~ .category-page-list .category-page-list-content .card:nth-child(odd) {
    margin-right: 32px; } }

@media (min-width: 1279px) {
  .template-homepage.node-food .home > .category-page-list ~ .category-page-list .category-page-list-content .card:nth-child(odd), .template-homepage.node-food .home > .category-page-list ~ .category-page-list .category-page-list-content .card:nth-child(even) {
    margin-right: unset; } }

.template-homepage.node-food .home .card__large.rotd {
  min-height: auto;
  display: inline-block; }
  .template-homepage.node-food .home .card__large.rotd .card__imageContainer {
    max-width: 100%;
    min-width: 100%; }
    @media (max-width: 767px) {
      .template-homepage.node-food .home .card__large.rotd .card__imageContainer .card__promotedRibbon {
        line-height: 32px;
        padding: 21px 0; } }
  .template-homepage.node-food .home .card__large.rotd .card__detailsContainer {
    display: flex; }
    .template-homepage.node-food .home .card__large.rotd .card__detailsContainer-left {
      flex: 1 1 100%; }
    .template-homepage.node-food .home .card__large.rotd .card__detailsContainer-right {
      margin-left: 16px;
      flex: 1 1 auto;
      max-width: 120px; }

.tabNew {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; }
  .tabNew__listItemLink {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    position: relative;
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.65); }
    .tabNew__listItemLink:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .tabNew__listItemLink:active {
      opacity: 0.8; }
    .tabNew__listItemLink:before {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .tabNew__listItemLink:focus, .tabNew__listItemLink:hover {
      color: rgba(0, 0, 0, 0.95); }
      .tabNew__listItemLink:focus:before, .tabNew__listItemLink:hover:before {
        border-bottom: 4px solid rgba(0, 0, 0, 0.95); }
    .tabNew__listItemLink:visited {
      color: rgba(0, 0, 0, 0.65); }
    .tabNew__listItemLink--selected {
      color: rgba(0, 0, 0, 0.95); }
      .tabNew__listItemLink--selected:before {
        border-bottom: 4px solid rgba(0, 0, 0, 0.95); }
      .tabNew__listItemLink--selected:focus, .tabNew__listItemLink--selected:hover {
        color: rgba(0, 0, 0, 0.95); }
        .tabNew__listItemLink--selected:focus:before, .tabNew__listItemLink--selected:hover:before {
          border-bottom: 4px solid rgba(0, 0, 0, 0.95); }
      .tabNew__listItemLink--selected:visited {
        color: rgba(0, 0, 0, 0.95); }

.sweepstakesEntry {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .sweepstakesEntry {
      margin: 0 auto 40px; } }
  @media (min-width: 1024px) {
    .sweepstakesEntry {
      max-width: 1100px; } }
  .sweepstakesEntry__heading {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0 16px 16px; }
    @media (min-width: 1024px) {
      .sweepstakesEntry__heading {
        margin: 0 0 16px; } }
    .sweepstakesEntry__heading--next {
      margin: 40px 16px 16px; }
      @media (min-width: 768px) {
        .sweepstakesEntry__heading--next {
          margin: 40px 48px 16px; } }
      @media (min-width: 1024px) {
        .sweepstakesEntry__heading--next {
          margin: 40px 0 16px; } }
  .sweepstakesEntry__container {
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    position: relative; }
    @media (min-width: 768px) {
      .sweepstakesEntry__container {
        align-items: center;
        flex-direction: row;
        margin: 0;
        padding: 0 16px; } }
    @media (min-width: 1024px) {
      .sweepstakesEntry__container {
        margin: 0;
        padding: 0; } }
  .sweepstakesEntry__details {
    display: inline-block;
    margin: 0 16px;
    max-width: calc(100% - 80px);
    padding: 10px 0; }
    @media (min-width: 768px) {
      .sweepstakesEntry__details {
        margin: 0;
        max-width: 65%; } }
  .sweepstakesEntry__enterAgain {
    margin: 0 16px;
    padding-bottom: 16px; }
    @media (min-width: 768px) {
      .sweepstakesEntry__enterAgain {
        margin: 8px 24px; } }
    .sweepstakesEntry__enterAgainButton {
      text-transform: capitalize;
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 6px 16px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      background: rgba(0, 0, 0, 0.95);
      color: #fff;
      border-radius: 0;
      border: 3px solid rgba(0, 0, 0, 0.95); }
      .sweepstakesEntry__enterAgainButton:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .sweepstakesEntry__enterAgainButton:active {
        opacity: 0.8; }
      .sweepstakesEntry__enterAgainButton:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .sweepstakesEntry__enterAgainButton:active {
        opacity: 0.8; }
      .sweepstakesEntry__enterAgainButton svg path {
        fill: #fff; }
      .sweepstakesEntry__enterAgainButton:visited {
        background: rgba(0, 0, 0, 0.95);
        color: #fff; }
      .sweepstakesEntry__enterAgainButton:hover, .sweepstakesEntry__enterAgainButton:active, .sweepstakesEntry__enterAgainButton:focus {
        background: #ac1900;
        border-color: #ac1900;
        color: #fff; }
        .sweepstakesEntry__enterAgainButton:hover svg path, .sweepstakesEntry__enterAgainButton:active svg path, .sweepstakesEntry__enterAgainButton:focus svg path {
          fill: #fff; }
      .sweepstakesEntry__enterAgainButton[disabled] {
        border: 3px solid #D9D9D9;
        background-color: #D9D9D9;
        color: #fff; }
      .sweepstakesEntry__enterAgainButton:active, .sweepstakesEntry__enterAgainButton:hover, .sweepstakesEntry__enterAgainButton:focus {
        border-color: #ac1900; }
      .sweepstakesEntry__enterAgainButton:active, .sweepstakesEntry__enterAgainButton:focus {
        border: 3px solid #014ecb; }
  .sweepstakesEntry__image {
    float: left;
    padding-right: 17px;
    display: none; }
    @media (min-width: 1024px) {
      .sweepstakesEntry__image {
        display: block; } }
  .sweepstakesEntry__endDate {
    display: inline-block; }
    .sweepstakesEntry__endDate p {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      font-size: 14px;
      margin: 0 0 8px;
      line-height: 20px; }
  .sweepstakesEntry__rules {
    display: inline-block;
    padding: 16px; }
    .sweepstakesEntry__rules p {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65); }
      .sweepstakesEntry__rules p a {
        color: rgba(0, 0, 0, 0.95);
        padding: 1px 0;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
        transition: all .1s ease-in-out;
        text-decoration: none; }
        .sweepstakesEntry__rules p a:visited {
          color: #595959;
          box-shadow: inset 0 -1px 0 #595959; }
        .sweepstakesEntry__rules p a:hover, .sweepstakesEntry__rules p a:active, .sweepstakesEntry__rules p a:focus {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .sweepstakesEntry__confirmation {
    margin: 0 auto;
    position: relative; }
    @media (min-width: 1024px) {
      .sweepstakesEntry__confirmation {
        max-width: 976px; } }
    @media (min-width: 1162px) {
      .sweepstakesEntry__confirmation {
        max-width: 1246px; } }
    .sweepstakesEntry__confirmation .component.share-new {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 0;
      height: 32px;
      width: 3em;
      overflow: hidden;
      box-shadow: 0 0 10px 1px #fff;
      order: 0; }
      @media (min-width: 768px) {
        .sweepstakesEntry__confirmation .component.share-new {
          right: 24px;
          top: 24px; } }
      .sweepstakesEntry__confirmation .component.share-new.circle .icon > a {
        border-width: 0; }
      .sweepstakesEntry__confirmation .component.share-new.square .icon.shareicon-modal-toggle {
        width: 80px;
        height: auto;
        border: 0;
        border-radius: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
        padding-left: 8px; }
        .sweepstakesEntry__confirmation .component.share-new.square .icon.shareicon-modal-toggle .icon-reply {
          display: flex;
          flex-direction: column; }
          .sweepstakesEntry__confirmation .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text {
            font-family: "Source Sans Pro", Arial;
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
            letter-spacing: 0;
            margin-top: -4px; }
      @media (min-width: 768px) {
        .sweepstakesEntry__confirmation .component.share-new {
          width: 5em;
          padding-right: 0;
          align-self: flex-end; }
          .sweepstakesEntry__confirmation .component.share-new.square .icon.shareicon-modal-toggle .icon-reply {
            flex-direction: row; }
            .sweepstakesEntry__confirmation .component.share-new.square .icon.shareicon-modal-toggle .icon-reply svg {
              width: 24px;
              height: 24px; }
            .sweepstakesEntry__confirmation .component.share-new.square .icon.shareicon-modal-toggle .icon-reply .icon-text {
              font-family: "Source Sans Pro", Arial;
              font-size: 14px;
              line-height: 20px;
              font-weight: 400;
              letter-spacing: 0;
              margin-top: 0;
              margin-left: 4px;
              width: 100%;
              bottom: 0; } }
    .sweepstakesEntry__confirmation .component.share-new.square {
      top: 16px;
      box-shadow: none;
      right: 16px; }
      .sweepstakesEntry__confirmation .component.share-new.square .icon.shareicon-modal-toggle {
        background: transparent;
        border-left: 0; }
        .sweepstakesEntry__confirmation .component.share-new.square .icon.shareicon-modal-toggle:hover {
          background: transparent; }
    .sweepstakesEntry__confirmation.rendered {
      margin-top: 32px; }
      @media (min-width: 768px) {
        .sweepstakesEntry__confirmation.rendered {
          margin-top: 40px; } }
    .sweepstakesEntry__confirmation .card__rules {
      box-shadow: 0 1px 0 #ac1900;
      color: rgba(0, 0, 0, 0.95);
      font-weight: normal;
      font-size: 16px; }
      .sweepstakesEntry__confirmation .card__rules:hover {
        box-shadow: 0 2px 0 #ac1900; }

.entry-disabled .container-full-width {
  margin-top: 24px; }
  .entry-disabled .container-full-width .component.sweepstakes-entry-page {
    position: relative; }
    .entry-disabled .container-full-width .component.sweepstakes-entry-page .entry-not-valid {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(255, 255, 255, 0.5); }

.sweepstakesEntry__headline {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0; }
  @media (min-width: 768px) {
    .sweepstakesEntry__headline {
      font-size: 36px;
      line-height: 44px; } }

.sweepstakesEntry__description .sweepstakesEntry__descriptionReadMore {
  display: none; }

.sweepstakesEntry__description.truncated {
  position: relative;
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0; }
  .sweepstakesEntry__description.truncated p {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 28px;
    max-height: 56px; }
  .sweepstakesEntry__description.truncated .sweepstakesEntry__descriptionReadMore {
    display: block;
    background: #fff;
    color: rgba(0, 0, 0, 0.95);
    position: absolute;
    right: 0;
    top: 28px; }
    .sweepstakesEntry__description.truncated .sweepstakesEntry__descriptionReadMoreLink {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 2px 0;
      box-shadow: inset 0 -2px 0 #ac1900;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .sweepstakesEntry__description.truncated .sweepstakesEntry__descriptionReadMoreLink:visited {
        color: #595959;
        box-shadow: inset 0 -2px 0 #ac1900; }
      .sweepstakesEntry__description.truncated .sweepstakesEntry__descriptionReadMoreLink:hover, .sweepstakesEntry__description.truncated .sweepstakesEntry__descriptionReadMoreLink:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
      .sweepstakesEntry__description.truncated .sweepstakesEntry__descriptionReadMoreLink:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 #ac1900; }
    .sweepstakesEntry__description.truncated .sweepstakesEntry__descriptionReadMore--noDescription {
      margin-bottom: 32px;
      position: relative;
      right: unset;
      text-align: right;
      top: unset; }

.sweepstakesEntry__description p {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 32px; }

.sweepstakesEntry__descriptionEndDate, .sweepstakesEntry__descriptionSponsors {
  margin: 32px 0; }
  .sweepstakesEntry__descriptionEndDate.hide, .sweepstakesEntry__descriptionSponsors.hide {
    display: none; }

.sweepstakesEntry__descriptionEndDate span {
  font-size: 18px; }

.sweepstakesEntry__descriptionRules a {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.95);
  padding: 2px 0;
  box-shadow: inset 0 -2px 0 #ac1900;
  transition: all .1s ease-in-out;
  text-decoration: none; }
  .sweepstakesEntry__descriptionRules a:visited {
    color: #595959;
    box-shadow: inset 0 -2px 0 #ac1900; }
  .sweepstakesEntry__descriptionRules a:hover, .sweepstakesEntry__descriptionRules a:focus {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
  .sweepstakesEntry__descriptionRules a:active {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -2px 0 #ac1900; }

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

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

.editorialProgramTopper {
  width: 100%;
  margin-bottom: 16px; }
  .editorialProgramTopper-image {
    background-size: 100%; }

.editorialProgramBanner {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 0; }
  .editorialProgramBanner__seriesButton .button {
    height: 36px;
    width: 104px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: none; }
  .editorialProgramBanner__logo .component.lazy-image img {
    height: auto;
    max-width: 174px; }
    @media (min-width: 768px) {
      .editorialProgramBanner__logo .component.lazy-image img {
        max-width: 200px; } }
  .editorialProgramBanner__title {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px; }
    .editorialProgramBanner__title:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .editorialProgramBanner__title:active {
      opacity: 0.8; }

.bannerText .editorialProgramBanner__seriesButton {
  align-self: start;
  margin-top: 4px; }

.editorialProgramMiniRecirc {
  margin-top: 32px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .editorialProgramMiniRecirc .editorialProgramTopper {
    background-color: #ac1900;
    border-bottom: none;
    margin-bottom: 24px;
    padding: 64px 16px 0; }
    @media (min-width: 768px) {
      .editorialProgramMiniRecirc .editorialProgramTopper {
        padding: 56px 24px 0; } }
    .editorialProgramMiniRecirc .editorialProgramTopper .editorialProgramBanner {
      background-color: #fff; }
  .editorialProgramMiniRecirc .bannerLogo {
    padding: 16px; }
  .editorialProgramMiniRecirc__list {
    list-style: none;
    margin: 0;
    padding: 0 16px; }
  .editorialProgramMiniRecirc__listItem {
    align-items: flex-start;
    display: flex;
    margin-bottom: 24px; }
    .editorialProgramMiniRecirc__listItem .u-margin {
      display: none; }
    .editorialProgramMiniRecirc__listItem:nth-child(4) {
      display: none; }
    .editorialProgramMiniRecirc__listItem:last-child {
      margin-bottom: 0;
      margin-right: 0; }
    .editorialProgramMiniRecirc__listItem__link {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      line-height: 24px;
      max-height: 96px;
      margin-left: 16px;
      margin-top: 0;
      white-space: normal;
      width: calc(100% - 112px); }
      @media (min-width: 768px) {
        .editorialProgramMiniRecirc__listItem__link {
          margin-top: 8px; } }
      .editorialProgramMiniRecirc__listItem__link:hover .editorialProgramMiniRecirc__listItemHeadline, .editorialProgramMiniRecirc__listItem__link:active .editorialProgramMiniRecirc__listItemHeadline, .editorialProgramMiniRecirc__listItem__link:focus .editorialProgramMiniRecirc__listItemHeadline {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
  .editorialProgramMiniRecirc__listItemHeadline {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    font-weight: 700; }
    .editorialProgramMiniRecirc__listItemHeadline:hover, .editorialProgramMiniRecirc__listItemHeadline:focus {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .editorialProgramMiniRecirc__listItemHeadline:active {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 #595959; }
    .editorialProgramMiniRecirc__listItemHeadline:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
  .editorialProgramMiniRecirc__listItemImage {
    width: 96px; }
  @media (min-width: 768px) {
    .editorialProgramMiniRecirc {
      max-width: 640px; }
      .editorialProgramMiniRecirc__list {
        padding: 0 25px;
        display: flex;
        justify-content: flex-start; }
      .editorialProgramMiniRecirc__listItem {
        display: block;
        margin-right: 25px; }
        .editorialProgramMiniRecirc__listItem__link {
          margin-left: 0;
          width: auto; }
      .editorialProgramMiniRecirc__listItemImage {
        width: 180px; }
      .editorialProgramMiniRecirc__listItemHeadline {
        margin-left: 0;
        margin-top: 8px;
        width: auto; } }
  @media (min-width: 1162px) {
    .template-gallery .editorialProgramMiniRecirc__listItem:nth-child(4) {
      display: block; } }
  @media (min-width: 1162px) {
    .editorialProgramMiniRecirc.gallery-test {
      max-width: 830px; } }
  @media (min-width: 1279px) {
    .editorialProgramMiniRecirc.gallery-test {
      max-width: 882px; } }
  .editorialProgramMiniRecirc .editorialProgramBanner {
    padding: 16px; }

.longformHeader:not(.longformHeader--layoutSideBySide) .editorialProgramLongform .editorialProgramBanner__logoContainer, .longformHeader:not(.longformHeader--layoutSideBySide) .editorialProgramLongform .editorialProgramBanner__title {
  align-self: center;
  margin: 0 auto; }

.article-info .editorialProgramBanner__seriesButton {
  align-self: center; }

.audio__header {
  display: flex;
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #ac1900;
  font-weight: 700;
  margin: 8px 0 16px; }

.audio__transcript {
  margin-left: auto; }
  .audio__transcriptLink {
    display: flex;
    color: rgba(0, 0, 0, 0.95);
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer; }
    .audio__transcriptLink:hover, .audio__transcriptLink:active, .audio__transcriptLink:focus {
      color: rgba(0, 0, 0, 0.95); }
    .audio__transcriptLinkText {
      margin-left: 3px; }

.audio__content .jumpstart-audio-js-title-main {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0; }

.audio .jumpstart-audio-js-cta {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 48px; }
  .audio .jumpstart-audio-js-cta:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .audio .jumpstart-audio-js-cta:active {
    opacity: 0.8; }

.audio .jumpstart-audio-js-title, .audio .jumpstart-audio-js-current-time, .audio .jumpstart-audio-js-duration {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0; }

.audio .jumpstart-audio-js.jumpstart-audio-js-sticky {
  transform: translate(-50%, 60px);
  z-index: 101; }

.audio .jumpstart-audio-js.jumpstart-audio-js-sticky.leaderboard-docked-ad {
  transform: translate(-50%, 182px); }

body.modal-active.audio__transcriptModal.menu-active {
  overflow: hidden; }

body.modal-active.audio__transcriptModal .partial.modal.audio__transcriptModal {
  position: fixed;
  display: block;
  width: 100vw;
  height: 572px;
  padding: 0;
  max-width: 360px;
  max-height: 572px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    body.modal-active.audio__transcriptModal .partial.modal.audio__transcriptModal {
      max-width: 736px; } }
  body.modal-active.audio__transcriptModal .partial.modal.audio__transcriptModal .dialog-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 1024px) {
      body.modal-active.audio__transcriptModal .partial.modal.audio__transcriptModal .dialog-wrap {
        overflow: unset; } }
    body.modal-active.audio__transcriptModal .partial.modal.audio__transcriptModal .dialog-wrap .close {
      top: 0;
      z-index: 1; }
      body.modal-active.audio__transcriptModal .partial.modal.audio__transcriptModal .dialog-wrap .close svg {
        position: relative;
        bottom: 0;
        left: 4px; }
    body.modal-active.audio__transcriptModal .partial.modal.audio__transcriptModal .dialog-wrap .dialogTitle {
      display: flex;
      align-items: center;
      position: relative;
      width: 100%;
      height: 48px;
      background-color: #ac1900;
      margin: 0;
      padding: 0 16px;
      color: #fff;
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0; }
      body.modal-active.audio__transcriptModal .partial.modal.audio__transcriptModal .dialog-wrap .dialogTitle .icon {
        margin-right: 8px; }
    body.modal-active.audio__transcriptModal .partial.modal.audio__transcriptModal .dialog-wrap .content {
      margin: 16px;
      height: calc(100% - 48px - 32px);
      overflow: auto; }
      body.modal-active.audio__transcriptModal .partial.modal.audio__transcriptModal .dialog-wrap .content .content__wrapper {
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95); }

.categoryPageExpandedCategories {
  margin: 48px auto;
  padding: 24px 0 32px;
  background: rgba(0, 0, 0, 0.05);
  box-shadow: none;
  border-top: none;
  border-bottom: none; }
  @media (min-width: 768px) {
    .categoryPageExpandedCategories {
      padding: 32px 16px 40px;
      margin: 64px auto; } }
  .categoryPageExpandedCategories__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .categoryPageExpandedCategories__content {
        max-width: 640px; } }
    @media (min-width: 1024px) {
      .categoryPageExpandedCategories__content {
        max-width: 976px;
        flex-direction: unset;
        align-items: unset; } }
    @media (min-width: 1162px) {
      .categoryPageExpandedCategories__content {
        max-width: 1240px; } }
    .categoryPageExpandedCategories__content--block {
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.95);
      background: #fff;
      box-shadow: none;
      padding: 24px 0;
      margin-bottom: 16px;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .categoryPageExpandedCategories__content--block {
          border-left: none;
          border-right: none; }
          .categoryPageExpandedCategories__content--block:last-child {
            margin-bottom: 0; } }
      @media (min-width: 768px) {
        .categoryPageExpandedCategories__content--block {
          margin-bottom: 24px; } }
      @media (min-width: 1024px) {
        .categoryPageExpandedCategories__content--block {
          padding: 24px 16px;
          margin-right: 32px;
          margin-bottom: 0;
          display: unset;
          overflow-x: unset; } }
      @media (min-width: 1162px) {
        .categoryPageExpandedCategories__content--block {
          padding: 24px;
          margin-right: 56px; } }
      .categoryPageExpandedCategories__content--block:last-child {
        margin-right: 0; }
      .categoryPageExpandedCategories__content--block-category {
        width: 100%;
        flex: 0 0 100%; }
        .categoryPageExpandedCategories__content--block-category .entityTout.category {
          margin-bottom: 16px;
          padding-right: 16px;
          padding-left: 16px;
          display: flex;
          justify-content: center; }
          @media (min-width: 1024px) {
            .categoryPageExpandedCategories__content--block-category .entityTout.category {
              margin-bottom: 24px;
              padding-left: 0; } }
          @media (min-width: 1024px) {
            .categoryPageExpandedCategories__content--block-category .entityTout.category .entityTout__details {
              text-align: center; } }
          .categoryPageExpandedCategories__content--block-category .entityTout.category .entityTout__details .entityTout__link {
            font-family: "Klein", "Times New Roman", serif;
            font-size: 18px;
            line-height: 24px;
            font-weight: 700;
            letter-spacing: 0.1px;
            color: rgba(0, 0, 0, 0.95);
            padding: 1px 0;
            transition: all .1s ease-in-out;
            text-decoration: none; }
            @media (min-width: 768px) {
              .categoryPageExpandedCategories__content--block-category .entityTout.category .entityTout__details .entityTout__link {
                font-size: 24px;
                line-height: 32px; } }
            .categoryPageExpandedCategories__content--block-category .entityTout.category .entityTout__details .entityTout__link:visited {
              color: #595959;
              box-shadow: inset 0 -1px 0 #595959; }
            .categoryPageExpandedCategories__content--block-category .entityTout.category .entityTout__details .entityTout__link:hover {
              color: rgba(0, 0, 0, 0.95);
              box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
          .categoryPageExpandedCategories__content--block-category .entityTout.category .entityTout__details .entityTout__more {
            position: relative;
            top: 4px; }
          .categoryPageExpandedCategories__content--block-category .entityTout.category .entityTout__details svg path {
            fill: #ac1900; }
      .categoryPageExpandedCategories__content--block-touts {
        display: flex;
        overflow-x: scroll; }
        @media (min-width: 1024px) {
          .categoryPageExpandedCategories__content--block-touts {
            flex-wrap: wrap;
            overflow-x: unset; } }
        .categoryPageExpandedCategories__content--block-touts .entityTout {
          max-width: 260px;
          flex: 0 0 100%;
          padding-right: 16px;
          margin-right: 16px;
          border-right: 1px solid rgba(0, 0, 0, 0.15); }
          .categoryPageExpandedCategories__content--block-touts .entityTout:first-child {
            margin-left: 16px; }
            @media (min-width: 1024px) {
              .categoryPageExpandedCategories__content--block-touts .entityTout:first-child {
                margin-left: 0; } }
          .categoryPageExpandedCategories__content--block-touts .entityTout:last-child {
            padding-right: 16px;
            margin-right: 0;
            border-right: none; }
            @media (min-width: 1024px) {
              .categoryPageExpandedCategories__content--block-touts .entityTout:last-child {
                padding-right: 0; } }
          @media (min-width: 1024px) {
            .categoryPageExpandedCategories__content--block-touts .entityTout {
              max-width: none;
              padding-right: 0;
              margin-right: 0;
              border-right: none; } }
          .categoryPageExpandedCategories__content--block-touts .entityTout .entityTout__swearCount, .categoryPageExpandedCategories__content--block-touts .entityTout .entityTout__prices, .categoryPageExpandedCategories__content--block-touts .entityTout .entityTout__merchant {
            justify-content: end; }
            @media (min-width: 360px) {
              .categoryPageExpandedCategories__content--block-touts .entityTout .entityTout__swearCount, .categoryPageExpandedCategories__content--block-touts .entityTout .entityTout__prices, .categoryPageExpandedCategories__content--block-touts .entityTout .entityTout__merchant {
                justify-content: center; } }
            @media (min-width: 1024px) {
              .categoryPageExpandedCategories__content--block-touts .entityTout .entityTout__swearCount, .categoryPageExpandedCategories__content--block-touts .entityTout .entityTout__prices, .categoryPageExpandedCategories__content--block-touts .entityTout .entityTout__merchant {
                justify-content: end; } }
        @media (min-width: 768px) {
          .categoryPageExpandedCategories__content--block-touts .entityTout {
            margin-bottom: 24px; }
            .categoryPageExpandedCategories__content--block-touts .entityTout:last-child {
              margin-bottom: 0; } }
        .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__image {
          max-width: 96px;
          margin-right: 16px;
          float: left; }
          @media (min-width: 1024px) {
            .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__image {
              max-width: 128px; } }
          @media (min-width: 1162px) {
            .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__image {
              max-width: 144px; } }
        .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__link {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 14px;
          line-height: 20px;
          max-height: 60px; }
          .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__link .entityTout__headline {
            font-family: "Source Sans Pro", Arial;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            letter-spacing: 0;
            color: rgba(0, 0, 0, 0.95);
            padding: 1px 0;
            transition: all .1s ease-in-out;
            text-decoration: none;
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
            font-weight: 600;
            box-shadow: none; }
            .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__link .entityTout__headline:visited {
              color: #595959;
              box-shadow: inset 0 -1px 0 #595959; }
            .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__link .entityTout__headline:hover {
              color: rgba(0, 0, 0, 0.95);
              box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
        .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__swearCount, .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__prices, .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__merchant {
          display: flex;
          justify-content: left;
          margin-left: 112px; }
        .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__ratingContainer {
          display: flex; }
          .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__ratingContainer .recipe-ratings {
            flex-flow: row wrap;
            justify-content: left;
            margin: 0; }
            .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__ratingContainer .recipe-ratings .ratings-dropdown-button {
              display: flex; }
            .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__ratingContainer .recipe-ratings .rating-star {
              display: flex;
              width: 16px; }
          .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__ratingContainer .entityTout__reviewsCount {
            font-family: "Source Sans Pro", Arial;
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
            letter-spacing: 0;
            display: flex;
            align-items: center; }
        .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__prices,
        .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__merchant,
        .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__swearCount {
          justify-content: flex-start; }
        .categoryPageExpandedCategories__content--block-touts .entityTout__details .entityTout__link .entityTout__headline {
          padding: 0; }
  .categoryPageExpandedCategories__title {
    font-family: "Kapra", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    font-stretch: condensed;
    margin: 0 auto 24px;
    text-align: center; }
    @media (min-width: 768px) {
      .categoryPageExpandedCategories__title {
        font-size: 36px;
        line-height: 44px; } }
    @media (min-width: 768px) {
      .categoryPageExpandedCategories__title {
        font-size: 48px;
        line-height: 52px; } }
    @media (min-width: 768px) {
      .categoryPageExpandedCategories__title {
        margin-bottom: 32px;
        max-width: 640px; } }
    @media (min-width: 1024px) {
      .categoryPageExpandedCategories__title {
        max-width: 976px; } }
    @media (min-width: 1162px) {
      .categoryPageExpandedCategories__title {
        max-width: 1240px; } }

.recipeSearchSubNav {
  background-color: rgba(0, 0, 0, 0.05);
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0 24px 16px; }
  @media (min-width: 768px) {
    .recipeSearchSubNav {
      padding: 32px 0; } }
  @media (min-width: 1024px) {
    .recipeSearchSubNav {
      display: flex; } }
  @media (min-width: 1162px) {
    .recipeSearchSubNav {
      padding: 16px 0; } }
  .recipeSearchSubNav .searchBlock__content {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column; }
    .recipeSearchSubNav .searchBlock__content .search-container {
      width: 100%;
      min-width: 328px;
      padding: 0 16px 0 0; }
      @media (min-width: 768px) {
        .recipeSearchSubNav .searchBlock__content .search-container {
          padding: 0;
          margin: 0 auto; } }
      @media (min-width: 1162px) {
        .recipeSearchSubNav .searchBlock__content .search-container {
          width: 328px; } }
      @media (min-width: 1279px) {
        .recipeSearchSubNav .searchBlock__content .search-container {
          width: 440px; } }
    .recipeSearchSubNav .searchBlock__content .searchBlock__form {
      border: solid 1px rgba(0, 0, 0, 0.15);
      height: 48px;
      margin-bottom: 0; }
      .recipeSearchSubNav .searchBlock__content .searchBlock__form .searchButton {
        background: #ac1900;
        padding: 14px; }
        .recipeSearchSubNav .searchBlock__content .searchBlock__form .searchButton svg path {
          fill: #fff; }
    .recipeSearchSubNav .searchBlock__content .searchBlock__listContainer {
      justify-content: center;
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .recipeSearchSubNav .searchBlock__content .searchBlock__listContainer {
          padding-right: 16px; } }
      @media (min-width: 1024px) {
        .recipeSearchSubNav .searchBlock__content .searchBlock__listContainer {
          justify-content: left;
          margin-bottom: 0; } }
    .recipeSearchSubNav .searchBlock__content .searchBlock__item {
      padding: 16px 0 8px; }
      .recipeSearchSubNav .searchBlock__content .searchBlock__item a {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
        .recipeSearchSubNav .searchBlock__content .searchBlock__item a:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .recipeSearchSubNav .searchBlock__content .searchBlock__item a:active {
          opacity: 0.8; }
  .recipeSearchSubNav .circularCarousel .recipeCarousel__list {
    width: 100%; }
    @media (min-width: 1024px) {
      .recipeSearchSubNav .circularCarousel .recipeCarousel__list {
        max-width: 624px; } }
    @media (min-width: 1162px) {
      .recipeSearchSubNav .circularCarousel .recipeCarousel__list {
        max-width: 758px; } }
    .recipeSearchSubNav .circularCarousel .recipeCarousel__list .recipeCarousel__listItem {
      width: 80px; }
      .recipeSearchSubNav .circularCarousel .recipeCarousel__list .recipeCarousel__listItem:not(:first-child) {
        padding-left: 0;
        margin-left: 2px; }
        @media (min-width: 768px) {
          .recipeSearchSubNav .circularCarousel .recipeCarousel__list .recipeCarousel__listItem:not(:first-child) {
            margin-left: 16px; } }
      .recipeSearchSubNav .circularCarousel .recipeCarousel__list .recipeCarousel__listItem .recipeCarousel__link .carouselNav__linkText {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 16px;
        max-height: 48px;
        padding-top: 0;
        margin-top: 8px; }
  .recipeSearchSubNav .component.circular-carousel.category-page-topics {
    margin-top: 0; }
  @media (min-width: 768px) {
    .recipeSearchSubNav .component.circular-carousel.recipeCarousel {
      padding-left: 64px; } }
  @media (min-width: 1024px) {
    .recipeSearchSubNav .component.circular-carousel.recipeCarousel {
      padding-left: 32px; } }

.docked .recipeSearchSubNav.sticky-nav {
  top: 182px; }

.commerceSearchSubNav {
  background-color: rgba(0, 0, 0, 0.05);
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 24px 16px; }
  @media (min-width: 768px) {
    .commerceSearchSubNav {
      padding: 32px 0; } }
  @media (min-width: 1024px) {
    .commerceSearchSubNav {
      display: flex; } }
  @media (min-width: 1162px) {
    .commerceSearchSubNav {
      padding: 24px 0; } }
  .commerceSearchSubNav .searchBlock__content {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column; }
    .commerceSearchSubNav .searchBlock__content .search-container {
      width: 100%;
      min-width: 328px;
      padding: 0 16px 0 0; }
      @media (min-width: 768px) {
        .commerceSearchSubNav .searchBlock__content .search-container {
          padding: 0;
          margin: 0 auto; } }
      @media (min-width: 1162px) {
        .commerceSearchSubNav .searchBlock__content .search-container {
          width: 328px; } }
      @media (min-width: 1279px) {
        .commerceSearchSubNav .searchBlock__content .search-container {
          width: 440px; } }
    .commerceSearchSubNav .searchBlock__content .searchBlock__form {
      border: solid 1px rgba(0, 0, 0, 0.15);
      height: 48px;
      margin-bottom: 0; }
      .commerceSearchSubNav .searchBlock__content .searchBlock__form .searchButton {
        background: #ac1900;
        padding: 14px; }
        .commerceSearchSubNav .searchBlock__content .searchBlock__form .searchButton svg path {
          fill: #fff; }
      .commerceSearchSubNav .searchBlock__content .searchBlock__form .search-field {
        padding-left: 16px; }
    .commerceSearchSubNav .searchBlock__content .searchBlock__listContainer {
      justify-content: center;
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .commerceSearchSubNav .searchBlock__content .searchBlock__listContainer {
          padding-right: 16px; } }
      @media (min-width: 1024px) {
        .commerceSearchSubNav .searchBlock__content .searchBlock__listContainer {
          justify-content: left;
          margin-bottom: 0; } }
    .commerceSearchSubNav .searchBlock__content .searchBlock__item {
      padding: 16px 0 8px; }
      .commerceSearchSubNav .searchBlock__content .searchBlock__item a {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
        .commerceSearchSubNav .searchBlock__content .searchBlock__item a:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .commerceSearchSubNav .searchBlock__content .searchBlock__item a:active {
          opacity: 0.8; }
  .commerceSearchSubNav .circularCarousel .commerceCarousel__list {
    width: 100%; }
    @media (min-width: 1024px) {
      .commerceSearchSubNav .circularCarousel .commerceCarousel__list {
        max-width: 624px; } }
    @media (min-width: 1162px) {
      .commerceSearchSubNav .circularCarousel .commerceCarousel__list {
        max-width: 758px; } }
    .commerceSearchSubNav .circularCarousel .commerceCarousel__list .commerceCarousel__listItem {
      width: 80px; }
      .commerceSearchSubNav .circularCarousel .commerceCarousel__list .commerceCarousel__listItem:not(:first-child) {
        padding-left: 0;
        margin-left: 2px; }
        @media (min-width: 768px) {
          .commerceSearchSubNav .circularCarousel .commerceCarousel__list .commerceCarousel__listItem:not(:first-child) {
            margin-left: 16px; } }
      .commerceSearchSubNav .circularCarousel .commerceCarousel__list .commerceCarousel__listItem .commerceCarousel__link .carouselNav__linkText {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 16px;
        max-height: 48px;
        padding-top: 0;
        margin-top: 8px; }
  .commerceSearchSubNav .component.circular-carousel.category-page-topics {
    margin: 0; }
  .commerceSearchSubNav .component.circular-carousel.commerceCarousel {
    margin-top: 32px; }
    @media (min-width: 768px) {
      .commerceSearchSubNav .component.circular-carousel.commerceCarousel {
        padding-left: 64px; } }
    @media (min-width: 1024px) {
      .commerceSearchSubNav .component.circular-carousel.commerceCarousel {
        margin-top: 0;
        padding-left: 32px; } }

.docked .commerceSearchSubNav.sticky-nav {
  top: 182px; }

.filmstripSlide {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative; }
  .filmstripSlide__slidesContainer {
    margin: 0;
    padding: 0;
    height: 550px;
    display: flex;
    align-items: center; }
    @media (min-width: 360px) {
      .filmstripSlide__slidesContainer {
        height: 550px; } }
    @media (min-width: 768px) {
      .filmstripSlide__slidesContainer {
        height: 550px; } }
    @media (min-width: 1024px) {
      .filmstripSlide__slidesContainer {
        height: 550px; } }
  .filmstripSlide__slide {
    width: 100%;
    min-width: 100%;
    display: none;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 100;
    will-change: transform; }
    .filmstripSlide__slide img {
      max-height: 550px;
      width: auto !important; }
    .filmstripSlide__slide.prev {
      display: block; }
    .filmstripSlide__slide.next {
      display: block; }
    .filmstripSlide__slide.current {
      display: block;
      z-index: 100; }
    .filmstripSlide__slide.hiddenSlide {
      display: none; }
  .filmstripSlide__carouselSwipe {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding-top: 8px;
    z-index: 100; }
    .filmstripSlide__carouselSwipe .carouselNav {
      position: relative; }
      .filmstripSlide__carouselSwipe .carouselNav .lazy-image {
        width: 80px;
        height: 80px;
        overflow: hidden; }
      .filmstripSlide__carouselSwipe .carouselNav__list {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow-x: scroll;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE 11 */
        word-spacing: 0;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-top: 3px;
        padding-bottom: 3px;
        justify-content: flex-start;
        display: flex;
        width: 100%; }
        .filmstripSlide__carouselSwipe .carouselNav__list::-webkit-scrollbar {
          /** Webkit */
          display: none; }
        @media (min-width: 768px) {
          .filmstripSlide__carouselSwipe .carouselNav__list {
            width: 80%;
            margin-left: 56px; } }
      .filmstripSlide__carouselSwipe .carouselNav__listItem {
        display: inline-block; }
        .filmstripSlide__carouselSwipe .carouselNav__listItem:not(:first-child) {
          padding-left: 8px; }
        .filmstripSlide__carouselSwipe .carouselNav__listItem:first-of-type .carouselNav__imageButton:focus {
          margin-left: 3px; }
      .filmstripSlide__carouselSwipe .carouselNav__imageButton {
        display: block;
        padding: 0;
        border: 0;
        background: none;
        transition: outline 0.2s ease-in-out;
        outline: 3px solid transparent;
        will-change: outline; }
        .component.gallery-test .filmstripSlide__carouselSwipe .carouselNav__imageButton:focus {
          outline: 3px solid #014ECB;
          outline-offset: 0; }
      .filmstripSlide__carouselSwipe .carouselNav__prev, .filmstripSlide__carouselSwipe .carouselNav__next {
        position: absolute;
        width: 32px;
        height: 32px;
        z-index: 1;
        top: 27px;
        display: none; }
        .filmstripSlide__carouselSwipe .carouselNav__prev:before, .filmstripSlide__carouselSwipe .carouselNav__next:before {
          position: absolute; }
        .filmstripSlide__carouselSwipe .carouselNav__prev[disabled], .filmstripSlide__carouselSwipe .carouselNav__next[disabled] {
          display: none; }
        .filmstripSlide__carouselSwipe .carouselNav__prev svg, .filmstripSlide__carouselSwipe .carouselNav__next svg {
          width: 40px;
          height: 40px; }
          .filmstripSlide__carouselSwipe .carouselNav__prev svg polygon, .filmstripSlide__carouselSwipe .carouselNav__next svg polygon {
            fill: rgba(0, 0, 0, 0.65); }
      .filmstripSlide__carouselSwipe .carouselNav__prev {
        left: 0; }
      .filmstripSlide__carouselSwipe .carouselNav__next {
        right: 0;
        text-align: right; }
  .component.gallery-test .filmstripSlide__credit.body-credit {
    padding-top: 8px; }
    .component.gallery-test .filmstripSlide__credit.body-credit.noCredit {
      opacity: 0; }
    @media (min-width: 768px) {
      .component.gallery-test .filmstripSlide__credit.body-credit {
        text-align: center; } }
  .filmstripSlide .filmstripSlideAnimation {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .filmstripSlide .slideIn--first {
    -webkit-animation-name: slideInFirstSlide;
            animation-name: slideInFirstSlide; }
  .filmstripSlide .slideFrom--left {
    -webkit-animation-name: slideFromLeft;
            animation-name: slideFromLeft; }
  .filmstripSlide .slideFrom--right {
    -webkit-animation-name: slideFromRight;
            animation-name: slideFromRight; }

body.print-preview .component.footer-test {
  margin-top: 0; }

body.print-preview .component.printPreview .printedRecipe a, body.print-preview .component.printPreview .printedRecipe a:visited {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 12pt;
  line-height: 16pt;
  color: unset;
  box-shadow: unset;
  cursor: auto;
  pointer-events: none; }
  .Small body.print-preview .component.printPreview .printedRecipe a, .Small body.print-preview .component.printPreview .printedRecipe a:visited {
    font-size: 9.6pt;
    line-height: 12.8pt; }
  .Large body.print-preview .component.printPreview .printedRecipe a, .Large body.print-preview .component.printPreview .printedRecipe a:visited {
    font-size: 15.6pt;
    line-height: 20.8pt; }

.printPreview {
  background: rgba(0, 0, 0, 0.05);
  padding: 16px 16px 40px; }
  .printPreview .printedRecipe {
    padding: 12px; }
    .printPreview .printedRecipe__text {
      margin-top: 8px; }
    .printPreview .printedRecipe .recipe-ratings {
      margin: 8px 0 0; }
  .printPreview__marketingPlacement {
    text-align: center; }
    @media (min-width: 1024px) {
      .printPreview__marketingPlacement {
        grid-area: marketingPlacement; } }
    .printPreview__marketingPlacement .monetate {
      margin: 0 auto; }
    .printPreview__marketingPlacementText {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      font-style: italic;
      margin-bottom: 8px; }
  .printPreview__shareBar {
    display: none; }
    @media (min-width: 1024px) {
      .printPreview__shareBar {
        display: block;
        grid-area: sharebar;
        position: relative; }
        .printPreview__shareBar .component.share-new.square {
          flex-direction: column; }
        .printPreview__shareBar .component.share-new .icon {
          margin-right: 0;
          margin-bottom: 8px; }
        .printPreview__shareBar .initialized.docked.with-leaderboard {
          position: fixed;
          top: 200px; }
        .printPreview__shareBar .docked-sharebar.initialized.bottom {
          position: absolute;
          bottom: 24px; } }
  .printPreview__printButton {
    text-transform: capitalize;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 16px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    border: 1px solid #ac1900;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.95);
    background: #fff;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    align-items: center;
    background: #fff;
    border-color: rgba(0, 0, 0, 0.65);
    border-radius: 4px;
    border-width: 1px;
    color: rgba(0, 0, 0, 0.95);
    display: flex;
    font-weight: 700;
    justify-content: center;
    padding: 10px;
    text-transform: capitalize; }
    .printPreview__printButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .printPreview__printButton:active {
      opacity: 0.8; }
    .printPreview__printButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .printPreview__printButton:active {
      opacity: 0.8; }
    .printPreview__printButton svg path {
      fill: rgba(0, 0, 0, 0.95); }
    .printPreview__printButton:visited {
      border: 3px solid rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
    .printPreview__printButton:hover, .printPreview__printButton:active, .printPreview__printButton:focus {
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff;
      background: rgba(0, 0, 0, 0.95); }
      .printPreview__printButton:hover svg path, .printPreview__printButton:active svg path, .printPreview__printButton:focus svg path {
        fill: #fff; }
    .printPreview__printButton[disabled] {
      border: 3px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.65); }
    .printPreview__printButton:active, .printPreview__printButton:focus {
      border: 3px solid #014ecb; }
    .printPreview__printButton svg {
      margin-right: 2px; }
    .printPreview__printButton:hover, .printPreview__printButton:active, .printPreview__printButton:focus {
      color: rgba(0, 0, 0, 0.95);
      background-color: #fff; }
  .printPreview__printOptions {
    padding: 24px 16px; }
    @media (min-width: 768px) {
      .printPreview__printOptions {
        padding: 32px 16px; } }
    @media (min-width: 1024px) {
      .printPreview__printOptions {
        grid-area: printOptions; } }
    .printPreview__printOptionsHeading {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0; }
    .printPreview__printOptionsSubheading {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: 700;
      white-space: nowrap; }
      @media (min-width: 768px) {
        .printPreview__printOptionsSubheading {
          margin-right: 32px; } }
    .printPreview__printOptionsGroup--printOptions {
      display: flex;
      justify-content: space-between; }
    @media (min-width: 768px) {
      .printPreview__printOptionsGroup {
        align-items: center;
        display: flex; }
        .printPreview__printOptionsGroup--fontSize {
          margin-top: 8px; } }
    .printPreview__printOptionsGroup--include {
      margin-top: 32px; }
  .printPreview__fontSizeHeading {
    margin-top: 16px; }
    @media (min-width: 768px) {
      .printPreview__fontSizeHeading {
        margin-top: 0; } }
  .printPreview__includeOptions {
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    display: flex;
    margin-top: 16px; }
    @media (min-width: 768px) {
      .printPreview__includeOptions {
        margin-top: 0; } }
    .printPreview__includeOptionsItem {
      margin-right: 24px; }
      .printPreview__includeOptionsItem input[type="checkbox"]:checked + .printPreview__includeOptionsLabel:after {
        background-color: transparent;
        border: solid 1px #fff;
        border-width: 0 2px 2px 0;
        left: 5px;
        opacity: 1;
        transform: rotate(45deg); }
      .printPreview__includeOptionsItem input[type="checkbox"]:checked + .printPreview__includeOptionsLabel:before {
        border-color: #ac1900;
        background-color: #ac1900;
        color: #fff; }
      .printPreview__includeOptionsItem input[type="checkbox"]:checked + .printPreview__includeOptionsLabel:after {
        top: 1px;
        left: 5px; }
      .printPreview__includeOptionsItem input[type="checkbox"]:checked + .printPreview__includeOptionsLabel:hover:before {
        border-color: #ac1900;
        background-color: #ac1900;
        color: #fff; }
      .printPreview__includeOptionsItem input[type="checkbox"]:focus + .printPreview__includeOptionsLabel {
        box-shadow: none;
        outline: 2px solid #014ECB;
        outline-offset: 3px; }
      .printPreview__includeOptionsItem input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      .printPreview__includeOptionsItem .printPreview__includeOptionsLabel {
        position: relative;
        padding-left: 26px;
        cursor: pointer; }
        .printPreview__includeOptionsItem .printPreview__includeOptionsLabel:before, .printPreview__includeOptionsItem .printPreview__includeOptionsLabel:after {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          display: inline-block; }
        .printPreview__includeOptionsItem .printPreview__includeOptionsLabel:before {
          width: 18px;
          height: 18px;
          border-radius: 3px;
          border: 2px solid #ac1900;
          background-color: transparent; }
        .printPreview__includeOptionsItem .printPreview__includeOptionsLabel:after {
          opacity: 0; }
        .printPreview__includeOptionsItem .printPreview__includeOptionsLabel:after {
          top: 1px;
          left: 5px;
          width: 8px;
          height: 12px;
          border: solid 1px #fff;
          border-width: 0 2px 2px 0;
          background-color: transparent;
          transform: rotate(45deg); }
    .printPreview__includeOptionsLabel {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0; }
  .printPreview__scalableWrapper {
    background: #fff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
    height: 424px;
    position: relative;
    overflow: hidden; }
    @media print {
      .printPreview__scalableWrapper {
        box-shadow: none;
        height: auto !important;
        min-width: 0; } }
    .printPreview__scalableWrapper.loading:before, .printPreview__scalableWrapper.loading:after {
      position: absolute; }
    .printPreview__scalableWrapper.loading:before {
      background: #fff;
      content: '';
      height: 100%;
      width: 100%;
      z-index: 2; }
    .printPreview__scalableWrapper.loading:after {
      border: 4px solid #F2F2F2;
      border-top: 4px solid rgba(0, 0, 0, 0.95);
      border-radius: 50%;
      width: 56px;
      height: 56px;
      -webkit-animation: loaderSpin 1.5s linear infinite;
              animation: loaderSpin 1.5s linear infinite;
      content: '';
      margin-left: -28px;
      top: 100px;
      left: 50%;
      z-index: 3; }
    .printPreview__scalableWrapper .printedRecipe {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transform-origin: center center;
      min-width: 1100px; }
      @media print {
        .printPreview__scalableWrapper .printedRecipe {
          min-width: 0;
          position: static;
          transform: none !important; } }
      .printPreview__scalableWrapper .printedRecipe__meta .nutrition-profile {
        display: none; }
    @media (min-width: 1024px) {
      .printPreview__scalableWrapper {
        grid-area: printedPage; } }
  .printPreview__rightRail .printPreview__adsDontPrint,
  .printPreview__rightRail .ad {
    display: none; }
  @media (min-width: 1024px) {
    .printPreview__rightRail {
      grid-area: rightRail; }
      .printPreview__rightRail .printPreview__adsDontPrint,
      .printPreview__rightRail .ad {
        display: block; } }
  @media (min-width: 1162px) {
    .printPreview__rightRail {
      margin-left: 32px; } }
  .printPreview__bottomAds {
    text-align: center; }
    .printPreview__bottomAds.first-ad {
      margin-bottom: 16px; }
    @media (min-width: 768px) {
      .printPreview__bottomAds .tablet-ad {
        display: inline-block;
        margin-right: 0;
        margin-left: 12px; }
        .printPreview__bottomAds .tablet-ad.first-ad {
          margin-right: 0;
          margin-left: 12px; } }
    @media (min-width: 1024px) {
      .printPreview__bottomAds {
        grid-area: bottomAds; } }
  .printPreview__adsDontPrint {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    display: block;
    font-style: italic;
    margin-bottom: 4px;
    margin-top: 40px;
    text-align: center; }
    @media (min-width: 1024px) {
      .printPreview__adsDontPrint {
        margin-top: 64px; } }
  .printPreview .ad-title {
    display: block;
    text-align: center; }
  @media (min-width: 768px) {
    .printPreview__inner {
      margin: 0 auto;
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .printPreview__inner {
      display: grid;
      -moz-column-gap: 16px;
           column-gap: 16px;
      grid-template: "blank marketingPlacement rightRail" auto "blank printOptions rightRail" auto "sharebar printedPage rightRail" 1fr "bottomAds bottomAds bottomAds" auto/48px auto 300px;
      max-width: 1088px;
      padding: 0 16px; } }
  @media (min-width: 1162px) {
    .printPreview__inner {
      -moz-column-gap: 32px;
           column-gap: 32px;
      grid-template-columns: 48px 612px auto;
      max-width: 1310px;
      padding: 0 32px; } }

.fontSizeSlider {
  display: flex;
  justify-content: flex-start;
  width: 100%; }
  .fontSizeSlider > .icon.icon-font-size {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin-right: 24px; }
    .fontSizeSlider > .icon.icon-font-size path {
      fill: rgba(0, 0, 0, 0.65); }
    .fontSizeSlider > .icon.icon-font-size .icon-text {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: 700;
      padding-left: 16px;
      padding-right: 32px; }
  .fontSizeSlider__selectionArea {
    display: flex;
    position: relative; }
    .fontSizeSlider__selectionArea > span {
      display: inline-block; }
  .fontSizeSlider__slider {
    position: absolute;
    width: 100%;
    top: -14px; }
    .fontSizeSlider__sliderInput {
      position: relative;
      width: 100%;
      z-index: 100;
      -webkit-appearance: none;
      background: transparent;
      top: 4px; }
  .fontSizeSlider__sliderInput::-webkit-slider-thumb {
    height: 24px;
    width: 24px;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2); }
  .fontSizeSlider__sliderInput::-moz-range-thumb {
    height: 24px;
    width: 24px;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer; }
  .fontSizeSlider__graphic {
    cursor: pointer; }
    .fontSizeSlider__graphic.fontSize-1 {
      zoom: unset; }
      .fontSizeSlider__graphic.fontSize-1:before {
        content: 'Small';
        position: absolute;
        bottom: -26px;
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        cursor: text; }
      .fontSizeSlider__graphic.fontSize-1:after {
        content: 'Medium';
        position: absolute;
        bottom: -26px;
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        cursor: text;
        left: 109px; }
    .fontSizeSlider__graphic .fontSizeLeft,
    .fontSizeSlider__graphic .fontSizeRight {
      background: #ac1900;
      width: 134px;
      height: 8px;
      display: block;
      border: 1px solid #ac1900; }
    .fontSizeSlider__graphic .fontSizeRight {
      background: transparent;
      border-radius: 0 5px 5px 0;
      border-left: 0; }
      .fontSizeSlider__graphic .fontSizeRight:after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #ac1900;
        position: absolute;
        right: 0;
        top: 0;
        left: auto;
        border: 1px solid #ac1900; }
    .fontSizeSlider__graphic .fontSizeLeft {
      border-radius: 5px 0 0 5px;
      border-right: 0; }
      .fontSizeSlider__graphic .fontSizeLeft:before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        border: 1px solid #ac1900; }
    .fontSizeSlider__graphic.fontSize-2 {
      zoom: unset; }
      .fontSizeSlider__graphic.fontSize-2:before {
        content: 'Large';
        position: absolute;
        bottom: -26px;
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        cursor: text;
        text-align: right;
        right: 0; }
  .fontSizeSlider__icon {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 4px; }
  .fontSizeSlider .Large .fontSizeRight {
    background: #ac1900; }
    .fontSizeSlider .Large .fontSizeRight:before {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      right: 50%;
      top: 0;
      left: auto;
      border: 1px solid #ac1900; }
  .fontSizeSlider .Small .fontSizeLeft {
    background: transparent; }
    .fontSizeSlider .Small .fontSizeLeft:after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #ac1900;
      position: absolute;
      right: 0;
      top: 0;
      left: 50%;
      border: 1px solid #ac1900; }

.swears {
  padding: 0 16px; }
  @media (min-width: 768px) {
    .swears {
      max-width: 640px;
      margin: 0 auto;
      padding: 0; } }
  @media (min-width: 1024px) {
    .swears {
      max-width: 1088px;
      padding: 0 32px;
      display: grid;
      grid-template: "sharebar heading rightRail" auto "sharebar header rightRail" auto "sharebar content rightRail" auto/72px auto 324px; }
      .swears.twoPlus {
        grid-template: "heading rightRail" auto "content rightRail" auto/auto 324px; } }
  @media (min-width: 1162px) {
    .swears {
      grid-template-columns: 80px auto 364px;
      max-width: 1100px;
      padding: 0; }
      .template-gallery .swears, .template-recipe .swears, .template-category-page .swears, .template-aggregate .swears, .swears .print-preview, .template-node-video .swears {
        max-width: 1226px; } }
  @media (min-width: 1279px) {
    .template-gallery .swears, .template-recipe .swears, .template-category-page .swears, .template-aggregate .swears, .swears .print-preview, .template-node-video .swears {
      max-width: 1310px; } }
  .swears .feedback__addContainerButton {
    display: flex;
    align-items: center;
    justify-content: center; }
    .swears .feedback__addContainerButton svg {
      margin-right: 8px; }

body.modal-active.addSwears__modal.menu-active {
  overflow: hidden; }

body.modal-active.addSwears__modal .partial.modal.addSwears__modal {
  display: block;
  position: fixed;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0; }
  @media (min-width: 768px) {
    body.modal-active.addSwears__modal .partial.modal.addSwears__modal {
      height: calc(100vh - 300px);
      max-width: 1104px; } }
  body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 1024px) {
      body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap {
        overflow: unset; } }
    body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .close {
      top: 16px;
      right: 25px;
      z-index: 1;
      width: 24px;
      height: 24px; }
    body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .dialogTitle {
      display: flex;
      align-items: center;
      position: relative;
      width: 100%;
      height: 48px;
      background-color: #ac1900;
      margin: 0;
      padding: 0 16px;
      color: #fff;
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0; }
      body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .dialogTitle .icon {
        margin-right: 8px;
        height: 32px;
        width: 32px; }
        body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .dialogTitle .icon svg {
          fill: #fff; }
    body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content {
      padding: 0;
      overflow: auto;
      margin: 0 auto;
      height: calc(100% - 48px); }
      body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__body {
        height: calc(100% - 80px);
        padding: 24px 8px 0;
        overflow-y: auto;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start; }
        @media (min-width: 768px) {
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__body {
            left: 0;
            max-height: calc(100% - 48px);
            width: 100%; } }
        body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__body .addSwearsGridItem {
          padding: 8px;
          margin: 0 8px 24px;
          border: 1px solid rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
          width: 156px;
          height: 236px;
          position: relative;
          cursor: pointer; }
          @media (min-width: 768px) {
            body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__body .addSwearsGridItem {
              padding: 8px 16px;
              margin: 0 16px 40px;
              width: 232px;
              height: 290px; } }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__body .addSwearsGridItem__count {
            position: absolute;
            display: none;
            top: 4px;
            right: 4px;
            height: 40px;
            width: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            background-color: #ac1900; }
            body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__body .addSwearsGridItem__count--text {
              color: #fff; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__body .addSwearsGridItem__image {
            height: 140px;
            width: 140px; }
            @media (min-width: 768px) {
              body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__body .addSwearsGridItem__image {
                height: 202px;
                width: 202px; } }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__body .addSwearsGridItem__name {
            display: block;
            /* Fallback for non-webkit */
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 18px;
            line-height: 28px;
            max-height: 56px;
            max-height: unset;
            margin-top: 8px; }
            @media (min-width: 768px) {
              body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__body .addSwearsGridItem__name {
                margin-top: 16px; } }
            body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__body .addSwearsGridItem__name--text {
              font-family: "Source Sans Pro", Arial;
              font-size: 16px;
              line-height: 24px;
              font-weight: 400;
              letter-spacing: 0; }
        body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__body .itemSelected {
          border: 1px solid #ac1900; }
      body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer {
        display: flex;
        justify-content: flex-end;
        height: 80px;
        padding: 16px 32px; }
        @media (max-width: 767px) {
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer {
            padding: 16px; } }
        body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--cancel {
          text-transform: capitalize;
          /* standard */
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          text-transform: uppercase;
          font-weight: 700;
          letter-spacing: 1px;
          color: rgba(0, 0, 0, 0.95);
          transition: all .1s ease-in-out;
          text-decoration: none;
          font-weight: 700;
          text-transform: uppercase;
          margin: 14px 24px; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--cancel:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--cancel:active {
            opacity: 0.8; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--cancel:hover {
            color: rgba(0, 0, 0, 0.95);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--cancel:visited {
            color: rgba(0, 0, 0, 0.95); }
        body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit {
          text-transform: capitalize;
          /* standard */
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          text-transform: uppercase;
          font-weight: 700;
          letter-spacing: 1px;
          padding: 12px 32px;
          display: inline-block;
          text-align: center;
          border-width: 0;
          border-radius: 0;
          background: rgba(0, 0, 0, 0.95);
          color: #fff;
          border-radius: 0;
          border: 3px solid rgba(0, 0, 0, 0.95);
          line-height: 0;
          display: flex;
          height: 48px;
          font-weight: 700;
          align-items: center;
          text-transform: uppercase; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:active {
            opacity: 0.8; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:active {
            opacity: 0.8; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit svg path {
            fill: #fff; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:visited {
            background: rgba(0, 0, 0, 0.95);
            color: #fff; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:hover, body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:active, body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:focus {
            background: #ac1900;
            border-color: #ac1900;
            color: #fff; }
            body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:hover svg path, body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:active svg path, body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:focus svg path {
              fill: #fff; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit[disabled] {
            border: 3px solid #D9D9D9;
            background-color: #D9D9D9;
            color: #fff; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:active, body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:hover, body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:focus {
            border-color: #ac1900; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:active, body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:focus {
            border: 3px solid #014ecb; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit svg {
            fill: #fff; }
          body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--submit:hover svg {
            fill: rgba(0, 0, 0, 0.95); }
        body.modal-active.addSwears__modal .partial.modal.addSwears__modal .dialog-wrap .content__footer--disabled {
          pointer-events: none;
          border: 1px solid transparent;
          background-color: rgba(0, 0, 0, 0.15); }

body.modal-active.addSwearByStoryConfirmation__modal.menu-active {
  overflow: hidden; }

body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal {
  display: block;
  position: fixed;
  align-items: center;
  width: 328px;
  height: 236px;
  padding: 0; }
  body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .close {
    top: 16px;
    right: 25px;
    z-index: 1;
    width: 24px;
    height: 24px; }
  body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .dialogTitle {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 48px;
    background-color: #ac1900;
    margin: 0;
    padding: 0 16px;
    color: #fff;
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0; }
  body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content {
    padding: 16px; }
    body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__body {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0; }
    body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer {
      display: flex;
      justify-content: flex-end;
      margin-top: 24px; }
      body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 12px 32px;
        display: inline-block;
        text-align: center;
        border-width: 0;
        border-radius: 0;
        border: 3px solid rgba(0, 0, 0, 0.95);
        border-radius: 0;
        color: rgba(0, 0, 0, 0.95);
        background: #fff;
        display: flex;
        margin-right: 16px;
        line-height: 0;
        height: 48px;
        font-size: 18px;
        font-weight: 700;
        align-items: center;
        text-transform: none; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack:active {
          opacity: 0.8; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack:active {
          opacity: 0.8; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack svg path {
          fill: rgba(0, 0, 0, 0.95); }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack:visited {
          border: 3px solid rgba(0, 0, 0, 0.95);
          color: rgba(0, 0, 0, 0.95);
          background: #fff; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack:hover, body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack:active, body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack:focus {
          border-color: rgba(0, 0, 0, 0.95);
          color: #fff;
          background: rgba(0, 0, 0, 0.95); }
          body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack:hover svg path, body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack:active svg path, body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack:focus svg path {
            fill: #fff; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack[disabled] {
          border: 3px solid rgba(0, 0, 0, 0.3);
          background-color: #fff;
          color: rgba(0, 0, 0, 0.65); }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack:active, body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--goBack:focus {
          border: 3px solid #014ecb; }
      body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 12px 32px;
        display: inline-block;
        text-align: center;
        border-width: 0;
        border-radius: 0;
        background: rgba(0, 0, 0, 0.95);
        color: #fff;
        border-radius: 0;
        border: 3px solid rgba(0, 0, 0, 0.95);
        line-height: 0;
        display: flex;
        height: 48px;
        font-size: 18px;
        font-weight: 700;
        align-items: center;
        text-transform: none; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:active {
          opacity: 0.8; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:active {
          opacity: 0.8; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit svg path {
          fill: #fff; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:visited {
          background: rgba(0, 0, 0, 0.95);
          color: #fff; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:hover, body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:active, body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:focus {
          background: #ac1900;
          border-color: #ac1900;
          color: #fff; }
          body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:hover svg path, body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:active svg path, body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:focus svg path {
            fill: #fff; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit[disabled] {
          border: 3px solid #D9D9D9;
          background-color: #D9D9D9;
          color: #fff; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:active, body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:hover, body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:focus {
          border-color: #ac1900; }
        body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:active, body.modal-active.addSwearByStoryConfirmation__modal .partial.modal.addSwearByStoryConfirmation__modal .dialog-wrap .content__footer--submit:focus {
          border: 3px solid #014ecb; }

body.modal-active.addProductAlert__modal.menu-active {
  overflow: hidden; }

body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal {
  display: block;
  position: fixed;
  width: 328px;
  height: 236px;
  padding: 0; }
  body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .close {
    top: 16px;
    right: 25px;
    z-index: 1;
    width: 24px;
    height: 24px; }
  body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .dialogTitle {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 48px;
    background-color: #ac1900;
    margin: 0;
    padding: 0 16px;
    color: #fff;
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0; }
  body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content {
    padding: 16px; }
    body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__body {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0; }
    body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer {
      display: flex;
      justify-content: flex-end;
      margin-top: 24px; }
      body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 12px 32px;
        display: inline-block;
        text-align: center;
        border-width: 0;
        border-radius: 0;
        border: 3px solid rgba(0, 0, 0, 0.95);
        border-radius: 0;
        color: rgba(0, 0, 0, 0.95);
        background: #fff;
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        display: flex;
        margin-right: 16px;
        line-height: 0;
        height: 48px;
        font-weight: 700;
        align-items: center;
        text-transform: none; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel:active {
          opacity: 0.8; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel:active {
          opacity: 0.8; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel svg path {
          fill: rgba(0, 0, 0, 0.95); }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel:visited {
          border: 3px solid rgba(0, 0, 0, 0.95);
          color: rgba(0, 0, 0, 0.95);
          background: #fff; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel:hover, body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel:active, body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel:focus {
          border-color: rgba(0, 0, 0, 0.95);
          color: #fff;
          background: rgba(0, 0, 0, 0.95); }
          body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel:hover svg path, body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel:active svg path, body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel:focus svg path {
            fill: #fff; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel[disabled] {
          border: 3px solid rgba(0, 0, 0, 0.3);
          background-color: #fff;
          color: rgba(0, 0, 0, 0.65); }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel:active, body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--cancel:focus {
          border: 3px solid #014ecb; }
      body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 12px 32px;
        display: inline-block;
        text-align: center;
        border-width: 0;
        border-radius: 0;
        background: rgba(0, 0, 0, 0.95);
        color: #fff;
        border-radius: 0;
        border: 3px solid rgba(0, 0, 0, 0.95);
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 0;
        display: flex;
        height: 48px;
        font-weight: 700;
        align-items: center;
        text-transform: none; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:active {
          opacity: 0.8; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:active {
          opacity: 0.8; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit svg path {
          fill: #fff; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:visited {
          background: rgba(0, 0, 0, 0.95);
          color: #fff; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:hover, body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:active, body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:focus {
          background: #ac1900;
          border-color: #ac1900;
          color: #fff; }
          body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:hover svg path, body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:active svg path, body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:focus svg path {
            fill: #fff; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit[disabled] {
          border: 3px solid #D9D9D9;
          background-color: #D9D9D9;
          color: #fff; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:active, body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:hover, body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:focus {
          border-color: #ac1900; }
        body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:active, body.modal-active.addProductAlert__modal .partial.modal.addProductAlert__modal .dialog-wrap .content__footer--submit:focus {
          border: 3px solid #014ecb; }

@media (min-width: 768px) {
  .template-accounts\/profile .component.navigation-test .container {
    margin: 0 auto 0 64px; } }

@media (min-width: 768px) {
  .template-accounts\/profile .component.alert-banner .alert-wrapper {
    margin: 0 auto 0 64px; } }

.template-accounts\/profile .component.footer-test {
  margin-top: 0; }

.partial.modal.userProfileManagement__modal {
  position: fixed;
  width: 100vw;
  height: 568px;
  max-width: 390px;
  display: none;
  padding: 32px; }
  @media (min-width: 768px) {
    .partial.modal.userProfileManagement__modal {
      max-width: 736px; } }
  .partial.modal.userProfileManagement__modal .dialog-wrap {
    height: 100%; }
    .partial.modal.userProfileManagement__modal .dialog-wrap .close {
      top: 16px;
      right: 16px;
      width: 24px;
      height: 24px; }
      .partial.modal.userProfileManagement__modal .dialog-wrap .close svg path {
        fill: rgba(0, 0, 0, 0.95); }
    .partial.modal.userProfileManagement__modal .dialog-wrap .icon-close {
      height: 24px;
      width: 24px;
      bottom: 0; }
    .partial.modal.userProfileManagement__modal .dialog-wrap .content {
      padding: 0;
      height: calc(100% - 48px);
      overflow: auto;
      margin: 0 auto;
      max-width: inherit; }

.userProfileManagement__modalContainer {
  margin-top: 112px; }

.userProfileManagement__modalThankyou {
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .userProfileManagement__modalThankyou svg {
    fill: #008000; }
  .userProfileManagement__modalThankyouText {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 24px auto;
    max-width: 368px;
    color: rgba(0, 0, 0, 0.95);
    font-weight: 700; }
    @media (min-width: 768px) {
      .userProfileManagement__modalThankyouText {
        font-size: 36px;
        line-height: 44px; } }

.userProfileManagementContainer {
  background-color: rgba(0, 0, 0, 0.05); }
  .userProfileManagementContainer__error {
    display: flex;
    width: 220px;
    margin-top: 6px;
    outline: 3px solid #fae6e6;
    background-color: #fae6e6;
    padding: 12px; }
    .userProfileManagementContainer__error--text {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: 700;
      color: rgba(0, 0, 0, 0.95);
      display: block; }
    .userProfileManagementContainer__error .icon {
      vertical-align: bottom;
      margin-right: 8px; }
  .userProfileManagementContainer__label {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 700; }

.profileManagement {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .profileManagement {
      padding-top: 32px;
      padding-bottom: 64px;
      margin: 0 24px; } }
  @media (min-width: 1162px) {
    .profileManagement {
      padding-left: 0;
      padding-right: 0;
      margin: 0 auto; } }
  .profileManagement__h2 {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .profileManagement__h2 {
        font-size: 36px;
        line-height: 44px; } }
    @media (min-width: 768px) {
      .profileManagement__h2 {
        margin-bottom: 24px; } }
  .profileManagement__navContainer {
    width: 100%;
    min-width: 280px; }
    @media (min-width: 1024px) {
      .profileManagement__navContainer {
        margin-right: 16px;
        max-width: 280px; } }
    .profileManagement__navContainer nav {
      background-color: rgba(0, 0, 0, 0.05); }
      .profileManagement__navContainer nav ul {
        background-color: #fff; }
      .profileManagement__navContainer nav .secondaryNav .profileManagement__sideNavItem:first-of-type {
        border-top: 8px solid rgba(0, 0, 0, 0.05); }
      .profileManagement__navContainer nav .secondaryNav li {
        display: flex; }
        .profileManagement__navContainer nav .secondaryNav li a {
          padding: 16px 16px 16px 4px; }
      .profileManagement__navContainer nav .tertiaryNav .profileManagement__sideNavItem:first-of-type {
        border-top: 8px solid rgba(0, 0, 0, 0.05); }
      .profileManagement__navContainer nav .tertiaryNav li {
        display: flex; }
        .profileManagement__navContainer nav .tertiaryNav li a {
          padding: 16px; }
  .profileManagement__info {
    position: relative;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 32px 16px 40px;
    display: none;
    opacity: 0;
    margin: 0 auto;
    transition: right .3s ease-in-out; }
    @media (min-width: 768px) {
      .profileManagement__info {
        padding: 32px 64px; } }
    @media (min-width: 1024px) {
      .profileManagement__info {
        max-width: calc(100% - 344px);
        padding: 32px 24px;
        position: static;
        display: block;
        opacity: 1; } }
    @media (min-width: 1279px) {
      .profileManagement__info {
        max-width: 944px; } }
    .profileManagement__info .emptySwearsContainer, .profileManagement__info .emptyRecipesContainer {
      padding: 8px 16px 32px;
      text-align: center; }
      .profileManagement__info .emptySwearsContainer__title, .profileManagement__info .emptyRecipesContainer__title {
        font-family: "Klein", "Times New Roman", serif;
        text-transform: none;
        font-size: 28px;
        line-height: 34px;
        font-weight: 800;
        letter-spacing: 0;
        margin-top: 8px;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.65); }
      .profileManagement__info .emptySwearsContainer__subtitle, .profileManagement__info .emptyRecipesContainer__subtitle {
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.65); }
      .profileManagement__info .emptySwearsContainer__button, .profileManagement__info .emptyRecipesContainer__button {
        text-transform: capitalize;
        /* standard */
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 12px 32px;
        display: inline-block;
        text-align: center;
        border-width: 0;
        border-radius: 0;
        background: rgba(0, 0, 0, 0.95);
        color: #fff;
        border-radius: 0;
        border: 3px solid rgba(0, 0, 0, 0.95);
        margin-top: 16px;
        display: inline-flex; }
        .profileManagement__info .emptySwearsContainer__button:focus, .profileManagement__info .emptyRecipesContainer__button:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .profileManagement__info .emptySwearsContainer__button:active, .profileManagement__info .emptyRecipesContainer__button:active {
          opacity: 0.8; }
        .profileManagement__info .emptySwearsContainer__button:focus, .profileManagement__info .emptyRecipesContainer__button:focus {
          outline: none;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
        .profileManagement__info .emptySwearsContainer__button:active, .profileManagement__info .emptyRecipesContainer__button:active {
          opacity: 0.8; }
        .profileManagement__info .emptySwearsContainer__button svg path, .profileManagement__info .emptyRecipesContainer__button svg path {
          fill: #fff; }
        .profileManagement__info .emptySwearsContainer__button:visited, .profileManagement__info .emptyRecipesContainer__button:visited {
          background: rgba(0, 0, 0, 0.95);
          color: #fff; }
        .profileManagement__info .emptySwearsContainer__button:hover, .profileManagement__info .emptySwearsContainer__button:active, .profileManagement__info .emptySwearsContainer__button:focus, .profileManagement__info .emptyRecipesContainer__button:hover, .profileManagement__info .emptyRecipesContainer__button:active, .profileManagement__info .emptyRecipesContainer__button:focus {
          background: #ac1900;
          border-color: #ac1900;
          color: #fff; }
          .profileManagement__info .emptySwearsContainer__button:hover svg path, .profileManagement__info .emptySwearsContainer__button:active svg path, .profileManagement__info .emptySwearsContainer__button:focus svg path, .profileManagement__info .emptyRecipesContainer__button:hover svg path, .profileManagement__info .emptyRecipesContainer__button:active svg path, .profileManagement__info .emptyRecipesContainer__button:focus svg path {
            fill: #fff; }
        .profileManagement__info .emptySwearsContainer__button[disabled], .profileManagement__info .emptyRecipesContainer__button[disabled] {
          border: 3px solid #D9D9D9;
          background-color: #D9D9D9;
          color: #fff; }
        .profileManagement__info .emptySwearsContainer__button:active, .profileManagement__info .emptySwearsContainer__button:hover, .profileManagement__info .emptySwearsContainer__button:focus, .profileManagement__info .emptyRecipesContainer__button:active, .profileManagement__info .emptyRecipesContainer__button:hover, .profileManagement__info .emptyRecipesContainer__button:focus {
          border-color: #ac1900; }
        .profileManagement__info .emptySwearsContainer__button:active, .profileManagement__info .emptySwearsContainer__button:focus, .profileManagement__info .emptyRecipesContainer__button:active, .profileManagement__info .emptyRecipesContainer__button:focus {
          border: 3px solid #014ecb; }
        .profileManagement__info .emptySwearsContainer__button svg, .profileManagement__info .emptyRecipesContainer__button svg {
          margin-left: 4px;
          position: relative;
          top: -2px; }
    .profileManagement__info .changePassword__button {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 12px 32px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      background: rgba(0, 0, 0, 0.95);
      color: #fff;
      border-radius: 0;
      border: 3px solid rgba(0, 0, 0, 0.95); }
      .profileManagement__info .changePassword__button:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .profileManagement__info .changePassword__button:active {
        opacity: 0.8; }
      .profileManagement__info .changePassword__button:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .profileManagement__info .changePassword__button:active {
        opacity: 0.8; }
      .profileManagement__info .changePassword__button svg path {
        fill: #fff; }
      .profileManagement__info .changePassword__button:visited {
        background: rgba(0, 0, 0, 0.95);
        color: #fff; }
      .profileManagement__info .changePassword__button:hover, .profileManagement__info .changePassword__button:active, .profileManagement__info .changePassword__button:focus {
        background: #ac1900;
        border-color: #ac1900;
        color: #fff; }
        .profileManagement__info .changePassword__button:hover svg path, .profileManagement__info .changePassword__button:active svg path, .profileManagement__info .changePassword__button:focus svg path {
          fill: #fff; }
      .profileManagement__info .changePassword__button[disabled] {
        border: 3px solid #D9D9D9;
        background-color: #D9D9D9;
        color: #fff; }
      .profileManagement__info .changePassword__button:active, .profileManagement__info .changePassword__button:hover, .profileManagement__info .changePassword__button:focus {
        border-color: #ac1900; }
      .profileManagement__info .changePassword__button:active, .profileManagement__info .changePassword__button:focus {
        border: 3px solid #014ecb; }
    @media (min-width: 768px) {
      .profileManagement__info .publicProfile__container-socials-section .textInputItem {
        width: 45%; } }
    .profileManagement__info .publicProfile__picture-section {
      width: 100%;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .profileManagement__info .publicProfile__picture-section {
          width: 45%; } }
      .profileManagement__info .publicProfile__picture-section hr {
        border: none;
        border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .profileManagement__info .publicProfile__picture-title {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: 700; }
    .profileManagement__info .publicProfile__image-options {
      display: inline-flex; }
      .profileManagement__info .publicProfile__image-options .user-image {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 56px; }
        @media (min-width: 768px) {
          .profileManagement__info .publicProfile__image-options .user-image {
            margin-right: 64px; } }
      .profileManagement__info .publicProfile__image-options .imageUpload {
        margin-top: 4px; }
        .profileManagement__info .publicProfile__image-options .imageUpload.remove-image {
          font-family: "Source Sans Pro", Arial;
          font-size: 12px;
          line-height: 16px;
          font-weight: 400;
          letter-spacing: 0;
          border: none;
          color: rgba(0, 0, 0, 0.65);
          background-color: transparent;
          text-decoration: underline; }
        .profileManagement__info .publicProfile__image-options .imageUpload.change-image {
          text-transform: capitalize;
          font-family: "Source Sans Pro", Arial;
          font-size: 12px;
          line-height: 16px;
          font-weight: 700;
          letter-spacing: 1px;
          /* tiny */
          padding: 2px 12px;
          display: inline-block;
          text-align: center;
          border-width: 0;
          border-radius: 0;
          border: 1px solid #ac1900;
          border-radius: 0;
          color: rgba(0, 0, 0, 0.95);
          background: #fff;
          text-transform: none; }
          .profileManagement__info .publicProfile__image-options .imageUpload.change-image:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
          .profileManagement__info .publicProfile__image-options .imageUpload.change-image:active {
            opacity: 0.8; }
          .profileManagement__info .publicProfile__image-options .imageUpload.change-image:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
          .profileManagement__info .publicProfile__image-options .imageUpload.change-image:active {
            opacity: 0.8; }
          .profileManagement__info .publicProfile__image-options .imageUpload.change-image svg path {
            fill: rgba(0, 0, 0, 0.95); }
          .profileManagement__info .publicProfile__image-options .imageUpload.change-image:visited {
            border: 3px solid rgba(0, 0, 0, 0.95);
            color: rgba(0, 0, 0, 0.95);
            background: #fff; }
          .profileManagement__info .publicProfile__image-options .imageUpload.change-image:hover, .profileManagement__info .publicProfile__image-options .imageUpload.change-image:active, .profileManagement__info .publicProfile__image-options .imageUpload.change-image:focus {
            border-color: rgba(0, 0, 0, 0.95);
            color: #fff;
            background: rgba(0, 0, 0, 0.95); }
            .profileManagement__info .publicProfile__image-options .imageUpload.change-image:hover svg path, .profileManagement__info .publicProfile__image-options .imageUpload.change-image:active svg path, .profileManagement__info .publicProfile__image-options .imageUpload.change-image:focus svg path {
              fill: #fff; }
          .profileManagement__info .publicProfile__image-options .imageUpload.change-image[disabled] {
            border: 3px solid rgba(0, 0, 0, 0.3);
            background-color: #fff;
            color: rgba(0, 0, 0, 0.65); }
          .profileManagement__info .publicProfile__image-options .imageUpload.change-image:active, .profileManagement__info .publicProfile__image-options .imageUpload.change-image:focus {
            border: 3px solid #014ecb; }
    .profileManagement__info .container-swears, .profileManagement__info .container-recipes {
      margin: 0 -16px; }
      .profileManagement__info .container-swears .card, .profileManagement__info .container-recipes .card {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .profileManagement__info .container-swears, .profileManagement__info .container-recipes {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-gap: 32px;
          margin: 0 32px 32px;
          justify-items: center; } }
      @media (min-width: 1024px) {
        .profileManagement__info .container-swears, .profileManagement__info .container-recipes {
          margin-bottom: 16px; } }
      @media (min-width: 1279px) {
        .profileManagement__info .container-swears, .profileManagement__info .container-recipes {
          grid-template-columns: 1fr 1fr 1fr; } }
  .profileManagement__userGreetingSection {
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
    position: relative;
    text-align: center; }
  .profileManagement__greeting {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 auto; }
    .profileManagement__greeting .intro {
      font-weight: 400; }
  .profileManagement .greetingEmail {
    word-break: break-all; }
  .profileManagement .greetingName {
    word-break: break-word; }
  .profileManagement__user {
    text-align: center;
    margin-bottom: 16px; }
  .profileManagement__userImage {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    margin-right: 16px; }
  .profileManagement__button {
    text-transform: capitalize;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 16px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    border: 1px solid #ac1900;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.95);
    background: #fff;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer; }
    .profileManagement__button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .profileManagement__button:active {
      opacity: 0.8; }
    .profileManagement__button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .profileManagement__button:active {
      opacity: 0.8; }
    .profileManagement__button svg path {
      fill: rgba(0, 0, 0, 0.95); }
    .profileManagement__button:visited {
      border: 3px solid rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
    .profileManagement__button:hover, .profileManagement__button:active, .profileManagement__button:focus {
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff;
      background: rgba(0, 0, 0, 0.95); }
      .profileManagement__button:hover svg path, .profileManagement__button:active svg path, .profileManagement__button:focus svg path {
        fill: #fff; }
    .profileManagement__button[disabled] {
      border: 3px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.65); }
    .profileManagement__button:active, .profileManagement__button:focus {
      border: 3px solid #014ecb; }
  .profileManagement__sideNav {
    background-color: #fff; }
    .profileManagement__sideNavLink {
      display: block;
      padding: 16px;
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      width: 100%; }
      .profileManagement__sideNavLink:hover {
        background-color: rgba(0, 0, 0, 0.15); }
        .profileManagement__sideNavLink:hover .swear path:first-of-type {
          fill: rgba(0, 0, 0, 0.15); }
      .profileManagement__sideNavLink.selected {
        background-color: #fff;
        border-left: 4px solid #ac1900; }
        .profileManagement__sideNavLink.selected .swear path:first-of-type {
          fill: #fff; }
      .profileManagement__sideNavLink .icon {
        margin: 0 8px;
        transform: translateY(3px); }
    .profileManagement__sideNav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .profileManagement__sideNav ul li {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15); }
  .profileManagement__hideMobileElement {
    display: none; }
    @media (min-width: 1024px) {
      .profileManagement__hideMobileElement {
        display: block; } }
  .profileManagement__backButton .backButton {
    position: relative;
    background: transparent;
    border: none;
    padding: 16px;
    display: flex;
    align-items: center; }
    .profileManagement__backButton .backButton label {
      font-weight: 700; }
    .profileManagement__backButton .backButton svg {
      margin-right: 4px; }
      .profileManagement__backButton .backButton svg path {
        fill: #ac1900; }
    @media (min-width: 768px) {
      .profileManagement__backButton .backButton {
        padding: 16px 64px; } }
    @media (min-width: 1024px) {
      .profileManagement__backButton .backButton {
        display: none; } }
  .profileManagement .textInputItem {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .profileManagement .textInputItem {
        width: 47%;
        margin-bottom: 40px; } }
    @media (min-width: 1279px) {
      .profileManagement .textInputItem {
        width: 48%; } }
    .profileManagement .textInputItem__label {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      display: inline-block;
      margin-bottom: 4px;
      font-weight: 700; }
    .profileManagement .textInputItem__input {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      padding: 14px 16px;
      margin-bottom: 4px;
      height: 48px;
      border: 1px solid rgba(0, 0, 0, 0.65); }
      .profileManagement .textInputItem__input.invalid {
        outline: 3px solid #cc0000; }
    .profileManagement .textInputItem.displayNameTextInputItem, .profileManagement .textInputItem.emailTextInputItem, .profileManagement .textInputItem.firstNameTextInputItem, .profileManagement .textInputItem.lastNameTextInputItem, .profileManagement .textInputItem.zipcodeTextInputItem {
      display: inline-flex; }
    .profileManagement .textInputItem.zipcodeTextInputItem {
      margin-bottom: 0; }
      .profileManagement .textInputItem.zipcodeTextInputItem .textInputItem__input {
        display: block;
        margin-right: 0;
        box-sizing: border-box; }
    .profileManagement .textInputItem.displayNameTextInputItem, .profileManagement .textInputItem.emailTextInputItem {
      width: 100%;
      display: flex; }
      .profileManagement .textInputItem.displayNameTextInputItem input, .profileManagement .textInputItem.emailTextInputItem input {
        color: rgba(0, 0, 0, 0.3);
        border-color: rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      .profileManagement .textInputItem.lastNameTextInputItem, .profileManagement .textInputItem.zipcodeTextInputItem {
        margin-left: 32px; } }
  .profileManagement .textAreaInputItem {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 104px; }
    .profileManagement .textAreaInputItem__label {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      margin-bottom: 4px;
      font-weight: 700; }
    .profileManagement .textAreaInputItem__input {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      padding: 16px;
      border: 1px solid rgba(0, 0, 0, 0.65); }
  .profileManagement .dateInput {
    display: inline-block;
    margin-bottom: 40px; }
    .profileManagement .dateInput__itemWrapper {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.65); }
      .profileManagement .dateInput__itemWrapper .textInputItem {
        width: 56px;
        text-align: center;
        margin-right: 8px;
        margin-left: 8px;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .profileManagement .dateInput__itemWrapper .textInputItem {
            width: 56px; } }
        .profileManagement .dateInput__itemWrapper .textInputItem:first-child {
          margin-left: 0; }
        .profileManagement .dateInput__itemWrapper .textInputItem:last-child {
          width: 64px;
          margin-right: 0; }
          .profileManagement .dateInput__itemWrapper .textInputItem:last-child .textInputItem__input {
            padding: 12px 0; }
        .profileManagement .dateInput__itemWrapper .textInputItem__input {
          text-align: center;
          margin: 1px; }
          @media (min-width: 768px) {
            .profileManagement .dateInput__itemWrapper .textInputItem__input {
              padding: 12px 9px; } }
        .profileManagement .dateInput__itemWrapper .textInputItem__label {
          margin: 0; }
      .profileManagement .dateInput__itemWrapper.invalid {
        outline: 3px solid #cc0000; }
  .profileManagement .open {
    display: block; }
  .profileManagement .component.loader {
    margin: 0 auto; }
  .profileManagement .sitesWrapper__header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 16px; }
    .profileManagement .sitesWrapper__header--title {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0; }
    .profileManagement .sitesWrapper__header--link {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      cursor: pointer; }
      .profileManagement .sitesWrapper__header--link.underlined {
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .profileManagement .sitesWrapper__header--link:hover, .profileManagement .sitesWrapper__header--link:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .profileManagement .sitesWrapper__header--link:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 #595959; }
      .profileManagement .sitesWrapper__header--link:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
  .profileManagement .sitesWrapper__logo {
    margin-top: 0; }
    .profileManagement .sitesWrapper__logo svg {
      height: 30px; }
      @media (min-width: 768px) {
        .profileManagement .sitesWrapper__logo svg {
          height: 40px; } }
  .profileManagement .sitesWrapper__footer {
    margin: 16px auto; }
    .profileManagement .sitesWrapper__footer--link {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .profileManagement .sitesWrapper__footer--link:hover, .profileManagement .sitesWrapper__footer--link:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .profileManagement .sitesWrapper__footer--link:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 #595959; }
      .profileManagement .sitesWrapper__footer--link:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
  .profileManagement .icon.info {
    vertical-align: middle;
    margin-left: 4px; }
  .profileManagement .radioGroup__label {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 8px; }
  .profileManagement .radioGroup__input {
    margin-right: 8px; }
  .profileManagement .tout {
    margin: 0;
    width: 100%; }
    .profileManagement .tout__contentFlagText, .profileManagement .tout__contentFlagIcon {
      position: relative;
      vertical-align: middle;
      display: inline-block; }
    .profileManagement .tout__contentFlagText {
      vertical-align: top; }
    .profileManagement .tout__content {
      width: 100%; }
      .profileManagement .tout__content .icon.star-full path, .profileManagement .tout__content .icon.star-empty path {
        fill: unset; }
      .profileManagement .tout__content .icon.star-full g g {
        fill: rgba(0, 0, 0, 0.65); }
    .profileManagement .tout__imageContainer .lazy-image__placeholder {
      height: auto; }
    .profileManagement .tout__deleteContainer {
      margin-top: 16px; }
      @media (min-width: 768px) {
        .profileManagement .tout__deleteContainer {
          margin-top: 24px; } }
      .profileManagement .tout__deleteContainer .icon g g {
        fill: #ac1900; }
  .profileManagement .profileSection {
    border: 1px solid rgba(0, 0, 0, 0.15); }
    .profileManagement .profileSectionHeading {
      background-color: #ac1900;
      text-align: center; }
      .profileManagement .profileSectionHeading .iconContainer {
        background-color: rgba(0, 0, 0, 0.95);
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .profileManagement .profileSectionHeading .iconContainer .icon {
          fill: rgba(255, 255, 255, 0.05); }
        .profileManagement .profileSectionHeading .iconContainer .petIcon--other__outerCircle {
          background-color: rgba(0, 0, 0, 0.95); }
        .profileManagement .profileSectionHeading .iconContainer .petIcon--other__innerCircle {
          background-color: rgba(255, 255, 255, 0.05); }
      .profileManagement .profileSectionHeading__content {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        margin: 0;
        margin-left: 10px; }
      .profileManagement .profileSectionHeading .removeButton {
        font-family: "Source Sans Pro", Arial;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        letter-spacing: 0;
        text-decoration: underline;
        margin-left: auto;
        color: rgba(0, 0, 0, 0.65);
        border: 0;
        background: rgba(0, 0, 0, 0); }
    .profileManagement .profileSection .selectGroupLabel {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      display: inline-block;
      margin-bottom: 4px;
      font-weight: 700; }
    .profileManagement .profileSection .textAreaInputItem,
    .profileManagement .profileSection .radioCollection {
      margin: 16px; }
    .profileManagement .profileSection--pet {
      overflow: hidden;
      width: 536px;
      margin: 0 auto;
      margin-bottom: 24px; }
      .profileManagement .profileSection--pet .profileSectionHeading {
        display: flex;
        align-items: center;
        padding: 16px;
        justify-content: space-between; }
      .profileManagement .profileSection--pet .userInputContainer {
        padding: 16px 16px 0;
        margin-bottom: -16px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: #fff; }
        @media (min-width: 768px) {
          .profileManagement .profileSection--pet .userInputContainer {
            justify-content: space-evenly; } }
        @media (min-width: 768px) {
          .profileManagement .profileSection--pet .userInputContainer .petNameTextInputItem {
            margin: 0 0 40px;
            width: 228px; } }
        .profileManagement .profileSection--pet .userInputContainer .dateInput {
          margin-bottom: 40px; }
          @media (min-width: 768px) {
            .profileManagement .profileSection--pet .userInputContainer .dateInput {
              width: 228px; } }
          .profileManagement .profileSection--pet .userInputContainer .dateInput__itemWrapper {
            display: flex;
            align-items: center; }
            .profileManagement .profileSection--pet .userInputContainer .dateInput__itemWrapper .textInputItem {
              margin-bottom: 0; }
      .profileManagement .profileSection--pet .flex-container {
        width: 100%;
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          .profileManagement .profileSection--pet .flex-container {
            width: 228px; } }
        .profileManagement .profileSection--pet .flex-container .select-group {
          position: relative; }
          .profileManagement .profileSection--pet .flex-container .select-group:after {
            content: '';
            border: solid rgba(0, 0, 0, 0.65);
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            position: absolute;
            pointer-events: none;
            right: 16px;
            top: 48px;
            transform: rotate(45deg); }
          .profileManagement .profileSection--pet .flex-container .select-group .inputSelect {
            font-family: "Source Sans Pro", Arial;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            letter-spacing: 0;
            width: 100%;
            border: 1px solid rgba(0, 0, 0, 0.65);
            padding: 11px 16px;
            background-color: #fff;
            margin-bottom: 4px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
      .profileManagement .profileSection--pet .date-container {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%; }
      .profileManagement .profileSection--pet__buttonContainer {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center; }
        .profileManagement .profileSection--pet__buttonContainer .icon {
          fill: #fff; }
        .profileManagement .profileSection--pet__buttonContainer .petIconContainer {
          border: 1px solid rgba(0, 0, 0, 0);
          background-color: #ac1900;
          border-radius: 50%;
          width: 47px;
          height: 47px;
          display: flex;
          justify-content: space-evenly;
          align-items: center; }
          @media (min-width: 768px) {
            .profileManagement .profileSection--pet__buttonContainer .petIconContainer {
              justify-content: center; } }
        .profileManagement .profileSection--pet__buttonContainer .petIcon--other__outerCircle {
          border: 1px solid rgba(0, 0, 0, 0);
          background-color: #ac1900; }
        .profileManagement .profileSection--pet__buttonContainer .petIcon--other__innerCircle {
          background-color: #fff; }
      .profileManagement .profileSection--pet__button--cat, .profileManagement .profileSection--pet__button--dog, .profileManagement .profileSection--pet__button--other {
        position: relative;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        width: 112px;
        height: 112px;
        background-color: rgba(0, 0, 0, 0.05); }
        .profileManagement .profileSection--pet__button--cat .addPet, .profileManagement .profileSection--pet__button--dog .addPet, .profileManagement .profileSection--pet__button--other .addPet {
          font-family: "Source Sans Pro", Arial;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.95);
          margin-top: 12px;
          border: 0; }
          .profileManagement .profileSection--pet__button--cat .addPet:after, .profileManagement .profileSection--pet__button--dog .addPet:after, .profileManagement .profileSection--pet__button--other .addPet:after {
            bottom: 0;
            content: '';
            left: 0;
            position: absolute;
            right: 0;
            top: 0; }
      .profileManagement .profileSection--pet__button--dog, .profileManagement .profileSection--pet__button--other {
        margin-left: 16px; }
  .profileManagement .react-test .panel.userProfile {
    width: 100%;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 0;
    margin-bottom: 24px; }
    .profileManagement .react-test .panel.userProfile .panel-collapse {
      padding: 40px 16px 32px;
      border-top: 1px solid rgba(0, 0, 0, 0.3);
      display: flex;
      flex-flow: row wrap; }
      @media (min-width: 768px) {
        .profileManagement .react-test .panel.userProfile .panel-collapse {
          justify-content: space-between; } }
      .profileManagement .react-test .panel.userProfile .panel-collapse.panel-close {
        border-top: none;
        padding: 0; }
      @media (min-width: 768px) {
        .profileManagement .react-test .panel.userProfile .panel-collapse {
          padding: 32px 24px; } }
      @media (min-width: 768px) {
        .profileManagement .react-test .panel.userProfile .panel-collapse .bithDateInput {
          margin-bottom: 0; } }
      .profileManagement .react-test .panel.userProfile .panel-collapse .weddingDateInput {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .profileManagement .react-test .panel.userProfile .panel-collapse .growZoneTextInputItem {
          width: 100%;
          margin-bottom: 32px; }
          .profileManagement .react-test .panel.userProfile .panel-collapse .growZoneTextInputItem .textInputItem__input {
            width: 203px; } }
      .profileManagement .react-test .panel.userProfile .panel-collapse .growZoneOutput {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        margin: 0; }
        .profileManagement .react-test .panel.userProfile .panel-collapse .growZoneOutput span {
          color: rgba(0, 0, 0, 0.65);
          font-weight: 400; }
  .profileManagement .panelHeading {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 16px; }
    @media (min-width: 768px) {
      .profileManagement .panelHeading {
        flex-direction: row;
        padding-left: 24px;
        padding-right: 24px; } }
    .profileManagement .panelHeading__title {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0; }
      @media (min-width: 768px) {
        .profileManagement .panelHeading__title {
          color: rgba(0, 0, 0, 0.95);
          font-family: "Klein", "Times New Roman", serif;
          font-size: 24px;
          line-height: 32px;
          font-weight: 700;
          letter-spacing: 0; } }
    .profileManagement .panelHeading__subtitle {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65); }
      @media (min-width: 768px) {
        .profileManagement .panelHeading__subtitle {
          margin-top: 5px;
          margin-left: 12px;
          padding-left: 12px;
          border-left: 1px solid rgba(0, 0, 0, 0.15); } }
    .profileManagement .panelHeading__filterMessage {
      align-self: flex-end;
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      color: #AF0D36;
      font-weight: 700;
      position: absolute;
      bottom: 20px; }
      @media (min-width: 768px) {
        .profileManagement .panelHeading__filterMessage {
          bottom: 4px;
          right: 24px; } }
      @media (min-width: 1024px) {
        .profileManagement .panelHeading__filterMessage {
          position: relative;
          margin-left: auto; } }
    .profileManagement .panelHeading__toggle {
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      background-color: transparent;
      text-align: right;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
  .profileManagement .chevron {
    margin-right: 4px;
    margin-top: 16px;
    align-self: flex-start;
    transition: transform 0.2s; }
    @media (min-width: 768px) {
      .profileManagement .chevron {
        margin-top: 20px;
        margin-right: 12px; } }
    .profileManagement .chevron.panelOpened {
      transform: rotate(180deg); }
    .profileManagement .chevron.panelClosed {
      transform: rotate(0deg); }
  .profileManagement .layoutHeader__titleContainer {
    position: relative; }
  .profileManagement .layoutHeader__button {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    margin-bottom: 16px;
    cursor: pointer; }
    .profileManagement .layoutHeader__button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .profileManagement .layoutHeader__button:active {
      opacity: 0.8; }
    .profileManagement .layoutHeader__button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .profileManagement .layoutHeader__button:active {
      opacity: 0.8; }
    .profileManagement .layoutHeader__button svg path {
      fill: #fff; }
    .profileManagement .layoutHeader__button:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .profileManagement .layoutHeader__button:hover, .profileManagement .layoutHeader__button:active, .profileManagement .layoutHeader__button:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .profileManagement .layoutHeader__button:hover svg path, .profileManagement .layoutHeader__button:active svg path, .profileManagement .layoutHeader__button:focus svg path {
        fill: #fff; }
    .profileManagement .layoutHeader__button[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .profileManagement .layoutHeader__button:active, .profileManagement .layoutHeader__button:hover, .profileManagement .layoutHeader__button:focus {
      border-color: #ac1900; }
    .profileManagement .layoutHeader__button:active, .profileManagement .layoutHeader__button:focus {
      border: 3px solid #014ecb; }
    @media (min-width: 768px) {
      .profileManagement .layoutHeader__button {
        position: absolute;
        top: 0;
        right: 0; } }
  .profileManagement .layoutHeader__title {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .profileManagement .layoutHeader__title {
        font-size: 36px;
        line-height: 44px; } }
    @media (min-width: 768px) {
      .profileManagement .layoutHeader__title {
        margin-bottom: 24px; } }
  .profileManagement .layoutHeader__description {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    letter-spacing: 0.1px; }
  .profileManagement .layoutHeader__subtitle {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 16px;
    margin-bottom: 32px;
    display: flex; }
    .profileManagement .layoutHeader__subtitle .icon {
      flex-shrink: 0;
      margin-right: 8px; }
  .profileManagement .layoutHeader .button--top {
    color: #fff;
    padding: 10px;
    border: 1px solid #ac1900;
    background-color: #ac1900;
    float: right;
    margin-top: 20px; }
  .profileManagement .layoutHeader__divider {
    margin: 0 -16px;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
    @media (min-width: 768px) {
      .profileManagement .layoutHeader__divider {
        margin: 0 -64px; } }
    @media (min-width: 1024px) {
      .profileManagement .layoutHeader__divider {
        margin: 0 -24px; } }
  @media (min-width: 768px) {
    .profileManagement .layoutHeader.fixed .layoutHeader__titleContainer {
      position: fixed;
      top: 80px; } }
  .profileManagement .layoutHeader.fixed .layoutHeader__button {
    position: fixed;
    bottom: 50px;
    right: calc(100% - 273px); }
    @media (min-width: 768px) {
      .profileManagement .layoutHeader.fixed .layoutHeader__button {
        bottom: unset;
        top: 80px;
        right: 48px; } }
    @media (min-width: 1279px) {
      .profileManagement .layoutHeader.fixed .layoutHeader__button {
        right: 152px; } }
  @media (min-width: 768px) {
    .profileManagement .layoutHeader.fixed .layoutHeader__description {
      margin-top: 64px; } }
  .profileManagement .newsletters__divider {
    margin: 64px -16px;
    border-top: 1px solid rgba(0, 0, 0, 0.95); }
    @media (min-width: 768px) {
      .profileManagement .newsletters__divider {
        margin: 64px -64px; } }
    @media (min-width: 1024px) {
      .profileManagement .newsletters__divider {
        margin: 64px -24px; } }
  .profileManagement .newsletters--moreNewsletters__title {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .profileManagement .newsletters--moreNewsletters__title {
        font-size: 36px;
        line-height: 44px; } }
    @media (min-width: 768px) {
      .profileManagement .newsletters--moreNewsletters__title {
        margin-bottom: 16px; } }
  .profileManagement .newsletters--moreNewsletters__description {
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    letter-spacing: 0.1px; }
  .profileManagement .newslettersWrapper, .profileManagement .objectorsWrapper, .profileManagement .alertsWrapper {
    display: grid;
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 768px) {
      .profileManagement .newslettersWrapper, .profileManagement .objectorsWrapper, .profileManagement .alertsWrapper {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 16px; } }
  .profileManagement .objectorsWrapper, .profileManagement .alertsWrapper {
    margin-top: 32px; }
    .profileManagement .objectorsWrapper__container, .profileManagement .alertsWrapper__container {
      width: 100%; }
      .profileManagement .objectorsWrapper__container .objectors__title, .profileManagement .alertsWrapper__container .objectors__title {
        display: block;
        margin-bottom: 28px;
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0; }
  .profileManagement .newsletter {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
    height: 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0 0 16px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%; }
    .profileManagement .newsletter .checkbox:checked + .newsletterCheckbox__name:after {
      background-color: transparent;
      border: solid 1px #fff;
      border-width: 0 2px 2px 0;
      left: 5px;
      opacity: 1;
      transform: rotate(45deg); }
    .profileManagement .newsletter .checkbox:checked + .newsletterCheckbox__name:before {
      border-color: #595959;
      background-color: #595959;
      color: #fff; }
    .profileManagement .newsletter .checkbox:checked + .newsletterCheckbox__name:after {
      top: 1px;
      left: 5px; }
    .profileManagement .newsletter .checkbox:checked + .newsletterCheckbox__name:hover:before {
      border-color: #595959;
      background-color: #595959;
      color: #fff; }
    .profileManagement .newsletter .checkbox:focus + .newsletterCheckbox__name:before {
      box-shadow: none;
      outline: 2px solid #014ECB;
      outline-offset: 3px; }
    .profileManagement .newsletter .checkbox {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .profileManagement .newsletter .newsletterCheckbox__name {
      position: relative;
      padding-left: 26px;
      cursor: pointer; }
      .profileManagement .newsletter .newsletterCheckbox__name:before, .profileManagement .newsletter .newsletterCheckbox__name:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: inline-block; }
      .profileManagement .newsletter .newsletterCheckbox__name:before {
        width: 18px;
        height: 18px;
        border-radius: 3px;
        border: 2px solid #595959;
        background-color: transparent; }
      .profileManagement .newsletter .newsletterCheckbox__name:after {
        opacity: 1; }
      .profileManagement .newsletter .newsletterCheckbox__name:after {
        top: 1px;
        left: 5px;
        width: 8px;
        height: 12px;
        border: solid 1px #fff;
        border-width: 0 2px 2px 0;
        background-color: transparent;
        transform: rotate(45deg); }
    .profileManagement .newsletter__name {
      width: 100%;
      margin-right: 16px;
      text-align: left; }
    .profileManagement .newsletter .iconWrapper {
      width: 80px;
      height: 80px;
      flex-shrink: 0;
      margin-right: 16px; }
      .profileManagement .newsletter .iconWrapper img {
        width: 100%;
        height: auto; }
    .profileManagement .newsletter .newsletterCheckbox {
      width: 18px;
      height: 18px;
      margin-right: 16px; }
  .profileManagement .objector, .profileManagement .alert {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    margin-right: 16px; }
    .profileManagement .objector__name, .profileManagement .alert__name {
      width: 100%;
      margin-right: 16px;
      text-align: left; }
    .profileManagement .objector .checkbox:checked + .objectorCheckbox__name:after, .profileManagement .alert .checkbox:checked + .objectorCheckbox__name:after {
      background-color: transparent;
      border: solid 1px #fff;
      border-width: 0 2px 2px 0;
      left: 5px;
      opacity: 1;
      transform: rotate(45deg); }
    .profileManagement .objector .checkbox:checked + .objectorCheckbox__name:before, .profileManagement .alert .checkbox:checked + .objectorCheckbox__name:before {
      border-color: #595959;
      background-color: #595959;
      color: #fff; }
    .profileManagement .objector .checkbox:checked + .objectorCheckbox__name:after, .profileManagement .alert .checkbox:checked + .objectorCheckbox__name:after {
      top: 1px;
      left: 5px; }
    .profileManagement .objector .checkbox:checked + .objectorCheckbox__name:hover:before, .profileManagement .alert .checkbox:checked + .objectorCheckbox__name:hover:before {
      border-color: #595959;
      background-color: #595959;
      color: #fff; }
    .profileManagement .objector .checkbox:focus + .objectorCheckbox__name:before, .profileManagement .alert .checkbox:focus + .objectorCheckbox__name:before {
      box-shadow: none;
      outline: 2px solid #014ECB;
      outline-offset: 3px; }
    .profileManagement .objector .checkbox, .profileManagement .alert .checkbox {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .profileManagement .objector .objectorCheckbox__name, .profileManagement .alert .objectorCheckbox__name {
      position: relative;
      padding-left: 26px;
      cursor: pointer; }
      .profileManagement .objector .objectorCheckbox__name:before, .profileManagement .objector .objectorCheckbox__name:after, .profileManagement .alert .objectorCheckbox__name:before, .profileManagement .alert .objectorCheckbox__name:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: inline-block; }
      .profileManagement .objector .objectorCheckbox__name:before, .profileManagement .alert .objectorCheckbox__name:before {
        width: 18px;
        height: 18px;
        border-radius: 3px;
        border: 2px solid #595959;
        background-color: transparent; }
      .profileManagement .objector .objectorCheckbox__name:after, .profileManagement .alert .objectorCheckbox__name:after {
        opacity: 1; }
      .profileManagement .objector .objectorCheckbox__name:after, .profileManagement .alert .objectorCheckbox__name:after {
        top: 1px;
        left: 5px;
        width: 8px;
        height: 12px;
        border: solid 1px #fff;
        border-width: 0 2px 2px 0;
        background-color: transparent;
        transform: rotate(45deg); }
    .profileManagement .objector .objectorCheckbox, .profileManagement .alert .objectorCheckbox {
      width: 18px;
      height: 18px; }
  .profileManagement .unsavedChanges {
    max-width: 328px;
    padding: 0; }
    .profileManagement .unsavedChanges .dialog-title {
      display: block;
      padding: 12px 16px;
      background-color: #ac1900;
      color: #fff;
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0;
      font-weight: 700; }
    .profileManagement .unsavedChanges .close {
      top: 2px; }
      .profileManagement .unsavedChanges .close.icon-close {
        position: relative;
        width: 24px;
        height: 24px; }
    .profileManagement .unsavedChanges .content {
      background-color: #fff;
      position: relative;
      padding: 16px; }
    .profileManagement .unsavedChanges--text {
      margin-bottom: 32px;
      margin-top: 0; }
    .profileManagement .unsavedChanges.buttons-container {
      display: flex;
      flex-direction: row;
      justify-content: flex-end; }
    .profileManagement .unsavedChanges-discard {
      text-transform: capitalize;
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 8px 32px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      border: 3px solid rgba(0, 0, 0, 0.95);
      border-radius: 0;
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
      .profileManagement .unsavedChanges-discard:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .profileManagement .unsavedChanges-discard:active {
        opacity: 0.8; }
      .profileManagement .unsavedChanges-discard:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .profileManagement .unsavedChanges-discard:active {
        opacity: 0.8; }
      .profileManagement .unsavedChanges-discard svg path {
        fill: rgba(0, 0, 0, 0.95); }
      .profileManagement .unsavedChanges-discard:visited {
        border: 3px solid rgba(0, 0, 0, 0.95);
        color: rgba(0, 0, 0, 0.95);
        background: #fff; }
      .profileManagement .unsavedChanges-discard:hover, .profileManagement .unsavedChanges-discard:active, .profileManagement .unsavedChanges-discard:focus {
        border-color: rgba(0, 0, 0, 0.95);
        color: #fff;
        background: rgba(0, 0, 0, 0.95); }
        .profileManagement .unsavedChanges-discard:hover svg path, .profileManagement .unsavedChanges-discard:active svg path, .profileManagement .unsavedChanges-discard:focus svg path {
          fill: #fff; }
      .profileManagement .unsavedChanges-discard[disabled] {
        border: 3px solid rgba(0, 0, 0, 0.3);
        background-color: #fff;
        color: rgba(0, 0, 0, 0.65); }
      .profileManagement .unsavedChanges-discard:active, .profileManagement .unsavedChanges-discard:focus {
        border: 3px solid #014ecb; }
    .profileManagement .unsavedChanges-save {
      text-transform: capitalize;
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 8px 32px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      background: rgba(0, 0, 0, 0.95);
      color: #fff;
      border-radius: 0;
      border: 3px solid rgba(0, 0, 0, 0.95);
      margin-left: 16px; }
      .profileManagement .unsavedChanges-save:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .profileManagement .unsavedChanges-save:active {
        opacity: 0.8; }
      .profileManagement .unsavedChanges-save:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .profileManagement .unsavedChanges-save:active {
        opacity: 0.8; }
      .profileManagement .unsavedChanges-save svg path {
        fill: #fff; }
      .profileManagement .unsavedChanges-save:visited {
        background: rgba(0, 0, 0, 0.95);
        color: #fff; }
      .profileManagement .unsavedChanges-save:hover, .profileManagement .unsavedChanges-save:active, .profileManagement .unsavedChanges-save:focus {
        background: #ac1900;
        border-color: #ac1900;
        color: #fff; }
        .profileManagement .unsavedChanges-save:hover svg path, .profileManagement .unsavedChanges-save:active svg path, .profileManagement .unsavedChanges-save:focus svg path {
          fill: #fff; }
      .profileManagement .unsavedChanges-save[disabled] {
        border: 3px solid #D9D9D9;
        background-color: #D9D9D9;
        color: #fff; }
      .profileManagement .unsavedChanges-save:active, .profileManagement .unsavedChanges-save:hover, .profileManagement .unsavedChanges-save:focus {
        border-color: #ac1900; }
      .profileManagement .unsavedChanges-save:active, .profileManagement .unsavedChanges-save:focus {
        border: 3px solid #014ecb; }
    .profileManagement .unsavedChanges-discard, .profileManagement .unsavedChanges-save {
      text-transform: unset; }
  .profileManagement .bookmarks__container .alert-banner {
    position: absolute;
    background: #e5f2e5;
    width: 100vw;
    top: -24px;
    left: -16px;
    padding: 12px 16px 8px; }
    @media (min-width: 768px) {
      .profileManagement .bookmarks__container .alert-banner {
        top: 0; } }
  .profileManagement .bookmarks__container .alert-text {
    font-weight: 400; }
  .profileManagement .bookmarks__container .alert-icon {
    padding-top: 4px; }
  .profileManagement .bookmarks__container .bookmarksByBrand__container .react-test .panel.userProfile .panel-collapse:not(.panel-close) {
    padding: 40px 0 32px; }
    @media (min-width: 768px) {
      .profileManagement .bookmarks__container .bookmarksByBrand__container .react-test .panel.userProfile .panel-collapse:not(.panel-close) {
        padding: 40px 16px 32px; } }
  .profileManagement .showInfo {
    display: block;
    opacity: 1;
    right: 0; }
    @media (min-width: 1024px) {
      .profileManagement .showInfo {
        margin-right: 24px;
        margin-left: 0; } }
    @media (min-width: 1279px) {
      .profileManagement .showInfo {
        margin-right: 0; } }
    .profileManagement .showInfo .layoutHeader {
      padding-bottom: 32px; }
  .profileManagement .tooltip-trigger {
    vertical-align: top; }
  .profileManagement .tooltip-bubble {
    width: 175px;
    background-color: #595959;
    padding: 4px 7px 7px;
    position: absolute;
    z-index: 1; }
    .profileManagement .tooltip-bubble .tooltip-message {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      color: #fff;
      text-align: center; }

.productToutCard__toutCardContainer {
  display: none; }
  @media (min-width: 1024px) {
    .productToutCard__toutCardContainer {
      display: block;
      flex: 0 0 300px;
      margin-left: 24px;
      position: -webkit-sticky;
      position: sticky;
      top: 100px;
      align-self: flex-start; } }

.productToutCard__originalPrice {
  color: rgba(0, 0, 0, 0.95);
  font-family: "Klein", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 24px; }
  @media (min-width: 1024px) {
    .productToutCard__originalPrice {
      margin-top: 0; } }

.productToutCard__toutCardHeadlineContainer {
  display: flex; }

.productToutCard__toutImageContainer {
  min-width: 96px;
  min-height: 96px;
  margin: 0 16px 16px 0; }

.productToutCard__toutCardHeadline {
  margin-top: 0;
  font-family: "Klein", "Times New Roman", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 400; }
  .productToutCard__toutCardHeadline a {
    color: rgba(0, 0, 0, 0.95); }

.productToutCard__toutCardButtonContainer {
  margin: 16px auto 32px; }

.productToutCard__toutCardButton {
  text-transform: capitalize;
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.95);
  background: #fff;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .productToutCard__toutCardButton:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .productToutCard__toutCardButton:active {
    opacity: 0.8; }
  .productToutCard__toutCardButton:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .productToutCard__toutCardButton:active {
    opacity: 0.8; }
  .productToutCard__toutCardButton svg path {
    fill: rgba(0, 0, 0, 0.95); }
  .productToutCard__toutCardButton:visited {
    border: 3px solid rgba(0, 0, 0, 0.95);
    color: rgba(0, 0, 0, 0.95);
    background: #fff; }
  .productToutCard__toutCardButton:hover, .productToutCard__toutCardButton:active, .productToutCard__toutCardButton:focus {
    border-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    background: rgba(0, 0, 0, 0.95); }
    .productToutCard__toutCardButton:hover svg path, .productToutCard__toutCardButton:active svg path, .productToutCard__toutCardButton:focus svg path {
      fill: #fff; }
  .productToutCard__toutCardButton[disabled] {
    border: 3px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: rgba(0, 0, 0, 0.65); }
  .productToutCard__toutCardButton:active, .productToutCard__toutCardButton:focus {
    border: 3px solid #014ecb; }
  .productToutCard__toutCardButton svg {
    margin-left: 4px; }
    .productToutCard__toutCardButton svg path {
      fill: #ac1900; }
  .productToutCard__toutCardButton:hover svg path {
    fill: #fff; }

.productToutCard__salePriceContainer, .productToutCard__originalPrice {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 24px; }
  @media (min-width: 1024px) {
    .productToutCard__salePriceContainer, .productToutCard__originalPrice {
      margin-top: 0; } }

.productToutCard__salePrice {
  color: #cc0000; }

.productToutCard__onSale {
  font-weight: 400; }

.productToutCard__fallbackPriceContainer {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.65); }

.productToutCard__fallbackPrice {
  text-decoration: line-through; }

.productToutCard__stockContainer {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 16px; }
  .productToutCard__stockContainer svg {
    position: relative;
    top: 6px; }

.productToutCard__salePriceWrapper, .productToutCard__originalPriceWrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.feedback {
  padding: 0 16px;
  /* Feedback modal */ }
  @media (min-width: 768px) {
    .feedback {
      max-width: 640px;
      margin: 0 auto;
      padding: 0; } }
  @media (min-width: 1024px) {
    .feedback {
      max-width: 1088px;
      padding: 0 32px;
      display: grid;
      grid-template: "sharebar heading rightRail" auto "sharebar header rightRail" auto "sharebar content rightRail" auto/72px auto 324px; }
      .feedback.twoPlus {
        grid-template: "heading rightRail" auto "content rightRail" auto/auto 324px; } }
  @media (min-width: 1162px) {
    .feedback {
      grid-template-columns: 80px auto 364px;
      max-width: 1100px;
      padding: 0; }
      .template-gallery .feedback, .template-recipe .feedback, .template-category-page .feedback, .template-aggregate .feedback, .feedback .print-preview, .template-node-video .feedback {
        max-width: 1226px; } }
  @media (min-width: 1279px) {
    .template-gallery .feedback, .template-recipe .feedback, .template-category-page .feedback, .template-aggregate .feedback, .feedback .print-preview, .template-node-video .feedback {
      max-width: 1310px; } }
  .feedback__sharebar {
    display: none; }
    @media (min-width: 1024px) {
      .feedback__sharebar {
        display: block;
        grid-area: sharebar;
        margin-right: 24px; }
        .feedback__sharebar .component.share-new.square {
          flex-direction: column; }
        .feedback__sharebar .component.share-new .icon {
          margin-right: 0;
          margin-bottom: 8px; } }
    @media (min-width: 1162px) {
      .feedback__sharebar {
        margin-right: 32px; } }
  @media (min-width: 1024px) {
    .feedback__rightRail {
      display: block;
      grid-area: rightRail;
      margin-left: 24px;
      min-height: 564px; }
      .twoPlus .feedback__rightRail {
        margin-top: 72px; }
      .feedback__rightRailAdWrapper {
        text-align: center; }
        .feedback__rightRailAdWrapper + .ad-title {
          letter-spacing: 0.5px;
          color: rgba(0, 0, 0, 0.65); }
        .feedback__rightRailAdWrapper .ad:first-of-type {
          margin-bottom: 24px; } }
  @media (min-width: 1162px) {
    .feedback__rightRail {
      margin-left: 64px; } }
  .feedback__wrapper {
    position: relative; }
    .twoPlus .feedback__wrapper {
      max-width: 640px; }
  .feedback__heading {
    color: rgba(0, 0, 0, 0.95);
    font-family: "Klein", "Times New Roman", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 0; }
  .feedback__page2Heading {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 24px 0 0; }
    @media (min-width: 768px) {
      .feedback__page2Heading {
        font-size: 48px;
        line-height: 52px; } }
  .feedback__headerContainer {
    background: rgba(0, 0, 0, 0.05);
    padding: 24px 16px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
    @media (min-width: 768px) {
      .feedback__headerContainer {
        padding: 24px;
        width: auto;
        position: initial;
        margin-left: auto;
        margin-right: auto; } }
    .feedback__headerContainerInner {
      background-color: #fff;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
      padding: 24px;
      text-align: center; }
  .feedback__addContainer {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .feedback__addContainer.hidden {
      display: none; }
    @media (min-width: 768px) {
      .feedback__addContainer {
        flex-direction: row; } }
  .feedback__addContainerButton {
    text-transform: capitalize;
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    margin-top: 16px; }
    .feedback__addContainerButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .feedback__addContainerButton:active {
      opacity: 0.8; }
    .feedback__addContainerButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .feedback__addContainerButton:active {
      opacity: 0.8; }
    .feedback__addContainerButton svg path {
      fill: #fff; }
    .feedback__addContainerButton:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .feedback__addContainerButton:hover, .feedback__addContainerButton:active, .feedback__addContainerButton:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .feedback__addContainerButton:hover svg path, .feedback__addContainerButton:active svg path, .feedback__addContainerButton:focus svg path {
        fill: #fff; }
    .feedback__addContainerButton[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .feedback__addContainerButton:active, .feedback__addContainerButton:hover, .feedback__addContainerButton:focus {
      border-color: #ac1900; }
    .feedback__addContainerButton:active, .feedback__addContainerButton:focus {
      border: 3px solid #014ecb; }
    @media (min-width: 768px) {
      .feedback__addContainerButton {
        margin-left: 16px;
        margin-top: 0; } }
  .feedback__addContainerIcon svg {
    border-radius: 50%;
    width: 64px;
    height: auto; }
  .feedback__addContainerAvatar img {
    width: 64px;
    border-radius: 50%; }
  .feedback__contentContainer {
    margin-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 10px 0; }
    .twoPlus .feedback__contentContainer {
      margin-top: 0; }
  .feedback__contentInfo {
    display: flex; }
    .feedback__contentInfoCounter {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0; }
    .feedback__contentInfoSort {
      margin-left: auto; }
  .feedback__sortContent {
    position: relative;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0; }
  .feedback__sortTrigger {
    color: rgba(0, 0, 0, 0.95);
    font-weight: 700; }
    .feedback__sortTrigger:hover, .feedback__sortTrigger:active, .feedback__sortTrigger:focus {
      color: rgba(0, 0, 0, 0.95); }
  .feedback__sortTitle {
    font-weight: 700;
    cursor: pointer; }
  .feedback__sortOptions {
    display: none;
    position: absolute;
    width: 144px;
    background-color: #fff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
    z-index: 101; }
    .feedback__sortOptions.open {
      display: block; }
  .feedback__sortOption {
    display: flex;
    color: rgba(0, 0, 0, 0.95);
    padding: 14px 16px;
    cursor: pointer; }
    .feedback__sortOption:first-child {
      padding-top: 16px; }
    .feedback__sortOption:last-child {
      padding-bottom: 16px; }
    .feedback__sortOption:hover, .feedback__sortOption:active, .feedback__sortOption:focus {
      color: rgba(0, 0, 0, 0.95); }
    .feedback__sortOption.active .icon-check {
      display: inline-block; }
    .feedback__sortOptionCheck {
      width: 20px;
      height: 20px; }
      .feedback__sortOptionCheck .icon-check {
        display: none;
        fill: #ac1900; }
    .feedback__sortOptionTitle {
      padding-left: 4px; }
  .feedback__back {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin: 24px 0 0; }
    .feedback__back svg {
      width: 24px;
      height: 24px;
      margin-right: 8px; }
      .feedback__back svg path {
        fill: rgba(0, 0, 0, 0.95); }
    .feedback__back--noFeedback {
      margin-top: 36px;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      padding-top: 8px; }
  .feedback__bodyContainer.loading, .feedback__loadMoreButtonContainer.loading, .feedback__contentWrapper.loading {
    position: relative;
    height: 400px;
    overflow: hidden; }
    .feedback__bodyContainer.loading:before, .feedback__bodyContainer.loading:after, .feedback__loadMoreButtonContainer.loading:before, .feedback__loadMoreButtonContainer.loading:after, .feedback__contentWrapper.loading:before, .feedback__contentWrapper.loading:after {
      content: '';
      position: absolute; }
    .feedback__bodyContainer.loading:before, .feedback__loadMoreButtonContainer.loading:before, .feedback__contentWrapper.loading:before {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 10; }
    .feedback__bodyContainer.loading:after, .feedback__loadMoreButtonContainer.loading:after, .feedback__contentWrapper.loading:after {
      border: 4px solid #F2F2F2;
      border-top: 4px solid rgba(0, 0, 0, 0.95);
      border-radius: 50%;
      width: 56px;
      height: 56px;
      -webkit-animation: loaderSpin 1.5s linear infinite;
              animation: loaderSpin 1.5s linear infinite;
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 11;
      top: 150px; }
  .feedback__bodyContainer {
    margin-bottom: 64px; }
    .twoPlus .feedback__bodyContainer {
      margin-bottom: 32px; }
    .feedback__bodyContainer--noFeedback {
      margin-top: 32px;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      padding-top: 16px; }
  .feedback__reviewContainer {
    padding: 32px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .feedback__reviewContainer--myReview {
      padding: 0;
      text-align: left;
      border-bottom-width: 0; }
      .feedback__reviewContainer--myReview.loading {
        position: relative; }
        .feedback__reviewContainer--myReview.loading:after {
          border: 4px solid #F2F2F2;
          border-top: 4px solid rgba(0, 0, 0, 0.95);
          border-radius: 50%;
          width: 56px;
          height: 56px;
          -webkit-animation: loaderSpin 1.5s linear infinite;
                  animation: loaderSpin 1.5s linear infinite;
          position: absolute;
          content: '';
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .feedback__reviewContainer--myReview .feedback__reviewContent {
        padding: 0;
        text-align: left;
        border-bottom-width: 0; }
    .feedback__reviewContainer .reply-submission-alert {
      position: absolute;
      width: 100%;
      z-index: 1;
      padding: 12px 16px; }
  .feedback__reviewByline {
    display: flex;
    flex-wrap: wrap; }
    .feedback__reviewByline--myReview {
      justify-content: space-between; }
  .feedback__reviewEdit {
    display: flex; }
  .feedback__reviewEditLink {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0; }
    .feedback__reviewEditLink .icon-edit {
      margin-right: 4px; }
    .feedback__reviewEditLinkText {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .feedback__reviewEditLinkText:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .feedback__reviewEditLinkText:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .feedback__reviewAuthor {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    height: 40px; }
    .feedback__reviewAuthor .reviewer__wrapper {
      flex: 0 0 40px;
      width: 40px;
      height: 40px; }
      .feedback__reviewAuthor .reviewer__wrapper svg {
        border-radius: 50%;
        width: 40px;
        height: auto; }
      .feedback__reviewAuthor .reviewer__wrapper .reviewer__image {
        border-radius: 50%;
        width: 40px;
        height: 40px; }
    .feedback__reviewAuthor .reviewer__name {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: bold;
      margin-left: 8px;
      display: inline-block; }
    .feedback__reviewAuthor .reviewer__link {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none; }
      .feedback__reviewAuthor .reviewer__link:hover, .feedback__reviewAuthor .reviewer__link:focus {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
      .feedback__reviewAuthor .reviewer__link:active {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 #595959; }
      .feedback__reviewAuthor .reviewer__link:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
    .feedback__reviewAuthor .reviewer__replyIcon {
      margin-left: 9px;
      margin-right: 4px; }
    .feedback__reviewAuthor .parent__reviewerName {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      border-bottom: 1px solid rgba(0, 0, 0, 0.65); }
  .feedback__reviewDetails {
    display: flex;
    align-items: center;
    margin: 16px 0; }
    .feedback__reviewDetails .review__gifted {
      display: flex;
      align-items: center;
      margin-right: 16px; }
      .feedback__reviewDetails .review__giftedText {
        font-family: "Source Sans Pro", Arial;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        letter-spacing: 0;
        font-weight: bold;
        margin-left: 4px; }
    .feedback__reviewDetails .review__date {
      font-family: "Source Sans Pro", Arial;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65); }
  .feedback__reviewRating {
    display: flex;
    align-items: center; }
    .feedback__reviewRating .component.recipe-ratings .rating-star {
      width: 20px; }
      .feedback__reviewRating .component.recipe-ratings .rating-star:last-child {
        margin-right: 12px; }
  .feedback__reviewDate {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin: 16px 0; }
  .feedback .feedback__reviewRatingDifficulty-easy .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty--easy .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty-kind-of-easy .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty-kindOfEasy .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty--kindOfEasy .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty-kind-of-hard .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty-kindOfHard .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty--kindOfHard .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty-hard .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty--hard .feedback__reviewRatingValue:after {
    speak: none;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 6px;
    left: 0; }
  .feedback .feedback__reviewRatingDifficulty--easy .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty-easy .feedback__reviewRatingValue:after {
    content: '';
    box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.15), 12px 0 0 0 rgba(0, 0, 0, 0.15), 18px 0 0 0 rgba(0, 0, 0, 0.15); }
  .feedback .feedback__reviewRatingDifficulty-kind-of-easy .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty-kindOfEasy .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty--kindOfEasy .feedback__reviewRatingValue:after {
    content: '';
    box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.65), 12px 0 0 0 rgba(0, 0, 0, 0.15), 18px 0 0 0 rgba(0, 0, 0, 0.15); }
  .feedback .feedback__reviewRatingDifficulty-kind-of-hard .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty-kindOfHard .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty--kindOfHard .feedback__reviewRatingValue:after {
    content: '';
    box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.65), 12px 0 0 0 rgba(0, 0, 0, 0.65), 18px 0 0 0 rgba(0, 0, 0, 0.15); }
  .feedback .feedback__reviewRatingDifficulty-hard .feedback__reviewRatingValue:after, .feedback .feedback__reviewRatingDifficulty--hard .feedback__reviewRatingValue:after {
    content: '';
    box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.65), 12px 0 0 0 rgba(0, 0, 0, 0.65), 18px 0 0 0 rgba(0, 0, 0, 0.65); }
  .feedback__reviewRatingDifficulty {
    height: 24px;
    margin-right: 12px; }
  .feedback__reviewRatingValue {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 700;
    position: relative; }
    .feedback__reviewRatingValue:before {
      content: '';
      speak: none;
      display: inline-block;
      width: 24px;
      margin-right: 8px; }
  .feedback__reviewBody {
    position: relative; }
  .feedback__reviewBody, .feedback__reviewBody p {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0; }
    .feedback__reviewBodyLink, .feedback__reviewBody pLink {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.95);
      padding: 1px 0;
      transition: all .1s ease-in-out;
      text-decoration: none;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0; }
      .feedback__reviewBodyLink:visited, .feedback__reviewBody pLink:visited {
        color: #595959;
        box-shadow: inset 0 -1px 0 #595959; }
      .feedback__reviewBodyLink:hover, .feedback__reviewBody pLink:hover {
        color: rgba(0, 0, 0, 0.95);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .feedback__reviewBody:last-of-type, .feedback__reviewBody p:last-of-type {
      margin-bottom: 0; }
  .feedback__readMore {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.95);
    cursor: pointer; }
    .feedback__readMore:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .feedback__readMore:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
    .feedback__readMore:before {
      content: '...';
      display: block;
      position: absolute;
      background-color: #fff;
      left: -17px;
      padding-right: 3px;
      padding-left: 2px;
      color: rgba(0, 0, 0, 0.95); }
  .feedback__reviewReply {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 17px; }
    .feedback__reviewReply .reply__link {
      display: flex;
      color: rgba(0, 0, 0, 0.65); }
      .feedback__reviewReply .reply__link:hover, .feedback__reviewReply .reply__link:active, .feedback__reviewReply .reply__link:focus {
        color: rgba(0, 0, 0, 0.65); }
    .feedback__reviewReply .reply__text {
      margin-left: 4px;
      margin-right: 12px;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.65); }
    .feedback__reviewReply svg {
      transform: scaleX(-1); }
      .feedback__reviewReply svg path {
        fill: #ac1900; }
  .feedback__reviewInteraction {
    display: flex;
    margin-top: 17px; }
  .feedback__reviewHelpful {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    align-items: center; }
    .feedback__reviewHelpful svg:focus {
      outline: none; }
    .feedback__reviewHelpful svg path {
      fill: #ac1900; }
    .feedback__reviewHelpful.fired svg path {
      fill: rgba(0, 0, 0, 0.65); }
    .feedback__reviewHelpfulText {
      color: rgba(0, 0, 0, 0.65);
      border-bottom: 1px solid rgba(0, 0, 0, 0.65);
      margin: 0 4px; }
    .feedback__reviewHelpfulCount {
      color: rgba(0, 0, 0, 0.65); }
  .feedback__loadMoreButton {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    border-radius: 0;
    color: rgba(0, 0, 0, 0.95);
    background: #fff; }
    .feedback__loadMoreButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .feedback__loadMoreButton:active {
      opacity: 0.8; }
    .feedback__loadMoreButton:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .feedback__loadMoreButton:active {
      opacity: 0.8; }
    .feedback__loadMoreButton svg path {
      fill: rgba(0, 0, 0, 0.95); }
    .feedback__loadMoreButton:visited {
      border: 3px solid rgba(0, 0, 0, 0.95);
      color: rgba(0, 0, 0, 0.95);
      background: #fff; }
    .feedback__loadMoreButton:hover, .feedback__loadMoreButton:active, .feedback__loadMoreButton:focus {
      border-color: rgba(0, 0, 0, 0.95);
      color: #fff;
      background: rgba(0, 0, 0, 0.95); }
      .feedback__loadMoreButton:hover svg path, .feedback__loadMoreButton:active svg path, .feedback__loadMoreButton:focus svg path {
        fill: #fff; }
    .feedback__loadMoreButton[disabled] {
      border: 3px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.65); }
    .feedback__loadMoreButton:active, .feedback__loadMoreButton:focus {
      border: 3px solid #014ecb; }
    .feedback__loadMoreButton.hidden {
      display: none; }
    .feedback__loadMoreButtonContainer {
      text-align: center;
      margin: 0 auto 64px; }
      .feedback__loadMoreButtonContainer.loading:after {
        top: 50px; }
  .feedback__feedback__next-page {
    max-width: 188px; }
  .feedback__modalContainer {
    width: 100%;
    height: 100%; }
  .feedback__modalInner {
    padding: 24px 16px; }
    @media (min-width: 768px) {
      .feedback__modalInner {
        padding: 32px; } }
  .feedback__modalHeadline {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      .feedback__modalHeadline {
        font-size: 36px;
        line-height: 44px; } }
  .feedback__modalDifficultyRatingWrapper {
    border-width: 0;
    margin: 16px auto 0;
    display: flex;
    justify-content: space-between; }
  .feedback__modalDifficultyRatingInput {
    display: none; }
    .feedback__modalDifficultyRatingInput:checked + .feedback__modalDifficultyRatingLabel:after {
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.65);
      width: 14px;
      height: 14px;
      top: 5px; }
    .feedback__modalDifficultyRatingInput:focus + .feedback__modalDifficultyRatingLabel:before {
      border-color: #014ECB; }
  .feedback__modalDifficultyRatingLabel {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 28px; }
    .feedback__modalDifficultyRatingLabel:before, .feedback__modalDifficultyRatingLabel:after {
      position: absolute;
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      top: 0; }
    .feedback__modalDifficultyRatingLabel:before {
      border-radius: 50%;
      border: 1px solid rgba(0, 0, 0, 0.3); }
  .feedback__modalRating .rating-star {
    width: auto;
    height: auto;
    cursor: pointer; }
  @media (min-width: 768px) {
    .feedback__modalFooter {
      display: flex;
      align-items: baseline; } }
  .feedback__modalGift {
    margin-top: 16px; }
    @media (min-width: 768px) {
      .feedback__modalGift {
        margin-top: 0; } }
    .feedback__modalGift .feedback__modalGiftCheckbox:checked + .feedback__modalGiftLabel:after {
      background-color: transparent;
      border: solid 1px #fff;
      border-width: 0 2px 2px 0;
      left: 5px;
      opacity: 1;
      transform: rotate(45deg); }
    .feedback__modalGift .feedback__modalGiftCheckbox:checked + .feedback__modalGiftLabel:before {
      border-color: #f44336;
      background-color: #f44336;
      color: #fff; }
    .feedback__modalGift .feedback__modalGiftCheckbox:checked + .feedback__modalGiftLabel:after {
      top: 2px;
      left: 6px; }
    .feedback__modalGift .feedback__modalGiftCheckbox:checked + .feedback__modalGiftLabel:hover:before {
      border-color: rgba(0, 0, 0, 0.95);
      background-color: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .feedback__modalGift .feedback__modalGiftCheckbox:focus + .feedback__modalGiftLabel:before {
      box-shadow: none;
      outline: 2px solid #014ECB;
      outline-offset: 3px; }
    .feedback__modalGift .feedback__modalGiftCheckbox {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .feedback__modalGift .feedback__modalGiftLabel {
      position: relative;
      padding-left: 23px;
      cursor: pointer; }
      .feedback__modalGift .feedback__modalGiftLabel:before, .feedback__modalGift .feedback__modalGiftLabel:after {
        position: absolute;
        top: 2px;
        left: 0;
        content: '';
        display: inline-block; }
      .feedback__modalGift .feedback__modalGiftLabel:before {
        width: 18px;
        height: 18px;
        border-radius: 3px;
        border: 2px solid rgba(0, 0, 0, 0.65);
        background-color: transparent; }
      .feedback__modalGift .feedback__modalGiftLabel:after {
        opacity: 1; }
      .feedback__modalGift .feedback__modalGiftLabel:after {
        top: 2px;
        left: 6px;
        width: 8px;
        height: 12px;
        border: solid 1px #fff;
        border-width: 0 2px 2px 0;
        background-color: transparent;
        transform: rotate(45deg); }
  .feedback__modalButtons {
    display: table;
    margin-top: 24px;
    margin-left: auto; }
    @media (min-width: 768px) {
      .feedback__modalButtons {
        display: block;
        margin-top: 32px;
        text-align: right; } }
  .feedback__modalCancel {
    text-transform: capitalize;
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Source Sans Pro", Arial;
    font-weight: normal;
    text-transform: inherit;
    letter-spacing: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.95);
    padding: 0;
    cursor: pointer;
    background-color: unset;
    border-width: 0 0 1px; }
    .feedback__modalCancel:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .feedback__modalCancel:active {
      opacity: 0.8; }
  .feedback__modalSubmit {
    text-transform: capitalize;
    font-family: "Source Sans Pro", Arial;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    text-transform: none;
    margin-left: 24px; }
    .feedback__modalSubmit:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .feedback__modalSubmit:active {
      opacity: 0.8; }
    .feedback__modalSubmit:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .feedback__modalSubmit:active {
      opacity: 0.8; }
    .feedback__modalSubmit svg path {
      fill: #fff; }
    .feedback__modalSubmit:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .feedback__modalSubmit:hover, .feedback__modalSubmit:active, .feedback__modalSubmit:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .feedback__modalSubmit:hover svg path, .feedback__modalSubmit:active svg path, .feedback__modalSubmit:focus svg path {
        fill: #fff; }
    .feedback__modalSubmit[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .feedback__modalSubmit:active, .feedback__modalSubmit:hover, .feedback__modalSubmit:focus {
      border-color: #ac1900; }
    .feedback__modalSubmit:active, .feedback__modalSubmit:focus {
      border: 3px solid #014ecb; }
  .feedback__modalText textarea {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 24px;
    border: 1px solid #595959;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    min-height: 200px; }
    @media (min-width: 768px) {
      .feedback__modalText textarea {
        min-height: 240px; } }
    .feedback__modalText textarea::-moz-placeholder {
      color: rgba(0, 0, 0, 0.65); }
    .feedback__modalText textarea:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.65); }
    .feedback__modalText textarea::placeholder {
      color: rgba(0, 0, 0, 0.65); }
  .feedback__modalThankyou {
    display: none;
    text-align: center;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .feedback__modalThankyou svg {
      fill: #008000; }
    .feedback__modalThankyouText {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 28px;
      line-height: 32px;
      font-weight: 800;
      letter-spacing: 0;
      margin: 24px auto 16px;
      max-width: 368px;
      color: rgba(0, 0, 0, 0.95); }
      @media (min-width: 768px) {
        .feedback__modalThankyouText {
          font-size: 36px;
          line-height: 44px; } }
    .feedback__modalThankyouDetail {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0;
      color: rgba(0, 0, 0, 0.65);
      font-style: normal;
      margin-bottom: 40px;
      max-width: 368px;
      color: rgba(0, 0, 0, 0.95); }
  .feedback__modal.loading {
    position: relative;
    min-height: 250px; }
    .feedback__modal.loading:after {
      border: 4px solid #F2F2F2;
      border-top: 4px solid rgba(0, 0, 0, 0.95);
      border-radius: 50%;
      width: 56px;
      height: 56px;
      -webkit-animation: loaderSpin 1.5s linear infinite;
              animation: loaderSpin 1.5s linear infinite;
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .feedback__modal.submitted .feedback__modalInner {
    display: none; }
  .feedback__modal.submitted .feedback__modalThankyou {
    display: flex; }
  .feedback__modal.submitted .close svg path {
    fill: #000; }
  @media (min-width: 1024px) {
    .feedback[data-grid-layout] .feedback__contentInfoSort,
    .feedback[data-grid-layout] .feedback__sortContainer {
      width: 100%; }
    .feedback[data-grid-layout] .feedback__contentContainer {
      border-top: 0;
      padding: 0; }
    .feedback[data-grid-layout] .feedback__sortOptionCheck,
    .feedback[data-grid-layout] .feedback__sortTitle,
    .feedback[data-grid-layout] .feedback__sortLabel {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .feedback[data-grid-layout] .feedback__sortOptionTitle {
      text-align: center;
      width: 100%;
      padding-left: 0; }
    .feedback[data-grid-layout] .feedback__sortTrigger svg {
      display: none; }
    .feedback[data-grid-layout] .feedback__sortOption {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      width: 100%;
      text-align: center;
      border-bottom: 4px solid transparent;
      text-transform: uppercase; }
      .feedback[data-grid-layout] .feedback__sortOption:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .feedback[data-grid-layout] .feedback__sortOption:active {
        opacity: 0.8; }
      .feedback[data-grid-layout] .feedback__sortOption.active {
        border-bottom: 4px solid rgba(0, 0, 0, 0.95); }
    .feedback[data-grid-layout] .feedback__sortOptions {
      position: relative;
      display: flex;
      width: 100%;
      z-index: 1;
      box-shadow: none; } }
  @media (min-width: 1279px) {
    .feedback[data-grid-layout] .feedback__bodyContainer {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .feedback[data-grid-layout] .feedback__reviewContainer {
      width: 227px; }
    .feedback[data-grid-layout] .feedback__reviewBody--truncated {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      line-height: 24px;
      max-height: 144px; } }
  .feedback[data-grid-layout].twoPlus .feedback__reviewContainer {
    width: 100%; }
  .feedback[data-grid-layout].twoPlus .recipe-ratings {
    margin: 16px 0; }
  .feedback__uploadWithPhoto .feedback__modalHeader {
    display: flex; }
    @media (min-width: 768px) {
      .feedback__uploadWithPhoto .feedback__modalHeader {
        display: block; } }
  .feedback__uploadWithPhoto .feedback__modalHeadline {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    line-height: 32px;
    max-height: 96px; }
    @media (min-width: 768px) {
      .feedback__uploadWithPhoto .feedback__modalHeadline {
        max-height: none; } }
  @media (min-width: 768px) {
    .feedback__uploadWithPhoto .feedback__modalInner {
      position: relative; }
    .feedback__uploadWithPhoto .feedback__modalRating, .feedback__uploadWithPhoto .feedback__modalText {
      max-width: 340px; } }
  .feedback__uploadWithPhoto .feedback__photoUploadWrapper {
    margin-right: 16px; }
    @media (min-width: 768px) {
      .feedback__uploadWithPhoto .feedback__photoUploadWrapper {
        position: absolute;
        right: 0;
        margin-right: 32px;
        bottom: 112px; } }
  .feedback__uploadWithPhoto .feedback__photoUploadContainer {
    position: relative;
    width: 100px;
    height: 100px; }
    @media (min-width: 768px) {
      .feedback__uploadWithPhoto .feedback__photoUploadContainer {
        width: 300px;
        height: 300px; } }
    .feedback__uploadWithPhoto .feedback__photoUploadContainer.uploaded .feedback__photoUploadHelp {
      z-index: 1;
      align-items: flex-end;
      justify-content: flex-end; }
      .feedback__uploadWithPhoto .feedback__photoUploadContainer.uploaded .feedback__photoUploadHelpIcon {
        margin-right: 8px;
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          .feedback__uploadWithPhoto .feedback__photoUploadContainer.uploaded .feedback__photoUploadHelpIcon {
            width: 48px;
            height: 48px;
            margin-right: 16px;
            margin-bottom: 16px; }
            .feedback__uploadWithPhoto .feedback__photoUploadContainer.uploaded .feedback__photoUploadHelpIcon svg {
              width: 20px;
              height: 20px; } }
      .feedback__uploadWithPhoto .feedback__photoUploadContainer.uploaded .feedback__photoUploadHelpText {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0; }
  .feedback__uploadWithPhoto .feedback__photoUploadHelp, .feedback__uploadWithPhoto .feedback__photoUploadImage, .feedback__uploadWithPhoto .feedback__photoUploadFile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center; }
  .feedback__uploadWithPhoto .feedback__photoUploadFile {
    z-index: 10;
    opacity: 0; }
  .feedback__uploadWithPhoto .feedback__photoUploadHelp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05); }
    .feedback__uploadWithPhoto .feedback__photoUploadHelp.loading:after {
      content: '';
      position: absolute;
      z-index: 1;
      border: 4px solid #F2F2F2;
      border-top: 4px solid rgba(0, 0, 0, 0.95);
      border-radius: 50%;
      width: 56px;
      height: 56px;
      -webkit-animation: loaderSpin 1.5s linear infinite;
              animation: loaderSpin 1.5s linear infinite; }
    .feedback__uploadWithPhoto .feedback__photoUploadHelpIcon {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 2px solid #ac1900;
      background: #fff;
      width: 48px;
      height: 48px; }
      .feedback__uploadWithPhoto .feedback__photoUploadHelpIcon svg {
        width: 20px;
        height: 20px;
        fill: rgba(0, 0, 0, 0.65); }
      @media (min-width: 768px) {
        .feedback__uploadWithPhoto .feedback__photoUploadHelpIcon {
          width: 120px;
          height: 120px;
          border-width: 2px; }
          .feedback__uploadWithPhoto .feedback__photoUploadHelpIcon svg {
            width: 48px;
            height: 48px; } }
    .feedback__uploadWithPhoto .feedback__photoUploadHelpText {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: 700;
      margin-top: 4px; }
      @media (min-width: 768px) {
        .feedback__uploadWithPhoto .feedback__photoUploadHelpText {
          font-family: "Source Sans Pro", Arial;
          font-size: 18px;
          line-height: 28px;
          font-weight: 400;
          letter-spacing: 0;
          margin-top: 24px;
          font-weight: 700; } }
  .feedback .ugc-avatar-color-1 {
    fill: #fff; }
  .feedback .ugc-avatar-color-2 {
    fill: #fff; }
  .feedback .ugc-avatar-color-3 {
    fill: #fff; }
  .feedback .ugc-avatar-color-4 {
    fill: #fff; }
  .feedback .ugc-avatar-color-5 {
    fill: #fff; }
  .feedback .ugc-avatar-background-color {
    stroke-width: 3; }
    .feedback .ugc-avatar-background-color-1 {
      fill: rgba(0, 0, 0, 0.95);
      stroke: rgba(0, 0, 0, 0.95); }
    .feedback .ugc-avatar-background-color-2 {
      fill: #ac1900;
      stroke: #ac1900; }
    .feedback .ugc-avatar-background-color-3 {
      fill: #f44336;
      stroke: #f44336; }
    .feedback .ugc-avatar-background-color-4 {
      fill: rgba(0, 0, 0, 0.65);
      stroke: rgba(0, 0, 0, 0.65); }
    .feedback .ugc-avatar-background-color-5 {
      fill: rgba(0, 0, 0, 0.3);
      stroke: rgba(0, 0, 0, 0.3); }
  .feedback__userInput {
    display: none; }
    .feedback__userInputTextarea {
      font-family: "Source Sans Pro", Arial;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0;
      padding: 24px;
      border: 1px solid #595959;
      border: 1px solid rgba(0, 0, 0, 0.65);
      padding: 16px 16px 32px;
      min-height: 72px;
      width: 100%;
      color: rgba(0, 0, 0, 0.95); }
      .feedback__userInputTextarea::-moz-placeholder {
        color: rgba(0, 0, 0, 0.65); }
      .feedback__userInputTextarea:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.65); }
      .feedback__userInputTextarea::placeholder {
        color: rgba(0, 0, 0, 0.65); }
    .feedback__userInputButton {
      text-transform: capitalize;
      /* standard */
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 12px 32px;
      display: inline-block;
      text-align: center;
      border-width: 0;
      border-radius: 0;
      background: rgba(0, 0, 0, 0.95);
      color: #fff;
      border-radius: 0;
      border: 3px solid rgba(0, 0, 0, 0.95);
      padding: 0;
      display: block;
      margin-left: auto;
      background: none;
      color: rgba(0, 0, 0, 0.65);
      border: none;
      margin-top: 24px;
      position: relative; }
      .feedback__userInputButton:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .feedback__userInputButton:active {
        opacity: 0.8; }
      .feedback__userInputButton:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
      .feedback__userInputButton:active {
        opacity: 0.8; }
      .feedback__userInputButton svg path {
        fill: #fff; }
      .feedback__userInputButton:visited {
        background: rgba(0, 0, 0, 0.95);
        color: #fff; }
      .feedback__userInputButton:hover, .feedback__userInputButton:active, .feedback__userInputButton:focus {
        background: #ac1900;
        border-color: #ac1900;
        color: #fff; }
        .feedback__userInputButton:hover svg path, .feedback__userInputButton:active svg path, .feedback__userInputButton:focus svg path {
          fill: #fff; }
      .feedback__userInputButton[disabled] {
        border: 3px solid #D9D9D9;
        background-color: #D9D9D9;
        color: #fff; }
      .feedback__userInputButton:active, .feedback__userInputButton:hover, .feedback__userInputButton:focus {
        border-color: #ac1900; }
      .feedback__userInputButton:active, .feedback__userInputButton:focus {
        border: 3px solid #014ecb; }
      .feedback__userInputButton.loading:before {
        width: 57px;
        height: 20px;
        position: absolute;
        content: '';
        background: #fff; }
      .feedback__userInputButton.loading:after {
        border: 4px solid #F2F2F2;
        border-top: 4px solid rgba(0, 0, 0, 0.95);
        border-radius: 50%;
        width: 56px;
        height: 56px;
        -webkit-animation: loaderSpin 1.5s linear infinite;
                animation: loaderSpin 1.5s linear infinite;
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-color: rgba(0, 0, 0, 0.95);
        border-radius: 50%;
        width: 23px;
        height: 23px;
        content: '';
        top: 0;
        border-top-color: rgba(0, 0, 0, 0.05);
        border-right-color: rgba(0, 0, 0, 0.05); }
      .feedback__userInputButton:hover, .feedback__userInputButton:active, .feedback__userInputButton:focus {
        color: rgba(0, 0, 0, 0.65);
        background: none;
        box-shadow: none; }
  .feedback__userInput, .feedback__commentsThread {
    margin-top: 32px;
    padding-left: 16px;
    margin-left: 20px;
    border-left: 2px solid rgba(0, 0, 0, 0.15); }
    @media (min-width: 768px) {
      .feedback__userInput, .feedback__commentsThread {
        padding-top: 32px;
        padding-left: 52px;
        margin-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        border-left: none; } }
    .feedback__userInput .feedback__reviewContainer:last-child, .feedback__commentsThread .feedback__reviewContainer:last-child {
      border-bottom: none; }

body.no-js .feedback__bodyContainer.loading, body.no-js .feedback__loadMoreButtonContainer.loading, body.no-js .feedback__contentWrapper.loading {
  height: unset; }
  body.no-js .feedback__bodyContainer.loading:before, body.no-js .feedback__bodyContainer.loading:after, body.no-js .feedback__loadMoreButtonContainer.loading:before, body.no-js .feedback__loadMoreButtonContainer.loading:after, body.no-js .feedback__contentWrapper.loading:before, body.no-js .feedback__contentWrapper.loading:after {
    display: none; }
  body.no-js .feedback__bodyContainer.loading #feedback-loadMoreOnPage, body.no-js .feedback__loadMoreButtonContainer.loading #feedback-loadMoreOnPage, body.no-js .feedback__contentWrapper.loading #feedback-loadMoreOnPage {
    display: none; }

body.modal-active.feedback__modal.menu-active {
  overflow: hidden; }

body.modal-active.feedback__modal .partial.modal.feedback__modal {
  position: fixed;
  width: 100vw;
  height: 85vh;
  max-width: 390px;
  max-height: 570px;
  display: block;
  padding: 0;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    body.modal-active.feedback__modal .partial.modal.feedback__modal {
      height: 80vh;
      max-width: 736px; } }
  body.modal-active.feedback__modal .partial.modal.feedback__modal .dialog-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 1024px) {
      body.modal-active.feedback__modal .partial.modal.feedback__modal .dialog-wrap {
        overflow: unset; } }
    body.modal-active.feedback__modal .partial.modal.feedback__modal .dialog-wrap .close {
      top: 16px;
      right: 25px;
      z-index: 1;
      width: 24px;
      height: 24px; }
    body.modal-active.feedback__modal .partial.modal.feedback__modal .dialog-wrap .dialogTitle {
      display: flex;
      align-items: center;
      position: relative;
      width: 100%;
      height: 48px;
      background-color: #ac1900;
      margin: 0;
      padding: 0 16px;
      color: #fff;
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0; }
      body.modal-active.feedback__modal .partial.modal.feedback__modal .dialog-wrap .dialogTitle .icon {
        margin-right: 8px; }
    body.modal-active.feedback__modal .partial.modal.feedback__modal .dialog-wrap .content {
      padding: 0;
      height: calc(100% - 48px);
      overflow: auto;
      margin: 0 auto;
      max-width: inherit; }
      body.modal-active.feedback__modal .partial.modal.feedback__modal .dialog-wrap .content .content__wrapper {
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95); }
  body.modal-active.feedback__modal .partial.modal.feedback__modal.submitted .dialog-wrap .dialogTitle {
    display: none; }
  body.modal-active.feedback__modal .partial.modal.feedback__modal.submitted .content {
    height: 100%; }

body.modal-active.feedback__modal .partial.modal.swears__modal .dialog-wrap .dialogTitle {
  color: rgba(0, 0, 0, 0.95); }

.modal-active.feedback__modal .modal.feedback__modal {
  display: block; }

.mdex-test.template-recipe .feedback .pagination-numbers {
  margin: 0 auto 64px 0; }

.swears .feedback__addContainerIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  background-color: #396322; }
  .swears .feedback__addContainerIcon svg {
    width: 45px; }
    .swears .feedback__addContainerIcon svg path {
      transform: translate(2px, 2px); }

.swears .feedback__reviewAuthor .reviewer__wrapper .reviewer__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 40px;
  width: 40px; }
  .swears .feedback__reviewAuthor .reviewer__wrapper .reviewer__avatar.primary {
    background-color: #396322; }
  .swears .feedback__reviewAuthor .reviewer__wrapper .reviewer__avatar.secondary {
    background-color: #f44336; }
  .swears .feedback__reviewAuthor .reviewer__wrapper .reviewer__avatar.tertiary {
    background-color: #5EA338; }
  .swears .feedback__reviewAuthor .reviewer__wrapper .reviewer__avatar.default {
    background-color: rgba(0, 0, 0, 0.95); }

.swears .feedback__reviewAuthor .reviewer__wrapper svg {
  width: 28px; }
  .swears .feedback__reviewAuthor .reviewer__wrapper svg path {
    transform: translate(2px, 2px); }

.partial.modal.swears__modal .feedback__modalHeadline {
  margin-bottom: 32px; }

.partial.modal.swears__modal .feedback__modalSubHeadline {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0; }

.partial.modal.swears__modal .feedback__modalText {
  margin: 4px 0; }
  .partial.modal.swears__modal .feedback__modalText textarea {
    font-family: "Source Sans Pro", Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 24px;
    border: 1px solid #595959;
    padding: 16px; }

.partial.modal.swears__modal .feedback__modalInfo {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.65); }

.recirculation-wrapper + .feedback.comments {
  margin-top: 32px; }

.embedGiphy img {
  max-width: 100%;
  height: auto; }

.entityTableOfContents + .main-header, .entityTableOfContents + .project-heading, .entityTableOfContents + .project-part-container {
  margin-top: 16px; }

.entityTableOfContents.component {
  margin-bottom: 32px; }
  .entityTableOfContents.component .partial.lead-image .lead-media-heading {
    margin-top: 0; }

.entityTableOfContents__navigation {
  text-align: center; }
  @media (min-width: 768px) {
    .entityTableOfContents__navigation {
      display: flex;
      text-align: left;
      align-items: flex-end;
      padding: 24px 16px;
      border: 1px solid rgba(0, 0, 0, 0.15); } }

.entityTableOfContents .entityTableOfContents__heading {
  font-family: "Klein", "Times New Roman", serif;
  text-transform: none;
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .entityTableOfContents .entityTableOfContents__heading {
      flex-grow: 1;
      padding-right: 16px; } }

.entityTableOfContents__buttonWrapper {
  margin-top: 8px; }
  @media (min-width: 768px) {
    .entityTableOfContents__buttonWrapper {
      margin-top: 0;
      flex-shrink: 0; } }

.entityTableOfContents__button, .entityTableOfContents__anchorLink {
  text-transform: capitalize;
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 16px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  border: 1px solid #ac1900;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.95);
  background: #fff;
  text-transform: none;
  border-radius: 0;
  letter-spacing: 0; }
  .entityTableOfContents__button:focus, .entityTableOfContents__anchorLink:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .entityTableOfContents__button:active, .entityTableOfContents__anchorLink:active {
    opacity: 0.8; }
  .entityTableOfContents__button:focus, .entityTableOfContents__anchorLink:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .entityTableOfContents__button:active, .entityTableOfContents__anchorLink:active {
    opacity: 0.8; }
  .entityTableOfContents__button svg path, .entityTableOfContents__anchorLink svg path {
    fill: rgba(0, 0, 0, 0.95); }
  .entityTableOfContents__button:visited, .entityTableOfContents__anchorLink:visited {
    border: 3px solid rgba(0, 0, 0, 0.95);
    color: rgba(0, 0, 0, 0.95);
    background: #fff; }
  .entityTableOfContents__button:hover, .entityTableOfContents__button:active, .entityTableOfContents__button:focus, .entityTableOfContents__anchorLink:hover, .entityTableOfContents__anchorLink:active, .entityTableOfContents__anchorLink:focus {
    border-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    background: rgba(0, 0, 0, 0.95); }
    .entityTableOfContents__button:hover svg path, .entityTableOfContents__button:active svg path, .entityTableOfContents__button:focus svg path, .entityTableOfContents__anchorLink:hover svg path, .entityTableOfContents__anchorLink:active svg path, .entityTableOfContents__anchorLink:focus svg path {
      fill: #fff; }
  .entityTableOfContents__button[disabled], .entityTableOfContents__anchorLink[disabled] {
    border: 3px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: rgba(0, 0, 0, 0.65); }
  .entityTableOfContents__button:active, .entityTableOfContents__button:focus, .entityTableOfContents__anchorLink:active, .entityTableOfContents__anchorLink:focus {
    border: 3px solid #014ecb; }

.entityTableOfContents__button {
  position: relative;
  margin-right: 12px; }
  .entityTableOfContents__button:last-child {
    margin-right: 0; }
  .entityTableOfContents__button.active {
    background-color: #ac1900;
    color: #fff; }
    .entityTableOfContents__button.active:before, .entityTableOfContents__button.active:after {
      content: '';
      display: block;
      position: absolute;
      pointer-events: none;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      bottom: -26px;
      right: 12px; }
    .entityTableOfContents__button.active:before {
      z-index: 1;
      border-bottom: 12px solid #fff; }
    .entityTableOfContents__button.active:after {
      z-index: 2;
      border-bottom: 12px solid rgba(172, 25, 0, 0.15); }
    .entityTableOfContents__button.active svg {
      transform: rotate(180deg); }
      .entityTableOfContents__button.active svg path {
        fill: #fff; }
  .entityTableOfContents__button .icon {
    pointer-events: none; }
  .entityTableOfContents__button svg path {
    fill: rgba(0, 0, 0, 0.95); }
  .entityTableOfContents__button:focus svg path, .entityTableOfContents__button:hover svg path, .entityTableOfContents__button:active svg path {
    fill: #fff; }

.entityTableOfContents__facetedSearchWidgetButton {
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: capitalize; }

.entityTableOfContents__anchorLink {
  margin: 16px 16px 0 0; }

.entityTableOfContents__contentsWrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  background-color: rgba(172, 25, 0, 0.15); }
  @media (min-width: 768px) {
    .entityTableOfContents__contentsWrapper {
      margin-top: 0; } }

.entityTableOfContents__contentsSection {
  display: none; }
  .entityTableOfContents__contentsSection.active {
    display: block; }
  @media (max-width: 767px) {
    .entityTableOfContents__contentsSection {
      max-width: 360px; } }

.entityTableOfContents__onThisPage {
  display: none;
  flex-wrap: wrap;
  padding: 8px 24px 24px; }
  .entityTableOfContents__onThisPage.active {
    display: flex; }

.entityTableOfContents__facetedSearchWidget {
  padding: 16px 24px 0; }
  .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget {
    max-width: 360px;
    justify-content: normal; }
    .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget input[name="name"],
    .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-dropdown-label,
    .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-dropdown-list,
    .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget input[name="zipZone"] {
      width: 240px; }
    @media (min-width: 768px) {
      .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget {
        max-width: 640px; }
        .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget input[name="name"],
        .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-dropdown-label {
          width: 224px; }
          .node-baby-name .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget input[name="name"], .node-baby-name
          .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-dropdown-label {
            width: 284px;
            max-width: 284px; }
        .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget input[name="zipZone"] {
          width: 96px; }
        .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-dropdown-list {
          width: 284px; } }
    @media (min-width: 1024px) {
      .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget {
        max-width: 652px; } }
    @media (min-width: 1162px) {
      .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget {
        max-width: 720px; } }
    .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container {
      margin: 0 0 24px; }
      @media (min-width: 768px) {
        .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container {
          margin: 0 24px 24px 0; }
          .node-baby-name .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container.faceted-search-widget-dropdown-container-gender {
            width: 284px; } }
      .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container.faceted-search-widget-filter-container {
        width: 100%; }
        .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container.faceted-search-widget-filter-container .faceted-search-widget-label {
          margin: 0 0 8px; }
      .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container.faceted-search-widget-text-container-zipZone, .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container.faceted-search-widget-filter-container-light {
        margin-right: 0; }
      .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container.faceted-search-widget-submit-container .faceted-search-widget-submit {
        width: auto; }
      .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container .faceted-search-widget-dropdown-label,
      .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container .faceted-search-widget-dropdown-item,
      .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container .faceted-search-widget-filter-label {
        font-family: "Source Sans Pro", Arial;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0; }
      .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container .faceted-search-widget-filter {
        border-radius: 24px;
        border: 2px solid rgba(0, 0, 0, 0.65);
        margin-bottom: 8px;
        display: inline-block;
        margin-right: 4px;
        float: none; }
        .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container .faceted-search-widget-filter:last-of-type {
          margin-right: 0; }
        .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container .faceted-search-widget-filter .faceted-search-widget-filter-label {
          height: auto;
          padding: 8px 16px;
          border-radius: 24px; }
        .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container .faceted-search-widget-filter .faceted-search-widget-filter-choice:checked + .faceted-search-widget-filter-label {
          background: #595959;
          border-radius: 20px; }
        .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container .faceted-search-widget-filter .faceted-search-widget-filter-choice-1:checked + .faceted-search-widget-filter-label path {
          fill: #595959; }
        .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container .faceted-search-widget-filter .faceted-search-widget-filter-choice-1:checked + .faceted-search-widget-filter-label g g path {
          fill: #fff; }
        .entityTableOfContents__facetedSearchWidget .component.faceted-search-widget .faceted-search-widget-element-container .faceted-search-widget-filter .faceted-search-widget-filter-choice-1:checked + .faceted-search-widget-filter-label g g circle {
          fill: #fff;
          stroke: #fff; }

.entityTableOfContents .faceted-search-widget-filter {
  background: #fff; }

.tout {
  display: flex;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    .tout {
      margin-bottom: 40px;
      padding-bottom: 40px; } }
  .tout__imageContainer {
    float: left; }
    @media (min-width: 768px) {
      .tout__imageContainer {
        margin-right: 24px; } }
    .tout__imageContainer-text {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .tout__imageContainer .lazy-image {
      width: 140px; }
      @media (min-width: 768px) {
        .tout__imageContainer .lazy-image {
          width: 248px; } }
      .tout__imageContainer .lazy-image.aspect_3x2 {
        height: 93px; }
        @media (min-width: 768px) {
          .tout__imageContainer .lazy-image.aspect_3x2 {
            height: 166px; } }
      .tout__imageContainer .lazy-image.aspect_1x1 {
        height: 248px; }
      .tout__imageContainer .lazy-image .icon-hexagon {
        height: 32px;
        width: 32px;
        top: 8px;
        right: 8px; }
        .tout__imageContainer .lazy-image .icon-hexagon path {
          fill: #5EA338;
          stroke: #5EA338; }
      .tout__imageContainer .lazy-image img {
        width: 100%; }
    .tout__imageContainer .placeholder img, .tout__imageContainer .placeholder:after {
      display: none; }
  .tout__titleLink {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.95);
    padding: 1px 0;
    transition: all .1s ease-in-out;
    text-decoration: none; }
    @media (min-width: 768px) {
      .tout__titleLink {
        font-size: 24px;
        line-height: 32px; } }
    .tout__titleLink:visited {
      color: #595959;
      box-shadow: inset 0 -1px 0 #595959; }
    .tout__titleLink:hover {
      color: rgba(0, 0, 0, 0.95);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .tout__summary {
    margin: 8px 0 0;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0; }
    .tout__summary p {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      margin: 0; }
  .tout__content {
    flex-grow: 1;
    padding: 16px 16px 0;
    text-align: start;
    word-break: break-word; }
    @media (min-width: 768px) {
      .tout__content {
        padding: 24px 0 0; } }
    .tout__contentPinned {
      display: flex; }
      .tout__contentPinned__pin {
        flex-shrink: 0;
        margin-left: 16px;
        margin-bottom: 8px; }
        .tout__contentPinned__pin path {
          fill: #ac1900; }
    .tout__contentHeadline {
      flex-grow: 1;
      margin-bottom: 8px; }
    .tout__content .icon path {
      fill: rgba(0, 0, 0, 0.65); }
    .tout__contentFlag {
      margin-top: 8px; }
      .tout__contentFlagText {
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        position: absolute;
        text-transform: capitalize;
        margin-left: 4px;
        color: rgba(0, 0, 0, 0.65); }
    .tout__contentList {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-flow: column wrap;
      width: 100%;
      margin-right: 16px;
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: capitalize; }
      @media (min-width: 768px) {
        .tout__contentList {
          width: auto;
          flex-direction: row; } }
      .tout__contentListItem {
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        flex: 0 0 50%;
        margin: 0 0 12px; }
  .tout__authorByLine, .tout__recipeDetails {
    margin-top: 8px;
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0; }
  .tout__recipeDetails--icon {
    vertical-align: sub;
    margin-right: 4px; }
  .tout__recipeDetails--text {
    color: rgba(0, 0, 0, 0.65); }
  .tout--baby-name {
    display: block; }
  .tout .rating-stars {
    margin-top: 8px; }
    .tout .rating-stars__count {
      font-family: "Source Sans Pro", Arial;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
      margin-left: 4px;
      vertical-align: top; }

.component.videoTranscript--hidden {
  display: none; }

.component.videoTranscript .videoTranscript__contents {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #F2F2F2;
  overflow-y: auto;
  max-height: 912px;
  padding: 24px 16px; }
  @media (min-width: 768px) {
    .component.videoTranscript .videoTranscript__contents {
      max-height: 1040px;
      padding: 48px 104px 72px 48px; } }
  @media (min-width: 1024px) {
    .component.videoTranscript .videoTranscript__contents {
      max-height: 904px;
      padding: 48px; } }
  @media (min-width: 1162px) {
    .component.videoTranscript .videoTranscript__contents {
      max-height: 800px; } }

.formLayoutPhotoUpload {
  position: relative;
  width: 100%;
  height: 296px; }
  @media (min-width: 768px) {
    .formLayoutPhotoUpload {
      width: 224px;
      height: 248px; } }
  .formLayoutPhotoUpload__help, .formLayoutPhotoUpload__uploadInput, .formLayoutPhotoUpload__uploadedImage {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover; }
  .formLayoutPhotoUpload__photoIcon {
    border: 2px solid #ac1900;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px; }
  .formLayoutPhotoUpload__uploadedImage.uploaded .recipeUpload__photoIcon {
    cursor: pointer;
    background: #fff;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 16px;
    margin-right: 16px; }
  .formLayoutPhotoUpload__uploadedImage.uploaded svg path {
    fill: #ac1900; }
  .formLayoutPhotoUpload__uploadInput {
    cursor: pointer;
    z-index: 10;
    opacity: 0; }
  .formLayoutPhotoUpload__editPhotoIcon {
    display: none; }
  .formLayoutPhotoUpload__help {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
    margin: auto; }
    .formLayoutPhotoUpload__helpIcon {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 2px solid #ac1900;
      background: #fff;
      margin-top: 62px;
      width: 120px;
      height: 120px; }
      .formLayoutPhotoUpload__helpIcon svg {
        width: 48px;
        height: 48px; }
        .formLayoutPhotoUpload__helpIcon svg path {
          fill: #ac1900; }
      @media (min-width: 768px) {
        .formLayoutPhotoUpload__helpIcon {
          margin-top: 24px;
          width: 120px;
          height: 120px;
          border-width: 2px; }
          .formLayoutPhotoUpload__helpIcon svg {
            width: 48px;
            height: 48px; } }
    .formLayoutPhotoUpload__helpText {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      font-weight: 700;
      margin: 24px auto 32px;
      width: 120px;
      text-align: center; }
      @media (min-width: 768px) {
        .formLayoutPhotoUpload__helpText {
          margin: 24px 52px; } }
  .formLayoutPhotoUpload.uploaded__uploadedImage {
    display: block; }

.node-author .page2upHeader__heading {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 16px 0; }
  @media (min-width: 768px) {
    .node-author .page2upHeader__heading {
      font-size: 36px;
      line-height: 44px; } }

.page2upHeader {
  margin: 0 auto;
  text-align: left;
  position: relative; }
  .page2upHeader__background {
    background-color: #F2F2F2;
    display: flex;
    height: 160px;
    width: 100%; }
  .page2upHeader__wrapper {
    padding: 0 24px 40px;
    max-width: 1310px;
    margin: auto; }
  .page2upHeader .component.breadcrumbs {
    display: flex;
    align-items: center;
    height: 48px;
    overflow-x: auto;
    white-space: nowrap; }
  .page2upHeader__container {
    border-left: 4px solid rgba(0, 0, 0, 0.95);
    border-bottom: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 16px;
    background: #fff;
    margin: -80px auto 0;
    max-width: 652px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .page2upHeader__container {
        padding: 24px; } }
    @media (min-width: 1024px) {
      .page2upHeader__container {
        max-width: 882px;
        margin-left: 0; } }
  .page2upHeader__heading {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      .page2upHeader__heading {
        font-size: 36px;
        line-height: 44px; } }
  .page2upHeader__back {
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95);
    display: flex;
    width: 210px;
    height: auto;
    padding: 6px 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff; }
    .page2upHeader__back:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .page2upHeader__back:active {
      opacity: 0.8; }
    .page2upHeader__back:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .page2upHeader__back:active {
      opacity: 0.8; }
    .page2upHeader__back svg path {
      fill: #fff; }
    .page2upHeader__back:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .page2upHeader__back:hover, .page2upHeader__back:active, .page2upHeader__back:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .page2upHeader__back:hover svg path, .page2upHeader__back:active svg path, .page2upHeader__back:focus svg path {
        fill: #fff; }
    .page2upHeader__back[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .page2upHeader__back:active, .page2upHeader__back:hover, .page2upHeader__back:focus {
      border-color: #ac1900; }
    .page2upHeader__back:active, .page2upHeader__back:focus {
      border: 3px solid #014ecb; }
    .page2upHeader__back .back-arrow {
      margin-right: 8px;
      display: flex;
      align-items: center; }
      .page2upHeader__back .back-arrow svg {
        width: 20px;
        height: 20px;
        fill: #fff; }

.galleryRightRailVideo.hide + .ad-sticky-container {
  margin-top: 0; }

.galleryRightRailVideo__header {
  background-color: #ac1900;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px; }
  .galleryRightRailVideo__header svg path {
    fill: #fff; }

.galleryRightRailVideo__title {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  flex-grow: 1;
  padding-left: 8px; }

.galleryRightRailVideo__close {
  background-color: transparent;
  border: 0;
  padding: 0; }

.bylineBlocks--primary {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 40px;
  padding: 24px 0 0; }
  .bylineBlocks--primary .bylineBlocks__itemName,
  .bylineBlocks--primary .bylineBlocks__itemNameTitle,
  .bylineBlocks--primary .bylineBlocks__socialItem {
    display: block; }
  .bylineBlocks--primary .bylineBlocks__itemNameTitle {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin: 8px 0;
    text-transform: uppercase; }

.bylineBlocks--secondary {
  padding: 24px 0 0; }
  @media (min-width: 768px) {
    .bylineBlocks--secondary {
      padding-top: 32px; } }

.bylineBlocks__item {
  margin-bottom: 4px; }
  .bylineBlocks__item--primary {
    display: flex;
    margin-bottom: 32px; }
    .bylineBlocks__item--primary .bylineBlocks__headShot {
      height: 72px;
      margin: 0 16px 0 0;
      width: 72px; }
      .bylineBlocks__item--primary .bylineBlocks__headShot .inner-container img {
        border: none;
        border-radius: 36px; }
      .bylineBlocks__item--primary .bylineBlocks__headShot--placeholder {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 72px 72px;
        border: none;
        border-radius: 36px; }
    .bylineBlocks__item--primary .bylineBlocks__itemName {
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0; }
      .bylineBlocks__item--primary .bylineBlocks__itemNameLink {
        font-family: "Klein", "Times New Roman", serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        padding: 2px 0;
        transition: all .1s ease-in-out;
        text-decoration: none; }
        .bylineBlocks__item--primary .bylineBlocks__itemNameLink:visited {
          color: #595959;
          box-shadow: inset 0 -2px 0 #595959; }
        .bylineBlocks__item--primary .bylineBlocks__itemNameLink:hover, .bylineBlocks__item--primary .bylineBlocks__itemNameLink:active, .bylineBlocks__item--primary .bylineBlocks__itemNameLink:focus {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }
  .bylineBlocks__item--secondary {
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.65); }
    .bylineBlocks__item--secondary .bylineBlocks__itemName {
      display: inline-block; }
      .bylineBlocks__item--secondary .bylineBlocks__itemNameLink {
        font-family: "Source Sans Pro", Arial;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95);
        padding: 1px 0;
        transition: all .1s ease-in-out;
        text-decoration: none;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
        color: rgba(0, 0, 0, 0.65); }
        .bylineBlocks__item--secondary .bylineBlocks__itemNameLink:visited {
          color: #595959;
          box-shadow: inset 0 -1px 0 #595959; }
        .bylineBlocks__item--secondary .bylineBlocks__itemNameLink:hover {
          color: rgba(0, 0, 0, 0.95);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

.bylineBlocks__typeLabel {
  text-transform: capitalize; }

.bylineBlocks__socialLink {
  text-transform: capitalize;
  /* standard */
  font-family: "Source Sans Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.95);
  transition: all .1s ease-in-out;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.95); }
  .bylineBlocks__socialLink:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .bylineBlocks__socialLink:active {
    opacity: 0.8; }
  .bylineBlocks__socialLink:hover {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }
  .bylineBlocks__socialLink:visited {
    color: rgba(0, 0, 0, 0.95); }
  .bylineBlocks__socialLink + .bylineBlocks__socialLink:before {
    color: rgba(0, 0, 0, 0.15);
    content: ' | '; }
  .bylineBlocks__socialLink svg {
    margin-bottom: 3px;
    vertical-align: middle; }
  .bylineBlocks__socialLink .social-icon {
    height: 20px;
    margin-left: -4px; }

.bylineBlocks .bylineBlocks__item--last {
  margin-bottom: 0; }

.bylineBlocks__divider {
  color: rgba(0, 0, 0, 0.15);
  margin: 0 4px; }

.bylineBlocks__itemInner {
  margin-top: 16px; }

.aggregateSingleEntity {
  padding: 48px 0;
  margin: 48px auto;
  max-width: 1240px;
  background-color: #CCE1FF; }
  @media (min-width: 768px) {
    .aggregateSingleEntity__container {
      margin-left: 48px;
      margin-right: 48px; } }
  .aggregateSingleEntity__heading {
    margin: 0;
    padding: 24px 24px 16px;
    background-color: #fff;
    font-family: "Klein", "Times New Roman", serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      .aggregateSingleEntity__heading {
        font-size: 48px;
        line-height: 52px; } }
    @media (min-width: 1024px) {
      .aggregateSingleEntity__heading {
        padding-bottom: 24px; } }
  .aggregateSingleEntity .entityTout {
    background-color: #fff;
    padding: 0 24px 24px;
    margin: 0; }
    @media (min-width: 1024px) {
      .aggregateSingleEntity .entityTout {
        background-color: transparent;
        padding: 0; } }
    .aggregateSingleEntity .entityTout__details {
      position: relative;
      background-color: #fff; }
      @media (min-width: 1024px) {
        .aggregateSingleEntity .entityTout__details {
          background-color: transparent; } }
    .aggregateSingleEntity .entityTout__image {
      margin-bottom: 16px; }
      @media (min-width: 768px) {
        .aggregateSingleEntity .entityTout__image {
          width: 408px;
          margin-bottom: 24px; } }
      @media (min-width: 1024px) {
        .aggregateSingleEntity .entityTout__image {
          padding-right: 24px;
          margin-right: 0;
          margin-left: 24px;
          width: 579px; } }
      @media (min-width: 1162px) {
        .aggregateSingleEntity .entityTout__image {
          width: 727px; } }
    .aggregateSingleEntity .entityTout__description p {
      margin-top: 0;
      margin-bottom: 0; }
    @media (min-width: 1024px) {
      .aggregateSingleEntity .entityTout__description {
        width: 100%;
        background-color: #fff;
        padding: 0 24px 24px; } }
    .aggregateSingleEntity .entityTout__description .descriptionWrapper {
      font-family: "Source Sans Pro", Arial;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      letter-spacing: 0;
      display: flex;
      flex-direction: column; }
  .aggregateSingleEntity__button {
    margin-top: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: capitalize;
    /* standard */
    font-family: "Source Sans Pro", Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0.95); }
    .aggregateSingleEntity__button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .aggregateSingleEntity__button:active {
      opacity: 0.8; }
    .aggregateSingleEntity__button:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
    .aggregateSingleEntity__button:active {
      opacity: 0.8; }
    .aggregateSingleEntity__button svg path {
      fill: #fff; }
    .aggregateSingleEntity__button:visited {
      background: rgba(0, 0, 0, 0.95);
      color: #fff; }
    .aggregateSingleEntity__button:hover, .aggregateSingleEntity__button:active, .aggregateSingleEntity__button:focus {
      background: #ac1900;
      border-color: #ac1900;
      color: #fff; }
      .aggregateSingleEntity__button:hover svg path, .aggregateSingleEntity__button:active svg path, .aggregateSingleEntity__button:focus svg path {
        fill: #fff; }
    .aggregateSingleEntity__button[disabled] {
      border: 3px solid #D9D9D9;
      background-color: #D9D9D9;
      color: #fff; }
    .aggregateSingleEntity__button:active, .aggregateSingleEntity__button:hover, .aggregateSingleEntity__button:focus {
      border-color: #ac1900; }
    .aggregateSingleEntity__button:active, .aggregateSingleEntity__button:focus {
      border: 3px solid #014ecb; }
    @media (min-width: 1024px) {
      .aggregateSingleEntity__button {
        position: relative; } }

.categoryPageListFourFeatured {
  background: rgba(0, 0, 0, 0.05);
  padding: 24px 16px 32px;
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .categoryPageListFourFeatured {
      padding: 32px 64px 40px;
      margin-bottom: 64px; } }
  @media (min-width: 1024px) {
    .categoryPageListFourFeatured {
      padding: 32px 24px 40px; } }
  @media (min-width: 1162px) {
    .categoryPageListFourFeatured {
      padding: 32px 80px 40px; } }
  .categoryPageListFourFeatured__title {
    font-family: "Kapra", "Times New Roman", serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    font-stretch: condensed;
    margin: 0 0 24px;
    text-align: center; }
    @media (min-width: 768px) {
      .categoryPageListFourFeatured__title {
        font-size: 36px;
        line-height: 44px; } }
    @media (min-width: 768px) {
      .categoryPageListFourFeatured__title {
        font-size: 48px;
        line-height: 52px; } }
    @media (min-width: 768px) {
      .categoryPageListFourFeatured__title {
        margin-bottom: 32px; } }
  .categoryPageListFourFeatured__content {
    overflow: hidden; }
    .categoryPageListFourFeatured__content-block {
      display: flex;
      overflow-x: scroll;
      margin-bottom: -25px;
      padding-bottom: 25px; }
      @media (min-width: 1024px) {
        .categoryPageListFourFeatured__content-block {
          overflow-x: unset;
          justify-content: center; } }
      .categoryPageListFourFeatured__content-block .category-page-item {
        flex: 1 0 220px;
        margin-right: 32px; }
        .categoryPageListFourFeatured__content-block .category-page-item:last-child {
          margin-right: 0; }
        @media (min-width: 768px) {
          .categoryPageListFourFeatured__content-block .category-page-item {
            margin-right: 48px; } }
        @media (min-width: 1024px) {
          .categoryPageListFourFeatured__content-block .category-page-item {
            flex: 1 0 220px;
            margin-right: 32px; } }
        @media (min-width: 1162px) {
          .categoryPageListFourFeatured__content-block .category-page-item {
            flex: 1;
            max-width: 274px;
            margin-right: 48px; } }
        .categoryPageListFourFeatured__content-block .category-page-item-image {
          margin-bottom: 16px; }
          .categoryPageListFourFeatured__content-block .category-page-item-image-text {
            font-family: "Klein", "Times New Roman", serif;
            font-size: 18px;
            line-height: 24px;
            font-weight: 700;
            letter-spacing: 0.1px;
            display: block;
            /* Fallback for non-webkit */
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 18px;
            line-height: 24px;
            max-height: 120px;
            color: rgba(0, 0, 0, 0.95); }
            @media (min-width: 768px) {
              .categoryPageListFourFeatured__content-block .category-page-item-image-text {
                font-size: 24px;
                line-height: 32px; } }
            @media (min-width: 768px) {
              .categoryPageListFourFeatured__content-block .category-page-item-image-text {
                display: block;
                /* Fallback for non-webkit */
                display: -webkit-box;
                -webkit-line-clamp: 5;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 24px;
                line-height: 32px;
                max-height: 160px; } }

/* Bulk Add Fields modal */
body.modal-active.bulkAddFields__modal.menu-active {
  overflow: hidden; }

body.modal-active.bulkAddFields__modal .partial.modal.bulkAddFields__modal {
  position: fixed;
  display: block;
  width: 100vw;
  height: 552px;
  padding: 0;
  max-width: 360px;
  max-height: 552px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    body.modal-active.bulkAddFields__modal .partial.modal.bulkAddFields__modal {
      max-width: 736px; } }
  body.modal-active.bulkAddFields__modal .partial.modal.bulkAddFields__modal .dialog-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 1024px) {
      body.modal-active.bulkAddFields__modal .partial.modal.bulkAddFields__modal .dialog-wrap {
        overflow: unset; } }
    body.modal-active.bulkAddFields__modal .partial.modal.bulkAddFields__modal .dialog-wrap .close {
      top: 16px;
      right: 16px;
      z-index: 1;
      width: 24px;
      height: 24px; }
    body.modal-active.bulkAddFields__modal .partial.modal.bulkAddFields__modal .dialog-wrap .dialogTitle {
      display: flex;
      align-items: center;
      position: relative;
      width: 100%;
      height: 48px;
      background-color: #ac1900;
      margin: 0;
      padding: 0 16px;
      color: #fff;
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0; }
      body.modal-active.bulkAddFields__modal .partial.modal.bulkAddFields__modal .dialog-wrap .dialogTitle .icon {
        margin-right: 8px; }
    body.modal-active.bulkAddFields__modal .partial.modal.bulkAddFields__modal .dialog-wrap .content {
      padding: 24px 16px;
      height: calc(100% - 48px);
      overflow: auto;
      margin: 0 auto; }
      @media (min-width: 768px) {
        body.modal-active.bulkAddFields__modal .partial.modal.bulkAddFields__modal .dialog-wrap .content {
          padding: 32px;
          padding-bottom: 0; } }
      body.modal-active.bulkAddFields__modal .partial.modal.bulkAddFields__modal .dialog-wrap .content .content__wrapper {
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95); }
  body.modal-active.bulkAddFields__modal .partial.modal.bulkAddFields__modal .formLayout__userInputTextarea {
    min-height: 280px; }

.bulkAddFields__modalButtons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 24px; }
  @media (min-width: 768px) {
    .bulkAddFields__modalButtons {
      margin-top: 32px; } }

.bulkAddFields__modalCancel {
  text-transform: capitalize;
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Source Sans Pro", Arial;
  font-weight: normal;
  text-transform: inherit;
  letter-spacing: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.95);
  padding: 0;
  cursor: pointer;
  background-color: unset;
  border-width: 0 0 1px; }
  .bulkAddFields__modalCancel:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .bulkAddFields__modalCancel:active {
    opacity: 0.8; }

.bulkAddFields__modalSubmit {
  text-transform: capitalize;
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  text-transform: none;
  margin-left: 24px; }
  .bulkAddFields__modalSubmit:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .bulkAddFields__modalSubmit:active {
    opacity: 0.8; }
  .bulkAddFields__modalSubmit:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .bulkAddFields__modalSubmit:active {
    opacity: 0.8; }
  .bulkAddFields__modalSubmit svg path {
    fill: #fff; }
  .bulkAddFields__modalSubmit:visited {
    background: rgba(0, 0, 0, 0.95);
    color: #fff; }
  .bulkAddFields__modalSubmit:hover, .bulkAddFields__modalSubmit:active, .bulkAddFields__modalSubmit:focus {
    background: #ac1900;
    border-color: #ac1900;
    color: #fff; }
    .bulkAddFields__modalSubmit:hover svg path, .bulkAddFields__modalSubmit:active svg path, .bulkAddFields__modalSubmit:focus svg path {
      fill: #fff; }
  .bulkAddFields__modalSubmit[disabled] {
    border: 3px solid #D9D9D9;
    background-color: #D9D9D9;
    color: #fff; }
  .bulkAddFields__modalSubmit:active, .bulkAddFields__modalSubmit:hover, .bulkAddFields__modalSubmit:focus {
    border-color: #ac1900; }
  .bulkAddFields__modalSubmit:active, .bulkAddFields__modalSubmit:focus {
    border: 3px solid #014ecb; }

.bulkAddFields__modalDescription {
  font-family: "Source Sans Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 0;
  margin-bottom: 32px; }

.modal-active.bulkAddFields__modal .modal.bulkAddFields__modal {
  display: block; }

/* Publication Options modal */
body.modal-active.publicationOptions__modal.menu-active {
  overflow: hidden; }

body.modal-active.publicationOptions__modal .partial.modal.publicationOptions__modal {
  position: fixed;
  display: block;
  width: 100vw;
  padding: 0;
  max-width: 360px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    body.modal-active.publicationOptions__modal .partial.modal.publicationOptions__modal {
      max-width: 323px; } }
  body.modal-active.publicationOptions__modal .partial.modal.publicationOptions__modal .dialog-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 1024px) {
      body.modal-active.publicationOptions__modal .partial.modal.publicationOptions__modal .dialog-wrap {
        overflow: unset; } }
    body.modal-active.publicationOptions__modal .partial.modal.publicationOptions__modal .dialog-wrap .close {
      top: 16px;
      right: 16px;
      z-index: 1;
      width: 24px;
      height: 24px; }
    body.modal-active.publicationOptions__modal .partial.modal.publicationOptions__modal .dialog-wrap .dialogTitle {
      display: flex;
      align-items: center;
      position: relative;
      width: 100%;
      height: 48px;
      background-color: #ac1900;
      margin: 0;
      padding: 0 16px;
      color: #fff;
      font-family: "Klein", "Times New Roman", serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0; }
      body.modal-active.publicationOptions__modal .partial.modal.publicationOptions__modal .dialog-wrap .dialogTitle .icon {
        margin-right: 8px; }
    body.modal-active.publicationOptions__modal .partial.modal.publicationOptions__modal .dialog-wrap .content {
      padding: 24px 16px;
      height: calc(100% - 48px);
      overflow: auto;
      margin: 0 auto; }
      @media (min-width: 768px) {
        body.modal-active.publicationOptions__modal .partial.modal.publicationOptions__modal .dialog-wrap .content {
          padding: 16px; } }
      body.modal-active.publicationOptions__modal .partial.modal.publicationOptions__modal .dialog-wrap .content .content__wrapper {
        font-family: "Source Sans Pro", Arial;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.95); }
  body.modal-active.publicationOptions__modal .partial.modal.publicationOptions__modal .formLayout__userInputTextarea {
    min-height: 280px; }

.publicationOptions__modalButtons {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.publicationOptions__modalSubmit {
  text-transform: capitalize;
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 32px;
  display: inline-block;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 0;
  border: 3px solid rgba(0, 0, 0, 0.95);
  text-transform: none;
  margin-left: 24px; }
  .publicationOptions__modalSubmit:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .publicationOptions__modalSubmit:active {
    opacity: 0.8; }
  .publicationOptions__modalSubmit:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #014ECB; }
  .publicationOptions__modalSubmit:active {
    opacity: 0.8; }
  .publicationOptions__modalSubmit svg path {
    fill: #fff; }
  .publicationOptions__modalSubmit:visited {
    background: rgba(0, 0, 0, 0.95);
    color: #fff; }
  .publicationOptions__modalSubmit:hover, .publicationOptions__modalSubmit:active, .publicationOptions__modalSubmit:focus {
    background: #ac1900;
    border-color: #ac1900;
    color: #fff; }
    .publicationOptions__modalSubmit:hover svg path, .publicationOptions__modalSubmit:active svg path, .publicationOptions__modalSubmit:focus svg path {
      fill: #fff; }
  .publicationOptions__modalSubmit[disabled] {
    border: 3px solid #D9D9D9;
    background-color: #D9D9D9;
    color: #fff; }
  .publicationOptions__modalSubmit:active, .publicationOptions__modalSubmit:hover, .publicationOptions__modalSubmit:focus {
    border-color: #ac1900; }
  .publicationOptions__modalSubmit:active, .publicationOptions__modalSubmit:focus {
    border: 3px solid #014ecb; }

.publicationOptions__modalDescription {
  font-family: "Source Sans Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 24px; }

.modal-active.publicationOptions__modal .modal.publicationOptions__modal {
  display: block; }

.component.divider {
  left: 0;
  position: relative; }
  .component.divider .divider__inner {
    position: relative;
    border: 0;
    overflow: visible;
    background: rgba(0, 0, 0, 0.15);
    background-size: auto;
    height: 1px;
    width: 100%;
    margin: 16px 0;
    margin: 16px auto;
    background-color: rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 32px 0; }
    .component.divider .divider__inner:after {
      content: '';
      display: block;
      position: absolute;
      width: 80px;
      height: 5px;
      background: rgba(0, 0, 0, 0.95);
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%); }
    .component.divider .divider__inner__center {
      background: #fff;
      left: 50%;
      margin-bottom: 64px;
      padding: 0 24px;
      position: absolute;
      text-align: center;
      top: 0;
      transform: translate(-50%, -50%);
      white-space: nowrap;
      z-index: 2; }
    .component.divider .divider__inner:after {
      content: unset; }
    .component.divider .divider__inner--icon {
      margin: 112px 0 64px; }

/* 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: "Source Sans Pro", Arial;
    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: "Source Sans Pro", Arial;
  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: #239AD2; }
      .sponsor-info__icon a:hover {
        color: #0F7BAE; }
  .sponsor-info__popover {
    z-index: 100;
    position: absolute;
    top: 30px;
    display: none;
    width: 180px;
    margin-left: -120px;
    padding: 1em;
    font-family: "Source Sans Pro", Arial;
    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: #239AD2; }
      .sponsor-info__popover a:hover {
        color: #0F7BAE; }
    .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; } }

.printedRecipe {
  background: #fff;
  padding: 16px; }
  .printedRecipe h2, .printedRecipe__heading {
    font-family: "Klein", "Times New Roman", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 14pt;
    line-height: 20pt;
    font-weight: 700;
    margin: 0;
    font-weight: 700; }
    .Small .printedRecipe h2, .Small .printedRecipe__heading {
      font-size: 11.2pt;
      line-height: 16pt; }
    .Large .printedRecipe h2, .Large .printedRecipe__heading {
      font-size: 18.2pt;
      line-height: 26pt; }
  .printedRecipe__heading--title {
    font-size: 18pt;
    line-height: 24pt; }
    .Small .printedRecipe__heading--title {
      font-size: 14.4pt;
      line-height: 19.2pt; }
    .Large .printedRecipe__heading--title {
      font-size: 23.4pt;
      line-height: 31.2pt; }
  .printedRecipe h2.printedRecipe__contentHeadline {
    margin-bottom: 12px; }
    .Small .printedRecipe h2.printedRecipe__contentHeadline {
      margin-bottom: 8px; }
  .printedRecipe p {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 12pt;
    line-height: 16pt;
    margin: 0 0 4px; }
    .Small .printedRecipe p {
      font-size: 9.6pt;
      line-height: 12.8pt; }
    .Large .printedRecipe p {
      font-size: 15.6pt;
      line-height: 20.8pt; }
  .printedRecipe__text {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 12pt;
    line-height: 16pt; }
    .Small .printedRecipe__text {
      font-size: 9.6pt;
      line-height: 12.8pt; }
    .Large .printedRecipe__text {
      font-size: 15.6pt;
      line-height: 20.8pt; }
    .printedRecipe__text--light {
      color: rgba(0, 0, 0, 0.65); }
    .printedRecipe__text--extra {
      margin-top: 8px; }
  .printedRecipe__summaryLogo {
    margin-bottom: 8px; }
    .printedRecipe__summaryLogo svg {
      height: 16px;
      width: auto; }
  .printedRecipe__header {
    display: flex;
    align-items: flex-start;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .printedRecipe__summary {
    flex: 1 1 auto;
    margin-right: 16px; }
  .printedRecipe__image {
    max-width: 157px;
    flex: 0 0 157px; }
    .printedRecipe__image img {
      width: 157px;
      height: 157px; }
    .noImages .printedRecipe__image img {
      display: none; }
  .printedRecipe__meta {
    flex: 0 0 200px;
    margin-top: 32px;
    margin-right: 16px; }
    .Large .printedRecipe__meta {
      flex: 0 0 240px; }
  .printedRecipe__content {
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .Small .printedRecipe__content {
      padding-top: 8px; }
    .printedRecipe__contentHeadline {
      flex: 1 1 100%; }
    .printedRecipe__contentLeft {
      flex: 0 0 240px;
      margin-right: 16px;
      padding-right: 16px;
      border-right: 1px solid rgba(0, 0, 0, 0.15); }
    .printedRecipe__contentRight {
      flex: 1; }
    .printedRecipe__contentFooter {
      align-items: center;
      color: rgba(0, 0, 0, 0.65);
      display: flex;
      flex-direction: column;
      margin: 32px auto 0; }
    .printedRecipe__content .recipe-shopper-wrapper {
      grid-area: ingredients;
      border-right: 1px solid rgba(0, 0, 0, 0.15);
      padding-right: 16px;
      margin-right: 16px; }
    .noTips .printedRecipe__content .recipe-notes {
      display: none; }
    .noNutrition .printedRecipe__content .nutrition-section {
      display: none; }
    .printedRecipe__content--subRecipe {
      margin-top: 16px;
      border-top: 1px solid rgba(0, 0, 0, 0.15); }
      @media print {
        .printedRecipe__content--subRecipe {
          page-break-before: always; } }
  .printedRecipe .ad,
  .printedRecipe .ad-title {
    display: none; }
  .printedRecipe .recipe-ratings {
    margin: 8px 0; }
    .printedRecipe .recipe-ratings .ratings-dropdown-button {
      height: 18px; }
    .printedRecipe .recipe-ratings .review-star-text {
      display: none; }
    .printedRecipe .recipe-ratings .rating-star {
      width: 18px;
      height: 18px; }
      .printedRecipe .recipe-ratings .rating-star.active svg path.rating-star-filled {
        fill: #ac1900; }
      .printedRecipe .recipe-ratings .rating-star svg {
        width: 18px;
        height: 18px; }

.mdex-test.template-recipe.print-preview .Small .ingredients-section__legend {
  font-size: 9.6pt;
  line-height: 12.8pt; }

.mdex-test.template-recipe.print-preview .Small .section-headline,
.mdex-test.template-recipe.print-preview .Small .section-headline h2 {
  font-size: 11.2pt;
  line-height: 16pt; }

.mdex-test.template-recipe.print-preview .Small .section-headline h2 {
  margin-bottom: 4px; }

.mdex-test.template-recipe.print-preview .Small .section-label {
  font-size: 9.6pt;
  line-height: 12.8pt; }

.mdex-test.template-recipe.print-preview .Small .section-body {
  font-size: 9.6pt;
  line-height: 12.8pt; }

.mdex-test.template-recipe.print-preview .Small .ingredients-section .ingredients-item-name {
  font-size: 9.6pt;
  line-height: 12.8pt; }

.mdex-test.template-recipe.print-preview .Small .recipe-instructions p {
  font-size: 9.6pt;
  line-height: 12.8pt; }

.mdex-test.template-recipe.print-preview .Small .recipe-instructions .instructions-section .checkbox-list-text {
  font-size: 9.6pt;
  line-height: 12.8pt; }

.mdex-test.template-recipe.print-preview .Small .recipe-meta-container .two-subcol-content-wrapper .recipe-meta-item-header {
  font-size: 9.6pt;
  line-height: 12.8pt; }

.mdex-test.template-recipe.print-preview .Small .recipe-meta-container .two-subcol-content-wrapper .recipe-meta-item-body {
  font-size: 9.6pt;
  line-height: 12.8pt; }

.mdex-test.template-recipe.print-preview .Small .print-footer-copyright,
.mdex-test.template-recipe.print-preview .Small .print-footer-from {
  font-size: 9.6pt;
  line-height: 12.8pt; }

.mdex-test.template-recipe.print-preview .Large .ingredients-section__legend {
  font-size: 15.6pt;
  line-height: 20.8pt; }

.mdex-test.template-recipe.print-preview .Large .section-headline,
.mdex-test.template-recipe.print-preview .Large .section-headline h2 {
  font-size: 18.2pt;
  line-height: 26pt; }

.mdex-test.template-recipe.print-preview .Large .section-label {
  font-size: 15.6pt;
  line-height: 20.8pt; }

.mdex-test.template-recipe.print-preview .Large .section-body {
  font-size: 15.6pt;
  line-height: 20.8pt; }

.mdex-test.template-recipe.print-preview .Large .ingredients-section .ingredients-item-name {
  font-size: 15.6pt;
  line-height: 20.8pt; }

.mdex-test.template-recipe.print-preview .Large .ingredients-section .ingredients-item {
  margin-bottom: 12px; }

.mdex-test.template-recipe.print-preview .Large .recipe-instructions p {
  font-size: 15.6pt;
  line-height: 20.8pt;
  margin: 0 0 16px; }

.mdex-test.template-recipe.print-preview .Large .recipe-instructions .instructions-section .checkbox-list-text {
  font-size: 15.6pt;
  line-height: 20.8pt; }

.mdex-test.template-recipe.print-preview .Large .recipe-meta-container .two-subcol-content-wrapper .recipe-meta-item-header {
  font-size: 15.6pt;
  line-height: 20.8pt; }

.mdex-test.template-recipe.print-preview .Large .recipe-meta-container .two-subcol-content-wrapper .recipe-meta-item-body {
  font-size: 15.6pt;
  line-height: 20.8pt; }

.mdex-test.template-recipe.print-preview .Large .print-footer-copyright,
.mdex-test.template-recipe.print-preview .Large .print-footer-from {
  font-size: 15.6pt;
  line-height: 20.8pt; }

.mdex-test.template-recipe.print-preview .section-headline,
.mdex-test.template-recipe.print-preview .section-headline h2 {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14pt;
  line-height: 20pt;
  font-weight: 700;
  margin: 0;
  float: none; }

.mdex-test.template-recipe.print-preview .ingredients-section__legend {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 12pt;
  line-height: 16pt;
  font-weight: 700;
  padding: 8px 0 4px; }

.mdex-test.template-recipe.print-preview .ingredients-section__fieldset:first-of-type .ingredients-section__legend {
  padding-top: 4px; }

.mdex-test.template-recipe.print-preview .section-headline h2 {
  margin-bottom: 8px; }

.mdex-test.template-recipe.print-preview .section-label {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 12pt;
  line-height: 16pt;
  font-weight: 700;
  margin: 0; }

.mdex-test.template-recipe.print-preview .section-body {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 12pt;
  line-height: 16pt;
  margin: 0; }

.mdex-test.template-recipe.print-preview .recipe-shopping-list__container,
.mdex-test.template-recipe.print-preview .component.call-to-action,
.mdex-test.template-recipe.print-preview .recipe-adjust-servings,
.mdex-test.template-recipe.print-preview .recipe-adjust-servings__original-serving,
.mdex-test.template-recipe.print-preview .recipe-adjust-servings__validation-message,
.mdex-test.template-recipe.print-preview .section-icon {
  display: none; }

.mdex-test.template-recipe.print-preview .ingredients-section {
  padding: 0;
  margin: 0; }
  .mdex-test.template-recipe.print-preview .ingredients-section .ingredients-item-name {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 12pt;
    line-height: 16pt;
    display: block;
    margin: 0; }
  .mdex-test.template-recipe.print-preview .ingredients-section .ingredients-item {
    margin-bottom: 8px;
    padding-right: 0; }
    .mdex-test.template-recipe.print-preview .ingredients-section .ingredients-item .checkbox-list-input {
      display: none; }
    .mdex-test.template-recipe.print-preview .ingredients-section .ingredients-item .checkbox-list-checkmark {
      position: static;
      padding-left: 0;
      cursor: default;
      line-height: 0;
      margin-top: 0; }
      .mdex-test.template-recipe.print-preview .ingredients-section .ingredients-item .checkbox-list-checkmark:before, .mdex-test.template-recipe.print-preview .ingredients-section .ingredients-item .checkbox-list-checkmark:after {
        display: none; }

.mdex-test.template-recipe.print-preview .recipe-instructions {
  margin: 0; }
  .mdex-test.template-recipe.print-preview .recipe-instructions p {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 12pt;
    line-height: 16pt;
    margin: 0 0 8px; }
  .mdex-test.template-recipe.print-preview .recipe-instructions .section-body,
  .mdex-test.template-recipe.print-preview .recipe-instructions .instructions-section {
    margin: 0; }
    .mdex-test.template-recipe.print-preview .recipe-instructions .section-body .instructions-section-item,
    .mdex-test.template-recipe.print-preview .recipe-instructions .instructions-section .instructions-section-item {
      margin: 0; }
      .mdex-test.template-recipe.print-preview .recipe-instructions .section-body .instructions-section-item .checkbox-list-checkmark,
      .mdex-test.template-recipe.print-preview .recipe-instructions .instructions-section .instructions-section-item .checkbox-list-checkmark {
        display: block; }
  .mdex-test.template-recipe.print-preview .recipe-instructions .section-headline {
    margin-bottom: 0; }
  .mdex-test.template-recipe.print-preview .recipe-instructions .instructions-section-item .checkbox-list-input {
    display: none; }
  .mdex-test.template-recipe.print-preview .recipe-instructions .instructions-section-item .checkbox-list-checkmark {
    padding-left: 0;
    cursor: default; }
    .mdex-test.template-recipe.print-preview .recipe-instructions .instructions-section-item .checkbox-list-checkmark:before, .mdex-test.template-recipe.print-preview .recipe-instructions .instructions-section-item .checkbox-list-checkmark:after {
      display: none; }
  .mdex-test.template-recipe.print-preview .recipe-instructions .instructions-section .checkbox-list-text {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 12pt;
    line-height: 16pt;
    font-weight: 700; }

.mdex-test.template-recipe.print-preview .recipe-notes {
  margin: 0; }
  .mdex-test.template-recipe.print-preview .recipe-notes .section-headline {
    margin: 16px 0 4px; }

.mdex-test.template-recipe.print-preview .recipe-note:first-of-type .section-headline {
  margin: 8px 0 4px; }

.mdex-test.template-recipe.print-preview .nutrition-section {
  margin: 16px 0 0; }
  .mdex-test.template-recipe.print-preview .nutrition-section .recipe-nutrition-section-link {
    display: none; }

.mdex-test.template-recipe.print-preview .recipe-nutrition-section {
  margin: 0; }
  .mdex-test.template-recipe.print-preview .recipe-nutrition-section .section-label {
    margin: 8px 0; }

.mdex-test.template-recipe.print-preview .recipe-meta-container .two-subcol-content-wrapper {
  width: auto; }
  .mdex-test.template-recipe.print-preview .recipe-meta-container .two-subcol-content-wrapper:first-child {
    padding-right: 0; }
  .mdex-test.template-recipe.print-preview .recipe-meta-container .two-subcol-content-wrapper .recipe-meta-item {
    padding-bottom: 8px; }
  .mdex-test.template-recipe.print-preview .recipe-meta-container .two-subcol-content-wrapper .recipe-meta-item-header {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 12pt;
    line-height: 16pt;
    font-weight: 700; }
  .mdex-test.template-recipe.print-preview .recipe-meta-container .two-subcol-content-wrapper .recipe-meta-item-body {
    font-family: "Source Sans Pro", Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 12pt;
    line-height: 16pt; }

.mdex-test.template-recipe.print-preview .print-footer-copyright,
.mdex-test.template-recipe.print-preview .print-footer-from {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 12pt;
  line-height: 16pt; }

.home .categoryPageListFeaturedHeader__title {
  font-weight: 800; }

.glide-slide-desc {
  font-family: "Source Sans Pro", Arial; }

.primary-bylines-name a {
  font-family: "Klein", "Times New Roman", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.95);
  padding: 2px 0;
  transition: all .1s ease-in-out;
  text-decoration: none; }
  .primary-bylines-name a:visited {
    color: #595959;
    box-shadow: inset 0 -2px 0 #595959; }
  .primary-bylines-name a:hover, .primary-bylines-name a:active, .primary-bylines-name a:focus {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.95); }

.job-title a {
  font-family: "Source Sans Pro", Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.95);
  padding: 1px 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95);
  transition: all .1s ease-in-out;
  text-decoration: none; }
  .job-title a:visited {
    color: #595959;
    box-shadow: inset 0 -1px 0 #595959; }
  .job-title a:hover, .job-title a:active, .job-title a:focus {
    color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.95); }

.logo {
  line-height: 0; }

@media (min-width: 1024px) {
  .component.navigation-test .container.secondary-links .secondary-text-links .secondary-item:first-child {
    padding-right: 6px; } }

.component.footer-test .footer-test .footer-copyright-text {
  text-align: center; }
  @media (min-width: 1024px) {
    .component.footer-test .footer-test .footer-copyright-text {
      text-align: left; } }

.dek {
  color: rgba(0, 0, 0, 0.95); }

.search-results-content-container {
  flex: 1 0 0; }

.partial.modal.hamburger .modal-wrapper .hamburger-menu .top-menu {
  padding-bottom: 30px;
  height: auto; }

.partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-link:hover {
  text-decoration: underline; }

.partial.modal.hamburger .modal-wrapper .hamburger-menu .search-menu-item {
  margin-top: 12px; }

.partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .sub-menu-header .main-channel {
  margin-top: 0; }

.partial.modal.hamburger .modal-wrapper .hamburger-menu .submenu-children-wrapper .sub-menu-header .see-all-heading:hover {
  text-decoration: underline; }

.partial.modal.hamburger .modal-wrapper .menu-item-main.heading-menu.parent-menu.selected .submenu-link.main-link:after {
  margin-right: -14px; }

.recipe-nutrition-section {
  font-family: "Source Sans Pro", Arial; }

.categoryPageListFeaturedHeader__popular:before {
  content: " ";
  white-space: pre;
  display: block;
  background-color: #f44336;
  width: 80px;
  height: 5px;
  margin: -35px auto 35px; }

.categoryPageListLatest__aside:before {
  content: " ";
  white-space: pre;
  display: block;
  background-color: #f44336;
  width: 80px;
  height: 5px;
  margin: -3px auto 3px; }

.categoryPageListLatest__aside:before {
  margin: -3px auto; }

.categoryPageListSixFeatured__title,
.categoryPageListLatest__title,
.categoryPageListQuote__title,
.categoryPageListThreeFeatured__title {
  text-align: left;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .categoryPageListSixFeatured__title,
    .categoryPageListLatest__title,
    .categoryPageListQuote__title,
    .categoryPageListThreeFeatured__title {
      padding-left: 20px; } }
  .categoryPageListSixFeatured__title:before,
  .categoryPageListLatest__title:before,
  .categoryPageListQuote__title:before,
  .categoryPageListThreeFeatured__title:before {
    content: " ";
    white-space: pre;
    display: inline-block;
    background-color: #f44336;
    width: 4px;
    height: 40px;
    position: absolute;
    margin: -4px 0 0 -16px; }
    @media (min-width: 768px) {
      .categoryPageListSixFeatured__title:before,
      .categoryPageListLatest__title:before,
      .categoryPageListQuote__title:before,
      .categoryPageListThreeFeatured__title:before {
        height: 56px;
        margin-left: -20px; } }

@media (max-width: 767px) {
  .categoryPageListLatest__title {
    margin-left: 16px; } }

.categoryPageToutDefault__container .categoryPageToutDefault__category,
.categoryPageListToutEditProgram__callout .entityTout {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); }

@media (max-width: 767px) {
  .categoryPageListLatest__list {
    padding-bottom: 25px; } }

@media (min-width: 768px) {
  .categoryPageListLatest__list .category-page-item {
    max-width: none; } }

.categoryPageListLatest__list .category-page-item:last-child {
  padding-bottom: 0; }

.categoryPageListQuote .entityTout__quote-wrapper {
  border-bottom-width: 2px;
  border-right: 0;
  border-left: 0; }

.categoryPageListToutEditProgram__blocks .entityTout__link,
.categoryPageListToutEditProgram__blocks .enttityTout__headline {
  font-weight: 700; }

.sponsoredTip svg g g {
  fill: #f44336; }

.feedback__addContainerIcon svg,
.feedback__reviewAuthor .reviewer__wrapper svg {
  border-radius: 0; }


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