:root {
    --color-4: #2b4a69;
    --color-8: #f28b30;
    --color-3: #111426;
    --color: white;
    --color-7: #b1c3eb;
    --color-2: #333;
    --color-5: #bfbfbd;
    --color-6: #ebf2f2;
}

body {
    color: #333;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
}

h1 {
    color: var(--color-4);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2em;
}

h2 {
    color: var(--color-4);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2em;
}

h3 {
    color: var(--color-8);
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.2;
}

h4 {
    color: var(--color-8);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

h5 {
    color: var(--color-8);
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.2em;
}

h6 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.2em;
}

p {
    margin-bottom: 20px;
}

a {
    color: var(--color-3);
    text-decoration: underline;
}

a:hover {
    color: var(--color-4);
}

.hero {
    background-image: url('../images/focused-young-gymnast.jpg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    padding: 5% 5% 8%;
    display: flex;
}

.hero-content-div {
    width: 700px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.white-hero-text-holder {
    z-index: 1;
    background-color: var(--color);
    padding: 25px;
    position: relative;
}

.hero-line-1 {
    color: var(--color-4);
    text-align: left;
    text-transform: none;
    margin-left: 25px;
    margin-right: 0;
    font-family: Poppins, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1em;
}

.body {
    font-family: Poppins, sans-serif;
    font-weight: 300;
}

.hero-line-2 {
    background-color: var(--color-4);
    color: var(--color);
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 25px;
    font-size: 2em;
    font-weight: 500;
    line-height: 1em;
}

.hero-line-3 {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 25px;
    font-size: 1.2em;
    line-height: 1.3em;
}

.bg-color {
    background-color: var(--color-4);
    position: absolute;
    inset: 25px 0%;
}

.bg-color.mission {
    background-color: var(--color-7);
    top: 30px;
    bottom: 30px;
}

.button {
    background-color: var(--color-3);
    color: var(--color);
    text-transform: uppercase;
    padding: 15px 30px;
    line-height: 1em;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.button.marg {
    background-color: var(--color-7);
    color: var(--color-3);
    margin-left: 25px;
    font-weight: 500;
}

.button.light {
    background-color: var(--color-7);
    color: var(--color-3);
}

.button-bg-color {
    background-color: var(--color-8);
    position: absolute;
    inset: 0%;
}

.btn-text {
    z-index: 1;
    position: relative;
}

.navbar {
    background-color: var(--color-3);
    position: fixed;
    inset: 0% 0% auto;
}

.nav-top-div {
    background-color: var(--color-4);
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    display: flex;
}

.nav-bottom-div {
    justify-content: space-between;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
}

.image {
    height: 60px;
}

.nav-menu {
    align-items: center;
    display: flex;
}

.dropdown-toggle {
    color: var(--color);
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: .9em;
    font-weight: 600;
    line-height: 1em;
}

.dropdown-list {
    background-color: var(--color);
}

.dropdown-list.w--open {
    background-color: var(--color-3);
}

.dropdown-list.end.w--open {
    right: 0;
}

.dropdown-link {
    color: var(--color);
    font-size: .9em;
    line-height: 1em;
}

.dropdown-link:hover, .dropdown-link.light-hover:hover {
    background-color: var(--color-8);
    color: var(--color-3);
}

.inner-drop-down {
    display: block;
}

.inner-dd-toggle {
    color: var(--color);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .9em;
    line-height: 1em;
    display: block;
}

.dropdown-list-2 {
    background-color: var(--color-8);
}

.dropdown-list-2.w--open {
    background-color: var(--color-4);
    inset: 0% 100% auto auto;
}

.top-nav-link {
    color: var(--color);
    align-items: center;
    padding: 10px;
    font-size: .9em;
    font-weight: 500;
    line-height: 1em;
    text-decoration: none;
    display: flex;
}

.top-nav-link:hover {
    background-color: var(--color-3);
    color: var(--color);
}

.image-2 {
    width: 22px;
    margin-right: 10px;
}

.brand {
    margin-top: 5px;
    margin-bottom: 5px;
}

.welcome {
    padding-top: 5%;
    padding-bottom: 8%;
    position: relative;
}

.welcome-wrapper {
    z-index: 5;
    justify-content: space-between;
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.welcome-text-block {
    flex-flow: column;
    justify-content: flex-end;
    width: 30%;
    display: flex;
}

.welcome-photo-div {
    object-fit: cover;
    width: 70%;
    overflow: hidden;
}

.image-3 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.welcome-text-overlay-div {
    background-color: var(--color-3);
    color: var(--color);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 150%;
    min-height: 400px;
    margin-bottom: -10%;
    padding: 50px;
    display: flex;
    position: relative;
}

.h2-white {
    color: var(--color);
}

.welcome-background-strips {
    background-color: #b1c3eb33;
    position: absolute;
    inset: 25% 0%;
}

.mission-section {
    background-color: var(--color-3);
    background-position: 0%;
    background-size: auto 122%;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    min-height: 65vh;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
}

.mission-section.visible {
    background-image: url('../images/kids-bar-photo-replace.jpg');
    background-repeat: no-repeat;
}

.mission-wrapper {
    justify-content: flex-end;
    align-items: stretch;
    width: 45%;
    padding-left: 0;
    display: flex;
    position: relative;
}

.mission-white-text {
    z-index: 1;
    background-color: var(--color);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    padding: 30px;
    display: flex;
    position: relative;
}

.why-choose {
    padding-top: 5%;
    padding-bottom: 5%;
}

.why-choose-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.h2-center {
    text-align: center;
}

.why-choose-inner-wrap {
    justify-content: space-between;
    margin-top: 0;
    display: flex;
}

.why-choose-text {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
}

.why-choose-img-div {
    justify-content: space-between;
    width: 55%;
    display: flex;
}

.img-column {
    z-index: 5;
    flex-flow: column;
    justify-content: flex-end;
    width: 50%;
    display: flex;
    position: relative;
}

.img-column.top {
    z-index: 0;
    justify-content: flex-start;
    align-items: flex-end;
}

.little-img-div {
    border-top: 5px solid var(--color);
    border-right: 5px solid var(--color);
    object-fit: cover;
    height: 65%;
    overflow: hidden;
}

.little-img-div.top {
    border-top-style: none;
    border-right-style: none;
    min-width: 110%;
    height: 75%;
}

.image-4 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.programs {
    padding-top: 3%;
    padding-bottom: 5%;
}

.programs-top-wrapper {
    flex-flow: column;
    align-items: center;
    width: 75%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.h3-center, .p-center {
    text-align: center;
}

.program-holder {
    z-index: 20;
    justify-content: space-between;
    min-height: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
}

.program-link {
    z-index: 5;
    flex-flow: column;
    width: 24%;
    text-decoration: none;
    display: flex;
    position: relative;
}

.program-img-div {
    object-fit: cover;
    position: relative;
    inset: 0%;
    overflow: hidden;
}

.program-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.program-link-text {
    background-color: var(--color-3);
    color: var(--color);
    text-align: center;
    padding: 10px;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.2em;
    position: relative;
    inset: auto 0% 0%;
    overflow: hidden;
}

.join-section {
    background-color: var(--color-3);
    background-image: url('../images/jumping-gymnast.jpg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 75vh;
    padding: 5% 5% 5% 10%;
    display: flex;
}

.join-wrap {
    width: 50%;
}

.p-white {
    color: var(--color);
}

.button-red {
    background-color: var(--color-4);
    color: var(--color);
    text-transform: uppercase;
    padding: 15px 30px;
    line-height: 1em;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.events-call-out {
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 45vh;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
}

.events-call-out.visible {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/jewel-detail.jpg');
}

.h3-white-center, .h2-center-white {
    color: var(--color);
    text-align: center;
}

.events-div {
    flex-flow: column;
    align-items: center;
    width: 70%;
    display: flex;
}

.p-white-center {
    color: var(--color);
    text-align: center;
}

.p-white-center.lg {
    font-size: 1.2em;
}

.footer {
    padding-top: 5%;
    padding-bottom: 5%;
}

.footer-wrap {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.footer-wrapper-three {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}

.footer-block-three {
    justify-content: flex-start;
    align-items: center;
    margin-left: -10px;
    margin-right: -20px;
    display: flex;
}

.footer-link-three {
    color: var(--color-3);
    margin-left: 10px;
    margin-right: 0;
    text-decoration: none;
}

.footer-link-three:hover {
    color: var(--color-4);
}

.footer-social-block-three {
    justify-content: flex-end;
    align-items: center;
    margin-left: -32px;
    display: flex;
}

.footer-social-link-three {
    margin-left: 10px;
}

.footer-social-link-three:hover {
    opacity: .35;
}

.footer-divider-two {
    background-color: #e4ebf3;
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer-bottom {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.footer-copyright {
    color: #3a4554;
    max-width: 60%;
}

.footer-legal-block {
    justify-content: flex-start;
    align-items: center;
    max-width: 40%;
    display: flex;
}

.footer-legal-link {
    color: var(--color-3);
    margin-left: 24px;
}

.footer-legal-link:hover {
    color: var(--color-4);
}

.footer-top-wrap {
    justify-content: space-between;
    width: 90%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.contact-div {
    width: 55%;
}

.submit-button {
    background-color: var(--color-3);
    text-transform: uppercase;
    line-height: 1em;
}

.submit-button:hover {
    background-color: var(--color-4);
}

.text-field {
    background-color: #1114260d;
    border: 1px #000;
}

.text-field:focus, .text-field::placeholder {
    color: var(--color-3);
}

.map-location-div {
    flex-flow: column;
    justify-content: space-between;
    width: 40%;
    display: flex;
}

.location-div {
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}

.image-5 {
    width: 25px;
    margin-right: 10px;
}

.call-div {
    color: var(--color-4);
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
    display: flex;
}

.call-div:hover {
    color: var(--color-8);
}

.code-embed, .form-block {
    margin-bottom: 0;
}

.red-on-cta {
    background-color: var(--color-4);
    position: absolute;
    inset: 0%;
}

.cta-text {
    z-index: 1;
    position: relative;
}

.ip-header {
    justify-content: space-between;
    padding: 12% 5% 2%;
    display: flex;
}

.breadcrumb-and-heading {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 70%;
    display: flex;
}

.h2-top-marg {
    margin-top: 15px;
    margin-bottom: 0;
}

.related-pages-div {
    background-color: var(--color-7);
    flex-flow: column;
    align-items: flex-start;
    width: 30%;
    padding: 15px;
    display: flex;
}

.h4-dark {
    color: var(--color-3);
}

.link-holder {
    flex-flow: wrap;
    width: 100%;
    display: flex;
}

.related-page-link {
    margin-bottom: 10px;
    margin-right: 10px;
    line-height: 1em;
}

.ip-section {
    padding-top: 5%;
    padding-bottom: 5%;
}

.ip-wrapper-div {
    flex-flow: column;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.basic-button {
    background-color: var(--color-4);
    padding: 15px 30px;
    line-height: 1em;
}

.basic-button:hover {
    background-color: var(--color-3);
    color: var(--color);
}

@media screen and (max-width: 991px) {
    .hero {
        height: 800px;
    }

    .hero-line-1 {
        font-size: 2.2em;
    }

    .hero-line-2 {
        font-size: 1.5em;
    }

    .image {
        height: 55px;
    }

    .nav-menu {
        background-color: var(--color-3);
    }

    .dropdown-toggle, .dropdown {
        display: block;
    }

    .welcome-wrapper {
        flex-flow: column;
    }

    .welcome-text-block, .welcome-photo-div {
        width: 100%;
    }

    .welcome-text-overlay-div {
        min-width: 0;
        min-height: 0;
        margin-bottom: 0%;
        padding: 30px;
    }

    .mission-section {
        align-items: center;
    }

    .mission-white-text {
        padding: 21px;
    }

    .why-choose-inner-wrap {
        flex-flow: column;
    }

    .why-choose-text {
        width: 100%;
        padding-top: 0%;
        padding-bottom: 0%;
    }

    .why-choose-img-div {
        width: 100%;
    }

    .little-img-div {
        min-width: 105%;
    }

    .programs {
        padding-bottom: 4%;
    }

    .programs-top-wrapper {
        width: 90%;
    }

    .program-holder {
        flex-flow: wrap;
    }

    .program-link {
        width: 49%;
        margin-bottom: 2%;
    }

    .join-section {
        min-height: 50vh;
        padding-left: 5%;
    }

    .events-call-out {
        background-image: linear-gradient(#0000008c, #0000008c), url('../images/jewel-detail.jpg');
        background-attachment: scroll, scroll;
        min-height: 0;
    }

    .footer-wrap {
        max-width: 728px;
    }

    .footer-wrapper-three {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-block-three {
        margin-left: -10px;
        margin-right: 0;
    }

    .footer-social-block-three {
        margin-top: 20px;
        margin-left: 0;
    }

    .footer-bottom {
        flex-flow: column;
        align-items: flex-start;
    }

    .footer-copyright {
        max-width: none;
        margin-bottom: 15px;
    }

    .footer-legal-block {
        max-width: none;
    }

    .footer-legal-link {
        margin-left: 0;
        margin-right: 10px;
    }

    .menu-btn {
        padding: 10px;
    }

    .menu-btn.w--open {
        background-color: var(--color-3);
    }

    .icon {
        color: var(--color-8);
    }

    .ip-header {
        padding-top: 16%;
    }

    .breadcrumb-and-heading {
        max-width: 60%;
    }

    .related-pages-div {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 1.8em;
    }

    .hero {
        height: 500px;
        padding: 0% 0% 2%;
    }

    .hero-content-div {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .white-hero-text-holder {
        padding: 10px;
    }

    .hero-line-1 {
        margin-left: 15px;
        font-size: 1.8em;
    }

    .hero-line-2 {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.2em;
    }

    .hero-line-3 {
        margin-bottom: 10px;
        margin-left: 15px;
        font-size: 1em;
    }

    .button {
        font-size: .9em;
    }

    .button.marg {
        margin-left: 15px;
    }

    .nav-top-div {
        justify-content: space-between;
        padding-left: 10px;
    }

    .image {
        height: 40px;
    }

    .brand {
        padding-left: 0;
    }

    .welcome-text-overlay-div {
        padding: 20px;
    }

    .mission-section {
        background-position: 60%;
        background-size: auto 100%;
        min-height: 0;
    }

    .mission-wrapper {
        width: 55%;
    }

    .little-img-div.top {
        min-width: 105%;
    }

    .join-wrap {
        width: 52%;
    }

    .button-red {
        padding-left: 20px;
        padding-right: 20px;
        font-size: .9em;
    }

    .events-div {
        width: 90%;
    }

    .footer-block-three {
        flex-flow: column wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-link-three {
        margin-bottom: 10px;
    }

    .footer-social-block-three {
        margin-top: 10px;
    }

    .footer-bottom {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-copyright {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-legal-block {
        margin-top: 15px;
        margin-left: 0;
    }

    .footer-legal-link {
        font-size: 14px;
        line-height: 20px;
    }

    .ip-header {
        flex-flow: column;
        padding-top: 20%;
    }

    .breadcrumb-and-heading {
        max-width: none;
    }

    .related-pages-div {
        width: 100%;
        margin-top: 15px;
        padding: 10px 10px 5px;
    }
}

@media screen and (max-width: 479px) {
    h2 {
        font-size: 1.6em;
    }

    .hero {
        background-position: 100% 0;
        background-size: auto 65%;
        height: 525px;
        margin-top: 75px;
        padding-bottom: 0%;
    }

    .hero-content-div {
        padding: 0;
    }

    .white-hero-text-holder {
        padding-bottom: 10px;
    }

    .hero-line-1 {
        margin-left: 10px;
    }

    .hero-line-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero-line-3 {
        margin-left: 10px;
    }

    .bg-color {
        display: none;
    }

    .button.marg {
        margin-left: 10px;
    }

    .button.light {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-top-div {
        padding-right: 0;
    }

    .nav-bottom-div {
        padding-left: 10px;
        padding-right: 0;
    }

    .image-2 {
        margin-right: 0;
    }

    .welcome {
        padding: 0%;
    }

    .welcome-wrapper {
        width: 100%;
    }

    .mission-section {
        background-position: 50% 0;
        background-size: auto 325px;
        flex-flow: column;
        justify-content: flex-end;
        padding-top: 300px;
        padding-bottom: 0%;
    }

    .mission-wrapper, .mission-white-text {
        width: 100%;
    }

    .why-choose-img-div {
        flex-flow: column;
    }

    .img-column {
        width: 100%;
    }

    .little-img-div {
        border-top-style: none;
        border-right-style: none;
        min-width: 0;
        margin-bottom: 15px;
    }

    .little-img-div.top {
        min-width: 0;
    }

    .program-link {
        width: 100%;
    }

    .join-section {
        background-size: auto 300px;
        justify-content: flex-start;
        min-height: 0;
        padding-bottom: 300px;
    }

    .join-wrap {
        width: 100%;
    }

    .p-white-center.lg {
        font-size: 1em;
    }

    .footer-wrap {
        max-width: none;
    }

    .footer-divider-two {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-bottom {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-legal-block {
        flex-flow: column;
        align-items: flex-start;
    }

    .footer-top-wrap {
        flex-flow: column;
        margin-bottom: 0;
    }

    .contact-div {
        width: 100%;
    }

    .map-location-div {
        width: 100%;
        margin-top: 20px;
    }

    .nav-txt {
        display: none;
    }
}


