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

.category-header h1, .category-header .h1 {
    color: #08669b;
    display: inline-block;
    position: relative;
    font-family: 'merriweather', serif;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1.33;
}

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

.category-header .action-title {
    padding: 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 .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: .75em;
    left: 100%;
    margin: -.375em 0 0 0;
    position: absolute;
    top: 50%;
    transition: all .15s ease-in-out;
    width: .75em;
}

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

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

.category-header div {
    background-color: #f0f0f0;
    margin: 1em 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: .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: .25em 0;
}

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

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

.category-header li:last-of-type a {
    padding-bottom: .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: .125em .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 .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: .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: .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: .3em solid #fff;
    border-radius: .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, .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: .25em .5em;
    text-transform: uppercase;
}

.home-slides .slides li>div a:focus h2, .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 .8em;
    opacity: .3;
    text-decoration: none;
    transition: all .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, .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 .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: .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 .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)*.2) solid transparent;
    border-left: calc(var(--button-size)*.28) solid var(--button-play-color);
    border-top: calc(var(--button-size)*.2) solid transparent;
    left: calc(50% - calc(var(--button-size)*.1));
    position: absolute;
    top: calc(50% - calc(var(--button-size)*.2));
    transition: all .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 .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: .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, .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 .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: .9em auto;
    content: '';
    height: 2em;
    left: 100%;
    margin: -1em 0 0 -.6em;
    opacity: .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: .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: 1.0em;
    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 .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: .4em 0 .3em;
    text-transform: uppercase;
}

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

.related-videos>h2 {
    color: #666;
    font-size: 2em;
    font-weight: 600;
    padding: 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: .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 .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: .9;
    padding: 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: .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: .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 .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, .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: .3em .5em;
    position: relative;
    text-transform: uppercase;
    transition: all .35s ease-in-out;
    width: 80%;
    z-index: 10;
}

.featured-video {
    background-color: #fff;
    border-radius: 1em;
    margin: 0 0 1em;
    padding: .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: .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, .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 .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: .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 .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: .6em;
    transition: all .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 .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: .6em;
    transition: all .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: .696em 1.2em;
    border-top-style: solid;
    border-top-width: 1px;
    display: block;
    font-family: 'merriweather', serif;
    font-size: 1.6em;
    letter-spacing: .025em;
    line-height: 1;
    padding: 1.25em 0 1.75em;
    text-decoration: none;
    transition: all .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: .02em;
    line-height: 1.2;
    margin: 0 0 .5em;
    text-align: center;
}

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

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

.home .section-block .script-title:after {
    margin-bottom: .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: .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 .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: .25em 1.75em .25em .75em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .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: .65em .65em;
    bottom: 0;
    content: '';
    position: absolute;
    right: .75em;
    top: 0;
    transition: transform .25s ease-in-out;
    width: .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 .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: .5em 1em;
}

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

.tabbed-data .tabs li:last-of-type {
    padding-bottom: .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 .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: .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: .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: .35em .5em;
    text-transform: uppercase;
}

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

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

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

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

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

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

.content-int h3, .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: .35em .5em;
    text-transform: uppercase;
}

.content-int .h3:after{
    content: unset;
}

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

.content-int {
    padding: 0 2em .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,
.page-template-template-kids-top .content-int {
    padding-top: 4em;
}

.page-template-template-kids .content-int:before,
.page-template-template-kids .content-int:after,
.page-template-template-kids-top .content-int:before,
.page-template-template-kids-top .content-int:after,
.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: 1.0em;
}

.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: 1.0em;
    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: 1.0em;
}

.content-int ul,
.content-block ul {
    border-left: .5em solid #e8eff6;
    margin: 0 0 4em .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: .6em;
    width: 100%;
    height: 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: .5em 1em;
}

.content-int table td p {
    font-size: 1.0em;
    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, .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, .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, .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,
.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: .3em .65em .25em;
    text-transform: inherit;
}

.page-header h1 a,
.page-header h2 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: .035em;
    line-height: 1;
    padding: 1em 0;
    text-align: left;
    text-decoration: none;
}

.no-touch .page-header .subpages .current_page_item a,
.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,
    .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: .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: .3em .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 .5em;
    padding: 0 1em .5em;
    position: relative;
    z-index: 1;
}

.recipe-header-int h3, .recipe-header-int .h3 {
    color: #d4dfea;
    font-style: italic;
    font-family: 'merriweather', serif;
    text-transform: none;
    line-height: unset;
    font-weight: normal;
    padding: 0;
}

.recipe-header-int h3 strong, .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, .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: .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: .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: .2em 2.2em 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 .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 .25em;
}

