h1,
h2,
h3,
h4,
h5,
h6,
p,
span:not(.top-promo-banner .glyphicon, .text-white, .banner-details, .mobile_number_href .visible-lg) {
    color: var(--Text-text-primary, #16384E);
}

.section-title {
    text-align: center;
    font-size: 1.75em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
}

.section-subtitle {
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.mob-wrapper .mob-copy {
    display: flex;
    flex-direction: column;
}

#content .hero h1, .section-title {
    font-size: 30px;
    line-height: 33px;
}

#content .small {    
    color: #7e7e7e;
    display: block;
    font-size: 11px;
    line-height: 14px;
}

#content .pad {
    margin: 20px auto;
}

.love-jenny {
    padding: 24px 0;
}

.love-jenny .section-title {
    margin: 0 0 24px;
}

.love-jenny .reason {
    margin-bottom: 24px;
    display: flex;
    gap: 12px;
}

.love-jenny .reason.mbl-flip {
    flex-direction: row-reverse;
}

.love-jenny .reason-img {
    max-width: 165px;
    width: 125px;
}
.love-jenny .reason-copy {
    width: 80%;
}

.love-jenny .reason-title {
    margin-bottom: 4px;
    font-size: 19px;
    font-style: normal;
    line-height: 28px;
}

.love-jenny .reason-copy>p:last-child {
    margin-bottom: 0;
}

.love-jenny .row-review {
    display: flex;
    flex-direction: column;
}

.love-jenny .review-quote {
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.love-jenny .review {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.love-jenny .review-img {
    width: 56px;
}

.review-copy {
    color: #0881c7;
    font-weight: 500;
}

.love-jenny .row-headline {
    font-size: 23px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 1rem;
}

.hiw {
    padding: 24px 0 62px;
    background: var(--Background-background-light, #FAF7F4);
}

.hiw .section-title {
    margin: 0 0 24px;
}

.hiw .carousel .hiw-copy>p:first-child {
    margin-bottom: 8px;
    font-size: 1.4375em;
    line-height: 1.1;
}

.hiw .carousel .hiw-copy>p:last-child {
    margin-bottom: 0;
    min-height: 48px;
}

.hiw .carousel .hiw-img {
    min-height: 141px;
    margin-bottom: 16px;
}

.hiw .carousel .hiw-img img {
    margin: 0 auto;
}

.hiw .carousel .carousel-control {
    display: none;
}

.hiw .carousel-indicators {
    bottom: -50px;
}

.hiw .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #9B9C9C;
}

.hiw .carousel-indicators li.active {
    background-color: #16384E;
}

.food {
    padding: 24px 0 32px;
}

.food .leaficon {
    width: 51px;
    margin: 0 auto 8px;
    display: block;
}

.food .section-title {
    margin: 0 0 10px;
}

.food .section-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.food .food-item {
    width: 180px;
}

.food .food-img {
    margin-bottom: 16px;
    position: relative;
}

.food .food-rating .glyphicon-star {
    color: #0881C7;
    font-size: 0.8em;
    width: 10px;
}

.food .food-rating .glyphicon-star.gray {
    color: #E1E2E3;
}

.food .food-title {
    margin-bottom: 0;
    font-size: 0.8125em;
    line-height: 1.3;
}

.food .food-item .new-badge {
    position: absolute;
    right: 0;
    top: 0;
}

.food .food-item .new-badge span {
    position: absolute;
    left: 7px;
    top: 2px;
}

.food .food-col {
    overflow: hidden;
    overflow-x: scroll;
}

.food .food-wrapper {
    margin-bottom: 16px;
    min-width: 1404px;
    display: flex;
    gap: 24px;
}

.food a:hover {
    color: #16384e;
    text-decoration: none;
}

.food .food-cta-wrapper {
    margin-top: 16px;
}

.food .food-cta-wrapper a {
    font-size: 1.1875em;
    line-height: 1.5;
}

.food .food-cta-wrapper a span,
.food .food-cta-wrapper a:hover,
.food .food-cta-wrapper a span:hover {
    color: #0881c7;
}

.solutions {
    padding: 32px 0;
    background-color: var(--Background-background-light, #FAF7F4);
}

.solutions .section-title {
    margin: 0 0 10px;
}

.solutions .section-subtitle {
    margin-bottom: 16px;
}

.solutions .solution {
    padding: 16px;
    margin: 0 auto 16px;
    background-color: #fff;
    max-width: 443px;
}

.solutions .solution.cj {
    border: 1px solid var(--Color-Brand-Raspberry, #BD357A);
    border-top: 16px solid var(--Color-Brand-Raspberry, #BD357A);
}

.solutions .solution.jc {
    border: 1px solid var(--Stroke-stroke-bright, #0881C7);
    border-top: 16px solid var(--Stroke-stroke-bright, #0881C7);
}

.solutions .solution.low-carb {
    border: 1px solid #16384E;
    border-top: 16px solid #16384E;
}

.solutions .solution-title {
    margin-bottom: 10px;
    font-size: 1.4375em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
}

.solutions .solution.cj .solution-title span {
    color: #BD357A;
    font-style: italic;
}

.solutions p:not(.solution-title, .solution-subtitle, .section-subtitle) {
    margin-bottom: 8px;
}

.solutions .solution-subtitle {
    margin-bottom: 10px;
    font-size: 0.8125em;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
}

.solutions .solution.low-carb .solution-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.solutions p.text-brand-blue {
    font-size: 1em;
    line-height: 1.3;
}

.solutions .solution a.btn {
    font-size: 1em;
    padding: 4px 8px;
}

.solutions .sub {
    font-size: 0.8125em;
    line-height: 1.3;
}

.solutions p.starting {
    font-size: 0.8125em;
    line-height: 1.3;
    color: #7E7E7F;
    margin-bottom: 4px;
}

.solutions .solution.cj .solution-copy>div:last-child>p:first-child {
    margin-bottom: 4px;
}

.ba {
    padding: 32px 0;
}

.ba .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ba-body .title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    margin-top: 22px;
    margin-bottom: 16px;
}

.ba-footer .small {
    width: 327px;
}

.ba-footer .cta-wrapper .btn {
    font-size: 1rem;
    padding: .8rem 1.7rem;
}

.faq #faq-accordion {
    max-width: 1170px;
    margin: 0 auto;
}

.faq #faq-accordion .panel-default {
    border: none;
    border-bottom: 1px solid #BFC2C4;
}

.faq #faq-accordion .panel-heading {
    border-color: transparent;
    background-color: #fff;
}

.faq #faq-accordion .panel-title>a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq #faq-accordion .panel-title>a .glyphicon {
    color: #9B9C9C;
}

.faq #faq-accordion .panel-title>a.collapsed .glyphicon-minus {
    display: none;
}

.faq #faq-accordion .panel-title>a:not(.collapsed) .glyphicon-plus {
    display: none;
}

