.is-hidden {
  display: none !important;
}

img[src="//:0"]
{
  position: relative;
}
img[src="//:0"]:after
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  content: " ";
}
img {
  height: auto;
}
.img--noscript,
.primary-img--noscript {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
  background-color: #c7c7c7;
}
.no-js .mntl-primary-image:not(.primary-img--noscript),
.no-js img.lazyload {
  display: none;
}
img {
  height: auto;
}
.img--noscript,
.primary-img--noscript {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
  background-color: #c7c7c7;
}
.no-js .mntl-primary-image:not(.primary-img--noscript),
.no-js .primary-image__image:not(.primary-img--noscript),
.no-js img.lazyload {
  display: none;
}
.img-placeholder {
  background-color: #c7c7c7;
  height: 0;
  overflow: hidden;
}
.img-placeholder img[data-placeholder="blurry"].lazyload,
.img-placeholder img[data-placeholder="blurry"].lazyloading {
  filter: blur(10px);
}
.img-placeholder img[data-placeholder="blurry"].lazyloaded {
  filter: none;
  transition: filter 0.3s ease-in;
}

@charset "UTF-8";
* {
  box-sizing: border-box;
}
blockquote,
body,
div,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
label,
legend,
li,
nav,
object,
ol,
p,
section,
table,
ul {
  margin: 0;
  padding: 0;
}
article,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
[contenteditable]:before {
  content: "﻿";
  display: inline-block;
  width: 0;
}
a img {
  border-width: 0;
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  background: #fff;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}
button {
  -webkit-appearance: default-button;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  cursor: pointer;
  border-radius: 0;
}
@font-face {
  font-family: "Work Sans";
  font-weight: 400;
  font-display: swap;
  src: url(/static/5.213.0/fonts/WorkSans-Regular.woff2) format("woff2"),
    url(/static/5.213.0/fonts/WorkSans-Regular.woff) format("woff"),
    url(/static/5.213.0/fonts/WorkSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 500;
  font-display: swap;
  src: url(/static/5.213.0/fonts/WorkSans-Medium.woff2) format("woff2"),
    url(/static/5.213.0/fonts/WorkSans-Medium.woff) format("woff"),
    url(/static/5.213.0/fonts/WorkSans-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 700;
  src: url(/static/5.213.0/fonts/WorkSans-SemiBold.woff2) format("woff2"),
    url(/static/5.213.0/fonts/WorkSans-SemiBold.woff) format("woff"),
    url(/static/5.213.0/fonts/WorkSans-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Frank Ruhl Libre";
  font-weight: 400;
  font-display: swap;
  src: url(/static/5.213.0/fonts/frank-ruhl-libre-v6-latin-regular.woff2)
      format("woff2"),
    url(/static/5.213.0/fonts/frank-ruhl-libre-v6-latin-regular.woff)
      format("woff"),
    url(/static/5.213.0/fonts/frank-ruhl-libre-v6-latin-regular.ttf)
      format("truetype");
}
@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-display: swap;
  src: url(/static/5.213.0/fonts/roboto-v20-latin-regular.woff2) format("woff2"),
    url(/static/5.213.0/fonts/roboto-v20-latin-regular.woff) format("woff"),
    url(/static/5.213.0/fonts/roboto-v20-latin-regular.ttf) format("truetype");
}
@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-display: swap;
  src: url(/static/5.213.0/fonts/roboto-v20-latin-700.woff2) format("woff2"),
    url(/static/5.213.0/fonts/roboto-v20-latin-700.woff) format("woff"),
    url(/static/5.213.0/fonts/roboto-v20-latin-700.ttf) format("truetype");
}
::-webkit-input-placeholder {
  color: #424242;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 1rem;
}
::-moz-placeholder {
  color: #424242;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 1rem;
}
:-ms-input-placeholder {
  color: #424242;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 1rem;
}
input,
textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.6rem 0.65rem;
  line-height: 1.2rem;
  color: #222;
}
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 0.3em;
}
select {
  color: #424242;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 1rem;
  border: none;
  background: 0 0;
}
::-webkit-input-placeholder {
  color: #424242;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 1rem;
}
::-moz-placeholder {
  color: #424242;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 1rem;
}
:-ms-input-placeholder {
  color: #424242;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 1rem;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
}
h2 {
  font-size: 1.875rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
  font-weight: 500;
}
main {
  flex: 1 0 auto;
  padding: 1rem 0 1rem;
  position: relative;
}
header + .mntl-adhesive-ad + main,
header ~ main {
  margin-top: 68px;
}
.homeTemplate header + .mntl-adhesive-ad + main,
.homeTemplate header ~ main,
.searchTemplate header + .mntl-adhesive-ad + main,
.searchTemplate header ~ main,
.thespruceeats.journey-page header + .mntl-adhesive-ad + main,
.thespruceeats.journey-page header ~ main {
  margin-top: 75px;
}
.thespruceeats.exclusiveTemplate header + .mntl-adhesive-ad + main,
.thespruceeats.exclusiveTemplate header ~ main,
.thespruceeats.taxonomyScTemplate header + .mntl-adhesive-ad + main,
.thespruceeats.taxonomyScTemplate header ~ main {
  padding-top: 0;
  margin-top: 60px;
}
@media (min-width: 70em) {
  .thespruceeats.exclusiveTemplate header + .mntl-adhesive-ad + main,
  .thespruceeats.exclusiveTemplate header ~ main,
  .thespruceeats.taxonomyScTemplate header + .mntl-adhesive-ad + main,
  .thespruceeats.taxonomyScTemplate header ~ main {
    margin-top: 120px;
  }
}
.thespruceeats.journey-page header + .mntl-adhesive-ad + main,
.thespruceeats.journey-page header ~ main {
  margin-top: 110px;
}
@media (min-width: 64em) {
  .thespruceeats:not(.homeTemplate):not(.taxonomy2Template):not(
      .taxonomyScTemplate
    ):not(.journey-page):not(.exclusiveTemplate)
    header
    + .mntl-adhesive-ad
    + main,
  .thespruceeats:not(.homeTemplate):not(.taxonomy2Template):not(
      .taxonomyScTemplate
    ):not(.journey-page):not(.exclusiveTemplate)
    header
    ~ main {
    margin-top: 175px;
  }
}
@media (min-width: 34em) {
  header + .mntl-adhesive-ad + main,
  header ~ main {
    margin-top: 60px;
  }
  .homeTemplate header + .mntl-adhesive-ad + main,
  .homeTemplate header ~ main,
  .searchTemplate header + .mntl-adhesive-ad + main,
  .searchTemplate header ~ main {
    margin-top: 92px;
  }
}
@media (min-width: 70em) {
  header + .mntl-adhesive-ad + main,
  header ~ main {
    margin-top: 75px;
  }
  .homeTemplate header + .mntl-adhesive-ad + main,
  .homeTemplate header ~ main {
    margin-top: 153px;
  }
}
@media (min-width: 70em) {
  .thespruceeats.journey-page header + .mntl-adhesive-ad + main,
  .thespruceeats.journey-page header ~ main {
    margin-top: 120px;
    padding-top: 0;
  }
}
@media (min-width: 720px) {
  .thespruceeats.journey-page .mntl-leaderboard-spacer ~ main {
    margin-top: 2px;
  }
}
@media (min-width: 50em) {
  .thespruceeats.journey-page .mntl-leaderboard-spacer ~ main {
    margin-top: 70px;
  }
}
@media (min-width: 70em) {
  .thespruceeats.journey-page .mntl-leaderboard-spacer ~ main {
    margin-top: 155px;
  }
}
@media (max-width: 720px) {
  .mntl-leaderboard-spacer + main {
    margin-top: 60px;
  }
}
.embedded-tool main {
  padding: 0;
}
.listScCommerceTemplate main,
.reviewScTemplate main,
.structuredContentTemplate main,
.structuredListTemplate main,
.structuredProjectTemplate main,
.structuredStepByStepTemplate main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
main {
  padding-bottom: 0;
}
.bioTemplate main,
.homeTemplate main,
.taxonomyScTemplate main {
  padding-top: 0;
}
.structuredContentTemplate main,
.structuredProjectTemplate main {
  padding-top: 0.44rem;
}
@media (min-width: 45em) {
  .structuredContentTemplate main,
  .structuredProjectTemplate main {
    padding-top: 0;
  }
}
header.header + .mntl-adhesive-ad + main,
header.header--condensed.header--condensed ~ main,
header.header ~ main {
  margin-top: calc(3.75rem + 0.55rem);
}
.taxonomy2Template header.header + .mntl-adhesive-ad + main,
.taxonomy2Template header.header--condensed.header--condensed ~ main,
.taxonomy2Template header.header ~ main {
  margin-top: 3.75rem;
}
.structuredContentTemplate header.header + .mntl-adhesive-ad + main,
.structuredContentTemplate header.header--condensed.header--condensed ~ main,
.structuredContentTemplate header.header ~ main,
.structuredProjectTemplate header.header + .mntl-adhesive-ad + main,
.structuredProjectTemplate header.header--condensed.header--condensed ~ main,
.structuredProjectTemplate header.header ~ main {
  margin-top: calc(3.75rem + 0.55rem);
}
.homeTemplate header.header + .mntl-adhesive-ad + main,
.homeTemplate header.header--condensed.header--condensed ~ main,
.homeTemplate header.header ~ main,
.structuredCorporateTemplate header.header + .mntl-adhesive-ad + main,
.structuredCorporateTemplate header.header--condensed.header--condensed ~ main,
.structuredCorporateTemplate header.header ~ main {
  margin-top: 3.75rem;
}
.errorTemplate header.header + .mntl-adhesive-ad + main,
.errorTemplate header.header--condensed.header--condensed ~ main,
.errorTemplate header.header ~ main {
  margin-top: calc(3.75rem + 0.55rem - 30px);
}
.digitalIssueTemplate header.header + .mntl-adhesive-ad + main,
.digitalIssueTemplate header.header--condensed.header--condensed ~ main,
.digitalIssueTemplate header.header ~ main,
.exclusiveTemplate header.header + .mntl-adhesive-ad + main,
.exclusiveTemplate header.header--condensed.header--condensed ~ main,
.exclusiveTemplate header.header ~ main {
  padding-top: 0;
  margin-top: 3.75rem;
}
.journey-page.exclusiveTemplate header.header + .mntl-adhesive-ad + main,
.journey-page.exclusiveTemplate
  header.header--condensed.header--condensed
  ~ main,
.journey-page.exclusiveTemplate header.header ~ main {
  margin-top: calc(3.75rem + 2.5rem);
}
.journey-page header.header + .mntl-adhesive-ad + main,
.journey-page header.header--condensed.header--condensed ~ main,
.journey-page header.header ~ main {
  margin-top: calc(3.75rem + 0.55rem + 2.5rem);
}
.digital-issue-transparent-header header.header + .mntl-adhesive-ad + main,
.digital-issue-transparent-header
  header.header--condensed.header--condensed
  ~ main,
.digital-issue-transparent-header header.header ~ main {
  margin: 0;
  padding: 0;
}
@media (min-width: 34em) {
  header.header + .mntl-adhesive-ad + main,
  header.header--condensed.header--condensed ~ main,
  header.header ~ main {
    margin-top: calc(5.125rem + 0.55rem);
  }
  .taxonomy2Template header.header + .mntl-adhesive-ad + main,
  .taxonomy2Template header.header--condensed.header--condensed ~ main,
  .taxonomy2Template header.header ~ main {
    margin-top: 5.125rem;
  }
  .structuredContentTemplate header.header + .mntl-adhesive-ad + main,
  .structuredContentTemplate header.header--condensed.header--condensed ~ main,
  .structuredContentTemplate header.header ~ main,
  .structuredProjectTemplate header.header + .mntl-adhesive-ad + main,
  .structuredProjectTemplate header.header--condensed.header--condensed ~ main,
  .structuredProjectTemplate header.header ~ main {
    margin-top: calc(5.125rem + 0.55rem);
  }
  .homeTemplate header.header + .mntl-adhesive-ad + main,
  .homeTemplate header.header--condensed.header--condensed ~ main,
  .homeTemplate header.header ~ main,
  .structuredCorporateTemplate header.header + .mntl-adhesive-ad + main,
  .structuredCorporateTemplate
    header.header--condensed.header--condensed
    ~ main,
  .structuredCorporateTemplate header.header ~ main {
    margin-top: 5.125rem;
  }
  .errorTemplate header.header + .mntl-adhesive-ad + main,
  .errorTemplate header.header--condensed.header--condensed ~ main,
  .errorTemplate header.header ~ main {
    margin-top: calc(5.125rem + 0.55rem - 28px);
  }
  .digitalIssueTemplate header.header + .mntl-adhesive-ad + main,
  .digitalIssueTemplate header.header--condensed.header--condensed ~ main,
  .digitalIssueTemplate header.header ~ main,
  .exclusiveTemplate header.header + .mntl-adhesive-ad + main,
  .exclusiveTemplate header.header--condensed.header--condensed ~ main,
  .exclusiveTemplate header.header ~ main {
    padding-top: 0;
    margin-top: calc(4.875rem - 1px);
  }
  .journey-page header.header + .mntl-adhesive-ad + main,
  .journey-page header.header--condensed.header--condensed ~ main,
  .journey-page header.header ~ main {
    margin-top: calc(5.125rem + 0.55rem + 2.5rem);
  }
  .journey-page.exclusiveTemplate header.header + .mntl-adhesive-ad + main,
  .journey-page.exclusiveTemplate
    header.header--condensed.header--condensed
    ~ main,
  .journey-page.exclusiveTemplate header.header ~ main {
    margin-top: calc(4.875rem - 1px + 2.5rem);
  }
}
@media (min-width: 70em) {
  header.header + .mntl-adhesive-ad + main,
  header.header--condensed.header--condensed ~ main,
  header.header ~ main {
    margin-top: calc(4.875rem + 0.55rem);
  }
  .taxonomy2Template header.header + .mntl-adhesive-ad + main,
  .taxonomy2Template header.header--condensed.header--condensed ~ main,
  .taxonomy2Template header.header ~ main {
    margin-top: calc(4.875rem - 0.55rem + 0.4rem);
  }
  .structuredContentTemplate:not(.journey-page)
    header.header
    + .mntl-adhesive-ad
    + main,
  .structuredContentTemplate:not(.journey-page)
    header.header--condensed.header--condensed
    ~ main,
  .structuredContentTemplate:not(.journey-page) header.header ~ main,
  .structuredProjectTemplate:not(.journey-page)
    header.header
    + .mntl-adhesive-ad
    + main,
  .structuredProjectTemplate:not(.journey-page)
    header.header--condensed.header--condensed
    ~ main,
  .structuredProjectTemplate:not(.journey-page) header.header ~ main {
    margin-top: calc(4.875rem + 0.55rem);
  }
  .homeTemplate header.header + .mntl-adhesive-ad + main,
  .homeTemplate header.header--condensed.header--condensed ~ main,
  .homeTemplate header.header ~ main,
  .structuredCorporateTemplate header.header + .mntl-adhesive-ad + main,
  .structuredCorporateTemplate
    header.header--condensed.header--condensed
    ~ main,
  .structuredCorporateTemplate header.header ~ main {
    margin-top: 4.875rem;
  }
  .errorTemplate header.header + .mntl-adhesive-ad + main,
  .errorTemplate header.header--condensed.header--condensed ~ main,
  .errorTemplate header.header ~ main {
    margin-top: calc(4.875rem + 0.55rem - 26px);
  }
  .journey-page header.header + .mntl-adhesive-ad + main,
  .journey-page header.header--condensed.header--condensed ~ main,
  .journey-page header.header ~ main {
    margin-top: calc(4.875rem + 0.55rem + 2.5rem);
  }
  .journey-page.exclusiveTemplate header.header + .mntl-adhesive-ad + main,
  .journey-page.exclusiveTemplate
    header.header--condensed.header--condensed
    ~ main,
  .journey-page.exclusiveTemplate header.header ~ main {
    margin-top: calc(4.875rem + 0.55rem + 2.5rem - 14px);
  }
}
header.is-active + .mntl-adhesive-ad + main,
header.is-active ~ main {
  visibility: visible;
}
header.is-active + .mntl-adhesive-ad + main:after,
header.is-active ~ main:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.listScCommerceTemplate main[role="main"],
.structuredListTemplate main[role="main"] {
  padding-top: 0;
}
.card__image.card__image[data-src]:not(.lazyloaded),
.card__img[data-src]:not(.lazyloaded) {
  padding-top: 66.6666666667%;
  height: 0;
  overflow: hidden;
}
.img--noscript,
.primary-img--noscript {
  background-color: #f4f3f5;
}
.contributor-block__illustration .img-placeholder,
.section__error-illustration .img-placeholder {
  background: 0 0;
}
.contributor-block__team .img-placeholder {
  border-radius: 100%;
}
.mntl-taxonomysc-article-list-group .img-placeholder {
  background-color: #f4f3f5;
}
table {
  float: none;
  margin-bottom: 1rem;
}
hr {
  height: 1px;
  border: 0;
  background: #f0f9f9;
  margin: 2rem 0;
}
.l-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0.625rem;
  width: 80rem;
}
.l-fullbleed {
  width: 100vw;
  margin-left: -0.625rem;
}
@media (min-width: 70em) {
  .l-fullbleed {
    margin-left: calc(-50vw + 40em - 0.625rem);
  }
}
.l-grid {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.l-grid.l-container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 34em) {
  .l-grid--2up {
    display: flex;
    flex-wrap: wrap;
  }
  .illo-description-block .l-grid--2up {
    flex-wrap: nowrap;
  }
}
@media (min-width: 34em) {
  .l-grid--3up {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 34em) {
  .l-grid--4up {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-grid--2-3-4up {
  display: flex;
  flex-wrap: wrap;
}
.l-grid--masonry-2-to-4up {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media (min-width: 34em) {
  .l-grid--masonry-2-to-4up {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 50em) {
  .l-grid--masonry-2-to-4up {
    -moz-column-count: 4;
    column-count: 4;
  }
}
.l-grid__item,
.masonry-list__item.l-grid__item {
  padding: 0.5rem;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  overflow: hidden;
}
@media (min-width: 34em) {
  .l-grid--2up .l-grid__item,
  .l-grid--2up .masonry-list__item.l-grid__item {
    width: 50%;
  }
}
@media (min-width: 34em) {
  .l-grid--3up .l-grid__item,
  .l-grid--3up .masonry-list__item.l-grid__item {
    width: 50%;
  }
}
@media (min-width: 50em) {
  .l-grid--3up .l-grid__item,
  .l-grid--3up .masonry-list__item.l-grid__item {
    width: 33.3333%;
  }
}
@media (min-width: 34em) {
  .l-grid--4up .l-grid__item,
  .l-grid--4up .masonry-list__item.l-grid__item {
    width: 50%;
  }
}
@media (min-width: 50em) {
  .l-grid--4up .l-grid__item,
  .l-grid--4up .masonry-list__item.l-grid__item {
    width: 25%;
  }
}
.l-grid--2-3-4up .l-grid__item,
.l-grid--2-3-4up .masonry-list__item.l-grid__item {
  flex: 1 0 auto;
  width: 50%;
  padding: 0.5rem;
}
@media (min-width: 50em) {
  .l-grid--2-3-4up .l-grid__item,
  .l-grid--2-3-4up .masonry-list__item.l-grid__item {
    width: 33.3333%;
  }
}
@media (min-width: 64em) {
  .l-grid--2-3-4up .l-grid__item,
  .l-grid--2-3-4up .masonry-list__item.l-grid__item {
    width: 25%;
  }
}
.illo-description-block .l-grid__item,
.illo-description-block .masonry-list__item.l-grid__item {
  flex: 1;
}
.article > .l-container,
.l-page-padding {
  padding: 0 1.25rem;
}
@media (min-width: 34em) {
  .article > .l-container,
  .l-page-padding {
    padding: 0 1.875rem;
  }
}
@media (min-width: 64em) {
  .article > .l-container,
  .l-page-padding {
    padding: 0 2.5rem;
  }
}
.is-vishidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
.is-hidden.is-hidden.is-hidden.is-hidden.is-hidden {
  display: none;
}
.is-noscroll {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: auto;
}
.is-invisible {
  opacity: 0;
}
.u-offset-background.u-offset-background.u-offset-background.u-offset-background.u-offset-background {
  background: linear-gradient(to bottom, #fff 3rem, #f0f9f9 3rem);
}
.u-background.u-background.u-background.u-background.u-background {
  background: linear-gradient(to bottom, #fff 0, #f0f9f9 0);
}
.u-top-bottom-margin.u-top-bottom-margin.u-top-bottom-margin.u-top-bottom-margin.u-top-bottom-margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.u-bottom-margin.u-bottom-margin.u-bottom-margin.u-bottom-margin.u-bottom-margin {
  margin-bottom: 2rem;
}
.u-align-center.u-align-center.u-align-center.u-align-center.u-align-center {
  text-align: center;
}
.u-top-bottom-margin.u-top-bottom-margin.u-top-bottom-margin.u-top-bottom-margin.u-top-bottom-margin {
  margin-top: 2rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 34em) {
  .u-top-bottom-margin.u-top-bottom-margin.u-top-bottom-margin.u-top-bottom-margin.u-top-bottom-margin {
    margin-bottom: 2rem;
  }
}

.video-ad {
  position: relative;
}
.mntl-gpt-adunit .video-placeholder {
  background: #f0f0f0;
}
.mntl-gpt-adunit .video-placeholder[class*="leaderboard"] {
  height: 250px;
  max-width: 970px;
  width: 100%;
}
.mntl-gpt-adunit .video-placeholder[class*="billboard"],
.mntl-gpt-adunit .video-placeholder[class*="mntl-billboard"] {
  display: block;
  height: 250px;
  width: 300px;
}
.mntl-gpt-adunit .video-placeholder[class*="billboard"] ~ *,
.mntl-gpt-adunit .video-placeholder[class*="mntl-billboard"] ~ * {
  top: 50%;
  transform: translateY(-50%);
}
.mntl-gpt-adunit .video-placeholder ~ * {
  position: absolute;
}

.billboard {
  text-align: center;
}
.billboard[data-ad-height="250"][data-ad-width="300"] {
  min-width: 300px;
  min-height: 270px;
}
.billboard[data-ad-height="50"][data-ad-width="320"] {
  min-width: 320px;
  min-height: 70px;
}
.billboard .wrapper {
  min-height: 270px;
  min-width: 300px;
  margin: 0 auto;
}
.billboard .wrapper::after,
.billboard .wrapper::before {
  display: none;
  content: "Advertisement";
  color: #424242;
  font-size: 0.625rem;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  line-height: 1;
}
.billboard .wrapper::after {
  opacity: 0;
}
.billboard[data-ad-width="300"] .wrapper {
  width: 300px;
  margin: 0 auto;
}
.billboard[data-ad-width="300"] .wrapper::after,
.billboard[data-ad-width="300"] .wrapper::before {
  display: block;
}
.billboard[data-ad-width="299"] .wrapper {
  width: 299px;
  margin: 0 auto;
}
.billboard[data-ad-width="299"] .wrapper::after,
.billboard[data-ad-width="299"] .wrapper::before {
  display: block;
}
.billboard[data-ad-width="340"] .wrapper {
  width: 340px;
  margin: 0 auto;
}
.billboard[data-ad-width="340"] .wrapper::after,
.billboard[data-ad-width="340"] .wrapper::before {
  display: block;
}
.billboard.is-destroyed .wrapper::after,
.billboard.is-destroyed .wrapper::before {
  display: none;
}
.billboard[data-ad-width="1"][data-ad-height="3"].collapsed {
  display: block;
}
.leaderboard {
  min-width: 18.75rem;
  text-align: center;
  margin: 0.34rem 0;
}
.leaderboard[data-ad-height="90"][data-ad-width="728"] {
  height: 9.625rem;
  max-height: 9.625rem;
}
.leaderboard[data-ad-height="250"][data-ad-width="970"] {
  height: 19.625rem;
  max-height: 19.625rem;
}
.leaderboard[data-ad-height="250"][data-ad-width="1280"] {
  height: 19.625rem;
  max-height: 19.625rem;
}
.leaderboard[data-ad-height="360"][data-ad-width="1280"] {
  height: 26.5rem;
  max-height: 26.5rem;
}
.leaderboard:not([data-ad-height]) {
  height: 9.625rem;
  max-height: 9.625rem;
}
.leaderboard--river {
  margin: 2rem 0;
}
.masonry-list + .leaderboard--river {
  margin: 0.34rem 0;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.taxonomy2Template .leaderboard--river {
  padding: 1rem 0 2rem;
}
.taxonomy2Template
  .leaderboard--river[data-ad-height="90"][data-ad-width="728"] {
  height: 7.625rem;
  max-height: 7.625rem;
}
.taxonomy2Template
  .leaderboard--river[data-ad-height="250"][data-ad-width="970"] {
  height: 17.625rem;
  max-height: 17.625rem;
}
.taxonomy2Template
  .leaderboard--river[data-ad-height="250"][data-ad-width="1280"] {
  height: 17.625rem;
  max-height: 17.625rem;
}
.taxonomy2Template
  .leaderboard--river[data-ad-height="360"][data-ad-width="1280"] {
  height: 24.5rem;
  max-height: 24.5rem;
}
.taxonomy2Template .leaderboard--river:not([data-ad-height]) {
  height: 7.625rem;
  max-height: 7.625rem;
}
.leaderboard--search {
  padding: 1rem 0;
}
.tag-browser .leaderboard {
  padding: 2rem 0;
}
.listScCommerceTemplate .tag-browser .leaderboard {
  padding: 0;
}
.subscription-island + .leaderboard {
  margin-top: 2rem;
}
.homeTemplate .leaderboard {
  min-height: 3.125rem;
}
@media (min-width: 34em) {
  .homeTemplate .leaderboard {
    min-height: 5.625rem;
  }
}
.article--structured-sbs .leaderboard.js-responsive-ad,
.leaderboard .article--list.js-responsive-ad {
  min-height: 3.125rem;
}
@media (min-width: 70em) {
  .article--structured-sbs .leaderboard.js-responsive-ad,
  .leaderboard .article--list.js-responsive-ad {
    min-height: 5.625rem;
  }
}
.dynamic-list__item-bonus .leaderboard {
  padding: 0.2rem 0;
}
.dynamic-inline .leaderboard.is-destroyed .wrapper::after,
.dynamic-inline .leaderboard.is-destroyed .wrapper::before {
  display: none;
}
@media (min-width: 64em) {
  .listScCommerceTemplate .dynamic-inline .leaderboard,
  .structuredListTemplate .dynamic-inline .leaderboard {
    overflow: visible;
  }
}
.embedded-faceted-search + .leaderboard {
  margin-bottom: 2rem;
}
.leaderboard .wrapper::after,
.leaderboard .wrapper::before {
  color: #424242;
  font-size: 0.75rem;
}
.listScCommerceTemplate .dynamic-inline .leaderboard .wrapper::before,
.structuredListTemplate .dynamic-inline .leaderboard .wrapper::before {
  display: none;
}
.ad-label {
  color: #424242;
  font-size: 0.625rem;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  text-align: center;
  display: none;
}
.ad-label--show .ad-label {
  display: block;
}
.ad-label--show .ad-label.ad-label--hidden {
  visibility: hidden;
}
.mntl-adhesive-ad .ad-label {
  display: block;
}
.leaderboard--header {
  top: 3.438rem;
  margin: 0;
  background: #fff;
  transition: all ease 0.15s;
}
.leaderboard--header .wrapper {
  margin: 0.75rem auto;
  padding: 0;
}
@media (min-width: 34em) {
  .thespruceeats.journey-page .header + .leaderboard--header {
    top: 7.219rem;
  }
  .leaderboard--header[data-ad-height="90"][data-ad-width="728"] {
    height: 7.125rem;
    max-height: 7.125rem;
  }
  .leaderboard--header[data-ad-height="250"][data-ad-width="970"] {
    height: 17.125rem;
    max-height: 17.125rem;
  }
  .leaderboard--header[data-ad-height="250"][data-ad-width="1280"] {
    height: 17.125rem;
    max-height: 17.125rem;
  }
  .leaderboard--header[data-ad-height="360"][data-ad-width="1280"] {
    height: 24rem;
    max-height: 24rem;
  }
  .leaderboard--header:not([data-ad-height]) {
    height: 7.125rem;
    max-height: 7.125rem;
  }
}
@media (min-width: 70em) {
  .leaderboard--header {
    top: 4.875rem;
  }
  .thespruceeats.journey-page .header + .leaderboard--header {
    top: 8.344rem;
  }
}
.mntl-leaderboard-spacer {
  margin-top: 1.25rem;
}
.thespruceeats.journey-page .mntl-leaderboard-spacer {
  margin-top: 7.5rem;
}
.leaderboard:not(.leaderboard--header) .wrapper {
  margin: 0 auto;
}
@media (min-width: 34em) {
  .dynamic-list__item-bonus
    .leaderboard[data-ad-height="90"][data-ad-width="728"],
  .glossaryTemplate .leaderboard[data-ad-height="90"][data-ad-width="728"],
  .homepage-island__leaderboard[data-ad-height="90"][data-ad-width="728"],
  .leaderboard--river[data-ad-height="90"][data-ad-width="728"],
  .leaderboard-post-content[data-ad-height="90"][data-ad-width="728"] {
    height: 7.125rem;
    max-height: 7.125rem;
  }
  .dynamic-list__item-bonus
    .leaderboard[data-ad-height="250"][data-ad-width="970"],
  .glossaryTemplate .leaderboard[data-ad-height="250"][data-ad-width="970"],
  .homepage-island__leaderboard[data-ad-height="250"][data-ad-width="970"],
  .leaderboard--river[data-ad-height="250"][data-ad-width="970"],
  .leaderboard-post-content[data-ad-height="250"][data-ad-width="970"] {
    height: 17.125rem;
    max-height: 17.125rem;
  }
  .dynamic-list__item-bonus
    .leaderboard[data-ad-height="250"][data-ad-width="1280"],
  .glossaryTemplate .leaderboard[data-ad-height="250"][data-ad-width="1280"],
  .homepage-island__leaderboard[data-ad-height="250"][data-ad-width="1280"],
  .leaderboard--river[data-ad-height="250"][data-ad-width="1280"],
  .leaderboard-post-content[data-ad-height="250"][data-ad-width="1280"] {
    height: 17.125rem;
    max-height: 17.125rem;
  }
  .dynamic-list__item-bonus
    .leaderboard[data-ad-height="360"][data-ad-width="1280"],
  .glossaryTemplate .leaderboard[data-ad-height="360"][data-ad-width="1280"],
  .homepage-island__leaderboard[data-ad-height="360"][data-ad-width="1280"],
  .leaderboard--river[data-ad-height="360"][data-ad-width="1280"],
  .leaderboard-post-content[data-ad-height="360"][data-ad-width="1280"] {
    height: 24rem;
    max-height: 24rem;
  }
  .dynamic-list__item-bonus .leaderboard:not([data-ad-height]),
  .glossaryTemplate .leaderboard:not([data-ad-height]),
  .homepage-island__leaderboard:not([data-ad-height]),
  .leaderboard--river:not([data-ad-height]),
  .leaderboard-post-content:not([data-ad-height]) {
    height: 7.125rem;
    max-height: 7.125rem;
  }
}
.article--structured-commerce-roundup .leaderboard-post-content {
  margin-top: 1rem;
  padding-top: 2rem;
  padding-bottom: 7rem;
}
@media (min-width: 34em) {
  .article--structured-commerce-roundup .leaderboard-post-content {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
  }
}
.billboard.collapsed,
.dynamic-inline.collapsed,
.leaderboard.collapsed {
  display: none;
}
.js-lazy-ad[data-ad-height] {
  height: auto;
  max-height: 125rem;
}
@media (min-width: 34em) {
  .dynamic-inline.dynamic-inline .js-lazy-ad {
    max-height: 15.625rem;
  }
}
@media (min-width: 64em) {
  .dynamic-inline.dynamic-inline .js-lazy-ad {
    max-height: 5.625rem;
  }
}
.structured-project-content
  .mntl-native__adunit[data-ad-width][data-ad-height] {
  margin-top: 1.875rem;
}
.mntl-native--labeled.mntl-native--labeled
  .mntl-native__adunit[data-ad-width][data-ad-height]::before {
  color: #424242;
  font-size: 0.625rem;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  line-height: 1;
}
.listScCommerceTemplate .mntl-sc-block-adslot {
  margin: 0 auto;
}
.billboard[data-ad-height="250"][data-ad-width="300"] {
  min-width: 300px;
  min-height: 279px;
}
.billboard[data-ad-height="50"][data-ad-width="320"] {
  min-width: 320px;
  min-height: 79px;
}
.billboard .wrapper {
  min-height: 279px;
}
.billboard .wrapper::after,
.billboard .wrapper::before {
  font-size: 0.75rem;
  font-family: Roboto, Helvetica, sans-serif;
  margin-bottom: 0.3125rem;
}
.billboard--river {
  margin-bottom: 1rem;
}
.search-layout__results .billboard {
  margin-bottom: 1.875rem;
}
.dynamic-inline .leaderboard .wrapper {
  justify-content: flex-start;
}
.leaderboard .wrapper::after,
.leaderboard .wrapper::before {
  font-size: 0.75rem;
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 2;
}
.taxonomy2Template .leaderboard--river {
  margin-bottom: 3rem;
}
.leaderboard.taxonomy-island__leaderboard .wrapper::after,
.leaderboard.taxonomy-island__leaderboard .wrapper::before {
  margin: 0 -2.3em;
  background-color: #f4f3f3;
}
.search-layout__results .leaderboard {
  margin-bottom: 1.875rem;
}
.ordered-list--structured .leaderboard.js-responsive-ad[data-ad-height="50"] {
  min-height: 50px;
}
.ad-label {
  font-size: 0.75rem;
  font-family: Roboto, Helvetica, sans-serif;
}
.adhesive .ad-label {
  color: #424242;
}
@media (min-width: 70em) {
  .dynamic-inline__label {
    width: 48.05rem;
  }
}
.header--condensed + .leaderboard--header,
.leaderboard--header {
  top: calc(5.125rem - 0.34rem);
  margin: 0.34rem 0;
}
@media (min-width: 70em) {
  .header--condensed + .leaderboard--header,
  .leaderboard--header {
    top: calc(4.875rem - 0.34rem);
  }
}
.header.is-active + .leaderboard--header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.searchTemplate .leaderboard--header {
  background: #f4f3f3;
}
.journey-page .leaderboard--header {
  top: calc(5.125rem - 0.34rem + 2.5rem);
}
@media (min-width: 70em) {
  .journey-page .leaderboard--header {
    top: calc(4.875rem - 0.34rem + 2.5rem);
  }
}
.header.is-active + .mntl-adhesive-ad .ad-label:after,
.header.is-active + .mntl-adhesive-ad .wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 34em) {
  .dynamic-inline .js-lazy-ad {
    min-height: 250px;
  }
}
@media (min-width: 70em) {
  .dynamic-inline .js-lazy-ad {
    min-height: 90px;
  }
}

#main {
  position: relative;
}
#height-change-listener {
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  border: 0;
  background-color: transparent;
}

.mntl-article {
  display: grid;
  position: relative;
  padding: 0 1rem;
  margin: 0 auto;
  grid-template-columns: minmax(0, 37.5rem);
  grid-template-areas: "header" "post-header" "left-rail" "pre-content" "content" "post-content" "footer";
}
@media (min-width: 34em) {
  .mntl-article {
    padding: 0 1.5rem;
  }
}
@media (min-width: 50em) {
  .mntl-article {
    padding: 0 2rem;
  }
}
.mntl-article--full-width {
  grid-template-columns: minmax(0, 80.25rem);
}
@media (min-width: 50em) {
  .mntl-article--two-column-left-rail {
    grid-template-columns: 14rem minmax(0, 37.5rem);
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    grid-template-areas: "header header" "post-header post-header" "left-rail pre-content" "left-rail content " "left-rail post-content" "footer footer";
  }
}
@media (min-width: 64em) {
  .mntl-article--two-column-left-rail {
    grid-template-columns: 16.5rem minmax(0, 37.5rem);
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
}
@media (min-width: 70em) {
  .mntl-article--two-column-left-rail {
    -moz-column-gap: 8.25rem;
    column-gap: 8.25rem;
  }
}
@media (min-width: 50em) {
  .mntl-article--two-column-right-rail {
    grid-template-columns: minmax(0, 37.5rem) 18.75rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    grid-template-areas: "header header" "post-header right-rail" "left-rail right-rail" "pre-content right-rail" "content right-rail" "post-content right-rail" "footer footer";
  }
}
@media (min-width: 64em) {
  .mntl-article--two-column-right-rail {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media (min-width: 70em) {
  .mntl-article--two-column-right-rail {
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
}
@media (min-width: 50em) {
  .mntl-article--three-column {
    grid-template-columns: minmax(0, 37.5rem) 18.75rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    grid-template-areas: "header header" "post-header right-rail" "left-rail right-rail" "pre-content right-rail" "content right-rail" "post-content right-rail" "footer footer";
  }
}
@media (min-width: 64em) {
  .mntl-article--three-column {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media (min-width: 70em) {
  .mntl-article--three-column {
    grid-template-columns: 14rem minmax(0, 37.5rem) 18.75rem;
    grid-template-areas: "header header header" "post-header post-header right-rail" "left-rail pre-content right-rail" "left-rail content right-rail" "left-rail post-content right-rail" "footer footer footer";
  }
}
.article-header {
  grid-area: header;
}
.article-post-header {
  grid-area: post-header;
}
.article-left-rail {
  grid-area: left-rail;
}
.article-pre-content {
  grid-area: pre-content;
}
.article-content {
  grid-area: content;
}
.article-post-content {
  grid-area: post-content;
}
.article-right-rail {
  grid-area: right-rail;
  position: absolute;
  top: -10000in;
  visibility: hidden;
  max-height: 0;
}
@media (min-width: 50em) {
  .article-right-rail {
    display: block;
    position: static;
    top: initial;
    visibility: visible;
    max-height: initial;
  }
}
.article-footer {
  grid-area: footer;
}

.article--structured-list .article__container,
.article--structured-sbs .article__container {
  position: relative;
}
.article__header {
  padding: 0;
  flex-direction: column;
  flex-flow: column;
}
@media (min-width: 34em) {
  .article__header--project {
    padding-top: 1rem;
  }
  .article--structured-project .article__header--project {
    padding-top: 2.5rem;
  }
}
@media (min-width: 50em) {
  .article__header--project {
    margin-bottom: 1.85rem;
  }
}
.article--bio .article__header {
  margin: 1rem 0 2.5rem;
}
.article__header--portfolio p {
  max-width: 37.5rem;
  margin: 0 auto;
}
.thespruceeats.exclusiveTemplate .article__header {
  text-align: center;
}
.article__header--no-image .article__header-block {
  max-width: 52.5rem;
  margin-left: auto;
}
.article--structured-project .article__header-block {
  display: flex;
  flex-direction: column;
}
.article__decision-block {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-bottom: 0.4rem;
}
.article__header--no-image .article__decision-block {
  width: 100%;
}
.article--structured-project .article__decision-block {
  width: 100%;
  padding: 0.75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  background-color: #f0f9f9;
  border: 1px solid #b35f4d;
}
.article--structured-project
  .article__decision-block.article__decision-block--badged {
  margin-top: 8px;
  margin-right: 8px;
}
.article__share-block {
  display: flex;
  margin-left: auto;
}
@media (min-width: 64em) {
  .article__share-block {
    margin-left: 0;
    align-self: flex-start;
    align-items: center;
  }
}
.article--structured .article__share-block,
.article--structured-project .article__share-block {
  justify-content: center;
  margin-bottom: 1rem;
}
@media (max-width: 34em) {
  .article--structured-project .article__share-block {
    margin-top: -0.5rem;
    margin-bottom: 0;
  }
}
.article__header--project .article__share-block {
  margin-left: 0;
}
@media (min-width: 34em) {
  .article__header--project .article__share-block {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .article__header--project .article__share-block {
    margin-left: 0;
    align-self: flex-start;
    align-items: center;
  }
}
.article__body {
  padding-bottom: 2rem;
}
@media (min-width: 50em) {
  .article--bio .article__body,
  .article--structured .article__body,
  .article--structured-project .article__body,
  .article--video .article__body {
    position: relative;
    max-width: calc(100% - 20rem);
    min-height: 700px;
  }
}
@media (min-width: 34em) {
  .article--structured-corporate .article__body {
    max-width: 40rem;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .article--structured-corporate .article__body {
    max-width: 38rem;
  }
}
.article--full-width .article__body {
  margin: 0 auto;
  max-width: none;
}
.article__flex-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 0.3rem;
}
@media (min-width: 34em) {
  .article__flex-wrapper {
    align-items: center;
  }
}
@media (min-width: 64em) {
  .article__flex-wrapper {
    flex-direction: column;
  }
}
.article__header--project .article__flex-wrapper {
  flex-direction: column;
}
@media (min-width: 34em) {
  .article__header--project .article__flex-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 64em) {
  .article__header--project .article__flex-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 64em) {
  .article__header--no-image .article__flex-wrapper {
    flex-direction: row;
  }
}
.article-header__media {
  text-align: center;
}
.article--list .article-header__media {
  flex: 0 0 100%;
}
@media (min-width: 64em) {
  .article--bio .article-header__media {
    float: left;
  }
}
@media (min-width: 64em) {
  .article__content,
  .list-sc__commerce-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .article__content:before,
  .list-sc__commerce-wrapper:before {
    content: "";
    clear: both;
  }
  .article--list .article__content,
  .article--list .list-sc__commerce-wrapper,
  .article--structured-sbs .article__content,
  .article--structured-sbs .list-sc__commerce-wrapper {
    flex-direction: column;
    flex-wrap: initial;
    align-items: initial;
  }
  .article__content--video-footer,
  .list-sc__commerce-wrapper--video-footer {
    display: block;
  }
}
@media (min-width: 50em) {
  .article--structured-commerce-roundup .article__content,
  .article--structured-commerce-roundup .list-sc__commerce-wrapper {
    position: relative;
  }
}
.embedded-video {
  min-height: 275px;
}
@media (min-width: 64em) {
  .embedded-video {
    min-height: 397px;
  }
}
.mntl-disqus.disqus-block {
  min-height: 307px;
}
.article--full-width {
  max-width: 100%;
  margin: 0 auto;
  width: 80rem;
}
@media (min-width: 64em) {
  .article--full-width {
    padding: 0 0.625rem;
  }
}
.article.article--list {
  overflow: visible;
}
.article .l-container {
  position: relative;
}
@media (min-width: 64em) {
  .article--structured-list .article-header {
    position: relative;
    margin-bottom: 3rem;
  }
}
.article--full-width .article-header {
  max-width: 100%;
}
@media (min-width: 64em) {
  .article--structured-list .article-header:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.7rem;
    height: 0.0625rem;
    width: 100%;
    background: #d5f1f1;
  }
}
@media (min-width: 34em) {
  .article--bio .article-header,
  .article--structured-corporate .article-header {
    max-width: 100%;
  }
}
@media (min-width: 70em) {
  .article--bio .article-header,
  .article--structured-corporate .article-header {
    max-width: 68.6rem;
  }
}
@media (min-width: 34em) {
  .article--bio .article-header > *,
  .article--structured-corporate .article-header > * {
    max-width: 40rem;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .article--bio .article-header > *,
  .article--structured-corporate .article-header > * {
    max-width: 38rem;
  }
}
@media (min-width: 50em) {
  .article--bio .article-header > *,
  .article--structured-corporate .article-header > * {
    max-width: 71rem;
  }
}
@media (min-width: 70em) {
  .article--bio .article-header > *,
  .article--structured-corporate .article-header > * {
    max-width: 61rem;
  }
}
.article--bio .article-header {
  margin-top: 0.9rem;
  margin-bottom: 0.5rem;
}
.article--structured-corporate .article-header {
  max-width: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 70em) {
  .article--structured-list .article-pre-content {
    display: flex;
  }
}
@media (min-width: 34em) {
  .article__header--project {
    padding-top: 0.75rem;
  }
  .article--structured-project .article__header--project {
    padding-top: 0.75rem;
  }
}
@media (min-width: 50em) {
  .article--structured-list .article__body {
    min-height: 700px;
  }
}
.article--bio .article__body {
  padding-bottom: 0;
}
@media (min-width: 50em) {
  .article--structured-list .article__content {
    max-width: 100%;
    position: static;
  }
}
.article-outro {
  width: 100%;
}
.article--structured-list .article-outro {
  padding-left: 0;
}

@media (min-width: 64em) {
  .mntl-article--two-column-right-rail.article--structured-list {
    -moz-column-gap: 10rem;
    column-gap: 10rem;
  }
}
@media (min-width: 50em) {
  .adjusted-right-rail {
    grid-template-areas: "header header" "post-header post-header" "left-rail right-rail" "pre-content right-rail" "content right-rail" "post-content right-rail" "footer footer";
  }
}
@media (min-width: 64em) {
  .adjusted-right-rail {
    grid-template-areas: "header header" "post-header right-rail" "left-rail right-rail" "pre-content right-rail" "content right-rail" "post-content right-rail" "footer footer";
  }
}

@charset "UTF-8";
.dynamic-list--numbered-inline > li {
  margin-left: 0;
}
.dynamic-list--numbered-inline > li:before {
  display: inline;
  position: relative;
}
.dynamic-list--numbered-inline > li > :first-child,
.dynamic-list--numbered-inline > li > :first-child > * {
  display: inline;
}
.dynamic-list__item {
  padding: 0.6rem 0;
}
.dynamic-list__item:last-of-type {
  padding-bottom: 0;
}
.dynamic-list__header {
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.17;
  color: #424242;
}
.dynamic-list__item--header {
  padding: 0;
}
.dynamic-list__item--header h3 {
  border-left: none;
  border-right: none;
  padding: 0.4rem;
  text-align: left;
  font-size: 1rem;
  color: #222;
}
.dynamic-list__primary-image {
  margin-top: 1rem;
}
.dynamic-list__text-content {
  margin-top: 0.5rem;
}
.dynamic-list__chop-container.is-hidden {
  display: none;
}
.dynamic-list__item-bonus:last-child {
  padding-bottom: 2rem;
}
.text-passage {
  font-size: 1.0625rem;
  line-height: 1.6875;
}
.text-passage blockquote {
  padding: 1rem 0 1rem 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  color: #777;
  clear: both;
}
.text-passage blockquote:before {
  box-sizing: border-box;
  width: 1rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #b35f4d;
  border-right: none;
  content: "";
}
.text-passage blockquote p {
  margin-bottom: 0;
}
.exclusiveTemplate.thespruceeats .text-passage blockquote {
  padding: 1rem 0;
  font-size: 1.375rem;
  color: #385e83;
}
.exclusiveTemplate.thespruceeats .text-passage blockquote:before {
  width: 2.5rem;
  height: unset;
  border-width: 1px;
  border-color: #e4965f;
}
@media (min-width: 64em) {
  .exclusiveTemplate.thespruceeats .text-passage blockquote {
    margin-left: -10%;
  }
}
.text-passage h1 {
  margin: 1rem 0 0.25rem;
  font-weight: 500;
  line-height: 1.25;
}
.text-passage h2 {
  margin: 1rem 0 0.25rem;
  font-weight: 500;
  line-height: 1.25;
}
.text-passage h2 a {
  text-decoration: none;
}
.text-passage h2.newsletter__title {
  margin: 0;
  font-weight: 400;
}
.text-passage .mntl-sc-block-heading,
.text-passage h3 {
  font-size: 1.5rem;
  margin: 1rem 0 0.25rem;
  line-height: 1.25;
}
.text-passage .mntl-sc-block-heading,
.text-passage .mntl-sc-block-heading .mntl-sc-block-heading__text,
.text-passage h3,
.text-passage h3 .mntl-sc-block-heading__text {
  font-weight: 500;
}
.exclusiveTemplate.thespruceeats .text-passage .mntl-sc-block-heading,
.exclusiveTemplate.thespruceeats
  .text-passage
  .mntl-sc-block-heading
  .mntl-sc-block-heading__text,
.exclusiveTemplate.thespruceeats .text-passage h3,
.exclusiveTemplate.thespruceeats .text-passage h3 .mntl-sc-block-heading__text {
  font-weight: 400;
}
.text-passage .mntl-sc-block-heading a,
.text-passage h3 a {
  text-decoration: none;
}
.text-passage .mntl-sc-block-heading.newsletter__subtitle,
.text-passage h3.newsletter__subtitle {
  margin: 0;
  font-weight: 400;
}
.text-passage .mntl-sc-block-subheading,
.text-passage h4 {
  font-weight: 500;
  margin: 1.5rem 0 0.25rem;
  color: teal;
}
.text-passage h5 {
  margin: 2rem 0 1.5rem;
}
.text-passage h6 {
  margin: 0 0 1rem;
}
.text-passage li {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.text-passage img {
  display: block;
  margin: 2rem 0;
}
.text-passage a:not(.btn) {
  text-decoration: none;
  background-image: linear-gradient(to right, teal 0, teal 100%);
  background-position: 0 97%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  transition: background-image 0.25s ease;
  background-size: 100% 1px;
  color: teal;
  transition: background-image 0.25s ease, color 0.25s ease;
}
.text-passage a:not(.btn):hover {
  background-image: linear-gradient(to right, #005d55 0, #005d55 100%);
}
.text-passage a:not(.btn):hover {
  color: #005d55;
}
.text-passage b,
.text-passage strong {
  font-weight: 500;
}
.text-passage table {
  border-collapse: collapse;
  float: none;
  margin-bottom: 1rem;
}
.text-passage table,
.text-passage td,
.text-passage th {
  border: solid 1px #eee;
  background: 0 0;
}
.text-passage td {
  padding: 0.2rem 0.3rem;
  vertical-align: top;
}
.text-passage tr {
  background-color: #fff;
}
.text-passage tr:nth-child(odd) {
  background-color: #f0f9f9;
}
.text-passage p,
p.text-passage[class] {
  margin-bottom: 1rem;
  letter-spacing: -0.1px;
}
.text-passage ol,
ol.text-passage {
  list-style: none;
  counter-reset: section;
}
.text-passage ol.html-slice,
ol.text-passage.html-slice {
  counter-reset: none;
}
.mntl-sc-block-html .text-passage ol,
.mntl-sc-block-html ol.text-passage {
  counter-reset: none;
}
.text-passage ol > li,
ol.text-passage > li {
  position: relative;
  line-height: 1.5rem;
  margin: 1rem 0 1rem 2rem;
}
.text-passage ol > li:before,
ol.text-passage > li:before {
  position: absolute;
  left: -2rem;
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  color: teal;
  font-size: 1.25rem;
  font-weight: 500;
}
.text-passage ul > li,
ul.text-passage > li {
  position: relative;
  padding-left: 2rem;
  margin: 1rem 0;
  display: table;
}
.text-passage ul > li:before,
ul.text-passage > li:before {
  position: absolute;
  left: 0.25rem;
  top: 0;
  content: "■";
  color: teal;
  font-size: 0.75rem;
}
.text-passage ul > li.dynamic-list__item--inline,
ul.text-passage > li.dynamic-list__item--inline {
  position: relative;
  padding-left: 1rem;
  margin: 1rem 0;
  border-left: solid 0.3rem teal;
}
.text-passage ul > li.dynamic-list__item--inline:before,
ul.text-passage > li.dynamic-list__item--inline:before {
  position: relative;
  content: "";
}
.text-passage--muted {
  padding: 1rem 0;
  font-size: 0.875rem;
  color: #424242;
}
.text-passage {
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.56;
  letter-spacing: 0.2px;
  color: #222;
}
@media (min-width: 34em) {
  .text-passage {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.text-passage blockquote {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 1.625rem;
  color: #222;
  line-height: 1.154;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 28px;
  margin-bottom: 28px;
}
@media (min-width: 34em) {
  .text-passage blockquote {
    font-size: 1.75rem;
    line-height: 1.21;
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
.text-passage blockquote:before {
  content: "";
  box-sizing: border-box;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 5px solid #caeded;
  border-top: none;
  border-bottom: none;
}
.text-passage h1,
.text-passage h2,
.text-passage h3,
.text-passage h4 {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  margin: 1rem 0 0.75rem;
  letter-spacing: normal;
}
@media (min-width: 34em) {
  .text-passage h1,
  .text-passage h2,
  .text-passage h3,
  .text-passage h4 {
    margin-bottom: 0.5rem;
  }
}
.text-passage .mntl-sc-block-heading,
.text-passage h3:not(.mntl-sc-block-callout-heading) {
  margin: 1.6875rem 0 0.5rem;
  font-size: 2rem;
  line-height: 1.07;
  color: #222;
}
.article--structured-corporate .text-passage .mntl-sc-block-heading,
.article--structured-corporate
  .text-passage
  h3:not(.mntl-sc-block-callout-heading) {
  margin: 1.6875rem 0 1.125rem;
}
.article--structured-corporate
  .text-passage
  .mntl-sc-block-heading
  .mntl-sc-block-heading__text,
.article--structured-corporate
  .text-passage
  h3:not(.mntl-sc-block-callout-heading)
  .mntl-sc-block-heading__text {
  font-weight: 400;
}
@media (min-width: 34em) {
  .text-passage .mntl-sc-block-heading,
  .text-passage h3:not(.mntl-sc-block-callout-heading) {
    font-size: 2.25rem;
    line-height: 1.06;
  }
}
.section--instructions .text-passage .mntl-sc-block-heading,
.section--instructions .text-passage h3:not(.mntl-sc-block-callout-heading) {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.section--instructions .text-passage .mntl-sc-block-heading,
.section--instructions
  .text-passage
  .mntl-sc-block-heading
  .mntl-sc-block-heading__text,
.section--instructions .text-passage h3:not(.mntl-sc-block-callout-heading),
.section--instructions
  .text-passage
  h3:not(.mntl-sc-block-callout-heading)
  .mntl-sc-block-heading__text {
  font-weight: 700;
}
@media (min-width: 34em) {
  .section--instructions .text-passage .mntl-sc-block-heading,
  .section--instructions .text-passage h3:not(.mntl-sc-block-callout-heading) {
    margin-bottom: 1.375rem;
    font-size: 1.25rem;
  }
}
.article--structured .text-passage .mntl-sc-block-heading,
.article--structured-project .text-passage .mntl-sc-block-heading {
  margin-bottom: 1rem;
}
.text-passage .mntl-sc-block-subheading,
.text-passage h4 {
  font-size: 1.75rem;
  line-height: 1.875rem;
  margin: 1.6875rem 0 0.5rem;
  color: #222;
}
@media (min-width: 34em) {
  .text-passage .mntl-sc-block-subheading,
  .text-passage h4 {
    font-size: 2rem;
    line-height: 2.125rem;
  }
}
.text-passage .mntl-sc-block-subheading.mntl-sc-block-subheading {
  font-size: 1.5rem;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  color: #444;
}
@media (min-width: 34em) {
  .text-passage .mntl-sc-block-subheading.mntl-sc-block-subheading {
    font-size: 1.75rem;
  }
}
.text-passage ul {
  margin-bottom: 1rem;
}
.text-passage ul > li {
  position: relative;
  padding-left: 1.25rem;
}
.text-passage ul > li:before {
  position: absolute;
  left: 0.25rem;
  top: 0;
  content: "•";
  color: teal;
  font-size: 1.25rem;
}
.text-passage ol {
  margin-bottom: 1rem;
}
.text-passage ol > li {
  line-height: 30px;
  margin-left: 0;
  padding-left: 1.7rem;
}
.text-passage ol > li:before {
  content: counter(section) ".";
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0;
  color: #222;
  margin-left: 2rem;
}
.recipe-block__note.text-passage ol > li:before {
  font-size: 1rem;
}
.text-passage li {
  line-height: 1.875rem;
}
@media (min-width: 34em) {
  .article--structured-corporate .text-passage li {
    line-height: 1.625rem;
  }
}
.text-passage a:not(.btn) {
  text-decoration: none;
  background-image: linear-gradient(to right, teal 0, teal 100%);
  background-position: 0 97%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  transition: background-image 0.25s ease;
  background-size: 100% 1px;
  transition: background-image 0.25s ease, color 0.25s ease;
}
.text-passage a:not(.btn):hover {
  background-image: linear-gradient(to right, #265986 0, #265986 100%);
}
.text-passage a:not(.btn):hover {
  color: #005d55;
}
.text-passage a:not(.btn).mntl-sc-block-heading__link,
.text-passage a:not(.btn).mntl-sc-block-subheading__link {
  color: #222;
  text-decoration: none;
  background-image: linear-gradient(to right, #ffd977 0, #ffd977 100%);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  transition: background-image 0.25s ease;
}
.text-passage a:not(.btn).mntl-sc-block-heading__link:hover,
.text-passage a:not(.btn).mntl-sc-block-subheading__link:hover {
  background-image: linear-gradient(to right, #b5460f 0, #b5460f 100%);
}
.text-passage b,
.text-passage strong {
  font-weight: 700;
}
.text-passage th {
  padding: 0.2rem 0.3rem;
  text-align: left;
}
.text-passage td {
  font-size: 1rem;
}
.text-passage tr,
.text-passage tr:nth-child(odd) {
  background-color: #fff;
}
.text-passage p,
p.text-passage[class] {
  letter-spacing: 0.2px;
}
.text-passage ul > li,
ul.text-passage > li {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}
.structured-project__steps.text-passage ul > li:first-child,
ul.text-passage > li:first-child {
  margin-top: 0;
}
.article--structured-corporate .text-passage ul > li,
.article--structured-corporate ul.text-passage > li {
  margin-bottom: 1.25rem;
  line-height: 1.625;
}
.text-passage ol > li,
ol.text-passage > li {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}
.structured-project__steps.text-passage ol > li:first-child,
ol.text-passage > li:first-child {
  margin-top: 0;
}

.mntl-sc-page.structured-content {
  text-align: center;
}
.mntl-sc-page .heading-toc:target::before {
  content: "";
  display: block;
  height: 3.75rem;
  margin: -3.75rem 0 0;
}
@media (min-width: 34em) {
  .mntl-sc-page .heading-toc:target::before {
    height: 5.125rem;
    margin: -5.125rem 0 0;
  }
}
@media (min-width: 64em) {
  .mntl-sc-page .heading-toc:target::before {
    height: 4.875rem;
    margin: -4.875rem 0 0;
  }
}
.structured-content .mntl-sc-block:not(.mntl-sc-block-image) {
  text-align: left;
}
@media (min-width: 34em) {
  .structured-content.structured-project-content {
    max-width: 40rem;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .structured-content.structured-project-content {
    max-width: 38rem;
  }
}
.mntl-sc-block-startgroup .mntl-sc-block-html {
  flex-basis: 91%;
}
.mntl-sc-block-startgroup .mntl-sc-block-html:not(:first-child) {
  margin-left: 9%;
}
@media (min-width: 34em) {
  .mntl-sc-block-startgroup .mntl-sc-block-html {
    flex-basis: 93%;
  }
  .mntl-sc-block-startgroup .mntl-sc-block-html:not(:first-child) {
    margin-left: 7%;
  }
}
.mntl-sc-block-startgroup .mntl-sc-block-adslot {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 34em) {
  .mntl-sc-block-adslot .billboard {
    min-height: 250px;
  }
  .mntl-sc-block-adslot .billboard[data-ad-height="0"] {
    min-height: 0;
  }
}
.mntl-sc-block-startgroup {
  clear: both;
}
.ingredient {
  font-size: 1.0625rem;
}
.mntl-sc-page {
  padding-top: 0.5rem;
}
@media (min-width: 34em) {
  .mntl-sc-page {
    padding-top: 0.75rem;
  }
}
@media (min-width: 64em) {
  .structured-content.structured-project-content {
    max-width: 52rem;
    display: block;
  }
}
.section--ingredients {
  width: 100%;
}
.ingredient {
  font-size: 1.125rem;
  line-height: 1.56;
}

.section--instructions {
  width: 100%;
}
.mntl-sc-block-group--OL {
  margin-top: 0.5rem;
}
@media (min-width: 64em) {
  .structured-project__steps .mntl-sc-block-group--OL {
    width: 93%;
  }
}
.structured-content .mntl-sc-block-group--LI .mntl-sc-block {
  margin-right: -0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 34em) {
  .structured-content .mntl-sc-block-group--LI .mntl-sc-block:first-child {
    flex-basis: 91%;
  }
}
@media (min-width: 34em) {
  .structured-content .mntl-sc-block-group--LI .mntl-sc-block {
    flex-basis: 94%;
  }
}
@media (min-width: 34em) {
  .structured-content
    .mntl-sc-block-group--LI
    .mntl-sc-block:not(:first-child) {
    margin-left: 7%;
  }
}
.structured-content .mntl-sc-block-group--LI .mntl-sc-block-heading {
  font-size: 1.25rem;
}
.structured-content
  .mntl-sc-block-group--LI
  .mntl-sc-block-heading:nth-child(2) {
  margin-top: 0.25rem;
  margin-left: 0;
}
@media (max-width: 34em) {
  .structured-content .mntl-sc-block-group--LI .mntl-sc-block-heading {
    flex-basis: 91%;
    margin-left: 7%;
  }
}
.hide-images .structured-content .mntl-sc-block-image {
  display: none;
}
.mntl-sc-block-group--LI {
  display: flex;
  margin-bottom: 2rem;
}
.structured-content ol > .mntl-sc-block-group--LI {
  line-height: 1.6875;
  position: static;
  margin: 0 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 34em) {
  .structured-content ol > .mntl-sc-block-group--LI {
    overflow: visible;
  }
}
.structured-content ol > .mntl-sc-block-group--LI:before {
  position: relative;
  left: -0.5rem;
  color: teal;
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: -0.1rem;
  margin-right: 0.3rem;
  flex-basis: 9%;
  display: inline-block;
  text-align: right;
}
@media (min-width: 34em) {
  .structured-content ol > .mntl-sc-block-group--LI:before {
    font-size: 1.75rem;
    margin-top: -0.5rem;
    flex-basis: 5%;
    overflow: visible;
  }
}
.structured-content ul > .mntl-sc-block-group--LI {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  margin: 0 0 1rem;
}
.structured-content ul > .mntl-sc-block-group--LI:before {
  position: static;
  color: teal;
  font-size: 0.875rem;
  flex-basis: 7%;
  margin-left: 2%;
  display: inline-block;
}
@media (min-width: 34em) {
  .structured-content ul > .mntl-sc-block-group--LI:before {
    flex-basis: 4%;
    margin-left: 2%;
  }
}
.mntl-sc-block-group--LI .mntl-sc-block-subheading,
.mntl-sc-block-group--LI h4 {
  margin: 0;
}
.mntl-sc-block-startgroup .mntl-sc-block-adslot {
  margin: 0;
}
.mntl-sc-block-group--OL,
.mntl-sc-block-group--UL {
  margin-top: 0;
}
.structured-content ol > .mntl-sc-block-group--LI,
.structured-content ul > .mntl-sc-block-group--LI {
  display: grid;
  grid-template-columns: 2rem auto;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
  justify-content: flex-start;
  margin-bottom: 0.93rem;
  padding-left: 0;
  line-height: 30px;
}
.structured-content ol > .mntl-sc-block-group--LI:before,
.structured-content ul > .mntl-sc-block-group--LI:before {
  grid-column: 1;
  flex-basis: 7%;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: right;
}
@media (min-width: 34em) {
  .structured-content ol > .mntl-sc-block-group--LI:before,
  .structured-content ul > .mntl-sc-block-group--LI:before {
    flex-basis: 3%;
  }
}
.structured-content ol > .mntl-sc-block-group--LI > *,
.structured-content ul > .mntl-sc-block-group--LI > * {
  grid-column: 2;
}
.structured-content ol > .mntl-sc-block-group--LI > .mntl-sc-block-adslot,
.structured-content ul > .mntl-sc-block-group--LI > .mntl-sc-block-adslot {
  grid-column: 1/3;
  margin: 0 auto;
  padding: 0;
}
.structured-content ol > .mntl-sc-block-group--LI a:empty,
.structured-content ul > .mntl-sc-block-group--LI a:empty {
  display: none;
}
@media (-ms-high-contrast: none) {
  .structured-content ol > .mntl-sc-block-group--LI,
  .structured-content ul > .mntl-sc-block-group--LI {
    display: flex;
  }
}
.structured-content ul > .mntl-sc-block-group--LI {
  margin-bottom: 0.25rem;
}
.mntl-sc-block-group--LI .mntl-sc-block-html {
  font-size: 1.125rem;
  line-height: 1.56;
}
.mntl-sc-block-group--LI .mntl-sc-block-html:first-child {
  margin-top: 0.1rem;
}
@media (min-width: 34em) {
  .mntl-sc-block-group--LI .mntl-sc-block-html:first-child {
    margin-top: 0;
  }
}
.mntl-sc-block-group--LI ul.mntl-sc-block-html:first-child {
  margin-top: 0.125rem;
}
.mntl-sc-block-group--LI .mntl-sc-block-subheading:first-child {
  margin-top: 0.125rem;
}
@media (min-width: 34em) {
  .mntl-sc-block-group--LI .mntl-sc-block-subheading:first-child {
    margin-top: -0.0625rem;
  }
}
.structured-content .mntl-sc-block-group--LI .mntl-sc-block:not(:first-child) {
  margin-left: 0;
}
@media (-ms-high-contrast: none) {
  .structured-content .mntl-sc-block-group--LI .mntl-sc-block:first-child {
    margin-left: 4%;
    flex-basis: 91%;
  }
  .structured-content
    .mntl-sc-block-group--LI
    .mntl-sc-block:not(:first-child) {
    margin-left: 7%;
  }
}
.structured-content
  .mntl-sc-block-group--LI
  .mntl-sc-block.lifestyle-sc-block-callout {
  margin-right: 0;
}
.structured-content .mntl-sc-block-group--LI .mntl-sc-block-heading,
.structured-content .mntl-sc-block-group--LI .mntl-sc-block-subheading {
  margin-bottom: 0.375rem;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 1.625rem;
  color: #222;
  line-height: 1.11;
}
@media (min-width: 50em) {
  .structured-content .mntl-sc-block-group--LI .mntl-sc-block-heading,
  .structured-content .mntl-sc-block-group--LI .mntl-sc-block-subheading {
    font-size: 1.75rem;
    line-height: 1.07;
  }
}
.structured-content .mntl-sc-block-group--LI .mntl-sc-block-heading,
.structured-content
  .mntl-sc-block-group--LI
  .mntl-sc-block-heading
  .mntl-sc-block-heading__text,
.structured-content .mntl-sc-block-group--LI .mntl-sc-block-subheading,
.structured-content
  .mntl-sc-block-group--LI
  .mntl-sc-block-subheading
  .mntl-sc-block-heading__text {
  font-weight: 400;
}
.mntl-sc-block-group--LI .heading-toc + .mntl-sc-block-heading:nth-child(2),
.mntl-sc-block-group--LI .heading-toc + .mntl-sc-block-subheading:nth-child(2) {
  margin-top: 0.1rem;
}
@media (min-width: 34em) {
  .mntl-sc-block-group--LI .heading-toc + .mntl-sc-block-heading:nth-child(2),
  .mntl-sc-block-group--LI
    .heading-toc
    + .mntl-sc-block-subheading:nth-child(2) {
    margin-top: -0.0625rem;
  }
}
@media (-ms-high-contrast: none) {
  .mntl-sc-block-group--LI .heading-toc + .mntl-sc-block-heading:nth-child(2),
  .mntl-sc-block-group--LI
    .heading-toc
    + .mntl-sc-block-subheading:nth-child(2) {
    margin-left: 4%;
    flex-basis: 91%;
  }
}

.tag-nav {
  font-size: 0.625rem;
  margin: 0 0 1rem;
}
.taxonomyScTemplate .tag-nav {
  width: 100%;
  margin-bottom: 1.25rem;
  order: -1;
}
.tag-nav__list {
  display: flex;
  justify-content: center;
}
.taxonomyScTemplate .tag-nav__list {
  justify-content: flex-start;
  margin-left: -0.25rem;
  margin-top: 0.25rem;
}
@media (min-width: 64em) {
  .taxonomyScTemplate .tag-nav__list {
    margin-top: 0;
    margin-left: 0.25rem;
  }
}
@media (min-width: 64em) {
  .adjusted-right-rail .tag-nav__list {
    width: 100%;
    justify-content: left;
  }
}
.tag-nav__item {
  display: flex;
  align-items: center;
  margin: 0.3rem;
}
.article .tag-nav__item {
  font-size: 0.875rem;
}
@media (min-width: 34em) {
  .article .tag-nav__item {
    font-size: 1rem;
  }
}
.glossary-container .tag-nav__item:focus:after,
.glossary-container .tag-nav__item:hover:after,
.taxonomy2Template .tag-nav__item:focus:after,
.taxonomy2Template .tag-nav__item:hover:after,
.taxonomyScTemplate .tag-nav__item:focus:after,
.taxonomyScTemplate .tag-nav__item:hover:after {
  color: #005d55;
}
.glossary-container .tag-nav__item {
  display: flex;
  justify-content: center;
}
.tag-nav__icon {
  display: none;
  margin-left: 0.2rem;
  height: 0.8rem;
  width: 0.8rem;
  fill: teal;
}
.taxonomy2Template .tag-nav__icon {
  display: inline-block;
}
.tag-nav__item:last-of-type .tag-nav__icon {
  display: none;
}
.tag-nav__link:hover + .tag-nav__icon {
  fill: #005d55;
}
.glossary-container .tag-nav__icon,
.glossary-container .tag-nav__item:last-of-type .tag-nav__icon {
  display: inline-block;
  transform: rotate(180deg);
  order: 1;
  margin-left: 0;
  margin-right: 0.2rem;
}
.tag-nav__link {
  display: inline-block;
  padding: 0.6rem;
  position: relative;
  background: #b35f4d;
  color: #222;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: -0.1px;
  line-height: 1;
  font-size: 1rem;
  transition: background 0.15s ease;
}
.exclusiveTemplate .tag-nav__link {
  background: #f4f9fe;
}
.tag-nav__link:focus,
.tag-nav__link:hover {
  background: teal;
}
.section--island-white .tag-nav__link {
  background: #fff;
}
.glossary-container .tag-nav__link,
.taxonomy2Template .tag-nav__link {
  background: 0 0;
  border-bottom: solid 2px transparent;
}
.glossary-container .tag-nav__link:focus,
.glossary-container .tag-nav__link:hover,
.taxonomy2Template .tag-nav__link:focus,
.taxonomy2Template .tag-nav__link:hover {
  border-bottom-color: #005d55;
}
.glossary-container .tag-nav__link {
  order: 2;
}
@media (max-width: 34em) {
  .article .tag-nav__link {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
}
.tag-nav-content {
  width: 100%;
}
.taxonomyScTemplate .tag-nav-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64em) {
  .taxonomyScTemplate .tag-nav-content {
    flex-direction: row;
  }
}
.taxonomyScTemplate .tag-nav-content:before {
  content: "Filed Under:";
  left: 2px;
  position: relative;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
}
@media (min-width: 34em) {
  .taxonomyScTemplate .tag-nav-content:before {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 64em) {
  .taxonomyScTemplate .tag-nav-content:before {
    left: 0;
    top: 3px;
    align-items: flex-start;
  }
}
.article-header .tag-nav.article-header-tag-nav {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 34em) {
  .article-header .tag-nav.article-header-tag-nav {
    margin-bottom: 2rem;
  }
}
.exclusiveTemplate .tag-nav {
  display: flex;
  justify-content: center;
}
@media (min-width: 34em) {
  .tag-nav {
    margin-left: auto;
    margin-right: auto;
  }
}
.tag-nav .tag-nav-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64em) {
  .tag-nav .tag-nav-content {
    flex-direction: row;
  }
}
.tag-nav .tag-nav-content:before {
  content: "Filed Under:";
  left: 2px;
  position: relative;
  text-transform: uppercase;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 0.875rem;
  color: #222;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (min-width: 34em) {
  .tag-nav .tag-nav-content:before {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 64em) {
  .tag-nav .tag-nav-content:before {
    left: 0;
    top: 13px;
    align-items: flex-start;
  }
}
@media (min-width: 34em) {
  .taxonomyScTemplate .tag-nav .tag-nav-content {
    flex-direction: row;
    justify-content: center;
  }
}
.taxonomyScTemplate .tag-nav .tag-nav-content:before {
  text-align: center;
}
@media (min-width: 34em) {
  .taxonomyScTemplate .tag-nav .tag-nav-content:before {
    align-items: start;
    top: 6px;
  }
}
.exclusiveTemplate .tag-nav .tag-nav-content {
  width: auto;
  align-items: center;
}
@media (min-width: 64em) {
  .exclusiveTemplate .tag-nav .tag-nav-content {
    align-items: normal;
  }
}
.tag-nav .tag-nav__list {
  justify-content: flex-start;
  margin-left: -0.25rem;
  margin-top: 0.25rem;
}
@media (min-width: 64em) {
  .tag-nav .tag-nav__list {
    margin-top: 0;
    margin-left: 0.25rem;
  }
}
.exclusiveTemplate .tag-nav .tag-nav__list {
  justify-content: center;
}
@media (min-width: 64em) {
  .exclusiveTemplate .tag-nav .tag-nav__list {
    justify-content: flex-start;
  }
}
.taxonomyScTemplate .tag-nav .tag-nav__list {
  margin-left: 0;
  justify-content: center;
}
@media (min-width: 34em) {
  .taxonomyScTemplate .tag-nav .tag-nav__list {
    margin-left: 1rem;
    justify-content: start;
  }
}
.tag-nav .tag-nav__link {
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 0.875rem;
  color: #177;
  background: #f1f9f8;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.tag-nav .tag-nav__link:focus,
.tag-nav .tag-nav__link:hover {
  background: #caeded;
}
.article .tag-nav .tag-nav__link {
  padding: 0.5rem;
  border-radius: 3px;
}

.tag-nav {
  font-size: 0.625rem;
  margin: 0 0 1rem;
}
.taxonomyScTemplate .tag-nav {
  width: 100%;
  margin-bottom: 1.25rem;
  order: -1;
}
.tag-nav__list {
  display: flex;
  justify-content: center;
}
.taxonomyScTemplate .tag-nav__list {
  justify-content: flex-start;
  margin-left: -0.25rem;
  margin-top: 0.25rem;
}
@media (min-width: 64em) {
  .taxonomyScTemplate .tag-nav__list {
    margin-top: 0;
    margin-left: 0.25rem;
  }
}
@media (min-width: 64em) {
  .adjusted-right-rail .tag-nav__list {
    width: 100%;
    justify-content: left;
  }
}
.tag-nav__item {
  display: flex;
  align-items: center;
  margin: 0.3rem;
}
.article .tag-nav__item {
  font-size: 0.875rem;
}
@media (min-width: 34em) {
  .article .tag-nav__item {
    font-size: 1rem;
  }
}
.glossary-container .tag-nav__item:focus:after,
.glossary-container .tag-nav__item:hover:after,
.taxonomy2Template .tag-nav__item:focus:after,
.taxonomy2Template .tag-nav__item:hover:after,
.taxonomyScTemplate .tag-nav__item:focus:after,
.taxonomyScTemplate .tag-nav__item:hover:after {
  color: #005d55;
}
.glossary-container .tag-nav__item {
  display: flex;
  justify-content: center;
}
.tag-nav__icon {
  display: none;
  margin-left: 0.2rem;
  height: 0.8rem;
  width: 0.8rem;
  fill: teal;
}
.taxonomy2Template .tag-nav__icon {
  display: inline-block;
}
.tag-nav__item:last-of-type .tag-nav__icon {
  display: none;
}
.static-content__nav .link-list__link:hover + .tag-nav__icon,
.tag-nav__link:hover + .tag-nav__icon {
  fill: #005d55;
}
.glossary-container .tag-nav__icon,
.glossary-container .tag-nav__item:last-of-type .tag-nav__icon {
  display: inline-block;
  transform: rotate(180deg);
  order: 1;
  margin-left: 0;
  margin-right: 0.2rem;
}
.static-content__nav .link-list__link,
.tag-nav__link {
  display: inline-block;
  padding: 0.6rem;
  position: relative;
  background: #b35f4d;
  color: #222;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: -0.1px;
  line-height: 1;
  font-size: 1rem;
  transition: background 0.15s ease;
}
.exclusiveTemplate .static-content__nav .link-list__link,
.exclusiveTemplate .tag-nav__link,
.static-content__nav .exclusiveTemplate .link-list__link {
  background: #f4f9fe;
}
.static-content__nav .link-list__link:focus,
.static-content__nav .link-list__link:hover,
.tag-nav__link:focus,
.tag-nav__link:hover {
  background: teal;
}
.section--island-white .static-content__nav .link-list__link,
.section--island-white .tag-nav__link,
.static-content__nav .section--island-white .link-list__link {
  background: #fff;
}
.glossary-container .static-content__nav .link-list__link,
.glossary-container .tag-nav__link,
.static-content__nav .glossary-container .link-list__link,
.static-content__nav .taxonomy2Template .link-list__link,
.taxonomy2Template .static-content__nav .link-list__link,
.taxonomy2Template .tag-nav__link {
  background: 0 0;
  border-bottom: solid 2px transparent;
}
.glossary-container .static-content__nav .link-list__link:focus,
.glossary-container .static-content__nav .link-list__link:hover,
.glossary-container .tag-nav__link:focus,
.glossary-container .tag-nav__link:hover,
.static-content__nav .glossary-container .link-list__link:focus,
.static-content__nav .glossary-container .link-list__link:hover,
.static-content__nav .taxonomy2Template .link-list__link:focus,
.static-content__nav .taxonomy2Template .link-list__link:hover,
.taxonomy2Template .static-content__nav .link-list__link:focus,
.taxonomy2Template .static-content__nav .link-list__link:hover,
.taxonomy2Template .tag-nav__link:focus,
.taxonomy2Template .tag-nav__link:hover {
  border-bottom-color: #005d55;
}
.glossary-container .static-content__nav .link-list__link,
.glossary-container .tag-nav__link,
.static-content__nav .glossary-container .link-list__link {
  order: 2;
}
@media (max-width: 34em) {
  .article .static-content__nav .link-list__link,
  .article .tag-nav__link,
  .static-content__nav .article .link-list__link {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
}
.tag-nav-content {
  width: 100%;
}
.taxonomyScTemplate .tag-nav-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64em) {
  .taxonomyScTemplate .tag-nav-content {
    flex-direction: row;
  }
}
.taxonomyScTemplate .tag-nav-content:before {
  content: "Filed Under:";
  left: 2px;
  position: relative;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
}
@media (min-width: 34em) {
  .taxonomyScTemplate .tag-nav-content:before {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 64em) {
  .taxonomyScTemplate .tag-nav-content:before {
    left: 0;
    top: 3px;
    align-items: flex-start;
  }
}
.article-header .tag-nav.article-header-tag-nav {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 34em) {
  .article-header .tag-nav.article-header-tag-nav {
    margin-bottom: 2rem;
  }
}
.exclusiveTemplate .tag-nav {
  display: flex;
  justify-content: center;
}
@media (min-width: 34em) {
  .tag-nav {
    margin-left: auto;
    margin-right: auto;
  }
}
.tag-nav .tag-nav-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64em) {
  .tag-nav .tag-nav-content {
    flex-direction: row;
  }
}
.tag-nav .tag-nav-content:before {
  content: "Filed Under:";
  left: 2px;
  position: relative;
  text-transform: uppercase;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 0.875rem;
  color: #222;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (min-width: 34em) {
  .tag-nav .tag-nav-content:before {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 64em) {
  .tag-nav .tag-nav-content:before {
    left: 0;
    top: 13px;
    align-items: flex-start;
  }
}
@media (min-width: 34em) {
  .taxonomyScTemplate .tag-nav .tag-nav-content {
    flex-direction: row;
    justify-content: center;
  }
}
.taxonomyScTemplate .tag-nav .tag-nav-content:before {
  text-align: center;
}
@media (min-width: 34em) {
  .taxonomyScTemplate .tag-nav .tag-nav-content:before {
    align-items: start;
    top: 6px;
  }
}
.exclusiveTemplate .tag-nav .tag-nav-content {
  width: auto;
  align-items: center;
}
@media (min-width: 64em) {
  .exclusiveTemplate .tag-nav .tag-nav-content {
    align-items: normal;
  }
}
.tag-nav .tag-nav__list {
  justify-content: flex-start;
  margin-left: -0.25rem;
  margin-top: 0.25rem;
}
@media (min-width: 64em) {
  .tag-nav .tag-nav__list {
    margin-top: 0;
    margin-left: 0.25rem;
  }
}
.exclusiveTemplate .tag-nav .tag-nav__list {
  justify-content: center;
}
@media (min-width: 64em) {
  .exclusiveTemplate .tag-nav .tag-nav__list {
    justify-content: flex-start;
  }
}
.taxonomyScTemplate .tag-nav .tag-nav__list {
  margin-left: 0;
  justify-content: center;
}
@media (min-width: 34em) {
  .taxonomyScTemplate .tag-nav .tag-nav__list {
    margin-left: 1rem;
    justify-content: start;
  }
}
.static-content__nav .tag-nav .link-list__link,
.tag-nav .static-content__nav .link-list__link,
.tag-nav .tag-nav__link {
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 0.875rem;
  color: #177;
  background: #f1f9f8;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.static-content__nav .tag-nav .link-list__link:focus,
.static-content__nav .tag-nav .link-list__link:hover,
.tag-nav .static-content__nav .link-list__link:focus,
.tag-nav .static-content__nav .link-list__link:hover,
.tag-nav .tag-nav__link:focus,
.tag-nav .tag-nav__link:hover {
  background: #caeded;
}
.article .tag-nav .static-content__nav .link-list__link,
.article .tag-nav .tag-nav__link,
.static-content__nav .article .tag-nav .link-list__link {
  padding: 0.5rem;
  border-radius: 3px;
}
.link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.link-list__link {
  text-decoration: none;
  padding: 0.6rem;
}
.glossary-container .link-list__link,
.taxonomy2Template .link-list__link {
  padding: 0;
}
.mntl-taxonomysc-header-group .link-list__link {
  padding: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #666;
  background: 0 0;
}
.mntl-taxonomysc-header-group .link-list__link:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.link-list__link--active {
  position: relative;
  background: teal;
  color: #fff;
}
.link-list__link--active:focus,
.link-list__link--active:hover {
  background: teal;
}
.link-list__link--active:after {
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid teal;
}
.static-content__nav .link-list__link--active {
  position: relative;
  background: teal;
  color: #fff;
}
.static-content__nav .link-list__link--active:focus,
.static-content__nav .link-list__link--active:hover {
  background: teal;
}
.link-list__item {
  flex: 0 0 auto;
}
.static-content__nav .link-list__item {
  margin: 0.25rem;
}
.link-list__sponsored {
  color: teal;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 0.3rem;
  text-transform: uppercase;
  padding-top: 0.7rem;
}
.taxonomyScTemplate .link-list {
  margin-top: 0;
}
@media (min-width: 34em) {
  .taxonomyScTemplate .link-list {
    width: auto;
  }
}
.taxonomyScTemplate .link-list__item {
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.taxonomyScTemplate .link-list__link {
  padding: 0.375rem 0.5rem;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  background: 0 0;
}
.taxonomyScTemplate .link-list__link:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  background: 0 0;
}
.mntl-taxonomysc-header-group .link-list__link {
  color: #177;
}

.share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  order: 3;
}
.share-item {
  flex: 1;
}
.share-item.is-featured {
  flex: 2;
}
.share-link {
  display: block;
  text-align: center;
  border: 0;
  cursor: pointer;
  overflow: hidden;
}
.share-link-facebook {
  background: #3b5998;
}
.share-link-facebook:focus,
.share-link-facebook:hover {
  background: #344e86;
}
.share-link-pinterest {
  background: #cb2027;
}
.share-link-pinterest:focus,
.share-link-pinterest:hover {
  background: #b51d23;
}
.share-link-flipboard {
  background: #e02828;
}
.share-link-flipboard:focus,
.share-link-flipboard:hover {
  background: #d01e1e;
}

.social-share {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 0 0.875rem 0;
}
.article__flex-wrapper .social-share {
  margin-left: auto;
}
.header .social-share {
  margin: 0;
}
.header .social-share .icon {
  width: 26px;
  height: 26px;
  fill: #f5f9fd;
}
.header .social-share .share-item:hover .icon-envelope,
.header .social-share .share-item:hover .icon-facebook--social-share,
.header .social-share .share-item:hover .icon-pinterest--social-share {
  fill: #daebf3;
}
.article--list .social-share,
.article--structured .social-share {
  margin-bottom: 1rem;
}
.share-item {
  flex: 0 0 auto;
  margin: 0 0.125rem;
}
@media (max-width: 34em) {
  .article--structured-project .article__share-block .share-item {
    transform: scale(0.8);
    margin: 0 -0.25rem 0;
  }
}
.share-link {
  display: block;
  position: relative;
  width: 40px;
  overflow: visible;
  background: #fff;
  transition: background 0.15s ease;
  font-size: 0;
  padding: 0;
}
.share-link:focus,
.share-link:hover {
  background: #fff;
  cursor: pointer;
}
.reviewScTemplate .social-share .icon,
.social-share .icon {
  width: 2.5rem;
  height: 2.5rem;
  fill: #daebf3;
  transition: fill 0.15s ease;
  pointer-events: none;
  position: relative;
  overflow: hidden;
}
.reviewScTemplate .social-share .share-item:hover .icon-envelope,
.reviewScTemplate .social-share .share-item:hover .icon-facebook--social-share,
.reviewScTemplate .social-share .share-item:hover .icon-pinterest--social-share,
.social-share .share-item:hover .icon-envelope,
.social-share .share-item:hover .icon-facebook--social-share,
.social-share .share-item:hover .icon-pinterest--social-share {
  fill: #e4965f;
}
.article--structured-project .article-meta + .social-share-sticky {
  display: none;
}
@media (min-width: 80em) {
  .article--structured-project .article-meta + .social-share-sticky {
    display: block;
  }
}
.structured-project-content .social-share-sticky {
  display: flex;
  justify-content: center;
  margin-bottom: 2.25rem;
}
.article--structured-list .social-share-sticky {
  display: none;
  order: 0;
}
@media (min-width: 80em) {
  .article--structured-list .social-share-sticky {
    display: block;
  }
}
.exclusiveTemplate .social-share-sticky {
  top: 15rem;
  left: 11rem;
}
@media (min-width: 80em) {
  .social-share-sticky {
    position: absolute;
    top: auto;
    left: -1.25rem;
    height: calc(100% - 18.75rem);
  }
}
.social-share-sticky__container {
  display: flex;
  align-items: center;
}
@media (min-width: 80em) {
  .social-share-sticky__container {
    position: -webkit-sticky;
    position: sticky;
    top: 8.5rem;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.exclusiveTemplate .social-share-sticky__container {
  position: unset;
}
.social-share.social-share {
  justify-content: flex-start;
}
.exclusiveTemplate .social-share.social-share {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media (min-width: 80em) {
  .social-share.social-share {
    flex-direction: column;
    margin-bottom: 0;
  }
  .exclusiveTemplate .social-share.social-share {
    flex-direction: column;
    margin: 0 auto;
  }
}
.share-item {
  height: 40px;
  width: 40px;
  flex-basis: 40px;
  margin: 0 0.25rem 0 0;
}
.share-item-email,
.share-item-pinterest {
  order: 1;
}
@media (min-width: 80em) {
  .share-item {
    margin: 0 0 0.3rem;
  }
}
.share-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.share-link-email,
.share-link-facebook,
.share-link-pinterest {
  transition: background 0.15s ease;
}
.share-link-facebook {
  background: #415d90;
}
.share-link-facebook:focus,
.share-link-facebook:hover {
  background: #243960;
}
.share-link-pinterest {
  background: #c72632;
}
.share-link-pinterest:focus,
.share-link-pinterest:hover {
  background: #8d0d16;
}
.share-link-email {
  background: #666;
}
.share-link-email:focus,
.share-link-email:hover {
  background: #333;
}
.social-share .icon-facebook--social-share {
  width: 12px;
  height: 20px;
}
.social-share .icon-pinterest--social-share {
  width: 17px;
  height: 21px;
}
.social-share .icon-envelope {
  width: 16px;
  height: 14px;
}

.btn {
  padding: 1rem 2rem;
  font-size: 1rem;
  text-transform: uppercase;
  border: none;
  color: #fff;
  background: #177;
  transition: background 0.15s ease, color 0.15s ease;
}
.btn:focus,
.btn:hover {
  cursor: pointer;
  background: #004d4d;
  color: #fff;
}
.newslettter-signup .btn {
  padding: 1rem;
}
.header .btn:not(.search-form__btn):focus,
.header .btn:not(.search-form__btn):hover {
  background: 0 0;
}
.card-list--chopped .btn {
  padding: 0.75rem 1rem;
  height: 3rem;
  border-radius: 3px;
  box-sizing: border-box;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.btn__icon {
  width: 30px;
  height: 20px;
  fill: #385e83;
  transition: all 0.15s ease;
  transform: scale(0.8);
}
@media (min-width: 34em) {
  .btn__icon {
    transform: scale(1);
  }
}
.header__search-btn .btn__icon {
  width: 20px;
  height: 28px;
}
.header__menu-btn .btn__icon {
  width: 30px;
  height: 23px;
}
.btn:hover .btn__icon {
  fill: #e4965f;
}
.journey-nav__close-menu .btn__icon {
  fill: teal;
  height: 20px;
  vertical-align: sub;
}
.search-form--recipes .btn__icon {
  fill: #fff;
}
.btn__close {
  height: 18px;
}
.btn--bare {
  border: 0;
  background: 0 0;
  font-size: 0;
  color: transparent;
  padding: 0.5rem;
}
.btn--block {
  display: block;
  text-align: center;
}
.print-button {
  margin: 0 0.125rem;
  border: none;
  order: 3;
}
.article--structured-project .print-button {
  margin-top: 0.3rem;
}
@media (min-width: 64em) {
  .article--structured-project .print-button {
    margin-top: -0.8rem;
  }
}
.anchor-nav .print-button {
  margin-top: -0.7rem;
  margin-bottom: 1rem;
}
@media (max-width: 34em) {
  .article__share-block .print-button {
    transform: scale(0.8);
    margin: 0.2rem -0.25rem 0;
  }
}
.print-button .btn {
  font-size: 0.875rem;
  padding: 0;
  display: flex;
  transition: all 0.15s ease;
  background: 0 0;
  border: none;
}
.anchor-menu-content .print-button .btn {
  background-color: #fff;
}
.print-button .btn:hover {
  color: teal;
  background: #fff;
}
.print-button__icon {
  width: 2.5rem;
  height: 2.5rem;
  fill: #f5f9fd;
}
.print-button .btn:hover .print-button__icon {
  fill: #daebf3;
}
.header .print-button__icon {
  width: 40px;
  height: 26px;
}
.btn {
  border-radius: 4px;
  background: #177;
  font-family: Roboto, Helvetica, sans-serif;
}
.card-list--chopped .btn {
  font-family: Roboto, Helvetica, sans-serif;
}
.print-button.print-button {
  margin: 0 0 0.875rem;
  width: 40px;
  height: 40px;
}
@media (min-width: 70em) {
  .print-button.print-button {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }
}
.print-button.print-button .btn {
  display: flex;
  padding: 0.5rem;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  background-color: #666;
  font-size: 0;
  transition: background 0.15s ease;
}
.print-button.print-button .btn:focus,
.print-button.print-button .btn:hover {
  background: #333;
  border: none;
}
.recipe-block .print-button.print-button .btn {
  width: inherit;
  padding: 6px 12px;
  background-color: #fff;
  color: #b5460f;
  font-size: 0.875rem;
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  outline: 0;
  border-radius: 3px;
  cursor: pointer;
}
.recipe-block .print-button.print-button .btn:hover {
  color: #fff;
  background-color: #b5460f;
}
.recipe-block .print-button.print-button {
  position: relative;
  top: -2rem;
  width: 102px;
  height: 36px;
  float: right;
  background-color: transparent;
  margin-right: 10px;
}
.print-button__icon {
  width: 18px;
  height: 19px;
  margin-right: 0;
  fill: #fff;
}
.print-button .btn:hover .print-button__icon {
  fill: #fff;
}
.recipe-block .print-button .btn:hover .print-button__icon {
  fill: none;
}
.recipe-block .print-button__icon {
  margin-right: 7px;
  margin-top: 2px;
  stroke: #ffc4a1;
  fill: none;
}

@media print {
  .anchor-nav,
  .article-meta,
  .article__content--video-footer,
  .article__post-footer,
  .article__share-block,
  .billboard-sticky,
  .class-toggler,
  .comment-jump-link,
  .disqus-block,
  .embedded-video,
  .feedback-block,
  .footer,
  .header__article-social-share,
  .header__title,
  .inline-blocks,
  .inline-video,
  .is-hidden,
  .journey-nav-carousel,
  .leaderboard--header,
  .mntl-leaderboard-spacer,
  .mntl-sc-block-featuredlink,
  .nutrition-facts,
  .primary-media,
  .print-button,
  .tag-browser,
  .tag-nav,
  .theme-recipetip p,
  figure,
  iframe,
  iframe ~ cite {
    display: none !important;
  }
  body {
    display: block !important;
    padding: 20px;
  }
  body * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 0.75rem !important;
  }
  h2 {
    font-size: 1.125rem !important;
  }
  h3 {
    font-size: 1rem !important;
    font-weight: 500;
  }
  .section--instructions h3 {
    margin: 0.75rem 0 !important;
  }
  h3 .mntl-sc-block-heading__text {
    font-size: 0.875rem !important;
  }
  ol,
  ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
  }
  li {
    margin: 0.3rem 0 0 0 !important;
  }
  li:before {
    color: #222 !important;
    margin: 0 !important;
    top: 0 !important;
  }
  ol li:before {
    font-size: 1rem !important;
    flex-basis: 28px !important;
    margin-top: -3px !important;
  }
  ul li:before {
    font-size: 0.625rem !important;
    flex-basis: 18px !important;
  }
  p {
    margin: 0.3rem 0 0 0 !important;
  }
  li p {
    margin-top: 0 !important;
  }
  .article__header-block,
  .header,
  .section__title--dashed {
    background: 0 0 !important;
    border-bottom: dashed 2px #ddd !important;
  }
  .main {
    top: 0 !important;
    margin-top: 4.5rem !important;
    background: 0 0 !important;
  }
  .header .btn {
    visibility: hidden !important;
  }
  .header {
    transform: scaleY(0.6) !important;
    position: absolute !important;
  }
  .logo {
    margin-bottom: 0.5rem;
    transform: scaleX(0.6) !important;
  }
  .heading__title {
    margin: 0.875rem 0 !important;
    font-size: 1.875rem !important;
  }
  .article__body {
    min-height: none !important;
  }
  .article--structured-project .article__body {
    max-width: none !important;
  }
  .article--structured-project .article__header-block {
    display: table !important;
  }
  .aggregate-star-rating,
  .article__decision-block,
  .decision-block__feedback,
  .mntl-sc-block-callout-heading:before,
  .nutrition-info,
  .project-meta,
  .theme-cocktailstrength:after,
  .theme-cocktailstrength:before {
    background: 0 0 !important;
  }
  .article__decision-block {
    padding: 1rem !important;
    padding-left: 0 !important;
    border: none !important;
  }
  .article--structured-project .article__decision-block {
    display: table-cell !important;
    width: 5% !important;
  }
  .decision-block__feedback {
    padding-left: 0 !important;
    flex-direction: row !important;
    justify-content: left !important;
  }
  .aggregate-star-rating {
    padding-left: 0 !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    flex-direction: row !important;
  }
  .aggregate-star-rating__count {
    margin-top: 3px !important;
    margin-bottom: 0 !important;
    white-space: nowrap;
    order: 2 !important;
  }
  .meta-text {
    color: #222 !important;
  }
  .section--ingredients {
    background-color: #fff !important;
  }
  .section--ingredients .simple-list__item {
    padding-left: 0 !important;
    line-height: 1.5 !important;
  }
  .section--ingredients .simple-list__item:before {
    content: "" !important;
  }
  .nutrition-info {
    padding: 1rem !important;
    padding-left: 0 !important;
    border: none !important;
  }
  .article--structured-project .nutrition-info {
    width: 80% !important;
  }
  .article__header-block {
    border-bottom: dashed 2px #ddd !important;
  }
  .nutrition-info__disclaimer {
    margin: 0.5rem 0 !important;
  }
  .nutrition-info__table--cell {
    color: #222 !important;
  }
  .mntl-sc-block-callout {
    margin: 0 1.75rem 0 0 !important;
    padding: 1rem 1.2rem 0 0 !important;
    background-color: transparent !important;
  }
  .mntl-sc-block-callout:before {
    display: none !important;
  }
  .article-content-container {
    max-height: none !important;
  }
  .mntl-sc-block-callout-heading {
    color: #222 !important;
    padding-left: 0 !important;
  }
  .theme-cocktailstrength .mntl-sc-block-callout-heading {
    padding-left: 0 !important;
  }
}
@media print {
  .article--structured-project .article__header,
  .article--structured-project .article__header-block,
  .article--structured-project .recipe-editorial-block,
  .article-intro,
  .header,
  .mntl-leaderboard-header,
  .mntl-leaderboard-spacer,
  .recipe-block__note,
  .relish-shop,
  .social-share-sticky {
    display: none !important;
  }
  .main {
    margin-top: 0 !important;
  }
  .header,
  .project-meta__results-container,
  .section__content,
  .section__title {
    border: none !important;
  }
  .project-meta__results-container:before {
    display: none !important;
  }
  .section__header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  h2 {
    font-weight: 500 !important;
  }
  .section--ingredients h2,
  .section--instructions h2 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .section--ingredients h2 {
    margin-top: 0 !important;
  }
  h3 {
    font-weight: 500 !important;
  }
  .section--instructions h3 {
    margin-top: -0.9rem !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .text-passage p {
    margin-bottom: 1rem !important;
  }
  .text-passage p a:not(.btn) {
    background: 0 0 !important;
    transition: none !important;
    text-decoration: none !important;
    color: #000 !important;
  }
  .structured-project__steps {
    margin-top: 0.625rem !important;
  }
  ol > li:not(:first-child) {
    padding-top: 1rem !important;
  }
  .structured-project__steps li {
    -moz-column-break-inside: avoid !important;
    break-inside: avoid !important;
  }
  .structured-project__steps > p:not(:first-child) {
    display: none !important;
  }
  .recipe-block {
    background: 0 0 !important;
    padding-top: 0 !important;
  }
  .recipe-block:before {
    display: none !important;
  }
  .recipe-block__header {
    font-size: 1.375rem !important;
  }
  .recipe-block__meta .meta-text__label {
    color: #000 !important;
  }
  .relish-save {
    display: none !important;
  }
  .mntl-sc-block-group--LI {
    grid-template-columns: 0.5rem auto !important;
  }
}

.heading__title {
  flex: 0 0 100%;
  color: #222;
  font-size: 2.5rem;
  line-height: 1.1333;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.875rem;
}
@media all and (min-width: 34em) {
  .heading__title {
    letter-spacing: -0.2px;
  }
}
@media (min-width: 64em) {
  .heading__title {
    font-size: 2.75rem;
    line-height: 1.07;
    letter-spacing: -0.5px;
  }
  .thespruceeats.exclusiveTemplate .heading__title {
    font-size: 2.25rem;
  }
  .adjusted-right-rail .heading__title {
    text-align: left;
    padding: 0;
  }
}
.heading--tinted .heading__title {
  margin-bottom: 0.4rem;
}
.article--structured-corporate .heading__title,
.heading--static .heading__title {
  margin-top: 1.5rem;
}
.glossaryTemplate .heading__title {
  font-size: 1.5rem;
}
@media (min-width: 64em) {
  .glossaryTemplate .heading__title {
    font-size: 2.25rem;
  }
}
.description,
.heading__subtitle {
  flex: 0 0 100%;
  margin: -0.25rem 0 0.875rem;
  padding: 0 1rem;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
  color: #424242;
}
.exclusiveTemplate .description,
.exclusiveTemplate .heading__subtitle {
  color: #222;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 34em) {
  .description,
  .heading__subtitle {
    padding: 0 1rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 64em) {
  .description,
  .heading__subtitle {
    font-size: 1.5rem;
    line-height: 1.17;
  }
  .thespruceeats.exclusiveTemplate .description,
  .thespruceeats.exclusiveTemplate .heading__subtitle {
    font-size: 1rem;
  }
  .adjusted-right-rail .description,
  .adjusted-right-rail .heading__subtitle {
    text-align: left;
    padding: 0;
  }
}
.heading--constrained .description,
.heading--constrained .heading__subtitle {
  font-size: 1.0625rem;
  padding: 0;
}
@media (min-width: 34em) {
  .heading--constrained .description,
  .heading--constrained .heading__subtitle {
    padding: 0 1rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 64em) {
  .heading--constrained .description,
  .heading--constrained .heading__subtitle {
    width: 70%;
    margin: 0 auto 1rem;
    line-height: 1.4;
  }
}
.description {
  margin-top: 3rem;
}
.article--bio .heading {
  margin: 0;
}
.article--structured-corporate .heading {
  order: 1;
  align-self: center;
}
.heading__title {
  font-size: 2.375rem;
  text-align: left;
  letter-spacing: -0.04rem;
  line-height: 1.05;
  font-weight: 400;
  margin-bottom: 0.812rem;
}
@media (min-width: 64em) {
  .heading__title {
    font-size: 3rem;
    line-height: 1.04;
  }
}
.taxonomy-header .heading__title {
  text-align: center;
}
.article--full-width .heading__title,
.article--structured-corporate .heading__title {
  text-align: center;
}
.article--bio .heading__title {
  margin-bottom: 0.5rem;
}
@media (min-width: 64em) {
  .article--bio .heading__title {
    font-size: 3rem;
  }
}
.description,
.heading__subtitle {
  text-align: left;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #666;
  margin-bottom: 1.123rem;
}
.article--full-width .description,
.article--full-width .heading__subtitle {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 64em) {
  .description,
  .heading__subtitle {
    font-size: 1.5rem;
    line-height: 1.125;
  }
}
.exclusiveTemplate .description,
.exclusiveTemplate .heading__subtitle {
  margin-bottom: 1.188rem;
}

.article-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.45;
  color: #424242;
}
.l-prm-roundup--center .article-meta {
  width: 100%;
}
@media (min-width: 64em) {
  .adjusted-right-rail .article-meta {
    width: 100%;
    justify-content: left;
  }
}
@media (min-width: 50em) {
  .article-meta {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.mntl-byline__name,
.mntl-review-byline__link-wrapper {
  display: inline;
}
@media (max-width: 34em) {
  .mntl-byline__name[data-tooltip],
  .mntl-review-byline__link-wrapper[data-tooltip] {
    position: static;
  }
}
.mntl-byline__link,
.mntl-review-byline__link {
  color: #222;
  text-decoration: none;
  background-image: repeating-linear-gradient(
    to right,
    #005d55 0,
    #005d55 33.33%,
    transparent 33.33%,
    transparent 100%
  );
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 5.25px 1.75px;
  color: #222;
  transition: color ease 0.15s;
}
.mntl-byline__link:hover,
.mntl-review-byline__link:hover {
  color: #005d55;
}
.article-meta {
  width: 100%;
  color: #222;
  font-size: 1rem;
  text-align: left;
  line-height: 1.6;
  display: grid;
  justify-content: left;
  grid-template-rows: 1rem auto auto 2.8rem;
  grid-template-columns: 1fr;
  grid-template-areas: "byline" "byline" "feedback" "jump";
}
.article-meta.no-jump-btn {
  grid-template-rows: 1rem auto auto;
  grid-template-areas: "byline" "byline" "feedback";
}
.article-meta.has-image {
  grid-template-columns: 3rem 1fr;
  grid-template-areas: "img byline" "img byline" "feedback feedback" "jump jump";
}
.article-meta.has-image.no-jump-btn {
  grid-template-areas: "img byline" "img byline" "feedback feedback";
}
.article--structured .article-meta,
.article--structured-list .article-meta {
  grid-template-rows: auto;
  grid-template-areas: "byline";
}
.article--structured .article-meta.has-image,
.article--structured-list .article-meta.has-image {
  grid-template-columns: 3rem 1fr;
  grid-template-rows: 1rem 1.875rem;
  grid-template-areas: "img byline" "img byline";
}
.article--full-width.article--structured .article-meta {
  margin-bottom: 0;
  justify-content: center;
}
.article--full-width.article--structured .article-meta.has-image {
  grid-template-columns: auto auto;
}
@media (min-width: 34em) {
  .article-meta {
    row-gap: 0.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto 1fr 1fr;
    grid-template-areas: "byline byline byline byline" "feedback feedback jump jump";
  }
  .article-meta.no-jump-btn {
    grid-template-columns: auto auto;
    grid-template-areas: "byline byline" "feedback feedback";
  }
  .article-meta.has-image {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto 1fr 1fr;
    grid-template-areas: "img byline byline byline" "feedback feedback jump jump";
  }
  .article-meta.has-image.no-jump-btn {
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "img byline byline" "feedback feedback feedback";
  }
  .article--structured .article-meta {
    grid-template-columns: auto auto;
    grid-template-areas: "byline byline" "feedback feedback";
  }
  .article--structured .article-meta.has-image {
    grid-template-columns: 3rem 1fr;
    grid-template-areas: "img byline" "img byline";
  }
}
@media (min-width: 58.5em) {
  .article-meta {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.45;
    grid-template-rows: 1.5rem 1.5rem;
    grid-template-columns: auto 1fr;
    grid-template-areas: "byline byline" "feedback jump";
  }
  .article-meta .recipe-jump-button {
    margin-left: 0;
  }
  .article-meta.has-image {
    row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto 1fr 1fr;
    grid-template-areas: "img byline byline byline" "feedback feedback jump jump";
  }
  .article--structured-project .article-meta.has-image {
    border-bottom: 1px solid #caeded;
    padding-bottom: 0.875rem;
    margin-bottom: 1.75rem;
  }
}
.article-meta .comment-jump-link {
  border-left: none;
}
@media (min-width: 34em) {
  .article-meta .comment-jump-link {
    margin-right: 1.55rem;
    margin-left: 0;
    padding-left: 0;
  }
}
.article-meta__author-image {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
  grid-area: img;
  -ms-grid-column: 1;
  -ms-grid-row-span: 2;
}
@media (-ms-high-contrast: none) {
  .article-meta__author-image {
    margin-top: 5px;
  }
}
.article-meta__updated-label {
  border-left: none;
}
.article-meta__byline-link {
  color: #222;
  text-decoration: none;
  background-image: linear-gradient(to right, #222 0, #222 100%);
  background-position: 0 97%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  transition: background-image 0.25s ease;
  background-size: 100% 1px;
}
.article-meta__byline-link:hover {
  background-image: linear-gradient(to right, #b35f4d 0, #b35f4d 100%);
}
.article-meta__byline-link:hover {
  color: #b35f4d;
}
.article-meta__byline-tooltip-icon {
  height: 18px;
  width: 18px;
}
.recipe-jump-button {
  grid-area: jump;
  margin-left: 0;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}
.article-meta__feedback-container {
  display: flex;
  margin-top: 0.5rem;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  grid-area: feedback;
}
.article-meta__feedback-container
  .aggregate-star-rating__stars
  a:not(:first-child) {
  margin-left: 3px;
}
.article-meta__feedback-container .star-icon {
  width: 20px;
  height: 20px;
}
@media (min-width: 34em) {
  .article-meta__feedback-container .star-icon {
    width: 24px;
    height: 24px;
  }
}
.article-meta__feedback-container .aggregate-star-rating__count {
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 0.875rem;
  white-space: nowrap;
  text-align: left;
  margin-right: 0.675rem;
}
.article-meta__feedback-container .aggregate-star-rating__count:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 34em) {
  .article-meta__feedback-container {
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: nowrap;
    margin-top: 0;
    margin-left: 0;
  }
}
.article-meta__feedback-container .disqus-comment-count {
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 0.875rem;
  white-space: nowrap;
}
.article-meta__feedback-container .disqus-comment-count:hover {
  text-decoration: underline;
  cursor: pointer;
}
.article-meta__feedback-container .aggregate-star-rating {
  margin: 0.2rem 1rem 0.5rem 0;
}
@media (min-width: 34em) {
  .article-meta__feedback-container .aggregate-star-rating {
    margin: 0.2rem 0 0;
  }
}
@media (min-width: 34em) {
  .article-meta__feedback-container
    .aggregate-star-rating
    + .comment-jump-link {
    margin-left: 1rem;
  }
}
.mntl-bylines.lifestyle-food-bylines {
  grid-area: byline;
  justify-content: normal;
}
.exclusiveTemplate .mntl-bylines.lifestyle-food-bylines {
  justify-content: center;
  text-align: center;
}
.exclusiveTemplate .mntl-bylines.lifestyle-food-bylines .mntl-bylines__group {
  margin: auto;
}

.mntl-bylines__group {
  line-height: 1;
}
.mntl-bylines__group--with-image.mntl-bylines__group {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  padding-left: 5.125rem;
  justify-content: left;
  max-width: 300px;
  min-width: 300px;
}
@media (min-width: 34em) {
  .mntl-bylines__group--with-image.mntl-bylines__group {
    justify-content: center;
    width: 100%;
    max-width: none;
    min-width: initial;
  }
}

.mntl-bylines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mntl-bylines .mntl-attribution__item-date {
  display: inline-block;
}
@media (min-width: 50em) {
  .mntl-bylines {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.mntl-bylines__group {
  line-height: 1.45;
  margin-bottom: 0.5rem;
}
@media (min-width: 50em) {
  .mntl-bylines__group {
    margin-right: 0.5rem;
    border-left: solid 1px #ddd;
  }
}
@media (min-width: 50em) {
  .mntl-bylines__group--author {
    border-left: none;
  }
}
.mntl-attribution__item-icon {
  height: 1.3rem;
  width: 1.75rem;
  margin-right: 0.2rem;
  vertical-align: middle;
}
.mntl-attribution__item-icon.recipe-tester-icon {
  vertical-align: text-bottom;
}
.mntl-attribution__item-icon.fact-checker-icon {
  height: 1.2rem;
  width: 1.2rem;
}
.mntl-attribution__item-icon.nutrition-reviewer-icon {
  height: 1.5rem;
  width: 1.7rem;
  margin-right: 0;
}
@media (min-width: 50em) {
  .mntl-attribution__item-icon {
    height: 1.2rem;
    width: 2.07rem;
    margin-right: 0;
    padding-left: 0.5rem;
  }
  .mntl-attribution__item-icon.fact-checker-icon {
    height: 1.2rem;
    width: 1.75rem;
  }
  .mntl-attribution__item-icon.nutrition-reviewer-icon {
    width: 2.2rem;
  }
  .mntl-author-tooltip__name .mntl-attribution__item-icon {
    border: none;
  }
}
.mntl-bylines__group--author .mntl-attribution__item-date {
  display: block;
  margin-top: 0.5rem;
}
.thespruceeats.exclusiveTemplate
  .mntl-bylines__group--author
  .mntl-attribution__item-date {
  margin-top: 0;
}
@media (min-width: 34em) {
  .mntl-bylines__group--author .mntl-attribution__item-date {
    display: inline;
    padding-left: 0.5rem;
    margin-left: 0.3rem;
    border-left: solid 1px #ddd;
  }
}
.mntl-attribution__item-name {
  color: #333;
}
.mntl-dynamic-tooltip--trigger > .mntl-attribution__item-name,
a.mntl-attribution__item-name {
  color: #222;
  text-decoration: none;
  background-image: repeating-linear-gradient(
    to right,
    #005d55 0,
    #005d55 33.33%,
    transparent 33.33%,
    transparent 100%
  );
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 5.25px 1.75px;
  color: #222;
  transition: color ease 0.15s;
}
.mntl-dynamic-tooltip--trigger > .mntl-attribution__item-name:hover,
a.mntl-attribution__item-name:hover {
  color: #005d55;
}
.mntl-bylines {
  align-items: flex-start;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.2px;
}
@media (min-width: 34em) {
  .mntl-bylines {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.mntl-bylines__group {
  margin-bottom: 0.2rem;
  margin-left: 0;
  border-left: none;
  line-height: 1.6;
}
.single-author .mntl-bylines__group {
  margin-bottom: 0;
}
@media (min-width: 34em) {
  .mntl-bylines__group {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }
}
.mntl-dynamic-tooltip--trigger > .mntl-attribution__item-name,
a.mntl-attribution__item-name {
  background-image: none;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: none;
  font-weight: 700;
  border-bottom: 1px solid;
}
.mntl-dynamic-tooltip--trigger > .mntl-attribution__item-name:hover,
a.mntl-attribution__item-name:hover {
  border-bottom: none;
}
.mntl-attribution__item-name {
  color: #222;
  font-size: 1.125rem;
}
.mntl-attribution__item-date,
.mntl-bylines__group:not(.mntl-bylines__group--author)
  .mntl-attribution__item-descriptor {
  color: #666;
  font-size: 0.875rem;
}
.mntl-bylines__group--author .mntl-attribution__item-date {
  margin-top: 0.2rem;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
@media (min-width: 34em) {
  .mntl-bylines__group--author .mntl-attribution__item-date {
    margin-top: 0;
    padding-left: 0.3rem;
  }
}
.single-author .mntl-attribution__item-date {
  display: block;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 34em) {
  .single-author:not(.has-image) .mntl-attribution__item-date {
    display: inline;
    padding-left: 0.3rem;
  }
}
.mntl-attribution__item-icon {
  width: 1.7rem;
  margin-left: 0;
  margin-right: 0;
}
.mntl-attribution__item-icon.recipe-tester-icon {
  vertical-align: sub;
}
.mntl-attribution__item-icon.fact-checker-icon {
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 50em) {
  .mntl-attribution__item-icon {
    height: 1.25rem;
    padding-left: 0;
  }
  .mntl-attribution__item-icon.fact-checker-icon,
  .mntl-attribution__item-icon.recipe-tester-icon {
    width: 1.5rem;
  }
  .mntl-attribution__item-icon.fact-checker-icon {
    height: 1.5rem;
  }
}
.mntl-attribution__item-date,
.mntl-attribution__item-descriptor {
  line-height: 1.8;
}

.mntl-author-tooltip.mntl-author-tooltip {
  padding: 1rem;
  border-color: #ddd;
  font-size: 1.0625rem;
}
.mntl-author-tooltip.mntl-author-tooltip:before {
  border-color: #ddd;
}
.mntl-author-tooltip.mntl-author-tooltip .mntl-author-tooltip__learn-more-link,
.mntl-author-tooltip.mntl-author-tooltip a.mntl-attribution__item-name {
  text-decoration: none;
  background-image: linear-gradient(to right, teal 0, teal 100%);
  background-position: 0 97%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  transition: background-image 0.25s ease;
  background-size: 100% 1px;
  color: teal;
  transition: background-image 0.25s ease, color 0.25s ease;
}
.mntl-author-tooltip.mntl-author-tooltip
  .mntl-author-tooltip__learn-more-link:hover,
.mntl-author-tooltip.mntl-author-tooltip a.mntl-attribution__item-name:hover {
  background-image: linear-gradient(to right, #005d55 0, #005d55 100%);
}
.mntl-author-tooltip.mntl-author-tooltip
  .mntl-author-tooltip__learn-more-link:hover,
.mntl-author-tooltip.mntl-author-tooltip a.mntl-attribution__item-name:hover {
  color: #005d55;
}
.mntl-author-tooltip__top {
  text-align: left;
}
.mntl-author-tooltip__top.mntl-author-tooltip__top--no-image
  .mntl-attribution__item-descriptor {
  width: 90%;
}
.mntl-author-tooltip__top .mntl-attribution__item-date {
  display: block;
}
.mntl-author-tooltip__top .mntl-attribution__item-descriptor {
  display: inline-block;
  width: 45%;
}
@media (min-width: 34em) {
  .mntl-author-tooltip__top .mntl-attribution__item-descriptor {
    width: 50%;
  }
}
.mntl-author-tooltip__top .mntl-attribution__item-icon {
  display: inline;
  margin-left: 0;
  padding-left: 0;
}
.mntl-author-tooltip__top .mntl-author-tooltip__name {
  display: block;
  padding-top: 0.25rem;
  line-height: 1.3;
  font-size: 1.0625rem;
}
.mntl-author-tooltip__top .recipe-tester-icon {
  vertical-align: top;
}
@media (min-width: 50em) {
  .mntl-author-tooltip__top .recipe-tester-icon {
    width: 1.6rem;
  }
  .mntl-author-tooltip__top .fact-checker-icon {
    height: 1.2rem;
    width: 1.2rem;
  }
  .mntl-author-tooltip__top .nutrition-reviewer-icon {
    width: 1.7rem;
  }
}
.mntl-author-tooltip__social-nav {
  margin: 0.75rem 0;
}
.mntl-author-tooltip__bottom {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: solid 1px #777;
  font-weight: 500;
  text-align: left;
}
.mntl-author-tooltip__image-wrapper {
  width: 7rem;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
  float: left;
}
.mntl-author-tooltip__bio {
  padding-top: 0.75rem;
  line-height: 1.25;
}
@media (max-width: 40rem) {
  .mntl-bylines .mntl-bylines__item .mntl-dynamic-tooltip,
  .mntl-taglines .mntl-taglines__item .mntl-dynamic-tooltip {
    transform: none;
    right: auto;
    padding: 0 0.5rem;
    width: 100vw;
    background-color: transparent;
  }
}
@media (max-width: 40rem) {
  .mntl-bylines .mntl-bylines__item .mntl-dynamic-tooltip {
    left: -0.125rem;
    max-width: 100%;
  }
}
@media (max-width: 40rem) {
  .mntl-external-basic-sublayout:not(.article--structured-commerce-roundup)
    .mntl-bylines
    .mntl-bylines__item
    .mntl-dynamic-tooltip {
    left: -1.8rem;
  }
}
@media (max-width: 40rem) {
  .mntl-external-basic-sublayout.l-prm-roundup--center
    .mntl-bylines
    .mntl-bylines__item
    .mntl-dynamic-tooltip {
    left: -1.2rem;
  }
}
@media (max-width: 40rem) {
  .mntl-taglines .mntl-taglines__item .mntl-dynamic-tooltip {
    left: 0;
  }
}
@media (max-width: 40rem) {
  .mntl-bylines [data-tooltip],
  .mntl-taglines [data-tooltip] {
    position: static;
  }
}
.mntl-author-tooltip.mntl-dynamic-tooltip--content {
  border: 1px solid #caeded;
  padding: 0.75rem;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 1rem;
}
.mntl-author-tooltip.mntl-dynamic-tooltip--content:before {
  left: 4rem;
  border-top-color: #caeded;
  border-left-color: #caeded;
}
@media (max-width: 34em) {
  .mntl-author-tooltip.mntl-dynamic-tooltip--content:before {
    display: none;
  }
}
.mntl-author-tooltip__top .mntl-attribution__item-name {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 1.375rem;
  line-height: 1.3;
  text-transform: none;
  border-bottom: none;
  font-weight: 400;
}
@media (min-width: 50em) {
  .mntl-author-tooltip__top .fact-checker-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.mntl-author-tooltip__image-wrapper {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.mntl-author-tooltip__bio,
.mntl-author-tooltip__bottom {
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 1.5;
}
.mntl-author-tooltip__bottom {
  border-top: solid 1px #d2ebe8;
}
@media (max-width: 40rem) {
  .mntl-bylines .mntl-bylines__item .mntl-dynamic-tooltip {
    left: -1.2rem;
  }
}

.mntl-attribution__item,
.mntl-attribution__item-date {
  display: inline;
}
.mntl-bylines__group--with-image.mntl-bylines__group .mntl-bylines__item {
  display: grid;
  position: relative;
  grid-template-areas: "image image by auth auth";
}
.mntl-bylines__group--with-image.mntl-bylines__group
  .mntl-bylines__item
  + .mntl-bylines__item {
  margin-left: 0.05rem;
}
.mntl-bylines__group--with-image .mntl-attribution__author-image {
  grid-area: image;
}
.mntl-bylines__group--with-image .mntl-attribution__item-descriptor {
  margin-right: 0.25rem;
  grid-area: by;
}
.mntl-bylines__group--with-image .mntl-dynamic-tooltip--trigger {
  grid-area: auth;
}
.mntl-attribution__author-image {
  border-radius: 100%;
  position: absolute;
}
@media (min-width: 34em) {
  .mntl-attribution__author-image {
    align-self: baseline;
  }
}

[data-tooltip] {
  position: relative;
  display: inline-block;
}
[data-tooltip]:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-top: 1px solid;
  border-left: 1px solid;
  z-index: 3;
  left: calc(50% - 5px);
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
[data-tooltip]:after {
  position: absolute;
  left: 0;
  background-color: #fff;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  color: initial;
  visibility: hidden;
  border: 1px solid;
  content: attr(data-tooltip);
}
[data-tooltip][data-tooltip-position-x="left"]:before {
  top: 100%;
}
[data-tooltip][data-tooltip-position-x="left"]:after {
  left: -10px;
  right: auto;
  transform: translateX(0) translateY(0);
}
[data-tooltip][data-tooltip-position-x="center"]:before {
  top: 100%;
}
[data-tooltip][data-tooltip-position-x="center"]:after {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
[data-tooltip][data-tooltip-position-x="right"]:before {
  top: 100%;
}
[data-tooltip][data-tooltip-position-x="right"]:after {
  left: auto;
  right: -10px;
  transform: translateX(0) translateY(0);
}
[data-tooltip][data-tooltip-position-x="left"][data-tooltip-position-y="top"]:after,
[data-tooltip][data-tooltip-position-x="right"][data-tooltip-position-y="top"]:after {
  transform: translateX(0) translateY(-100%);
}
[data-tooltip][data-tooltip-position-x="center"][data-tooltip-position-y="top"]:after {
  transform: translateX(-50%) translateY(-100%);
}
[data-tooltip][data-tooltip-position-y="top"]:before {
  top: 0;
  transform: translateY(-100%) rotate(-135deg);
}
[data-tooltip][data-tooltip-position-y="top"]:after {
  top: -5px;
}
[data-tooltip][data-tooltip-position-y="bottom"]:before {
  top: 100%;
  transform: rotate(45deg);
}
[data-tooltip][data-tooltip-position-y="bottom"]:after {
  top: calc(100% + 5px);
}
.mntl-dynamic-tooltip--trigger:hover > .mntl-dynamic-tooltip,
[data-dynamic-tooltip-trigger]:hover
  + .mntl-dynamic-tooltip--trigger
  > .mntl-dynamic-tooltip,
[data-tooltip-trigger]:hover + [data-tooltip]:after,
[data-tooltip-trigger]:hover + [data-tooltip]:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
[data-tooltip].mntl-dynamic-tooltip--trigger:after,
[data-tooltip].mntl-dynamic-tooltip--trigger:before {
  visibility: hidden;
}
.mntl-dynamic-tooltip {
  position: absolute;
  left: 0;
  background-color: #fff;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  color: initial;
  visibility: hidden;
  width: 400px;
}
[data-tooltip-position-x="left"] .mntl-dynamic-tooltip {
  left: -10px;
  right: auto;
  transform: translateX(0) translateY(0);
}
[data-tooltip-position-x="left"] .mntl-dynamic-tooltip--content:before {
  left: 13px;
}
[data-tooltip-position-x="right"] .mntl-dynamic-tooltip {
  left: auto;
  right: -10px;
  transform: translateX(0) translateY(0);
}
[data-tooltip-position-x="right"] .mntl-dynamic-tooltip--content:before {
  right: 13px;
}
[data-tooltip-position-x="center"] .mntl-dynamic-tooltip {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
[data-tooltip-position-x="center"] .mntl-dynamic-tooltip--content:before {
  left: calc(50% - 5px);
}
.mntl-dynamic-tooltip--content {
  background-color: #fff;
  border: 1px solid;
  padding: 5px;
  margin-top: 5px;
  z-index: 2;
  overflow: hidden;
}
.mntl-dynamic-tooltip--content:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-top: 1px solid;
  border-left: 1px solid;
  z-index: 3;
  top: 0;
  transform: rotate(45deg);
}

.mntl-author-tooltip {
  display: none;
}
.mntl-dynamic-tooltip .mntl-author-tooltip {
  display: block;
}
.mntl-pl-component .mntl-author-tooltip {
  display: block;
  width: 400px;
}
.mntl-author-tooltip__image {
  width: 100%;
}

.social-nav__list {
  display: flex;
}
.social-nav__link:before {
  content: attr(data-text);
}
.social-nav__icon {
  width: 24px;
  height: 24px;
}
.social-nav__accessible-label {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.social-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.social-nav.homepage {
  flex-direction: row;
  justify-content: center;
  padding: 0.5rem 0;
  background: #f0f9f9;
}
.social-nav.social-nav-lifestyle--footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1.3rem 0;
  order: 3;
  flex-basis: 100%;
}
@media (min-width: 50em) {
  .social-nav.social-nav-lifestyle--footer {
    flex-basis: 45%;
    order: 1;
    margin: 1rem 0;
    justify-content: flex-start;
  }
}
@media (min-width: 64em) {
  .social-nav.social-nav-lifestyle--footer {
    flex-basis: 35%;
    margin: 0;
  }
}
@media (max-width: 70em) {
  .header .social-nav.social-nav-lifestyle--header {
    display: none;
  }
}
.global-nav__footer .social-nav {
  margin: 2rem 0;
}
@media (min-width: 64em) {
  .global-nav__footer .social-nav {
    flex: 0 0 auto;
  }
}
@media (min-width: 70em) {
  .global-nav__footer .social-nav {
    flex-basis: auto;
  }
}
.social-nav.social-nav--bio {
  flex-direction: row;
  justify-content: center;
  margin: 0 0 -1rem;
}
.social-nav.social-nav--byline {
  justify-content: flex-start;
  margin: 0.75rem 0;
}
.social-nav__title {
  font-size: 1.125rem;
}
.header__inner .social-nav-lifestyle--header .social-nav__title {
  display: none;
}
.homepage .social-nav__title {
  margin-right: 1rem;
  font-size: 1.125rem;
  color: #424242;
  margin-bottom: 0;
}
.article--bio .social-nav__title {
  font-size: 1.0625rem;
  color: #424242;
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.footer .social-nav__title,
.social-nav-lifestyle--footer .social-nav__title {
  font-size: 1.0625rem;
  color: #888;
}
@media (min-width: 50em) and (max-width: 50em) {
  .footer .social-nav__title,
  .social-nav-lifestyle--footer .social-nav__title {
    margin-bottom: 0.2rem;
  }
}
.fullscreen-nav__footer .social-nav__title {
  margin-bottom: 0;
}
.social-nav__list {
  display: flex;
}
.social-nav__item {
  margin: 0 0.3rem;
}
.social-nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 38px;
  position: relative;
  background: #fff;
}
.social-nav__link:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 14px 19px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: 100%;
}
.social-nav__link:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 100%;
}
.article--bio .social-nav__link {
  background: 0 0;
}
.article--bio .social-nav__link:after,
.article--bio .social-nav__link:before {
  border: none;
}
.footer .social-nav__link:before,
.header__inner .social-nav__link:before {
  display: none;
}
.footer .social-nav__link:after,
.header__inner .social-nav__link:after {
  display: none;
}
.social-nav-lifestyle--header .social-nav__link {
  width: 40px;
  height: auto;
}
.social-nav__icon {
  height: 24px;
  width: 24px;
  transition: fill 0.15s ease;
  fill: #daebf3;
}
.no-touchevents .social-nav__icon:hover {
  fill: #daebf3;
}
.social-nav-lifestyle--header .social-nav__icon {
  height: 26px;
  width: 26px;
  fill: #f5f9fd;
}
.social-nav__icon--linkedIn {
  left: 4px;
  position: relative;
}
.article--bio .social-nav__icon--linkedIn {
  width: 19px;
  height: 19px;
}
.social-nav__icon--website {
  left: 4px;
  position: relative;
}
.article--bio .social-nav__icon--website {
  width: 18px;
  height: 18px;
}
.article--bio .social-nav__icon--twitter {
  width: 23px;
  height: 18px;
}
.article--bio .social-nav__icon--pinterest {
  width: 15px;
  height: 18px;
}
.article--bio .social-nav__icon--instagram {
  width: 20px;
  height: 20px;
}
.article--bio .social-nav__icon--facebook {
  width: 9px;
  height: 18px;
}
.mntl-author-tooltip__social-nav .social-nav__icon,
.social-nav-lifestyle--footer .social-nav__icon {
  fill: teal;
}
.mntl-author-tooltip__social-nav .social-nav__link:focus .social-nav__icon,
.mntl-author-tooltip__social-nav .social-nav__link:hover .social-nav__icon,
.no-touchevents
  .social-nav-lifestyle--footer
  .social-nav__link:focus
  .social-nav__icon,
.no-touchevents
  .social-nav-lifestyle--footer
  .social-nav__link:hover
  .social-nav__icon {
  fill: teal;
}
.lifestyle-food-social-nav .social-nav__link::after,
.lifestyle-food-social-nav .social-nav__link::before {
  border: none;
}
.mntl-author-tooltip__social-nav .social-nav__link {
  fill: teal;
}
.mntl-author-tooltip__social-nav .social-nav__link:focus,
.mntl-author-tooltip__social-nav .social-nav__link:hover {
  fill: teal;
}
.mntl-social-nav .social-nav__item--instagram {
  order: 0;
}
.mntl-social-nav .social-nav__item--pinterest {
  order: 1;
}
.mntl-social-nav .social-nav__item--facebook {
  order: 2;
}
.mntl-social-nav .social-nav__item--twitter {
  order: 3;
}
.mntl-social-nav .social-nav__item--linkedin {
  order: 4;
}
.mntl-social-nav .social-nav__item--youtube {
  order: 5;
}
.mntl-social-nav .social-nav__item--reddit {
  order: 6;
}
.mntl-social-nav .social-nav__item--website {
  order: 7;
}
.social-nav.social-nav-lifestyle--footer {
  margin: 1rem 0 1.5rem;
  order: 1;
  flex-direction: column;
}
@media (-ms-high-contrast: none) {
  .social-nav.social-nav-lifestyle--footer {
    margin: 2.3rem 0 2.8rem;
  }
}
@media (min-width: 50em) {
  .social-nav.social-nav-lifestyle--footer {
    flex-direction: row;
  }
}
.social-nav.social-nav--bio {
  margin: 0 0 0.8rem;
  display: inline-block;
}
.footer__upper .social-nav {
  margin-top: 1rem;
  flex-basis: auto;
}
@media (min-width: 50em) {
  .footer__upper .social-nav {
    margin-top: 1.6875rem;
  }
}
.footer .social-nav__title,
.social-nav-lifestyle--footer .social-nav__title {
  margin: 0 0 0.75rem;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 0.875rem;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
@media (min-width: 34em) {
  .footer .social-nav__title,
  .social-nav-lifestyle--footer .social-nav__title {
    margin: 0.125rem 0.198rem 0.4rem 0;
  }
}
@media (min-width: 50em) {
  .footer .social-nav__title,
  .social-nav-lifestyle--footer .social-nav__title {
    margin: 0.125rem 1rem 0 0;
  }
}
.social-nav-lifestyle--footer .social-nav__list {
  justify-content: space-evenly;
  flex: 0 0 auto;
}
.social-nav--bio .social-nav__list {
  flex-basis: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.social-nav__item {
  margin: 0 0.3rem;
}
.social-nav--bio .social-nav__item {
  margin: 0 1rem 0 0;
}
.mntl-author-tooltip__social-nav .social-nav__item {
  margin: 0 0.6rem 0 0;
}
.social-nav__link {
  background: 0 0;
  width: 36px;
  height: 38px;
}
.mntl-author-tooltip__social-nav .social-nav__link {
  width: 1.2rem;
  height: 1.2rem;
}
.social-nav__icon {
  width: 35.53px;
  height: 35.53px;
}
.social-nav-lifestyle--footer .social-nav__icon {
  fill: #b5460f;
}
.social-nav--bio .social-nav__icon {
  width: 24px;
  height: 24px;
  fill: #b5460f;
}
.mntl-author-tooltip__social-nav .social-nav__icon,
.social-nav--byline .social-nav__icon {
  width: 100%;
  height: 100%;
  fill: teal;
}
.social-nav-lifestyle--footer .social-nav__link:focus .social-nav__icon,
.social-nav-lifestyle--footer .social-nav__link:hover .social-nav__icon {
  fill: #822d03;
}
.social-nav--byline .social-nav__link:focus .social-nav__icon,
.social-nav--byline .social-nav__link:hover .social-nav__icon {
  fill: #177;
}

.aggregate-star-rating {
  display: flex;
  position: absolute;
  right: 0;
  align-items: center;
  padding-bottom: 1.25rem;
}
.card__footer .aggregate-star-rating {
  position: relative;
  display: none;
  margin-left: auto;
  margin-top: -1rem;
  padding: 0.625rem;
  padding-left: 0;
}
@media (min-width: 34em) {
  .card__footer .aggregate-star-rating {
    display: flex;
  }
}
.faceted-search .card__footer .aggregate-star-rating {
  display: flex;
}
.article__decision-block .aggregate-star-rating {
  justify-content: center;
  position: static;
  padding: 0 0 1rem;
}
.decision-block__feedback .aggregate-star-rating {
  padding: 0 17px 1.65rem;
}
.article--structured-project .article__decision-block .aggregate-star-rating {
  background-image: repeating-linear-gradient(
    to right,
    #b35f4d 0,
    #b35f4d 33.33%,
    transparent 33.33%,
    transparent 100%
  );
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 5.25px 1.75px;
}
.article__decision-block--wide
  .decision-block__feedback
  .aggregate-star-rating {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.decision-block__feedback .recipe-badge + .aggregate-star-rating {
  padding-top: 25px;
}
.article__header--project .aggregate-star-rating {
  margin-left: auto;
  padding: 0;
}
.article__header--project .aggregate-star-rating:first-child:last-child {
  position: relative;
}
.aggregate-star-rating .mntl-rating {
  display: flex;
}
.aggregate-star-rating .mntl-rating span {
  display: flex;
}
.aggregate-star-rating.featured-link-recipe__ratings {
  position: relative;
  padding-bottom: 0;
  margin-left: 0;
}
.aggregate-star-rating__title {
  display: none;
}
.featuredrecipe-link .aggregate-star-rating__title {
  display: block;
  order: 2;
  margin-left: 0.25rem;
  color: #222;
  font-size: 1rem;
  text-transform: uppercase;
}
.aggregate-star-rating__count {
  color: #222;
  font-size: 1rem;
  margin: 3px 0 0 0.5rem;
  transition: color 0.15s ease;
  text-transform: uppercase;
}
.aggregate-star-rating:hover .aggregate-star-rating__count {
  color: #222;
}
.decision-block__feedback .aggregate-star-rating__count {
  order: 2;
}
.decision-block__feedback .aggregate-star-rating__stars {
  order: 2;
}
.star-rating .hover .star-icon--active {
  display: block;
}
.star-rating .hover .star-icon--inactive {
  display: none;
}
.star-icon {
  width: 16px;
  height: 16px;
}
@media (min-width: 34em) {
  .star-icon {
    width: 18px;
    height: 18px;
  }
}
.star-icon.star-icon--inactive {
  fill: #f1e21d;
}
.article--structured-project .article__header-block .star-icon {
  width: 26px;
  height: 26px;
  margin-right: 0.1rem;
}
@media (min-width: 70em) {
  .article--structured-project .article__header-block .star-icon {
    margin-right: 0.3rem;
  }
}
.feedback-block .star-icon {
  height: 40px;
  width: 40px;
}
.star-icon--active {
  display: none;
}
.active .star-icon--active {
  display: block;
}
.star-icon--inactive {
  display: block;
}
.active .star-icon--inactive,
.half .star-icon--inactive {
  display: none;
}
.star-icon--half {
  display: none;
}
.half .star-icon--half {
  display: block;
}
.star-icon {
  width: 17.5px;
  height: 18px;
}
.card .star-icon {
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 0.125rem;
}
.taxonomyScTemplate .card .star-icon {
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (min-width: 34em) {
  .taxonomyScTemplate .card .star-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.aggregate-star-rating {
  position: relative;
  padding-bottom: 0;
}
.card__footer .aggregate-star-rating {
  display: flex;
}
.featuredrecipe-link .aggregate-star-rating__title {
  position: relative;
  top: 1px;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: left;
  text-transform: capitalize;
}
@media (min-width: 34em) {
  .featuredrecipe-link .aggregate-star-rating__title {
    font-size: 1rem;
  }
}
.aggregate-star-rating__count {
  margin-top: 0;
  text-transform: capitalize;
  font-size: 1rem;
}
@media (min-width: 34em) {
  .aggregate-star-rating__count {
    font-size: 1.125rem;
  }
}
.aggregate-star-rating__stars {
  margin-top: -4px;
}

.mntl-rating {
  display: inline-block;
}
.mntl-rating a {
  display: inline-block;
}
.mntl-recipe-star-rating {
  display: flex;
}
.mntl-recipe-star-rating__star {
  display: flex;
}
.mntl-recipe-star-rating .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.comment-jump-link {
  font-size: 1.125rem;
  padding: 1rem 0.25rem 0;
  text-align: center;
}
.comment-jump-link a {
  text-decoration: none;
  background-image: linear-gradient(to right, teal 0, teal 100%);
  background-position: 0 97%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  transition: background-image 0.25s ease;
  background-size: 100% 1px;
  color: teal;
  transition: background-image 0.25s ease, color 0.25s ease;
}
.comment-jump-link a:hover {
  background-image: linear-gradient(to right, #005d55 0, #005d55 100%);
}
.comment-jump-link a:hover {
  color: #005d55;
}
.comment-jump-link.comment-jump-link--has-comments {
  text-align: left;
  display: flex;
  align-items: center;
}
@media (min-width: 64em) {
  .comment-jump-link.comment-jump-link--has-comments {
    display: block;
  }
}
.decision-block__feedback .comment-jump-link {
  padding: 1rem 15.5px 0.25rem;
}
.decision-block__feedback .comment-jump-link .article__decision-block--wide {
  padding-top: 0.75rem;
}
.disqus-comment-count {
  text-transform: uppercase;
  font-size: 1rem;
  color: #222;
  margin-left: 5px;
  display: none;
}
.disqus-comment-count.disqus-comment-count--has-comments {
  display: inline-block;
}
.disqus-comment-link {
  font-size: 1rem;
  margin-left: 0.5rem;
}
.decision-block__feedback .disqus-comment-link {
  margin-top: 0.5rem;
}
.comment-jump-link--has-comments .disqus-comment-link {
  margin-top: 0;
  margin-left: auto;
}
@media (min-width: 64em) {
  .comment-jump-link--has-comments .disqus-comment-link {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }
}
.disqus-comment-count:not(.disqus-comment-count--has-comments)
  + .disqus-comment-link {
  display: inline-block;
  margin-top: 0;
}
.comments-icon {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.comments-icon .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.comments-icon--stroke {
  stroke: teal;
}
.comment-jump-link {
  display: flex;
  padding-top: 0;
  padding-left: 0;
  text-align: left;
}
@media (min-width: 34em) {
  .comment-jump-link {
    padding-left: 0.25rem;
  }
}
.aggregate-star-rating + .comment-jump-link {
  margin-bottom: 0.5rem;
  align-items: center;
}
@media (min-width: 34em) {
  .aggregate-star-rating + .comment-jump-link {
    margin-bottom: 0;
  }
}
.comment-jump-link a {
  text-decoration: none;
  background-image: linear-gradient(to right, #222 0, #222 100%);
  background-position: 0 97%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  transition: background-image 0.25s ease;
  color: #222;
}
.comment-jump-link a:hover {
  background-image: linear-gradient(to right, #424242 0, #424242 100%);
}
.comment-jump-link a:hover {
  color: #424242;
}
.disqus-comment-count {
  text-transform: none;
  display: initial;
}
.comments-icon .icon {
  width: 1.75rem;
  height: 1.75rem;
}
.comment-jump-link--has-comments .disqus-comment-count--has-comments {
  display: initial;
}

.recipe-jump-button {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
.recipe-jump-button {
  height: 2.1875rem;
  width: 10.4375rem;
  background-color: #177;
  font-weight: 700;
}
.recipe-jump-button:focus {
  background-color: #177;
}
.recipe-jump-button .recipe-jump-button__arrow-down {
  width: 15px;
  height: 16px;
  margin-right: 0.5rem;
}
.jump-btn-wrapper {
  border-bottom: 1px solid #caeded;
  margin-bottom: 20px;
}
.jump-btn-wrapper .recipe-jump-button {
  margin: 0 auto 25px;
}

.figure {
  margin-bottom: 1rem;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
}
.article-header__media .figure {
  margin-left: auto;
  margin-right: auto;
}
.listTemplate .figure,
.portfolioTemplate .figure,
.structuredListTemplate .figure,
.structuredStepByStepTemplate .figure {
  clear: both;
}
.ordered-list--commerce .ordered-list__item .figure {
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .article--bio .figure {
    margin: 0 1.5rem 3rem 0;
  }
}
.article-header__media .figure,
.portfolioTemplate .figure {
  display: block;
}
.primary-image--full-bleed {
  max-width: 1900px;
  margin: 0 auto 1rem;
  display: block;
}
.figure__media {
  max-width: 100%;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 34em) {
  .figure__media--portrait {
    max-width: 50%;
  }
  .article--bio .figure__media--portrait {
    max-width: none;
  }
}
.article-header__media .figure__media {
  display: block;
}
.ordered-list--commerce .ordered-list__item .figure__media {
  width: 250px;
}
@media (max-width: 50em) {
  .ordered-list--portfolioTemplate
    .ordered-list__item
    .figure__media:not(.figure__media--tiny-width),
  .ordered-list--sbs
    .ordered-list__item
    .figure__media:not(.figure__media--tiny-width) {
    width: 100%;
    display: block;
  }
}
.article--bio .figure__media {
  width: 400px;
  margin: 0 auto 1rem;
}
@media (min-width: 64em) {
  .article--bio .figure__media {
    margin: 0 2.5rem 1rem 0;
  }
}
.exclusiveTemplate .figure__media {
  width: 100%;
  overflow: hidden;
}
.exclusivefullbleed .figure__media,
.primary-image--full-bleed .figure__media {
  max-height: 500px;
}
.figure__image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.article-header__media .figure__image {
  min-height: 250px;
}
.article--structured-corporate .article-header__media .figure__image {
  min-height: auto;
}
.article-header__media .figure__media--landscape .figure__image,
.article-header__media .figure__media--square .figure__image {
  width: 100%;
}
.article-header__media .figure__media--landscape .figure__image,
.article-header__media .figure__media--square .figure__image,
.homepage-showcase .figure__image {
  max-height: none;
}
.commerce-widget__figure .figure__image {
  vertical-align: top;
  max-height: 250px;
  max-width: 250px;
}
.primary-image--full-bleed .figure__image {
  -o-object-fit: cover;
  object-fit: cover;
}
.exclusiveTemplate .primary-image--full-bleed .figure__image {
  width: 100%;
  max-height: 500px;
}
.figure__caption {
  caption-side: bottom;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #424242;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  margin-top: 1px;
  max-width: 20rem;
}
@media (min-width: 34em) {
  .figure__caption {
    max-width: 100%;
  }
}
.figure__caption:hover {
  overflow: visible;
  white-space: normal;
}
.figure__caption a {
  text-decoration: none;
  text-decoration: none;
  background-image: linear-gradient(to right, teal 0, teal 100%);
  background-position: 0 97%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  transition: background-image 0.25s ease;
  color: teal;
  background-position: 0 95%;
  background-size: 100% 0.75px;
}
.figure__caption a:hover {
  background-image: linear-gradient(to right, #005d55 0, #005d55 100%);
}
.figure__caption a:hover {
  color: #005d55;
}
.figure__caption p {
  display: inline;
}
.figure__media--portrait + .figure__caption,
.figure__media--tiny-width + .figure__caption {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 34em) {
  .figure__media--portrait + .figure__caption,
  .figure__media--portrait + .figure__caption:hover,
  .figure__media--tiny-width + .figure__caption,
  .figure__media--tiny-width + .figure__caption:hover {
    max-width: 60%;
  }
}
.thespruceeats.exclusiveTemplate .primary-image--full-bleed .figure__caption {
  display: none;
}
.figure__caption-icon {
  vertical-align: text-bottom;
  width: 11px;
  height: 11px;
  margin-bottom: 2px;
  fill: #a0c3cc;
}
@media (min-width: 50em) {
  .figure__caption-icon {
    width: 12px;
    height: 12px;
  }
}
.commerce-widget .img-placeholder {
  background: 0 0;
}
.article-header__media .img-placeholder {
  min-height: auto;
  background-color: transparent;
}
.article--structured-corporate .article-header__media .figure {
  margin: 0 auto;
  width: 100%;
}
.article--bio .figure {
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.article--structured .figure,
.article--structured-corporate .figure,
.article--structured-project .figure {
  margin-left: 0;
}
.article--bio .figure__media {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 64em) {
  .article--bio .figure__media {
    max-width: 20.75rem;
  }
}
.showcase-hero .figure__media {
  overflow: hidden;
}
.article--structured-corporate .article-header__media .figure__media {
  width: 100%;
}
.article--structured .primary-media .figure__media,
.article--structured-project .primary-media .figure__media {
  margin-left: 0;
}
@media (min-width: 34em) {
  .article--structured .primary-media .figure__media,
  .article--structured-project .primary-media .figure__media {
    width: 736px;
  }
}
.article--structured .primary-media .figure__media--centered,
.article--structured .primary-media .figure__media--portrait,
.article--structured-corporate .primary-media .figure__media--centered,
.article--structured-corporate .primary-media .figure__media--portrait,
.article--structured-project .primary-media .figure__media--centered,
.article--structured-project .primary-media .figure__media--portrait {
  margin-left: auto;
}
@media (min-width: 34em) {
  .article--structured .primary-media .figure__media--centered,
  .article--structured .primary-media .figure__media--portrait,
  .article--structured-corporate .primary-media .figure__media--centered,
  .article--structured-corporate .primary-media .figure__media--portrait,
  .article--structured-project .primary-media .figure__media--centered,
  .article--structured-project .primary-media .figure__media--portrait {
    width: 648px;
  }
}
@media (min-width: 34em) {
  .figure__media--centered,
  .figure__media--portrait {
    max-width: 100%;
  }
}
.article--structured-corporate .article-header__media .figure__image {
  width: auto;
  max-height: 91px;
}
@media (min-width: 34em) {
  .article--structured-corporate .article-header__media .figure__image {
    max-height: 130px;
  }
}
.article--bio .article-header__media .figure__image {
  min-height: 0;
}
.showcase-hero .figure__image {
  width: 100vw;
}
@media (min-width: 64em) {
  .showcase-hero .figure__image {
    margin-left: 50%;
    height: calc(100vh - 4.875rem);
    transform: translateX(-50%);
    overflow-x: hidden;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .showcase-hero .figure__image {
      margin-left: 0;
      transform: none;
      -o-object-fit: cover;
      object-fit: cover;
    }
  }
}
.figure__caption {
  font-size: 0.9375rem;
  line-height: 1.33;
  white-space: normal;
  margin-top: 0.1875rem;
}
@media (min-width: 34em) {
  .article--structured .primary-media .figure__caption,
  .article--structured-corporate .primary-media .figure__caption,
  .article--structured-project .primary-media .figure__caption {
    margin-left: 0;
    margin-right: 0;
    width: 736px;
  }
}
@media (min-width: 70em) {
  .article--structured .primary-media .figure__caption,
  .article--structured-corporate .primary-media .figure__caption,
  .article--structured-project .primary-media .figure__caption {
    margin-left: 0.635rem;
  }
}
.figure__media--centered .figure__caption,
.figure__media--portrait + .figure__caption,
.figure__media--tiny-width + .figure__caption {
  text-align: left;
  margin-left: 0;
  margin-top: 0.3rem;
}
@media (min-width: 34em) {
  .article--structured .primary-media .figure__media--centered .figure__caption,
  .article--structured
    .primary-media
    .figure__media--portrait
    + .figure__caption,
  .article--structured
    .primary-media
    .figure__media--tiny-width
    + .figure__caption,
  .article--structured-corporate
    .primary-media
    .figure__media--centered
    .figure__caption,
  .article--structured-corporate
    .primary-media
    .figure__media--portrait
    + .figure__caption,
  .article--structured-corporate
    .primary-media
    .figure__media--tiny-width
    + .figure__caption,
  .article--structured-project
    .primary-media
    .figure__media--centered
    .figure__caption,
  .article--structured-project
    .primary-media
    .figure__media--portrait
    + .figure__caption,
  .article--structured-project
    .primary-media
    .figure__media--tiny-width
    + .figure__caption {
    margin-left: auto;
    margin-right: auto;
    width: 648px;
  }
}
.figure__media--centered .figure__caption,
.figure__media--centered .figure__caption:hover,
.figure__media--portrait + .figure__caption,
.figure__media--portrait + .figure__caption:hover,
.figure__media--tiny-width + .figure__caption,
.figure__media--tiny-width + .figure__caption:hover {
  max-width: none;
}
.primary-image--full-bleed .figure__caption {
  padding: 0 1rem;
}
.figure__caption-text {
  font-size: 0.875rem;
  font-family: Roboto, Helvetica, sans-serif;
  color: #222;
}
.figure__caption-owner {
  font-size: 0.875rem;
  font-family: Roboto, Helvetica, sans-serif;
  color: #888;
}
.figure__caption-owner:before {
  content: "Image: ";
}
.figure--primary-image {
  margin-bottom: 1.5rem;
  line-height: 0;
}
.article--bio .article-header__media .img-placeholder {
  min-height: 0;
}
.article-header__media {
  text-align: left;
}
@media (min-width: 34em) {
  .article-header__media {
    max-width: 40rem;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .article-header__media {
    max-width: 38rem;
  }
}
@media (min-width: 64em) {
  .article-header__media {
    max-width: 52rem;
  }
}
.article--structured-corporate .article-header__media {
  width: 100%;
  margin: 1.5rem auto 0;
  order: 0;
}
.article--bio .article-header__media {
  width: 100%;
  max-width: 20.75rem;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 64em) {
  .article--bio .article-header__media {
    margin-right: 2.375rem;
    margin-bottom: 0;
  }
}

.mntl-sc-block-image {
  overflow: hidden;
  text-align: left;
}
.mntl-sc-block-image a {
  box-shadow: none;
}
.mntl-sc-block-image img {
  width: 100%;
}
.mntl-sc-block-image.figure-portrait {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.mntl-sc-block-image.figure-portrait .figure-media {
  max-height: 80vh;
}
.mntl-sc-block-image.figure-portrait .figure-article-caption {
  text-align: left;
  background-color: transparent;
}
.mntl-sc-block-image.figure-portrait img {
  max-height: 80vh;
}
.mntl-sc-block-image .figure-media {
  position: relative;
}
@media (min-width: 35em) {
  .mntl-sc-block-image.mntl-sc-block-commerce__image,
  .mntl-sc-list-item h3:first-of-type + .mntl-sc-block-image.figure-portrait,
  .mntl-sc-list-item h3:first-of-type + .mntl-sc-block-image.figure-square,
  .mntl-sc-page--commerce h3:first-of-type + .mntl-sc-block-image {
    float: left;
    max-width: 280px;
    margin: 0 1.25rem 1rem 0;
    width: auto;
  }
  .mntl-sc-block-image.mntl-sc-block-commerce__image img,
  .mntl-sc-list-item
    h3:first-of-type
    + .mntl-sc-block-image.figure-portrait
    img,
  .mntl-sc-list-item h3:first-of-type + .mntl-sc-block-image.figure-square img,
  .mntl-sc-page--commerce h3:first-of-type + .mntl-sc-block-image img {
    max-width: 280px;
    width: auto;
  }
}
.mntl-sc-block-image.mntl-sc-block-commerce__image img {
  cursor: pointer;
  max-height: 280px;
}
img[data-img-lightbox="true"] {
  cursor: zoom-in;
}
.mntl-sc-block-commerce__image img[data-img-lightbox="true"] {
  cursor: pointer;
}
.mntl-lightbox {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.9);
}
.mntl-lightbox.is-closed {
  display: none;
}
.mntl-lightbox__container {
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 6rem);
  width: 100%;
}
.mntl-lightbox__img-container {
  text-align: center;
  overflow-y: scroll;
  max-height: 100%;
  width: 100%;
}
.mntl-lightbox__img {
  max-width: calc(100vw - 6rem);
}
.mntl-lightbox__close {
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 2rem;
  height: 2.5rem;
  border: none;
  background-color: transparent;
}
.mntl-lightbox__close::after,
.mntl-lightbox__close::before {
  content: " ";
  position: absolute;
  top: 22px;
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}
.mntl-lightbox__close::before {
  left: -4px;
  transform: rotate(45deg);
}
.mntl-lightbox__close::after {
  right: -4px;
  transform: rotate(315deg);
}
.mntl-lightbox__loader {
  position: absolute;
  top: 49%;
  left: 0;
  width: 100%;
  text-align: center;
}
.mntl-lightbox__loader.is-hidden {
  display: none;
}
.mntl-lightbox__loader span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  margin: 0.25rem;
  background-color: #fff;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}
.mntl-lightbox__loader span:nth-child(1) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.mntl-lightbox__loader span:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.mntl-lightbox__loader span:nth-child(3) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.mntl-lightbox__next-arrow,
.mntl-lightbox__prev-arrow {
  position: absolute;
  top: calc(50% - 15px);
  margin-top: -20px;
  padding: 0;
  border: none;
  background: 0 0;
  outline: 0;
}
.mntl-lightbox__next-arrow .light-box-arrow,
.mntl-lightbox__prev-arrow .light-box-arrow {
  display: block;
  width: 40px;
  height: 40px;
}
.mntl-lightbox__prev-arrow {
  left: 15px;
  transform: rotate(180deg);
}
.mntl-lightbox__next-arrow {
  right: 15px;
}
.mntl-lightbox__caption {
  flex-basis: 100%;
  text-align: center;
  color: #fff;
}
.mntl-lightbox__caption svg {
  display: none;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.img-placeholder {
  background-color: #c7c7c7;
  position: relative;
  width: 100%;
}
.mntl-primary-image--blurry {
  background-image: var(--blurry);
  background-size: 100% 100%;
  transition: 0.15s filter linear;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.mntl-primary-image--blurry.loaded {
  background-image: none;
}
.mntl-primary-image--blurry:not(.loaded) {
  filter: blur(4px);
}
.mntl-sc-block-image + .mntl-sc-block-image,
.structured-content
  .mntl-sc-block-image
  + .mntl-sc-block-image.figure-portrait {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  margin-top: 1rem;
  position: relative;
}
.mntl-sc-block-image + .mntl-sc-block-image .figure-article-caption,
.structured-content
  .mntl-sc-block-image
  + .mntl-sc-block-image.figure-portrait
  .figure-article-caption {
  display: none;
}
.mntl-sc-block-image + .mntl-sc-block-image .figure-media,
.structured-content
  .mntl-sc-block-image
  + .mntl-sc-block-image.figure-portrait
  .figure-media {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mntl-sc-block-image + .mntl-sc-block-image .img-placeholder,
.structured-content
  .mntl-sc-block-image
  + .mntl-sc-block-image.figure-portrait
  .img-placeholder {
  height: 100%;
  padding-bottom: 0;
}
.mntl-sc-block-image + .mntl-sc-block-image img,
.structured-content
  .mntl-sc-block-image
  + .mntl-sc-block-image.figure-portrait
  img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 35em) {
  .mntl-universal-image.mntl-sc-block-commerce__image {
    float: left;
    max-width: 280px;
    margin: 0 1.25rem 1rem 0;
    width: auto;
  }
  .mntl-universal-image.mntl-sc-block-commerce__image img {
    max-width: 280px;
    width: auto;
  }
}
.mntl-universal-image.mntl-sc-block-commerce__image img {
  cursor: pointer;
  max-height: 280px;
}

@media (min-width: 34em) {
  .article--structured .article-content-container {
    max-width: 40rem;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .article--structured .article-content-container {
    max-width: 38rem;
  }
}
@media (min-width: 64em) {
  .article--structured .article-content-container {
    clear: both;
  }
}
@media (min-width: 50em) {
  .article-content-container {
    margin-bottom: 1rem;
  }
}
@media (min-width: 34em) {
  .article--structured .article-content-container,
  .article--structured-list .article-content-container,
  .article--structured-project .article-content-container {
    margin: 0 auto;
  }
}
@media (min-width: 34em) {
  .exclusiveTemplate .article-content-container {
    max-width: 38rem;
    margin: 0 auto;
  }
}

.js-scads-inline-content {
  position: absolute;
  top: -10000in;
}
.billboard {
  min-width: 300px;
  min-height: 250px;
}
.billboard[data-ad-height="0"] {
  display: none;
}
.billboard[data-ad-height="fluid"] {
  min-height: 0;
  padding: 0;
}

.article-intro {
  margin: 1rem 0;
  max-width: 37.5rem;
  margin-left: auto;
  line-height: 1.6875;
}
.article-intro.structured-content,
.article__header--portfolio .article-intro {
  margin-left: 0;
}
.article-intro {
  margin-top: 0;
  line-height: 30px;
}
.article-intro.structured-content,
.article__header--portfolio .article-intro {
  margin-bottom: 42px;
}
@media (min-width: 34em) {
  .article-intro.structured-content,
  .article__header--portfolio .article-intro {
    margin-bottom: 66px;
  }
}
.article--structured-list .article__header--portfolio .article-intro {
  margin-bottom: 1.625rem;
}
.article--structured-list .article-intro.mntl-sc-page {
  margin-bottom: 0;
}
@media (min-width: 34em) {
  .article--structured-list .article-intro.mntl-sc-page {
    margin-bottom: 1.75rem;
  }
}

.mntl-sc-block-featuredlink.featuredrecipe-link {
  margin-left: 1rem;
  border-left: solid 5px #b35f4d;
}
.mntl-sc-block-featuredlink.featuredrecipe-link:before {
  content: "Related recipe";
  position: relative;
  display: block;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  margin-right: 3px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 34em) {
  .mntl-sc-block-featuredlink.featuredrecipe-link:before {
    font-size: 1rem;
  }
  .mntl-sc-list-item .mntl-sc-block-featuredlink.featuredrecipe-link:before {
    margin-left: 1rem;
    margin-right: 0;
  }
  .ordered-list--commerce
    .mntl-sc-block-featuredlink.featuredrecipe-link:before {
    margin: 0;
  }
  .mntl-sc-block-group--LI
    .mntl-sc-block-featuredlink.featuredrecipe-link:before {
    margin-left: 7%;
    margin-right: 3%;
  }
}
@media (min-width: 34em) {
  .mntl-sc-list-item .mntl-sc-block-featuredlink.featuredrecipe-link {
    clear: both;
  }
  .mntl-sc-block-group--LI .mntl-sc-block-featuredlink.featuredrecipe-link {
    margin-left: 7%;
    margin-right: 11%;
    margin-bottom: 1rem;
  }
}
.mntl-sc-block-featuredlink.downloadpdf-link,
.mntl-sc-block-featuredlink.downloadword-link {
  display: flex;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background-color: #f0f9f9;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.09);
  border: solid 1px teal;
}
.mntl-sc-block-featuredlink.downloadpdf-link:before,
.mntl-sc-block-featuredlink.downloadword-link:before {
  content: "";
  display: block;
  width: 60px;
  height: 51px;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-image: none;
}
.is-window-loaded .mntl-sc-block-featuredlink.downloadpdf-link:before,
.is-window-loaded .mntl-sc-block-featuredlink.downloadword-link:before {
  background-image: url(/static/5.213.0/svg/icons/icon-download.svg);
}
@media (min-width: 34em) {
  .mntl-sc-block-featuredlink.downloadpdf-link,
  .mntl-sc-block-featuredlink.downloadword-link {
    margin: 0 auto 1rem;
    max-width: 70%;
  }
  .mntl-sc-block-featuredlink.downloadpdf-link:before,
  .mntl-sc-block-featuredlink.downloadword-link:before {
    width: 45px;
    height: 38px;
  }
}
a.mntl-sc-block-featuredlink__link {
  display: block;
  margin-bottom: 1rem;
  text-decoration: none;
}
.text-passage .mntl-sc-block a.mntl-sc-block-featuredlink__link,
.text-passage .mntl-sc-block:hover a.mntl-sc-block-featuredlink__link {
  background-image: none;
}
@media (min-width: 34em) {
  .mntl-sc-block-group--LI a.mntl-sc-block-featuredlink__link {
    margin-left: 7%;
    margin-right: 11%;
  }
}
.download-link a.mntl-sc-block-featuredlink__link:before,
.downloadpdf-link a.mntl-sc-block-featuredlink__link:before,
.downloadword-link a.mntl-sc-block-featuredlink__link:before,
.readnext-link a.mntl-sc-block-featuredlink__link:before {
  position: relative;
  margin-right: 3px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
}
.download-link a.mntl-sc-block-featuredlink__link:before {
  content: "Related:";
}
.readnext-link a.mntl-sc-block-featuredlink__link:before {
  content: "Read next:";
}
.downloadword-link a.mntl-sc-block-featuredlink__link:before {
  content: "Download Word:";
}
.downloadpdf-link a.mntl-sc-block-featuredlink__link:before {
  content: "Download PDF:";
}
.downloadpdf-link a.mntl-sc-block-featuredlink__link,
.downloadword-link a.mntl-sc-block-featuredlink__link {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: 1rem;
  letter-spacing: 0;
}
.featured-link a.mntl-sc-block-featuredlink__link,
.featuredrecipe-link a.mntl-sc-block-featuredlink__link {
  display: flex;
  flex-direction: column;
  margin: 0 1.7rem 1rem;
  padding: 1rem 0;
  border-top: solid 1px #b35f4d;
  border-bottom: solid 1px #b35f4d;
}
@media (min-width: 34em) {
  .featured-link a.mntl-sc-block-featuredlink__link,
  .featuredrecipe-link a.mntl-sc-block-featuredlink__link {
    flex-direction: row;
    align-items: center;
    margin: 0 2.25rem 1rem;
    padding: 0;
    border: none;
    clear: both;
  }
  .mntl-sc-list-item .featured-link a.mntl-sc-block-featuredlink__link,
  .mntl-sc-list-item .featuredrecipe-link a.mntl-sc-block-featuredlink__link {
    margin-left: 0;
    margin-right: 0;
  }
  .ordered-list--commerce .featured-link a.mntl-sc-block-featuredlink__link,
  .ordered-list--commerce
    .featuredrecipe-link
    a.mntl-sc-block-featuredlink__link {
    margin: 0;
  }
  .mntl-sc-block-group--LI .featured-link a.mntl-sc-block-featuredlink__link,
  .mntl-sc-block-group--LI
    .featuredrecipe-link
    a.mntl-sc-block-featuredlink__link {
    margin-left: 7%;
    margin-right: 11%;
  }
}
.featuredrecipe-link a.mntl-sc-block-featuredlink__link {
  margin-left: 1rem;
  padding-top: 0;
  border: none;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.09);
}
@media (min-width: 34em) {
  .mntl-sc-list-item .featuredrecipe-link a.mntl-sc-block-featuredlink__link {
    margin-left: 1rem;
  }
}
.download-link .link__wrapper,
.readnext-link .link__wrapper {
  font-size: 1.125rem;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  background-image: linear-gradient(to right, teal 0, teal 100%);
  background-position: 0 97%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  transition: background-image 0.25s ease;
  background-size: 100% 1px;
  color: teal;
  transition: background-image 0.25s ease, color 0.25s ease;
}
.download-link .link__wrapper:hover,
.readnext-link .link__wrapper:hover {
  background-image: linear-gradient(to right, #005d55 0, #005d55 100%);
}
.download-link .link__wrapper:hover,
.readnext-link .link__wrapper:hover {
  color: #005d55;
}
.featured-link .link__wrapper {
  display: flex;
  flex-direction: column;
  order: 2;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 500;
  color: #4a4a4a;
  text-align: center;
}
@media (min-width: 34em) {
  .featured-link .link__wrapper {
    align-self: stretch;
    justify-content: center;
    margin-top: 0;
    margin-left: 1rem;
    padding: 1rem;
    text-align: left;
    border-top: solid 1px #b35f4d;
    border-bottom: solid 1px #b35f4d;
  }
}
@media (-ms-high-contrast: none) {
  .featured-link .link__wrapper {
    max-width: calc(100% - 196px);
  }
}
.featured-link .link__wrapper:after {
  align-self: center;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
  content: "Read Now";
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4a4a4a;
  background-color: #b35f4d;
  transition: background-color 0.25s ease, color 0.25s ease;
}
@media (min-width: 34em) {
  .featured-link .link__wrapper:after {
    align-self: flex-start;
  }
}
.featured-link .link__wrapper:hover:after {
  color: #fff;
  background-color: teal;
}
.downloadpdf-link .link__wrapper,
.downloadword-link .link__wrapper {
  color: teal;
  font-weight: 500;
  text-decoration: underline;
  transition: color ease 0.15s;
}
.downloadpdf-link .link__wrapper:hover,
.downloadword-link .link__wrapper:hover {
  color: #005d55;
}
.featured-link .featured-link-image__img,
.featuredrecipe-link .featured-link-image__img {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 34em) {
  .featured-link .featured-link-image__img,
  .featuredrecipe-link .featured-link-image__img {
    margin: 0;
    width: 180px;
    height: 120px;
  }
}
@media (min-width: 34em) {
  .featuredrecipe-link .featured-link-image__img {
    margin: 0;
    width: 240px;
    height: 160px;
  }
}
@media (min-width: 34em) {
  .featured-link .featured-link-image {
    width: 180px;
    height: 120px;
  }
}
.featuredrecipe-link .featured-link-image {
  margin-bottom: 1rem;
}
@media (min-width: 34em) {
  .featuredrecipe-link .featured-link-image {
    margin-bottom: 0;
    width: 240px;
    height: 160px;
  }
}
.featured-link-recipe__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
  text-align: center;
}
@media (min-width: 34em) {
  .featured-link-recipe__content {
    align-items: flex-start;
    text-align: left;
  }
}
.featured-link-recipe__title {
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 500;
  color: #4a4a4a;
}
.mntl-sc-block-featuredlink {
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 1.56;
}
@media (min-width: 34em) {
  .mntl-sc-block-featuredlink {
    line-height: 1.5;
  }
}
.mntl-sc-block-featuredlink.featuredrecipe-link {
  margin-left: 0;
  padding: 0;
  border-left: none;
  clear: both;
}
@media (min-width: 34em) {
  .mntl-sc-block-featuredlink.featuredrecipe-link {
    padding-bottom: 1rem;
  }
}
@media (min-width: 64em) {
  .mntl-sc-block-featuredlink.featuredrecipe-link {
    padding: 1rem 0;
  }
}
.mntl-sc-block-featuredlink.featuredrecipe-link:before {
  margin-left: auto;
  margin-right: auto;
  width: 315px;
  font-family: Roboto, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  color: #a45241;
}
@media (min-width: 34em) {
  .mntl-sc-block-featuredlink.featuredrecipe-link:before {
    width: 400px;
  }
}
@media (min-width: 64em) {
  .mntl-sc-block-featuredlink.featuredrecipe-link:before {
    position: relative;
    margin: 0;
    width: 162px;
    font-size: 1rem;
    line-height: 0;
    transform: rotate(270deg) translate(-70px, -40px);
  }
}
.mntl-sc-block-featuredlink.readmore-link {
  overflow: auto;
}
.featuredrecipe-link a.mntl-sc-block-featuredlink__link {
  width: 315px;
  max-width: 100%;
  height: 100px;
  flex-direction: row;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 4px #ccc;
  padding: 0;
}
@media (min-width: 34em) {
  .featuredrecipe-link a.mntl-sc-block-featuredlink__link {
    width: 400px;
    height: 130px;
    align-items: flex-start;
  }
}
@media (min-width: 64em) {
  .featuredrecipe-link a.mntl-sc-block-featuredlink__link {
    width: 500px;
    height: 150px;
    position: relative;
    left: 30px;
    margin: 0 calc(50% - 220px) 1rem calc(50% - 270px);
  }
}
.featuredrecipe-link a.mntl-sc-block-featuredlink__link img {
  margin: 0;
}
.featuredin-link a.mntl-sc-block-featuredlink__link {
  border-left: 1px solid #ffd977;
  width: 100%;
  padding-left: 1rem;
  display: grid;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  row-gap: 0.25rem;
  -ms-grid-rows: min-content 1fr;
  -ms-grid-columns: min-content 1fr;
}
.getrecipewithtitle-link a.mntl-sc-block-featuredlink__link,
.readmore-link a.mntl-sc-block-featuredlink__link {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.4rem;
  border: none;
}
.download-link a.mntl-sc-block-featuredlink__link:before {
  font-weight: 700;
}
.getrecipe-link a.mntl-sc-block-featuredlink__link {
  display: inline-block;
  border-radius: 0.1875rem;
  padding: 0.25rem 0.75rem;
  margin-top: 0.437rem;
  margin-bottom: 1.187rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222;
  background: #ffe7d9;
}
.getrecipe-link a.mntl-sc-block-featuredlink__link:hover {
  color: #222;
  background: #ffc4a1;
}
.getrecipe-link a.mntl-sc-block-featuredlink__link:after {
  content: "";
  display: inline-block;
  margin: 0 0 -0.0625rem 0.4375rem;
  width: 0.5rem;
  height: 0.75rem;
  background-size: 0.5rem 0.75rem;
  background-repeat: no-repeat;
}
.is-window-loaded .getrecipe-link a.mntl-sc-block-featuredlink__link:after {
  background-image: url(/static/5.213.0/svg/icons/arrows/arrow--orange.svg);
}
.featuredin-link
  .mntl-sc-block-featuredlink__link
  .adonisrecipes-injection-text,
.getrecipewithtitle-link
  .mntl-sc-block-featuredlink__link
  .adonisrecipes-injection-text,
.readmore-link .mntl-sc-block-featuredlink__link .adonisrecipes-injection-text {
  font-family: Roboto, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #b5460f;
  order: 1;
}
.featuredin-link
  .mntl-sc-block-featuredlink__link
  .adonisrecipes-injection-text {
  grid-column: 2/3;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
}
.getrecipewithtitle-link
  .mntl-sc-block-featuredlink__link
  .adonisrecipes-injection-text,
.readmore-link .mntl-sc-block-featuredlink__link .adonisrecipes-injection-text {
  font-size: 0.875rem;
}
.featuredin-link .mntl-sc-block-featuredlink__link .link__wrapper,
.getrecipewithtitle-link .mntl-sc-block-featuredlink__link .link__wrapper,
.readmore-link .mntl-sc-block-featuredlink__link .link__wrapper {
  color: #177;
  line-height: 1.2;
  text-decoration: underline;
  font-size: 1rem;
  order: 2;
}
.featuredin-link:hover .mntl-sc-block-featuredlink__link .link__wrapper,
.getrecipewithtitle-link:hover .mntl-sc-block-featuredlink__link .link__wrapper,
.readmore-link:hover .mntl-sc-block-featuredlink__link .link__wrapper {
  color: #004d4d;
}
.featuredin-link .mntl-sc-block-featuredlink__link .link__wrapper {
  grid-column: 2/3;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  display: block;
}
.featuredrecipe-link .featured-link-image {
  margin-bottom: 0;
}
.featuredrecipe-link .featured-link-image,
.featuredrecipe-link .featured-link-image__img {
  width: 100px;
  height: 100px;
  margin: 0;
}
@media (min-width: 34em) {
  .featuredrecipe-link .featured-link-image,
  .featuredrecipe-link .featured-link-image__img {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 64em) {
  .featuredrecipe-link .featured-link-image,
  .featuredrecipe-link .featured-link-image__img {
    width: 150px;
    height: 150px;
  }
}
.featuredin-link .featured-link-image,
.featuredin-link .featured-link-image__img,
.getrecipewithtitle-link .featured-link-image,
.getrecipewithtitle-link .featured-link-image__img,
.readmore-link .featured-link-image,
.readmore-link .featured-link-image__img {
  width: 95px;
  height: 95px;
  margin: 0;
}
@media (min-width: 64em) {
  .featuredin-link .featured-link-image,
  .featuredin-link .featured-link-image__img,
  .getrecipewithtitle-link .featured-link-image,
  .getrecipewithtitle-link .featured-link-image__img,
  .readmore-link .featured-link-image,
  .readmore-link .featured-link-image__img {
    width: 100px;
    height: 100px;
  }
}
.featuredin-link .featured-link-image,
.featuredin-link .featured-link-image__img {
  grid-column: 1/2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}
@media (min-width: 64em) {
  .featuredin-link .featured-link-image,
  .featuredin-link .featured-link-image__img {
    width: 100px;
    height: 100px;
  }
}
.featured-link-recipe__content {
  padding-top: 1rem;
  flex: 1 0 65%;
}
@media (min-width: 34em) {
  .featured-link-recipe__content {
    padding-top: 1rem;
  }
}
.featured-link-recipe__title {
  text-align: left;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  width: 100%;
  color: #222;
}
@media (min-width: 34em) {
  .featured-link-recipe__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
.featured-link-recipe__ratings {
  margin-top: 0.25rem;
  margin-right: auto;
}

.mntl-sc-block-html:not(.mntl-sc-block-html-sliced) {
  counter-reset: section;
}
.mntl-sc-block-html > ol {
  counter-reset: none;
}
.mntl-sc-block-html .mntl-sc-block-adslot-inline > .mntl-block {
  display: inline;
}

.mntl-gif__video {
  display: block;
  width: 100%;
  height: 100%;
}
.img-placeholder .mntl-gif__video {
  height: auto;
}
.no-js .mntl-gif__video:not(.mntl-gif__video--fallback) {
  display: none;
}
.no-js .mntl-gif__video::-webkit-media-controls-panel {
  display: none;
}

.figure {
  margin-bottom: 1rem;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
}
.article-header__media .figure {
  margin-left: auto;
  margin-right: auto;
}
.listTemplate .figure,
.portfolioTemplate .figure,
.structuredListTemplate .figure,
.structuredStepByStepTemplate .figure {
  clear: both;
}
.ordered-list--commerce .ordered-list__item .figure {
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .article--bio .figure {
    margin: 0 1.5rem 3rem 0;
  }
}
.article-header__media .figure,
.portfolioTemplate .figure {
  display: block;
}
.primary-image--full-bleed {
  max-width: 1900px;
  margin: 0 auto 1rem;
  display: block;
}
.figure__media,
.structured-content .mntl-sc-block-image .figure-media {
  max-width: 100%;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 34em) {
  .figure__media--portrait {
    max-width: 50%;
  }
  .article--bio .figure__media--portrait {
    max-width: none;
  }
}
.article-header__media .figure__media,
.article-header__media .structured-content .mntl-sc-block-image .figure-media,
.structured-content .mntl-sc-block-image .article-header__media .figure-media {
  display: block;
}
.ordered-list--commerce .ordered-list__item .figure__media,
.ordered-list--commerce
  .ordered-list__item
  .structured-content
  .mntl-sc-block-image
  .figure-media,
.structured-content
  .mntl-sc-block-image
  .ordered-list--commerce
  .ordered-list__item
  .figure-media {
  width: 250px;
}
@media (max-width: 50em) {
  .ordered-list--portfolioTemplate
    .ordered-list__item
    .figure__media:not(.figure__media--tiny-width),
  .ordered-list--portfolioTemplate
    .ordered-list__item
    .structured-content
    .mntl-sc-block-image
    .figure-media:not(.figure__media--tiny-width),
  .ordered-list--sbs
    .ordered-list__item
    .figure__media:not(.figure__media--tiny-width),
  .ordered-list--sbs
    .ordered-list__item
    .structured-content
    .mntl-sc-block-image
    .figure-media:not(.figure__media--tiny-width),
  .structured-content
    .mntl-sc-block-image
    .ordered-list--portfolioTemplate
    .ordered-list__item
    .figure-media:not(.figure__media--tiny-width),
  .structured-content
    .mntl-sc-block-image
    .ordered-list--sbs
    .ordered-list__item
    .figure-media:not(.figure__media--tiny-width) {
    width: 100%;
    display: block;
  }
}
.article--bio .figure__media,
.article--bio .structured-content .mntl-sc-block-image .figure-media,
.structured-content .mntl-sc-block-image .article--bio .figure-media {
  width: 400px;
  margin: 0 auto 1rem;
}
@media (min-width: 64em) {
  .article--bio .figure__media,
  .article--bio .structured-content .mntl-sc-block-image .figure-media,
  .structured-content .mntl-sc-block-image .article--bio .figure-media {
    margin: 0 2.5rem 1rem 0;
  }
}
.exclusiveTemplate .figure__media,
.exclusiveTemplate .structured-content .mntl-sc-block-image .figure-media,
.structured-content .mntl-sc-block-image .exclusiveTemplate .figure-media {
  width: 100%;
  overflow: hidden;
}
.exclusivefullbleed .figure__media,
.exclusivefullbleed .structured-content .mntl-sc-block-image .figure-media,
.primary-image--full-bleed .figure__media,
.primary-image--full-bleed
  .structured-content
  .mntl-sc-block-image
  .figure-media,
.structured-content .mntl-sc-block-image .exclusivefullbleed .figure-media,
.structured-content
  .mntl-sc-block-image
  .primary-image--full-bleed
  .figure-media {
  max-height: 500px;
}
.figure__image,
.structured-content .mntl-sc-block-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.article-header__media .figure__image,
.article-header__media .structured-content .mntl-sc-block-image img,
.structured-content .mntl-sc-block-image .article-header__media img {
  min-height: 250px;
}
.article--structured-corporate .article-header__media .figure__image,
.article--structured-corporate
  .article-header__media
  .structured-content
  .mntl-sc-block-image
  img,
.structured-content
  .mntl-sc-block-image
  .article--structured-corporate
  .article-header__media
  img {
  min-height: auto;
}
.article-header__media .figure__media--landscape .figure__image,
.article-header__media
  .figure__media--landscape
  .structured-content
  .mntl-sc-block-image
  img,
.article-header__media .figure__media--square .figure__image,
.article-header__media
  .figure__media--square
  .structured-content
  .mntl-sc-block-image
  img,
.structured-content
  .mntl-sc-block-image
  .article-header__media
  .figure__media--landscape
  img,
.structured-content
  .mntl-sc-block-image
  .article-header__media
  .figure__media--square
  img {
  width: 100%;
}
.article-header__media .figure__media--landscape .figure__image,
.article-header__media
  .figure__media--landscape
  .structured-content
  .mntl-sc-block-image
  img,
.article-header__media .figure__media--square .figure__image,
.article-header__media
  .figure__media--square
  .structured-content
  .mntl-sc-block-image
  img,
.homepage-showcase .figure__image,
.homepage-showcase .structured-content .mntl-sc-block-image img,
.structured-content
  .mntl-sc-block-image
  .article-header__media
  .figure__media--landscape
  img,
.structured-content
  .mntl-sc-block-image
  .article-header__media
  .figure__media--square
  img,
.structured-content .mntl-sc-block-image .homepage-showcase img {
  max-height: none;
}
.commerce-widget__figure .figure__image,
.commerce-widget__figure .structured-content .mntl-sc-block-image img,
.structured-content .mntl-sc-block-image .commerce-widget__figure img {
  vertical-align: top;
  max-height: 250px;
  max-width: 250px;
}
.primary-image--full-bleed .figure__image,
.primary-image--full-bleed .structured-content .mntl-sc-block-image img,
.structured-content .mntl-sc-block-image .primary-image--full-bleed img {
  -o-object-fit: cover;
  object-fit: cover;
}
.exclusiveTemplate .primary-image--full-bleed .figure__image,
.exclusiveTemplate
  .primary-image--full-bleed
  .structured-content
  .mntl-sc-block-image
  img,
.structured-content
  .mntl-sc-block-image
  .exclusiveTemplate
  .primary-image--full-bleed
  img {
  width: 100%;
  max-height: 500px;
}
.figure__caption,
.structured-content .mntl-sc-block-image .figure-article-caption {
  caption-side: bottom;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #424242;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  margin-top: 1px;
  max-width: 20rem;
}
@media (min-width: 34em) {
  .figure__caption,
  .structured-content .mntl-sc-block-image .figure-article-caption {
    max-width: 100%;
  }
}
.figure__caption:hover,
.structured-content .mntl-sc-block-image .figure-article-caption:hover {
  overflow: visible;
  white-space: normal;
}
.figure__caption a,
.structured-content .mntl-sc-block-image .figure-article-caption a {
  text-decoration: none;
  text-decoration: none;
  background-image: linear-gradient(to right, teal 0, teal 100%);
  background-position: 0 97%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  transition: background-image 0.25s ease;
  color: teal;
  background-position: 0 95%;
  background-size: 100% 0.75px;
}
.figure__caption a:hover,
.structured-content .mntl-sc-block-image .figure-article-caption a:hover {
  background-image: linear-gradient(to right, #005d55 0, #005d55 100%);
}
.figure__caption a:hover,
.structured-content .mntl-sc-block-image .figure-article-caption a:hover {
  color: #005d55;
}
.figure__caption p,
.structured-content .mntl-sc-block-image .figure-article-caption p {
  display: inline;
}
.figure__media--portrait + .figure__caption,
.figure__media--tiny-width + .figure__caption,
.structured-content
  .mntl-sc-block-image
  .figure__media--portrait
  + .figure-article-caption,
.structured-content
  .mntl-sc-block-image
  .figure__media--tiny-width
  + .figure-article-caption {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 34em) {
  .figure__media--portrait + .figure__caption,
  .figure__media--portrait + .figure__caption:hover,
  .figure__media--tiny-width + .figure__caption,
  .figure__media--tiny-width + .figure__caption:hover,
  .structured-content
    .mntl-sc-block-image
    .figure__media--portrait
    + .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .figure__media--tiny-width
    + .figure-article-caption {
    max-width: 60%;
  }
}
.structured-content
  .mntl-sc-block-image
  .thespruceeats.exclusiveTemplate
  .primary-image--full-bleed
  .figure-article-caption,
.thespruceeats.exclusiveTemplate .primary-image--full-bleed .figure__caption,
.thespruceeats.exclusiveTemplate
  .primary-image--full-bleed
  .structured-content
  .mntl-sc-block-image
  .figure-article-caption {
  display: none;
}
.figure__caption-icon,
.structured-content .mntl-sc-block-image .figure-article-caption-icon {
  vertical-align: text-bottom;
  width: 11px;
  height: 11px;
  margin-bottom: 2px;
  fill: #a0c3cc;
}
@media (min-width: 50em) {
  .figure__caption-icon,
  .structured-content .mntl-sc-block-image .figure-article-caption-icon {
    width: 12px;
    height: 12px;
  }
}
.commerce-widget .img-placeholder {
  background: 0 0;
}
.article-header__media .img-placeholder {
  min-height: auto;
  background-color: transparent;
}
.article--structured-corporate .article-header__media .figure {
  margin: 0 auto;
  width: 100%;
}
.article--bio .figure {
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.article--structured .figure,
.article--structured-corporate .figure,
.article--structured-project .figure {
  margin-left: 0;
}
.article--bio .figure__media,
.article--bio .structured-content .mntl-sc-block-image .figure-media,
.structured-content .mntl-sc-block-image .article--bio .figure-media {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 64em) {
  .article--bio .figure__media,
  .article--bio .structured-content .mntl-sc-block-image .figure-media,
  .structured-content .mntl-sc-block-image .article--bio .figure-media {
    max-width: 20.75rem;
  }
}
.showcase-hero .figure__media,
.showcase-hero .structured-content .mntl-sc-block-image .figure-media,
.structured-content .mntl-sc-block-image .showcase-hero .figure-media {
  overflow: hidden;
}
.article--structured-corporate .article-header__media .figure__media,
.article--structured-corporate
  .article-header__media
  .structured-content
  .mntl-sc-block-image
  .figure-media,
.structured-content
  .mntl-sc-block-image
  .article--structured-corporate
  .article-header__media
  .figure-media {
  width: 100%;
}
.article--structured .primary-media .figure__media,
.article--structured
  .primary-media
  .structured-content
  .mntl-sc-block-image
  .figure-media,
.article--structured-project .primary-media .figure__media,
.article--structured-project
  .primary-media
  .structured-content
  .mntl-sc-block-image
  .figure-media,
.structured-content
  .mntl-sc-block-image
  .article--structured
  .primary-media
  .figure-media,
.structured-content
  .mntl-sc-block-image
  .article--structured-project
  .primary-media
  .figure-media {
  margin-left: 0;
}
@media (min-width: 34em) {
  .article--structured .primary-media .figure__media,
  .article--structured
    .primary-media
    .structured-content
    .mntl-sc-block-image
    .figure-media,
  .article--structured-project .primary-media .figure__media,
  .article--structured-project
    .primary-media
    .structured-content
    .mntl-sc-block-image
    .figure-media,
  .structured-content
    .mntl-sc-block-image
    .article--structured
    .primary-media
    .figure-media,
  .structured-content
    .mntl-sc-block-image
    .article--structured-project
    .primary-media
    .figure-media {
    width: 736px;
  }
}
.article--structured .primary-media .figure__media--centered,
.article--structured .primary-media .figure__media--portrait,
.article--structured-corporate .primary-media .figure__media--centered,
.article--structured-corporate .primary-media .figure__media--portrait,
.article--structured-project .primary-media .figure__media--centered,
.article--structured-project .primary-media .figure__media--portrait {
  margin-left: auto;
}
@media (min-width: 34em) {
  .article--structured .primary-media .figure__media--centered,
  .article--structured .primary-media .figure__media--portrait,
  .article--structured-corporate .primary-media .figure__media--centered,
  .article--structured-corporate .primary-media .figure__media--portrait,
  .article--structured-project .primary-media .figure__media--centered,
  .article--structured-project .primary-media .figure__media--portrait {
    width: 648px;
  }
}
@media (min-width: 34em) {
  .figure__media--centered,
  .figure__media--portrait {
    max-width: 100%;
  }
}
.article--structured-corporate .article-header__media .figure__image,
.article--structured-corporate
  .article-header__media
  .structured-content
  .mntl-sc-block-image
  img,
.structured-content
  .mntl-sc-block-image
  .article--structured-corporate
  .article-header__media
  img {
  width: auto;
  max-height: 91px;
}
@media (min-width: 34em) {
  .article--structured-corporate .article-header__media .figure__image,
  .article--structured-corporate
    .article-header__media
    .structured-content
    .mntl-sc-block-image
    img,
  .structured-content
    .mntl-sc-block-image
    .article--structured-corporate
    .article-header__media
    img {
    max-height: 130px;
  }
}
.article--bio .article-header__media .figure__image,
.article--bio
  .article-header__media
  .structured-content
  .mntl-sc-block-image
  img,
.structured-content
  .mntl-sc-block-image
  .article--bio
  .article-header__media
  img {
  min-height: 0;
}
.showcase-hero .figure__image,
.showcase-hero .structured-content .mntl-sc-block-image img,
.structured-content .mntl-sc-block-image .showcase-hero img {
  width: 100vw;
}
@media (min-width: 64em) {
  .showcase-hero .figure__image,
  .showcase-hero .structured-content .mntl-sc-block-image img,
  .structured-content .mntl-sc-block-image .showcase-hero img {
    margin-left: 50%;
    height: calc(100vh - 4.875rem);
    transform: translateX(-50%);
    overflow-x: hidden;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .showcase-hero .figure__image,
    .showcase-hero .structured-content .mntl-sc-block-image img,
    .structured-content .mntl-sc-block-image .showcase-hero img {
      margin-left: 0;
      transform: none;
      -o-object-fit: cover;
      object-fit: cover;
    }
  }
}
.figure__caption,
.structured-content .mntl-sc-block-image .figure-article-caption {
  font-size: 0.9375rem;
  line-height: 1.33;
  white-space: normal;
  margin-top: 0.1875rem;
}
@media (min-width: 34em) {
  .article--structured .primary-media .figure__caption,
  .article--structured
    .primary-media
    .structured-content
    .mntl-sc-block-image
    .figure-article-caption,
  .article--structured-corporate .primary-media .figure__caption,
  .article--structured-corporate
    .primary-media
    .structured-content
    .mntl-sc-block-image
    .figure-article-caption,
  .article--structured-project .primary-media .figure__caption,
  .article--structured-project
    .primary-media
    .structured-content
    .mntl-sc-block-image
    .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured
    .primary-media
    .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured-corporate
    .primary-media
    .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured-project
    .primary-media
    .figure-article-caption {
    margin-left: 0;
    margin-right: 0;
    width: 736px;
  }
}
@media (min-width: 70em) {
  .article--structured .primary-media .figure__caption,
  .article--structured
    .primary-media
    .structured-content
    .mntl-sc-block-image
    .figure-article-caption,
  .article--structured-corporate .primary-media .figure__caption,
  .article--structured-corporate
    .primary-media
    .structured-content
    .mntl-sc-block-image
    .figure-article-caption,
  .article--structured-project .primary-media .figure__caption,
  .article--structured-project
    .primary-media
    .structured-content
    .mntl-sc-block-image
    .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured
    .primary-media
    .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured-corporate
    .primary-media
    .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured-project
    .primary-media
    .figure-article-caption {
    margin-left: 0.635rem;
  }
}
.figure__media--centered .figure__caption,
.figure__media--centered
  .structured-content
  .mntl-sc-block-image
  .figure-article-caption,
.figure__media--portrait + .figure__caption,
.figure__media--tiny-width + .figure__caption,
.structured-content
  .mntl-sc-block-image
  .figure__media--centered
  .figure-article-caption,
.structured-content
  .mntl-sc-block-image
  .figure__media--portrait
  + .figure-article-caption,
.structured-content
  .mntl-sc-block-image
  .figure__media--tiny-width
  + .figure-article-caption {
  text-align: left;
  margin-left: 0;
  margin-top: 0.3rem;
}
@media (min-width: 34em) {
  .article--structured .primary-media .figure__media--centered .figure__caption,
  .article--structured
    .primary-media
    .figure__media--centered
    .structured-content
    .mntl-sc-block-image
    .figure-article-caption,
  .article--structured
    .primary-media
    .figure__media--portrait
    + .figure__caption,
  .article--structured
    .primary-media
    .figure__media--tiny-width
    + .figure__caption,
  .article--structured
    .primary-media
    .structured-content
    .mntl-sc-block-image
    .figure__media--portrait
    + .figure-article-caption,
  .article--structured
    .primary-media
    .structured-content
    .mntl-sc-block-image
    .figure__media--tiny-width
    + .figure-article-caption,
  .article--structured-corporate
    .primary-media
    .figure__media--centered
    .figure__caption,
  .article--structured-corporate
    .primary-media
    .figure__media--centered
    .structured-content
    .mntl-sc-block-image
    .figure-article-caption,
  .article--structured-corporate
    .primary-media
    .figure__media--portrait
    + .figure__caption,
  .article--structured-corporate
    .primary-media
    .figure__media--tiny-width
    + .figure__caption,
  .article--structured-corporate
    .primary-media
    .structured-content
    .mntl-sc-block-image
    .figure__media--portrait
    + .figure-article-caption,
  .article--structured-corporate
    .primary-media
    .structured-content
    .mntl-sc-block-image
    .figure__media--tiny-width
    + .figure-article-caption,
  .article--structured-project
    .primary-media
    .figure__media--centered
    .figure__caption,
  .article--structured-project
    .primary-media
    .figure__media--centered
    .structured-content
    .mntl-sc-block-image
    .figure-article-caption,
  .article--structured-project
    .primary-media
    .figure__media--portrait
    + .figure__caption,
  .article--structured-project
    .primary-media
    .figure__media--tiny-width
    + .figure__caption,
  .article--structured-project
    .primary-media
    .structured-content
    .mntl-sc-block-image
    .figure__media--portrait
    + .figure-article-caption,
  .article--structured-project
    .primary-media
    .structured-content
    .mntl-sc-block-image
    .figure__media--tiny-width
    + .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured
    .primary-media
    .figure__media--centered
    .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured
    .primary-media
    .figure__media--portrait
    + .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured
    .primary-media
    .figure__media--tiny-width
    + .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured-corporate
    .primary-media
    .figure__media--centered
    .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured-corporate
    .primary-media
    .figure__media--portrait
    + .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured-corporate
    .primary-media
    .figure__media--tiny-width
    + .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured-project
    .primary-media
    .figure__media--centered
    .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured-project
    .primary-media
    .figure__media--portrait
    + .figure-article-caption,
  .structured-content
    .mntl-sc-block-image
    .article--structured-project
    .primary-media
    .figure__media--tiny-width
    + .figure-article-caption {
    margin-left: auto;
    margin-right: auto;
    width: 648px;
  }
}
.figure__media--centered .figure__caption,
.figure__media--centered .figure__caption:hover,
.figure__media--centered
  .structured-content
  .mntl-sc-block-image
  .figure-article-caption,
.figure__media--portrait + .figure__caption,
.figure__media--portrait + .figure__caption:hover,
.figure__media--tiny-width + .figure__caption,
.figure__media--tiny-width + .figure__caption:hover,
.structured-content
  .mntl-sc-block-image
  .figure__media--centered
  .figure-article-caption,
.structured-content
  .mntl-sc-block-image
  .figure__media--portrait
  + .figure-article-caption,
.structured-content
  .mntl-sc-block-image
  .figure__media--tiny-width
  + .figure-article-caption {
  max-width: none;
}
.primary-image--full-bleed .figure__caption,
.primary-image--full-bleed
  .structured-content
  .mntl-sc-block-image
  .figure-article-caption,
.structured-content
  .mntl-sc-block-image
  .primary-image--full-bleed
  .figure-article-caption {
  padding: 0 1rem;
}
.figure__caption-text {
  font-size: 0.875rem;
  font-family: Roboto, Helvetica, sans-serif;
  color: #222;
}
.figure__caption-owner {
  font-size: 0.875rem;
  font-family: Roboto, Helvetica, sans-serif;
  color: #888;
}
.figure__caption-owner:before {
  content: "Image: ";
}
.figure--primary-image {
  margin-bottom: 1.5rem;
  line-height: 0;
}
.article--bio .article-header__media .img-placeholder {
  min-height: 0;
}
.article-header__media {
  text-align: left;
}
@media (min-width: 34em) {
  .article-header__media {
    max-width: 40rem;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .article-header__media {
    max-width: 38rem;
  }
}
@media (min-width: 64em) {
  .article-header__media {
    max-width: 52rem;
  }
}
.article--structured-corporate .article-header__media {
  width: 100%;
  margin: 1.5rem auto 0;
  order: 0;
}
.article--bio .article-header__media {
  width: 100%;
  max-width: 20.75rem;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 64em) {
  .article--bio .article-header__media {
    margin-right: 2.375rem;
    margin-bottom: 0;
  }
}
.structured-content .mntl-sc-block-image {
  max-width: 100%;
  display: block;
  overflow: initial;
}
.structured-content .mntl-sc-block-image.mntl-sc-block-commerce__image {
  max-width: 250px;
  margin-bottom: 1.25rem;
}
@media (min-width: 34em) {
  .structured-content .mntl-sc-block-image.mntl-sc-block-commerce__image {
    margin-right: 1.75rem;
  }
}
.structured-content .mntl-sc-block-image.mntl-sc-block-commerce__image img {
  max-width: 250px;
  max-height: 250px;
}
.structured-content .mntl-sc-block-image .figure-media {
  right: 0;
  width: 100%;
}
.structured-content .mntl-sc-block-image .figure-article-caption:empty {
  display: none;
}
.thespruceeats.exclusiveTemplate
  .structured-content
  .mntl-sc-block-image
  .figure-article-caption {
  text-align: right;
}
.thespruceeats.exclusiveTemplate
  .structured-content
  .mntl-sc-block-image
  .figure-article-caption,
.thespruceeats.exclusiveTemplate
  .structured-content
  .mntl-sc-block-image
  .figure-article-caption:hover {
  max-width: none;
}
.structured-content
  .mntl-sc-block-image.mntl-sc-block-commerce__image
  .figure-article-caption {
  display: none;
}
.structured-content .mntl-sc-block-image img {
  width: auto;
  height: auto;
  display: inline-block;
}
.structured-content .mntl-sc-block-image.figure-landscape img,
.structured-content .mntl-sc-block-image.figure-square img {
  width: 100%;
}
@media (min-width: 34em) {
  .structured-content .mntl-sc-block-image.figure-portrait {
    max-width: 60%;
  }
}
.thespruceeats.exclusiveTemplate
  .structured-content
  .mntl-sc-block-image.figure-portrait
  .figure-media,
.thespruceeats.exclusiveTemplate
  .structured-content
  .mntl-sc-block-image.figure-portrait
  img {
  max-height: none;
}
.structured-content
  .mntl-sc-block-image.figure-portrait
  .figure-article-caption {
  text-align: center;
  margin: 0.0625rem auto 0;
}
@media (min-width: 34em) {
  .structured-content
    .mntl-sc-block-image.figure-portrait
    .figure-article-caption,
  .structured-content
    .mntl-sc-block-image.figure-portrait
    .figure-article-caption:hover {
    max-width: 60%;
  }
}
.structured-content
  .mntl-sc-block-image
  + .mntl-sc-block-image.figure-portrait:not(.twoupportrait),
.structured-content
  .mntl-sc-block-image
  + .mntl-sc-block-image:not(.twoupportrait) {
  margin: 1rem 0.5rem 1.5rem 0;
  float: none;
  display: inline-block;
  height: auto;
}
.structured-content
  .mntl-sc-block-image
  + .mntl-sc-block-image.figure-portrait:not(.twoupportrait)
  .img-placeholder,
.structured-content
  .mntl-sc-block-image
  + .mntl-sc-block-image:not(.twoupportrait)
  .img-placeholder {
  height: 0;
}
@media (min-width: 34em) {
  .structured-content
    .mntl-sc-block-image
    + .mntl-sc-block-image.figure-portrait:not(.twoupportrait),
  .structured-content
    .mntl-sc-block-image
    + .mntl-sc-block-image:not(.twoupportrait) {
    margin-right: 1rem;
  }
}
.mntl-sc-block-group--LI .mntl-sc-block-image .figure-article-caption {
  display: none;
}
@media (min-width: 34em) {
  :not(.mntl-sc-block-image) + .mntl-sc-block-image {
    margin: 1rem 2rem;
    max-width: calc(100% - 4rem);
  }
  .structured-sbs-content :not(.mntl-sc-block-image) + .mntl-sc-block-image {
    margin: 1rem 0 1rem;
  }
  :not(.mntl-sc-block-image)
    + .mntl-sc-block-image.figure-portrait:not(.exclusiveleft):not(
      .exclusiveright
    ) {
    margin: 1rem auto;
  }
}
:not(.mntl-sc-block-image) + .mntl-sc-block-image:not(.exclusivefullbleed) {
  display: block;
  width: 100%;
  margin: 1rem auto 1.5rem;
}
:not(.mntl-sc-block-image) + .mntl-sc-block-image.exclusivefullbleed {
  position: relative;
  max-width: none;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  left: 50%;
  right: 50%;
}
:not(.mntl-sc-block-image)
  + .mntl-sc-block-image.exclusivefullbleed
  .figure-media {
  max-height: 500px;
}
:not(.mntl-sc-block-image)
  + .mntl-sc-block-image.exclusivefullbleed
  .figure-article-caption {
  padding-left: 1.25rem;
}
@media (min-width: 34em) {
  :not(.mntl-sc-block-image)
    + .mntl-sc-block-image.exclusivefullbleed
    .figure-article-caption {
    padding-left: 2rem;
  }
}
@media (min-width: 64em) {
  :not(.mntl-sc-block-image)
    + .mntl-sc-block-image.exclusivefullbleed
    .figure-article-caption {
    padding-left: 1rem;
  }
}
.thespruceeats.exclusiveTemplate
  :not(.mntl-sc-block-image)
  + .mntl-sc-block-image.exclusivefullbleed
  .figure-article-caption {
  max-width: 40rem;
  margin: 0 auto;
  padding-right: 1.25rem;
}
@media (min-width: 34em) {
  .thespruceeats.exclusiveTemplate
    :not(.mntl-sc-block-image)
    + .mntl-sc-block-image.exclusivefullbleed
    .figure-article-caption {
    padding-right: 2rem;
  }
}
@media (min-width: 64em) {
  .thespruceeats.exclusiveTemplate
    :not(.mntl-sc-block-image)
    + .mntl-sc-block-image.exclusivefullbleed
    .figure-article-caption {
    padding-right: 1rem;
  }
}
@media (min-width: 34em) {
  :not(.mntl-sc-block-image) + .mntl-sc-block-image.exclusiveleft,
  :not(.mntl-sc-block-image) + .mntl-sc-block-image.exclusiveright {
    max-width: 350px;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 64em) {
  :not(.mntl-sc-block-image) + .mntl-sc-block-image.exclusiveleft,
  :not(.mntl-sc-block-image) + .mntl-sc-block-image.exclusiveright {
    max-width: 445px;
    margin-bottom: 1rem;
  }
}
:not(.mntl-sc-block-image) + .mntl-sc-block-image.exclusiveleft {
  float: left;
}
@media (min-width: 34em) {
  :not(.mntl-sc-block-image) + .mntl-sc-block-image.exclusiveleft {
    margin-right: 2.5rem;
    margin-left: 0;
  }
}
@media (min-width: 64em) {
  :not(.mntl-sc-block-image) + .mntl-sc-block-image.exclusiveleft {
    margin-left: calc(-25% - 1rem);
  }
}
:not(.mntl-sc-block-image) + .mntl-sc-block-image.exclusiveright {
  float: right;
}
@media (min-width: 34em) {
  :not(.mntl-sc-block-image) + .mntl-sc-block-image.exclusiveright {
    margin-left: 2.5rem;
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  :not(.mntl-sc-block-image) + .mntl-sc-block-image.exclusiveright {
    margin-right: calc(-25% - 1rem);
  }
}
.ordered-list--sbs .mntl-sc-block-image {
  max-width: 100%;
  float: none;
  clear: both;
}
.ordered-list--sbs .mntl-sc-block-image .figure-media {
  max-height: none;
  display: block;
}
.ordered-list--sbs .mntl-sc-block-image img {
  display: block;
  max-height: none;
  max-width: 100%;
}
@media (min-width: 34em) {
  .ordered-list--sbs .mntl-sc-block-image.figure-square {
    max-width: 75%;
    margin: 1rem auto;
  }
}
.article--structured-corporate .mntl-sc-block-image {
  max-width: 100%;
  margin: 0;
}
.exclusiveTemplate .mntl-sc-block-image:not(.exclusivefullbleed) {
  opacity: 0;
  transform: translateY(4em);
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
  will-change: transform, opacity;
}
.exclusiveTemplate .mntl-sc-block-image:not(.exclusivefullbleed).is-visible {
  opacity: 1;
  transform: translateY(0);
}
.mntl-sc-block-group--LI :not(.mntl-sc-block-image) + .mntl-sc-block-image,
.mntl-sc-block-group--LI
  :not(.mntl-sc-block-image)
  + .mntl-sc-block-inlinevideo {
  margin: 0 0 1rem;
  flex-basis: 100%;
}
@media (min-width: 34em) {
  .mntl-sc-block-group--LI :not(.mntl-sc-block-image) + .mntl-sc-block-image,
  .mntl-sc-block-group--LI
    :not(.mntl-sc-block-image)
    + .mntl-sc-block-inlinevideo {
    margin-right: 3%;
    flex-basis: 90%;
    margin-left: 7%;
  }
}
.mntl-sc-block-group--LI
  :not(.mntl-sc-block-image)
  + .mntl-sc-block-image.figure-portrait,
.mntl-sc-block-group--LI
  :not(.mntl-sc-block-image)
  + .mntl-sc-block-inlinevideo.figure-portrait {
  margin: -0.2rem auto 2.2rem auto;
}
.mntl-sc-block-group--LI
  .structured-content
  :not(.mntl-sc-block-image)
  + .mntl-sc-block-image.figure-portrait
  .figure-media,
.mntl-sc-block-group--LI
  :not(.mntl-sc-block-image)
  + .mntl-sc-block-image.figure-portrait
  .figure__media,
.mntl-sc-block-group--LI
  :not(.mntl-sc-block-image)
  + .mntl-sc-block-inlinevideo.figure-portrait
  .figure__media,
.mntl-sc-block-group--LI
  :not(.mntl-sc-block-image)
  + .mntl-sc-block-inlinevideo.figure-portrait
  .structured-content
  .mntl-sc-block-image
  .figure-media,
.structured-content
  .mntl-sc-block-group--LI
  :not(.mntl-sc-block-image)
  + .mntl-sc-block-image.figure-portrait
  .figure-media,
.structured-content
  .mntl-sc-block-image
  .mntl-sc-block-group--LI
  :not(.mntl-sc-block-image)
  + .mntl-sc-block-inlinevideo.figure-portrait
  .figure-media {
  max-width: 68%;
}
.mntl-sc-block-group--LI
  .mntl-sc-block-image
  + .mntl-sc-block-image:not(:first-child),
.mntl-sc-block-group--LI
  .mntl-sc-block-image
  + .mntl-sc-block-inlinevideo:not(:first-child) {
  margin: 0 0.5rem 1rem 0;
}
@media (min-width: 34em) {
  .mntl-sc-block-group--LI
    .mntl-sc-block-image
    + .mntl-sc-block-image:not(:first-child),
  .mntl-sc-block-group--LI
    .mntl-sc-block-image
    + .mntl-sc-block-inlinevideo:not(:first-child) {
    margin-right: 1rem;
  }
}
.mntl-sc-block-startgroup .mntl-sc-block-image + .mntl-sc-block-image {
  flex-basis: auto;
}
.mntl-lightbox__img {
  max-height: calc(100vh - 8rem);
}
.mntl-lightbox__caption a {
  color: teal;
}
.structured-content .mntl-sc-block-image {
  line-height: 0;
}
.structured-content .mntl-sc-block-image .figure-article-caption {
  margin-top: 0.25rem;
  font-size: 0.9375rem;
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 1.33;
  color: #222;
}
.structured-content .mntl-sc-block-image .figure-article-caption-owner {
  font-size: 0.875rem;
  font-family: Roboto, Helvetica, sans-serif;
  color: #888;
}
.structured-content .mntl-sc-block-image .figure-article-caption-owner:before {
  content: "Image: ";
}
@media (min-width: 34em) {
  .structured-content
    .mntl-sc-block-image.figure-portrait:not(.exclusiveright):not(
      .exclusiveleft
    ) {
    max-width: 100%;
  }
}
.structured-content .mntl-sc-block-image.figure-portrait .figure-media,
.structured-content .mntl-sc-block-image.figure-portrait img {
  max-height: none;
}
.structured-content
  .mntl-sc-block-image.figure-portrait
  .figure-article-caption {
  text-align: left;
  margin-top: 0.25rem;
  margin-left: 0;
}
@media (min-width: 34em) {
  :not(.mntl-sc-block-image)
    + .mntl-sc-block-image:not(.exclusiveleft):not(.exclusiveright):not(
      .exclusivefullbleed
    ) {
    margin: 2rem 0;
    max-width: 100%;
  }
  .structured-sbs-content
    :not(.mntl-sc-block-image)
    + .mntl-sc-block-image:not(.exclusiveleft):not(.exclusiveright):not(
      .exclusivefullbleed
    ) {
    margin: 2rem 0 3rem;
  }
  :not(.mntl-sc-block-image)
    + .mntl-sc-block-image:not(.exclusiveleft):not(.exclusiveright):not(
      .exclusivefullbleed
    ).figure-portrait {
    margin: 2rem auto;
  }
}
.article--structured-corporate .mntl-sc-block-image,
.article--structured-corporate .mntl-sc-block-image.figure-portrait {
  margin: 0 auto;
}
.article--structured-list .mntl-sc-block-image {
  margin: 1rem 0;
  line-height: 0;
}
@media (min-width: 34em) {
  .article--structured-list .mntl-sc-block-image {
    margin: 2rem 0;
  }
}
.article--structured-list .mntl-sc-block-image.figure-portrait .figure-media {
  display: inline;
}
.structured-content .mntl-sc-block-group--LI .mntl-sc-block-image {
  padding-right: 0;
  grid-column: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
@media (min-width: 34em) {
  .structured-content .mntl-sc-block-group--LI .mntl-sc-block-image {
    grid-column: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
.mntl-sc-block-group--LI .mntl-sc-block-image + .mntl-sc-block-image,
.mntl-sc-block-group--LI
  .mntl-sc-block-image
  + .mntl-sc-block-image.figure-portrait {
  width: auto;
  height: auto;
  max-height: none;
  display: block;
}
.mntl-sc-block-group--LI
  .mntl-sc-block-image
  + .mntl-sc-block-image.figure-portrait:not(:first-child),
.mntl-sc-block-group--LI
  .mntl-sc-block-image
  + .mntl-sc-block-image:not(:first-child) {
  margin: 0 0 1rem;
}
@media (min-width: 34em) {
  .mntl-sc-block-group--LI
    .mntl-sc-block-image
    + .mntl-sc-block-image.figure-portrait:not(:first-child),
  .mntl-sc-block-group--LI
    .mntl-sc-block-image
    + .mntl-sc-block-image:not(:first-child) {
    margin-right: 1rem;
  }
}
.mntl-sc-block-group--LI
  .mntl-sc-block-image
  + .mntl-sc-block-image
  .img-placeholder,
.mntl-sc-block-group--LI
  .mntl-sc-block-image
  + .mntl-sc-block-image.figure-portrait
  .img-placeholder {
  height: 0;
}
@media (-ms-high-contrast: none) {
  .mntl-sc-block-group--LI .mntl-sc-block-image + .mntl-sc-block-image,
  .mntl-sc-block-group--LI
    .mntl-sc-block-image
    + .mntl-sc-block-image.figure-portrait,
  .mntl-sc-block-group--LI
    .mntl-sc-block-image
    + .mntl-sc-block-image.figure-portrait:not(:first-child),
  .mntl-sc-block-group--LI
    .mntl-sc-block-image
    + .mntl-sc-block-image:not(:first-child) {
    margin-left: 7%;
  }
}
.mntl-sc-block-group--LI
  :not(.mntl-sc-block-image)
  + .mntl-sc-block-image.figure-portrait {
  margin: 0 0 1rem;
}
@media (min-width: 34em) {
  .mntl-sc-block-group--LI
    :not(.mntl-sc-block-image)
    + .mntl-sc-block-image.figure-portrait {
    margin-right: 3%;
  }
}
.mntl-sc-block-group--LI
  .structured-content
  :not(.mntl-sc-block-image)
  + .mntl-sc-block-image.figure-portrait
  .figure-media,
.mntl-sc-block-group--LI
  :not(.mntl-sc-block-image)
  + .mntl-sc-block-image.figure-portrait
  .figure__media,
.structured-content
  .mntl-sc-block-group--LI
  :not(.mntl-sc-block-image)
  + .mntl-sc-block-image.figure-portrait
  .figure-media {
  max-width: none;
}
@media (-ms-high-contrast: none) {
  .mntl-sc-block-group--LI
    :not(.mntl-sc-block-image)
    + .mntl-sc-block-image.figure-portrait {
    margin-left: 7%;
  }
}
.structured-content .mntl-sc-block-image + .mntl-sc-block-image,
.structured-content
  .mntl-sc-block-image
  + .mntl-sc-block-image.figure-portrait {
  max-height: none;
  width: auto;
  height: auto;
}
.structured-content .mntl-sc-block-image + .mntl-sc-block-image .figure-media,
.structured-content
  .mntl-sc-block-image
  + .mntl-sc-block-image.figure-portrait
  .figure-media {
  position: relative;
}
.structured-content
  .mntl-sc-block-image
  + .mntl-sc-block-image
  .img-placeholder,
.structured-content
  .mntl-sc-block-image
  + .mntl-sc-block-image.figure-portrait
  .img-placeholder {
  height: 0;
}

.recipe-block {
  background: linear-gradient(to bottom, #ebf8f8 0, #fefefe 100%);
  padding: 42px 1.25rem 7px 1.25rem;
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 34em) {
  .recipe-block {
    margin-left: 0;
    margin-right: 0;
    padding: 42px 1.25rem 7px 1.25rem;
    width: 100%;
  }
}
.recipe-block:before {
  content: "Recipe";
  border: 1.25px dashed #3d9f9e;
  font-family: Roboto, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1428;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #222;
  position: absolute;
  top: -13px;
  padding: 10px 19px;
}
.recipe-block__header {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.06;
  color: #222;
  margin-top: 1rem;
}
@media (min-width: 50em) {
  .recipe-block__header {
    font-size: 2.25rem;
    line-height: 1.05;
  }
}
.recipe-block__buttons {
  position: absolute;
  right: 0.6rem;
  top: 2.6rem;
}
.recipe-block__meta {
  margin-bottom: 0.5rem;
}
@media (min-width: 64em) {
  .recipe-block__meta .meta-text {
    flex-direction: column;
    align-items: start;
  }
}
.article--structured-project .recipe-block__meta .meta-text {
  margin-bottom: 8px;
}
.recipe-block__meta .meta-text__data,
.recipe-block__meta .meta-text__label {
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 1.125rem;
  vertical-align: bottom;
}
.recipe-block__meta .meta-text__label {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1429;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #177;
  width: 6.875rem;
}
@media (min-width: 64em) {
  .recipe-block__meta .meta-text__label {
    margin-bottom: 4px;
    width: 100%;
  }
}
.recipe-block__meta .meta-text__data {
  font-size: 1.125rem;
  color: #222;
  margin-bottom: 2px;
}
.recipe-block__meta .recipe-serving .meta-text__label,
.recipe-block__meta .recipe-yield .meta-text__label {
  color: #222;
}
.recipe-block__note {
  margin-top: 12px;
  margin-bottom: 1rem;
}
@media (min-width: 64em) {
  .recipe-block__note {
    margin-top: 18px;
  }
}
.recipe-block__note-label {
  font-family: Roboto, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1428;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #222;
}
.recipe-block__note-text {
  font-family: Roboto, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.0125rem;
  color: #222;
}
.recipe-block__note-text:before {
  content: "Note: ";
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1429;
}
.recipe-block__note-text p > br {
  display: none;
}
.recipe-block__note-text p:first-child {
  display: inline;
}
.recipe-block__note-text p:first-child + * {
  margin-top: 1rem;
}
@media (min-width: 34em) {
  .structured-project-content .section--ingredients {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.structured-project-content .section--ingredients .section__header {
  background: linear-gradient(
    to bottom,
    #fefefe 0,
    rgba(241, 249, 248, 0) 100%
  );
  margin: 0 -1rem;
  padding-bottom: 0;
}
.structured-project-content
  .section--ingredients
  .section__header
  .section__title {
  padding-left: 1.25rem;
  padding-bottom: 0.725rem;
  border-bottom: none;
}
.structured-project-content
  .section--ingredients
  .section-content:nth-of-type(1) {
  border-top: 1px solid #d2ebe8;
  padding-top: 16px;
}
.recipe-block {
  background: linear-gradient(to bottom, #ebf8f8 0, #fefefe 100%);
  padding: 42px 1.25rem 7px 1.25rem;
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 34em) {
  .recipe-block {
    margin-left: 0;
    margin-right: 0;
    padding: 42px 1.25rem 7px 1.25rem;
    width: 100%;
  }
}
.recipe-block:before {
  content: "Recipe";
  border: 1.25px dashed #3d9f9e;
  font-family: Roboto, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1428;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #222;
  position: absolute;
  top: 9px;
  padding: 8px 12px;
}
.recipe-block__header {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.06;
  color: #222;
  margin-top: 1rem;
}
@media (min-width: 50em) {
  .recipe-block__header {
    font-size: 2.25rem;
    line-height: 1.05;
  }
}
.recipe-block__buttons {
  position: absolute;
  right: 0.6rem;
  top: 2.6rem;
}
.recipe-block__meta {
  margin-bottom: 0.5rem;
}
@media (min-width: 64em) {
  .recipe-block__meta .meta-text {
    flex-direction: column;
    align-items: start;
  }
}
.article--structured-project .recipe-block__meta .meta-text {
  margin-bottom: 8px;
}
.recipe-block__meta .meta-text__data,
.recipe-block__meta .meta-text__label {
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 1.125rem;
  vertical-align: bottom;
}
.recipe-block__meta .meta-text__label {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1429;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #177;
  width: 6.875rem;
}
@media (min-width: 64em) {
  .recipe-block__meta .meta-text__label {
    margin-bottom: 4px;
    width: 100%;
  }
}
.recipe-block__meta .meta-text__data {
  font-size: 1.125rem;
  color: #222;
  margin-bottom: 2px;
}
.recipe-block__meta .recipe-serving .meta-text__label,
.recipe-block__meta .recipe-yield .meta-text__label {
  color: #222;
}
.recipe-block__note {
  margin-top: 12px;
  margin-bottom: 1rem;
}
@media (min-width: 64em) {
  .recipe-block__note {
    margin-top: 18px;
  }
}
.recipe-block__note-label {
  font-family: Roboto, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1428;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #222;
}
.recipe-block__note-text {
  font-family: Roboto, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.0125rem;
  color: #222;
}
.recipe-block__note-text:before {
  content: "Note: ";
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1429;
}
.recipe-block__note-text p > br {
  display: none;
}
.recipe-block__note-text p:first-child {
  display: inline;
}
.recipe-block__note-text p:first-child + * {
  margin-top: 1rem;
}
@media (min-width: 34em) {
  .structured-project-content .section--ingredients {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.structured-project-content .section--ingredients .section__header {
  background: linear-gradient(
    to bottom,
    #fefefe 0,
    rgba(241, 249, 248, 0) 100%
  );
  margin: 0 -1rem;
  padding-bottom: 0;
}
.structured-project-content
  .section--ingredients
  .section__header
  .section__title {
  padding-left: 1.25rem;
  padding-bottom: 0.725rem;
  border-bottom: none;
}
.structured-project-content
  .section--ingredients
  .section-content:nth-of-type(1) {
  border-top: 1px solid #d2ebe8;
  padding-top: 16px;
}

.thespruceeats .mntl-relish-shop-btn.mntl-relish-shop-btn {
  height: 85px;
  padding: 5px;
  margin-bottom: 2rem;
}
.thespruceeats .relish-save,
.thespruceeats .thespruceeats-header__lower .global-nav .relish-save-header {
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.14;
  outline: 0;
  cursor: pointer;
  color: #385e83;
  font-weight: 400;
  font-size: 1rem;
}
.thespruceeats .relish-save:active,
.thespruceeats .relish-save:focus,
.thespruceeats .relish-save:hover,
.thespruceeats
  .thespruceeats-header__lower
  .global-nav
  .relish-save-header:active,
.thespruceeats
  .thespruceeats-header__lower
  .global-nav
  .relish-save-header:focus,
.thespruceeats
  .thespruceeats-header__lower
  .global-nav
  .relish-save-header:hover {
  outline: 0;
}
.thespruceeats .relish-save {
  height: 39px;
  display: flex;
  padding: 0.6rem;
  border: 1.5px solid #385e83;
  border-radius: 1px;
  background: #fff;
}
.thespruceeats .thespruceeats-header__lower .global-nav .relish-save-header {
  display: none;
  height: 80px;
  padding: 1.25rem 0.625rem;
  border: none;
  background: #f5f9fd;
}
@media (min-width: 34em) {
  .thespruceeats .thespruceeats-header__lower .global-nav .relish-save-header {
    padding: 1.25rem 2rem;
  }
}
.thespruceeats
  .thespruceeats-header__lower
  .global-nav
  .relish-save-header:active,
.thespruceeats
  .thespruceeats-header__lower
  .global-nav
  .relish-save-header:focus,
.thespruceeats
  .thespruceeats-header__lower
  .global-nav
  .relish-save-header:hover {
  background: #daebf3;
}
.thespruceeats
  .thespruceeats-header__lower
  .global-nav
  .relish-save-header
  .relish-save-header__content {
  border: 2px solid #385e83;
  background: #fff;
  width: 100%;
  height: 100%;
}
.thespruceeats .relish-save-header {
  z-index: 1;
}
.thespruceeats
  .relish-save-header:hover.upper-content__relish-save
  .icon-save-recipe {
  fill: #e4965f;
}
.thespruceeats .relish-save-header:hover.lower-content__relish-save {
  background: #daebf3;
}
.thespruceeats .relish-save-header.lower-content__relish-save {
  background: #f5f9fd;
}
.thespruceeats .relish-save-header.upper-content__relish-save .icon-save-recipe,
.thespruceeats
  .relish-save-header.upper-content__relish-save
  .icon-save-recipe--hover {
  width: 31px;
  height: 24px;
  fill: #fff;
}
.thespruceeats .relish-save-header .icon-save-recipe,
.thespruceeats .relish-save-header .icon-save-recipe--hover {
  width: 18px;
  height: 14px;
  fill: #fff;
}
.thespruceeats .relish-save-header .nav-relish {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.thespruceeats .relish-save-header .nav-relish--text {
  align-self: center;
}
.thespruceeats .relish-save-header .nav-relish .svg-hover-container {
  padding-right: 0.875rem;
  padding-top: 0.1rem;
}
@media (min-width: 34em) {
  .thespruceeats .relish-save-header .nav-relish .svg-hover-container {
    padding-right: 0;
  }
}
.thespruceeats .relish-save-header .nav-relish__text {
  white-space: nowrap;
  margin-right: 0.5rem;
  text-transform: uppercase;
  color: #385e83;
}
@media (min-width: 34em) {
  .thespruceeats .relish-save-header {
    border: none;
    font-size: 0.875rem;
    padding: 0.375rem 0.5rem;
  }
}
.thespruceeats .relish-save {
  width: 100%;
  margin-top: 1.5rem;
}
.thespruceeats .relish-save:hover {
  background-color: #f5f9fd;
  text-decoration: underline;
}
.thespruceeats .relish-save:active .relish-save__heart-icon {
  fill: #fff;
}
.thespruceeats .relish-save .relish-save__heart-icon {
  order: -1;
  margin-right: 0.875rem;
  width: 18px;
  height: 14px;
  fill: #fff;
}
@media (min-width: 34em) {
  .thespruceeats .relish-save {
    margin: 1.5rem auto 0;
    width: 352px;
  }
}
.mntl-relish-shop-btn.mntl-relish-shop-btn {
  height: 158px;
}
.mntl-relish-save-btn {
  width: 102px;
  height: 36px;
  padding: 6px 12px;
  background-color: #fff;
  color: #b5460f;
  font-size: 0.875rem;
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  outline: 0;
  border-radius: 3px;
  cursor: pointer;
}
.mntl-relish-save-btn:hover {
  color: #fff;
  background-color: #b5460f;
}
.recipe-block .mntl-relish-save-btn {
  display: block;
  position: relative;
  top: -2rem;
  float: right;
}
.relish-save-header {
  display: none;
  z-index: 1;
  order: initial;
}
.relish-save-header:hover {
  background: 0 0;
}
.header.search-expanded .relish-save-header {
  display: none;
}
@media (min-width: 34em) {
  .relish-save-header {
    display: flex;
    background: 0 0;
    border: none;
    outline: 0;
    font-size: 0;
  }
  .relish-save-header:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
  }
}
@media (min-width: 70em) {
  .relish-save-header {
    margin: 0;
    order: 1;
  }
}
.global-nav .relish-save-header {
  display: none;
}
@media (max-width: 34em) {
  .header.is-active .global-nav .relish-save-header {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0.5rem 0.625rem 0.8125rem;
    padding: 0.6rem 0;
    height: auto;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: Roboto, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.14;
    border: none;
    border-radius: 3px;
    outline: 0;
    background: #ffe7d9;
    color: #b5460f;
    cursor: pointer;
  }
  .header.is-active .global-nav .relish-save-header:active,
  .header.is-active .global-nav .relish-save-header:focus,
  .header.is-active .global-nav .relish-save-header:hover {
    border: none;
    outline: 0;
    background: #ffe7d9;
  }
}
.relish-save__heart-icon {
  fill: none;
}
.mntl-relish-save-btn .relish-save__heart-icon {
  width: 17px;
  height: 20px;
  fill: #ffc4a1;
  float: left;
}
.relish-save-header .relish-save__heart-icon {
  width: 24px;
  height: 28px;
  vertical-align: top;
  order: -1;
  margin-right: 0.44rem;
  stroke: #d86d38;
}
.relish-save-header .relish-save__heart-icon:hover {
  fill: #d86d38;
}

.mntl-relish-shop-btn {
  height: 130px;
  overflow: hidden;
}

@media (min-width: 34em) {
  .text-block--user-feedback {
    max-width: 40rem;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .text-block--user-feedback {
    max-width: 38rem;
  }
}
@media (min-width: 64em) {
  .text-block--user-feedback {
    padding-left: 28px;
  }
}
.article__content--video-footer .text-block {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.125rem;
}
.affiliate-block .text-block--link-wrapper {
  align-self: flex-start;
}
.no-search-results .text-block {
  margin-bottom: 1rem;
}

.project-meta {
  flex: 1 0 auto;
}
.article--structured-project .project-meta {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: repeating-linear-gradient(
    to right,
    #b35f4d 0,
    #b35f4d 33.33%,
    transparent 33.33%,
    transparent 100%
  );
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 5.25px 1.75px;
}
.project-meta__item {
  padding: 0.25rem 0;
  margin: 0;
  text-transform: uppercase;
}
.project-meta__term {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #424242;
}
.project-meta__icon {
  width: 16px;
  height: 14px;
}
.project-meta__cook-time,
.project-meta__custom-time,
.project-meta__prep-time,
.project-meta__recipe-serving,
.project-meta__recipe-yield,
.project-meta__total-time {
  padding-bottom: 0.125rem;
}
.project-meta {
  display: flex;
  flex-direction: column;
}
.article--structured-project .project-meta {
  padding: 0;
  margin: 22px 0 0 0;
  background: 0 0;
}
@media (min-width: 64em) {
  .article--structured-project .project-meta {
    margin: 24px 0 0 0;
  }
}
@media (min-width: 64em) {
  .project-meta__results-container,
  .project-meta__times-container {
    display: flex;
  }
}
@media (min-width: 64em) {
  .project-meta__times-container {
    display: flex;
    padding-bottom: 4px;
  }
}
.project-meta__times-container > div {
  flex: 0 0 18%;
}
@media (min-width: 64em) {
  .project-meta__times-container > div {
    margin-right: 1.6875rem;
  }
}
@media (min-width: 64em) {
  .project-meta__results-container > div:not(:first-child) {
    margin-left: 48px;
  }
}
@media (max-width: 64em) {
  .project-meta__results-container:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 100%;
    margin: 0 0 9px 0;
    border-bottom: 1px solid #d2ebe8;
    box-sizing: border-box;
  }
}

.meta-text {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1rem;
  color: #424242;
}
.meta-text--recipe {
  margin-top: -1rem;
  padding: 0.625rem;
  padding-right: 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 34em) {
  .meta-text--recipe {
    font-size: 1rem;
  }
}
.article--structured-project .meta-text {
  margin-bottom: 0.15rem;
  color: #222;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (min-width: 70em) {
  .article--structured-project .meta-text {
    font-size: 1.25rem;
  }
}
.embedded-faceted-search .meta-text {
  font-size: 0.875rem;
}
@media (min-width: 34em) {
  .embedded-faceted-search .meta-text {
    font-size: 1.125rem;
  }
}
.meta-text.featured-link-recipe__meta-text {
  margin: 0;
  padding-left: 0;
  color: #4a4a4a;
  font-size: 1.125rem;
}
.meta-text__label {
  font-weight: 500;
  margin-right: 0.25rem;
}
.meta-text__icon {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.25rem;
  fill: #424242;
}
@media screen and (min-width: 34em) {
  .meta-text__icon {
    width: 1rem;
    height: 1rem;
  }
}
.project-meta__total-time .meta-text__icon {
  fill: teal;
  margin-right: 0.5rem;
}
.featured-link-recipe__meta-text .meta-text__text:before {
  content: "Total:";
}
.meta-text__text {
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.14;
  color: #616161;
}
.meta-text__icon {
  width: 16px;
  height: 16px;
  color: teal;
  margin-right: 0.25rem;
}

@media (min-width: 64em) {
  .section--article-content-right .section__title {
    text-align: left;
    letter-spacing: -0.5px;
    padding: 0;
    background-image: repeating-linear-gradient(
      to right,
      #ddd 0,
      #ddd 33.33%,
      transparent 33.33%,
      transparent 100%
    );
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 5.25px 1.75px;
  }
}
.section--island .section__title,
.section--river .section__title {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #222;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 64em) {
  .section--island .section__title,
  .section--river .section__title {
    font-size: 1.875rem;
    line-height: 1.07;
  }
}
.no-search-results .section__title,
.section--island-white .section__title {
  color: #222;
}
.taxonomy-content-block .dynamic-list__item:first-of-type .section__title {
  display: none;
}
.section--static-informational .section__title {
  font-size: 2.75rem;
  letter-spacing: -0.5px;
}
.section__title--dashed {
  background-image: repeating-linear-gradient(
    to right,
    #ddd 0,
    #ddd 33.33%,
    transparent 33.33%,
    transparent 100%
  );
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 5.25px 1.75px;
  line-height: 1.6;
  font-size: 1.5rem;
}
.structured-project-content .section__title--dashed {
  padding-bottom: 0.2rem;
}
.section__title-icon {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  fill: teal;
  padding-top: 2px;
}
.no-touchevents .section__title:hover .section__title-icon {
  fill: #005d55;
}
@media (min-width: 64em) {
  .section--island .section__title-icon,
  .section--river .section__title-icon {
    padding-top: 0;
  }
}
.section__header {
  text-align: center;
  padding: 1rem 0 0.625rem;
}
.section__header:empty {
  display: none;
}
.subscription-island .section__header {
  padding: 0;
}
.spotlight-block .section__header {
  font-size: 0.75rem;
}
.section--static-informational .section__header {
  margin-bottom: 1rem;
  color: teal;
  font-size: 2.75rem;
}
.section--island .section__header {
  display: flex;
  justify-content: center;
}
.homepage-island:first-child .section--island .section__header {
  margin-top: 1rem;
}
.taxonomy-content-block .dynamic-list__item:first-of-type .section__header {
  padding: 0;
}
.structured-project-content .section__header {
  text-align: left;
  padding-top: 0;
  padding-bottom: 1rem;
  margin-top: 1.875rem;
  position: relative;
}
.subscription-island .section__header:empty {
  display: none;
}
.section__title--muted {
  color: #424242;
  font-size: 1.125rem;
}
.section__title--left-aligned {
  text-align: left;
}
.section--placeholder {
  width: 100%;
  height: 400px;
  background-color: #424242;
}
@media (min-width: 64em) {
  .section--bordered-lg {
    border: 2px solid #ddd;
    padding: 0 1rem;
  }
}
@media (min-width: 64em) {
  .section--padded-lg {
    padding: 0 1rem;
  }
}
.subscription-island .section__content {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: #f0f9f9;
  margin: 0.5rem;
}
@media (min-width: 34em) {
  .subscription-island .section__content {
    flex-direction: row;
  }
}
.child-index-island .section__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.child-index-island--columns .section__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section--river .section__content {
  padding-bottom: 0.7rem;
}
.section--river.is-gradient .section__content {
  background: linear-gradient(to bottom, #fff 3rem, #f0f9f9 3rem);
}
.no-search-results .section__content {
  color: #222;
}
@media (min-width: 34em) {
  .section--material-groups .section__content {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 64em) {
  .section--article-content-left {
    flex: 0 0 40%;
    background: #f0f9f9;
  }
}
@media (min-width: 64em) {
  .section--article-content-right {
    flex: 0 1 60%;
  }
}
.section--fixed-width {
  width: 100%;
}
@media (min-width: 64em) {
  .section--fixed-width {
    width: 500px;
  }
}
.section--material-groups {
  width: 100%;
}
.section--river {
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}
.taxonomy2Template .section--river {
  margin-top: 0;
}
.section--island {
  padding-bottom: 0.5rem;
}
.section--island-white {
  background: #fff;
}
.section--static-informational {
  text-align: center;
}
.section__error-title {
  font-size: 1.5rem;
}
.section__error-text {
  font-size: 1.0625rem;
  line-height: 1.6875;
}
.spotlight-nav-block + .subscription-island {
  margin-top: 2rem;
}
@media (max-width: 34em) {
  .billboard-sticky + .subscription-island {
    margin-top: -1rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 34em) {
  .section--instructions .subscription-island:last-child {
    margin-bottom: 1.5rem;
  }
}
.illo-description-block__image,
.newsletter__image,
.section--island__image {
  width: 100%;
}
.homepage-hero .illo-description-block__image,
.homepage-hero .newsletter__image,
.homepage-hero .section--island__image {
  padding-bottom: 1rem;
}
@media (min-width: 34em) and (max-width: 50em) {
  .homepage-hero .illo-description-block__image,
  .homepage-hero .newsletter__image,
  .homepage-hero .section--island__image {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .homepage-hero .illo-description-block__image,
  .homepage-hero .newsletter__image,
  .homepage-hero .section--island__image {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}
.section.no-search-results {
  padding-bottom: 2rem;
}
.section__header {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.625rem;
}
.child-index-island .section__header {
  display: none;
}
.section__author-articles .section__header {
  text-align: left;
  padding: 1rem 1.25rem 0;
}
@media (min-width: 34em) {
  .section__author-articles .section__header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 64em) {
  .section__author-articles .section__header {
    padding-top: 0.3rem;
  }
}
.section--island .section__header {
  padding: 1rem 0 0.375rem;
}
.showcase__river .section__header {
  padding-bottom: 0.375rem;
}
.section--river .section__header {
  margin-bottom: 1rem;
}
.section--static-informational .section__header {
  margin-bottom: 0;
}
@media (min-width: 34em) {
  .section--static-informational .section__header {
    margin-bottom: 1rem;
  }
}
.taxonomy-island-list .section__header {
  padding: 1rem 0.625rem 0.375rem;
}
@media (min-width: 34em) {
  .taxonomy-island-list .section__header {
    padding: 1rem 0 0.375rem;
  }
}
.section__title--bold-underline {
  padding-bottom: 0.75rem;
  font-size: 1.625rem;
  line-height: 1.23;
  color: #222;
  border-bottom: 1px solid #d2ebe8;
}
@media (min-width: 34em) {
  .section__title--bold-underline {
    font-size: 1.75rem;
    line-height: 1.29;
  }
}
.child-index-island {
  padding-bottom: 2.8rem;
  max-width: 100%;
}
@media (min-width: 34em) {
  .child-index-island {
    padding-left: 0;
  }
}
.taxonomy-header__heading-container .child-index-island {
  padding-bottom: 2.25rem;
}
.section--island .section__title,
.section--river .section__title,
.showcase__river .section__title {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.075rem;
  text-decoration: none;
  color: #222;
}
.section--island .section__title .link__wrapper,
.section--river .section__title .link__wrapper,
.showcase__river .section__title .link__wrapper {
  text-decoration: none;
  background-image: linear-gradient(to right, #ffd977 0, #ffd977 100%);
  background-position: 0 94%;
  background-repeat: repeat-x;
  background-size: 100% 3px;
  transition: background-image 0.25s ease;
}
.section--island .section__title .link__wrapper:hover,
.section--river .section__title .link__wrapper:hover,
.showcase__river .section__title .link__wrapper:hover {
  background-image: linear-gradient(to right, #ffd977 0, #ffd977 100%);
}
.no-touchevents .section--island .section__title:hover .link__wrapper,
.no-touchevents .section--river .section__title:hover .link__wrapper,
.no-touchevents .showcase__river .section__title:hover .link__wrapper {
  text-decoration: none;
  background-image: linear-gradient(to right, #b5460f 0, #b5460f 100%);
  background-position: 0 94%;
  background-repeat: repeat-x;
  background-size: 100% 3px;
  transition: background-image 0.25s ease;
}
.no-touchevents .section--island .section__title:hover .link__wrapper:hover,
.no-touchevents .section--river .section__title:hover .link__wrapper:hover,
.no-touchevents .showcase__river .section__title:hover .link__wrapper:hover {
  background-image: linear-gradient(to right, #b5460f 0, #b5460f 100%);
}
@media (min-width: 34em) {
  .section--island .section__title,
  .section--river .section__title,
  .showcase__river .section__title {
    font-size: 2.25rem;
  }
}
.section--river .section__title {
  display: inline;
  padding: 0 0 0.375rem 0;
  line-height: 1.1;
}
.section--island .section__title .link__wrapper,
.showcase__river .section__title .link__wrapper {
  letter-spacing: 0.075rem;
}
.section__author-articles .section__title {
  font-size: 1.75rem;
}
.section--static-informational .section__title {
  font-size: 2rem;
  line-height: 1;
  text-transform: capitalize;
  color: #222;
}
@media (min-width: 34em) {
  .section--static-informational .section__title {
    font-size: 3rem;
  }
}
.structured-project-content .section--instructions .section__title {
  padding-bottom: 0.45rem;
}
.structured-project-content .section--ingredients .section__title,
.structured-project-content .section--instructions .section__title,
.structured-project-content .section--materials .section__title {
  font-size: 1.75rem;
  line-height: 1.07;
}
@media (min-width: 50em) {
  .structured-project-content .section--ingredients .section__title,
  .structured-project-content .section--instructions .section__title,
  .structured-project-content .section--materials .section__title {
    font-size: 2rem;
    line-height: 1.06;
  }
}
.section__title-icon {
  width: 2rem;
  height: 1.125rem;
  margin-left: -0.1875rem;
  fill: #b5460f;
}
.section__title:hover .section__title-icon {
  fill: #b5460f;
}
@media (min-width: 64em) {
  .showcase__river .section__title-icon {
    padding-top: 0;
  }
}
.subscription-island .section__content {
  background: 0 0;
  padding-top: 0;
  margin-top: 0;
  align-items: center;
}
.spotlight-nav-block + .subscription-island .section__content {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 34em) {
  .spotlight-nav-block + .subscription-island .section__content {
    width: 57%;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
}
@media (min-width: 64em) {
  .spotlight-nav-block + .subscription-island .section__content {
    width: 47%;
  }
}
.section--static-informational .section__content {
  display: flex;
  flex-direction: column;
}
.section--static-informational {
  padding-top: 1rem;
  padding-bottom: 3.125rem;
}
.section__error-illustration {
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
  order: -1;
}
.section__home-button {
  position: relative;
}
.section--static-informational .section__home-button {
  font-size: 0.875rem;
  font-weight: 700;
}
.section__error-title {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 1.06;
  color: #222;
}
.section__error-text {
  font-size: 1.125rem;
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 1.75;
  color: #222;
}
.subscription-island {
  position: relative;
}
.spotlight-nav-block + .subscription-island {
  margin-top: 0;
}
.spotlight-nav-block + .subscription-island:after,
.spotlight-nav-block + .subscription-island:before {
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  background-image: repeating-linear-gradient(
    to right,
    #005d55 0,
    #005d55 33.33%,
    transparent 33.33%,
    transparent 100%
  );
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5.25px 1.75px;
}
.spotlight-nav-block + .subscription-island:after {
  content: "";
}
@media (min-width: 34em) {
  .spotlight-nav-block + .subscription-island:after,
  .spotlight-nav-block + .subscription-island:before {
    width: 21%;
    bottom: 40%;
    left: auto;
    background-image: repeating-linear-gradient(
      to right,
      #005d55 0,
      #005d55 33.33%,
      transparent 33.33%,
      transparent 100%
    );
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 5.25px 1.75px;
  }
}
@media (min-width: 34em) and (min-width: 64em) {
  .spotlight-nav-block + .subscription-island:after,
  .spotlight-nav-block + .subscription-island:before {
    width: 26%;
  }
}
@media (min-width: 34em) {
  .spotlight-nav-block + .subscription-island:before {
    content: "";
    left: 1rem;
    right: auto;
  }
}
.taxonomy-island-list + .river {
  background: linear-gradient(
    to bottom,
    #f0f9f9 0,
    #f0f9f9 calc(100% - 8rem),
    #fff 100%
  );
}
.spotlight-nav-block + .river,
.taxonomy-island-list {
  position: relative;
  background: 0 0;
}
.spotlight-nav-block + .river:after,
.taxonomy-island-list:after {
  content: "";
  position: absolute;
  top: -2rem;
  bottom: 2rem;
  z-index: -1;
  width: 100%;
  height: calc(100% + 4rem);
  background: linear-gradient(to bottom, #fff 0, #f0f9f9 8rem, #f0f9f9 100%);
}
.taxonomy-island-list:after {
  background: linear-gradient(to bottom, #fff 0, #f0f9f9 8rem, #f0f9f9 100%);
}
.spotlight-nav-block + .river:after {
  background: linear-gradient(
    to bottom,
    #fff 0,
    #f0f9f9 8rem,
    #f0f9f9 calc(100% - 8rem),
    #fff 100%
  );
}
.taxonomy2Template .section--river {
  margin-top: 0.5rem;
}

@charset "UTF-8";
.structured-ingredients__list {
  margin-bottom: 1.25rem;
  font-size: 1.0625rem;
}
.structured-ingredients__list-item {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.7rem;
  line-height: 1.3;
}
.structured-ingredients__list-item:before {
  position: absolute;
  left: 0.25rem;
  top: 0;
  content: "■";
  color: teal;
  font-size: 0.75rem;
}
.structured-ingredients__list-item > p {
  display: inline-block;
  margin-bottom: 0;
}
.structured-ingredients__list-item_ar {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.7rem;
  line-height: 1.3;
}
.structured-ingredients__list-item_ar:before {
  position: absolute;
  left: 0.25rem;
  top: 0;
  content: "■";
  color: teal;
  font-size: 0.75rem;
}
.structured-ingredients__list-item_ar > p {
  display: inline-block;
  margin-bottom: 0;
}
.structured-ingredients__list-heading {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.structured-ingredients__list-heading {
  font-weight: 700;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.56;
  letter-spacing: 0.2px;
  color: #222;
  margin-bottom: 0.75rem;
}
@media (min-width: 34em) {
  .structured-ingredients__list-heading {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.875rem;
  }
}
.structured-ingredients__list-heading:empty {
  display: none;
}
.structured-ingredients__list {
  font-size: 1.125rem;
  line-height: 1.56;
}
.structured-ingredients__list .structured-ingredients__list-item {
  margin: 0 0 0.6rem;
  line-height: 26px;
  position: relative;
  padding-left: 1rem;
}
.structured-ingredients__list .structured-ingredients__list-item:before {
  position: absolute;
  left: 0;
  top: 0.0625rem;
  content: "•";
  color: teal;
  font-size: 1.75rem;
}
@media (min-width: 34em) {
  .structured-ingredients__list .structured-ingredients__list-item {
    margin: 0 0 0.8rem;
    padding-left: 1.4rem;
  }
}
.structured-ingredients__list .structured-ingredients__list-item:before {
  margin-right: 0.25rem;
}

.structured-ingredients__list .structured-ingredients__list-item_ar {
  margin: 0 0 0.6rem;
  line-height: 26px;
  position: relative;
  padding-right: 1rem;
}
.structured-ingredients__list .structured-ingredients__list-item_ar:before {
  position: absolute;
  right: 0;
  top: 0.0625rem;
  content: "•";
  color: teal;
  font-size: 1.75rem;
}
@media (min-width: 34em) {
  .structured-ingredients__list .structured-ingredients__list-item_ar {
    margin: 0 0 0.8rem;
    padding-right: 1.4rem;
  }
}
.structured-ingredients__list .structured-ingredients__list-item_ar:before {
  margin-right: 0.25rem;
}


.mntl-relish-shop-btn {
  height: 130px;
  overflow: hidden;
}

.mntl-native {
  width: 100%;
  height: var(--native-ad-height);
}
.mntl-native__adunit {
  text-align: center;
}
.mntl-native__adunit[data-ad-width="1"][data-ad-height="3"] {
  display: none;
}
.mntl-native--labeled
  .mntl-native__adunit[data-ad-width][data-ad-height]:before {
  content: "Advertisement";
  font-size: 0.625rem;
  font-family: RobotoDraft, sans-serif;
  color: #707070;
}

.nutrition-info {
  position: relative;
  font-size: 1rem;
  margin: 1rem 0;
  padding: 0.4rem 1rem;
  width: 300px;
  border: 5px solid #f0f9f9;
}
.article--structured-project .nutrition-info {
  width: 100%;
  margin: 0.25rem 0;
}
.nutrition-info__heading {
  padding-bottom: 0.5rem;
  font-weight: 500;
  text-align: left;
}
.nutrition-info__heading-aside {
  font-weight: 400;
}
.nutrition-info__disclaimer {
  color: #424242;
  font-size: 0.875rem;
  margin: 0.5rem 0;
}
.nutrition-facts + .nutrition-info__disclaimer {
  margin-top: 2.25rem;
}
.nutrition-info__table {
  margin-bottom: 0;
  width: 100%;
}
.nutrition-info__table--body {
  display: flex;
  justify-content: space-between;
}
.nutrition-info__table--row {
  display: inline-block;
}
.nutrition-info__table--cell {
  display: block;
  color: teal;
}
.nutrition-info__table--cell:first-of-type {
  font-weight: 500;
  font-size: 1.2rem;
}
.nutrition-facts {
  position: absolute;
  color: teal;
  width: calc(100% - 4rem);
  padding: 0.5rem 0;
}
@media (min-width: 34em) {
  .nutrition-facts {
    width: auto;
    padding-right: 0.5rem;
  }
}
.nutrition-modal-label-container {
  cursor: pointer;
}
.nutrition-facts.modal-active .nutrition-modal-label--show {
  display: none;
}
.nutrition-modal-label--hide {
  display: none;
}
.nutrition-facts.modal-active .nutrition-modal-label--hide {
  display: inline;
}
.nutrition-modal-label--icon {
  width: 1rem;
  height: 1rem;
  transform: translateY(0.15rem);
  fill: teal;
}
.nutrition-modal-close-button {
  font-size: 1.875rem;
  position: absolute;
  right: 0.5rem;
  top: 0;
  cursor: pointer;
}
.nutrition-label-header {
  font-weight: 700;
}
.nutrition-info {
  padding: 0 1.25rem 1.25rem;
  border: 2px solid teal;
  border-radius: 5px;
  width: 100%;
  font-family: Roboto, Helvetica, sans-serif;
}
.article--structured-project .nutrition-info {
  margin-top: 2rem;
}
@media (min-width: 34em) {
  .article--structured-project .nutrition-info {
    margin-top: 2.5rem;
    width: 100%;
  }
}
@media (min-width: 70em) {
  .article--structured-project .nutrition-info {
    margin-top: 3rem;
    width: 100%;
  }
}
.nutrition-info__table {
  margin-top: -1rem;
  border-bottom: 1px solid #caeded;
  table-layout: fixed;
  width: 100%;
}
.nutrition-info__table thead {
  padding: 0 0.375rem;
  margin: 0 -0.375rem 0.25rem;
  display: inline-block;
  background: #fff;
}
.nutrition-info__table--body {
  font-family: Roboto, Helvetica, sans-serif;
  display: table;
  width: 100%;
}
.nutrition-info__table--row {
  display: inline-block;
  margin: 0.65rem 0;
  width: 42%;
}
@media (min-width: 34em) {
  .nutrition-info__table--row {
    width: 24%;
  }
}
.nutrition-info__table--row .nutrition-info__table--cell:first-child {
  font-size: 1.25rem;
  font-weight: 400;
  color: teal;
}
.nutrition-info__table--row .nutrition-info__table--cell:last-child {
  font-size: 0.875rem;
  font-weight: 700;
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nutrition-info__disclaimer {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: left;
  color: #666;
}
.nutrition-info__heading {
  padding: 0;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  color: teal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 34em) {
  .nutrition-info__heading {
    flex-direction: row;
  }
}
.nutrition-info__heading-aside {
  margin-top: 0.1875rem;
  align-self: flex-start;
  font-size: 0.75rem;
  color: #222;
  font-weight: 700;
}
@media (min-width: 34em) {
  .nutrition-info__heading-aside {
    margin-top: 0;
    margin-left: 0.4rem;
    align-self: center;
  }
}
.nutrition-facts {
  padding-top: 1rem;
  position: relative;
}
.nutrition-facts + .nutrition-info__disclaimer {
  margin: 0;
}
.no-touchevents
  .nutrition-modal-label-container:focus
  .nutrition-modal-label--show,
.no-touchevents
  .nutrition-modal-label-container:hover
  .nutrition-modal-label--show {
  color: #004d4d;
}
.nutrition-modal-label--show {
  text-decoration: underline;
}
.nutrition-modal-label--icon {
  transform: translateY(0.125rem);
}

.nutrition-label {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 0.625rem 0.625rem 0;
  position: absolute;
  top: 2.5rem;
  z-index: 2;
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 34em) {
  .nutrition-label {
    width: 18rem;
  }
}
.nutrition-facts:not(.modal-active) .nutrition-label {
  display: none;
}
.nutrition-label table {
  border-spacing: 0;
}
.nutrition-label td,
.nutrition-label th {
  font-family: helvetica;
  font-size: 1rem;
  padding: 0;
  text-align: left;
  border-left: none;
  border-right: none;
}
.nutrition-label td:nth-child(2),
.nutrition-label th:nth-child(2) {
  text-align: right;
  font-weight: 700;
}
.nutrition-label td.right,
.nutrition-label th.right {
  text-align: right;
}
.nutrition-label thead tr:first-child th {
  font-size: 1.5rem;
  padding-top: 0.5rem;
}
.nutrition-label thead tr:nth-child(2) th {
  font-weight: 400;
}
.nutrition-label thead tr:last-child th {
  padding: 0.3rem 0;
}
.nutrition-label thead th {
  border: none;
}
.nutrition-label tbody tr:nth-child(1) td,
.nutrition-label tbody tr:nth-child(1) th {
  border-top: 0.3125rem solid #ddd;
  font-weight: 700;
  padding: 0.25rem 0;
  border-bottom: 0;
}
.nutrition-label tbody tr:nth-child(2) td {
  font-weight: 700;
  padding-left: 0;
  padding-bottom: 0.25rem;
  border-bottom: none;
}
.nutrition-label tbody tr:nth-child(3) td {
  font-weight: 700;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.nutrition-label tbody tr:last-child td {
  border-bottom: none;
}
.nutrition-label tbody td {
  font-size: 1rem;
  line-height: 1.375rem;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: none;
  border-bottom: 1px dotted #ddd;
}
.nutrition-label tbody .single-padding {
  padding-left: 0.625rem;
  border-top: none;
}
.nutrition-label tbody .double-padding {
  padding-left: 1.25rem;
  border-top: none;
}
.nutrition-label tfoot {
  border-bottom: none;
}
.nutrition-label tfoot tr td {
  font-size: 1rem;
  line-height: 1.375rem;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: none;
  border-bottom: 1px dotted #ddd;
  color: #333;
}
.nutrition-label tfoot tr td em {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: block;
  color: #333;
}
.nutrition-label tfoot tr td:nth-child(2) {
  font-weight: 400;
}
.nutrition-label tfoot tr:first-child td {
  border-top: 5px solid #ddd;
  padding-top: 5px;
}
.nutrition-label tfoot tr:last-child td {
  border: none;
  padding-top: 0.5rem;
}
.nutrition-label {
  z-index: 4;
}

.mntl-article-sources__heading,
.mntl-article-sources__subheading {
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}
.mntl-article-sources__additional-reading,
.mntl-article-sources__citation-sources {
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.7em;
  color: #424242;
  margin: 0.625rem 0;
}
.mntl-article-sources__additional-reading li,
.mntl-article-sources__citation-sources li {
  margin-bottom: 10px;
}
.source-guidelines {
  font-size: 0.875rem;
  line-height: 1.6em;
  margin-bottom: 1rem;
  background: #f0f9f9;
  padding: 1rem;
  color: #424242;
}
.mntl-article-sources a {
  box-shadow: none;
  color: teal;
  text-decoration: underline;
}
.mntl-article-sources.is-expanded svg.caret-left-thin.show {
  display: none;
}
.mntl-article-sources.is-expanded svg.caret-left-thin.hide {
  display: inline-block;
}
.theme-cocktailstrength.mntl-sc-block .mntl-sc-block-callout-body p {
  z-index: unset;
}
.theme-cocktailstrength.mntl-sc-block
  .mntl-sc-block-callout-body
  p
  .mntl-inline-citation {
  z-index: 2;
}
.mntl-sources {
  margin-left: 15px;
  margin-bottom: 1.5rem;
}
.mntl-sources ul {
  list-style: disc;
}
.mntl-sources ul li::marker {
  color: teal;
}
.mntl-sources ol {
  list-style: decimal;
}
.caret-left-thin.hide,
.caret-left-thin.show {
  fill: teal;
  cursor: pointer;
}
svg.caret-left-thin.show {
  display: inline-block;
  transform: rotate(270deg);
}
svg.caret-left-thin.hide {
  display: none;
  transform: rotate(90deg);
}
.article-content-container .sources {
  margin: 30px auto;
}
@media (min-width: 64em) {
  .article-content-container .sources {
    max-width: 63.8rem;
  }
}
.sources.prm-article-sources {
  padding: 0;
}
.expandable-content {
  margin-top: 10px;
}
.mntl-dynamic-tooltip--trigger.mntl-inline-citation {
  color: #385e83;
  white-space: nowrap;
}
.mntl-dynamic-tooltip--trigger.mntl-inline-citation * {
  white-space: normal;
}
@media (max-width: 34em) {
  .mntl-dynamic-tooltip--trigger.mntl-inline-citation {
    position: static;
  }
  .mntl-dynamic-tooltip--trigger.mntl-inline-citation .mntl-dynamic-tooltip {
    transform: none;
    top: initial;
  }
  li .mntl-dynamic-tooltip--trigger.mntl-inline-citation .mntl-dynamic-tooltip {
    left: 2.5%;
  }
}
@media (max-width: 34em) {
  .structured-content [data-tooltip-position-x="center"] .mntl-dynamic-tooltip {
    left: 0;
    right: 0;
  }
}
.mntl-dynamic-tooltip--content {
  border: 1px solid #385e83;
  padding: 15px;
}
.mntl-dynamic-tooltip--content:before {
  border-top: 1px solid #385e83;
  border-left: 1px solid #385e83;
}
@media (max-width: 34em) {
  .mntl-dynamic-tooltip--content:before {
    display: none;
  }
}
.mntl-dynamic-tooltip--content p {
  margin: 0;
}
.mntl-dynamic-tooltip--content {
  color: #000;
}
.mntl-inline-citation .mntl-dynamic-tooltip--content a,
.mntl-inline-citation .mntl-dynamic-tooltip--content a:hover {
  color: teal;
  background-image: linear-gradient(to right, teal 0, teal 100%);
}
.mntl-dynamic-tooltip--trigger.mntl-inline-citation {
  color: teal;
}
.mntl-dynamic-tooltip--content {
  border: 1px solid #177;
}
.mntl-dynamic-tooltip--content:before {
  border-top: 1px solid #177;
  border-left: 1px solid #177;
}
@media (max-width: 34em) {
  [data-tooltip-position-x="left"] .mntl-dynamic-tooltip--content:before {
    display: initial;
  }
}

.mntl-right-rail .js-scads-inline-content {
  position: static;
  top: initial;
}
@media screen and (min-width: 50em) {
  .mntl-right-rail .mntl-sc-sticky-billboard {
    position: static;
  }
}
@media (min-width: 50em) {
  .mntl-right-rail {
    display: none;
  }
}

.mntl-sc-sticky-billboard {
  height: auto;
  position: static;
  width: auto;
}
@media screen and (min-width: 54em) {
  .mntl-sc-sticky-billboard {
    height: 600px;
    position: absolute;
    right: 0;
    width: 300px;
  }
}
@media screen and (min-width: 50em) {
  .mntl-right-rail .mntl-sc-sticky-billboard {
    height: 600px;
    right: 0;
    width: 300px;
  }
}
@media (min-width: 34em) and (max-width: 49.9375em) {
  .mntl-sc-sticky-billboard {
    height: auto !important;
  }
}
@media screen and (min-width: 50em) {
  .mntl-article.mntl-article--two-column-left-rail .mntl-sc-sticky-billboard {
    height: auto;
    margin: 0 auto;
    position: static;
  }
}
@media (min-width: 50em) {
  .mntl-squareFlex1-sticky.mntl-sc-sticky-billboard {
    height: 1050px;
  }
}

@media (min-width: 50em) {
  .article-content .mntl-external-component .billboard-sticky,
  :not(.mntl-article) .billboard-sticky {
    right: -20rem;
  }
}
.billboard-sticky {
  min-width: 300px;
  margin: 0 auto;
}
.article--structured .billboard-sticky,
.article--structured-project .billboard-sticky {
  padding: 0.5rem 0 1.5rem;
}
@media (min-width: 50em) {
  .article--structured .billboard-sticky,
  .article--structured-project .billboard-sticky {
    padding: 0;
  }
}
.article--structured-project .billboard-sticky {
  padding-top: 0;
}
@media (min-width: 34em) {
  .article--structured .billboard-sticky {
    margin: 1rem;
  }
  .article--structured .billboard-sticky.billboard4-sticky {
    clear: both;
    float: none;
  }
  .article--structured
    .billboard-sticky.billboard3-sticky
    + .billboard4-sticky {
    clear: none;
  }
  .mntl-sc-block-startgroup .billboard-sticky {
    float: none;
  }
}
@media (min-width: 50em) {
  .billboard-sticky {
    height: 600px;
    position: absolute;
    top: 0;
  }
  .article--structured .billboard-sticky {
    float: none;
    margin: 0 auto;
  }
  .article--structured-list:not(.article--structured-commerce-roundup)
    .billboard-sticky,
  .article--structured-sbs .billboard-sticky {
    right: 0.625rem;
  }
}
.breakpoint-view {
  display: none;
}
.breakpoint-view.billboard-sticky {
  position: absolute;
}
.breakpoint-view--active {
  display: block;
  height: 100%;
}
@media (min-width: 50em) {
  .billboard1-sticky,
  .billboard1-sticky-dynamic {
    height: 1050px;
  }
}
@media (min-width: 50em) {
  .billboard2-sticky,
  .billboard2-sticky-dynamic,
  .billboard3-sticky,
  .billboard3-sticky-dynamic,
  .billboard4-sticky,
  .billboard4-sticky-dynamic {
    height: 600px;
  }
}
@media (max-width: 50em) {
  .article--structured .billboard5-sticky,
  .article--structured .billboard6-sticky,
  .article--structured .billboard7-sticky {
    display: none;
  }
}
@media (min-width: 70em) {
  .article-content .mntl-external-component .billboard-sticky {
    right: -20rem;
  }
}
@media (min-width: 83em) {
  .article-content .mntl-external-component .billboard-sticky {
    right: -20rem;
  }
}

.mntl-billboard {
  margin: 0;
  padding: 0;
  min-width: 300px;
  min-height: calc(250px + (30px * 2));
}
.mntl-billboard[data-ad-height="0"] {
  display: none;
}
.mntl-billboard[data-ad-height="fluid"] {
  min-height: 0;
  padding: 0;
}

div[data-iab-container$="flex"] {
  position: relative;
  width: 100%;
  max-width: 1252px;
  font-size: 0;
}
div[data-iab-container$="flex"][data-iabc-aspect]::before {
  content: " ";
  display: block;
}
div[data-iab-container$="flex"][data-iabc-aspect="10x1"]::before {
  padding-top: 10%;
}
div[data-iab-container$="flex"][data-iabc-aspect="8x1"]::before {
  padding-top: 12.5%;
}
div[data-iab-container$="flex"][data-iabc-aspect="6x1"]::before {
  padding-top: 16.6666666667%;
}
div[data-iab-container$="flex"][data-iabc-aspect="4x1"]::before {
  padding-top: 25%;
}
div[data-iab-container$="flex"][data-iabc-aspect="3x1"]::before {
  padding-top: 33.3333333333%;
}
div[data-iab-container$="flex"][data-iabc-aspect="1x1"]::before {
  padding-top: 100%;
}
div[data-iab-container$="flex"][data-iabc-aspect="1x2"]::before {
  padding-top: 200%;
}
div[data-iab-container$="flex"][data-iabc-aspect="1x3"]::before {
  padding-top: 300%;
}
div[data-iab-container$="flex"] > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.leaderboard {
  display: none;
  min-height: 90px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 720px) {
  .leaderboard {
    display: block;
  }
}
.leaderboard .mntl-leaderboard-fixed-0 {
  max-height: 90px;
}
.leaderboard .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leaderboard .wrapper::after,
.leaderboard .wrapper::before {
  content: "Advertisement";
  height: 20px;
  margin: 0 -2.5em;
  transform: rotate(270deg);
  transform-origin: center center 0;
  visibility: hidden;
}
.leaderboard .wrapper[data-ad-width="1"] {
  min-height: auto;
}
.leaderboard .wrapper[data-ad-width="1"] .wrapper::after,
.leaderboard .wrapper[data-ad-width="1"] .wrapper::before {
  display: none;
}
.leaderboard[data-ad-width="1"] {
  min-height: auto;
}
.leaderboard[data-ad-width="1"] .wrapper::after,
.leaderboard[data-ad-width="1"] .wrapper::before {
  display: none;
}
.leaderboard[data-ad-height].has-left-label .wrapper::before,
.leaderboard[data-ad-height].has-right-label .wrapper::after {
  visibility: visible;
}
.leaderboard.mntl-leaderboard-header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 2;
}
.leaderboard.mntl-leaderboard-header,
.leaderboard.mntl-leaderboard-header.is-collapsed[data-ad-height="90"]:hover {
  transform: translate(0, 0);
  transition: max-height 0.1s linear, min-height 0.1s linear,
    transform 0.2s ease-out;
}
.leaderboard.mntl-leaderboard-header.is-collapsed {
  transform: translate(0, -200%);
  transition: max-height 0.1s linear, min-height 0.1s linear,
    transform 0.8s ease-in 0.8s;
}
.leaderboard.mntl-leaderboard-header + .mntl-leaderboard-spacer {
  min-height: 90px;
  transition: none;
}
.leaderboard.mntl-leaderboard-header[data-ad-height="250"]
  + .mntl-leaderboard-spacer {
  min-height: 250px;
}
.leaderboard.mntl-leaderboard-header.not-sticky {
  position: absolute;
}
.mntl-leaderboard-header__closing-elm {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  color: #fff;
  background-color: #000;
  right: 0;
  height: 20px;
  width: 20px;
}
.mntl-leaderboard-header__closing-elm.hidden {
  display: none;
}
.mntl-leaderboard-spacer {
  display: none;
}
@media (min-width: 720px) {
  .mntl-leaderboard-spacer {
    display: block;
  }
}
.haloShown .mntl-leaderboard-spacer {
  aspect-ratio: 4/1;
}

.article__post-footer {
  position: relative;
  z-index: 1;
  padding-top: 2px;
}
.thespruceeats .article-post-footer__recirc {
  border-bottom: 1px solid #385e83;
}
.article-post-footer__title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.article-post-footer {
  padding-top: 1.5rem;
  background: linear-gradient(
    to bottom,
    #fff 3.5rem,
    #f0f9f9 3.5rem,
    #f0f9f9 calc(100% - 4rem),
    rgba(240, 249, 249, 0) 100%
  );
}
.listScCommerceTemplate .article-post-footer {
  margin-top: 1.5rem;
}

.thespruceeats .card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.75rem;
  padding-top: 0.625rem;
  font-family: "Frank Ruhl Libre", Georgia, serif;
}
@media (min-width: 34em) and (max-width: 70em) {
  .thespruceeats .card-list {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 70em) {
  .thespruceeats .card-list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.875rem;
  }
}
.thespruceeats.homeTemplate .section__content .card-list {
  row-gap: 1rem;
}
@media (min-width: 34em) {
  .thespruceeats.homeTemplate .section__content .card-list {
    row-gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64em) {
  .thespruceeats.homeTemplate .section__content .card-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .thespruceeats.homeTemplate .section__content .card-list .card__tag {
    margin-top: 0.75rem;
  }
}
.thespruceeats.homeTemplate .section__content .card-list .card__tag:before {
  font-size: 0.875rem;
}
.thespruceeats .card-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  font-weight: 400;
  color: #333;
}
.thespruceeats .card-list__item:hover {
  top: -2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.thespruceeats .card-list__item .card {
  border: none;
  background: 0 0;
  box-shadow: none;
}
@media (min-width: 50em) {
  .thespruceeats .card-list__item .card:hover {
    top: 0;
  }
}
.thespruceeats .card-list__item .card__content {
  padding-left: 0;
}
.thespruceeats .card-list__item .card__tag {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0.5rem 0 0;
  top: 0;
}
.thespruceeats .card-list__item .card__tag:before {
  padding: 0;
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 2px;
  background-image: none;
  color: #385e83;
}
@media (min-width: 64em) {
  .thespruceeats .card-list__item .card__tag:before {
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
}
.section__content .thespruceeats .card-list__item .card__tag:before {
  padding-left: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.14;
  letter-spacing: 1px;
}
.thespruceeats .card-list__item .card__title {
  display: flex;
  margin: 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
}
.section__content .thespruceeats .card-list__item .card__title {
  font-size: 1.125rem;
  line-height: 1.22;
}
@media (min-width: 34em) {
  .section__content .thespruceeats .card-list__item .card__title {
    font-size: 1.5rem;
    line-height: 1.16;
  }
}
.thespruceeats .card-list__item .card__underline:hover {
  background: 0 0;
  text-decoration: underline;
}
.thespruceeats .card-list__item .card__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-end;
  padding-bottom: 0;
  width: 100%;
}
@media (min-width: 34em) {
  .thespruceeats .card-list__item .card__footer {
    flex-direction: row;
    align-items: center;
    padding-bottom: 0.5rem;
  }
}
.thespruceeats .card-list__item .card__footer .meta-text--recipe {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  line-height: inherit;
  font-weight: 400;
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section__content
  .thespruceeats
  .card-list__item
  .card__footer
  .meta-text--recipe {
  font-size: 0.875rem;
}
.thespruceeats .card-list__item .card__footer .meta-text__icon {
  margin-right: 0.5rem;
  width: 13px;
  height: 13px;
  fill: #333;
}
.thespruceeats .card-list__item .card__footer .aggregate-star-rating {
  display: flex;
  position: relative;
  align-items: center;
  right: 0;
  margin-top: 0;
  margin-bottom: 0.125rem;
  margin-left: 0;
  padding: 0.5rem 0 0;
}
@media (min-width: 34em) {
  .thespruceeats .card-list__item .card__footer .aggregate-star-rating:before {
    display: block;
    content: "";
    margin: 0 0.625rem;
    width: 0.0625rem;
    height: 1.375rem;
    background-color: #333;
  }
}
.thespruceeats
  .card-list__item
  .card__footer
  .aggregate-star-rating
  .star-icon {
  width: 16px;
  height: 16px;
}
@media (min-width: 34em) {
  .thespruceeats .card-list__item .card__footer .aggregate-star-rating {
    margin-bottom: 0;
    padding: 0;
  }
}
.thespruceeats .section__content .card-list__item:nth-child(1) {
  grid-column: 1 / span 2;
}
@media (min-width: 34em) and (max-width: 64em) {
  .thespruceeats .section__content .card-list__item:nth-child(1) {
    flex-flow: column wrap;
    justify-content: center;
  }
  .thespruceeats .section__content .card-list__item:nth-child(1) .card {
    flex-flow: row wrap;
    margin-bottom: 0;
    height: auto;
  }
  .thespruceeats .section__content .card-list__item:nth-child(1) .card__header {
    width: 48.7%;
  }
  .thespruceeats
    .section__content
    .card-list__item:nth-child(1)
    .card__wrapper {
    justify-content: center;
    padding: 1.25rem;
    width: 45%;
  }
  .thespruceeats
    .section__content
    .card-list__item:nth-child(1)
    .card__content {
    flex-grow: 0;
  }
  .thespruceeats .section__content .card-list__item:nth-child(1) .card__footer {
    margin-top: 0;
  }
}
@media (min-width: 64em) {
  .thespruceeats .section__content .card-list__item:nth-child(1) {
    grid-column: 1/2;
  }
}
.card-list__bottom {
  display: flex;
  -moz-column-span: all;
  column-span: all;
  justify-content: center;
}
@media (min-width: 34em) {
  .card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (min-width: 34em) {
  .search-layout__results .card-list,
  .section--river .card-list,
  .section__author-articles .card-list {
    justify-content: flex-start;
  }
}
.section__author-articles .card-list {
  padding-bottom: 1.875rem;
}
@media (min-width: 64em) {
  .section__author-articles .card-list {
    padding-bottom: 3rem;
  }
}
@media (min-width: 34em) {
  .showcase__river .card-list {
    justify-content: space-between;
    padding: 0 0.625rem;
  }
}
@media (min-width: 64em) {
  .showcase__river .card-list {
    padding: 0;
  }
}
@media (min-width: 34em) {
  .card-list.card-list--chopped {
    justify-content: flex-start;
  }
}
.card-list__item {
  display: inline-flex;
  padding: 0;
  margin: 0 0 1.875rem 0;
  width: 100%;
}
@media (min-width: 34em) {
  .card-list__item {
    width: calc(50% - 1.5rem);
    margin-right: 1.875rem;
  }
  .card-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .card-list__item {
    width: calc(25% - 1.5rem);
  }
  .card-list__item:nth-child(2n) {
    margin-right: 1.875rem;
  }
  .card-list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 34em) {
  .section--river .card-list__item {
    width: calc(50% - 0.95rem);
    margin-right: 1.875rem;
  }
  .section--river .card-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .section--river .card-list__item {
    width: calc(25% - 1.5rem);
  }
  .section--river .card-list__item:nth-child(2n) {
    margin-right: 1.875rem;
  }
  .section--river .card-list__item:nth-child(4n) {
    margin-right: 0;
  }
}
.section--island .card-list__item {
  padding: 0;
}
.homepage__island-list .section--island .card-list__item {
  padding: 0;
}
@media (min-width: 34em) {
  .section--island .card-list__item {
    width: calc(33.33% - 1.25rem);
    padding: 0;
    margin-right: 1.875rem;
  }
  .section--island .card-list__item:nth-child(2n) {
    margin-right: 1.875rem;
  }
  .section--island .card-list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 34em) {
  .spotlight__card-list .card-list__item {
    width: calc(50% - 0.75rem);
    margin-right: 1.5rem;
  }
  .spotlight__card-list .card-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 34em) {
  .spotlight__secondary-list .card-list__item {
    width: calc(33.33% - 0.67rem);
  }
  .spotlight__secondary-list .card-list__item:nth-child(2n) {
    margin-right: 1rem;
  }
  .spotlight__secondary-list .card-list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 34em) {
  .showcase__river .card-list__item {
    width: calc(50% - 1rem);
    margin-right: 0;
  }
}
.card-list__bottom {
  margin-top: 2rem;
  margin-bottom: 0.2rem;
}
@media (min-width: 34em) {
  .card-list__bottom {
    width: 100%;
  }
}

.card {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  color: #222;
  background: #fff;
  font-size: 1rem;
  border: 1px solid #eee;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.09);
  transition: all 0.25s ease;
}
@media (min-width: 50em) {
  .no-touchevents .card:hover {
    top: -2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.digital-issue-modules__module .card:hover {
  top: unset;
  -webkit-backface-visibility: unset;
  backface-visibility: unset;
}
.digital-issue-modules__module .card:hover:after {
  display: none;
}
.card--bare {
  padding-top: 1rem;
}
.masonry-list .card {
  margin-bottom: 0;
}
.masonry-list--spotlight .card,
.search-results-list .card {
  height: auto;
  width: 100%;
}
.masonry-list--spotlight .card,
.section--island .card {
  flex: 1 1 auto;
  align-self: stretch;
  max-width: 100%;
}
.homepage-hero .card {
  position: relative;
}
@media (min-width: 50em) {
  .homepage-hero .masonry-list__item:nth-last-of-type(3):first-of-type .card {
    background: 0 0;
    box-shadow: none;
    border: none;
  }
}
@media (min-width: 70em) {
  .homepage-hero .masonry-list__item:nth-last-of-type(3):first-of-type .card {
    width: 100%;
  }
}
@media (min-width: 34em) and (max-width: 50em) {
  .homepage-hero .masonry-list__item:nth-last-of-type(3):first-of-type .card {
    background: #fff;
    border: 1px solid #ddd;
  }
}
.homepage-hero__spotlight--video .card {
  margin-bottom: 0;
}
.card .img-placeholder {
  width: 100%;
}
.card__image.card__image[data-src]:not(.lazyloaded),
.card__img[data-src]:not(.lazyloaded) {
  padding-top: 66.6666666667%;
  height: 0;
  overflow: hidden;
}
.card--small {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  box-shadow: none;
  border: none;
  padding: 0.5rem 1rem;
}
.card__header {
  flex: 0 0 auto;
  position: relative;
}
@media (min-width: 34em) {
  .homepage-hero
    .masonry-list__item:nth-last-of-type(3):first-of-type
    .card__header {
    height: 100%;
  }
}
.card--video .card__header:after {
  content: "";
  width: 30%;
  height: 100%;
  min-width: 54px;
  max-width: 100px;
  background-image: none;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.is-window-loaded .card--video .card__header:after {
  background-image: url(/static/5.213.0/icons/media/play.svg);
}
.card--video .card__header:hover:after {
  background-image: url(/static/5.213.0/icons/media/play-hover.svg);
}
@media (min-width: 50em) {
  .homepage-hero
    .masonry-list__item:nth-last-of-type(3):first-of-type
    .card--video
    .card__header:after {
    width: 70px;
    height: 70px;
    top: 35%;
  }
}
@media (min-width: 64em) {
  .homepage-hero
    .masonry-list__item:nth-last-of-type(3):first-of-type
    .card--video
    .card__header:after {
    top: 40%;
  }
}
.card__content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  width: 100%;
  padding: 0 0.6rem;
  position: relative;
}
.homepage-hero .card__content,
.spotlight-block .card__content {
  position: static;
}
.card--small .card__content {
  padding-left: 0.9rem;
}
.text-card .card__content {
  padding: 2rem 1rem 1.5rem;
}
@media (min-width: 34em) {
  .text-card .card__content {
    padding: 2rem 1.5rem 1.375rem;
  }
}
.card__content .card__byline:after {
  content: attr(data-byline);
  text-transform: uppercase;
}
@media (min-width: 34em) {
  .card--horizontal-med-alternating .card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
  }
}
@media (min-width: 34em) {
  .card-list__item:nth-of-type(even)
    .card--horizontal-med-alternating
    .card__content {
    order: -1;
  }
}
.card__title {
  display: block;
  margin: 1.75rem 0;
  font-size: 1rem;
  line-height: 1.25;
  max-width: 100%;
  transition: background-image 0.15s ease;
}
@media (min-width: 34em) {
  .card__title {
    font-size: 1.0625rem;
  }
}
@media (min-width: 64em) {
  .card__title {
    font-size: 1.125rem;
  }
}
.masonry-list--spotlight .card__title {
  font-size: 1.25rem;
  line-height: 1.3;
}
.card--video .card__title .icon {
  display: none;
}
@media (min-width: 50em) {
  .homepage-hero
    .masonry-list__item:nth-last-of-type(3):first-of-type
    .card__title {
    position: absolute;
    background: #fff;
    width: 70%;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: 0 auto;
    padding: 0.625rem;
    font-size: 1.25rem;
  }
}
.card--small .card__title {
  margin: 0.4rem 0;
  font-weight: 500;
  font-size: 1.0625rem;
  transition: none;
}
.text-card .card__title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.15;
}
@media (min-width: 34em) {
  .text-card .card__title {
    margin-bottom: 0.75rem;
    font-size: 2rem;
    line-height: 1.19;
  }
}
.card__underline {
  text-decoration: none;
  background-image: linear-gradient(to right, transparent 0, transparent 100%);
  background-position: 0 97%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  transition: background-image 0.25s ease;
}
.card__underline:hover {
  background-image: linear-gradient(to right, #005d55 0, #005d55 100%);
}
.card--small .card__underline {
  background: 0 0;
}
.card--small:hover .card__underline {
  background: 0 0;
}
.card__tag {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  font-size: 0;
  position: absolute;
  top: -0.9rem;
  left: 0;
  right: 0;
}
.homepage-hero .card__tag {
  position: absolute;
  top: -0.95rem;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
}
.card--small .card__tag {
  display: none;
}
.card__tag:before {
  background-image: linear-gradient(45deg, transparent 1em, #b35f4d 1em),
    linear-gradient(135deg, transparent 1em, #b35f4d 1em),
    linear-gradient(225deg, transparent 1em, #b35f4d 1em),
    linear-gradient(315deg, transparent 1em, #b35f4d 1em);
  background-position: -0.2727272727em 101%, -0.2727272727em 0,
    calc(100% + 0.2727272727em) 0, calc(100% + 0.2727272727em) 100%;
  background-size: calc(50% + 0.2727272727em + 1.5px) calc(50% + 0.5px);
  background-repeat: no-repeat;
  padding: 0 0.87494em;
  line-height: 1.1;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 1.74988em);
  content: attr(data-tax-tag);
  font-size: 0.75rem;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  letter-spacing: 1px;
  padding: 0.47rem 0.875rem;
  text-transform: uppercase;
  max-width: calc(100% - 1.75rem);
}
.text-card .card__text {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.33;
}
.card__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.card--small .card__wrapper {
  align-self: flex-start;
  width: 100%;
}
.faceted-search .card__wrapper {
  padding-left: 2px;
}
.card__media {
  display: flex;
  position: relative;
}
@media (min-width: 34em) {
  .homepage-hero .card__media {
    height: 100%;
  }
}
.card--small .card__media {
  width: 100px;
  height: 67px;
}
@media (min-width: 34em) {
  .card--horizontal-med-alternating .card__media {
    flex: 1 0 50%;
  }
}
.image__link {
  display: flex;
}
.card__image {
  width: 100%;
  align-self: center;
}
@media (min-width: 34em) {
  .homepage-hero .card__image {
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.masonry-list__item .card__image[data-src]:not(.lazyloaded) {
  min-height: 174px;
  background-color: #f4f3f5;
}
@media (min-width: 50em) {
  .masonry-list__item .card__image[data-src]:not(.lazyloaded) {
    min-height: 200px;
  }
}
.masonry-list--homepage-river .card__image {
  height: auto;
}
.card__link {
  display: flex;
  width: 100%;
  margin-bottom: auto;
  text-decoration: none;
  color: #222;
}
.card__link--content {
  height: 100%;
}
.card__footer {
  display: flex;
  flex: 0 0;
  align-items: center;
  align-self: flex-end;
  width: 100%;
  margin-top: auto;
  padding-bottom: 0.5rem;
}
.homepage-hero__spotlight-item:first-of-type .card__footer {
  display: none;
}
.card__sponsored {
  padding: 0.4rem;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  background: #b35f4d;
  color: #222;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 0.75rem;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 34em) {
  .card--horizontal-med-alternating {
    display: flex;
  }
}
.card__read-more {
  display: flex;
}
.card-list__item:nth-of-type(even)
  .card--horizontal-med-alternating
  .card__read-more {
  align-self: flex-start;
}
.no-touchevents
  .digital-issue-modules__column--charcoal
  .card:focus
  .card__read-more,
.no-touchevents
  .digital-issue-modules__column--charcoal
  .card:hover
  .card__read-more {
  color: #666;
}
.card__read-more .arrow-circle-right--column {
  width: 30px;
  height: 30px;
  margin-left: 1rem;
  fill: none;
  stroke: #333;
}
.card {
  text-align: left;
  box-shadow: none;
  border: none;
  transition: box-shadow ease 0.15s;
  margin-bottom: 0;
}
.card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 #fec445;
}
.card:hover:not(.showcase-hero__content):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin: -5px;
  border: 5px solid transparent;
}
@media (min-width: 50em) {
  .no-touchevents .card:hover {
    top: auto;
  }
}
.card-list .card {
  flex: 1 0 100%;
  width: 100%;
}
.card-list--spotlight .card {
  background: 0 0;
  border: none;
  box-shadow: none;
  max-width: 100%;
}
.showcase-hero .card {
  transform: none;
  box-shadow: none;
}
.showcase-hero .card:hover .showcase-hero__link {
  text-decoration: none;
  background-image: linear-gradient(to right, #222 0, #222 100%);
  background-position: 0 97%;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  transition: background-image 0.25s ease;
}
.showcase-hero .card:hover .showcase-hero__link:hover {
  background-image: linear-gradient(to right, #222 0, #222 100%);
}
@media (min-width: 64em) {
  .showcase-hero .card {
    position: absolute;
    bottom: 30px;
    opacity: 0.88;
  }
}
@media (min-width: 64em) and (-ms-high-contrast: none) {
  .showcase-hero .card {
    transform: translateX(-50%);
  }
}
.img-placeholder {
  width: 100%;
}
.spotlight-nav-block .card__image {
  padding: 0.75rem;
  border: solid 1px #ccc;
  background: #fff;
}
@media (min-width: 64em) {
  .spotlight-nav-block .card__image {
    padding: 1rem;
  }
}
.card__wrapper {
  padding-right: 0.75rem;
}
.showcase-hero .card__wrapper {
  padding-right: 0;
}
.card__content {
  padding-bottom: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.spotlight-nav-block .card__content {
  padding-top: 0.5rem;
  padding-left: 0;
  padding-right: 0;
}
.showcase-hero .card__content {
  text-align: center;
  padding: 0 2rem 2.25rem;
}
@media (min-width: 34em) {
  .showcase-hero .card__content {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
}
.card__title {
  margin: 0;
  text-align: left;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.1;
  color: #222;
}
.spotlight__hero-card .card__title {
  font-size: 2rem;
}
@media (min-width: 64em) {
  .spotlight__hero-card .card__title {
    font-size: 2.25rem;
  }
}
.spotlight__subsection .card__title {
  font-size: 2rem;
}
@media (min-width: 34em) {
  .spotlight__subsection .card__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 64em) {
  .spotlight__subsection .card__title {
    font-size: 1.75rem;
  }
}
.spotlight__secondary-list .card__title {
  font-size: 2rem;
}
@media (min-width: 34em) {
  .spotlight__secondary-list .card__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) {
  .spotlight__secondary-list .card__title {
    font-size: 1.875rem;
  }
}
.section--island .card__title {
  font-size: 1.75rem;
}
@media (min-width: 34em) {
  .section--island .card__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 64em) {
  .section--island .card__title {
    font-size: 1.75rem;
  }
}
.showcase-hero .card__title {
  text-align: center;
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
}
@media (min-width: 34em) {
  .showcase-hero .card__title {
    font-size: 2.75rem;
  }
}
.card__underline {
  text-decoration: none;
  background-image: linear-gradient(to right, transparent 0, transparent 100%);
  background-position: 0 85%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  transition: background-image 0.25s ease;
}
.card__underline:hover {
  background-image: linear-gradient(to right, #005d55 0, #005d55 100%);
}
.card__tag {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  margin: 0.25rem 0 0;
}
.card__tag:after,
.card__tag:before {
  display: inline-block;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 30px;
  font-weight: 700;
}
.card__tag:before {
  content: attr(data-tax-tag);
  color: #b5460f;
  background-image: none;
  text-transform: uppercase;
  padding: 0;
}
.card__tag:after {
  content: "";
}
.spotlight-nav-block .card__tag {
  margin-top: 0;
}
.spotlight-nav-block .card__tag:after {
  content: "";
}
.showcase-hero .card__tag {
  top: 0.125rem;
  margin-bottom: 1.25rem;
  z-index: 1;
}
@media (min-width: 34em) {
  .showcase-hero .card__tag {
    top: 0.4375rem;
  }
}
.showcase-hero .card__tag:before {
  font-size: 0.875rem;
  line-height: 1.14;
  margin: 0 auto;
  z-index: 1;
  background: #fff;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.showcase-hero .card__text {
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.412;
  margin-bottom: 1.5rem;
  color: #222;
}
@media (min-width: 64em) {
  .showcase-hero .card__text {
    font-size: 1.125rem;
    line-height: 1.56;
  }
}
.card__footer {
  padding-left: 0.5625rem;
}
.card__sponsored {
  padding: 0.6rem;
  top: 0;
  left: 0;
  background: #ffc4a1;
  color: #222;
  font-family: Roboto, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.image {
  width: 100%;
}
.section--island .image {
  max-height: 28rem;
  overflow: hidden;
}
.card .image__link {
  flex: 1;
}
.card--video .image__link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: none;
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
}
.is-window-loaded .card--video .image__link {
  background-image: url(/static/5.213.0/icons/media/play.svg);
}
.image-responsive {
  max-width: 100%;
}
.figure__image[src="//:0"]::after,img[src="//:0"]::after
{
  background-color: #f4f3f5;
}
.img-placeholder.img-placeholder .figure__image[src="//:0"]::after,.img-placeholder.img-placeholder img[src="//:0"]::after
{
  background-color: transparent;
}
.img-placeholder.img-placeholder {
  background-color: #f4f3f5;
}
.mntl-taxonomysc-image-wrapper .img-placeholder.img-placeholder {
  height: 0;
}

.header {
  padding: 0;
  margin-bottom: 1rem;
  z-index: 5;
  position: fixed;
  height: 3.75rem;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #385e83;
  transition: all 0.15s ease;
  transition-property: min-height transform top;
  transform: translate3d(0, 0, 0);
}
.header.has-featured-search:not(.header--scrolled):not(.is-active) {
  background-image: none;
}
@media (max-width: 64em) {
  .header.header--hidden-anchor.anchor-nav-stuck {
    transform: translate3d(0, -5rem, 0);
  }
}
.header.is-active {
  transform: none;
  z-index: 12;
  transition: min-height 0.15s ease;
}
.thespruceeats .header .logo {
  margin-right: auto;
}
@media (min-width: 70em) {
  .thespruceeats .header {
    padding-top: 0.74rem;
  }
}
@media (min-width: 70em) {
  .thespruceeats.journey-page .header {
    z-index: 6;
  }
}
@media (min-width: 70em) {
  .header {
    height: auto;
  }
}
.header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.thespruceeats .header__inner {
  width: 100%;
  margin: 0;
}
@media (min-width: 34em) {
  .thespruceeats .header__inner {
    padding: 0 1.875rem;
  }
}
@media (max-width: 70em) {
  .thespruceeats .header.search-expanded .header__inner {
    padding: 0;
  }
}
.thespruceeats-header__upper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}
.thespruceeats-header__upper .relish-save-header {
  align-items: center;
  border: none;
  background: 0 0;
  order: 3;
}
.thespruceeats-header__upper .relish-save-header:hover {
  background: 0 0;
}
@media (min-width: 70em) {
  .thespruceeats-header__upper .relish-save-header {
    display: none;
  }
}
.thespruceeats-header__upper .relish-save-header .nav-relish__text {
  display: none;
}
.js-menu-target.is-active .thespruceeats-header__upper .relish-save-header {
  display: flex;
}
@media (max-width: 70em) {
  .header.search-expanded .thespruceeats-header__upper .relish-save-header {
    display: none;
    height: 100%;
  }
}
.thespruceeats-header__upper .header__search {
  order: 4;
}
@media (max-width: 70em) {
  .header.search-expanded .thespruceeats-header__upper {
    height: 100%;
  }
}
@media (max-width: 50em) {
  .thespruceeats-header__upper {
    margin-top: 3px;
  }
}
@media (max-width: 70em) {
  .thespruceeats-header__upper {
    height: 100%;
  }
}
.header__lower {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.thespruceeats-header__lower .header__article-social-share,
.thespruceeats-header__lower .social-nav {
  display: none;
}
@media (min-width: 70em) {
  .thespruceeats-header__lower .header__article-social-share,
  .thespruceeats-header__lower .social-nav {
    display: flex;
  }
}
.js-menu-target.is-active
  .thespruceeats-header__lower
  .header__article-social-share,
.js-menu-target.is-active .thespruceeats-header__lower .social-nav {
  display: none;
}
.thespruceeats-header__lower .relish-save-header {
  display: none;
}
@media (min-width: 70em) {
  .thespruceeats-header__lower .relish-save-header {
    display: flex;
  }
}
.js-menu-target.is-active .thespruceeats-header__lower .relish-save-header {
  display: none;
}
.thespruceeats-header__lower .header__nav-container .relish-save-header {
  display: none;
}
.js-menu-target.is-active .thespruceeats-header__lower {
  padding-bottom: 0;
}
.js-menu-target.is-active
  .thespruceeats-header__lower
  .header__nav-container
  .relish-save-header {
  display: flex;
}
.js-menu-target.is-active .thespruceeats-header__lower .global-nav__social-nav {
  display: flex;
}
@media (min-width: 70em) {
  .js-menu-target:not(.is-active)
    .thespruceeats-header__lower
    .header__nav-container {
    position: static;
    display: flex;
    top: 0;
    align-items: center;
    background: 0 0;
    border-bottom: none;
    max-height: none;
    width: 100%;
    height: 100%;
    background-image: none;
    background-size: 0;
    margin: 0;
    flex-basis: auto;
    overflow: unset;
  }
}
@media (min-width: 64em) {
  .thespruceeats-header__lower {
    margin-top: -0.625rem;
  }
}
.header__menu-btn {
  margin-right: auto;
  outline: 0;
}
@media (min-width: 70em) {
  .js-menu-target:not(.is-active)
    .thespruceeats-header__upper
    .header__menu-btn {
    display: none;
  }
}
.is-active .header__menu-btn {
  display: none;
}
@media (max-width: 70em) {
  .thespruceeats .header.search-expanded .header__menu-btn {
    display: none;
  }
}
.header__close-btn {
  display: none;
  transform: scale(1.4);
  outline: 0;
  margin-right: auto;
}
.is-active .header__close-btn {
  display: block;
}
.header__search-btn {
  outline: 0;
}
@media (min-width: 50em) {
  .header__search-btn {
    margin-left: 0;
  }
}
@media (min-width: 50em) {
  .header--scrolled.header--open-searchbar-no-title .header__search-btn {
    display: none;
  }
}
@media (min-width: 50em) {
  .button:hover .btn__icon.btn__close,
  .button:hover .btn__icon.btn__hamburger,
  .button:hover .btn__icon.btn__search {
    fill: #e4965f;
  }
}
.search-form--recipe-nav .button:hover .btn__icon.btn__close,
.search-form--recipe-nav .button:hover .btn__icon.btn__hamburger,
.search-form--recipe-nav .button:hover .btn__icon.btn__search {
  fill: #fff;
}
.button:active .btn__icon.btn__close,
.button:active .btn__icon.btn__hamburger,
.button:active .btn__icon.btn__search {
  fill: #6495a3;
}
.search-form--recipes .btn__icon.btn__close,
.search-form--recipes .btn__icon.btn__hamburger,
.search-form--recipes .btn__icon.btn__search {
  fill: #385e83;
}
.header__article-social-share {
  display: none;
  flex: 0 0 auto;
  align-items: center;
  margin-left: auto;
  padding-right: 0.5rem;
}
@media (min-width: 50em) {
  .header__article-social-share {
    display: flex;
  }
  .header--scrolled .header__article-social-share {
    margin-left: 0;
  }
}
.header__nav-container {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}
.thespruceeats .is-active .header__nav-container {
  top: 3.75rem;
  max-height: 100vh;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 34em) {
  .thespruceeats .is-active .header__nav-container {
    width: 50%;
  }
}
@media (min-width: 50em) {
  .thespruceeats .is-active .header__nav-container {
    top: 2rem;
    margin-top: 1.75rem;
    box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.15);
  }
}
.header__title {
  display: none;
  flex: 1 0;
  padding: 0.3rem 1rem;
  font-size: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 50em) {
  .header--scrolled .header__title {
    display: block;
    -webkit-animation-name: showHeaderTitle;
    animation-name: showHeaderTitle;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
  }
}
@media (min-width: 50em) {
  .header--scrolled.header--open-searchbar-no-title .header__title {
    display: none;
  }
}
.digital-issue-transparent-header .js-digital-issue-header {
  background: 0 0;
}
@-webkit-keyframes showHeaderTitle {
  0% {
    visibility: hidden;
    margin-left: 2rem;
  }
  100% {
    visibility: visible;
    margin-left: 0;
  }
}
@keyframes showHeaderTitle {
  0% {
    visibility: hidden;
    margin-left: 2rem;
  }
  100% {
    visibility: visible;
    margin-left: 0;
  }
}
.header {
  background: #fff;
  border-bottom: solid 1px #ffd977;
}
.header,
.header.header--condensed {
  height: 3.75rem;
}
.header.header--condensed.is-active,
.header.is-active {
  height: 5.125rem;
}
@media (min-width: 34em) {
  .header,
  .header.header--condensed {
    height: 5.125rem;
  }
  .header.header--condensed.is-active,
  .header.is-active {
    z-index: 3;
  }
}
@media (min-width: 70em) {
  .header,
  .header.header--condensed {
    height: auto;
  }
}
@media (min-width: 50em) {
  .homeTemplate .header--home:not(.header--condensed) {
    top: 0;
  }
}
@media (min-width: 64em) {
  .homeTemplate .header--home {
    transition: none;
  }
}
@media (min-width: 34em) {
  .header,
  .header.header--condensed {
    padding: 0.5rem 0;
  }
}
@media (min-width: 70em) {
  .header,
  .header.header--condensed {
    padding: 0;
    height: 78px;
  }
}
.header__inner {
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-evenly;
  position: relative;
  margin: 0;
  width: 100%;
}
.header--condensed.search-expanded .header__inner {
  justify-content: flex-start;
}
@media (min-width: 34em) {
  .header__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 70em) {
  .header__inner {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.adonisrecipes-header__lower {
  width: auto;
}
@media (min-width: 70em) {
  .adonisrecipes-header__lower {
    width: 100%;
  }
}
.adonisrecipes-header__upper {
  display: flex;
  margin-right: auto;
}
.header__close-btn.btn,
.header__menu-btn.btn {
  background: 0 0;
}
.is-active .header__menu-btn {
  display: inline-block;
  visibility: hidden;
}
@media (min-width: 34em) {
  .header__menu-btn {
    margin-right: auto;
  }
}
@media (min-width: 70em) {
  .header__menu-btn {
    display: none;
  }
}
.header__close-btn {
  z-index: 1;
  transform: none;
}
.is-active .header__close-btn {
  transform: translateY(1rem);
  order: -1;
}
@media (min-width: 34em) {
  .is-active .header__close-btn {
    transform: none;
  }
}
.header .btn__icon.btn__hamburger {
  fill: #fff;
}
.button:hover .btn__icon.btn__hamburger {
  fill: #fff;
}
.is-active .btn__icon.btn__hamburger {
  display: none;
}
.header .btn__icon.btn__close {
  width: 1.25rem;
  height: 1.25rem;
  fill: #000;
}
.button:hover .btn__icon.btn__close {
  fill: #000;
}
@media (min-width: 50em) {
  .button:hover .btn__icon.btn__close,
  .button:hover .btn__icon.btn__hamburger {
    fill: #ce7c2e;
  }
}
.button:active .btn__icon.btn__close,
.button:active .btn__icon.btn__hamburger {
  fill: #ce7c2e;
}
.header__search {
  height: 38px;
  order: 2;
}
@media (min-width: 34em) {
  .header__search {
    margin-left: 1rem;
    order: 2;
  }
}
@media (min-width: 70em) {
  .header__search {
    margin: 0;
    order: 2;
  }
}
.header__nav-container {
  top: 3.75rem;
  bottom: initial;
  width: 100%;
  background-color: #fff;
  overflow: visible;
  max-height: none;
  left: -100%;
}
.is-active .header__nav-container {
  top: 4.5rem;
  padding-top: calc(38px + 1rem);
  left: 0;
  transition: left 0.2s ease;
  z-index: 3;
}
@media (min-width: 34em) {
  .header__nav-container {
    width: 300px;
  }
  .is-active .header__nav-container {
    padding-top: 0;
  }
}
@media (min-width: 70em) {
  .js-menu-target:not(.is-active) .header__nav-container {
    position: static;
    background: 0 0;
    width: auto;
    margin-right: auto;
  }
}

.global-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.js-menu-target.is-active .global-nav {
  padding: 0;
}
@media (min-width: 64em) {
  .thespruceeats .js-menu-target.is-active .global-nav {
    margin-left: 0;
  }
}
@media (min-width: 64em) {
  .thespruceeats .global-nav {
    margin-left: 0.625rem;
  }
}
.global-nav__list {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  text-transform: uppercase;
}
.js-menu-target.is-active .global-nav__list {
  flex-direction: column;
}
.thespruceeats .global-nav__list {
  max-width: 60rem;
}
@media (min-width: 70em) {
  .thespruceeats .global-nav__list {
    padding-right: 0.5rem;
  }
}
.global-nav__sub-list {
  display: none;
  border-top: none;
  border-right: 1px solid #385e83;
  border-bottom: 1px solid #385e83;
  border-left: 1px solid #385e83;
  background-color: #fff;
  position: absolute;
  width: auto;
  font-size: 0.875rem;
  padding-left: 0;
}
@media (min-width: 70em) {
  .thespruceeats
    .global-nav
    .global-nav__list
    .global-nav__list-item:hover
    .global-nav__sub-list {
    display: block;
    position: absolute;
    top: 62px;
    left: -1.25rem;
    padding: 0 1.125rem 0.25rem;
    text-transform: uppercase;
  }
}
.js-menu-target.is-active .global-nav__sub-list {
  position: static;
  border: none;
}
.global-nav__list-item.is-active .global-nav__sub-list {
  display: block;
}
.global-nav__list-item {
  position: relative;
  width: auto;
  background: 0 0;
  margin: 0;
  padding: 0;
}
@media (min-width: 34em) {
  .global-nav__list-item {
    justify-content: space-between;
  }
}
@media (min-width: 50em) {
  .global-nav__list-item {
    justify-content: flex-start;
  }
}
.global-nav__list-item-arrow {
  display: none;
}
.js-menu-target.is-active .thespruceeats-header__lower .global-nav__list-item {
  width: 100%;
  margin: 0;
  padding: 0 1rem;
}
@media (min-width: 34em) {
  .js-menu-target.is-active
    .thespruceeats-header__lower
    .global-nav__list-item {
    padding: 0 2rem;
  }
}
.js-menu-target.is-active
  .thespruceeats-header__lower
  .global-nav__list-item-arrow {
  display: block;
  width: 10px;
  height: 10px;
  fill: #385e83;
}
.js-menu-target.is-active
  .thespruceeats-header__lower
  .global-nav__list-item
  .global-nav__sub-list {
  padding: 0;
  background: 0 0;
}
.thespruceeats .global-nav__list-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding: 0;
  text-decoration: none;
  color: #222;
  letter-spacing: 1.5px;
  font-size: 1.125rem;
}
@media (min-width: 70em) {
  .thespruceeats .global-nav__list-item-link {
    padding: 1.75rem 0 1.25rem;
    font-size: 0.75rem;
  }
}
.js-menu-target.is-active
  .thespruceeats-header__lower
  .global-nav__list-item-link {
  padding: 1.125rem 0;
  justify-content: space-between;
  font-size: 1.125rem;
}
.global-nav__list-item.is-disabled .global-nav__list-item-link {
  pointer-events: none;
}
.global-nav__sub-list-item {
  padding: 0 0 0.75rem 0;
  white-space: nowrap;
}
.thespruceeats-header__lower
  .js-menu-target.is-active
  .global-nav__sub-list-item {
  padding-bottom: 1rem;
}
@media (min-width: 70em) {
  .global-nav__sub-list-item {
    padding-bottom: 1rem;
  }
  .global-nav__sub-list-item:first-of-type {
    padding-top: 0.625rem;
  }
}
.global-nav__sub-list-item-link {
  text-decoration: none;
  color: #222;
  letter-spacing: 1px;
}
.no-touchevents .global-nav__sub-list-item-link:focus,
.no-touchevents .global-nav__sub-list-item-link:hover {
  border-bottom: solid 1px #333;
}
.js-menu-target.is-active .global-nav__sub-list-item-link {
  color: #385e83;
}
.js-menu-target.is-active .global-nav__sub-list-item-link:focus,
.js-menu-target.is-active .global-nav__sub-list-item-link:hover {
  border-bottom-color: #385e83;
}
.global-nav__list-item-icon {
  display: none;
  position: absolute;
  right: 1.5rem;
  top: 1.25rem;
  width: 0.8rem;
  height: 0.8rem;
  fill: #385e83;
}
.js-menu-target.is-active .global-nav__list-item-icon {
  display: block;
}
.global-nav__list-item.is-active .global-nav__list-item-icon {
  transform: rotate(180deg);
}
.global-nav__sub-list {
  display: none;
  border-top: none;
  border-right: 1px solid #385e83;
  border-bottom: 1px solid #385e83;
  border-left: 1px solid #385e83;
  background-color: #fff;
  position: absolute;
  width: auto;
  font-size: 0.875rem;
  padding-left: 0;
}
.js-menu-target.is-active .global-nav__sub-list {
  position: static;
  border: none;
}
.global-nav__list-item.is-active .global-nav__sub-list {
  display: block;
}
.thespruceeats-header__lower .global-nav__footer {
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-top: 2.5rem;
  padding-bottom: 1rem;
  padding-top: 1.75rem;
  background-image: repeating-linear-gradient(
    to right,
    #ddd 0,
    #ddd 33.33%,
    transparent 33.33%,
    transparent 100%
  );
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5.25px 1.75px;
}
@media (min-width: 34em) {
  .thespruceeats-header__lower .global-nav__footer {
    padding-top: 1.5rem;
    margin-top: 3.25rem;
  }
}
@media (min-width: 64em) {
  .thespruceeats-header__lower .global-nav__footer {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.js-menu-target.is-active .thespruceeats-header__lower .global-nav__footer {
  display: flex;
  align-items: flex-start;
  padding: 0 1rem;
  margin-top: 1.25rem;
  background: 0 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media (min-width: 34em) {
  .js-menu-target.is-active .thespruceeats-header__lower .global-nav__footer {
    padding: 0 2rem;
  }
}
.global-nav__footer-links {
  display: flex;
  flex-direction: column;
}
.global-nav__footer-link {
  margin-bottom: 0.8rem;
  text-align: center;
  text-decoration: none;
  color: #888;
}
.global-nav__footer-link:last-child {
  margin-bottom: 0;
}
.global-nav__footer-link:focus,
.global-nav__footer-link:hover {
  color: teal;
}
@media (min-width: 64em) {
  .global-nav__footer-link {
    text-align: left;
  }
}
.js-menu-target.is-active .global-nav__footer-link {
  text-align: left;
}
.js-menu-target.is-active .global-nav__social-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.js-menu-target.is-active .global-nav__social-nav .social-nav__title {
  display: block;
  font-size: 0.875rem;
  margin-right: 0.25rem;
}
.js-menu-target.is-active .global-nav__social-nav .social-nav__icon {
  fill: #fff;
  height: 40px;
  width: 40px;
}
.js-menu-target.is-active .thespruceeats-header__lower .nav-about-us {
  display: none;
}
.global-nav {
  width: 100%;
}
.is-active .global-nav {
  max-height: calc(100vh - 11.875rem);
  overflow-y: auto;
}
@media (min-width: 34em) {
  .global-nav {
    width: 300px;
    border: solid 1px #ffd977;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.08);
  }
}
@media (min-width: 70em) {
  .global-nav {
    width: inherit;
    border: none;
    box-shadow: none;
  }
}
.global-nav__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  flex-wrap: nowrap;
}
@media (min-width: 70em) {
  .global-nav__list {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.global-nav__list-item {
  position: relative;
  border-bottom: 1px solid #ffeab4;
  cursor: pointer;
}
.global-nav__list-item:first-child {
  border-top: 1px solid #ffeab4;
}
@media (min-width: 34em) {
  .global-nav__list-item:first-child {
    border-top: none;
  }
}
.js-menu-target.is-active .global-nav__list-item {
  padding: 0;
}
@media (min-width: 70em) {
  .global-nav__list-item {
    border-bottom: none;
    white-space: nowrap;
  }
}
.global-nav__list-item-link {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}
.js-menu-target.is-active .global-nav__list-item-link {
  padding: 0.75rem 0.9rem;
  font-size: 0.875rem;
  line-height: 1;
}
.global-nav__list-item-link span {
  color: #222;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 70em) {
  .global-nav__list-item-link span {
    font-size: 0.875rem;
    line-height: 1.14;
  }
}
.global-nav__list-item.is-active .global-nav__list-item-link {
  color: teal;
}
.global-nav__list-item.is-disabled:not(:last-child)
  .global-nav__list-item-link {
  pointer-events: none;
}
.nav-about-us .global-nav__list-item-link {
  width: 100%;
}
@media (min-width: 70em) {
  .global-nav__list-item-link {
    padding: 1.75rem 0.9rem 1.75rem 0.2rem;
  }
  .global-nav__list-item:hover .global-nav__list-item-link span {
    border-bottom: 3px solid #ffd977;
  }
}
.global-nav__list-item-icon {
  display: inline;
  fill: #b5460f;
  transform: rotate(90deg);
  top: 0.8rem;
}
.global-nav__list-item.is-active .global-nav__list-item-icon {
  transform: rotate(270deg);
}
@media (min-width: 70em) {
  .global-nav__list-item-icon {
    position: relative;
    top: 0.1rem;
    right: 0.75rem;
  }
}
.global-nav__sub-list {
  display: none;
  background-color: #fff;
}
.global-nav__list-item.is-active .global-nav__sub-list {
  display: block;
}
@media (min-width: 70em) {
  .global-nav
    .global-nav__list
    .global-nav__list-item:hover
    .global-nav__sub-list {
    display: block;
    position: absolute;
    padding: 0;
    left: 0.9rem;
    top: 64px;
    width: 14rem;
    border: 1px solid #ffd977;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.08);
    white-space: normal;
  }
  .journey-page .global-nav__sub-list {
    z-index: 3;
  }
}
.global-nav__sub-list-item {
  padding: 0.6rem 0.75rem 0.6rem 2rem;
  text-decoration: none;
  color: #222;
  display: block;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: capitalize;
  white-space: normal;
}
.global-nav__sub-list-item:hover {
  background-color: #ffd977;
}
@media (min-width: 70em) {
  .global-nav__sub-list-item {
    padding-left: 0.75rem;
  }
}
.js-menu-target.is-active .global-nav__sub-list-item {
  padding-bottom: 0.6rem;
}
.global-nav__see-all {
  padding-bottom: 1.25rem;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
}
@media (min-width: 70em) {
  .global-nav__see-all {
    padding-bottom: 0.6rem;
  }
}
.js-menu-target.is-active .global-nav__see-all {
  padding-bottom: 1.25rem;
}
.global-nav__footer {
  position: relative;
  padding: 3rem 2.5rem 1rem;
}
@media (min-width: 70em) {
  .global-nav__footer {
    display: none;
  }
}
.global-nav__footer-links {
  display: flex;
  flex-wrap: wrap;
}
.global-nav__footer-links .mntl-text-link {
  flex: 0 50%;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.04em;
  padding-bottom: 0.5rem;
}

.logo {
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
.thespruceeats .header .logo {
  align-items: flex-start;
}
@media (min-width: 34em) and (max-width: 50em) {
  .thespruceeats .header .logo {
    padding-left: 3.39rem;
  }
}
@media (max-width: 70em) {
  .thespruceeats .header.search-expanded .logo {
    display: none;
  }
}
@media (min-width: 50em) {
  .thespruceeats.structuredCorporateTemplate .header.header--scrolled .logo {
    padding-left: 0;
  }
}
@media (min-width: 34em) {
  .logo {
    transform: none;
  }
}
.header--home .logo {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 50em) {
  .header--open-prescroll .logo {
    margin-left: auto;
  }
}
.footer .logo {
  display: none;
  transform: scale(0.8);
  transform-origin: left;
  margin-bottom: 1.5rem;
  margin-right: -36.8px;
}
@media (min-width: 50em) {
  .footer .logo {
    display: flex;
    margin-bottom: 0;
    margin-right: 0.5rem;
    transform: none;
    align-self: center;
  }
}
@media (min-width: 64em) {
  .footer .logo {
    margin-bottom: 1rem;
  }
}
.logo__icon {
  height: 4rem;
  width: 3rem;
  margin-right: 0.45rem;
  flex-shrink: 0;
}
.thespruce .logo__icon {
  margin-right: 0.56rem;
  width: 31px;
  height: 100%;
}
@media (max-width: 34em) {
  .logo__icon {
    width: 3.5rem;
  }
  .thesprucecrafts .logo__icon {
    width: 2.5rem;
  }
  .thesprucepets .logo__icon {
    width: 2.9rem;
  }
  .thespruceeats .logo__icon {
    width: 2.7rem;
  }
}
.logo__icon.logo__icon--buy {
  fill: #a7ba82;
}
.logo__text {
  height: 4rem;
  flex-shrink: 0;
}
.header .logo__text {
  height: 3rem;
}
@media (min-width: 50em) {
  .header .logo__text {
    height: 3.5rem;
  }
}
.logo__text--eats {
  width: 11.9rem;
}
@media (max-width: 34em) {
  .logo__text--eats {
    width: 10.5rem;
  }
}
@media (max-width: 34em) {
  .logo__text--eats {
    width: 9.8rem;
  }
}
.logo__text--home {
  height: 3.625rem;
  width: 83px;
}
.logo__text--pets {
  width: 113px;
}
.logo__text--crafts {
  width: 133px;
}
.header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0s;
  padding: 0;
  margin: 0 auto;
  transition: transform 0s;
}
@media (min-width: 34em) {
  .header .logo {
    top: 0;
    transform: translateX(-50%);
  }
}
@media (min-width: 70em) {
  .header .logo {
    position: static;
    margin: 0;
    padding: 0.5rem 0 0.6rem;
    transform: none;
  }
}
.header.is-active .logo {
  top: 4px;
  transform: translate(-50%, 0.5rem);
}
@media (min-width: 34em) {
  .header.is-active .logo {
    top: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 34em) {
  .header.search-expanded .logo {
    visibility: hidden;
  }
}
.footer .logo {
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 0;
  transform: scale(1);
}
@media (min-width: 50em) {
  .footer .logo {
    align-self: flex-start;
  }
}
.logo__text {
  width: 153px;
  height: 44px;
}
@media (min-width: 34em) {
  .logo__text {
    width: 180px;
    height: 60px;
  }
}
@media (min-width: 70em) {
  .logo__text {
    margin-right: 16px;
  }
}
.header--home:not(.header--condensed) .logo:not(.family-nav__logo) .logo__text {
  transform: none;
}
.footer .logo__text {
  height: 62px;
  width: 220px;
}
@media (max-width: 34em) {
  .footer .logo__text {
    width: 170px;
    height: 48px;
  }
}

.general-search {
  display: flex;
  z-index: 1;
}
.thespruceeats .general-search {
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 34em) {
  .thespruceeats .header .general-search.is-expanded {
    padding: 0 0.625rem;
  }
}
@media (min-width: 34em) and (max-width: 70em) {
  .thespruceeats .header .general-search.is-expanded {
    right: 0;
    margin: 0;
    padding: 0 1.875rem;
    border: none;
  }
}
@media (max-width: 70em) {
  .thespruceeats .header .general-search.is-expanded {
    width: 100%;
    background-color: #f5f9fd;
  }
}
@media (min-width: 70em) {
  .thespruceeats .general-search.header__search {
    align-self: center;
    border: 1px solid #385e83;
  }
  .thespruceeats .general-search.header__search:focus-within {
    border-color: #e4965f;
  }
  .thespruceeats
    .general-search.header__search:focus-within
    .general-search__icon {
    fill: #e4965f;
  }
}
.general-search__button {
  background: 0 0;
  border: none;
  outline: 0;
  font-size: 0;
  padding: 0 0.5rem;
}
@media (max-width: 70em) {
  .thespruceeats .is-expanded .general-search__button {
    background-color: #f5f9fd;
  }
}
.general-search__button--close {
  display: none;
  padding: 0 0.25rem;
}
.thespruceeats .general-search__button--close {
  padding: 0.5rem;
}
@media (max-width: 70em) {
  .thespruceeats .is-expanded .general-search__button--close {
    display: inline-block;
    background-color: #f5f9fd;
  }
}
.general-search__input {
  border: none;
  outline: 0;
}
.thespruceeats .general-search__input {
  margin: 0;
  padding: 0.6rem;
  font-size: 0.875rem;
  color: #333;
}
.thespruceeats .general-search__input::-moz-placeholder {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.22;
  color: #385e83;
}
.thespruceeats .general-search__input:-ms-input-placeholder {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.22;
  color: #385e83;
}
.thespruceeats .general-search__input::placeholder {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.22;
  color: #385e83;
}
@media (min-width: 70em) {
  .thespruceeats .general-search__input {
    width: 17rem;
  }
}
.header .general-search__input {
  display: none;
}
@media (max-width: 70em) {
  .thespruceeats .header .general-search__input {
    display: none;
  }
}
@media (min-width: 70em) {
  .thespruceeats .header .general-search__input {
    display: inline-block;
  }
}
.header .is-expanded .general-search__input {
  display: inline-block;
}
@media (max-width: 70em) {
  .thespruceeats .header .is-expanded .general-search__input {
    background-color: #f5f9fd;
  }
}
.general-search__icon {
  width: 1.125rem;
  height: 1.75rem;
  transition: width 0s, height 0s, stroke 0.15s ease;
}
.general-search__button:hover .general-search__icon {
  fill: #e4965f;
}
.general-search__button--close .general-search__icon {
  width: 1.125rem;
  height: 1.125rem;
}
@media (min-width: 70em) {
  .general-search__icon {
    height: 1.125rem;
  }
}
.header.is-active .general-search {
  width: 100%;
  border: solid 1px #d5f1f1;
  transform: translateY(38px);
  z-index: 4;
}
@media (min-width: 34em) {
  .header.is-active .general-search {
    width: auto;
    border: none;
    transform: none;
  }
}
.general-search .header.is-search-expanded {
  border: solid 1px #d5f1f1;
}
@media (min-width: 34em) {
  .header .general-search.is-expanded {
    width: 100%;
    max-width: 256px;
    border: solid 1px #d5f1f1;
  }
}
@media (min-width: 70em) {
  .header .general-search.is-expanded {
    position: absolute;
    right: 1.5rem;
  }
}
@media (min-width: 34em) {
  .general-search__button {
    order: initial;
  }
  .general-search__button:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
  }
}
.general-search__button--close {
  stroke: inherit;
  fill: #000;
}
@media (min-width: 34em) {
  .is-expanded .general-search__button--close {
    display: inline-block;
  }
}
.general-search__input {
  margin: 0;
  padding: 0.6rem;
  font-size: 1.125rem;
  font-family: Roboto, Helvetica, sans-serif;
}
@media (min-width: 34em) {
  .general-search__input {
    margin: 0 -2.5rem;
    padding: 0.6rem 2.5rem;
  }
}
.header .general-search__input {
  display: none;
}
@media (min-width: 34em) {
  .header .is-expanded .general-search__input {
    display: inline-block;
  }
}
.is-active .general-search__input {
  display: inline-block;
}
@media (min-width: 34em) {
  .is-active .general-search__input {
    display: none;
  }
}
.general-search__icon {
  width: 29px;
  height: 27px;
  transition: width 0s, height 0s, stroke 0.15s ease;
}
@media (min-width: 34em) {
  .is-expanded .general-search__icon {
    stroke: #888;
    height: 23px;
    width: 24px;
  }
}
.general-search__button--close .general-search__icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer {
  position: relative;
}
.footer--bottom-fixed {
  position: absolute;
  bottom: 0;
  width: 100%;
}
header.is-active ~ .footer {
  visibility: hidden;
}
@media (min-width: 50em) {
  .errorTemplate .footer {
    padding-top: 4rem;
  }
}
.taxonomyScTemplate .footer {
  border-top: 1px solid #385e83;
  padding-top: 2.5rem;
}
.footer__inner {
  position: relative;
  margin-top: -1.5rem;
}
@media (min-width: 50em) {
  .footer__inner {
    margin-top: 0;
  }
}
.footer__upper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__lower {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: rgba(240, 249, 249, 0.7);
}
@media (min-width: 50em) {
  .footer__lower {
    background-color: initial;
  }
}
.footer__illustration {
  margin-top: 1.5rem;
  padding-bottom: 0.7rem;
}
@media (min-width: 50em) {
  .footer__illustration {
    flex-basis: 45%;
    padding-bottom: 0;
    margin-top: 0;
  }
  .thespruceeats .footer__illustration {
    margin-top: 0.625rem;
  }
}
@media (min-width: 64em) {
  .footer__illustration {
    flex-basis: 33.3%;
  }
}
.footer__illustration img {
  max-width: 100%;
}
.mntl-dotdash-universal-nav {
  background-image: repeating-linear-gradient(
    to right,
    #ddd 0,
    #ddd 33.33%,
    transparent 33.33%,
    transparent 100%
  );
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5.25px 1.75px;
}
.mntl-dotdash-universal-nav .mntl-dotdash-universal-nav__content {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 50em) {
  .mntl-dotdash-universal-nav .mntl-dotdash-universal-nav__content {
    flex-direction: row;
    align-items: flex-start;
    width: 80rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.25rem 0.625rem 0.875rem;
  }
}
.footer {
  background: #fff;
  padding-top: 1.5rem;
  color: #222;
  font-weight: 700;
  border-top: 1px solid #ffd977;
}
.taxonomyScTemplate .footer {
  border-top-color: #ffd977;
}
.footer__inner {
  margin-top: 0;
  padding: 0 0.5rem;
}
@media (min-width: 50em) {
  .footer__inner {
    display: flex;
  }
}
.footer__upper {
  margin: 0 1.3rem;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media (min-width: 50em) {
  .footer__upper {
    flex-basis: 50%;
    margin: 0;
    border-bottom: none;
  }
}
@media (max-width: 50em) {
  .footer__lower {
    background-color: transparent;
  }
}
@media (min-width: 50em) {
  .footer__lower {
    flex-basis: 50%;
    margin-top: 1rem;
  }
}
@media (min-width: 64em) {
  .footer__lower {
    margin-top: 0;
  }
}
.mntl-dotdash-universal-nav {
  background-image: none;
  border-top: 1px solid #d5f1f1;
}
@media (min-width: 50em) {
  .mntl-dotdash-universal-nav .mntl-dotdash-universal-nav__content {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}

@charset "UTF-8";
.newsletter-signup {
  position: relative;
}
@media (min-width: 64em) {
  .newsletter-signup.is-success {
    right: 1rem;
  }
}
.newsletter-signup__disclaimer {
  display: inline;
}
.footer .newsletter-footer-container {
  flex-direction: column;
}
@media (min-width: 50em) {
  .footer .newsletter-footer-container {
    flex: 0 1 50%;
    align-items: flex-start;
    align-self: flex-start;
  }
}
@media (min-width: 64em) {
  .footer .newsletter-footer-container {
    flex-basis: 33.3%;
  }
}
.newsletter-signup__button {
  min-width: 7rem;
  flex: 0 0;
}
.footer .newsletter-signup__button {
  padding: 1rem 0;
  min-width: 6rem;
}
.subscription-island .newsletter-signup__button {
  padding: 1rem;
  line-height: 1;
}
.newsletter-signup__button.btn {
  background-color: #a0c3cc;
}
.newsletter-signup__button.btn:hover {
  background-color: #6495a3;
}
.mntl-newsletter-submit__input {
  height: 100%;
  padding-left: 2.6rem;
  font-size: 1rem;
  flex: 1 1 auto;
  outline: 0;
}
.footer .mntl-newsletter-submit__input {
  background-color: #fff;
  font-size: 1rem;
}
.mntl-newsletter-submit__input:active,
.mntl-newsletter-submit__input:focus {
  box-shadow: 0 0 0.1rem 0.05rem #b35f4d;
}
.mntl-newsletter-submit__input::-webkit-input-placeholder {
  color: #424242;
}
.mntl-newsletter-submit__input:-moz-placeholder {
  color: #424242;
}
.is-error .mntl-newsletter-submit__input {
  border-color: #005d55;
}
.mntl-newsletter-submit__input-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 3rem;
}
.mntl-newsletter-submit__input-wrapper:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 3rem;
  background-image: none;
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
}
.is-window-loaded .mntl-newsletter-submit__input-wrapper:before {
  background-image: url(/static/5.213.0/icons/form/envelope.svg);
}
.is-success .mntl-newsletter-submit__input-wrapper {
  display: none;
}
.mntl-newsletter-signup__error {
  display: none;
  position: absolute;
  max-width: 100%;
  padding: 1rem;
  top: 3.25rem;
  left: 0;
  background-color: #ce7c2e;
  z-index: 5;
  font-size: 0.875rem;
}
.mntl-newsletter-signup__error:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: -0.75rem;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #ce7c2e;
}
.is-error .mntl-newsletter-signup__error {
  display: block;
}
@media (min-width: 64em) {
  .subscription-island .mntl-newsletter-signup__error {
    max-width: 100%;
  }
}
.newsletter-signup__success-container {
  display: none;
}
@media (min-width: 64em) {
  .is-success .newsletter-signup__success-container {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
  }
}
.newsletter-signup__success-image {
  flex: 1 1 auto;
  height: 56px;
}
.newsletter-signup__one-tap-btn {
  display: flex;
  justify-content: center;
  padding: 1rem;
  align-items: center;
  text-decoration: none;
}
.newsletter-signup__one-tap-btn + form {
  display: none;
}
.footer .newsletter-signup__one-tap-btn {
  color: #fff;
  flex-direction: row-reverse;
  padding: 0.6rem;
  width: 14rem;
  margin: auto;
}
.newsletter-signup__one-tap-btn.btn {
  background-color: #a0c3cc;
}
.newsletter-signup__one-tap-btn.btn:hover {
  background-color: #6495a3;
}
.newsletter-signup__one-tap-icon {
  margin-left: 0.5rem;
  width: 20px;
  height: 20px;
}
.footer .newsletter-signup__one-tap-icon {
  margin-left: 0;
  margin-right: 0.5rem;
}
.newsletter--title-form {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 34em) {
  .subscription-island .newsletter--title-form {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .newsletter--title-form {
    flex-direction: row;
    flex: 0 0 66.66%;
    width: 66.66%;
  }
}
.newsletter__wrapper {
  margin-bottom: 1rem;
  flex: 1 0 auto;
  width: 100%;
}
@media (min-width: 64em) {
  .newsletter__wrapper {
    max-width: 40%;
    width: auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 50em) and (max-width: 64em) {
  .newsletter__wrapper {
    margin-bottom: 0.625rem;
  }
}
.footer .newsletter__wrapper {
  margin-bottom: 0;
}
@media (min-width: 34em) {
  .footer .newsletter__wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.newsletter__title {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
  text-align: center;
}
@media (min-width: 50em) {
  .newsletter__title {
    text-align: left;
  }
}
.newsletter__subtitle {
  display: block;
  font-size: 0.875rem;
  text-align: center;
}
.footer .newsletter__subtitle {
  font-size: 1rem;
  margin: 1rem 0 0.75rem;
}
@media (min-width: 50em) {
  .newsletter__subtitle {
    text-align: left;
  }
}
.newsletter__illustration {
  flex: 1 0 none;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 1rem;
  width: 100%;
}
@media (min-width: 34em) {
  .newsletter__illustration {
    flex: 1 0 auto;
    padding: 0 1rem;
    width: 50%;
    margin-top: 0;
  }
}
@media (min-width: 50em) {
  .newsletter__illustration {
    padding: 0 1rem 0 2rem;
  }
}
@media (min-width: 64em) {
  .newsletter__illustration {
    width: 33.33%;
    padding: 0;
    margin-top: 0;
  }
}
.newsletter__form {
  flex: 1 0 auto;
  width: 100%;
}
@media (min-width: 64em) {
  .newsletter__form {
    width: 60%;
    padding: 0 3rem 0 1.5rem;
  }
  .footer .newsletter__form {
    padding: 0;
    width: 100%;
  }
}
.thespruceeats .newsletter-nav-container {
  position: relative;
  padding-top: 2.8em;
}
.thespruceeats .newsletter-nav-container .newsletter__form {
  display: none;
}
.thespruceeats .newsletter-nav-container .newsletter__subtitle {
  position: absolute;
  left: 23px;
  color: #385e83;
  margin-bottom: -12px;
  cursor: pointer;
  border-bottom: #385e83 1px solid;
  letter-spacing: 1px;
}
.thespruceeats .newsletter-nav-container .newsletter__subtitle:hover {
  border-bottom: none;
}
.thespruceeats
  .newsletter-nav-container.is-success.is-success
  .newsletter__subtitle {
  width: 390px;
  left: -50px;
  border-bottom: none;
  cursor: default;
}
@media (min-width: 64em) {
  .thespruceeats
    .newsletter-nav-container.is-success.is-success
    .newsletter__subtitle {
    left: 23px;
  }
}
@media (min-width: 64em) {
  .thespruceeats .newsletter-nav-container.is-success.is-success {
    margin-right: 0;
  }
}
@media (max-width: 70em) {
  .thespruceeats .newsletter-nav-container.newsletter--title-form {
    display: none;
  }
}
@media (min-width: 64em) {
  .thespruceeats .newsletter-nav-container.newsletter--title-form {
    flex: 0 0 320px;
    margin-right: 3.5rem;
  }
}
@media (min-width: 70em) {
  .thespruceeats .newsletter-nav-container.newsletter--title-form {
    flex-direction: row;
    display: flex;
  }
}
.thespruceeats
  .newsletter-nav-container
  .mntl-newsletter-submit__input-wrapper {
  height: 2rem;
  width: 320px;
}
.thespruceeats
  .newsletter-nav-container
  .mntl-newsletter-submit__input-wrapper:before {
  display: none;
}
.thespruceeats .newsletter-nav-container .newsletter-signup__input-wrapper {
  background-image: none;
}
.thespruceeats .newsletter-nav-container .mntl-newsletter-submit__input {
  border: none;
  border-bottom: #385e83 1px solid;
  padding-left: 0;
  color: #385e83;
  letter-spacing: 1px;
}
.thespruceeats .newsletter-nav-container .mntl-newsletter-submit__input:focus {
  box-shadow: none;
}
.thespruceeats
  .newsletter-nav-container
  .mntl-newsletter-submit__input::-moz-placeholder {
  font-size: 0.875rem;
  color: #385e83;
  text-transform: uppercase;
}
.thespruceeats
  .newsletter-nav-container
  .mntl-newsletter-submit__input:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #385e83;
  text-transform: uppercase;
}
.thespruceeats
  .newsletter-nav-container
  .mntl-newsletter-submit__input::placeholder {
  font-size: 0.875rem;
  color: #385e83;
  text-transform: uppercase;
}
.thespruceeats .newsletter-nav-container .newsletter-cancel__button.btn,
.thespruceeats .newsletter-nav-container .newsletter-signup__button.btn {
  background-color: #f5f9fd;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  margin-left: -50px;
  margin-top: 5px;
  padding: 11px;
  min-width: 5px;
  font-size: 0;
  text-align: center;
  text-indent: -9999em;
  line-height: 0;
}
.thespruceeats .newsletter-nav-container .newsletter-cancel__button.btn:after,
.thespruceeats .newsletter-nav-container .newsletter-signup__button.btn:after {
  color: #385e83;
  display: block;
  font-size: 1.0625rem;
  margin-top: -1px;
}
.thespruceeats .newsletter-nav-container .newsletter-cancel__button.btn:hover,
.thespruceeats .newsletter-nav-container .newsletter-signup__button.btn:hover {
  background: #daebf3;
}
.thespruceeats .newsletter-nav-container .newsletter-signup__button.btn:after {
  content: "›";
  margin-left: -2px;
}
.thespruceeats .newsletter-nav-container .newsletter-cancel__button {
  position: absolute;
  right: -28px;
}
.thespruceeats .newsletter-nav-container .newsletter-cancel__button.btn:after {
  content: "×";
  margin-left: -5px;
}
@media (min-width: 64em) {
  .thespruceeats .newsletter-nav-container {
    padding-top: 0;
  }
}
.thespruceeats .global-nav .newsletter-nav-container.newsletter--title-form {
  display: flex;
  padding: 1em 1.5rem 0 1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 34em) {
  .thespruceeats .global-nav .newsletter-nav-container.newsletter--title-form {
    padding-left: 2rem;
  }
}
@media (min-width: 64em) {
  .thespruceeats .global-nav .newsletter-nav-container.newsletter--title-form {
    display: none;
  }
}
.thespruceeats .global-nav .newsletter-nav-container .newsletter__subtitle {
  left: 1rem;
  border-bottom: none;
}
@media (min-width: 34em) {
  .thespruceeats .global-nav .newsletter-nav-container .newsletter__subtitle {
    left: 2rem;
  }
}
.thespruceeats .global-nav .newsletter-nav-container .newsletter__form {
  display: block;
  margin-top: 0.625rem;
  border: 1px solid #385e83;
  border-bottom: none;
}
@media (min-width: 50em) {
  .thespruceeats .global-nav .newsletter-nav-container .newsletter__form {
    margin-top: 1rem;
  }
}
.thespruceeats
  .global-nav
  .newsletter-nav-container
  .mntl-newsletter-submit__input {
  padding-left: 0.625rem;
}
.thespruceeats
  .global-nav
  .newsletter-nav-container
  .mntl-newsletter-submit__input-wrapper {
  width: 100%;
}
.thespruceeats
  .global-nav
  .newsletter-nav-container
  .newsletter-signup__button {
  margin-left: -32px;
  margin-right: 0.625rem;
}
@media (min-width: 64em) {
  .newsletter-signup.is-success {
    right: 0;
  }
}
@media (min-width: 50em) {
  .footer .newsletter-footer-container {
    flex-basis: auto;
  }
}
.newsletter-signup__button {
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
}
.footer .newsletter-signup__button {
  padding: 0;
}
.subscription-island .newsletter-signup__button {
  padding: 0.75rem;
}
.newsletter-signup__button.btn {
  background-color: #177;
  margin-left: 0.5rem;
}
.newsletter-signup__button.btn:focus,
.newsletter-signup__button.btn:hover {
  background-color: #004d4d;
}
.footer .newsletter-signup__button.btn {
  color: #fff;
}
.mntl-newsletter-submit__input {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  line-height: 1.5;
  border: solid 1px #cce3e3;
}
.footer .mntl-newsletter-submit__input {
  font-size: 1rem;
  font-family: Roboto, Helvetica, sans-serif;
  font-weight: 400;
  padding-left: 0.875rem;
}
.footer .mntl-newsletter-submit__input::-webkit-input-placeholder {
  color: #666;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 1rem;
}
.footer .mntl-newsletter-submit__input::-moz-placeholder {
  color: #666;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 1rem;
}
.mntl-newsletter-submit__input-wrapper {
  height: 2.5rem;
  z-index: 0;
  margin-bottom: 0.5rem;
}
.is-window-loaded .footer .mntl-newsletter-submit__input-wrapper:before {
  background-image: none;
}
.mntl-newsletter-signup__error {
  color: #222;
}
.newsletter-signup__success-container {
  display: none;
}
.is-success .newsletter-signup__success-container {
  display: none;
}
.newsletter-signup__success-image {
  margin: 0 auto;
  height: 99px;
  width: 66px;
  fill: #fff;
}
.newsletter-signup__one-tap-btn {
  flex-direction: row-reverse;
  position: relative;
}
.newsletter-signup__one-tap-btn.btn {
  background-color: #177;
  padding: 0.75rem 2rem;
  margin-bottom: 0.5rem;
}
.newsletter-signup__one-tap-btn.btn:focus,
.newsletter-signup__one-tap-btn.btn:hover {
  background-color: #004d4d;
}
.footer .newsletter-signup__one-tap-btn.btn {
  background: #177;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
}
.footer .newsletter-signup__one-tap-btn.btn:hover {
  background: #004d4d;
}
.footer .newsletter-signup__one-tap-btn {
  width: 12rem;
  padding: 0.875rem;
}
.newsletter-signup__disclaimer {
  font-size: 0.8125rem;
}
.newsletter-signup__disclaimer-link {
  font-size: 0.8125rem;
  color: #983c29;
}
.newsletter--title-form {
  order: 1;
  flex-direction: column;
  flex: 0 1 auto;
}
@media (min-width: 50em) {
  .newsletter--title-form {
    width: 90%;
    align-items: flex-start;
  }
}
@media (min-width: 64em) {
  .newsletter--title-form {
    width: 66.66%;
  }
}
.taxonomy2Template .newsletter--title-form {
  flex-grow: 1;
}
.newsletter__wrapper {
  max-width: 100%;
}
.footer .newsletter__wrapper {
  display: flex;
  flex-direction: column;
}
.newsletter__title {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
}
.footer .newsletter__title {
  order: 1;
  font-size: 1.625rem;
  margin-top: 1rem;
}
.newsletter__subtitle {
  font-size: 1.125rem;
  padding: 0 2rem;
  line-height: 1.25rem;
}
@media (min-width: 50em) {
  .newsletter__subtitle {
    padding: 0;
  }
}
.footer .newsletter__subtitle {
  margin: 0 0 0.75rem;
  font-weight: 400;
  font-family: Roboto, Helvetica, sans-serif;
  order: 2;
  padding: 0;
}
@media (min-width: 50em) {
  .footer .newsletter__subtitle {
    margin-left: 0;
  }
}
.newsletter__form {
  font-family: Roboto, Helvetica, sans-serif;
  padding: 0;
  width: 70%;
  position: relative;
}
@media (min-width: 50em) {
  .newsletter__form {
    width: 100%;
  }
}
.newsletter__icon {
  width: 152px;
  height: 180px;
  margin: 0 auto;
  padding: 2rem 2rem 1rem;
  background-image: repeating-linear-gradient(
    to right,
    #005d55 0,
    #005d55 33.33%,
    transparent 33.33%,
    transparent 100%
  );
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5.25px 1.75px;
}
@media (min-width: 50em) {
  .newsletter__icon {
    margin: 0 1rem 0 0;
    width: 88px;
    height: 132px;
    padding: 0;
    background-image: none;
  }
}

.mntl-newsletter-signup__error,
.mntl-newsletter-signup__success {
  display: none;
}
.is-submit-success .mntl-newsletter-signup__success {
  display: block;
}
.is-submit-error .mntl-newsletter-signup__error {
  display: block;
}

.icon-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .icon-menu {
  padding-bottom: 0.65rem;
  flex-basis: 50%;
  padding-top: 1rem;
  align-content: flex-start;
}
@media (min-width: 50em) {
  .footer .icon-menu {
    justify-content: flex-start;
    align-content: center;
  }
}
@media (min-width: 64em) {
  .footer .icon-menu {
    flex-basis: 65%;
    padding-top: 0.7rem;
    align-items: center;
    align-content: flex-start;
  }
}
@media (min-width: 70em) {
  .footer .icon-menu {
    align-items: stretch;
    padding-top: 1.5rem;
  }
}
.icon-menu__link {
  display: flex;
  flex-direction: column;
  margin: 0 1.5rem 1rem;
  text-align: center;
  text-decoration: none;
  color: #222;
}
.icon-menu--tags .icon-menu__link {
  margin: 0 0.2rem 1rem;
}
@media (min-width: 50em) {
  .icon-menu--tags .icon-menu__link {
    margin: 0 0.5rem 0.5rem;
  }
}
@media (min-width: 70em) {
  .icon-menu--tags .icon-menu__link {
    margin: 0 0.2rem 0.5rem;
  }
}
@media (min-width: 50em) {
  .footer .icon-menu__link:first-of-type {
    margin-left: 0;
  }
}
.icon-menu__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.icon-menu__icon--recipes-by-course {
  fill: #f6b38e;
}
.icon-menu__icon--drinks-cocktails {
  fill: #d1c499;
}
.icon-menu__icon--recipes-by-region {
  fill: #90bfb6;
}
.icon-menu__icon--recipes-by-ingredient {
  fill: #bdacc7;
}
.icon-menu__icon--recipes-by-occasion {
  fill: #bec8d7;
}
.icon-menu__icon--cooking-school {
  fill: #deb499;
}
.icon-menu__icon--what-to-buy {
  fill: #a7ba82;
}
.icon-menu__icon--recipes-by-course {
  width: 65px;
  height: 65px;
  margin-top: -5px;
}
.icon-menu--no-icon .icon-menu__icon,
.icon-menu--tags .icon-menu__icon {
  display: none;
}
.icon-menu__text {
  position: relative;
  display: inline-block;
  padding: 0;
  font-family: "Work Sans";
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 120%;
  cursor: pointer;
  text-transform: uppercase;
}
.icon-menu__text--recipes-by-course {
  background: #f1c8ab;
}
.icon-menu__link:hover .icon-menu__text--recipes-by-course {
  background: #f6b38e;
}
.icon-menu__text--drinks-cocktails {
  background: #ece2be;
}
.icon-menu__link:hover .icon-menu__text--drinks-cocktails {
  background: #d1c499;
}
.icon-menu__text--recipes-by-region {
  background: #aedbd2;
}
.icon-menu__link:hover .icon-menu__text--recipes-by-region {
  background: #90bfb6;
}
.icon-menu__text--recipes-by-ingredient {
  background: #dbcfe3;
}
.icon-menu__link:hover .icon-menu__text--recipes-by-ingredient {
  background: #bdacc7;
}
.icon-menu__text--recipes-by-occasion {
  background: #cfd9eb;
}
.icon-menu__link:hover .icon-menu__text--recipes-by-occasion {
  background: #bec8d7;
}
.icon-menu__text--cooking-school {
  background: #ebd2c3;
}
.icon-menu__link:hover .icon-menu__text--cooking-school {
  background: #deb499;
}
.icon-menu__text--what-to-buy {
  background: #d4dcb5;
}
.icon-menu__link:hover .icon-menu__text--what-to-buy {
  background: #a7ba82;
}
.icon-menu__text--default {
  color: #fff;
}
.icon-menu--tags .icon-menu__text {
  padding: 0.4rem 1rem;
  display: inline-block;
  text-decoration: none;
}
.icon-menu--tags .icon-menu__text:after,
.icon-menu--tags .icon-menu__text:before {
  display: none;
}
@media (min-width: 34em) and (max-width: 64em) {
  .icon-menu--tags .icon-menu__text {
    padding: 0.4rem 1.4rem;
  }
}
.footer .icon-menu__text {
  text-transform: capitalize;
}
.footer .icon-menu {
  flex-direction: column;
  justify-content: flex-start;
  flex-basis: 55%;
  padding-top: 1.5rem;
}
@media (min-width: 34em) {
  .footer .icon-menu {
    flex-basis: 45%;
    align-items: stretch;
  }
}
@media (min-width: 64em) {
  .footer .icon-menu {
    align-items: stretch;
  }
}
.icon-menu__link {
  text-align: left;
}
.footer .icon-menu__link {
  display: inline;
  margin: 0;
  color: #177;
}
.footer .icon-menu__link:focus,
.footer .icon-menu__link:hover {
  text-decoration: none;
  background-image: linear-gradient(to right, #177 0, #177 100%);
  background-position: 0 97%;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  transition: background-image 0.25s ease;
}
.footer .icon-menu__link:focus:hover,
.footer .icon-menu__link:hover:hover {
  background-image: linear-gradient(to right, #177 0, #177 100%);
}
.icon-menu__text {
  font-family: Roboto, Helvetica, sans-serif;
  letter-spacing: normal;
}
.icon-menu__text--default {
  color: #ce7c2e;
}
.icon-menu__text:after,
.icon-menu__text:before {
  border: none;
}
.footer .icon-menu__text {
  display: inline;
  padding: 0;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
.fullscreen-nav .icon-menu__text {
  padding: 0.15rem 0;
  font-size: 1.0625rem;
  border-bottom: 1px solid transparent;
}
@media (min-width: 64em) {
  .fullscreen-nav .icon-menu__text {
    font-size: 0.875rem;
  }
}
.fullscreen-nav__list-item-title:focus .icon-menu__text,
.fullscreen-nav__list-item-title:hover .icon-menu__text {
  border-bottom: 1px solid #ce7c2e;
}
.fullscreen-nav .icon-menu__icon {
  display: none;
}
.footer .icon-menu__item {
  margin: 0 0 0.5rem;
  padding: 0.4rem 0.5rem 0 1.3rem;
}

.horizontal-nav {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.25rem;
  margin-top: 1rem;
  flex-basis: 50%;
  flex-direction: column;
  background-image: repeating-linear-gradient(
    to bottom,
    #b35f4d 0,
    #b35f4d 33.33%,
    transparent 33.33%,
    transparent 100%
  );
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1.75px 5.25px;
}
@media (min-width: 50em) {
  .horizontal-nav {
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 45%;
    justify-content: space-between;
    margin-top: 0;
    background-image: none;
  }
}
@media (min-width: 64em) {
  .horizontal-nav {
    flex-basis: 33.3%;
  }
}
.horizontal-nav__item {
  margin-bottom: 0.8rem;
  text-align: center;
}
@media (min-width: 50em) {
  .horizontal-nav__item {
    flex-basis: 46%;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  .horizontal-nav__item:last-child:nth-child(odd) {
    margin-left: auto;
  }
}
.horizontal-nav__link {
  text-decoration: none;
  color: #888;
}
.horizontal-nav__link:focus,
.horizontal-nav__link:hover {
  color: teal;
}
.horizontal-nav {
  flex-basis: 45%;
  margin-top: 1.5rem;
}
@media (max-width: 50em) {
  .horizontal-nav {
    background-image: none;
  }
}
@media (min-width: 50em) {
  .horizontal-nav {
    flex-basis: 55%;
    align-content: flex-start;
  }
}
.horizontal-nav__item {
  margin-bottom: 0.5rem;
  text-align: left;
}
@media (min-width: 50em) {
  .horizontal-nav__item:last-child,
  .horizontal-nav__item:nth-last-child(2) {
    flex-basis: 100%;
  }
}
.horizontal-nav__link {
  color: #666;
  font-size: 0.875rem;
  font-family: Roboto, Helvetica, sans-serif;
  font-weight: 400;
  position: relative;
}
.horizontal-nav__link:focus,
.horizontal-nav__link:hover {
  color: #333;
}

.truste-badge {
  flex-basis: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 50em) {
  .truste-badge {
    text-align: right;
  }
}
@media (min-width: 64em) {
  .truste-badge {
    margin-bottom: 1.5rem;
    flex-basis: 100%;
  }
}
.truste-badge {
  margin: 0 auto 2rem;
  max-width: 9rem;
  max-height: 2.875rem;
}
@media (min-width: 50em) {
  .truste-badge {
    margin-right: 0.7rem;
  }
}
.badge-image {
  width: 100%;
}

.mntl-dotdash-universal-nav {
  background-color: #fff;
}
.mntl-dotdash-universal-nav__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 1.5625rem 1.5rem 1.875rem;
}
@media (min-width: 34em) {
  .mntl-dotdash-universal-nav__content {
    flex-direction: row;
    align-items: flex-start;
    padding: 1.25rem 1.5rem 0.875rem;
  }
}
@media (min-width: 64em) {
  .mntl-dotdash-universal-nav__content {
    flex-wrap: nowrap;
  }
}
.mntl-dotdash-universal-nav__logo {
  height: 25px;
  width: 100px;
  display: block;
  position: relative;
  flex-shrink: 0;
  margin-bottom: 0.375rem;
}
@media (min-width: 34em) {
  .mntl-dotdash-universal-nav__logo {
    margin-right: 0.625rem;
  }
}
.mntl-dotdash-universal-nav__text {
  display: inline-block;
  line-height: 18px;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 34em) {
  .mntl-dotdash-universal-nav__text {
    line-height: 30px;
    font-size: 0.9375rem;
  }
}
.mntl-dotdash-universal-nav__text--link {
  text-decoration: underline;
}
@media (min-width: 34em) {
  .mntl-dotdash-universal-nav__text {
    flex-shrink: 0;
  }
}
.mntl-dotdash-universal-nav__text--link:hover {
  text-decoration: none;
}

.logo {
	display: 		block;
	margin-left: 	auto;
	margin-right: 	auto;
	padding-top: 	1em;
	padding-bottom: 1em;
	min-width: 		10em;
	max-width: 		20em;
}

.selectpicker{
	float:right;
	background-color: #DFFFFF;
	font-weight: 1000;
}

.fa {
  padding: 7.5px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}