.share-this-int {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .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: .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: -.1em 0 .1em;
    padding: 0;
    text-align: left;
}

.nutrition h2:after {
    display: none;
}

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

.nutrition h4 {
    border-bottom: 1px solid #191919;
    font-size: 3.4em;
    font-weight: bolder;
    line-height: 1.2;
    margin: 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 .3em;
}

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

.nutrition hr.short {
    border-bottom-width: .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: .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: .3em solid #d4dfea;
        border-radius: .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 .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 .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 .75em;
        padding: 0 .5em .75em;
        width: auto;
    }

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

    .recipe-header-info .icon-with-info h4, .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, .recipe-list .h2 {
    font-family: 'merriweather', serif;
    font-size: 1.9em;
    font-weight: 600;
    line-height: 1.3;
    padding: .25em 0 .75em;
    text-transform: inherit;
    color: #08669B;
    font-style: normal;
}

.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: .9;
    padding: 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: 1.0em;
    line-height: 1;
    position: relative;
    text-decoration: none;
    transition: all .15s ease-in-out;
}

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

.resource-button span:not(.h4) {
    border-right: 1px solid #6e625a;
    bottom: .5em;
    font-family: 'nimbus-sans-condensed', sans-serif;
    font-size: 3.3em;
    font-weight: 900;
    left: 0;
    padding: .28em 0 0 .13em;
    position: absolute;
    text-align: center;
    top: .5em;
    width: 3.05em;
}

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

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

.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 .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: .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 .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: .6em;
    transition: all .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 .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: .6em;
    transition: all .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: calc(95vw);
    height: calc(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: .1;
}

.calculator-card-edit-nav span {
    float: left;
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: .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 .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: 1.0em;
    margin: 1em 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 .6em;
}

.calculator-edit-gender .calculator-select-gender-female a {
    background-image: url("images/calculator/icn-gender-female.svg");
    background-position: center .5em;
    background-size: .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: 1.0em;
    margin: 0 1.5em;
    position: relative;
    top: .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: .2em;
    left: .5em;
    top: .9em;
    width: 1em;
}

.edit-family-member .calculator-range a:after {
    height: 1em;
    left: .9em;
    top: .5em;
    width: .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: .5em 0 1em;
    text-transform: uppercase;
}

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

.edit-family-member input[type=range] {
    background-color: transparent;
    font-size: 1.0em;
    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: -.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: -.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: .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% + .75em);
}

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

.calculator-range-int>.range-4 {
    left: calc(75% - .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: 2.0em;
    padding: 0 0 .5em;
}

.content-int .remove-family-member {
    color: transparent;
    font-size: 1.0em;
    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: .2em;
    margin: -.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: .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: .1;*/
    text-decoration: line-through;
    pointer-events: none;
}

.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: .2em;
}

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

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

.calculator-results h4 span {
    background-color: #e8eff6;
    display: inline-block;
    padding: .33em .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: 1.0em;
    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: 1.0em;
    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: .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: .5em solid transparent;
    border-right: .5em solid transparent;
    border-top: .5em solid #08669b;
    content: '';
    display: block;
    height: 0;
    margin: 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: -.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, .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,.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: .125em .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, .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 .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: .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: .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: .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: .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: .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: .035em;
    line-height: 1.1;
    text-decoration: none;
    transition: all .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;
    }
}

.healthy-foods__action-title {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .healthy-foods__action-title {
        margin-bottom: 20px;
    }
}

.healthy-foods__action-title a::after {
    background-image: unset !important;
    background-position: unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
    content: unset !important;
    height: unset !important;
    left: unset !important;
    margin: unset !important;
    position: unset !important;
    top: unset !important;
    transition: unset !important;
    width: unset !important;
}

.healthy-foods__intro {
    padding-bottom: 0;
}

.healthy-foods__intro p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .healthy-foods__intro p {
        font-size: 18px;
    }
}