.faq .section-maintitle {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    html {
        font-size: unset;
    }

    #content .hero h1, .section-title {
        font-size: 40px;
        line-height: 44px;
    }
    .love-jenny .row-headline {
        font-size: 28px;
        line-height: 30px;
        margin-top: 24px;
    }
    .food .leaficon {
        width: 58px;
        margin: 0 14px 0 0;
        display: inline-block;
    }

    .food .food-item .new-badge span {
        font-size: .842105rem;
    }

    .solution-copy {
        font-size: 16px;
    }

    .ba-content {
        display: flex;
        justify-content: center;
        gap: 40px;
        max-width: 848px;
        margin-bottom: 30px;
    }
    .ba-img, .ba-body {
        width: 50%;
    }
    .ba-footer .cta-wrapper .btn {
        font-size: 19px;
        padding: 1rem 2rem;
    }

.faq {
    padding: 24px 0;
}

    .faq .section-maintitle {
        font-size: 33px;
        line-height: 36px;
    }
}

/* FOOTER FIX */
@media (max-width: 345px) {
    footer input#emailFooter {
        width: 100%;
    }
}

/* END FOOTER FIX */
@media (min-width: 768px) {
    .section-title {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 24px;
    }

    .faq #faq-accordion .panel-title>a {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {

    .love-jenny,
    .hiw,
    .food,
    .solutions,
    .ba,
    .faq {
        padding: 64px 0;
    }

    .love-jenny .reason {
        gap: 24px;
    }
    .love-jenny .row-review {
        flex-direction: row;
        justify-content: center;
        gap: 8px;
    }

    .love-jenny .review {
        max-width: 889px;
        gap: 8px;
        justify-content: center;
    }

    .love-jenny .review-img {
        width: 50px;
    }

    .love-jenny .review-quote {
        margin: 0;
    }

    .love-jenny .review-quote span {
        margin: 0 0 0 8px;
        display: inline-block;
        font-size: 1em;
    }

    .hiw .hiw-step {
        text-align: center;
    }

    .hiw .hiw-step .hiw-img {
        margin-bottom: 24px;
        height: 141px;
    }

    .hiw .hiw-step .hiw-img img {
        margin: 0 auto;
    }

    .hiw .hiw-copy>p:first-child {
        margin-bottom: 4px;
        font-size: 1.21em;
        font-weight: 700;
        line-height: 1.1;
    }

    .solutions .solution {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .solutions .solution a.btn {
        width: fit-content;
    }

    .solution-copy {
        min-height: 162px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
}

@media (min-width: 1200px) {
    .hero-copy {
        max-width: 650px;
    }
    .love-jenny .reason {
        gap: 12px;
        align-items: start;
    }

    .love-jenny .reason.mbl-flip {
        flex-direction: row;
    }

    .hiw .hiw-copy>p:last-child {
        width: 88%;
        margin: 0 auto;
    }
}

@media (min-width: 1440px) {
    .love-jenny .reasons .col-xl-3 {
        width: 25%;
    }

    .love-jenny .reason-copy>p:last-child {
        min-height: 171px;
    }

    .food .food-wrapper {
        margin: 0 auto 24px;
        width: 1404px;
    }

    .food .food-col {
        overflow: hidden;
    }

    .solutions .solution {
        min-height: 250px;
    }
}