<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    margin: 0;
    height: 100%;
}

.navbar-custom {
    background-color: #ff5500;
}

body {
    background-image: url("https://ccvnextblobstorageprod.blob.core.windows.net/b2custom/assets/img/ava-background.jpg");
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: left;
    background-attachment:fixed;
    background-size: cover;
    background-color: #18324A;
    font-family: Raleway, sans-serif;
    font-size: 16px; /*            min-height:100vh;*/
    overflow-y:hidden;    
}

/* line 10, ../sass/partials/_header.scss */
.eyebrow-container-wrapper {
    position: relative;
    z-index: 10;
    height: 40px;
    width: 100%;
    text-align: center;
}

/* line 16, ../sass/partials/_header.scss */
.eyebrow-container {
    display: flow-root;
    height: 50px;
    background-color: #41566A;
    position: relative;
    border-bottom-color: white;
    border-bottom-width: thin;
    margin-top: -15px;
    border-radius: 5px;
}
    /* line 22, ../sass/partials/_header.scss */
    .eyebrow-container li {
        list-style: none;
        margin-right: 12px;
        color: #fff;
        padding-top: 0px;
    }
    /* line 28, ../sass/partials/_header.scss */
    .eyebrow-container a {
        font-family: "Raleway", sans-serif;
        color: #fff;
        font-size: .75em;
    }
        /* line 33, ../sass/partials/_header.scss */
        .eyebrow-container a .fa-angle-down {
            font-size: 1.5em;
            vertical-align: baseline;
            padding-left: 10px;
            position: relative;
            top: 2px;
        }

.eyebrow-left-links {
}
    /* line 43, ../sass/partials/_header.scss */
    .eyebrow-left-links li {
        float: left;
    }

/* line 48, ../sass/partials/_header.scss */
.eyebrow-right-links li {
    float: right;
}
    /* line 51, ../sass/partials/_header.scss */
    .eyebrow-right-links li:first-child {
        margin-right: 0px;
    }

/* line 57, ../sass/partials/_header.scss */
li.dropdown-container.language-container {
    display: block;
}

/* line 60, ../sass/partials/_header.scss */
.eyebrow-sub-menu {
    position: absolute;
    background: #0b3a5d;
    width: 120px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #0b3a5d;
    z-index: -1;
}
    /* line 70, ../sass/partials/_header.scss */
    .eyebrow-sub-menu ul li {
        color: #ecf0f1;
        height: 40px;
        padding-top: 12px;
        font-size: 12px;
        width: 120px;
        text-align: center;
        cursor: pointer;
        float: left;
    }
        /* line 80, ../sass/partials/_header.scss */
        .eyebrow-sub-menu ul li:last-child {
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
        }
        /* line 84, ../sass/partials/_header.scss */
        .eyebrow-sub-menu ul li:hover {
            background-color: #0076a9;
        }

.about-us.li {
    height: 16px;
    width: 71px;
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    margin-top: -5px;
}

.contact-us.li {
    height: 16px;
    width: 88px;
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    margin-top: -5px;
}