.healthy-foods__nav {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.healthy-foods__nav ul {
    border-left: unset;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    flex-direction: column;
    padding: 0;
}

@media (min-width: 768px) {
    .healthy-foods__nav ul {
        flex-direction: row;
    }
}

.healthy-foods__nav ul li {
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    line-height: unset;
}

@media (min-width: 768px) {
    .healthy-foods__nav ul li {
        margin-right: 20px;
        margin-bottom: 15px;
    }
}

.healthy-foods__nav ul li:last-of-type {
    margin-right: 0;
}

.healthy-foods__nav ul li a {
    font-size: 16px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .healthy-foods__nav ul li a {
        font-size: 18px;
    }
}

.healthy-foods__nav ul li span {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .healthy-foods__nav ul li span {
        display: none;
    }
}

.healthy-foods__nav ul hr {
    border-top: 1px solid #cac7a7;
    width: 100%;
    max-width: 175px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .healthy-foods__nav ul hr {
        display: none;
    }
}

.healthy-foods__section-blog:after {
    background-image: url(images/pattern-saw-white.svg);
    top: unset;
    bottom: 0;
}

.card-layout {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: calc(50px - 20px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .card-layout {
        padding-bottom: calc(100px - 30px);
    }
}

@media (min-width: 1400px) {
    .card-layout {
        width: 1200px;
    }
}

.card-layout:after {
    background-image: url(images/pattern-saw-white-reversed.svg);
    background-size: 4.9em 2.6em;
    height: 2.5em;
    background-repeat: repeat-x;
    background-position: center center;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    bottom: -25px;
    z-index: 2;
}

.card-layout__col {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
}

@media (min-width: 768px) {
    .card-layout__col {
        flex-wrap: wrap;
        column-gap: 20px;
        flex-direction: row;
        row-gap: 0;
    }
}

@media (min-width: 992px) {
    .card-layout__col {
        column-gap: 30px;
    }
}

@media (max-width: 767px) {
    .card-layout__col {
        align-items: center;
        justify-content: center;
    }
}

.card-layout__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .card-layout__item {
        flex-basis: calc(50% - 10px);
    }
}

@media (min-width: 992px) {
    .card-layout__item {
        flex-basis: calc(33.333333% - 30px);
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .card-layout__item {
        max-width: 335px;
    }
}

.card {
    background-color: #F4F3ED;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
}

@media (min-width: 992px) {
    .card {
        padding: 30px 47px;
    }
}

.card h3, .card .h3 {
    color: #6e6259;
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
        font-family: 'merriweather', serif;
}

.card img {
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
}

@media (min-width: 992px) {
    .card img {
        max-height: 214px;
        object-fit: cover;
    }
}

.card p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    font-family: "merriweather", serif;
    font-weight: 700;
    color: #6E6259;
}

.card p:first-of-type {
    color: #000;
    font-weight: 400;
    margin-bottom: 25px;
}

.card hr {
    border-top: 1px solid #cac7a7;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card a {
    text-decoration: underline;
    color: #08669b;
}

/* 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 .2s linear;
    width: 100%;
    z-index: 10;
    min-height: 143px;
}

.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-left: 25px;
    padding-right: 25px;
    padding-bottom: 0;
    padding-top: 15px;
}

.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;
    top: 32%;
}

.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: .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 .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: 15px;
        padding-top: 15px;
        display: flex;
        justify-content: start;
        align-items: center;
    }

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

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

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

    .ancillary-and-social .social-nav {
        display: block;
        float: left;
        margin: -.2em 0 0 .2rem;
    }
}

.nav-button-style,
.nav-button a,
.nav-button__mobile a {
    color: #6B6B6B;
    background-color: #fff;
    border: 2px solid #F1BE48;
    border-radius: 7px;
    padding: 7.5px 8px;
    font-weight: 700;
    font-family: "merriweather", serif;
    text-transform: none;
    letter-spacing: unset;
    font-size: 11.5px;
    line-height: 17px;
    text-decoration: none !important;
}

.nav-button {
    display: flex;
    position: relative;
    right: 0;
    height: 100%;
    top: 0;
    align-items: center;
    margin-left: auto;
}

@media (max-width: 767px) {
    .nav-button {
        display: none;
    }
}

@media (min-width: 768px) {
    .nav-button a {
        font-size: 9.5px;
    }
}

@media (min-width: 992px) {
    .nav-button a {
        font-size: 14px;
        line-height: 22px;
        padding: 7.5px 15px;
    }
}

.nav-button a:hover {
    color: #fff;
    background-color: #C7102D;
}

.nav-button__mobile {
    position: absolute;
    padding: 3.5px 6px;
    top: 72px;
    right: 25px;
}

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

.top-menu-int .kids-button {
    border-radius: 5px;
    border: 1px solid #F1BE48;
    background-color: white;
    margin-left: auto;
    font-family: 'merriweather', serif;
    font-size: 14px;
    text-transform: none;
}

/* Pantry Archive */
.pantry-archive-list {
    overflow: hidden;
    padding: 2em 0 2em;
}

.pantry-archive-list li {
    display: inline-block;
    padding: 0 1em .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 .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: .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: 1.0em;
    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: .035em;
    line-height: 1.1;
    transition: all .15s ease-in-out;
}

.preperation-tips li h4 {
    padding-top: .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: .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 .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 .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: .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: 1.0em;
    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: .035em;
    line-height: 1.1;
    transition: all .15s ease-in-out;
}

.preperation-tips li h4 {
    padding-top: .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: .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,
.blog-list .h3 {
    color: #cac7a7;
    font-family: 'merriweather', serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.2;
    padding: 0 1em .75em;
    text-transform: none;
}

.blog-list p {
    color: #fff;
    font-family: 'merriweather', serif;
    font-size: 1.6em;
    letter-spacing: .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: .125em .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: .5em 0;
    padding: 0;
    position: relative;
}

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

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

.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, .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,
    .page-blog-section .blog-list .h3 {
        font-size: 1.0em;
    }
}

@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 -.75em;
    }

    .recipe-category-list li {
        padding: 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: .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: .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 .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: .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 .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 .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: .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: .035em;
    line-height: 1.1;
    text-decoration: none !important;
    transition: all .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: .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: .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: .25em 0 .5em;
    }

    .gsc-results div.gsc-webResult.gsc-result {
        margin: 1em 0;
        padding-bottom: .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 .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: -.2em 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;
}

