﻿@font-face {
    font-family: 'PlusJakartaSans';
    src: url('../font/PlusJakartaSans/static/PlusJakartaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlusJakartaSans';
    src: url('../font/PlusJakartaSans/static/PlusJakartaSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

:root {
    --three: #62bdba;
    --light-green: #62bdba;
    --dark-blue: #0b5c8a;
    --very-dark-blue: #05283c;
    --pale-green: #d8f1ee;
    --orange: #d74d29;
    --dark-light-green: #b9e6e1;
    --palest-green: #e8f6f6;
    --red: #d74d2a;
    --border-color: #d9f2ef;
}

body,
html {
    margin: 0;
    font-family: "PlusJakartaSans", Arial, sans-serif;
    background-color: white;
    color: var(--dark-blue);
    font-size: 22pt;
    position: relative;
}

*, ::after, ::before {
    box-sizing: border-box;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

header a, .title-content a, .signup-footer a {
    text-decoration: none;
}

.inverse {
    transform: scaleX(-1);
}

.section {
    padding-left: 20px;
    padding-right: 20px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--dark-blue);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.selected {
    border-bottom: solid white 2px;
}

.home-img {
    margin-top: .5rem;
    margin-left: .5rem;
    margin-bottom: .5rem;
}

.title-text-lg {
    font-family: "PlusJakartaSans", Arial;
    font-size: 55pt;
    font-weight: bold;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    letter-spacing: 2px;
    line-height: 3rem;
    z-index: 2;
}

.title-text-all {
    font-family: "PlusJakartaSans", Arial;
    font-size: 55pt;
    font-weight: bold;
    margin-bottom: 3rem;
    margin-top: 3rem;
    letter-spacing: 2px;
    line-height: 3rem;
    z-index: 2;
}

.title-text {
    font-family: "PlusJakartaSans", Arial;
    font-size: 40pt;
    font-weight: bold;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    line-height: 2.4rem;
    z-index: 2;
}

.text {
    font-family: "PlusJakartaSans", Arial;
    font-size: 25pt;
    font-weight: normal;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    line-height: 1.8rem;
    z-index: 2;
}

.text-bold {
    font-family: "PlusJakartaSans", Arial;
    font-size: 25pt;
    font-weight: bold;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 1.3rem;
    z-index: 2;
}

.text-bold-dark {
    font-family: "PlusJakartaSans", Arial;
    font-size: 25pt;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3rem;
    color: var(--very-dark-blue);
    z-index: 2;
}

.text-bold-sm {
    font-family: "PlusJakartaSans", Arial;
    font-size: 20pt;
    font-weight: bold;
    margin-bottom: 1rem;
    letter-spacing: .5px;
    line-height: 1.3rem;
    z-index: 2;
}

.text-sm {
    font-family: "PlusJakartaSans", Arial;
    font-size: 18pt;
    font-weight: normal;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 1rem;
    z-index: 2;
}

.header-link {
    color: white;
    cursor: pointer;
}

.header-link-dark {
    color: var(--dark-blue);
    cursor: pointer;
}

.home-icon:hover {
    background: none;
}

.dropbtn {
    cursor: pointer;
}

.text-button {
    background-color: white;
    border-radius: 5px;
    font-size: 20pt;
    margin-left: 1rem;
    margin-right: 1rem;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.8rem;
    color: var(--dark-blue);
    text-decoration: none;
    padding: .1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .text-button:hover {
        background-color: lightgray;
    }

.text-button-w {
    background-color: var(--orange);
    border-radius: 5px;
    font-size: 20pt;
    margin-left: 1rem;
    margin-right: 1rem;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: .5rem;
    letter-spacing: 1px;
    line-height: 1rem;
    color: white;
    text-decoration: none;
    width: fit-content;
    padding: .3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .text-button-w:hover {
        background: #db7d06 !important;
    }

.text-button-sm {
    background-color: white;
    border-radius: 5px;
    font-size: 14pt;
    font-weight: normal;
    margin-bottom: 1rem;
    letter-spacing: .5px;
    line-height: 1rem;
    color: var(--dark-blue);
    text-decoration: none;
    width: fit-content;
    padding: .3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: 284px;
}

    .text-button-sm:hover {
        background-color: lightgray;
    }

.text-button-sm-w {
    background-color: var(--orange);
    border-radius: 5px;
    font-size: 14pt;
    font-weight: normal;
    margin-bottom: 1rem;
    letter-spacing: .5px;
    line-height: 1.5rem;
    color: white;
    text-decoration: none;
    width: fit-content;
    padding: .1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .text-button-sm-w:hover {
        background: #db7d06;
    }

.blue-background {
    background-color: var(--dark-blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cyan-background {
    background-color: var(--light-green);
}

.white-background {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.bottom-background {
    background-color: var(--dark-blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.header-dropdown-menu {
    display: none;
}

.fit-content {
    width: fit-content;
}

.header-dropdown-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-dropdown {
    width: 100%;
    display: none;
}

.header {
    height: 110px;
    margin-bottom: 0;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header img {
        height: 100px;
        width: auto;
    }

.login-btn {
    color: white;
    letter-spacing: 0;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    text-decoration: none;
    padding-left: 20px;
    padding-bottom: 4px;
    border-left: solid white 2px;
}

.not-visible {
    visibility: hidden;
    cursor: none;
}

.container {
    width: 100%;
    max-width: 1800px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.container-column {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.stock-img {
    border-radius: 4px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.half-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.half-content-spaced {
    width: 50%;
    margin: 1rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: start;
}

.space-bottom-lg {
    margin-bottom: 6rem;
}

.space-bottom {
    margin-bottom: 3rem;
}

.layered-title-container {
    position: relative;
    visibility: visible;
    color: #eef8f7;
}

.layered-container {
    position: relative;
    visibility: visible;
    width: 100%;
}

.layered-text {
    position: relative;
    z-index: 2;
}

.layered-img {
    width: 70%;
    visibility: visible;
    position: absolute;
    top: -510px;
    right: 240px;
}

.layered-img-squggle-middle {
    width: 80%;
    visibility: visible;
    position: absolute;
    top: -510px;
    right: 140px;
    z-index: 2;
}

.layered-img-circle {
    width: 80%;
    visibility: visible;
    position: absolute;
    bottom: 700px;
    right: 140px;
    z-index: 1
}

.layered-img-circle-two {
    width: 80%;
    visibility: visible;
    position: absolute;
    top: 0px;
    right: 100px;
}

.layered-title-img {
    width: 90%;
    visibility: visible;
    position: absolute;
    left: 150px;
    top: 150px;
    z-index: 2;
}

.layered-underline-img {
    width: 90%;
    transform: scaleY(.5);
    visibility: visible;
    position: absolute;
    left: -20px;
    top: 100px;
    z-index: 1;
}

.solutions-layered-title-container {
    position: relative;
    visibility: visible;
    z-index: 2;
    color: #eef8f7;
}

.solutions-layered-title-img {
    width: 40%;
    visibility: visible;
    position: absolute;
    top: -27px;
    right: 30px;
    z-index: 2;
}

.access-layered-title-img {
    width: 60%;
    visibility: visible;
    position: absolute;
    top: -50px;
    right: -300px;
    z-index: 2;
}

.third-content {
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    background-color: var(--light-green);
    border-radius: 4px;
    color: var(--dark-blue);
    text-align: start;
    padding: 2rem;
}

.row-home {
    display: flex;
    justify-content: space-between;
}

.container-row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

    .container-row .container-half {
        width: 50%;
    }

    .container-row .container-half-center-col {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .container-row .container-half img {
        max-width: 100%;
    }

.organization-container {
    margin-top: 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sci-img {
    width: 80% !important;
    margin-top: .5rem;
}

.learningsource-img {
    width: 100% !important;
    margin-top: 1rem;
}

.nsh-img {
    width: 80% !important;
    margin-top: .5rem;
}

.logos {
    width: 35%;
}

.case-studies-logos {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    height: 145px !important;
}

    .case-studies-logos img {
        width: 80%;
        max-width: 500px;
    }

.case-studies-two {
    margin-top: 2rem !important;
    margin-bottom: 0;
}

.case-studies-quarter {
    padding-bottom: 3rem !important;
}

.stacked-grid {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.icon-container {
    width: 18%;
    height: 18%;
    margin: 5px;
    color: var(--light-green);
}

.cyan-icon-container {
    width: 60%;
    height: 60%;
}

.subsection-icon-container {
    width: 10%;
    margin-left: 1rem;
    margin-right: 1rem;
}

.subsection-icon-container-top {
    width: 50%;
    margin-left: 1rem;
    margin-right: 1rem;
}

.subsection-top-icon-container {
    margin-top: 2rem;
}

.subsection-icon {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert();
}

.icon {
    width: 100%;
    height: 100%;
}

.top-right-check-icon {
    margin: 5px;
    max-width: 50px;
    padding-bottom: 5%;
}

.check-icon {
    margin: 5px;
    max-width: 50px;
}

.x-icon {
    margin: 5px;
    max-width: 50px;
}

.grid {
    min-height: 100px;
    display: flex;
    flex-direction: row !important;
    border: solid var(--pale-green) 3px;
    border-top: none !important;
    width: 100%;
}

.grid-top {
    min-height: 100px;
    display: flex;
    flex-direction: row !important;
    border: solid var(--pale-green) 3px;
    width: 100%;
}

.circle-man {
}

.comapre-grid-squiggle {
    background-image: url(../assets/backgrounds/transparent-squiggle-middle.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 100% 5%;
}

.stacked-compare-grid {
    background-color: white;
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-top: 1rem;
}

.compare-grid-row-top {
    display: flex;
    flex-direction: row !important;
    width: 100%;
    min-height: 90px;
}

    .compare-grid-row-top .compare-grid-first {
        border: solid var(--pale-green) 3px;
        width: 35%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        text-align: center;
        padding: 10px;
    }

    .compare-grid-row-top .compare-grid-last {
        border: solid var(--pale-green) 3px;
        border-left: none;
        background-color: var(--dark-light-green);
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        padding: 10px;
    }

    .compare-grid-row-top .compare-grid {
        border: solid var(--pale-green) 3px;
        border-left: none !important;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        padding: 10px;
    }

.compare-grid-row {
    display: flex;
    flex-direction: row !important;
    width: 100%;
    min-height: 80px;
}

    .compare-grid-row .compare-grid-first {
        border: solid var(--pale-green) 3px;
        border-top: none !important;
        width: 35%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
    }

    .compare-grid-row .compare-grid-last {
        border: solid var(--pale-green) 3px;
        border-top: none !important;
        border-left: none;
        background-color: var(--palest-green);
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

    .compare-grid-row .compare-grid {
        border: solid var(--pale-green) 3px;
        border-top: none !important;
        border-left: none !important;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

.left-align {
    width: 100%;
    display: flex;
    justify-content: start;
    text-align: start !important;
}

.padding-sm {
    padding: 10px;
}

.centered {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-87 {
    width: 87%;
}

.w-full {
    width: 100%;
}

/*
    One block
*/
.section-one {
    background-image: url(../assets/backgrounds/background-orange-white-semicircle.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: -1% 105%;
    transform: scaleX(-1);
    position: relative;
    z-index: 2;
}

.one {
    display: flex;
    flex-direction: column;
    position: relative;
    color: white;
    margin-top: 0;
    margin-bottom: -4rem;
    align-items: center;
    transform: scaleX(-1);
}

    .one .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .one .container .container-row .container-half {
            width: 47%;
            margin-bottom: -3rem
        }

    .one .img-container {
        max-width: 80%;
        display: inline;
    }

    .one iframe {
        border-radius: .5rem;
    }

/*
    Two block
*/
.home-two {
    margin-top: 6rem !important;
}

.two {
    display: flex;
    flex-direction: column;
    position: relative;
    color: var(--very-dark-blue);
    margin-top: 2rem;
    align-items: center;
}

    .two .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .two .container .container-row {
            width: 100%;
        }

.container .container-row .container-quarter-left {
    border: solid var(--border-color) 3px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 1rem;
}

.container .container-row .container-quarter {
    border: solid var(--border-color) 3px;
    border-bottom: none;
    border-right: none;
    padding: 1rem;
}

.container .container-row .container-quarter-right {
    border: solid var(--border-color) 3px;
    border-right: none;
    border-bottom: none;
    padding: 1rem;
}

.container-quarter-link {
    color: var(--orange);
    font-size: 22px;
    text-decoration: underline;
}

.container-quarter-row {
    width: 100%;
    display: flex;
}

.container-quarter-link-outer {
    width: 50%;
    color: var(--very-dark-blue);
    text-decoration: none;
    margin-top: 1rem;
}

.container .container-row .container-quarter-one {
    height: 110%;
}

.container .container-row .container-quarter-two {
    height: 110%;
}

.container .container-row .container-quarter-three {
    height: 110%;
}

.container .container-row .container-quarter-four {
    height: 110%;
}

/*
    Three block
*/
.three-container {
    background-color: var(--light-green);
    width: 100%;
    border-radius: 4px;
    padding: 1rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
}

.three-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
}

.three-text {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.three-button-container {
    display: flex;
    align-items: center;
}

.three-button {
    background-color: white;
    border-radius: 5px;
    font-size: 20pt;
    margin-left: 1rem;
    margin-right: 1rem;
    font-weight: normal;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    color: var(--dark-blue);
    text-decoration: none;
    padding: .2rem;
}

.trusted-orgs-row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 4rem;
}

.trusted-orgs-row-inner {
    width: 50%;
    display: flex;
    justify-content: space-around;
}

/*
    Bottom
*/
.bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-blue);
}

.bottom-background-img {
    width: 100%;
    height: 100%;
    position: relative;
}

    .bottom-background-img::before {
        width: 100%;
        height: 100%;
        content: "";
        background-size: cover;
        position: absolute;
        background-image: url(../assets/backgrounds/transparent-squiggle-footer.png);
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: 25%;
    }

.bottom-row {
    display: flex;
    justify-content: start;
}

.bottom-content {
    margin-top: 1rem;
    margin-bottom: 3rem;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: start;
}

.bottom-button {
    background-color: white;
    color: var(--dark-blue);
    font-size: 16px;
    border-radius: 4px;
    margin-top: 1rem;
    text-decoration: none;
    width: fit-content;
}

.bottom-img {
    margin-right: 2rem;
    margin-left: 2rem;
    margin-bottom: 1rem;
    width: 10%;
    max-height: 200px;
}

.bottom-text-group {
    width: 50%;
}

.bottom-text {
    color: white;
    font-size: 22px;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bottom-text-bold {
    color: white;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.8rem;
    margin-bottom: 1rem;
}

footer {
    background-color: var(--dark-blue);
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 80px;
    border-top: solid #1e3f50 2px;
}

    footer .text-sm {
        color: white;
        margin-bottom: 0;
        font-size: 18px;
    }

        footer .text-sm a {
            color: white;
        }

.footer {
    display: flex;
    align-items: center;
}

.footer-text {
    text-decoration: none;
    text-decoration: underline;
}

    .footer-text:hover {
        color: lightgray !important;
    }

    .footer-text:visited {
        color: #637784;
    }
/*
    Features Page
*/
.stacked-features-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.feature-two {
    width: 100%;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.features-img {
    width: 100%;
    max-width: 600px;
}

.features-grid-img {
}

.features-icon-container {
    width: 50%;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: -2rem;
}

.features-grid-row-top {
    display: flex;
    flex-direction: row !important;
    width: 100%;
    min-height: 90px;
}

    .features-grid-row-top .features-grid-first {
        border: solid var(--pale-green) 3px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 2rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
        font-weight: bold;
        font-size: 26px;
    }

    .features-grid-row-top .features-grid {
        border: solid var(--pale-green) 3px;
        border-left: none !important;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 2rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
        font-weight: bold;
        font-size: 26px;
    }

.features-grid-row {
    display: flex;
    flex-direction: row !important;
    width: 100%;
    min-height: 80px;
}

    .features-grid-row .features-grid-first {
        border: solid var(--pale-green) 3px;
        border-top: none !important;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 2rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
        font-weight: bold;
        font-size: 26px;
    }

    .features-grid-row .features-grid {
        border: solid var(--pale-green) 3px;
        border-top: none !important;
        border-left: none !important;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 2rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
        font-weight: bold;
        font-size: 26px;
    }

.absolute {
    position: absolute;
}

/*
    Solutions Subsection Page
*/
/*
    Solutions subsection One
*/
.lifestyle-accent-img {
    width: 90%;
    position: relative;
    bottom: 100px;
}

.sub-solution-hero-squiggle {
    z-index: 1;
    position: absolute;
    right: 60%;
    top: 50%;
}

.subsolutions-double-bubble {
    width: 20%;
    visibility: visible;
    position: absolute;
    left: 50px;
    z-index: 1;
}

.learning-bubble-1 {
    width: 15%;
    visibility: visible;
    position: absolute;
    left: 3%;
    top: 100px;
    z-index: 1;
}

.learning-bubble-2 {
    width: 10%;
    visibility: visible;
    position: absolute;
    left: 260px;
    bottom: -120px;
    z-index: 1;
}

.community-bubble-1 {
    width: 10%;
    visibility: visible;
    position: absolute;
    right: 10%;
    top: 120px;
    z-index: 1;
}

.community-bubble-2 {
    width: 15%;
    visibility: visible;
    position: absolute;
    left: 5%;
    top: -100px;
    z-index: 1;
}

.community-bubble-3 {
    width: 10%;
    visibility: visible;
    position: absolute;
    left: 15%;
    bottom: -400px;
    z-index: 1;
}

.features-bubble-1 {
    width: 10%;
    visibility: visible;
    position: absolute;
    right: 10%;
    bottom: -100px;
    z-index: 1;
}

.features-bubble-2 {
    width: 15%;
    visibility: visible;
    position: absolute;
    left: 5%;
    top: 40px;
    z-index: 1;
}

.features-bubble-3 {
    width: 15%;
    visibility: visible;
    position: absolute;
    right: 5%;
    bottom: -400px;
    z-index: 1;
}

.coaching-bubble-1 {
    width: 10%;
    visibility: visible;
    position: absolute;
    left: 15%;
    top: 120px;
    z-index: 1;
}

.coaching-bubble-2 {
    width: 15%;
    visibility: visible;
    position: absolute;
    left: 30px;
    top: -100px;
    z-index: 1;
}

.coaching-bubble-row {
    margin-top: -5rem;
}

.solutions-subsection-one-background {
    background-image: url(../assets/backgrounds/background-orange-white-semicircle.svg);
    background-position: 0% 101%;
    background-repeat: no-repeat;
    background-size: 30%;
}

.solutions-subsection-one {
    display: flex;
    flex-direction: column;
    position: relative;
    color: white;
    margin-top: 0;
    margin-bottom: -4rem;
    width: 100%;
    align-items: center;
}

.solutions-subsection-one-title {
    margin-top: 2rem;
}

.solutions-subsection-top-left-overlap {
    width: 35%;
    margin-bottom: -4rem;
    margin-right: 1rem;
    margin-left: 1rem;
}

.solutions-subsection-top-right-overlap {
    width: 65%;
    margin-bottom: -5rem;
    margin-right: 1rem;
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    padding: 1rem;
    border-radius: 4px;
    background-color: var(--very-dark-blue);
    position: relative;
    z-index: 2;
}

.stacked-solutions-subsection-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.solutions-subsection-grid-row-top {
    display: flex;
    flex-direction: row !important;
    width: 100%;
    min-height: 90px;
}

    .solutions-subsection-grid-row-top .solutions-subsection-grid-first {
        border: solid var(--pale-green) 3px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 10px;
        font-weight: bold;
        font-size: 26px;
    }

    .solutions-subsection-grid-row-top .solutions-subsection-grid {
        border: solid var(--pale-green) 3px;
        border-left: none !important;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 10px;
        font-weight: bold;
        font-size: 26px;
    }

.solutions-subsection-grid-row {
    display: flex;
    flex-direction: row !important;
    width: 100%;
    min-height: 80px;
}

    .solutions-subsection-grid-row .solutions-subsection-grid-first {
        border: solid var(--pale-green) 3px;
        border-top: none !important;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 10px;
        font-weight: bold;
        font-size: 26px;
    }

    .solutions-subsection-grid-row .solutions-subsection-grid {
        border: solid var(--pale-green) 3px;
        border-top: none !important;
        border-left: none !important;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 10px;
        font-weight: bold;
        font-size: 26px;
    }

.solutions-subsection-two-background {
    background-image: url(../assets/backgrounds/background-orange-white-semicircle.svg);
    background-position: -10% 110%;
    background-repeat: no-repeat;
    background-size: 800px;
    transform: scaleX(-1)
}

.solutions-subsection-two {
    width: 100%;
    align-items: center;
    margin-top: 15rem;
    margin-bottom: 1rem;
}

.solutions-subsection-three {
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/*
    Accessibility

*/
.access-section-one {
    background-image: url(../assets/backgrounds/background-orange-white-semicircle.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: -5% 120%;
}

.access-two .text-bold-lg {
    font-family: "PlusJakartaSans", Arial;
    font-size: 40pt;
    font-weight: bold;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.3rem;
    z-index: 2;
    text-align: center;
    margin-top: 2rem;
}

.access-two .text-sm {
    text-align: center;
    width: 70%;
}

    .access-two .text-sm a {
        color: var(--orange);
    }

        .access-two .text-sm a:hover {
            color: #db7d06 !important;
        }

        .access-two .text-sm a:visited {
            color: var(--orange);
        }
/*
    Solutions Page
*/
/*
    Solutions One
*/
.solutions-section-one {
    background-image: url(../assets/backgrounds/background-orange-white-semicircle.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: -5% 120%;
}

.solutions-double-bubble {
    width: 20%;
    visibility: visible;
    position: absolute;
    right: 50px;
    z-index: 1;
}

.solutions-one {
    display: flex;
    flex-direction: column;
    position: relative;
    color: white;
    margin-top: 0;
    align-items: center;
}

    .solutions-one .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

/*
    Solutions Two
*/
.solutions-two {
    display: flex;
    flex-direction: column;
    position: relative;
    color: white;
    margin-top: 0;
    width: 100%;
    align-items: center;
    background-image: url(../assets/backgrounds/background-orange-white-semicircle.svg);
    background-position: -10% 110%;
    background-repeat: no-repeat;
    background-size: 800px;
    transform: scaleY(-1)
}

.inverse-Y {
    transform: scaleY(-1)
}

.solutions-one .container {
    display: flex;
    align-items: center;
    justify-content: center;
}




/* Contact Page*/
.link {
    color: #4f4f4f;
    text-decoration: none;
    cursor: pointer;
}

.contact-stock-img {
    margin-left: -1.7rem;
}

.active-link {
    color: #2f5f9d;
    font-family: "PlusJakartaSans", Arial;
    font-weight: bold;
}

.contact-top-left-overlap {
    width: 35%;
    margin-bottom: -5.33rem;
    margin-right: 1rem;
    margin-left: 1rem;
}

.contact-one-background {
    background-image: url(../assets/backgrounds/background-orange-white-semicircle.svg);
    background-position: 0% 101%;
    background-repeat: no-repeat;
    background-size: 30%;
    transform: scaleX(-1);
}

.contact-top-right-overlap {
    width: 65%;
    margin-bottom: -.5rem;
    margin-right: 1rem;
    margin-left: 0rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 2rem;
    border-radius: 4px;
    background-color: var(--very-dark-blue)
}

.contact-section {
    margin-top: 15rem;
}

.contact-title {
    font-family: "PlusJakartaSans", Arial;
    letter-spacing: 2px;
    font-size: 30pt;
    margin-bottom: 1rem;
    font-weight: bold;
    margin-top: 10px;
}

.contact-container {
    font-family: "PlusJakartaSans", Arial, sans-serif;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 1rem;
    padding-left: 1rem;
}

.contact-form-row {
    margin-top: 4rem;
    margin-bottom: -6rem;
}

.contact-form, .form-thx {
    max-width: 1800px;
    width: 100%;
}

.contact-disclaimer {
    color: var(--light-green);
    font-size: 16px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .3rem .5rem;
    font-size: .7rem;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:focus {
        border-color: #2F609D;
        outline: 0;
        box-shadow: 0 0 0 0.14rem rgb(47, 96, 157, 25%);
    }

.form-error {
    width: 100%;
    margin-top: .25rem;
    font-size: 90%;
    color: #dc3545;
}

textarea {
    resize: vertical;
}

.form-group {
    margin: 1rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
}

    .form-row div {
        flex-grow: 1;
    }

.form-btn {
    font-family: "PlusJakartaSans", Arial, sans-serif;
    background-color: var(--orange);
    color: white;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 1rem;
    text-decoration: none;
    width: fit-content;
    padding: 15px;
    padding-left: 2rem;
    padding-right: 2rem;
    border: none;
    cursor: pointer;
}

    .form-btn:hover {
        background: #db7d06;
    }

.form-link {
    border-radius: 8px;
    background-color: #6c757d;
    color: #ffffff;
    height: 2.0rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 1.5rem;
    text-decoration: none;
    font-size: 1rem;
}

    .form-link:hover {
        background-color: #5a6268;
    }

.form-thx {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thx-msg {
    font-size: 1.5rem;
    line-height: 1.8rem;
}

.form-label {
    font-size: 22px;
    display: inline-block;
    margin-bottom: .5rem;
    color: white;
}

.form-label-star {
    color: var(--orange);
}

@media screen and (max-width: 1800px) {
    .layered-underline-img {
        top: 60px;
        left: 0%;
        width: 100%;
    }

    .layered-img-circle {
        bottom: 250%;
    }

    .title-text-lg {
        text-align: center;
        font-size: 47px;
        line-height: 1.8rem;
        letter-spacing: 1px;
    }

    .title-text-all {
        text-align: center;
        font-size: 47px;
        line-height: 1.8rem;
        letter-spacing: 1px;
    }

    .title-text {
        text-align: center;
        font-size: 40px;
        line-height: 1.6rem;
        letter-spacing: 1px;
    }

    .access-two .text-bold-lg {
        font-size: 34pt;
    }

    .text-bold {
        text-align: center;
        font-size: 26px;
        line-height: 1.2rem;
        letter-spacing: .5px;
    }

    .text-bold-dark {
        text-align: center;
        font-size: 26px;
        line-height: 1.2rem;
        letter-spacing: .5px;
    }

    .text-bold-sm {
        text-align: center;
        font-size: 23px;
        line-height: 1rem;
        letter-spacing: .2px;
    }

    .text {
        text-align: center;
        font-size: 20px;
        line-height: 1rem;
        letter-spacing: .2px;
    }

    .text-sm {
        text-align: center;
        font-size: 18px;
    }
}

@media screen and (max-width: 1734px) {
    .layered-underline-img {
        top: 60px;
        left: 0%;
        width: 100%;
    }

    .contact-section {
        margin-top: 20%;
    }

    .icon-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .icon {
        max-height: 100px;
        min-width: 50px;
    }

    .title-text-lg {
        text-align: center;
        font-size: 47px;
        line-height: 1.8rem;
        letter-spacing: 1px;
        margin-bottom: 2rem;
    }

    .title-text-all {
        text-align: center;
        font-size: 47px;
        line-height: 1.8rem;
        letter-spacing: 1px;
    }

    .title-text {
        text-align: center;
        font-size: 36px;
        line-height: 1.6rem;
        letter-spacing: 1px;
    }


    .access-two .text-bold-lg {
        font-size: 32pt;
    }

    .text-bold {
        text-align: center;
        font-size: 25px;
        line-height: 1.2rem;
        letter-spacing: .5px;
    }

    .text-bold-dark {
        text-align: center;
        font-size: 25px;
        line-height: 1.2rem;
        letter-spacing: .5px;
    }

    .text-bold-sm {
        text-align: center;
        font-size: 22px;
        line-height: 1rem;
        letter-spacing: .2px;
    }

    .text {
        text-align: center;
        font-size: 18px;
        line-height: 1rem;
        letter-spacing: .2px;
    }

    .text-sm {
        text-align: center;
        font-size: 18px;
    }
}

@media screen and (max-width: 1399px) {
    .header {
        display: none;
    }

    .text-button-w {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .layered-underline-img {
        top: 70px;
        left: 0%;
        width: 100%;
    }

    .contact-section {
        margin-top: 20%;
    }

    .layered-img-circle {
        bottom: 300%;
    }

    .three-container {
        margin-top: 6rem;
    }

    .three-button {
        height: fit-content;
        width: fit-content;
    }

    .three-button-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .container-quarter-row {
        max-height: 300px;
    }

    .container .container-row .container-quarter-one {
        height: 140%;
    }

    .container .container-row .container-quarter-two {
        height: 140%;
    }

    .container .container-row .container-quarter-three {
        height: 140%;
    }

    .container .container-row .container-quarter-four {
        height: 140%;
    }

    .header-dropdown {
        position: relative;
        display: inline-block;
    }

        .header-dropdown img {
            height: 100px;
            width: auto;
        }

    .header-dropdown-top img {
        height: 70px;
        width: auto;
    }

    .header-dropdown-content {
        display: none;
        position: relative;
        background-color: var(--dark-blue);
        min-width: 160px;
        z-index: 10;
    }

        .header-dropdown-content a {
            color: white;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

            .header-dropdown-content a:hover {
                background-color: #0e3849;
            }
}

@media screen and (max-width: 1270px) {
    body,
    html {
        font-size: 16pt;
    }

    .contact-section {
        margin-top: 30%;
    }

    .layered-img-squggle-middle {
        display: none;
    }

    .left-align {
        justify-content: center;
        text-align: center !important;
    }

    .header {
        display: none;
    }

    .header-dropdown {
        position: relative;
        display: inline-block;
    }

        .header-dropdown img {
            height: 50px;
            width: auto;
        }

    .header-dropdown-content {
        display: none;
        position: relative;
        background-color: var(--dark-blue);
        min-width: 160px;
        z-index: 10;
    }

        .header-dropdown-content a {
            color: white;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

    .text-button-sm {
        min-width: 254px;
    }

    .text {
        text-align: center;
    }

    .layered-underline-img {
        top: 90px;
        left: 0%;
        width: 100%;
    }

    .title-text-lg {
        text-align: center;
        font-size: 40px;
    }

    .title-text-all {
        text-align: center;
        font-size: 40px;
    }

    .title-text {
        text-align: center;
        font-size: 35px;
        line-height: 1.6rem;
        letter-spacing: 1px;
    }


    .access-two .text-bold-lg {
        font-size: 28pt;
    }

    .text-bold {
        text-align: center;
        font-size: 24px;
        line-height: 1.2rem;
        letter-spacing: .5px;
    }

    .text-bold-dark {
        text-align: center;
        font-size: 24px;
        line-height: 1.2rem;
        letter-spacing: .5px;
    }

    .text-bold-sm {
        text-align: center;
        font-size: 21px;
        line-height: 1rem;
        letter-spacing: .2px;
        padding-top: 1rem;
    }

    .text {
        text-align: center;
        font-size: 20px;
        line-height: 1rem;
        letter-spacing: .2px;
    }

    .text-sm {
        text-align: center;
        font-size: 18px;
    }

    .container-row {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

        .container-row .container-half {
            width: 100%;
            display: flex;
            justify-content: center;
        }

            .container-row .container-half .text {
                width: 100%;
            }

        .container-row .container-half-center-col {
            width: 1000%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .container-row .container-half img {
            max-width: 100%;
        }

    /* Bottom */

    .bottom .title {
        width: 90%;
        margin-top: 4rem;
        font-size: 25pt;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bottom-button {
        background-color: white;
        color: var(--dark-blue);
        font-size: 16px;
        border-radius: 4px;
        margin-top: 1rem;
        text-decoration: none;
        width: fit-content;
    }

    .form-thx-lnk {
        width: 6rem;
    }

    .section {
        padding: 0;
    }

    .w-20 {
        width: 40%;
    }

    .w-30 {
        width: 50%;
    }

    .w-40 {
        width: 60%;
    }

    .w-50 {
        width: 80%;
    }

    .w-60 {
        width: 80%;
    }

    .w-70 {
        width: 80%;
    }

    .w-80 {
        width: 90%;
    }

    .w-87 {
        width: 87%;
    }

    .solutions-layered-title-img {
        display: none;
    }

    .access-layered-title-img {
        display: none;
    }

    .solutions-subsection-three {
        margin-top: 4rem;
    }

    .layered-title-img {
        display: none;
    }

    .section-one {
        background-size: 60%;
        background-position: -1% 105%;
    }

    .layered-title-img {
        top: -180px;
        left: 180px;
        width: 50%;
    }

    .header-button-orange {
        margin-left: .2rem;
    }

    .sub-solution-hero-squiggle {
        display: none;
    }

    .text-button-w {
        font-size: 16pt;
        margin-left: .5rem;
        margin-right: .5rem;
        font-weight: normal;
        margin-bottom: .3rem;
        letter-spacing: 2px;
        line-height: 1rem;
        color: white;
        text-decoration: none;
    }

    .subsolutions-double-bubble {
        width: 15%;
        visibility: visible;
        position: absolute;
        left: 0%;
        bottom: -50px;
        z-index: 1;
    }

    .lifestyle-accent-img {
        width: 90%;
        position: relative;
        bottom: 0px;
    }

    .solutions-double-bubble {
        width: 20%;
        visibility: visible;
        position: absolute;
        right: 0px;
        top: -20px;
        z-index: 1;
    }

    .circle-woman {
        margin-top: 1rem;
    }

    .learning-bubble-1 {
        width: 15%;
        visibility: visible;
        position: absolute;
        right: 90%;
        top: -50px;
        z-index: 1;
    }

    .learning-bubble-2 {
        width: 10%;
        visibility: visible;
        position: absolute;
        right: 0%;
        left: 85%;
        bottom: 10%;
        z-index: 1;
    }

    .community-bubble-1 {
        width: 10%;
        visibility: visible;
        position: absolute;
        right: 10%;
        top: -40px;
        z-index: 1;
    }

    .community-bubble-2 {
        width: 15%;
        visibility: visible;
        position: absolute;
        left: 5%;
        top: -50px;
        z-index: 1;
    }

    .community-bubble-3 {
        width: 10%;
        visibility: visible;
        position: absolute;
        left: 5%;
        bottom: -180px;
        z-index: 1;
    }

    .features-bubble-1 {
        width: 10%;
        visibility: visible;
        position: absolute;
        right: 5%;
        bottom: 0px;
        z-index: 1;
    }

    .features-bubble-2 {
        width: 10%;
        visibility: visible;
        position: absolute;
        left: 2%;
        bottom: 0px;
        top: -60px;
        z-index: 1;
    }

    .features-bubble-3 {
        width: 10%;
        visibility: visible;
        position: absolute;
        right: 5%;
        bottom: -0px;
        top: 100px;
        z-index: 1;
    }

    .coaching-bubble-1 {
        width: 10%;
        visibility: visible;
        position: absolute;
        left: 85%;
        top: -50px;
        z-index: 1;
    }

    .coaching-bubble-2 {
        width: 15%;
        visibility: visible;
        position: absolute;
        left: 5%;
        top: -50px;
        z-index: 1;
    }

    .one {
        background-position-y: 100%;
    }

        .one .container .container-row .container-half {
            margin-bottom: 0;
            flex-direction: column;
            width: 90%;
        }

    .orange-button {
        margin: 0;
    }

    .header-button-orange {
        margin: 0;
        margin-left: 2%;
    }

    .space-bottom {
        margin-bottom: 0;
    }

    .space-bottom-lg {
        margin-bottom: 0;
    }

    .half-content {
        width: 90%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .icon-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .container-quarter-row {
        display: flex;
        flex-direction: row;
    }

    .container-quarter-link {
        display: flex;
        justify-content: center;
    }

    .container .container-row .container-quarter-left {
        border: none;
        width: 100%;
        padding: 1rem;
    }

    .container .container-row .container-quarter {
        border: none;
        padding: 1rem;
    }

    .container .container-row .container-quarter-right {
        border: none;
        padding: 1rem;
    }

    .container-quarter-link {
        color: var(--orange);
        font-size: 16px;
        text-decoration: underline;
    }

    .container .container-row .container-quarter-one {
        border-bottom: solid var(--border-color) 3px;
        height: 100%;
    }

    .container .container-row .container-quarter-two {
        border: solid var(--border-color) 3px;
        border-top: none;
        border-right: none;
        height: 100%;
    }

    .container .container-row .container-quarter-three {
        border: none;
        height: 100%;
    }

    .container .container-row .container-quarter-four {
        border: solid var(--border-color) 3px;
        border-bottom: none;
        border-top: none;
        border-right: none;
        height: 100%;
    }

    .container-quarter-link-outer {
        width: 50%;
        color: var(--dark-blue);
        text-decoration: none;
        margin-top: 0;
    }

    .row {
        width: 100%;
    }

    .cyan-icon-container {
        width: 20%;
        margin-left: 1rem;
        margin-top: -1rem;
    }

    .three-icon {
        margin: -2rem;
    }

    .three-container {
        margin-top: 2rem;
    }

    .logos {
        width: 30%;
        margin-top: 1rem;
    }

    .trusted-orgs-row {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .trusted-orgs-row-inner {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .grid-top {
        border: none;
    }

    .grid {
        border: none;
    }

    .layered-img {
        top: -40px;
        right: 50px;
    }

    .bottom-text-bold {
        font-size: 30px;
        line-height: 1.2rem;
        letter-spacing: .5px;
    }

    .bottom-text {
        font-size: 16px;
        line-height: 1.2rem;
        letter-spacing: .5px;
    }

    .text-button {
        font-size: 16pt;
        letter-spacing: 1px;
        line-height: 1.5rem;
    }

    .text-button-sm {
        font-size: 12pt;
        letter-spacing: 1px;
    }

    .bottom-img {
        width: 20%;
        margin: 1rem;
    }

    .bottom-text-group {
        width: 80%;
    }

    footer .text-sm {
        color: #637784;
        margin-bottom: 0;
        font-size: 16px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .layered-img-circle {
        display: none;
    }

    .layered-img-circle-two {
        display: none;
    }

    /*Solutions page*/
    .stacked-compare-grid {
        background-color: white;
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-top: 1rem;
        font-size: 20px;
    }

    .compare-grid-row-top {
        display: flex;
        flex-direction: row !important;
        width: 100%;
        min-height: 90px;
    }

        .compare-grid-row-top .compare-grid-first {
            border: solid var(--pale-green) 3px;
            width: 35%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            text-align: center;
            padding: 2px;
        }

        .compare-grid-row-top .compare-grid-last {
            border: solid var(--pale-green) 3px;
            border-left: none;
            background-color: var(--dark-light-green);
            width: 25%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            padding: 2px;
        }

        .compare-grid-row-top .compare-grid {
            border: solid var(--pale-green) 3px;
            border-left: none !important;
            width: 25%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            padding: 2px;
        }

    .compare-grid-row {
        display: flex;
        flex-direction: row !important;
        width: 100%;
        min-height: 80px;
    }

        .compare-grid-row .compare-grid-first {
            border: solid var(--pale-green) 3px;
            border-top: none !important;
            width: 35%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 2px;
        }

        .compare-grid-row .compare-grid-last {
            border: solid var(--pale-green) 3px;
            border-top: none !important;
            border-left: none;
            background-color: var(--palest-green);
            width: 25%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2px;
        }

        .compare-grid-row .compare-grid {
            border: solid var(--pale-green) 3px;
            border-top: none !important;
            border-left: none !important;
            width: 25%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2px;
        }

    .solutions-two {
        background-position: -0% 110%;
        background-size: 450px;
        transform: scaleY(-1)
    }

    .third-content {
        width: 90%;
        margin: 1rem;
    }

    .small-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .not-small {
        display: none;
    }

    /*Subsection*/
    .solutions-subsection-grid-row-top {
        display: flex;
        flex-direction: row !important;
        width: 100%;
        min-height: 90px;
    }

        .solutions-subsection-grid-row-top .solutions-subsection-grid-first {
            border: solid var(--pale-green) 3px;
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: start;
            padding: 2px;
            font-weight: bold;
            font-size: 13px;
        }

        .solutions-subsection-grid-row-top .solutions-subsection-grid {
            border: solid var(--pale-green) 3px;
            border-left: none !important;
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: start;
            padding: 2px;
            font-weight: bold;
            font-size: 13px;
        }

    .solutions-subsection-grid-row {
        display: flex;
        flex-direction: row !important;
        width: 100%;
        min-height: 80px;
    }

        .solutions-subsection-grid-row .solutions-subsection-grid-first {
            border: solid var(--pale-green) 3px;
            border-top: none !important;
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: start;
            padding: 2px;
            font-weight: bold;
            font-size: 13px;
        }

        .solutions-subsection-grid-row .solutions-subsection-grid {
            border: solid var(--pale-green) 3px;
            border-top: none !important;
            border-left: none !important;
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: start;
            padding: 2px;
            font-weight: bold;
            font-size: 13px;
        }

    .solutions-subsection-two {
        margin-top: 6rem;
        margin-bottom: 0;
    }

    .stacked-solutions-subsection-grid {
        display: flex;
        flex-direction: column;
        width: 100%;
        font-size: 13px;
    }

    .solutions-subsection-two-background {
        background-image: url(../assets/backgrounds/background-orange-white-semicircle.svg);
        background-position: -0% 105%;
        background-repeat: no-repeat;
        background-size: 300px;
        transform: scaleX(-1)
    }


    .half-content-spaced {
        width: 90%;
        margin: 1rem;
    }

    .subsection-top-icon-container {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .subsection-icon {
        width: 100%;
    }

    .solutions-subsection-top-left-overlap {
        width: 0%;
        margin: 0;
    }

    .solutions-subsection-top-right-overlap {
        width: 90%;
        margin-bottom: -2rem;
        margin-right: 1rem;
        margin-left: 1rem;
        padding: 1rem;
    }

    /*Features*/
    .features-img img {
        width: 100%;
    }

    .features-grid-row-top {
        display: flex;
        flex-direction: column !important;
        width: 100%;
        min-height: 90px;
    }

        .features-grid-row-top .features-grid-first {
            border: none;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: start;
            padding: 2rem;
            padding-bottom: 1rem;
            padding-top: 1rem;
            font-weight: bold;
            font-size: 26px;
        }

        .features-grid-row-top .features-grid {
            border: none;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
            padding-bottom: 1rem;
            padding-top: 1rem;
            font-weight: bold;
            font-size: 26px;
        }

    .features-grid-row {
        display: flex;
        flex-direction: column !important;
        width: 100%;
        min-height: 80px;
    }

        .features-grid-row .features-grid-first {
            border: none;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
            padding-bottom: 1rem;
            padding-top: 1rem;
            font-weight: bold;
            font-size: 26px;
        }

        .features-grid-row .features-grid {
            border: none;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
            padding-bottom: 1rem;
            padding-top: 1rem;
            font-weight: bold;
            font-size: 26px;
        }

    /*Contact*/
    .contact-title {
        font-family: "PlusJakartaSans", Arial;
        letter-spacing: 2px;
        font-size: 30pt;
        margin-bottom: 1rem;
        font-weight: bold;
        margin-top: 10px;
    }

    .contact-container {
        font-family: "PlusJakartaSans", Arial, sans-serif;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .contact-top-left-overlap {
        display: none;
    }

    .contact-top-right-overlap {
        width: 90%;
        margin-bottom: -2rem;
        margin-right: 1rem;
        margin-left: 1rem;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 2rem;
        border-radius: 4px;
        background-color: var(--dark-blue)
    }

    .contact-form-row {
        margin-top: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-disclaimer {
        color: var(--light-green);
        font-size: 12px;
        margin-top: 1rem;
    }

    .form-btn {
        font-family: "PlusJakartaSans", Arial, sans-serif;
        background-color: var(--orange);
        color: white;
        font-size: 16px;
        border-radius: 4px;
        margin-top: 1rem;
        text-decoration: none;
        width: fit-content;
        padding: 2px;
        padding-left: 1rem;
        padding-right: 1rem;
        border: none;
    }

    .form-label {
        font-size: 16px;
        display: inline-block;
        margin-bottom: .5rem;
        color: white;
    }
}

@media screen and (max-width: 800px) {
    .stacked-compare-grid {
        font-size: 13px;
    }

    .bottom-text-bold {
        font-size: 20px;
        line-height: 1.2rem;
        letter-spacing: .5px;
    }

    .three-container {
        flex-direction: column;
    }

        .three-container .row {
            justify-content: space-between;
        }

    .solutions-subsection-three {
        margin-top: 0;
    }

    .subsolutions-double-bubble {
        display: none;
    }

    .solutions-double-bubble {
        display: none;
    }

    .circle-woman {
        display: none;
    }

    .learning-bubble-1 {
        display: none;
    }

    .learning-bubble-2 {
        display: none;
    }

    .community-bubble-1 {
        display: none;
    }

    .community-bubble-2 {
        display: none;
    }

    .community-bubble-3 {
        display: none;
    }

    .features-bubble-1 {
        display: none;
    }

    .features-bubble-2 {
        display: none;
    }

    .features-bubble-3 {
        display: none;
    }

    .coaching-bubble-1 {
        display: none;
    }

    .coaching-bubble-2 {
        display: none;
    }

    .contact-section {
        margin-top: 40%;
    }
}

@media screen and (max-width: 700px) {
    .layered-underline-img {
        width: 90%;
        top: 90px;
        left: 5%;
    }

    .contact-section {
        margin-top: 55%;
    }

    .title-text-lg {
        text-align: center;
        font-size: 28px;
    }

    .title-text-all {
        text-align: center;
        font-size: 28px;
    }

    .title-text {
        text-align: center;
        font-size: 22px;
        line-height: 1.6rem;
        letter-spacing: 1px;
    }


    .access-two .text-bold-lg {
        font-size: 26pt;
    }

    .text-bold {
        text-align: center;
        font-size: 20px;
        line-height: 1.2rem;
        letter-spacing: .5px;
    }

    .text-bold-dark {
        text-align: center;
        font-size: 20px;
        line-height: 1.2rem;
        letter-spacing: .5px;
    }

    .text-bold-sm {
        text-align: center;
        font-size: 20px;
        line-height: 1rem;
        letter-spacing: .2px;
    }

    .text {
        text-align: center;
        font-size: 16px;
        line-height: 1rem;
        letter-spacing: .2px;
    }

    .text-sm {
        text-align: center;
        font-size: 16px;
    }
}

@media screen and (max-width: 506px) {
    .layered-underline-img {
        width: 90%;
        top: 130px;
        left: 5%;
    }
}