.languagepicker {
    background-color: #41566A;
    display: inline-block;
    padding: 0;
    height: 30px;
    overflow: hidden;
    transition: all .3s ease;
    vertical-align: top;
    float: right;
    margin-top: 0px;
}

    .languagepicker:hover {
        /* don't forget the 1px border */
        /*height: 92px;*/
        overflow: visible;
    }

    .languagepicker a {
        background-color: #41566A;
        color: #FFFFFF;
        text-decoration: none;
    }

    .languagepicker li {
        background-color: #41566A;
        display: block;
        padding: 0px 20px 8px 25px;
        line-height: 20px;
        border-top: 1px solid #41566A;
    }

        .languagepicker li:first-child {
            background-repeat: no-repeat;
            background-position-y: center;
            position: center;
        }

        .languagepicker li:last-child {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .languagepicker li:hover {
            background-color: #41566A;
        }

    .languagepicker a:first-child li {
        border: none;
        background: #FFF !important;
    }

    .languagepicker li img {
        margin-right: 5px;
    }

.roundborders {
    border-radius: 5px;
}

span, .row {
    margin: auto;
}

.row {
    max-width: 90%;
    color: #0b3a5d;
    text-align: center;
}

a {
    color: #0b3a5d;
    font-weight: 400;
    text-decoration: none;
}

label {
    color: #4A4A4A;
    font-weight: 500;
}

.inputlabel {
    color: #4A4A4A;
    font-weight: 500;
    width: 100%;
    text-align: left;
    border-radius: 5px;
}

span p {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #767679;
    margin-bottom: 0;
}

span ul li {
    font-family: Raleway, sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    color: #767679;
}

span ul {
    padding-left: 2%;
    margin: 0 0 2% 5%;
}

.navbar-custom {
    background-color: #ff5500;
}

.error-control {
    display: block;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
    border-color: #F26846;
    background-color: #F26846;
    text-align: left;
    padding-top: 2px;
    height: 21px;
    color: #FFFFFF;
    font-size: 10px;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.input-validation-error {
    border-radius: .25rem .25rem 0 0;
    border: 1px solid #F26846;
}

.section-header {
    font-weight: 500;
    font-size: 24px;
    color: #252829;
    margin-bottom: 0;
    margin-top: 20px
}

.by-signing-into-your {
    height: 38px;
    width: 409px;
    color: #0B3A5D;
    font-family: Raleway;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-weight: 300;
    max-width: 90%;
    margin: 30px auto;
}

    .by-signing-into-your a {
        height: 38px;
        width: 409px;
        color: #0B3A5D;
        font-family: Raleway;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        text-decoration: underline;
    }

.don-t-have-an-accoun {
    height: 38px;
    width: 200px;
    color: #0B3A5D;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    overflow: visible;
}

    .don-t-have-an-accoun a {
        height: 38px;
        width: 200px;
        color: #0B3A5D;
        font-family: Raleway;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-decoration: underline;
    }

.forgot-password {
    height: 19px;
    width: 129px;
    color: #0B3A5D;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: right;
    padding-right: 0px;
}

    .forgot-password a {
        height: 19px;
        width: 129px;
        color: #0B3A5D;
        font-family: Raleway;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-decoration: underline;
    }



@media screen and (min-width:768px){
    .languagepicker {
        width: 40%;
        text-align: right;
    }

    .eyebrow-container-wrapper {
        width: 70%;
        margin:0 auto;
    }

    .sub-footer span:first-child {
        float: left;
    }

    .sub-footer span:last-child {
        float: right;
    }
    .spanishPopup{
        height: fit-content;
    }
}
@media screen and (max-width:768px)
{
    .footer-bottom-row,.sub-footer{
        text-align:-webkit-center;
    }
    footer {
        margin-bottom: 20px;
    }
    .languagepicker {
        width: 40%;
        text-align: right;
    }
    .spanishPopup{
        overflow: scroll;
    }
}
@media screen and (max-width: 425px) {
    .languagepicker {
        width: 100%;
        text-align: center;
        border-radius: 5px;
    }

    .eyebrow-container li {
        margin: auto 8%;
    }

    .eyebrow-container-wrapper {
        width: 100%;
    }

    footer {
        margin-bottom: 10%;
    }
    .by-signing-into-your {
        padding:10px 0 10px 0;
    }
    .spanishPopup{
        overflow: scroll;
    }
}

@media screen and (max-width: 375px) {
    .languagepicker {
        width: 100%;
        text-align: center;
        border-radius: 5px;
    }

    .eyebrow-container li {
        margin: auto 7%;
    }

    .eyebrow-container-wrapper {
        width: 100%;
    }

    footer {
        margin-bottom: 10%;
    }
    .spanishPopup{
        overflow: scroll;
    }
}

@media screen and (max-width: 350px) {
    .languagepicker {
        width: 100%;
        text-align: center;
        border-radius: 5px;
    }

    .eyebrow-container li {
        margin: auto 5%;
    }

    .eyebrow-container-wrapper {
        width: 100%;
    }

    footer {
        margin-bottom: 10%;
    }
    .spanishPopup{
        overflow: scroll;
    }
}

@media screen and (max-width: 275px) {
    .languagepicker {
        width: 100%;
        text-align: center;
        border-radius: 5px;
    }

    .eyebrow-container li {
        margin: auto 3%;
    }

    .eyebrow-container-wrapper {
        width: 100%;
    }

    footer {
        margin-bottom: 10%;
    }
    .spanishPopup{
        overflow: scroll;
    }
}
@media screen and (max-width: 250px) {
    .languagepicker {
        width: 100%;
        text-align: center;
        border-radius: 5px;
    }

    .eyebrow-container li {
        margin: auto 1%;
    }

    .eyebrow-container-wrapper {
        width: 100%;
    }

    footer {
        margin-bottom: 10%;
    }
    .spanishPopup{
        overflow: scroll;
    }
}

/*new popup*/
.spanishPopup {
    position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
    background-color: #fff;
    border: 3px solid #41566A;
    text-align: center;
    padding: 20px;
    color: #7f8c8d;
    border-radius: 10px;
    -moz-box-shadow: 0 0 20px 10px #666;
    -webkit-box-shadow: 0 0 20px #666;
    margin: 15% 10% 15% 10%;
    justify-content: center;
    min-height: 200px;
    max-height: 620px;
}

.spanishPopup:target{
    opacity: 1;
    pointer-events: auto;
}

.dismiss {
    padding: 12px;
    float: right;
    transition: all .2s ease-in;
    color: #fff;
    border-radius: 30px;
    box-shadow: inset 0 -3px 2px rgba(0,0,0,.2);
    font-size: .825em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    margin-bottom: 1em;
    border: none;
    cursor: pointer;
    background-color: #41566A;
}

    .dismiss:hover{
       color: white;
    }

.languagepicker li a {
    padding-top: 2px;
}

/* All css below is used to customize the elements provided by Azure B2C login component.*/
.create {
    display: none;
}

.divider {
    display: none;
}

.intro {
    display: none;
}

#forgotPassword {
    display: none;
}

.entry {
    margin-bottom: 1rem;
    width: 100%;
}

.entry-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    width: 100%;
}

    .entry-item label {
        display: block;
        margin-top: 0.25rem;
    }

    .entry-item input {
        display: block;
        width: 100%;
        padding: 0.3125rem 1rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }

        .entry-item input:focus {
            border-color: #b9d0f8;
            outline: 0;
            box-shadow: 0px 0px 0px 0.2rem rgba(0,123,255,0.25);
        }

        .entry-item input.highlightError {
            display: block;
            width: 100%;
            padding: 0.3125rem 1rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border-radius: 0 0 4px 4px;
            border: 1px solid #F26846;
        }

