/*
    Theme Name: Spend Smart Eat Smart
    Author: Flying Hippo
    Author URI: http://www.flyinghippo.com
    License: None
    Version: 1.5.7
    Template: isu-master
*/
/* Category Header Nav */
.category-header {
  padding: 2.5em 0 1em;
  text-align: center;
}

.category-header h1 {
  color: #08669b;
  display: inline-block;
  position: relative;
}

.category-header .script-title {
  color: #08669b;
  margin-left: -0.5em;
}

.category-header .action-title {
  padding: 0 0.25em 0 0;
}

.category-header .condensed-title {
  color: #666;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.category-header h1 a,
.category-header li a {
  color: inherit;
  text-decoration: none;
}

.category-header .action-title a:after {
  background-image: url("images/icn-arrow-down-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 0.75em;
  left: 100%;
  margin: -0.375em 0 0 0;
  position: absolute;
  top: 50%;
  transition: all 0.15s ease-in-out;
  width: 0.75em;
}

.category-header .condensed-title.action-title a:after {
  background-image: url("images/icn-arrow-down.svg");
}

.category-header h1.active a:after {
  transform: rotate(180deg);
}

.category-header div {
  background-color: #f0f0f0;
  margin: 1em 0 0.5em;
}

.category-header ul {
  display: none;
}

.category-header li {
  border-bottom: 1px solid #d9d9d9;
  color: #666;
  display: block;
  font-family: "merriweather";
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 0.0125em;
  line-height: 1.8;
  margin: 0 1em;
  text-align: left;
  text-transform: inherit;
}

.category-header li:last-of-type {
  border: 0;
}

.category-header li a {
  display: block;
  padding: 0.25em 0;
}

.category-header li a.active {
  color: #08669b;
}

.category-header li:first-of-type a {
  padding-top: 0.5em;
}

.category-header li:last-of-type a {
  padding-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
  .category-header {
    padding-top: 5em;
  }

  .category-header .action-title {
    padding: 0;
  }

  .category-header .action-title a:after {
    display: none;
  }

  .category-header .action-title a {
    cursor: default;
  }

  .category-header .condensed-title {
    font-size: 3.1em;
  }
}
@media screen and (min-width: 1024px) {
  .category-header {
    padding-bottom: 2em;
    padding-top: 6em;
  }

  .category-header .condensed-title {
    font-size: 4.1em;
  }
}
@media screen and (min-width: 1280px) {
  .category-header {
    padding-top: 8em;
  }
}
/* Category Lists (Recipe Categories, Aisle By Aisle) */
.category-list li {
  list-style-type: none;
  margin: 0 auto 1em;
  position: relative;
}

.category-list a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #191919;
  display: block;
  height: 8em;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.category-list span {
  background-color: #fff;
  display: inline-block;
  font-family: "nimbus-sans-condensed";
  font-size: 2.5em;
  font-weight: 900;
  padding: 0.125em 0.5em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.category-list div {
  border: 3px solid #fff;
  border-left: 0;
  border-right: 0;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.15s ease-in-out;
  width: 100%;
  z-index: 0;
}

.no-touch .category-list a:hover div {
  background-color: rgba(255, 255, 255, 0.2);
}

.no-touch .category-list a:focus div {
  background-color: rgba(255, 255, 255, 0.5);
}

.category-list svg {
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  width: 1.5em;
}

.category-list svg .cutout-line {
  stroke-width: 3px;
}

.category-list svg:first-of-type {
  left: -1px;
}

.category-list svg:last-of-type {
  right: -1px;
}

@media screen and (min-width: 768px) {
  .category-list li {
    margin: 0 0 3em;
  }

  .category-list a {
    height: 15em;
  }

  .category-list svg {
    width: 3em;
  }

  .category-list svg .cutout-line {
    stroke-width: 1.5px;
  }
}
@media screen and (min-width: 1024px) {
  .category-list span {
    font-size: 3.1em;
  }
}
/* Layout Rules */
.section-int {
  margin: 0 auto;
  max-width: 120em;
}

/* Home Intro Content */
.home-intro {
  background-color: #08669B;
  z-index: 2;
}

.home-intro .script-title {
  color: #d1cfb4;
}

.home-intro .script-title:before,
.home-intro .script-title:after {
  background-color: rgba(0, 0, 0, 0.15);
}

.home-intro p {
  color: #fff;
  font-family: "merriweather", serif;
  font-size: 1.6em;
  padding: 0 1em 3em;
  text-align: center;
}

.home-intro-messaging {
  margin: 0 auto 4em;
  max-width: 40em;
}

.home-intro-messaging-content {
  background-color: #105882;
  border: 3px solid #0f547b;
  border-left: 0;
  border-right: 0;
  color: #d1cfb4;
  height: 13em;
  margin: 0 2em;
  overflow: hidden;
  padding: 1.5em 0;
  position: relative;
  text-align: center;
  z-index: 2;
}

.home-intro-messaging-content h3 {
  font-family: "nimbus-sans", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-intro-messaging-content .row {
  padding: 0 2em;
}

.home-intro .section-block-link {
  background-image: url("images/icn-arrow-right-white.svg");
  background-size: 0.696em 1.2em;
  border-color: #105882;
  color: #fff;
  padding-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .home-intro p {
    font-size: 1.8em;
    margin: 0 auto;
    max-width: 42em;
    padding-bottom: 2em;
  }

  .home-intro-messaging {
    margin-bottom: 7em;
  }

  .pill-shape-left {
    border-top-width: 16em;
    border-bottom-width: 16em;
    border-left-width: 32em;
  }

  .pill-shape-left:after {
    border-top-width: 15.7em;
    border-bottom-width: 15.7em;
    border-left-width: 31.2em;
  }

  .pill-shape-right {
    border-top-width: 16em;
    border-bottom-width: 16em;
    border-right-width: 32em;
  }

  .pill-shape-right:after {
    border-top-width: 15.7em;
    border-bottom-width: 15.7em;
    border-right-width: 31.2em;
  }

  .home-intro-messaging-content {
    height: 14.5em;
    padding: 2em 0;
  }

  .home-intro-messaging-content h3 {
    font-size: 1.7em;
  }

  .home-intro-messaging-content .row {
    padding: 0 4em;
  }

  .home-intro .section-block-link {
    padding-bottom: 1em;
  }
}
/* Home Page */
.home-hero {
  background-image: url("images/bg-header.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 180.8em auto;
  margin: 0 0 -2em;
  position: relative;
  z-index: 3;
}

.home-slides .flex-viewport {
  height: 0;
  margin: -1.5em 0 0;
  padding: 0 0 90%;
  position: relative;
}

.home-slides .slides {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

a.slide-int {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-slides .slides li {
  height: 100%;
  position: relative;
}

.home-slides .slides li > div {
  background-color: #888;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0.3em solid #fff;
  border-radius: 0.6em;
  bottom: 2em;
  left: 2em;
  position: absolute;
  right: 2em;
  top: 0;
}

.home-slides .slides li > div a.slide {
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
}

.home-slides .slides .flex-active-slide a.slide {
  cursor: pointer;
}

.home-slides .slides li > div div {
  bottom: -2em;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.home-slides .slides li > div .slide-label {
  background-color: rgba(35, 31, 32, 0.5);
  color: #fff;
  display: block;
  font-family: "merriweather", serif;
  font-size: 1.6em;
  height: 2.71875em;
  left: 1.5em;
  line-height: 2.7;
  opacity: 0;
  padding: 0 1em;
  position: absolute;
  text-align: center;
  top: 1.5em;
  visibility: hidden;
}

.home-slides .slides li > div .slide-label:before,
.home-slides .slides li > div .slide-label:after {
  background-size: 100% 100%;
  content: "";
  height: 2.71875em;
  position: absolute;
  top: 0;
  width: 0.5em;
}

.home-slides .slides li > div .slide-label:before {
  background-image: url("images/icn-make-it-left.svg");
  right: 100%;
}

.home-slides .slides li > div .slide-label:after {
  background-image: url("images/icn-make-it-right.svg");
  left: 100%;
}

.home-slides .slides .flex-active-slide .slide-label {
  opacity: 1;
  visibility: visible;
}

.home-slides .slides li h2 {
  background-color: #fff;
  color: #191919;
  display: inline-block;
  font-family: "nimbus-sans-condensed";
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
}

.home-slides .slides li > div a:focus h2 {
  color: #C8102E;
}

.flex-control-nav {
  padding: 1.5em 0 3em;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
}

.flex-control-nav a {
  background-color: #6e6259;
  border-radius: 100%;
  color: transparent;
  display: block;
  height: 1em;
  margin: 0 0.8em;
  opacity: 0.3;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  width: 1em;
}

.flex-control-nav a.flex-active {
  opacity: 1;
}

.flex-direction-nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .home-hero {
    overflow: hidden;
    padding: 0;
  }

  .home-slides {
    margin: 0 auto;
    max-width: calc(100% - 16em);
    position: relative;
  }

  .home-slides .flex-viewport {
    overflow: visible !important;
    padding: 0 0 50%;
  }

  .home-slides .slides li h2 {
    font-size: 3.1em;
  }

  .flex-direction-nav {
    display: block;
    left: -8em;
    margin: -8em 0 0;
    position: absolute;
    right: -8em;
    top: 50%;
    z-index: 10000;
  }

  .flex-direction-nav li a {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: transparent;
    display: block;
    height: 5em;
    transition: all 0.15s ease-in-out;
    width: 5em;
  }

  .flex-direction-nav .flex-nav-prev {
    float: left;
  }

  .flex-direction-nav .flex-nav-prev a {
    background-image: url("images/icn-slide-left.svg");
  }

  .flex-direction-nav .flex-nav-next {
    float: right;
  }

  .flex-direction-nav .flex-nav-next a {
    background-image: url("images/icn-slide-right.svg");
    background-position: left center;
  }

  .no-touch .flex-direction-nav .flex-nav-prev a:hover,
.no-touch .flex-direction-nav .flex-nav-next a:hover,
.no-touch .flex-direction-nav .flex-nav-prev a:focus,
.no-touch .flex-direction-nav .flex-nav-next a:focus {
    opacity: 0.75;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero {
    background-size: 340em auto;
    margin: 0 0 -4em;
  }

  .flex-control-nav {
    padding: 3em 0 6em;
  }

  .flex-control-nav a {
    height: 1.3em;
    width: 1.3em;
  }
}
@media screen and (min-width: 1400px) {
  .home-slides {
    margin: 0 auto;
    max-width: calc(100% - 32em);
  }

  .flex-direction-nav {
    left: -16em;
    right: -16em;
  }

  .flex-direction-nav li a {
    height: 7em;
    width: 7em;
  }
}
@media screen and (min-width: 1800px) {
  .home-slides {
    margin: 0 auto;
    max-width: calc(100% - 48em);
  }

  .flex-direction-nav {
    left: -24em;
    right: -24em;
  }
}
@media screen and (min-width: 2200px) {
  .home-slides {
    margin: 0 auto;
    max-width: calc(100% - 72em);
  }

  .flex-direction-nav {
    left: -36em;
    right: -36em;
  }
}
.home-slides .with-video .play-button {
  --button-size: 4rem;
  --button-background-color: white;
  --button-play-color: #C8102E;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  background-color: var(--button-background-color);
  border-radius: 100%;
  display: block;
  width: var(--button-size);
  height: var(--button-size);
  margin: 0 auto;
  transform: none;
  transition: background-color 0.15s ease-in-out;
  /*
      @include breakpoint(1024px){
          bottom: calc(50% - var(--button-size)/2);
          top: calc(50% - var(--button-size)/2);
      }

      @include breakpoint(1600px){
          bottom: 5.2rem;
      }*/
}

.home-slides .with-video .play-button:hover {
  --button-background-color: #C8102E;
  --button-play-color: white;
}

.home-slides .with-video .play-button .play {
  border-bottom: calc(var(--button-size) * 0.2) solid transparent;
  border-left: calc(var(--button-size) * 0.28) solid var(--button-play-color);
  border-top: calc(var(--button-size) * 0.2) solid transparent;
  left: calc(50% - var(--button-size) * 0.1);
  position: absolute;
  top: calc(50% - var(--button-size) * 0.2);
  transition: all 0.15s ease-in-out;
}

.home-slides .slide .image-wrap-int {
  position: static;
}
.home-slides .slide .image-wrap-int .with-video {
  display: flex;
  height: 72%;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}

.home-slides .slide .image-wrap-int .slide-label {
  text-decoration: none;
}

/* Page Footer Learn More */
.featured-recipes {
  padding: 0 2em;
}

.page-footer-nav + .featured-recipes {
  padding-bottom: 1.2em;
  padding-top: 3em;
}

.featured-recipes .script-title {
  background-color: #fff;
  color: #666;
  font-size: 2.1em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
}

.featured-recipes .script-title span {
  background-color: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}

.featured-recipes .script-title:before,
.featured-recipes .script-title:after {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}

.featured-recipes .script-title:before {
  left: 0;
}

.featured-recipes .script-title:after {
  right: 0;
}

.featured-recipes .recipe-list {
  margin: 0;
  padding-top: 3em;
}

.featured-recipes .recipe-list li {
  float: none;
  display: inline-block;
  padding-right: 0;
  margin-bottom: 1em;
  text-align: left;
}

.featured-recipes .recipe-list li a {
  border-bottom: 0;
}

.featured-recipes .recipe-list div:first-of-type:before {
  display: block;
}

.learn-more {
  border: 1px solid #d9d9d9;
  margin: 0 2em;
  padding: 2em 2em 1em;
  text-align: left;
}

.learn-more h3 {
  color: #666;
  font-size: 2.1em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 0.5em;
  padding: 0 0 0 1.5em;
  position: relative;
}

.learn-more h3:before,
.learn-more h3:after {
  background-color: #666;
  content: "";
  position: absolute;
}

.learn-more h3:before {
  height: 20px;
  left: 9px;
  margin: -10px 0 0;
  top: 50%;
  width: 2px;
}

.learn-more h3:after {
  height: 2px;
  left: 0;
  margin: -1px 0 0 0;
  top: 50%;
  width: 20px;
}

.learn-more li {
  margin: 0 0 1em;
}

.learn-more a {
  color: #666;
  display: block;
  font-family: "merriweather", serif;
  font-size: 1.6em;
  letter-spacing: 0.025em;
  line-height: 1.375;
  text-decoration: none;
}

.no-touch .learn-more a:hover,
.no-touch .learn-more a:focus {
  color: #08669b;
}

@media screen and (min-width: 768px) {
  .featured-recipes .recipe-list {
    margin: 0 -1.5em;
  }
}
/* Interior Page Footer Navigation */
.page-footer {
  clear: both;
  padding: 0 1em 7em;
  position: relative;
  text-align: center;
  top: -1.7em;
  z-index: 4;
}

.page-template-template-top-level .page-footer {
  padding: 3em 1em 4em;
  top: 0;
}

.page-template-template-top-level .page-footer:before {
  background-image: url("images/pattern-saw-white.svg");
}

.page-footer h4 {
  color: #666;
  font-family: "merriweather", serif;
  font-size: 1.6em;
  padding: 0 2em;
}

.page-footer-nav {
  margin: 3em 0;
  text-align: center;
}

.page-footer-nav li {
  display: inline-block;
  padding: 0 0.75em;
  position: relative;
  width: 11em;
}

.page-footer-nav li:after {
  background-image: url("images/icn-arrow-right-grey.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.9em auto;
  content: "";
  height: 2em;
  left: 100%;
  margin: -1em 0 0 -0.6em;
  opacity: 0.35;
  position: absolute;
  top: 50%;
  width: 1.5em;
}

.page-footer-nav li:last-of-type:after {
  display: none;
}

.page-footer-nav a {
  display: block;
  position: relative;
  text-decoration: none;
}

.page-footer-nav .pill-shape-content {
  background-color: #fff;
  border: 2px solid #d9d9d9;
  border-left: 0;
  border-right: 0;
  color: #666666;
  height: 5em;
  margin: 0 1em;
}

.page-footer-nav .pill-shape-content span {
  display: block;
  font-family: "nimbus-sans-condensed";
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1;
  padding: 0.4em 0 0;
  text-transform: uppercase;
}

.page-footer-nav a .pill-shape-left {
  border-top: 4.6em solid transparent;
  border-bottom: 4.6em solid transparent;
  border-left: 8em solid #d9d9d9;
}

.page-footer-nav a .pill-shape-left:after {
  border-bottom: 4.4em solid transparent;
  border-top: 4.4em solid transparent;
  border-left: 7.3em solid #fff;
}

.page-footer-nav a .pill-shape-right {
  border-top: 4.6em solid transparent;
  border-bottom: 4.6em solid transparent;
  border-right: 8em solid #d9d9d9;
}

.page-footer-nav a .pill-shape-right:after {
  border-bottom: 4.4em solid transparent;
  border-top: 4.4em solid transparent;
  border-right: 7.3em solid #fff;
}

.page-footer-nav .active .pill-shape-content,
.no-touch .page-footer-nav a:hover .pill-shape-content,
.no-touch .page-footer-nav a:focus .pill-shape-content {
  background-color: #08669b;
  border-color: #08669b;
  color: #fff;
}

.page-footer-nav .active .pill-shape-left,
.page-footer-nav .active .pill-shape-left:after,
.page-footer-nav .active .pill-shape-right,
.page-footer-nav .active .pill-shape-right:after,
.no-touch .page-footer-nav a:hover .pill-shape-left,
.no-touch .page-footer-nav a:hover .pill-shape-left:after,
.no-touch .page-footer-nav a:hover .pill-shape-right,
.no-touch .page-footer-nav a:hover .pill-shape-right:after,
.no-touch .page-footer-nav a:focus .pill-shape-left,
.no-touch .page-footer-nav a:focus .pill-shape-left:after,
.no-touch .page-footer-nav a:focus .pill-shape-right,
.no-touch .page-footer-nav a:focus .pill-shape-right:after {
  border-color: #08669b;
}

/* Footer */
.footer {
  background-color: #f0f0f0;
  background-image: none;
  clear: both;
  position: relative;
}

.footer:before {
  background-image: url("images/pattern-saw-white-reversed.svg");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 2.63em 1.37em;
  content: "";
  height: 1.4em;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}

.home .footer {
  background-color: transparent;
  margin: 0;
}

.home .footer:before {
  display: none;
}

.footer-int {
  padding-bottom: 0;
  padding-top: 5em;
}

.footer li {
  font-size: 1.8em;
}

.footer .footer-logo {
  border-bottom: 1px solid #cccccc;
  font-size: 1em;
  margin: 0 0 4em;
  padding: 0 0 4em;
}

.footer-logo a {
  display: block;
}

.footer-logo img {
  max-width: 27em;
}

.footer-logo a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.footer-links a {
  display: block;
  line-height: 1.4;
  padding: 0 0 0.25em;
  text-decoration: none;
}

.footer .footer-disclaimer {
  color: #6b6b6b;
  line-height: 1.4;
}

.footer .footer-disclaimer a {
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .footer:before {
    background-size: 5em auto;
    height: 2.5em;
  }

  .footer-int {
    padding-bottom: 10em;
    padding-top: 12em;
  }

  .footer-int > ul {
    width: 100%;
  }

  .footer .footer-int ul li {
    font-size: 1.4em;
    padding: 0 3em;
    width: 33.333333%;
  }

  .footer ul .footer-logo {
    border-bottom: 0;
    border-right: 1px solid #ccc;
    margin: 0;
    padding: 0;
  }

  .footer .footer-logo img {
    width: 100%;
  }

  .footer-links {
    border-right: 1px solid #ccc;
  }

  .footer-links a {
    padding: 0;
  }

  .footer-disclaimer span {
    display: block;
  }
}
@media screen and (min-width: 1060px) {
  .footer .footer-int ul li {
    padding: 0 4em;
  }
}
@media screen and (min-width: 1280px) {
  .footer .footer-int ul li {
    font-size: 1.6em;
  }
}
/* Video Single */
.single-video-player {
  border-radius: 1em;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
}

.single-video-player iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.single-video-player-wrapper h1 {
  color: #666666;
  font-family: "nimbus-sans-condensed";
  font-size: 2.8em;
  letter-spacing: 0;
  line-height: 1.1;
  padding: 0.4em 0 0.3em;
  text-transform: uppercase;
}

.single-video-player-wrapper .button {
  margin: 0 0 3em -0.5em;
}

.related-videos > h2 {
  color: #666;
  font-size: 2em;
  font-weight: 600;
  padding: 0 0 0.5em;
}

.related-videos-list a {
  display: table;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}

.related-videos-list div {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.related-videos-list div:first-of-type {
  width: 35%;
}

.related-videos-list div:first-of-type img {
  border-radius: 0.8em;
  width: 100%;
}

.related-videos-list div:first-of-type .play-video {
  border-radius: 0;
  left: 50%;
  margin: -1.7em 0 0 -1.5em;
  position: absolute;
  top: 50%;
  transition: all 0.15s ease-in-out;
  width: 3em;
}

.related-videos-list div:first-of-type .play-video.hover {
  opacity: 0;
}

.no-touch .related-videos-list a:hover div:first-of-type .play-video,
.no-touch .related-videos-list a:focus div:first-of-type .play-video {
  opacity: 0;
}

.no-touch .related-videos-list a:hover div:first-of-type .play-video.hover,
.no-touch .related-videos-list a:focus div:first-of-type .play-video.hover {
  opacity: 1;
}

.related-videos-list div:last-of-type {
  display: table-cell;
  height: 9em;
  padding: 0 0 1em 2.5em;
  position: relative;
  width: 65%;
}

.related-videos-list div:last-of-type:after {
  background-color: #d9d9d9;
  bottom: 0;
  content: "";
  height: 1px;
  left: 1.5em;
  position: absolute;
  right: 0;
}

.related-videos-list h2 {
  font-family: "merriweather", serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.3;
  padding: 0;
  text-transform: inherit;
}

.related-videos-list span {
  border-right: 1px solid #737373;
  color: #737373;
  display: inline-block;
  font-family: "merriweather", serif;
  font-size: 1.6em;
  font-style: italic;
  line-height: 0.9;
  padding: 0 0.5em;
}

.related-videos-list span:first-of-type {
  padding-left: 0;
}

.related-videos-list span:last-of-type {
  border: 0;
  padding-right: 0;
}

.related-videos-list li:last-of-type {
  margin: 0;
}

.related-videos-list li:last-of-type div:last-of-type:after {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .single-video-player-wrapper {
    padding-right: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .single-video-player-wrapper {
    padding-right: 4em;
  }

  .single-video-player-wrapper h1 {
    font-size: 4em;
  }

  .single-video-player-wrapper .button {
    margin-top: 4em;
  }

  .related-videos > h2 {
    font-size: 2.8em;
  }
}
/* Video Module */
.video-list {
  overflow: hidden;
}

.video-list li a,
.featured-video a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.video-list li div,
.featured-video div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.8em;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.video-list li .video-embed iframe,
.featured-video .video-embed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.video-list li img,
.featured-video img {
  border-radius: 0.8em;
  display: block;
  width: 100%;
}

.video-list li .play-icon,
.featured-video .play-icon {
  left: 50%;
  margin: -2em 0 0 -4em;
  position: absolute;
  top: 50%;
  transition: all 0.15s ease-in-out;
  width: 8em;
}

.no-touch .video-list li a img.play-icon-hover,
.no-touch .featured-video a img.play-icon-hover {
  opacity: 0;
}

.no-touch .video-list li a:hover img.play-icon,
.no-touch .featured-video a:hover img.play-icon,
.no-touch .video-list li a:focus img.play-icon,
.no-touch .featured-video a:focus img.play-icon {
  opacity: 0;
}

.no-touch .video-list li a:hover img.play-icon-hover,
.no-touch .featured-video a:hover img.play-icon-hover,
.no-touch .video-list li a:focus img.play-icon-hover,
.no-touch .featured-video a:focus img.play-icon-hover {
  opacity: 1;
}

.video-list li h3,
.featured-video h3 {
  background-color: #fff;
  bottom: 1.2em;
  color: #191919;
  display: inline-block;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.1;
  padding: 0.3em 0.5em;
  position: relative;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  width: 80%;
  z-index: 10;
}

.featured-video {
  background-color: #fff;
  border-radius: 1em;
  margin: 0 0 1em;
  padding: 0.5em;
  text-align: center;
}

.featured-video p {
  color: #666;
  font-family: "merriweather", serif;
  /*font-size: 1.7em;*/
  font-size: 1.3em;
  font-style: italic;
  height: 3.8em;
  letter-spacing: 0.035em;
  line-height: 1.4;
  margin: -1em 0 0;
  /*padding: 0 1.5em 0;*/
  padding: 0 1em;
}

.video-list li .playing h3,
.featured-video .playing h3 {
  transform: translateY(0.6em) scale(0.6);
}

@media screen and (min-width: 600px) {
  .home .video-list li {
    padding: 0 1em;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .home .video-list {
    padding-bottom: 2em;
  }

  .home .video-list li {
    padding: 0 2em;
  }
}
@media screen and (min-width: 1024px) {
  .home .video-list {
    padding-bottom: 4em;
  }

  .video-list li h3,
.featured-video h3 {
    font-size: 3.1em;
  }

  .home .video-list li {
    padding: 0 2.5em;
  }

  .featured-video p {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1280px) {
  .featured-video p {
    font-size: 1.7em;
    padding: 0 1.5em;
  }
}
/* Videos Category */
.video-list.fhpagination-list li {
  margin: 0;
}

@media screen and (min-width: 600px) {
  .video-list.fhpagination-list li:nth-child(odd) {
    clear: left;
  }

  .video-list.fhpagination-list li {
    padding: 0 2em;
  }
}
@media screen and (min-width: 1024px) {
  .video-list.fhpagination-list li:nth-child(odd) {
    clear: none;
  }

  .video-list.fhpagination-list li:nth-child(3n+4) {
    clear: left;
  }
}
/* Videos Archive */
.video-categories-wrapper,
.video-single-wrapper {
  padding: 2em 2em 0;
}

.video-categories-wrapper:before,
.video-single-wrapper:before {
  background-image: url("images/pattern-saw-white.svg");
}

.video-categories {
  margin: 0 auto;
  max-width: 95em;
}

@media screen and (min-width: 768px) {
  .video-categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.video-category {
  /*padding: 0 1.2em 2.4em;*/
  padding: 0 0 2.4em;
}

.video-category-int {
  background-color: #f4f4ed;
  padding: 3.5em 2.5em 3em;
  height: 100%;
}

.video-category h2 {
  color: #6e6259;
  font-size: 2.8em;
  padding: 0 0 1em;
  text-align: center;
}

.video-category h2 a {
  color: inherit;
  text-decoration: none;
}

.list-video {
  border-bottom: 1px solid #e0ded7;
}

.list-video:last-of-type {
  border: 0;
}

.list-video a {
  background-image: url("images/icn-play-brown.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 2.5em;
  color: #6e6259;
  display: block;
  padding: 1.5em 0 1.5em 5em;
  text-decoration: none;
}

.list-video h3 {
  font-size: 1.9em;
  font-weight: 600;
}

.more-videos {
  display: block;
  overflow: hidden;
  margin: 1.5em auto 0;
  position: relative;
  text-decoration: none;
  width: 10.6em;
}

.more-videos .pill-shape-content {
  background-color: #e4e3d4;
  border: 1px solid #d2cfb5;
  border-left: 0;
  border-right: 0;
  color: #6e6259;
  height: 4em;
  margin: 0 1em;
  transition: all 0.15s ease-in-out;
}

.more-videos .pill-shape-content span {
  display: block;
  font-family: "nimbus-sans-condensed";
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1;
  padding: 0.25em 0 0;
  text-transform: uppercase;
}

.more-videos .pill-shape-left {
  border-top: 4.6em solid transparent;
  border-bottom: 4.6em solid transparent;
  border-left: 8em solid #d2cfb5;
  transition: all 0.15s ease-in-out;
}

.more-videos .pill-shape-left:after {
  border-bottom: 4.4em solid transparent;
  border-top: 4.4em solid transparent;
  border-left: 7.3em solid #e4e3d4;
  right: 0.6em;
  transition: all 0.15s ease-in-out;
}

.more-videos .pill-shape-right {
  border-top: 4.6em solid transparent;
  border-bottom: 4.6em solid transparent;
  border-right: 8em solid #d2cfb5;
  transition: all 0.15s ease-in-out;
}

.more-videos .pill-shape-right:after {
  border-bottom: 4.4em solid transparent;
  border-top: 4.4em solid transparent;
  border-right: 7.3em solid #e4e3d4;
  left: 0.6em;
  transition: all 0.15s ease-in-out;
}

.no-touch .more-videos:hover .pill-shape-content,
.no-touch .more-videos:focus .pill-shape-content {
  background-color: #6e6259;
  border-color: #6e6259;
  color: #fff;
}

.no-touch .more-videos:hover .pill-shape-left,
.no-touch .more-videos:hover .pill-shape-left:after,
.no-touch .more-videos:hover .pill-shape-right,
.no-touch .more-videos:hover .pill-shape-right:after,
.no-touch .more-videos:focus .pill-shape-left,
.no-touch .more-videos:focus .pill-shape-left:after,
.no-touch .more-videos:focus .pill-shape-right,
.no-touch .more-videos:focus .pill-shape-right:after {
  border-color: #6e6259;
}

@media screen and (min-width: 768px) {
  .video-category {
    padding: 0 1.2em 2.4em;
  }
  @supports (display: grid) {
    .video-category {
      width: 100%;
    }
  }

  .video-category:nth-child(3) {
    clear: left;
  }

  .video-categories-wrapper,
.video-single-wrapper {
    padding: 4em 2em;
  }
}
@media screen and (min-width: 1024px) {
  .video-categories-wrapper,
.video-single-wrapper {
    padding: 5em 4em;
  }
}
@media screen and (min-width: 1100px) {
  .video-categories-wrapper,
.video-single-wrapper {
    padding: 10em 4em;
  }
}
/* Section Blocks (Messaging, Recipes, Blog, etc) */
.section-block-link {
  background-position: right 1.125em;
  background-repeat: no-repeat;
  background-size: 0.696em 1.2em;
  border-top-style: solid;
  border-top-width: 1px;
  display: block;
  font-family: "merriweather", serif;
  font-size: 1.6em;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 1.25em 0 1.75em;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

.no-touch .section-block-link:hover,
.no-touch .section-block-link:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.section-block {
  padding: 2em 2em 0;
  position: relative;
}

.section-block:before,
.section-block:after {
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 2.63em 1.37em;
  content: "";
  height: 1.4em;
  left: 0;
  position: absolute;
  width: 100%;
}

.section-block:before {
  bottom: 100%;
  margin: 0 0 -2px;
}

.section-block:after {
  margin: -2px 0 0;
  top: 100%;
}

.home .section-block .script-title {
  font-size: 4.4em;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 0 0.5em;
  text-align: center;
}

.home .section-block .script-title:before,
.home .section-block .script-title:after {
  content: "";
  display: block;
  height: 3px;
  margin: 0.25em auto;
  width: 4em;
}

.home .section-block .script-title:before {
  margin-top: 0.65em;
}

.home .section-block .script-title:after {
  margin-bottom: 0.75em;
}

.home .section-block .script-title.alt {
  display: inline-block;
  position: relative;
}

.home .section-block .script-title.alt:before,
.home .section-block .script-title.alt:after {
  content: "";
  display: block;
  height: 3px;
  margin: -1.5px 0 0;
  position: absolute;
  top: 50%;
  width: 0.8em;
}

.home .section-block .script-title.alt:before {
  left: -1em;
}

.home .section-block .script-title.alt:after {
  right: -1em;
}

@media screen and (min-width: 768px) {
  .section-block-link {
    background-position: right 1em top 0.9em;
    border-style: solid;
    border-width: 1px;
    font-size: 1.8em;
    margin: 0 auto;
    max-width: 32em;
    padding: 1em;
  }

  .section-block {
    padding: 6em;
  }

  .home .section-block .script-title {
    font-size: 5.1em;
    margin: 0 0 1em;
  }

  .home .section-block .script-title.alt:before,
.home .section-block .script-title.alt:after {
    width: 1em;
  }

  .home .section-block .script-title.alt:before {
    left: -1.3em;
  }

  .home .section-block .script-title.alt:after {
    right: -1.3em;
  }
}
@media screen and (min-width: 1024px) {
  .section-block:before,
.section-block:after {
    background-size: 4.9em 2.6em;
    height: 2.5em;
  }
}
@media screen and (min-width: 1280px) {
  .section-block {
    padding: 8em;
  }
}
/* Interior Page Tabbed Data (tables) */
.tabbed-data {
  padding: 0 0 2em;
}

.tabbed-data .mobile-tab-button a {
  background-color: #e8eff6;
  color: #08669b;
  display: inline-block;
  font-size: 2.4em;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  padding: 0.25em 1.75em 0.25em 0.75em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

.tabbed-data .mobile-tab-button a:after {
  background-image: url("images/icn-arrow-down-blue.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0.65em 0.65em;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0.75em;
  top: 0;
  transition: transform 0.25s ease-in-out;
  width: 0.75em;
}

.tabbed-data .mobile-tab-button a.active {
  background-color: #08669b;
  color: #fff;
}

.tabbed-data .mobile-tab-button a.active:after {
  background-image: url("images/icn-arrow-down-white.svg");
  transform: rotate(180deg);
}

.tabbed-data-int {
  position: relative;
}

.tabbed-data .tabs {
  background-color: #08669b;
  border: 0;
  color: #fff;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  width: 100%;
}

.tabbed-data .tabs.active {
  opacity: 1;
  visibility: visible;
}

.tabbed-data .tabs li {
  padding: 0;
}

.tabbed-data .tabs li a {
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 0.5em 1em;
}

.tabbed-data .tabs li:first-of-type {
  padding-top: 0.5em;
}

.tabbed-data .tabs li:last-of-type {
  padding-bottom: 0.5em;
}

.tabbed-data .tabs li.active a {
  background-color: rgba(0, 0, 0, 0.15);
}

.tabbed-data-single-tab {
  background-color: #e8eff6;
  color: #08669b;
  display: none;
  padding: 2em;
}

.tabbed-data-single-tab.active {
  display: block;
}

.tabbed-data-single-tab h4 {
  font-family: "merriweather", serif;
  font-size: 1.7em;
  font-weight: 700;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .tabbed-data .mobile-tab-button {
    display: none;
  }

  .tabbed-data .tabs {
    background-color: transparent;
    color: #08669b;
    position: relative;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
  }

  .tabbed-data .tabs li {
    float: left;
    font-size: 1.8em;
  }

  .tabbed-data .tabs li:first-of-type,
.tabbed-data .tabs li:last-of-type {
    padding: 0;
  }

  .tabbed-data .tabs li a {
    color: #08669b;
    font-family: "nimbus-sans-condensed", sans-serif;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out;
  }

  .tabbed-data .tabs li.active a {
    background-color: #e8eff6;
    text-decoration: none;
  }

  .tabbed-data .tabs li a:hover,
.tabbed-data .tabs li a:focus {
    opacity: 0.75;
    text-decoration: none;
  }

  .tabbed-data .tabs li.active a:hover,
.tabbed-data .tabs li.active a:focus {
    cursor: default;
    opacity: 1;
  }

  .tabbed-data-single-tab {
    padding: 4em 4em 3em;
  }
}
@media screen and (min-width: 1024px) {
  .tabbed-data .tabs li {
    font-size: 2em;
  }
}
@media screen and (min-width: 1280px) {
  .tabbed-data .tabs li {
    font-size: 2.4em;
  }
}
/* Content Styling */
body {
  color: #191919;
}

.hidden-title a {
  height: 1px;
  overflow: hidden;
  width: 1px;
}

.logo:focus {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

h1,
.script-title,
.content-int h2 {
  font-family: "merriweather", serif;
  font-size: 2.8em;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.33;
  padding: 0;
  text-transform: inherit;
}

h2 {
  color: #08669B;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 2.8em;
  font-weight: 900;
  line-height: 1;
  padding: 0.35em 0.5em;
  text-transform: uppercase;
}

.content-int h2 {
  background-color: #08669b;
  color: #fff;
  margin: 0 -0.7142857143em 1.21em;
  padding: 0.75em 1em;
  position: relative;
}

.content-int h2:after {
  border-bottom: 0;
  border-left: 0.6em solid #fff;
  border-right: 0.6em solid #fff;
  border-top: 0.6em solid #08669b;
  content: "";
  height: 0;
  left: 50%;
  margin: 0 0 0 -0.6em;
  position: absolute;
  top: 100%;
  width: 0;
}

.content-int h2.script-title {
  background-color: transparent;
  color: #08669b;
  margin: 0;
  padding: 0.35em 0.5em;
}

.content-int h2.script-title:after {
  display: none;
}

.content-int p + h2 {
  margin-top: 0.75em;
}

h3 {
  font-family: "merriweather", serif;
  font-size: 1.6em;
}

.content-int h3 {
  background-color: #e8eff6;
  color: #08669b;
  display: inline-block;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 2.8em;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 1em;
  padding: 0.35em 0.5em;
  text-transform: uppercase;
}

.content-int h2 + h3 {
  margin-top: 0.35em;
}

.content-int {
  padding: 0 2em 0.1em;
  position: relative;
  text-align: center;
  z-index: 4;
}

.content-int:before,
.content-int:after {
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 2.63em 1.37em;
  content: "";
  height: 1.4em;
  left: 0;
  position: absolute;
  width: 100%;
}

.content-int:before {
  background-image: url("images/pattern-saw-white.svg");
  bottom: 100%;
  margin: 0 0 -2px;
}

.content-int:after {
  background-image: url("images/pattern-saw-white-reversed.svg");
  margin: -2px 0 0;
  top: 100%;
}

.page .content-int:before,
.page .content-int:after {
  display: none;
}

.page-template-template-top-level-php .content-int {
  padding-top: 4em;
}

.page-template-template-top-level .content-int:before,
.page-template-template-top-level .content-int:after {
  display: block;
}

.content-int p.text-center {
  text-align: center;
}

.content-int p,
.content-int a,
.content-int li,
.content-int th,
.content-int td,
.content-int blockquote,
.content-block p,
.content-block a,
.content-block li,
.content-block th,
.content-block td,
.content-block blockquote {
  font-family: "merriweather", serif;
  font-size: 1.5em;
  line-height: 1.5;
  padding: 0 0 1em;
  text-align: left;
}

.content-int a {
  padding: 0;
}

.content-int li:last-of-type,
.content-block li:last-of-type {
  padding-bottom: 0;
}

.content-int li li,
.content-block li li {
  font-size: 1em;
}

.content-int p a,
.content-int li a,
.content-int th a,
.content-int td a,
.content-block p a,
.content-block li a,
.content-block th a,
.content-block td a {
  color: #08669b;
  font-size: 1em;
  text-decoration: none;
}

.no-touch .content-int p a:hover,
.no-touch .content-int li a:hover,
.no-touch .content-int th a:hover,
.no-touch .content-int td a:hover,
.no-touch .content-block p a:hover,
.no-touch .content-block li a:hover,
.no-touch .content-block th a:hover,
.no-touch .content-block td a:hover {
  text-decoration: underline;
}

.no-touch .content-int p a:focus,
.no-touch .content-int li a:focus,
.no-touch .content-int th a:focus,
.no-touch .content-int td a:focus,
.no-touch .content-block p a:focus,
.no-touch .content-block li a:focus,
.no-touch .content-block th a:focus,
.no-touch .content-block td a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.content-int blockquote p,
.content-block blockquote p {
  font-size: 1em;
}

.content-int ul,
.content-block ul {
  border-left: 0.5em solid #e8eff6;
  margin: 0 0 4em 0.7em;
  padding: 0 1em 0 2em;
}

.content-int ul strong,
.content-block ul strong {
  color: #08669B;
}

.content-int ul ul,
.content-block ul ul {
  border-left: 0;
  margin: 0;
  padding: 0;
}

.content-int ol,
.content-block ol {
  margin: 0 0 3em;
}

.content-int ol li,
.content-block ol li {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 1em;
  padding-left: 2.7em;
  position: relative;
}

.content-int ol li span,
.content-block ol li span {
  border: 2px solid #08669b;
  border-radius: 100%;
  color: #08669b;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 600;
  height: 1.875em;
  left: 0;
  line-height: 1.7;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.875em;
}

.content-int ol li:last-of-type,
.content-block ol li:last-of-type {
  border-bottom: 0;
  margin: 0;
}

.content-int img,
.content-block img {
  border-radius: 0.6em;
  width: 100%;
}

/* Video Single */
.youtube-wrap {
  border-radius: 1em;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
  margin-bottom: 4rem;
}

.youtube-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.content-int table {
  background-color: #e8eff6;
  border: 2em solid #e8eff6;
  color: #08669b;
  margin: 0 0 1.5em;
  width: 100%;
}

.content-int table td {
  border-bottom: 1px solid #dae2ec;
  border-right: 1px solid #dae2ec;
  font-size: 1.3em;
  padding: 0.5em 1em;
}

.content-int table td p {
  font-size: 1em;
  padding: 0;
}

.content-int table td:last-of-type {
  border-right: 0;
}

.content-int table tbody tr:last-of-type td {
  border-bottom: 0;
  padding-right: 0;
}

.content-int table thead tr td,
.content-int table tbody tr:first-of-type td,
.content-int table tbody tr td:first-of-type {
  font-weight: 600;
}

.content-int table tr td:first-of-type {
  text-align: right;
  padding-left: 0;
  padding-right: 1em;
  width: 20% !important;
}

.content-int code {
  background-color: #e8eff6;
  color: #6e6259;
  display: block;
  font-size: 1.8em;
  line-height: 1.5;
  padding: 0 2em 2em;
  text-align: left;
  overflow: scroll;
  word-break: keep-all;
  width: 100%;
}

.content-int p code {
  font-size: 1.125em;
}

.content-int code span {
  color: #C8102E;
}

.content-int code strong {
  font-weight: normal;
}

.content-int code em {
  color: #08669b;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .content-int {
    padding-bottom: 2em;
  }

  h1,
.script-title,
.content-int h2,
.content-block h2 {
    font-size: 3.2em;
  }

  .content-int h2,
.content-block h2 {
    margin: 0 auto 2em;
  }

  .content-int h2.script-title,
.content-block h2.script-title {
    max-width: none;
  }

  .content-int p + h2,
.content-block p + h2 {
    margin-top: 1.25em;
  }

  .content-int p,
.content-int a,
.content-int li,
.content-int th,
.content-int td,
.content-int blockquote,
.content-block p,
.content-block a,
.content-block li,
.content-block th,
.content-block td,
.content-block blockquote {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 4.4em;
  }

  .content-int {
    padding-bottom: 4em;
  }

  .content-int:before,
.content-int:after {
    background-size: 4.9em 2.6em;
    height: 2.5em;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 5.1em;
  }

  .content-int {
    padding-bottom: 6em;
  }
}
@media screen and (min-width: 1400px) {
  .content-int h2,
.content-block h2 {
    max-width: 20em;
  }
}
/* Interior Page */
.page-header {
  background-color: #08669b;
  color: #fff;
  padding: 0 0 3em;
  position: relative;
  text-align: center;
}

.page-banner {
  background-color: #191919;
  background-position: center;
  background-size: cover;
  padding: 0 0 42%;
}

.page-header h1,
.page-header h2 {
  background-color: #08669b;
  color: #fff;
  display: inline-block;
  font-family: "merriweather", serif;
  font-size: 4.4em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.33;
  margin: -1.8em 0 0;
  padding: 0.3em 0.65em 0.25em;
  text-transform: inherit;
}

.page-header h1 a,
.page-header h2 a {
  color: inherit;
  text-decoration: none;
}

.page-header .subpages li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 2em;
}

.page-header .subpages li:last-of-type {
  border: 0;
}

.page-header .subpages a {
  background-image: url("images/icn-arrow-right-light-blue.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 1em;
  color: #d4dfea;
  display: block;
  font-family: "merriweather", serif;
  font-size: 1.6em;
  letter-spacing: 0.035em;
  line-height: 1;
  padding: 1em 0;
  text-align: left;
  text-decoration: none;
}

.no-touch .page-header .subpages a:hover,
.no-touch .page-header .subpages a:focus {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .page-header h1,
.page-header h2 {
    font-size: 5.1em;
  }

  .page-header .subpages ul {
    text-align: center;
  }

  .page-header .subpages li {
    border: 0;
    border-right: 1px solid #d4dfea;
    display: inline-block;
    margin: 1em 0;
  }

  .page-header .subpages li:last-of-type {
    border: 0;
  }

  .page-header .subpages a {
    background: none;
    padding: 0 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .page-banner {
    padding: 0 0 25%;
  }

  .page-header .subpages li {
    margin: 0.75em 0 2em;
  }

  .page-header .subpages a {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1600px) {
  .page-banner {
    height: 40em;
    padding: 0;
  }
}
/* Recipe Single */
.recipe-header {
  background-color: #08669b;
  color: #fff;
  text-align: center;
}

.recipe-header .section-int {
  max-width: 98em;
  position: relative;
}

.recipe-banner-int {
  background-position: center;
  background-size: cover;
  border-radius: 0.3em 0.3em 0 0;
  padding: 0 0 60%;
  position: relative;
  border-radius: 5px;
}

.recipe-banner .watch-video {
  display: none;
}

.recipe-banner iframe {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.recipe-header-int {
  padding: 2em;
  position: relative;
  text-align: center;
}

.recipe-header-int h1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: inline-block;
  margin: 0 0 0.5em;
  padding: 0 1em 0.5em;
  position: relative;
  z-index: 1;
}

.recipe-header-int h3 {
  color: #d4dfea;
  font-style: italic;
}

.recipe-header-int h3 strong {
  font-style: normal;
}

.recipe-header-info {
  float: none;
  margin: 0 auto;
  padding: 0 0 2em;
  overflow: hidden;
}

.recipe-header-info .icon-with-info {
  padding: 1em 0 0;
}

.recipe-header-info .icon-with-info div:first-of-type {
  width: 4em;
}

.recipe-header-info .icon-with-info img {
  height: 4em;
  width: 100%;
}

.recipe-header-info .icon-with-info {
  margin: 0 auto;
}

.recipe-header-info .icon-with-info h4 {
  color: #d4dfea;
  font-size: 2.6em;
  line-height: 1.1;
  text-transform: uppercase;
}

.recipe-video-button {
  background-color: #f4f4ed;
  padding: 2em;
}

.recipe-video-button .pill-shape-container {
  display: block;
  margin: 0 auto;
  max-width: 24em;
}

.recipe-video-button .pill-shape-left {
  border-top: 9em solid transparent;
  border-bottom: 9em solid transparent;
  border-left: 18em solid #d2cfb5;
  left: 1.2em;
}

.recipe-video-button .pill-shape-left:after {
  border-top: 9.1em solid transparent;
  border-bottom: 9.1em solid transparent;
  border-left: 17.6em solid #e4e3d4;
  right: 0.3em;
}

.recipe-video-button .pill-shape-right {
  border-top: 9em solid transparent;
  border-bottom: 9em solid transparent;
  border-right: 18em solid #d2cfb5;
  right: 1.2em;
}

.recipe-video-button .pill-shape-right:after {
  border-top: 9.1em solid transparent;
  border-bottom: 9.1em solid transparent;
  border-right: 17.6em solid #e4e3d4;
  left: 0.3em;
}

.recipe-video-button .pill-shape-content {
  background-color: #e4e3d4;
  border: 1px solid #d2cfb5;
  border-left: 0;
  border-right: 0;
  color: #6e6259;
  height: 6.2em;
  padding: 1.1em 0 0;
}

.recipe-video-button img {
  float: left;
  margin: 0.2em 2.2em 0 0.8em;
  width: 5em;
}

.recipe-video-button span {
  float: left;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  text-transform: uppercase;
}

.recipe-video-button .video-embed {
  display: none;
  margin: 0 auto;
  padding: 2em 0 0;
  text-align: center;
}

.recipe-video-button .video-embed iframe {
  width: 100%;
}

.recipe-content {
  padding-bottom: 2em;
}

.single-sses_recipe .content-int:before,
.single-sses_recipe .content-int:after {
  display: none;
}

.single-sses_recipe .content-int {
  padding-top: 4em;
}

@media screen and (min-width: 768px) {
  .single-sses_recipe .content-int {
    padding-top: 6em;
  }
}
.recipe-tips {
  background-color: #e8eff6;
  color: #08669b;
  margin: -3.2em 0 3.2em;
  padding: 2.5em 2.5em 0.9em;
}

.resource-buttons {
  margin: 0 0 1em;
}
.resource-buttons .print-recipe,
.resource-buttons .share-recipe {
  float: none;
  margin: auto;
}
.resource-buttons .print-recipe {
  max-width: 37.4em;
}
.resource-buttons .share-recipe {
  max-width: 37.4em;
  width: 100%;
}
.resource-buttons .share-recipe h4 {
  padding: 1.5em 0.25em;
}

.share-this-int {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

.share-this-int.visible {
  opacity: 1;
  overflow: visible;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .print-recipe,
.share-recipe {
    display: inline-block;
  }

  .print-recipe {
    margin-right: 1.25em;
    max-width: 29.4em;
  }

  .share-recipe {
    max-width: 12.4em;
  }
}
@media screen and (min-width: 1024px) {
  .print-recipe,
.share-recipe {
    max-width: 37.4em;
  }
}
@media screen and (min-width: 1361px) {
  .print-recipe {
    max-width: 29.4em;
  }

  .share-recipe {
    max-width: 12.4em;
  }
}
@media screen and (min-width: 1400px) {
  .print-recipe,
.share-recipe {
    max-width: 37.4em;
  }
}
@media screen and (min-width: 1501px) {
  .print-recipe {
    max-width: 29.4em;
  }

  .share-recipe {
    max-width: 12.4em;
  }
}
p.disclaimer {
  font-size: 1em;
  margin-top: 4em;
}

.recipe-nutrition {
  padding: 2em 3em 0;
}

.nutrition {
  border: 1px solid #191919;
  margin: 0 auto;
  max-width: 32em;
  padding: 0.5em;
  text-align: left;
}

.nutrition h2 {
  background-color: transparent;
  color: #191919;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: -0.1em 0 0.1em;
  padding: 0;
  text-align: left;
}

.nutrition h2:after {
  display: none;
}

.nutrition h2 span {
  float: right;
  font-size: 1.2em;
  margin: -0.1em 0 0;
}

.nutrition h4 {
  border-bottom: 1px solid #191919;
  font-size: 3.4em;
  font-weight: bolder;
  line-height: 1.2;
  margin: 0 0 0.2em;
}

.nutrition .servings {
  font-size: 1.6em;
  line-height: 1;
}

.nutrition h5 {
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1;
  padding: 0 0 0.3em;
}

.nutrition hr {
  border: 0;
  border-bottom: 1em solid #191919;
  clear: both;
}

.nutrition hr.short {
  border-bottom-width: 0.5em;
}

.nutrition dl {
  font-size: 1.5em;
}

.nutrition dt {
  border-bottom: 1px solid #191919;
  clear: both;
  float: left;
  width: 80%;
}

.nutrition-fact-indented {
  padding-left: 5%;
}

.nutrition .nutrition-fact-offset {
  border: 0;
  margin-left: 5%;
  width: 75%;
}

.nutrition .nutrition-fact-offset + dd {
  border: 0;
}

.nutrition .nutrition-fact-indented-more {
  border: 0;
  border-top: 1px solid #191919;
  margin-left: 10%;
  width: 70%;
}

.nutrition .nutrition-fact-indented-more + dd {
  border: 0;
  border-top: 1px solid #191919;
}

.nutrition .nutrition-fact-indented-more + dt {
  border-top: 1px solid #191919;
}

.nutrition-fact-protein,
.nutrition-fact-protein + dd {
  border-top: 1px solid #191919;
}

.nutrition dd {
  border-bottom: 1px solid #191919;
  float: right;
  font-weight: 900;
  text-align: right;
  width: 20%;
}

.nutrition p {
  font-family: "nimbus-sans";
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0.3em 0 0;
}

.nutrition dt.shortened {
  width: 0;
}

.nutrition dd.extended {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .recipe-banner-int {
    padding: 0 0 40%;
  }
}
@media screen and (min-width: 768px) {
  .recipe-header {
    padding: 7em 0 5em;
  }

  .recipe-header .section-int {
    display: table;
    padding: 0 4em;
    width: 100%;
  }

  .recipe-banner {
    border: 0.3em solid #d4dfea;
    border-radius: 0.8em;
    display: table-cell;
    float: none;
    padding: 0 0 26%;
    width: 50%;
  }

  .recipe-banner-int {
    height: 100%;
    padding: 0;
    position: absolute;
    width: 100%;
    top: 0;
  }

  .recipe-banner .watch-video {
    background-color: #d4dfea;
    bottom: 0;
    color: #08669b;
    display: block;
    margin: -3px 0 0;
    padding: 1em 2em 0.75em;
    text-decoration: none;
    position: absolute;
    width: 100%;
  }

  .recipe-banner .watch-video img {
    display: inline-block;
    vertical-align: middle;
    width: 5.6em;
  }

  .recipe-banner .watch-video span {
    display: inline-block;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-size: 2.5em;
    font-weight: 900;
    padding: 0 0 0 0.5em;
    text-transform: uppercase;
    vertical-align: middle;
  }

  .recipe-banner-int iframe {
    z-index: 3;
  }

  .recipe-header-int {
    display: table-cell;
    float: none;
    padding: 0 0 0 4em;
    width: 100%;
  }

  .recipe-header-int h1 {
    margin: 0 0 0.75em;
    padding: 0 0.5em 0.75em;
    width: auto;
  }

  .recipe-header-int h3 {
    font-size: 1.8em;
  }

  .recipe-header-info .icon-with-info h4 {
    font-size: 4em;
  }

  .recipe-video-button {
    display: none;
  }

  .recipe-nutrition {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .recipe-header-int h1 {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 1024px) {
  .recipe-content {
    padding-bottom: 6em;
  }

  .recipe-header-int h1 {
    font-size: 3.2em;
  }
}
@media screen and (min-width: 1280px) {
  .recipe-header-int {
    padding: 0 0 0 6em;
  }
}
@media screen and (min-width: 1400px) {
  .recipe-tips-wrapper {
    padding-top: 6em;
    padding-right: 4em;
  }

  .recipe-nutrition {
    padding: 6em 0 0 0;
  }
}
/* Recipe Category (Archive) */
.recipe-list-container {
  padding: 0;
  z-index: 4;
}

.recipe-list-container:before,
.recipe-list-container:after {
  display: none;
}

/*.recipe-list-container:after  {
    background-image: url( 'images/pattern-saw-white-reversed.svg' );
    margin: -1px 0 0;
    top: 100%;
}*/
.recipe-list li {
  margin: 0 0 1em 0;
  padding: 0 2em 0 0;
}

.recipe-list a {
  display: block;
  min-height: 9.5em;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}

.no-touch .recipe-list a:hover h2,
.no-touch .recipe-list a:focus h2 {
  color: #666;
}

.recipe-list div {
  float: left;
  position: relative;
  vertical-align: top;
}

.recipe-list div:first-of-type {
  background-color: #eee;
  background-position: center;
  background-size: cover;
  border-bottom: 1.2em solid #fff;
  height: 9.4em;
  width: 35%;
}

.recipe-list div:first-of-type:before,
.recipe-list div:first-of-type:after {
  background-image: url("images/bg-recipe-list-right.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1.34em 100%;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.recipe-list div:first-of-type:before {
  background-image: url("images/bg-recipe-list-left.svg");
  background-position: left center;
  display: none;
  left: 0;
  right: auto;
}

.recipe-list div:last-of-type {
  min-height: 9.4em;
  padding: 0 0 1.5em 1.5em;
  position: relative;
  width: 65%;
}

.recipe-list div:last-of-type:after {
  background-color: #d9d9d9;
  bottom: 0;
  content: "";
  height: 1px;
  left: 1.5em;
  position: absolute;
  right: 0;
}

.recipe-list h2 {
  font-family: "merriweather", serif;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.3;
  padding: 0.25em 0 0.75em;
  text-transform: inherit;
}

.recipe-list span {
  border-right: 1px solid #737373;
  color: #737373;
  display: inline-block;
  font-family: "merriweather", serif;
  font-size: 1.6em;
  font-style: italic;
  line-height: 0.9;
  padding: 0 0.5em;
}

.recipe-list span:first-of-type {
  padding-left: 0;
}

.recipe-list span:last-of-type {
  border: 0;
  padding-right: 0;
}

.recipe-list li:last-of-type {
  margin: 0;
}

.recipe-list li:last-of-type div:last-of-type:after {
  background-color: transparent;
}

.recipe-list li.new {
  opacity: 0;
  transform: translateX(1em);
}

.load-more-wrapper .load-more {
  color: transparent;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 300px;
}

.load-more-wrapper .load-more.disabled {
  height: auto;
}

.load-more-wrapper .load-more.disabled.no-more-posts {
  height: 10px;
}

.load-more-wrapper .load-more svg,
.load-more-wrapper .load-more.disabled.no-more-posts svg {
  opacity: 0;
}

.load-more-wrapper .load-more.disabled svg {
  opacity: 1;
}

@media screen and (min-width: 600px) {
  .recipe-list {
    overflow: hidden;
  }

  .recipe-list li {
    margin: 0 0 3em;
    padding: 0 1.5em;
  }

  .recipe-list li a {
    border-bottom: 1px solid #d9d9d9;
    height: 11.5em;
    padding-bottom: 2em;
  }

  .recipe-list div:first-of-type:before {
    display: block;
  }

  .recipe-list div:last-of-type:after {
    background-color: transparent;
  }

  .load-more-wrapper {
    background-color: #fff;
    text-align: center;
    position: relative;
    top: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .recipe-list-container {
    padding: 4em 0 3em;
  }
}
/* Reusable Resource Button */
.resource-button {
  padding: 0 0 2em;
}

.resource-button a {
  background-color: #e4e3d4;
  color: #6e625a;
  display: block;
  font-size: 1em;
  line-height: 1;
  position: relative;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

.resource-button a:hover {
  background-color: #e0dfd0;
}

.resource-button span {
  border-right: 1px solid #6e625a;
  bottom: 0.5em;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 3.3em;
  font-weight: 900;
  left: 0;
  padding: 0.28em 0 0 0.13em;
  position: absolute;
  text-align: center;
  top: 0.5em;
  width: 3.05em;
}

.resource-button span img {
  margin-top: -0.2em;
  width: 50%;
}

.resource-button h4 {
  font-size: 2.1em;
  font-style: italic;
  font-weight: 600;
  padding: 1.5em 0.25em 1.5em 4.8em;
  text-align: center;
}

.resource-button svg {
  height: 100%;
  position: absolute;
  top: 0;
}

.resource-button svg:first-of-type {
  left: -1px;
}

.resource-button svg:last-of-type {
  right: -1px;
}

.resource-button div {
  border: 3px solid #fff;
  border-left: 0;
  border-right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Buttons */
.button {
  display: inline-block;
  overflow: hidden;
  margin: 1.5em auto 0;
  position: relative;
  text-decoration: none;
  /*width: 10.6em;*/
}

a.button.view-pdf {
  margin-right: 1em;
}

.button .pill-shape-content {
  background-color: #e4e3d4;
  border: 1px solid #e4e3d4;
  border-left: 0;
  border-right: 0;
  color: #6e6259;
  height: 4.5em;
  margin: 0 2em;
  transition: all 0.15s ease-in-out;
}

.button .pill-shape-content span {
  display: block;
  font-family: "nimbus-sans-condensed";
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1;
  padding: 0.35em 0 0;
  text-transform: uppercase;
}

.button .pill-shape-left {
  border-top: 4.6em solid transparent;
  border-bottom: 4.6em solid transparent;
  border-left: 8em solid #e4e3d4;
  transition: all 0.15s ease-in-out;
}

.button .pill-shape-left:after {
  border-bottom: 4.4em solid transparent;
  border-top: 4.4em solid transparent;
  border-left: 7.3em solid #e4e3d4;
  right: 0.6em;
  transition: all 0.15s ease-in-out;
}

.button .pill-shape-right {
  border-top: 4.6em solid transparent;
  border-bottom: 4.6em solid transparent;
  border-right: 8em solid #e4e3d4;
  transition: all 0.15s ease-in-out;
}

.button .pill-shape-right:after {
  border-bottom: 4.4em solid transparent;
  border-top: 4.4em solid transparent;
  border-right: 7.3em solid #e4e3d4;
  left: 0.6em;
  transition: all 0.15s ease-in-out;
}

.content-int a.button {
  padding: 0;
}

body .content-int a.button:hover {
  text-decoration: none;
}

body .content-int a.button:focus {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.button:hover .pill-shape-content,
.button:focus .pill-shape-content {
  background-color: #6e6259;
  border-color: #6e6259;
  color: #e4e3d4;
}

.button:hover .pill-shape-left,
.button:focus .pill-shape-left {
  border-left: 8em solid #6e6259;
}

.button:hover .pill-shape-left:after,
.button:focus .pill-shape-left:after {
  border-left: 7.3em solid #6e6259;
}

.button:hover .pill-shape-right,
.button:focus .pill-shape-right {
  border-right: 8em solid #6e6259;
}

.button:hover .pill-shape-right:after,
.button:focus .pill-shape-right:after {
  border-right: 7.3em solid #6e6259;
}

/* Lightbox styles */
.basicLightbox__placeholder > iframe:first-child:last-child,
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: 95vw;
  height: 53vw;
  max-width: 1800px;
  max-height: 1011px;
}

/* Calculator */
.sses-calculator {
  margin: 0 auto 4em;
  max-width: 50em;
}

.sses-calculator h3 {
  margin: 0;
}

.sses-calculator-int {
  background-color: #e8eff6;
  color: #08669b;
  font-size: 9px;
  padding: 1.5em;
}

.edit-family-member {
  margin: 0 -1.5em;
  overflow: hidden;
}

.sses-calculator-intro {
  padding: 0 0 2em;
}

.sses-calculator-int h4 {
  font-family: "merriweather", serif;
  font-size: 1.7em;
  font-weight: 700;
}

.calculator-card-edit-nav {
  background-color: #e8eff6;
  display: inline-block;
  margin: 0 auto -1.9em;
  padding: 0 1.5em;
  position: relative;
  z-index: 2;
}

.calculator-card-edit-nav a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: transparent;
  float: left;
  font-size: 1px;
  height: 24em;
  line-height: 0;
  text-decoration: none;
  width: 12em;
}

.calculator-card-edit-nav-prev {
  background-image: url("images/icn-arrow-left-blue.svg");
}

.calculator-card-edit-nav-next {
  background-image: url("images/icn-arrow-right-blue.svg");
}

.calculator-card-edit-nav .disabled {
  cursor: default;
  opacity: 0.1;
}

.calculator-card-edit-nav span {
  float: left;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 0 1em;
  text-transform: uppercase;
}

.edit-family-member-int {
  margin: 0 0 1.5em;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 300%;
  z-index: 1;
}

.edit-family-member-int > div {
  border: 1px solid #BAD3E3;
  float: left;
  margin: 0 1.5em;
  padding: 3em 1.5em 1.5em;
  width: calc(33.333333% - 3em);
}

.edit-family-member .calculator-edit-gender {
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.calculator-edit-gender li {
  float: left;
  font-size: 1em;
  margin: 1em 0 0.9em;
  padding: 0;
  text-transform: uppercase;
  width: 50%;
}

.calculator-edit-gender li a {
  background-repeat: no-repeat;
  background-size: 1em auto;
  display: block;
  font-family: "nimbus-sans-condensed", sans-serif !important;
  font-size: 3em;
  font-weight: 700;
  height: 3.5em;
  margin: 0 auto;
  padding: 1.75em 0 0;
  text-align: center;
  width: 3.5em;
}

.calculator-edit-gender li.active a {
  background-color: rgba(8, 102, 155, 0.14);
}

.edit-family-member .calculator-edit-gender li a:hover,
.edit-family-member .calculator-edit-gender li a:focus {
  text-decoration: none;
}

.calculator-edit-gender .calculator-select-gender-male a {
  background-image: url("images/calculator/icn-gender-male.svg");
  background-position: center 0.6em;
}

.calculator-edit-gender .calculator-select-gender-female a {
  background-image: url("images/calculator/icn-gender-female.svg");
  background-position: center 0.5em;
  background-size: 0.8em auto;
}

.edit-family-member .calculator-range a {
  background-color: rgba(8, 102, 155, 0.2);
  border-radius: 100%;
  display: inline-block;
  height: 2em;
  font-size: 1em;
  margin: 0 1.5em;
  position: relative;
  top: 0.3em;
  width: 2em;
}

.edit-family-member .calculator-range a:before,
.edit-family-member .calculator-range a:after {
  background-color: #08669b;
  content: "";
  position: absolute;
}

.edit-family-member .calculator-range a:before {
  height: 0.2em;
  left: 0.5em;
  top: 0.9em;
  width: 1em;
}

.edit-family-member .calculator-range a:after {
  height: 1em;
  left: 0.9em;
  top: 0.5em;
  width: 0.2em;
}

.edit-family-member .calculator-range a:first-of-type:after {
  display: none;
}

.edit-family-member .calculator-range span {
  display: inline-block;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  padding: 0.5em 0 1em;
  text-transform: uppercase;
}

.calculator-range-int {
  margin: 0 -0.75em;
  padding: 0 0 4em;
  position: relative;
}

.edit-family-member input[type=range] {
  background-color: transparent;
  font-size: 1em;
  position: relative;
  width: 100%;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.edit-family-member input[type=range]:before,
.edit-family-member input[type=range]:after {
  background-color: #e8eff6;
  content: "";
  height: 1.5em;
  margin: -0.75em 0 0;
  position: absolute;
  top: 50%;
  width: 1.5em;
  z-index: 1;
}

.edit-family-member input[type=range]:before {
  left: 3px;
}

.edit-family-member input[type=range]:after {
  right: 3px;
}

.edit-family-member input[type=range]::-webkit-slider-runnable-track {
  background-color: #08669b;
  border: none;
  height: 1px;
  width: 100%;
}

.edit-family-member input[type=range]::-webkit-slider-thumb {
  background-color: #fff;
  border: 2px solid #08669b;
  border-radius: 100%;
  height: 3em;
  margin-top: -1.5em;
  position: relative;
  width: 3em;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.edit-family-member input[type=range]:focus {
  outline: none;
}

.calculator-range-int > div {
  background-color: #08669b;
  content: "";
  position: absolute;
  height: 2.5em;
  top: -0.6em;
  width: 1px;
  z-index: 1;
}

.edit-family-member .calculator-range-int > div span {
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  left: 50%;
  margin: 0 0 0 -1.5em;
  padding: 0.25em 0 0;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 3em;
}

.calculator-range-int > .range-1 {
  left: 1.9em;
}

.calculator-range-int > .range-2 {
  left: calc(25% + 0.75em);
}

.calculator-range-int > .range-3 {
  left: 50%;
}

.calculator-range-int > .range-4 {
  left: calc(75% - 0.75em);
}

.calculator-range-int > .range-5 {
  right: 1.9em;
}

.family-member-details {
  border: 1px solid #BAD3E3;
  height: 15em;
  margin: 0 0 1.5em;
  padding: 1.5em;
  position: relative;
  text-align: left;
}

.family-member-details h4 {
  font-size: 2em;
  padding: 0 0 0.5em;
}

.content-int .remove-family-member {
  color: transparent;
  font-size: 1em;
  line-height: 0;
  position: absolute;
  right: 1em;
  top: 2.6em;
}

.remove-family-member:before,
.remove-family-member:after {
  background-color: #08669B;
  content: "";
  left: 50%;
  height: 0.2em;
  margin: -0.1em 0 0 -1em;
  position: absolute;
  top: 50%;
  width: 2em;
}

.remove-family-member:before {
  transform: rotate(-45deg);
}

.remove-family-member:after {
  transform: rotate(45deg);
}

.edit-family-member-button {
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
}

.family-member-details p span {
  text-transform: capitalize;
}

.add-family-member {
  border: 1px solid #BAD3E3;
}

.add-family-member a {
  color: #08669b;
  display: block;
  font-size: 1.8em;
  font-weight: 700;
  padding: 2em;
  text-align: center;
  text-decoration: none;
}

.content-int .calculator-button {
  display: inline-block;
  font-size: 10px;
  margin: 1.5em 0 0;
  padding: 0;
  text-decoration: none;
}

.calculator-button .pill-shape-content {
  background-color: #fff;
  border: 2px solid #d9d9d9;
  border-left: 0;
  border-right: 0;
  color: #666666;
  height: 5em;
  margin: 0 3em;
}

.calculator-button .pill-shape-content span {
  display: block;
  font-family: "nimbus-sans-condensed";
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1;
  padding: 0.4em 0 0;
  text-transform: uppercase;
}

.calculator-button .pill-shape-left {
  border-top: 4.6em solid transparent;
  border-bottom: 4.6em solid transparent;
  border-left: 8em solid #d9d9d9;
}

.calculator-button .pill-shape-left:after {
  border-bottom: 4.4em solid transparent;
  border-top: 4.4em solid transparent;
  border-left: 7.3em solid #fff;
}

.calculator-button .pill-shape-right {
  border-top: 4.6em solid transparent;
  border-bottom: 4.6em solid transparent;
  border-right: 8em solid #d9d9d9;
}

.calculator-button .pill-shape-right:after {
  border-bottom: 4.4em solid transparent;
  border-top: 4.4em solid transparent;
  border-right: 7.3em solid #fff;
}

.calculator-button .pill-shape-content {
  background-color: #08669b;
  border-color: #08669b;
  color: #fff;
}

.calculator-button .pill-shape-left,
.calculator-button .pill-shape-left:after,
.calculator-button .pill-shape-right,
.calculator-button .pill-shape-right:after {
  border-color: #08669b;
}

.content-int .calculator-button.disabled {
  cursor: default;
  opacity: 0.1;
}

.edit-family-member .calculator-button {
  float: right;
}

.edit-family-member .calculator-button .pill-shape-content {
  height: 4em;
}

.edit-family-member .calculator-button .pill-shape-content span {
  padding-top: 0.2em;
}

/* Calculator Results */
.calculator-results p {
  font-size: 1.6em;
  text-align: center;
}

.calculator-results h4 {
  font-size: 2.1em;
  margin: 0 0 0.5em;
  position: relative;
}

.calculator-results h4 span {
  background-color: #e8eff6;
  display: inline-block;
  padding: 0.33em 0.66em;
  position: relative;
  z-index: 2;
}

.calculator-results h4:after {
  background-color: #c8dbe7;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.content-int .calculator-results-data {
  border: 0;
  margin: 0 0 1em;
  overflow: hidden;
  padding: 1.6em 0 0;
}

.content-int .calculator-results-data li {
  float: left;
  font-size: 1em;
  padding: 0 1em;
  text-align: center;
  width: 50%;
}

.calculator-results-data li:first-of-type {
  border-right: 1px solid #c8dbe7;
}

.calculator-results-data li span {
  display: block;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.calculator-results-data li em {
  font-size: 1.6em;
}

.content-int .calculator-results-compare {
  border: 0;
  margin: 0 0 1em;
  overflow: hidden;
  padding: 0 0 1em;
}

.content-int .calculator-results-compare li {
  float: left;
  font-size: 1em;
  text-align: center;
  width: 33.33333%;
}

.content-int .calculator-results-compare li a {
  background-image: url("images/bg-pill-outline.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 3.32em 1.68em;
  display: inline-block;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  height: 1.68em;
  padding: 0.05em 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 3.32em;
}

.content-int .calculator-results-compare li a,
.content-int .calculator-results-compare li a:hover,
.content-int .calculator-results-compare li a:focus {
  text-decoration: none;
}

.content-int .calculator-results-compare li a.active,
.no-touch .content-int .calculator-results-compare li a:hover,
.no-touch .content-int .calculator-results-compare li a:focus {
  background-image: url("images/bg-pill-fill.svg");
  color: #fff;
}

.content-int .calculator-results-compare li a.active:after {
  border-bottom: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #08669b;
  content: "";
  display: block;
  height: 0;
  margin: 0 0 0 -0.5em;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 0;
}

.calculator-results-tabs {
  border: 1px solid #c8dbe7;
  padding: 1.5em;
}

.calculator-results-tabs > div {
  display: none;
}

.calculator-results-tabs .active {
  display: block;
}

.calculator-results-tabs p {
  font-size: 1.4em;
  padding: 0 0 1em;
  text-align: left;
}

.calculator-results-tabs a {
  font-weight: 900;
}

.calculator-results-tabs ol {
  margin: 0;
}

.calculator-results-tabs ol li {
  border: 0;
  font-size: 1.4em;
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
  padding: 0 0 1em;
}

@media screen and (min-width: 375px) {
  .sses-calculator-int {
    font-size: 10px;
  }

  .calculator-range-int > .range-1 {
    left: 1.8em;
  }

  .calculator-range-int > .range-5 {
    right: 1.8em;
  }

  .calculator-results {
    padding: 1em;
  }
}
/* Favorite a Recipe */
.favorite-recipe {
  background-color: #08669b;
  border-radius: 100%;
  color: transparent;
  left: 50%;
  height: 6.1em;
  overflow: hidden;
  margin: 0 0 0 -3.05em;
  position: absolute;
  top: -2.75em;
  width: 6.1em;
  z-index: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.favorite-recipe svg {
  margin: 1.8em auto 0;
  width: 2.4em;
}

.favorite-recipe path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

.favorite-recipe.liked path {
  stroke: #F16178;
  fill: #F16178;
}

@media screen and (min-width: 768px) {
  .favorite-recipe {
    bottom: -7.6em;
    left: 0;
    top: auto;
    z-index: 999;
  }

  .favorite-recipe svg {
    margin: 2.4em auto 0;
  }
}
/* Favorite a Recipe Tooltip */
.favorite-tooltip {
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: -14em;
  z-index: 999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.favorite-tooltip-int {
  /*    animation: tooltipFloat 2s ease-in-out infinite;*/
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1);
  display: inline-block;
  max-width: 300px;
  padding: 2.5em;
  position: relative;
}

.favorite-tooltip-int::after {
  border: 16px solid transparent;
  border-top-color: #ffffff;
  bottom: -32px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: calc(50% - 16px);
}

.favorite-tooltip-int p {
  color: #191919;
  font-family: "merriweather", serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
}

.favorite-tooltip-int .close {
  position: absolute;
  right: 1.25em;
  top: 1.25em;
}

.favorite-tooltip-int .close svg {
  height: 1.2em;
}

@keyframes tooltipPop {
  from {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes tooltipFloat {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (min-width: 768px) {
  .favorite-tooltip {
    bottom: -0.5em;
    left: -15em;
    right: auto;
    top: auto;
  }
}
/* Tip of the Week */
.tip-of-the-week-content {
  background-color: #08669b;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tip-of-the-week-content .content-int {
  height: 100%;
}

.tip-of-the-week-content-int {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.tip-of-the-week-content-int > h2 {
  flex-shrink: 1;
}

.tip-of-the-week-content-int > h2:before,
.tip-of-the-week-content-int > h2:after {
  display: none;
}

a.read-tip-of-the-week {
  color: #fff;
  display: inline-block;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.read-tip-of-the-week span {
  background-color: rgba(202, 199, 167, 0.15);
  display: inline-block;
  padding: 0.125em 0.5em;
}

.read-tip-of-the-week img {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: auto;
}

.read-tip-of-the-week .bg-read-more-left {
  right: 100%;
}

.read-tip-of-the-week .bg-read-more-right {
  left: 100%;
}

.no-touch .blog-list a:hover,
.no-touch .blog-list a:focus {
  color: #fff;
}

/* Icon With Info */
.icon-with-info {
  display: table;
}

.icon-with-info > div {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.icon-with-info img {
  display: block;
  height: 5.5em;
  margin: 0 auto;
  max-width: 5.5em;
}

.icon-with-info h4 {
  font-family: "nimbus-sans-condensed", sans-serif;
  /*font-size: 5.8em;*/
  font-size: 5em;
  font-weight: 900;
  padding: 0 0 0 0.2em;
}

/* Pill Buttons */
.pill-shape-container {
  overflow: hidden;
  position: relative;
}

.pill-shape {
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  z-index: 0;
}

.pill-shape:after {
  content: "";
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  z-index: 2;
}

.pill-shape-left {
  border-top: 14em solid transparent;
  border-bottom: 14em solid transparent;
  border-left: 28em solid #0f547b;
  border-radius: 50% 0 0 50%;
  left: 0.3em;
}

.pill-shape-left:after {
  border-top: 13.7em solid transparent;
  border-bottom: 13.7em solid transparent;
  border-left: 27.2em solid #105882;
  border-radius: 50% 0 0 50%;
  right: 0.5em;
  /* because these come after and are the same size, they need to be pushed in the opposite direction */
}

.pill-shape-right {
  border-top: 14em solid transparent;
  border-bottom: 14em solid transparent;
  border-right: 28em solid #0f547b;
  border-radius: 0 100% 100% 0;
  right: 0.3em;
}

.pill-shape-right:after {
  border-top: 13.7em solid transparent;
  border-bottom: 13.7em solid transparent;
  border-right: 27.2em solid #105882;
  border-radius: 0 100% 100% 0;
  left: 0.5em;
  /* because these come after and are the same size, they need to be pushed in the opposite direction */
}

.pill-shape-content {
  background-color: #105882;
  border: 0.3em solid #0f547b;
  border-left: 0;
  border-right: 0;
  color: #cac7a7;
  height: 13em;
  margin: 0 2em;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 2;
}

/* ALGOLIA SEARCH STYLING ======================================================================== */
/* search input box and icon styling */
.content-int #ais-wrapper #algolia-search-box .search-icon {
  fill: #08669b;
}

.content-int #ais-wrapper #algolia-search-box input {
  border-bottom: 2px solid #08669b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* results section */
/* results thumbnail */
.content-int #algolia-hits .ais-hits--thumbnail a {
  width: 150px;
  max-height: 150px;
  display: block;
}

.content-int #algolia-hits .ais-hits--thumbnail a img {
  display: block;
}

/* results content */
.content-int #algolia-hits .ais-hits--item {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  padding: 1.5rem 0;
}

.content-int #algolia-hits .ais-hits--item:last-child {
  border-bottom: none;
}

.content-int #algolia-hits .ais-hits--item h2 {
  background: transparent;
  max-width: 100%;
  padding: 0;
  text-align: left;
}

.content-int #algolia-hits .ais-hits--item h2:after {
  display: none;
}

.content-int #algolia-hits .ais-hits--item h2 a {
  color: #08669b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.1;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  padding: 5px 0;
  margin: 0 0 10px;
  float: left;
}

.content-int #algolia-hits .ais-hits--item h2 a:hover,
.content-int #algolia-hits .ais-hits--item h2 a:active {
  color: #191919;
  text-decoration: underline;
}

.content-int #algolia-hits .ais-hits--item .excerpt {
  display: block;
  float: left;
}

.content-int #algolia-hits .ais-hits--item .excerpt p {
  padding: 0;
}

/* styling for search term */
.content-int #algolia-hits .ais-hits--item em {
  background: #e8eff6;
  font-weight: bold;
  font-style: italic;
}

/* styling for no results error */
.content-int #algolia-hits .ais-hits__empty {
  font-size: 1.8em;
  font-style: italic;
}

/* pagination styling */
.content-int #algolia-pagination {
  margin: 2rem 0 0;
  text-align: left;
}

.content-int #algolia-pagination ul {
  border-left: none;
  margin: 0;
  padding: 0;
}

.content-int #algolia-pagination .ais-pagination--item {
  display: inline-block;
  padding: 2px 5px;
}

.content-int #algolia-pagination .ais-pagination--item a {
  color: #191919;
}

.content-int #algolia-pagination .ais-pagination--item a:hover,
.content-int #algolia-pagination .ais-pagination--item a:active,
.content-int #algolia-pagination .ais-pagination--item__active a {
  color: #08669b;
  text-decoration: underline;
}

.content-int #algolia-pagination .ais-pagination--item__disabled {
  display: none;
}

/* styling for "results found" and "search by" for mobile */
@media screen and (max-width: 400px) {
  .content-int #algolia-search-box {
    margin-bottom: 75px;
  }

  .content-int .ais-search-box--powered-by {
    right: auto;
    left: 0;
    top: 90px;
  }
}
/* Secondary Header */
.secondary-header,
.secondary-header.headroom.headroom--top {
  background-image: url("images/bg-header.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 201.8em 102.1em;
  margin: 0 0 -2em;
  position: relative;
  top: auto;
  transition: all 0.2s linear;
  width: 100%;
  z-index: 10;
}

.secondary-header.headroom--not-top {
  z-index: 1000;
}

.home .secondary-header.headroom--top {
  background-image: none;
  margin: 0;
}

.home .secondary-header.headroom--not-top {
  background-image: url("images/bg-header.svg");
}

.secondary-header h2 {
  /*font-size: 3.2em;*/
  font-size: 2.8em;
  padding: 1em 0.75em 1.5em;
}

.secondary-header h2 span {
  color: #627d05;
}

.secondary-header h2 a {
  color: inherit;
  text-decoration: none;
}

.secondary-header h2 a:focus svg {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.secondary-header.headroom--pinned {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.secondary-header.headroom--unpinned {
  top: 0;
  position: fixed;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.secondary-header .show-mobile-menu {
  margin-top: -1.6em;
}

.secondary-header .menu-button-icn li {
  background-color: #6e6259;
  border-radius: 0;
}

@media screen and (min-width: 375px) {
  .secondary-header h2 {
    font-size: 3.2em;
  }
}
@media screen and (min-width: 768px) {
  .home .secondary-header {
    background-image: none;
    margin: 0;
  }

  .secondary-header h2 {
    font-size: 4.8em;
    padding: 0.75em 0 1em;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .secondary-header {
    background-size: 340em 171.85em;
    margin-bottom: -3.5em;
  }

  .secondary-header h2 {
    font-size: 6em;
  }
}
/* Main Nav */
.secondary-header .mobile-menu {
  background-color: #08669b;
  box-shadow: none;
  top: calc(100% - 2em);
}

.secondary-header .mobile-menu .sub-menu,
.secondary-header .mobile-menu a.close-sub-menu {
  background-color: #105882;
}

.secondary-header .mobile-menu a.close-sub-menu {
  background-image: url("images/icn-arrow-tan-left.svg");
}

.secondary-header .mobile-menu a.close-sub-menu,
.secondary-header .mobile-menu a.close-sub-menu:hover,
.secondary-header .mobile-menu a.close-sub-menu:focus {
  color: #d1cfb4;
}

.secondary-header .mobile-menu .menu-item-has-children {
  background-image: url("images/icn-arrow-tan-right.svg");
}

.secondary-header .mobile-menu li a:hover,
.secondary-header .mobile-menu li a:focus {
  color: #fff;
}

.secondary-header .mobile-menu .site-search,
.secondary-header .mobile-menu .site-search input[type=submit] {
  background-color: #d1cfb4;
}

.secondary-header .mobile-menu .site-search input[type=text] {
  background-color: #fff;
}

/* Header */
.logo a {
  display: block;
}

.header .show-mobile-menu {
  display: none;
}

.ancillary-mobile-menu {
  display: none;
}

.ancillary-menu ul {
  visibility: hidden;
}

.social-nav .facebook {
  background-image: url("images/facebook.svg");
}

.social-nav .twitter {
  background-image: url("images/twitter.svg");
}

.social-nav .pinterest {
  background-image: url("images/pinterest.svg");
}

.social-nav .youtube {
  background-image: url("images/youtube.svg");
  background-size: auto 2em;
}

.ancillary-menu .open-search {
  background-image: url("images/icn-search.svg");
  /*    display: none;*/
}

.social-nav li a {
  color: transparent;
}

.ancillary-menu .site-search a.open-search {
  background-image: url("./images/icn-search-white.svg");
  background-position: 49% 49%;
  background-repeat: no-repeat;
  border: 10px;
  border-radius: 50%;
  color: transparent;
  display: block;
  height: 35px;
  line-height: 0;
  opacity: 1;
  overflow: hidden;
  pointer-events: all;
  position: absolute;
  right: 3px;
  top: 3px;
  transform: rotate(0deg);
  transition: all 0.15s ease-in-out;
  width: 35px;
}

/* hopefully this is temporary. Typekit is being weird and causing line height issues */
@media screen and (min-width: 768px) {
  .top-menu-int {
    padding-bottom: 1.4em;
    padding-top: 1.4em;
  }

  .ancillary-and-social {
    float: right;
    margin: 1.7em 0 0 -0.8em;
  }

  /* Master theme override (version >1.3) */
  .ancillary-menu .open-search {
    right: -0.75em;
    top: -0.9em;
  }

  .ancillary-menu .site-search {
    right: -1em;
    top: -1.2em;
  }

  .ancillary-and-social .social-nav {
    display: block;
    float: left;
    margin: -0.2em 0 0 0.2rem;
  }
}
/* Pantry Archive */
.pantry-archive-list {
  overflow: hidden;
  padding: 2em 0 2em;
}

.pantry-archive-list li {
  display: inline-block;
  padding: 0 1em 0.5em;
  position: relative;
  width: 100%;
}

.pantry-archive-list a {
  background-color: #f0f0f0;
  background-position: left 3em center;
  background-repeat: no-repeat;
  background-size: 5em 5em;
  color: #666666;
  display: table;
  text-decoration: none;
  width: 100%;
}

.pantry-archive-list a h2 {
  color: inherit;
  display: table-cell;
  height: 100%;
  text-align: left;
  padding-left: 4em;
  vertical-align: middle;
  width: 100%;
}

.pantry-archive-list a div {
  left: 0;
}

@media screen and (min-width: 768px) {
  .pantry-archive-list {
    padding: 2em 0 4em;
  }

  .pantry-archive-list li {
    float: left;
    padding: 0 0.75em;
    width: 50%;
  }

  .pantry-archive-list a {
    background-position: left 5em center;
    background-size: 7em 7em;
  }

  .pantry-archive-list a h2 {
    padding-left: 5.3em;
  }
}
@media screen and (min-width: 1024px) {
  .pantry-archive-list {
    margin-top: -3em;
    padding: 0 0 8em;
  }

  .pantry-archive-list li {
    width: 33.3333%;
  }
}
/* Pantry Template */
.page-template-template-pantry .page-header,
.single-sses_pantry .page-header {
  background-color: transparent;
}

.page-template-template-pantry .content-int,
.single-sses_pantry .content-int {
  padding-top: 2em;
}

.page-template-template-pantry h1 {
  color: #08669b;
  padding: 0 0 1em;
}

.pantry-page-intro p {
  font-size: 1.5em;
  letter-spacing: 0.025em;
  line-height: 1.6;
  padding: 0 0 3em;
  text-align: center;
}

.preperation-tips > ul {
  background-color: #f4f4ed;
  border: 0;
  color: #6e6259;
  margin: -3.2em 0 6em;
  padding: 0 2.5em 1.2em;
}

.preperation-tips li,
.helpful-links li {
  border-bottom: 1px solid #e0ded7;
  font-size: 1em;
  overflow: hidden;
  padding: 1.2em 0;
}

.preperation-tips li:last-of-type {
  border: 0;
}

.preperation-tips h3 {
  background-color: #f4f4ed;
  color: #6e6259;
}

.preperation-tips li h4,
.helpful-links li h4 {
  color: #6e6259;
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.1;
  transition: all 0.15s ease-in-out;
}

.preperation-tips li h4 {
  padding-top: 0.8em;
}

.preperation-tip-links {
  overflow: hidden;
  width: 100%;
}

.content-int .preperation-tips .button {
  margin: 1em 1em 0 0;
}

.helpful-links ul {
  border: 0;
  margin: 0 0 8em;
  padding: 0;
}

.helpful-links li {
  border-bottom: 1px solid #d9d9d9;
  padding: 0;
}

.helpful-links li:last-of-type {
  border: 0;
}

.helpful-links li a {
  background-image: url("images/icn-arrow-right-blue.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1.3em auto;
  color: #191919;
  display: block;
  padding: 2em 2em 2em 0;
}

.helpful-links li a h4 {
  color: #08669b;
}

.helpful-links li a p {
  font-style: italic;
  letter-spacing: 0.025em;
  padding: 0;
}

.no-touch .helpful-links li a:hover h4,
.no-touch .helpful-links li a:focus h4 {
  color: #191919;
}

.content-int .helpful-links li a:hover,
.content-int .helpful-links li a:focus {
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .preperation-tips li h4 {
    float: left;
  }

  .preperation-tip-links {
    float: right;
    width: auto;
  }

  .content-int .preperation-tips .button {
    margin: 0 0 0 1em;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-pantry .content-int {
    padding-top: 4em;
  }

  .pantry-page-intro p {
    font-size: 1.8em;
    padding: 0 0 4em;
  }
}
/* Pantry Template */
.pantry-app-banner-icon {
  display: none;
}

.single-sses_pantry .category-header {
  padding-top: 0;
}

.single-sses_pantry .condensed-title {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.37em 1.33em;
  padding-left: 1.75em;
}

.single-sses_pantry .content-int:before,
.single-sses_pantry .content-int:after {
  display: none;
}

.pantry-main-content {
  padding-bottom: 0;
}

.pantry-main-content h2:last-of-type {
  margin-bottom: 1.4em;
}

.single-sses_pantry .featured-recipes .recipe-list li {
  float: left;
  display: block;
}

.single-sses_pantry .featured-recipes .recipe-list div:first-of-type {
  width: 40%;
}

.single-sses_pantry .featured-recipes .recipe-list div:last-of-type {
  width: 60%;
}

@media screen and (min-width: 640px) {
  .single-sses_pantry .category-header {
    padding-bottom: 3em;
    padding-top: 2em;
  }
}
@media screen and (min-width: 768px) {
  .single-sses_pantry .resource-button {
    padding: 0;
  }

  .single-sses_pantry .resource-button:first-of-type {
    padding-right: 1.5em;
  }

  .single-sses_pantry .resource-button:last-of-type {
    padding-left: 1.5em;
  }
}
/* Produce Archive */
.produce-archive-list {
  overflow: hidden;
  padding: 2em 0 2em;
}

.produce-archive-list li {
  display: inline-block;
  padding: 0 1em 0.5em;
  position: relative;
  width: 100%;
}

.produce-archive-list a {
  background-color: #f0f0f0;
  background-position: left 3em center;
  background-repeat: no-repeat;
  background-size: 5em 5em;
  color: #666666;
  display: table;
  text-decoration: none;
  width: 100%;
}

.produce-archive-list a h2 {
  color: inherit;
  display: table-cell;
  height: 100%;
  text-align: left;
  padding-left: 4em;
  vertical-align: middle;
  width: 100%;
}

.produce-archive-list a div {
  left: 0;
}

@media screen and (min-width: 768px) {
  .produce-archive-list {
    padding: 2em 0 4em;
  }

  .produce-archive-list li {
    float: left;
    padding: 0 0.75em;
    width: 50%;
  }

  .produce-archive-list a {
    background-position: left 5em center;
    background-size: 7em 7em;
  }

  .produce-archive-list a h2 {
    padding-left: 5.3em;
  }
}
@media screen and (min-width: 1024px) {
  .produce-archive-list {
    margin-top: -3em;
    padding: 0 0 8em;
  }

  .produce-archive-list li {
    width: 33.3333%;
  }
}
/* Produce Template */
.page-template-template-produce .page-header,
.single-sses_produce .page-header {
  background-color: transparent;
}

.page-template-template-produce .content-int,
.single-sses_produce .content-int {
  padding-top: 2em;
}

.page-template-template-produce h1 {
  color: #08669b;
  padding: 0 0 1em;
}

.produce-page-intro p {
  font-size: 1.5em;
  letter-spacing: 0.025em;
  line-height: 1.6;
  padding: 0 0 3em;
  text-align: center;
}

.preperation-tips > ul {
  background-color: #f4f4ed;
  border: 0;
  color: #6e6259;
  margin: -3.2em 0 6em;
  padding: 0 2.5em 1.2em;
}

.preperation-tips li,
.helpful-links li {
  border-bottom: 1px solid #e0ded7;
  font-size: 1em;
  overflow: hidden;
  padding: 1.2em 0;
}

.preperation-tips li:last-of-type {
  border: 0;
}

.preperation-tips h3 {
  background-color: #f4f4ed;
  color: #6e6259;
}

.preperation-tips li h4,
.helpful-links li h4 {
  color: #6e6259;
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.1;
  transition: all 0.15s ease-in-out;
}

.preperation-tips li h4 {
  padding-top: 0.8em;
}

.preperation-tip-links {
  overflow: hidden;
  width: 100%;
}

.content-int .preperation-tips .button {
  margin: 1em 1em 0 0;
}

.helpful-links ul {
  border: 0;
  margin: 0 0 8em;
  padding: 0;
}

.helpful-links li {
  border-bottom: 1px solid #d9d9d9;
  padding: 0;
}

.helpful-links li:last-of-type {
  border: 0;
}

.helpful-links li a {
  background-image: url("images/icn-arrow-right-blue.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1.3em auto;
  color: #191919;
  display: block;
  padding: 2em 2em 2em 0;
}

.helpful-links li a h4 {
  color: #08669b;
}

.helpful-links li a p {
  font-style: italic;
  letter-spacing: 0.025em;
  padding: 0;
}

.no-touch .helpful-links li a:hover h4,
.no-touch .helpful-links li a:focus h4 {
  color: #191919;
}

.content-int .helpful-links li a:hover,
.content-int .helpful-links li a:focus {
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .preperation-tips li h4 {
    float: left;
  }

  .preperation-tip-links {
    float: right;
    width: auto;
  }

  .content-int .preperation-tips .button {
    margin: 0 0 0 1em;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-produce .content-int {
    padding-top: 4em;
  }

  .produce-page-intro p {
    font-size: 1.8em;
    padding: 0 0 4em;
  }
}
/* Produce Template */
.produce-app-banner-icon {
  display: none;
}

.single-sses_produce .category-header {
  padding-top: 0;
}

.single-sses_produce .condensed-title {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.37em 1.33em;
  padding-left: 1.75em;
}

.single-sses_produce .content-int:before,
.single-sses_produce .content-int:after {
  display: none;
}

.produce-main-content {
  padding-bottom: 0;
}

.produce-main-content h2:last-of-type {
  margin-bottom: 1.4em;
}

.single-sses_produce .featured-recipes .recipe-list li {
  float: left;
  display: block;
}

.single-sses_produce .featured-recipes .recipe-list div:first-of-type {
  width: 40%;
}

.single-sses_produce .featured-recipes .recipe-list div:last-of-type {
  width: 60%;
}

@media screen and (min-width: 640px) {
  .single-sses_produce .category-header {
    padding-bottom: 3em;
    padding-top: 2em;
  }
}
@media screen and (min-width: 768px) {
  .single-sses_produce .resource-button {
    padding: 0;
  }

  .single-sses_produce .resource-button:first-of-type {
    padding-right: 1.5em;
  }

  .single-sses_produce .resource-button:last-of-type {
    padding-left: 1.5em;
  }
}
/* Blog (Featured) */
.from-the-blog {
  background-color: #6e6259;
  background-image: url("images/background-wood-small.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 4em;
  text-align: center;
  z-index: 1;
}

.from-the-blog .script-title {
  color: #fff;
}

.from-the-blog .script-title:before,
.from-the-blog .script-title:after {
  background-color: rgba(202, 199, 167, 0.25);
}

.blog-list li {
  padding: 0 0 4em;
}

.blog-list h3 a,
.blog-list h3 {
  color: #cac7a7;
  font-family: "merriweather", serif;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.2;
  padding: 0 1em 0.75em;
  text-transform: none;
}

.blog-list p {
  color: #fff;
  font-family: "merriweather", serif;
  font-size: 1.6em;
  letter-spacing: 0.035em;
  padding: 0 0 1.5em;
}

.blog-list a {
  color: #cac7a7;
  display: inline-block;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-list span {
  background-color: rgba(202, 199, 167, 0.15);
  display: inline-block;
  padding: 0.125em 0.5em;
}

.blog-list a img {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: auto;
}

.blog-list a .bg-read-more-left {
  right: 100%;
}

.blog-list a .bg-read-more-right {
  left: 100%;
}

.no-touch .blog-list a:hover,
.no-touch .blog-list a:focus {
  color: #fff;
}

.page-blog-section {
  padding-top: 5em;
}

.page-blog-section h2 {
  background-color: rgba(202, 199, 167, 0.15);
  color: #fff;
  display: inline-block;
  margin: 0 0 1.25em;
}

.page-blog-section .blog-list li {
  font-size: 2.5em;
  margin: 0.5em 0;
  padding: 0;
  position: relative;
}

.page-blog-section .blog-list a {
  font-size: 1em;
  text-transform: inherit;
}

.page-blog-section .blog-list h3 {
  font-size: 1em;
}

.page-blog-section .blog-list li:after {
  background-color: rgba(202, 199, 167, 0.15);
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  margin: 0 0 0 -15%;
  position: absolute;
  width: 30%;
}

.page-blog-section .blog-list li:last-of-type:after {
  display: none;
}

.from-the-blog .section-block-link {
  background-image: url("images/icn-arrow-right-white.svg");
  border-color: rgba(202, 199, 167, 0.25);
  color: #fff;
  padding-bottom: 2em;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .from-the-blog {
    padding-top: 6em;
  }

  .from-the-blog .section-block-link {
    padding-bottom: 1em;
  }

  .blog-list li {
    padding: 0 0 8em;
  }
}
@media screen and (min-width: 1024px) {
  .from-the-blog {
    background-image: url("images/background-wood-large.jpg");
  }

  .blog-list h3 {
    font-size: 2.9em;
  }

  .blog-list p {
    font-size: 1.8em;
  }

  .blog-list a {
    font-size: 2.9em;
  }

  .page-blog-section .blog-list li {
    font-size: 2.9em;
  }

  .page-blog-section .blog-list a,
.page-blog-section .blog-list h3 {
    font-size: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .from-the-blog {
    padding-top: 8em;
  }
}
/* Recipes (Featured) */
.recipe-categories-featured {
  padding-bottom: 0;
  text-align: center;
  z-index: 2;
}

.home .recipe-categories-featured {
  background-color: #f0f0f0;
}

.home .recipe-categories-featured:before {
  background-image: url("images/pattern-saw-light-grey.svg");
}

.home .recipe-categories-featured:after {
  background-image: url("images/pattern-saw-light-grey-reversed.svg");
}

.recipe-categories-featured .script-title {
  color: #666666;
}

.recipe-categories-featured .script-title:before,
.recipe-categories-featured .script-title:after {
  background-color: rgba(0, 0, 0, 0.15);
}

.home .recipe-category-list {
  padding: 0 0 3em;
}

.recipe-categories-featured .recipe-category-list li {
  max-width: 100%;
}

.recipe-categories-featured .section-block-link {
  background-image: url("images/icn-arrow-right-grey.svg");
  border-color: rgba(0, 0, 0, 0.15);
  color: #666;
  padding-bottom: 1em;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .recipe-categories-featured {
    padding-bottom: 6em;
  }

  .recipe-category-list {
    margin: 0 -0.75em;
  }

  .recipe-category-list li {
    padding: 0 0.75em;
  }

  .home .recipe-category-list {
    padding-bottom: 6em;
  }
}
@media screen and (min-width: 1280px) {
  .home .recipe-categories-featured {
    padding-bottom: 8em;
  }
}
/* How To (Featured) */
.how-to {
  background-color: #e2e0d0;
  padding-top: 2em;
  text-align: center;
  z-index: 1;
}

.how-to:before {
  background-image: url("images/pattern-saw-yellow.svg");
}

.how-to:after {
  background-image: url("images/pattern-saw-yellow-reversed.svg");
}

.how-to .script-title {
  color: #666;
}

.how-to .script-title:before,
.how-to .script-title:after {
  background-color: rgba(0, 0, 0, 0.15);
}

.how-to .section-block-link {
  background-image: url("images/icn-arrow-right-grey.svg");
  border-color: rgba(0, 0, 0, 0.15);
  color: #666;
  padding-bottom: 1.25em;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .how-to {
    padding-top: 6em;
  }

  .how-to .section-block-link {
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .how-to {
    padding-top: 8em;
  }
}
.l-blog {
  display: flex;
  flex-direction: column;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .l-blog {
    flex-direction: row;
  }
}
@media (min-width: 1120px) {
  .l-blog {
    padding: 0;
  }
}
.l-blog__main {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .l-blog__main {
    margin-bottom: 0;
    flex-basis: 70.5%;
  }
}
.l-blog__main .content-int {
  padding: 0 !important;
  margin-bottom: 60px;
  text-align: unset;
}
.l-blog__main .content-int:after, .l-blog__main .content-int:before {
  content: none;
}
.l-blog__main .content-int a {
  hyphens: auto;
}
.l-blog__main .content-int p {
  padding-bottom: 0 !important;
  margin-bottom: 0;
  font-size: 18px;
}
.l-blog__main .content-int p:not(:last-child) {
  margin-bottom: 30px;
}
.l-blog__main .content-int h1 {
  font-size: 2.8em;
}
@media (min-width: 768px) {
  .l-blog__main .content-int h1 {
    font-size: 3.2em;
  }
}
@media (min-width: 1024px) {
  .l-blog__main .content-int h1 {
    font-size: 4.4em;
  }
}
@media (min-width: 1280px) {
  .l-blog__main .content-int h1 {
    font-size: 5.1em;
  }
}
.l-blog__main .content-int h2 {
  background-color: unset;
  color: unset;
  margin: unset;
  padding: unset;
  position: relative;
}
.l-blog__main .content-int h2::after {
  border-bottom: unset;
  border-left: unset;
  border-right: unset;
  border-top: unset;
  content: unset;
  height: unset;
  left: unset;
  margin: unset;
  position: unset;
  top: unset;
  width: unset;
}
.l-blog__main .content-int h3 {
  background-color: unset;
  color: #000;
  display: inline-block;
  font-weight: unset;
  line-height: unset;
  margin: unset;
  padding: unset;
  text-transform: unset;
  margin-top: unset;
}
.l-blog__main .content-int h4 {
  font-size: 22px;
}
.l-blog__main .content-int h5 {
  font-size: 20px;
}
.l-blog__main .content-int h6 {
  font-size: 18px;
}
.l-blog__main .content-int h1:not(:last-child),
.l-blog__main .content-int h2:not(:last-child),
.l-blog__main .content-int h3:not(:last-child),
.l-blog__main .content-int h4:not(:last-child),
.l-blog__main .content-int h5:not(:last-child),
.l-blog__main .content-int h6:not(:last-child) {
  margin-bottom: 30px;
}
.l-blog__main .content-int .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.l-blog__main .content-int .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.l-blog__main .content-int img {
  width: unset;
  max-width: 100%;
  height: auto;
  text-align: unset;
  border-radius: unset;
}
.l-blog__main .content-int img.alignright,
.l-blog__main .content-int div.alignright,
.l-blog__main .content-int figure.alignright {
  float: right;
  margin: 1em 0 1em 2em;
}
.l-blog__main .content-int img.alignleft,
.l-blog__main .content-int div.alignleft,
.l-blog__main .content-int figure.alignleft,
.l-blog__main .content-int img.wp-post-image.attachment-thumb {
  float: left;
  margin: 1em 1em 2em 0;
}
.l-blog__main .content-int img.aligncenter,
.l-blog__main .content-int div.aligncenter,
.l-blog__main .content-int figure.aligncenter,
.l-blog__main .content-int img.wp-post-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.l-blog__main .content-int a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.l-blog__main .content-int a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.l-blog__main .content-int a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.l-blog__main .content-int p img.alignright,
.l-blog__main .content-int p img.alignleft {
  margin-top: 0;
}
.l-blog__main .content-int p img.alignright,
.l-blog__main .content-int p img.alignleft {
  margin-top: 0;
}
.l-blog__main .content-int .wp-block-image {
  margin-bottom: 0;
  text-align: unset;
}
.l-blog__main .content-int .wp-block-image:not(:last-child) {
  margin-bottom: 30px;
}
.l-blog__main .content-int .wp-block-image img {
  width: unset;
  max-width: 100%;
  height: auto;
  text-align: unset;
  border-radius: unset;
}
.l-blog__main hr {
  border-top: 1px solid #6e6259;
  opacity: 0.15;
  margin-bottom: 40px;
}
.l-blog__aside {
  margin-left: auto;
}
@media (min-width: 768px) {
  .l-blog__aside {
    flex-basis: 25%;
  }
}
@media (min-width: 1200px) {
  .l-blog__aside {
    flex-basis: 23.1%;
  }
}
.l-blog__category-header {
  padding-bottom: 50px;
}

.blog-hero {
  display: flex;
  flex-direction: column-reverse;
  background: rgba(202, 199, 167, 0.2);
  min-height: 317px;
  margin-bottom: 50px;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .blog-hero {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .blog-hero__content {
    flex-basis: 52.5%;
  }
}
.blog-hero__img-wrapper {
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  .blog-hero__img-wrapper {
    flex-basis: 47.5%;
    text-align: unset;
    margin-bottom: 0;
    padding: 5px 5px 5px 0;
  }
}
.blog-hero__img {
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.blog-category-list {
  margin-bottom: 40px;
}
.blog-category-list__item {
  list-style-type: none;
  display: inline;
  margin-right: 15px;
}
.blog-category-list__item:last-of-type {
  margin-right: 0;
}
.blog-category-list__link {
  font-size: 15px;
  text-decoration: none;
  color: #08669b;
  font-family: "merriweather", serif;
  font-weight: 700;
}
.blog-category-list__link:hover {
  text-decoration: underline;
}

.blog-hero-content {
  padding: 10px 40px 40px 40px;
  margin-top: auto;
}
.blog-hero-content__h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-family: "nimbus-sans-condensed", sans-serif;
  color: #191919;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 50px;
}
.blog-hero-content__hr {
  border: 0;
  border-top: 1px solid #6e6259;
  margin-bottom: 30px;
  opacity: 0.15;
}
.blog-hero-content__p {
  margin-bottom: 0;
  color: #6e6259;
  font-family: "merriweather", serif;
  font-weight: 700;
  font-size: 15px;
}
.blog-hero-content__p a {
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #08669b;
}
.blog-hero-content__p a:hover {
  text-decoration: underline;
  color: #08669b;
}

.blog-author {
  display: flex;
  flex-direction: column;
  background: rgba(202, 199, 167, 0.2);
  border-radius: 12px;
  padding: 35px 30px;
  gap: 20px;
}
@media (min-width: 600px) {
  .blog-author {
    flex-direction: row;
    gap: 30px;
  }
}
.blog-author__img-wrapper {
  min-width: 97px;
}
.blog-author__img {
  border-radius: 12px;
  height: 129px;
  width: 97px;
  object-fit: cover;
}
@media (min-width: 600px) {
  .blog-author__img {
    margin-bottom: 20px;
  }
}
.blog-author__btn {
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 17px;
  text-decoration: none;
  font-weight: 400;
  color: #6e6259;
  background-color: #cac7a7;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}
@media (min-width: 600px) {
  .blog-author__btn {
    display: block;
  }
}
.blog-author__btn:hover {
  text-decoration: none;
  color: #C8102E;
}
@media (max-width: 599px) {
  .blog-author__btn--hidden-xs {
    display: none;
  }
}
.blog-author__btn--hidden-lg {
  margin-top: 15px;
  display: inline-block;
}
@media (min-width: 600px) {
  .blog-author__btn--hidden-lg {
    display: none;
  }
}
.blog-author__h3 {
  font-size: 19px;
  font-weight: 700;
  font-family: "merriweather", serif;
  color: #6e6259;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .blog-author__h3 {
    margin-bottom: 30px;
  }
}
.blog-author__p {
  font-size: 15px;
  font-weight: 400;
  font-family: "merriweather", serif;
  color: #6e6259;
  line-height: 23px;
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .blog-author__p {
    width: 80%;
  }
}

.blog-pagination {
  margin-top: 40px;
}
.blog-pagination .screen-reader-text {
  display: none;
}
.blog-pagination__list {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.blog-pagination__list-item {
  margin-right: 10px;
  display: flex;
}
.blog-pagination__list-item:last-of-type {
  margin-right: 0;
}
.blog-pagination__link {
  padding: 5px 10px;
  font-size: 18px;
  transition: all 0.4s;
}
.blog-pagination__link:link, .blog-pagination__link:visited {
  color: #08669b;
  text-decoration: none !important;
}
.blog-pagination__link.active {
  outline: 1px solid #08669b;
}
.blog-pagination__link:hover {
  outline: 1px solid #08669b;
  background-color: #08669b;
  color: #fff;
}
.blog-pagination__link-arrow {
  font-size: 24px;
  padding: 0;
}
.blog-pagination__link-arrow:link, .blog-pagination__link-arrow:visited {
  color: #08669b;
  text-decoration: none !important;
}
.blog-pagination__hidden {
  display: none;
}

.mailing-list-widget {
  min-height: 317px;
  max-width: 275px;
  background-image: url(images/background-wood-large.jpg);
  padding: 50px 30px;
  border-radius: 12px;
  margin-bottom: 50px;
}
.mailing-list-widget__title {
  text-align: center;
  font-size: 29px;
  color: #cac7a7;
  text-transform: none;
  line-height: 37px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 20px;
}
.mailing-list-widget__form {
  text-align: center;
}
.mailing-list-widget__form-label {
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.mailing-list-widget__input {
  border-radius: 12px !important;
  outline: none;
  border: 0;
  width: 100%;
  background: #fff;
  padding: 5px 10px;
  min-height: 35px;
  margin-bottom: 20px;
}
.mailing-list-widget__btn {
  font-size: 24px;
  color: #cac7a7;
  display: inline-block;
  font-family: "nimbus-sans-condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: 0;
}
.mailing-list-widget__btn span {
  background-color: rgba(202, 199, 167, 0.15);
  display: inline;
  padding: 2px 2px;
}
.mailing-list-widget__read-more {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: auto;
}
.mailing-list-widget__read-more--right {
  left: 100%;
}
.mailing-list-widget__read-more--left {
  right: 100%;
}

.side-lists__title {
  color: #6e6259;
  font-size: 31px;
  padding: 0;
  font-weight: 400;
  margin-bottom: 17px;
}
.side-lists__hr {
  border-top: 1px solid #6e6259;
  opacity: 0.15;
  width: 75%;
  margin-bottom: 17px;
}

.side-list {
  margin-bottom: 50px;
  width: 75%;
}
.side-list__item {
  margin-bottom: 5px;
}
.side-list__item:last-of-type {
  margin-bottom: 0;
}
.side-list__item--mb {
  margin-bottom: 10px;
}
.side-list a, .side-list__link {
  font-family: "merriweather", serif;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  color: #6e6259;
}
.side-list a:hover, .side-list__link:hover {
  color: #C8102E;
}

.cards {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 600px) {
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.category-card {
  background-color: #f5f5ef;
  border-radius: 12px;
  padding: 5px 5px 0 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.category-card__label {
  position: absolute;
  padding: 10px 30px 10px 20px;
  background-color: #f5f5ef;
  font-family: "merriweather", serif;
  font-weight: 700;
  color: #6e6259;
  right: 0;
  top: 0;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  font-size: 15px;
}
.category-card__header {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 600px) {
  .category-card__header {
    text-align: unset;
  }
}
.category-card__img {
  border-radius: 12px;
  width: 100%;
  max-width: 377px;
  max-height: 316px;
}
.category-card__content {
  padding: 0 35px 35px 35px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.category-card__h3 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #191919;
  text-transform: uppercase;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 400;
}
.category-card__p {
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 23px;
  font-family: "merriweather", serif;
  font-weight: 400;
  color: #6e6259;
}
.category-card__footer {
  margin-top: auto;
}
.category-card__link {
  text-decoration: none;
}
.category-card__link:hover {
  text-decoration: none;
}
.category-card__btn {
  width: 106px;
  height: 42px;
  transition: all 0.3s;
}
.category-card__btn:hover {
  transform: scale(1.05);
}

/* 404 Page */
.error404 .footer:before {
  background-image: url("images/pattern-saw-light-grey.svg");
  bottom: 100%;
  margin: 0 0 -2px;
  top: auto;
}

.error-page {
  clear: both;
  position: relative;
}

.error-page img {
  display: none;
}

.error-page-int {
  padding: 10em 0 6em;
  text-align: center;
}

.error-page-int h1 {
  background-image: url("images/icn-404-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  color: #08669B;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 9.6em;
  margin: 0 0 0.25em;
}

.error-page-int h2 {
  font-family: "merriweather", serif;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
}

.error-page-int h2 br {
  display: none;
}

@media screen and (min-width: 480px) {
  .error-page-int h2 br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .error-page {
    height: 40em;
  }

  .error-page img {
    display: block;
    margin: -35em 0 -5em;
    position: absolute;
    height: 80em;
  }

  .error-page-int {
    left: 33%;
    padding: 6em 2em 0 10em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .error-page {
    height: 60em;
  }

  .error-page img {
    height: 100em;
  }

  .error-page-int {
    padding: 14em 8em 0 20em;
  }
}
@media screen and (min-width: 1200px) {
  .error-page-int {
    padding: 13em 12em 0 20em;
  }

  .error-page-int h1 {
    font-size: 11.8em;
  }

  .error-page-int h2 {
    font-size: 3em;
  }
}
@media screen and (min-width: 1400px) {
  .error-page-int {
    padding: 10em 22em 0 12em;
  }

  .error-page-int h1 {
    font-size: 14.8em;
  }

  .error-page-int h2 {
    font-size: 4em;
  }
}
@media screen and (min-width: 1500px) {
  .error-page-int {
    padding: 10em 28em 0 15em;
  }
}
@media screen and (min-width: 1900px) {
  .error-page-int {
    padding-left: 25em;
    padding-right: 40em;
  }
}
@media screen and (min-width: 2100px) {
  .error-page {
    height: 90em;
  }

  .error-page img {
    height: 130em;
  }

  .error-page-int {
    padding: 24em 40em 0 25em;
  }

  .error-page-int h1 {
    font-size: 16.8em;
  }

  .error-page-int h2 {
    font-size: 5em;
  }
}
@media screen and (min-width: 2250px) {
  .error-page-int {
    padding: 24em 45em 0 30em;
  }
}
@media screen and (min-width: 2400px) {
  .error-page img {
    height: 130em;
  }

  .error-page-int {
    padding: 24em 70em 0 20em;
  }
}
/* Search */
.page-template-template-search .page-header {
  background-color: transparent;
}

.page-template-template-search .content-int {
  padding-top: 3em;
}

.page-template-template-search h1 {
  color: #08669b;
  padding: 0.75em 0 1em;
}

.page-template-template-search table {
  background-color: transparent;
  border: none;
  margin: 0;
}

body.page-template-template-search *,
.page-template-template-search .gsc-webResult .gsc-result,
td.gsc-table-cell-thumbnail.gsc-thumbnail {
  border: none;
}

.page-template-template-search .gsc-resultsHeader {
  display: none;
}

.page-template-template-search a.gs-title,
.gs-title {
  color: #08669b;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.1;
  text-decoration: none !important;
  transition: all 0.15s ease-in-out;
}

.page-template-template-search a.gs-title:hover {
  color: #191919;
}

.gs-snippet {
  color: #191919;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.025em;
  padding: 0;
}

.gs-visibleUrl {
  display: none;
}

.gsc-results div.gsc-webResult.gsc-result {
  border-bottom: 1px solid #d9d9d9;
  margin: 1.5em 0;
  padding-bottom: 1.25em;
}

.gsc-expansionArea > div:nth-last-of-type(3) {
  border-bottom: none !important;
}

table.gsc-table-result {
  margin-bottom: 0.5em;
}

.page-template-template-search table tr td:first-of-type {
  width: 15% !important;
}

.page-template-template-search .gs-image {
  border-radius: 0px;
  max-width: 6.6em !important;
  width: auto;
}

.gsc-table-cell-thumbnail,
.gsc-table-cell-snippet-close {
  display: table-row;
}

td div.gs-title,
.gs-title {
  height: auto !important;
}

.gs-title {
  padding: 1em 0;
}

.gs-image-box.gs-web-image-box {
  width: 100%;
  text-align: left;
}

.gcsc-branding-img-noclear {
  width: 100% !important;
}

.gcsc-branding {
  width: 17em;
}

div.gcsc-branding {
  float: right;
}

@media screen and (min-width: 768px) {
  .page-template-template-search table tr td:first-of-type {
    width: auto !important;
  }

  .gsc-table-cell-thumbnail,
.gsc-table-cell-snippet-close {
    display: table-cell !important;
  }

  .gs-title {
    padding: 0.25em 0 0.5em;
  }

  .gsc-results div.gsc-webResult.gsc-result {
    margin: 1em 0;
    padding-bottom: 0.5em;
  }

  .gs-image-box.gs-web-image-box {
    text-align: center;
  }
}
/* App Specific Styling */
.sses-app.page-template-template-recipes .condensed-title,
.sses-app.page-template-template-videos .page-header,
.sses-app.tax-video_category .page-header,
.sses-app.single-sses_video .page-header,
.sses-app .category-header .condensed-title.action-title a:after,
.sses-app.tax-recipe_category .condensed-title,
.sses-app.tax-recipe_category .category-header div,
.sses-app .video-categories-wrapper:before, .video-single-wrapper:before,
.sses-app .resource-button.print-recipe {
  display: none;
}

.sses-app.tax-recipe_category .category-header {
  padding: 0 0 2.2em;
}

.sses-app .category-header .action-title {
  padding-right: 0;
}

.sses-app .video-category-int ul,
.sses-app .video-category-int .more-videos {
  display: none;
}

.sses-app .video-category-int {
  padding: 0 2em;
}

.sses-app .video-category-int h2 {
  background-image: url("images/icn-play-brown.svg");
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  font-size: 1.6em;
  padding: 0;
  padding-left: 3.5em;
  text-align: left;
}

.sses-app .video-category-int h2 a {
  background-image: url("images/icn-arrow-right-brown.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16.35px 27.75px;
  display: block;
  padding: 2.1875em 1.5em 2.1875em 0;
}

/* App Search */
.app-search {
  background-color: #f2f2f2;
  display: none;
  padding: 0 2em;
  position: relative;
  z-index: 1000;
}

.sses-app .app-search {
  display: block;
}

.app-search.active {
  position: fixed;
  top: 0;
  width: 100%;
}

body.app-search-active {
  overflow: hidden;
  padding-top: 4.8em;
}

.app-search input {
  background-color: transparent;
  background-image: url("images/icn-search-grey.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 17px 16px;
  font-size: 1.5em;
  line-height: 1;
  padding: 1.2em 2em 0.8em 0;
  width: 100%;
}

.app-search.active input {
  background: none;
}

.close-app-search {
  color: transparent;
  display: none;
  height: 100%;
  overflow: hidden;
  right: 0;
  position: absolute;
  top: 0;
  width: 6.9em;
}

.close-app-search:before,
.close-app-search:after {
  background-color: #555;
  content: "";
  height: 2px;
  left: 50%;
  margin: -0.2em 0 0 -0.6em;
  position: absolute;
  top: 50%;
  width: 2.2em;
}

.close-app-search:before {
  transform: rotate(45deg);
}

.close-app-search:after {
  transform: rotate(-45deg);
}

.app-search-list,
.app-search-no-results {
  background-color: #fff;
  bottom: 0;
  display: none;
  margin: 0 -2em;
  overflow: scroll;
  padding: 2em 0;
  position: fixed;
  top: 4.8em;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}

.app-search-no-results p {
  color: #aaa;
  font-family: "merriweather", serif;
  font-size: 1.6em;
  font-style: italic;
  padding: 1em 1.25em;
  text-align: center;
}

/* App Produce */
.sses-app.single-sses_produce .page-header {
  padding-bottom: 0;
}

.sses-app.single-sses_produce .page-banner {
  height: 10.6em;
  position: relative;
}

.sses-app .produce-app-banner-icon {
  display: block;
  height: 7em;
  left: 50%;
  margin: -3.5em 0 0 -3.5em;
  position: absolute;
  top: 50%;
  width: 7em;
}

.sses-app.single-sses_produce .category-header {
  display: none;
}

.sses-app.single-sses_produce > .section-int .content-int {
  padding-top: 0;
}

.sess-app #move-your-way-activity-planner {
  margin: 0 -2rem;
  width: 100vw;
  height: 100vh;
}

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