:root {
    --sbh2020-ink: #140040;
    --sbh2020-night: #09014f;
    --sbh2020-lavender: #7a8de5;
    --sbh2020-pink: #f65fd0;
}

html {
    scroll-behavior: smooth;
}

body.sbh2020 {
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: var(--sbh2020-ink);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
}

.sbh2020.sbh2020-embedded {
    width: 100%;
    margin: 0;
    overflow: visible;
    background: #fff;
    color: var(--sbh2020-ink);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    text-align: left;
    text-rendering: optimizeLegibility;
}

.sbcf-post-funnel--classic-v520 {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: #fff;
}

/* Break the article-footer presentation out of the theme's article container
 * without introducing a transformed ancestor that would trap the fixed ribbon. */
body.single-post .sbcf-post-funnel--classic-v520 {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

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

.sbh2020 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.sbh2020 h1,
.sbh2020 h2,
.sbh2020 h3 {
    margin: 0 0 .75em;
    color: var(--sbh2020-ink);
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    line-height: 1.3;
}

.sbh2020 h1 {
    font-size: clamp(2.5rem, 4vw, 3.0625rem);
    font-weight: 900;
}

.sbh2020 h2 {
    font-size: clamp(2.1875rem, 3.4vw, 2.4375rem);
}

.sbh2020 h3 {
    margin-top: 2.2em;
    font-size: 1.5625rem;
    font-weight: 700;
}

.sbh2020 p {
    margin: 0 0 1.5em;
}

.sbh2020 strong {
    font-weight: 600;
}

.sbh2020 a {
    color: var(--sbh2020-pink);
}

.sbh2020-skip {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 1000000;
    padding: 10px 16px;
    transform: translateY(-150%);
    border-radius: 4px;
    background: #fff;
    color: var(--sbh2020-ink);
    font-weight: 600;
}

.sbh2020-skip:focus {
    transform: translateY(0);
}

.sbh2020-reading {
    width: min(100%, 700px);
    margin: 0 auto;
}

.sbh2020-logo-bar {
    display: flex;
    min-height: 112px;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
    background: #fff;
}

.sbh2020-logo-bar img {
    width: 20%;
    min-width: 210px;
    max-width: 280px;
}

.sbh2020-hero {
    min-height: 573px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background-image: linear-gradient(90deg, #7a8de5 0%, rgba(246, 95, 208, .7) 100%), var(--sbh2020-night-sky);
    background-position: center;
    background-size: cover;
}

.sbh2020-hero__card {
    width: min(100%, 900px);
    padding: 40px;
    background: rgba(255, 255, 255, .82);
    box-shadow: -7px 0 22px 9px rgba(0, 0, 0, .1);
    text-align: center;
}

.sbh2020-hero h1 {
    margin-bottom: .45em;
    font-style: italic;
    font-weight: 400;
}

.sbh2020-hero p {
    margin: 0;
    color: #2c2c2c;
    font-size: 23px;
    font-weight: 200;
    line-height: 1.55;
}

.sbh2020-prose,
.sbh2020-discover,
.sbh2020-closing {
    padding: 60px 20px;
    background: #fff;
}

.sbh2020-intro {
    padding-top: 72px;
}

.sbh2020-science h2,
.sbh2020-story > .sbh2020-reading > h2,
.sbh2020-section-title {
    text-align: center;
}

.sbh2020-photo-break {
    width: min(calc(100% - 40px), 900px);
    min-height: 520px;
    margin: 0 auto;
    padding: 1px 0 37px;
    overflow: hidden;
}

.sbh2020-photo-break__image {
    min-height: 483px;
    background-image: linear-gradient(141deg, rgba(122, 141, 229, .77), rgba(246, 95, 208, .71)), var(--sbh2020-kacey);
    background-position: center;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
}

.sbh2020-story blockquote {
    margin: 2.5em 0 0;
    padding: 32px 34px;
    border: 0;
    border-left: 7px solid var(--sbh2020-pink);
    background: #f6f3ff;
    color: var(--sbh2020-ink);
    font-size: 1.08em;
    font-weight: 600;
}

.sbh2020-tips {
    padding: 30px 20px 60px;
    background: #fff;
}

.sbh2020-section-title {
    margin-bottom: 1.4em;
}

.sbh2020-tip {
    margin: 0 0 60px;
    padding: 40px;
    background: var(--sbh2020-night);
    color: #fff;
}

.sbh2020-tip img {
    width: 178px;
    height: 179px;
    margin: 0 auto 28px;
    object-fit: contain;
}

.sbh2020-tip h2 {
    color: #fff;
    text-align: center;
}

.sbh2020-tip p:last-child,
.sbh2020-faster p:last-child {
    margin-bottom: 0;
}

.sbh2020-faster {
    display: grid;
    grid-template-columns: 20% 80%;
    margin-top: 76px;
    border: 1px solid #e3e8fb;
    background: #fff;
    box-shadow: 0 2px 43px rgba(122, 141, 229, .16);
}

.sbh2020-faster__icon {
    min-height: 155px;
    display: grid;
    place-items: center;
    background: var(--sbh2020-lavender);
}

.sbh2020-faster__icon span {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    border: 3px solid rgba(255, 255, 255, .78);
    border-radius: 50%;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 45px;
    line-height: 1;
}

.sbh2020-faster > div:last-child {
    padding: 34px 38px;
}

.sbh2020-faster h2 {
    margin-bottom: .45em;
    font-size: 31px;
}

.sbh2020-discover h1,
.sbh2020-bonuses__title h1 {
    text-align: center;
}

.sbh2020-discover__box {
    margin: 40px 0;
    padding: 40px;
    border-top: 2px dashed var(--sbh2020-pink);
    border-bottom: 2px dashed var(--sbh2020-lavender);
}

.sbh2020-discover ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sbh2020-discover li {
    display: grid;
    grid-template-columns: 31px 1fr;
    gap: 15px;
    align-items: start;
    margin: 0 0 22px;
}

.sbh2020-discover li > span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: var(--sbh2020-pink);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}

.sbh2020-discover li p {
    margin: 0;
}

.sbh2020-discover__box > strong {
    display: block;
    margin-top: 35px;
    text-align: center;
}

.sbh2020-bonuses {
    padding-top: 60px;
    background: #fff;
}

.sbh2020-bonuses__title {
    width: min(calc(100% - 40px), 900px);
    margin: 0 auto 45px;
}

.sbh2020-bonus-band {
    width: min(calc(100% - 40px), 900px);
    margin-right: auto;
    margin-left: auto;
    padding: 70px 0;
    background: linear-gradient(90deg, rgba(122, 141, 229, .7), rgba(246, 95, 208, .7));
}

.sbh2020-bonus-band + .sbh2020-bonus-band {
    margin-top: 20px;
}

.sbh2020-bonuses__title + .sbh2020-bonus-band {
    background: linear-gradient(90deg, rgba(122, 141, 229, .5), rgba(246, 95, 208, .7));
}

.sbh2020-bonus-frame {
    width: min(100%, 514px);
    margin: 0 auto;
    padding: 12px 40px 1px;
    background: rgba(255, 255, 255, .48);
}

.sbh2020-bonus-card {
    position: relative;
    width: 100%;
    margin: 0 0 -34px;
    padding: 1px 24px 1px 28px;
    border-left: 0;
    background: linear-gradient(130deg, #350071, #30cfd0);
    box-shadow: inset 8px 0 #350071, 0 22px 30px -10px rgba(0, 0, 0, .33);
    color: #fff;
}

.sbh2020-bonus-card > img {
    width: 382px;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    object-fit: contain;
}

.sbh2020-bonus-card > div {
    padding: 0 0 40px;
}

.sbh2020-bonus-card h2 {
    margin: 22px 0;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    text-transform: lowercase;
}

.sbh2020-bonus-card h2 strong {
    font-weight: 600;
}

.sbh2020-bonus-divider {
    width: 154px;
    height: 1px;
    display: block;
    margin: 0 auto;
    background: rgba(255, 255, 255, .74);
}

.sbh2020-bonus-card__body {
    margin-top: 81px;
}

.sbh2020-bonus-card p:last-child {
    margin-bottom: 0;
}

.sbh2020-testimonials {
    padding: 150px 20px 70px;
    background: #fff;
}

.sbh2020-testimonials__row {
    width: min(100%, 1180px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 auto;
}

.sbh2020-testimonial {
    position: relative;
    min-height: 586px;
    display: flex;
    flex-direction: column;
    padding: 92px 30px 34px;
    color: #666;
    text-align: center;
}

.sbh2020-testimonial--anna { background: linear-gradient(#ede9ff, #fff 70%); }
.sbh2020-testimonial--paul { background: linear-gradient(#eaffea, #fff 70%); }
.sbh2020-testimonial--diana { background: linear-gradient(#e8faff, #fff 70%); }

.sbh2020-testimonial > img {
    position: absolute;
    top: -74px;
    left: 50%;
    width: 149px;
    height: 149px;
    transform: translateX(-50%);
    border: 7px solid #fff;
    border-radius: 50%;
    box-shadow: 0 12px 26px rgba(20, 0, 64, .14);
    object-fit: cover;
}

.sbh2020-testimonial__quote {
    position: absolute;
    top: 23px;
    left: 22px;
    color: rgba(20, 0, 64, .08);
    font-family: Georgia, serif;
    font-size: 200px;
    line-height: 1;
}

.sbh2020-testimonial__copy {
    position: relative;
    flex: 1;
}

.sbh2020-testimonial h3 {
    margin: 1em 0 0;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
}

.sbh2020-testimonial--anna h3 { color: #9365ff; }
.sbh2020-testimonial--paul h3 { color: #13b900; }
.sbh2020-testimonial--diana h3 { color: #00a5d2; }

.sbh2020-testimonial small {
    color: #777;
    font-size: 13px;
}

.sbh2020-final-cta {
    padding: 70px 20px 48px;
    background-image: linear-gradient(rgba(9, 1, 79, .78), rgba(9, 1, 79, .78)), var(--sbh2020-night-sky);
    background-position: center top;
    background-size: cover;
    color: #fff;
}

.sbh2020-final-cta__inner {
    width: min(100%, 900px);
    margin: 0 auto;
    text-align: center;
}

.sbh2020-final-cta h1 {
    color: #fff;
}

.sbh2020-final-cta p {
    font-weight: 200;
}

.sbh2020-final-cta p a {
    color: #fff;
    font-weight: 600;
}

.sbh2020-download {
    width: min(91%, 500px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 38px auto 22px;
    padding: 18px 30px;
    background: linear-gradient(214deg, var(--sbh2020-pink), var(--sbh2020-lavender));
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
    color: #fff !important;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.sbh2020-download:hover,
.sbh2020-download:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .3);
}

.sbh2020-download span {
    font-size: 1.35em;
    line-height: .8;
}

.sbh2020-secure {
    width: min(100%, 560px);
    margin: 0 auto;
}

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

.sbh2020-closing p:last-child {
    margin-bottom: 0;
}

/* The archived Thrive Leads ribbon: fixed, overlaying the page, with no close button. */
.sbh2020-ribbon {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px 0;
    opacity: 0;
    background-color: rgba(27, 15, 149, .85);
    background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, .05) 0, rgba(255, 255, 255, .05) 3px, transparent 3px, transparent 6px);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    transition: opacity .3s ease-out;
    pointer-events: none;
}

.sbh2020-ribbon.is-triggered {
    z-index: 999991;
    opacity: 1;
    pointer-events: auto;
}

.sbh2020-ribbon__inner {
    width: min(calc(100% - 48px), 1300px);
    min-height: 76px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    margin: 0 auto;
}

.sbh2020-ribbon__arrow {
    display: flex;
    justify-content: flex-end;
    padding-right: 58px;
}

.sbh2020-ribbon__arrow img {
    width: 50px;
    height: 17px;
}

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

.sbh2020-ribbon__headline {
    min-height: 39px;
    color: #fff;
    font-family: "Amatic SC", cursive;
    font-size: 50px;
    font-weight: 700;
    line-height: 35px;
    white-space: nowrap;
}

.sbh2020-ribbon__headline strong {
    color: #4cff67;
    font-weight: 700;
}

.sbh2020-ribbon__subline {
    margin-top: 11px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    white-space: nowrap;
}

.sbh2020-ribbon__action {
    padding-left: 24px;
}

.sbh2020-ribbon__action a {
    width: 240px;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 25px;
    background: #ff4091;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

.sbh2020-ribbon__action a:hover,
.sbh2020-ribbon__action a:focus-visible {
    background: #ff2683;
}

@media (max-width: 1023px) {
    .sbh2020 h1 { font-size: 40px; }
    .sbh2020 h2 { font-size: 35px; }

    .sbh2020-logo-bar img {
        width: 30%;
        max-width: 300px;
    }

    .sbh2020-hero {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sbh2020-ribbon__inner {
        grid-template-columns: 1fr auto;
        gap: 18px;
    }

    .sbh2020-ribbon__arrow {
        display: none;
    }

    .sbh2020-ribbon__headline {
        font-size: 44px;
    }

    .sbh2020-ribbon__action {
        padding-left: 0;
    }

    .sbh2020-ribbon__action a {
        width: auto;
        min-width: 220px;
        min-height: auto;
        padding: 14px 22px;
    }
}

@media (max-width: 767px) {
    body.sbh2020 {
        font-size: 17px;
    }

    .sbh2020 h1 { font-size: 40px; }
    .sbh2020 h2 { font-size: 35px; }

    .sbh2020-logo-bar {
        min-height: 92px;
        padding: 18px 14px;
    }

    .sbh2020-logo-bar img {
        width: 50%;
        min-width: 190px;
    }

    .sbh2020-hero {
        min-height: 0;
        padding: 30px 0 40px;
    }

    .sbh2020-hero__card {
        width: auto;
        margin: 0 15px;
        padding: 20px;
    }

    .sbh2020-hero p {
        font-size: 17px;
    }

    .sbh2020-prose,
    .sbh2020-discover,
    .sbh2020-closing {
        padding: 50px 10px;
    }

    .sbh2020-reading {
        padding-right: 10px;
        padding-left: 10px;
    }

    .sbh2020-photo-break {
        width: calc(100% - 20px);
        min-height: 385px;
        padding-bottom: 50px;
    }

    .sbh2020-photo-break__image {
        min-height: 335px;
        clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
    }

    .sbh2020-story blockquote {
        padding: 24px 22px;
    }

    .sbh2020-tips {
        padding: 30px 10px 50px;
    }

    .sbh2020-tip {
        padding: 20px;
    }

    .sbh2020-faster {
        grid-template-columns: 1fr;
        margin-top: 56px;
    }

    .sbh2020-faster__icon {
        min-height: 120px;
    }

    .sbh2020-faster > div:last-child {
        padding: 26px 22px;
    }

    .sbh2020-discover__box {
        padding: 30px 15px;
    }

    .sbh2020-bonuses {
        padding-top: 50px;
    }

    .sbh2020-bonuses__title {
        width: calc(100% - 20px);
    }

    .sbh2020-bonus-band {
        width: calc(100% - 20px);
        padding: 40px 0 60px;
    }

    .sbh2020-bonus-frame {
        padding: 30px 40px 1px;
    }

    .sbh2020-bonus-card > div {
        padding: 0 0 34px;
    }

    .sbh2020-bonus-card {
        padding: 1px 20px 1px 24px;
    }

    .sbh2020-testimonials {
        padding: 120px 14px 40px;
    }

    .sbh2020-testimonials__row {
        grid-template-columns: 1fr;
        gap: 115px;
    }

    .sbh2020-testimonial {
        min-height: 0;
        padding-right: 24px;
        padding-left: 24px;
    }

    .sbh2020-final-cta {
        padding: 50px 10px 35px;
    }

    .sbh2020-final-cta__inner {
        padding: 0 10px;
    }

    .sbh2020-download {
        width: 100%;
        font-size: 26px;
    }

    .sbh2020-ribbon {
        padding: 10px;
    }

    .sbh2020-ribbon__inner {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .sbh2020-ribbon__headline {
        min-height: auto;
        font-size: clamp(34px, 11vw, 42px);
        line-height: 1.15;
        white-space: nowrap;
    }

    .sbh2020-ribbon__subline {
        margin-top: 0;
        font-size: clamp(13px, 4.25vw, 17px);
        white-space: nowrap;
    }

    .sbh2020-ribbon__action a {
        width: 100%;
        min-width: 0;
        padding: 18px 30px;
        font-size: 21px;
        line-height: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .sbh2020-ribbon,
    .sbh2020-download { transition: none; }
}