.buttons {
    text-align: center !important;
    padding-top: 20px;
}

    .buttons button {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        color: #fff;
        background-color: #0b3a5d;
        border-color: #007bff;
        width: 40%;
    }

        .buttons button:hover, .buttons button:focus {
            text-decoration: none;
            color: #fff;
            background-color: #0b3a5d;
            border-color: #1863e6;
        }

        .buttons button:focus, .buttons button.focus {
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .buttons button.disabled, .buttons button:disabled {
            opacity: 0.65;
            color: #fff;
            background-color: #007bff;
            border-color: #007bff;
        }

        .buttons button:not(:disabled):not(.disabled) {
            cursor: pointer;
        }

            .buttons button:not(:disabled):not(.disabled):active, .buttons button:not(:disabled):not(.disabled).active {
                background-image: none;
            }

.error {
    display: block;
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    border-color: #F26846;
    background-color: #F26846;
    text-align: left;
    padding-top: 2px;
    height: 21px;
    color: #FFFFFF;
    font-size: 10px;
}

    .error.itemlevel {
        float: right;
        text-align: right;
    }

    .error.pagelevel {
        border-radius: 4px 4px 4px 4px;
        height: 30px;
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

.language-popup {
    text-align: center;
    float: right;
    border: 3px solid #41566A;
    border-radius: 5px;
    background: white;
    color: #7f8c8d;
    padding: 2vw;
    min-height: 200px;
    min-width: 80vw;
    margin-right: -10vw;
}

    .language-popup h1 {
        font-size: 36px;
        font-weight: 500;
        color: inherit;
    }

.sub-footer {
    font-size: 12px;
    height: 40px;
    padding: 7px 0;
}
</pre></body></html>