@font-face {
    font-family: Montserrat;
    src: url("/?originalUrl=https%3A%2F%2Flifewave.com%2Ffonts%2FMontserrat-Light.ttf") format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Montserrat;
    src: url("/?originalUrl=https%3A%2F%2Flifewave.com%2Ffonts%2FMontserrat-Regular.ttf") format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: Montserrat;
    src: url("/?originalUrl=https%3A%2F%2Flifewave.com%2Ffonts%2FMontserrat-Bold.ttf") format('truetype');
    font-weight: 700;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*font-family: Montserrat,serif;*/
}

@media (min-width: 992px) {
    .modal-lg {
        width: 992px !important;
    }
}

#x {
    position: absolute;
    top: 7px;
    right: 42px;
    font-size: 24px;
    text-align: center;
    margin: 0;
    color: #32518D;
}

.flexContainer {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 72em;
    font-family: Montserrat,sans-serif;
}

    .flexContainer p {
    line-height:normal;
    margin: 0;

}

    .flexContainer h4{
        margin-top: 0px;
    }

.flexItem {
    margin: 0px;
    color: #fff;
    flex: 1 1 0;
    width: 0;
    max-width: 24em;
    margin: 0 10px;
}

    .flexItem p {
        color: #fff;
    }

    .flexItem .retailFlexContainItem p {
        color: #000;
    }

    @media screen and (max-width: 767px) {
        .flexItem {
        width: 100%;
        max-width: 40em;
        justify-items: stretch;
        height: 100%;
        flex: auto;
        margin: 0 0 20px 0;
    }
            .flexItem p {
                color: #fff;
            }

    #x {
        right: 30px;
    }

    div.topSection {
        height: auto;
        padding: 10px;
    }
        .flexContainer {
        flex-direction: column-reverse;
    }
}



.middleFlex {
    border-right: 1px solid #7DB1E1;
    border-left: 1px solid #A1B7AC;
}

.topSection {
    min-height: 13em;
    padding-left: 1em;
    padding-right: 1em;
}

    .topSection p {
        text-transform: uppercase;
        text-align: center;
        word-break: keep-all;
    }

    .topSection h1 {
        font-size: 2.5em;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.2em;
    }


.retailSection {
    background-color: #D6ECF8;
}

.preferredSection {
    background-color: #5EB3E4;
}

.preferredSectionBottom .fa-check-circle {
    color: #7DB1E1;
}

.preferredPlusSection {
    background-color: #194F90;
    color: white;
}

.bottomSections {
    margin: 15px;
}

    .bottomSections h4 {
        text-transform: uppercase;
        margin-bottom: 0.1em;
        word-break: keep-all;
    }

    .bottomSections p {
        color: #373F41;
        margin-top: 5px;
        margin-bottom: 1em;
        word-break: keep-all;
    }

.preferredPlusSectionBottom h4 {
    color: #194F90;
}

.preferredSectionBottom h4 {
    color: #5EB3E4;
}

.mainButton {
    background-color: #32518D;
    text-transform: uppercase;
    text-align: center;
    word-break: keep-all;
    color: #fff;
    border-radius: 1.5em;
    padding: 0.3em;
    margin: auto;
    font-weight: 700;
    font-size: 1.25rem;
    outline: 1px solid #32518D;
    border: 2px solid #fff;
    display: block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 3em;
}

    .mainButton:hover {
        background-color: #7DB1E1;
    }

.preferredPlusSectionBottom .fa-check-circle {
    color: #32518D;
}



.tickWrapper {
    display: flex;
    flex-direction: row;
}

.tickIcon {
    margin-right: 0.5em;
    font-size: 1.5em;
    margin-top: 5px;
}

.topflexContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.topflexContaineritem {
    padding-bottom: 1em;
}


.retailFlexContain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.retailFlexContainItem {
    align-items: stretch;
}


.logoText {
    width: 100%;
    align-content: center;
    text-align: center;
    margin-top: 1em;
}



.imgLW {
    display: block;
    max-height: 5em;
    object-fit: contain;
    align-items: center;
    width: 80%;
    margin: auto;
    padding-bottom: 1px;
}

.myimg p {
    margin-top: -5px;
    font-weight: 700;
}