svg.kids-display {
    width: 100%;
    height: auto;
}

svg.kids-display path {
    transition: all .15s ease-in-out;
}

svg.kids-display #Grains:hover .fill path,
svg.kids-display #Grains:hover .fill ellipse,
svg.kids-display #Grains.current-page .fill path,
svg.kids-display #Grains.current-page .fill ellipse,
svg.kids-display #Fruits:hover .fill path,
svg.kids-display #Fruits:hover .fill ellipse,
svg.kids-display #Fruits.current-page .fill path,
svg.kids-display #Fruits.current-page .fill ellipse,
svg.kids-display #Vegetables:hover .fill path,
svg.kids-display #Vegetables:hover .fill ellipse,
svg.kids-display #Vegetables.current-page .fill path,
svg.kids-display #Vegetables.current-page .fill ellipse,
svg.kids-display #Protein:hover .fill path,
svg.kids-display #Protein:hover .fill ellipse,
svg.kids-display #Protein.current-page .fill path,
svg.kids-display #Protein.current-page .fill ellipse,
svg.kids-display #Dairy:hover .fill path,
svg.kids-display #Dairy:hover .fill ellipse,
svg.kids-display #Dairy.current-page .fill path,
svg.kids-display #Dairy.current-page .fill ellipse {
    fill: var(--section-color);
}

svg.kids-display #Grains:hover .writing path,
svg.kids-display #Grains.current-page .writing path,
svg.kids-display #Fruits:hover .writing path,
svg.kids-display #Fruits.current-page .writing path,
svg.kids-display #Vegetables:hover .writing path,
svg.kids-display #Vegetables.current-page .writing path,
svg.kids-display #Protein:hover .writing path,
svg.kids-display #Protein.current-page .writing path,
svg.kids-display #Dairy:hover .writing path,
svg.kids-display #Dairy.current-page .writing path {
    fill: #fff;
}

.food-group-info {
    display: grid;
    grid-gap: .5rem;
    grid-template-rows: auto auto;
    padding: 0;
    margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
    .food-group-info {
        grid-template-rows: unset;
        grid-template-columns: 1fr 1fr;
    }
}

.food-group-info--content {
    padding: 2rem;
    border-radius: 20px;
    background-color: #F4F3ED;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.food-group-info--content h2 {
    color: var(--kid-color);
    background: unset;
    padding: 0;
    margin: .5rem 0 1rem;
    letter-spacing: 0;
    font-size: 3.4em;
}

.food-group-info--content h2::after {
    content: unset;
}

.food-group-info--content h3 {
    font-size: 1.25rem;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 1.5rem;
    background-color: unset;
    color: #6B6B6B;
    font-family: 'merriweather', serif;
    padding: 0;
    text-transform: none;
}

.food-group-info--content p {
    margin-bottom: 1.5rem;
}

.food-group-info--content p a {
    padding: .7rem 1rem .7rem 2rem;
    background-color: white;
    color: #000000;
    border: 3px solid var(--kid-color);
    border-radius: 1rem;
    position: relative;
    margin-left: 5rem;
    margin-top: 3rem;
    transition: all .15s ease-in-out;
}

.food-group-info--content p a::before {
    content: '';
    display: block;
    background-color: var(--kid-color);
    position: absolute;
    bottom: -.6rem;
    top: -.6rem;
    right: calc(100% - 1rem);
    width: 5.3125rem;
    border-top-left-radius: 1rem 1.8rem;
    border-top-right-radius: 1rem 1.8rem;
    border-bottom-left-radius: 1rem 1.8rem;
    border-bottom-right-radius: 1rem 1.8rem;
    z-index: 1;
    transition: all .15s ease-in-out;
    border: 3px solid transparent;
}

