.hero__logo:focus, .hero__logo:hover {
    opacity: 1;
}

.joinmoaa-logo--lg {
    height: 73px;
    width: 230px;
}

.hero {
    background-image: none;
    background-color: #FFF !important;
    min-height: auto !important;
    height: auto;
}

.joinmoaa-header {
    text-transform: none;
    color: #003745;
    font-weight: bolder;
}

.joinmoaa-description {
    color: #003745;
    font-size: 2.5em;
}

.btn__text {
    font-weight: bolder;
}

@media screen and (min-width: 768px) {
    .joinmoaa-shieldbanner-container {
        padding-bottom: 100px;
    }
}
/*#region Stickines*/
.learn-more-cta-wrapper {
    margin-top: 0px;
}

.learn-more-cta {
    background-color: #f2f2f2;
    width: 100%;
    position: relative;
    z-index: 99;
}

    .learn-more-cta .learn-more-cta__close {
        display: none;
    }

    .learn-more-cta.is-stuck {
        position: fixed;
        bottom: 0;
        left: 0;
    }

        .learn-more-cta.is-stuck .learn-more-cta__close {
            display: block;
        }

.learn-more-cta__close {
    border: 1px solid #f2f2f2;
    position: absolute;
    top: -1.0rem;
    right: 0.8rem;
    width: 30px;
    height: 30px;
    background-color: #003745;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
}

    .learn-more-cta__close:after {
        content: "X";
        position: absolute;
        left: 10px;
        top: 5px;
        color: #fff;
    }

.learn-more-cta__inner {
    font-family: Lato, sans-serif;
    width: 100%;
    background-color: #f2f2f2;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
    .learn-more-cta__inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.learn-more-cta__inner p {
    font-size: 2rem;
    color: #003745;
    display: none;
}

@media screen and (min-width: 576px) {
    .learn-more-cta__inner p {
        display: block;
        font-size: 1.7rem;
        margin: 0;
        line-height: 2.2rem;
    }
}

.learn-more-cta__content {
    width: 100%;
    padding-left: 1.5rem;
}

@media screen and (min-width: 992px) {
    .learn-more-cta__content {
        width: 50%;
        padding-right: 5rem;
        padding-left: 1.5rem;
    }
}

.learn-more-cta__heading {
    font-size: 2.0rem;
    line-height: 1.2;
    color: #003745;
    text-align: center;
    margin: 0 0 1.2rem;
}

@media screen and (min-width: 576px) {
    .learn-more-cta__heading {
        font-size: 2.0rem;
        margin-bottom: 10px;
        text-align: center;
    }
}

.learn-more-cta__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
    width: 100%;
}

/*--For Mobiles--*/
@media screen and (max-width: 639px) {
    .learn-more-cta__buttons {
        display: block;
    }
}
/*--For Mobiles--*/

@media screen and (min-width: 576px) {
    .learn-more-cta__buttons {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .learn-more-cta__buttons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.learn-more-cta__buttons .btn {
    text-transform: uppercase;
    min-width: 100px;
    height: 50px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.2rem;
    /*width: 100%;*/
    padding: 0 2rem;
}

@media screen and (min-width: 640px) {
    .learn-more-cta__buttons .btn {
        /*min-width: 250px;*/
        /*font-size: 1.6rem;*/
        padding: 0;
        margin: 0 2rem;
    }
}

.learn-more-cta__buttons .btn--blue {
    background-color: #009fc2;
    border-color: #009fc2;
    color: #fff;
    margin-bottom: 0.2rem;
    padding: 0rem 1rem;
    /*width: 98%;*/
}

    .learn-more-cta__buttons .btn--blue:focus,
    .learn-more-cta__buttons .btn--blue:hover {
        background-color: #00758f;
        border-color: #00758f;
    }

    .learn-more-cta__buttons .btn--blue:focus {
        outline: 0;
    }

@media screen and (min-width: 576px) {
    .learn-more-cta__buttons .btn--blue {
        /*margin: 0 0 1rem 2.4rem;*/
    }
}

@media screen and (min-width: 992px) {
    .learn-more-cta__buttons .btn--blue {
        /*margin: 0 2rem 0 0;*/
    }
}

.learn-more-cta__buttons .btn--transparent {
    border: 2px solid #003745;
    color: #003745;
    margin-bottom: 0.2rem;
    padding: 0rem 1rem;
    /*width: 98%;*/
    background-color: transparent;
}

    .learn-more-cta__buttons .btn--transparent:focus,
    .learn-more-cta__buttons .btn--transparent:hover {
        background-color: #003745;
        border-color: #003745;
        color: #fff;
    }

    .learn-more-cta__buttons .btn--transparent:focus {
        outline: 0;
    }

@media screen and (min-width: 576px) {
    .learn-more-cta__buttons .btn--transparent {
        /*        margin-top: 0;
        margin-left: 2.4rem;*/
        /*margin: 0 0 1rem 2.4rem;*/
    }
}

@media screen and (min-width: 992px) {
    .learn-more-cta__buttons .btn--transparent {
        /*margin: 0 2rem 0 0;*/
    }
}
/*#endregion*/