.food-group-info--content p a::after {
    content: '';
    position: absolute;
    left: -2.3rem;
    background: transparent;
    border-left: 1.44rem solid white;
    border-top: .8rem solid transparent;
    border-bottom: .8rem solid transparent;
    z-index: 2;
    margin-top: .1rem;
    transition: all .15s ease-in-out;
}

.food-group-info--content p a:hover {
    text-decoration: none !important;
    color: white;
    background-color: var(--kid-color);
}

.food-group-info--content p a:hover:before {
    background-color: white;
    border-color: var(--kid-color);
}

.food-group-info--content p a:hover:after {
    border-left-color: var(--kid-color);
}

.title-box {
    margin: 1rem;
}

.title-box h2 {
    font-size: 3.125rem;
}

.title-box p {
    text-align: center;
    color: black;
    font-family: 'merriweather', serif;
    font-size: 1.5625rem;
    line-height: 1.1;
}

.page-template-template-kids .content-int.Grains,
.page-template-template-kids .content-int.Grain {
    --kid-color: #F83535;
}

.page-template-template-kids .content-int.Fruit,
.page-template-template-kids .content-int.Fruits {
    --kid-color: #D71D24;
}

.page-template-template-kids .content-int.Vegetables,
.page-template-template-kids .content-int.Vegetable {
    --kid-color: #528230;
}

.page-template-template-kids .content-int.Protein,
.page-template-template-kids .content-int.Proteins {
    --kid-color: #5F4894;
}

.page-template-template-kids .content-int.Dairy {
    --kid-color: #3278BD;
}

.page-template-template-kids .content-int::before {
    height: 3.3rem;
}

.page-template-template-kids.page-id-11520 .default-sort h3, .page-template-template-kids.page-id-11520 .default-sort p, .page-template-template-kids.page-id-27704 .default-sort h3 , .page-template-template-kids.page-id-27704 .default-sort p {
  color: black;
}

.wp-embed-site-title a {
    color: #73777D!important;
}

.page-template-template-kids .default-sort {
    width: 100%;
    background-color: var(--kid-color);
    border-radius: 1.5rem;
    padding: 1rem;
    text-align: center;
    color: white;
}

.page-template-template-kids .default-sort ul {
    display: flex;
    border-left: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .page-template-template-kids .default-sort ul {
        flex-direction: row;
    }
}

.page-template-template-kids .default-sort ul li {
    margin: .5rem;
    padding: 0;
}

.page-template-template-kids .default-sort p {
    text-align: center;
}

.page-template-template-kids .default-sort h3 {
    background: unset;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: 'merriweather', serif;
    text-transform: none;
}

.page-template-template-kids .foods-by-color {
    display: flex;
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap;
}

.page-template-template-kids .foods-by-color-section {
    padding: 2rem 0 0;
    border-radius: 20px;
    margin: 0 .25rem;
    flex: 1;
    width: 14.4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 12rem;
}

.page-template-template-kids .foods-by-color-section h3 {
    background: unset;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: 'merriweather', serif;
    text-transform: none;
    margin-bottom: 0.8rem;
}

.page-template-template-kids .foods-by-color-section p {
    color: white;
    text-align: center;
    font-size: 1rem;
    font-family: 'merriweather', serif;
}

.page-template-template-kids .foods-by-color-section img {
    margin-top: auto;
    height: 10rem;
    object-fit: cover;
    border-radius: 20px;
}

.food-group-info--content h2 {
    background-color: #FFF;
    padding: .25em;
}

.page-template-template-kids .foods-by-color-section.color-Green {
    background-color: #528230;
}

.page-template-template-kids .foods-by-color-section.color-Blue\/Purple {
    background-color: #1466A0;
}

.page-template-template-kids .foods-by-color-section.color-Red {
    background-color: #D71D24;
}

.page-template-template-kids .foods-by-color-section.color-Orange {
    background-color: #F83535;
}

.page-template-template-kids .foods-by-color-section.color-Orange * {
    color: black;
}

.page-template-template-kids .foods-by-color-section.color-Yellow {
    background-color: #F1BE48;
}

.page-template-template-kids .foods-by-color-section.color-Yellow * {
    color: black;
}

.page-template-template-kids .foods-by-color-section.color-White {
    background-color: #F4F3ED;
}

.page-template-template-kids .foods-by-color-section.color-White * {
    color: black;
}

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