﻿.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #FFFFFFBB;
    z-index: 1000;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 4px;
    border-color: #005596;
    border-top-color: #fff;
    animation: spin 2s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.bgcolor {
    background-color: #005596;
}

.icons {
    padding-top: 0px !important;
}

    .icons a {
        text-decoration: none;
        color: #005596;
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        padding: 0px;
        margin: 0px auto;
        width: auto;
        cursor: pointer !important;
    }

    .icons select {
        text-decoration: none;
        color: #005596;
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        padding: 0px;
        margin: 0px auto;
        width: auto;
        height: 27px;
    }

    .icons svg {
        color: #005596;
        padding: 3px 0px 0px 5px;
        cursor: pointer !important;
    }

    .icons a svg {
        color: firebrick;
        padding: 0px 4px 1px 0px;
        cursor: pointer !important;
    }

.del-icons svg {
    color: firebrick !important;
    padding: 2px 4px 0px 0px;
    height: 16px;
}

.icons a div {
    color: #005596;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    margin: 0px auto;
    width: auto;
}

.icons label {
    color: #005596;
    text-align: right;
    font-size: 16px;
    padding-right: 5px;
}

.summary {
    color: #005596;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    padding: 2px 0px 0px 0px;
    margin: 0px;
    line-height: 19px;
}

.summaryHeader {
    font-weight: bold;
}

.summaryRow {
    padding: 0px 0px 0px 0px;
}

.card {
    border-radius: 15px !important;
    margin: 0px 0px 25px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.card-header {
    font-size: 18px !important;
    border-radius: 15px 15px 0px 0px !important;
    margin: 0px;
    font-weight: bold;
    text-align: left;
    padding-top: 3px !important;
    height: 32px;
}

    .card-header .col-sm-8 {
        text-align: right;
    }

.card-body {
    margin: 0px !important;
}

::-webkit-scrollbar {
    /*width: 0px;
    background: transparent;*/
}

#masthead {
    width: 100vw;
    height: 130px;
}

.header-inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 64px;
}

.site-branding {
    width: 60px;
    float: left;
}

    .site-branding img {
        width: 60px;
    }

section#breadcrumb-wrap {
    background: #005596;
    padding: 5px 65px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    max-width: 100vw;
    margin-right: -50vw;
    margin-bottom: 0px !important;
}

    section#breadcrumb-wrap div h2 {
        margin: 0px;
        font-size: 20px;
    }

.panel-body {
    padding: 25px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.content-container {
    max-width: 860px;
    margin: 20px auto 135px;
}

.panel-heading {
    border: none;
    color: #fff;
    font-size: 24px;
    text-align: center;
    cursor: not-allowed;
    pointer-events: none;
    line-height: 34px;
    font-weight: 600;
    background: #005596;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    padding: 10px 15px;
}

a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #005596;
    text-decoration: underline;
}

.site-footer * {
    color: #fff !important;
    font-family: 'Source Sans Pro',sans-serif;
}

.site-footer {
    background: #005596;
}

    .site-footer .footer-inner.desktop {
        max-width: 1160px;
        width: 100%;
        padding: 0px 64px 64px 64px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-footer .footer-branding {
        width: 124px;
        float: left;
    }

.collapsing ul {
    float: inherit !important;
    margin-left: 0px !important;
    width: 100%;
}

.show ul {
    float: inherit !important;
    margin-left: 0px !important;
    width: 100%;
}

.custom-nav-button {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(222, 224, 229);
    border-radius: 6px;
    color: rgb(33, 37, 41);
    font-family: "Source Sans Pro", sans-serif;
    margin-left: 13px;
    padding: 7px 5px 5px 5px;
    min-width: 100px;
    text-align: center;
    height: 40px;
}

    .custom-nav-button a {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 16px;
        font-weight: 600;
        margin: 0px;
        padding: 0px;
        border-radius: 6px;
        color: #2f3c4f;
        text-decoration: none;
    }

.site-footer .footer-branding img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
}

div.foot-row.disclaimer > p {
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    margin: 0;
    margin-left: 3rem !important;
}

#localAccountForm > div.intro > h2 {
    display: none;
}

#localAccountForm > div.entry > div:nth-child(1) > label, #localAccountForm > div.entry > div:nth-child(2) > div.password-label > label, #email_label, #newPassword_label, #reenterPassword_label {
    font-weight: 700;
    text-align: left;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}

/*#next, button {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    line-height: 0px;
    width: 100%;
    border-color: #005596;
    padding: 13px !important;
    font-style: normal;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    background: #005596;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
}*/

    #next:hover, button:hover {
        color: #ffffff;
        background: #0072c9 !important;
        text-decoration: none;
    }

    .entry-item, #emailVerificationControl > ul, button.verifyCode, .verificationInfoText, .verificationSuccessText, li.Password > .attrEntry {
        margin-bottom: 15px;
    }

#emailVerificationControl_label {
    display: none;
}

input#email, input#password, input#emailVerificationCode, #newPassword, #reenterPassword {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

#forgotPassword {
    text-decoration: none !important;
    color: #005596;
    font-weight: 600;
    padding: 0;
    margin-top: 1rem !important;
    font-size: 14px;
}

    #forgotPassword:hover {
        color: #0072c9 !important;
    }

a.helpLink {
    display: none;
}

#join-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 28px;
}

    #join-text > a {
        text-decoration: none;
    }

li {
    list-style-type: none !important;
}

ul {
    padding-left: 0;
}

#api {
    font-family: 'Source Sans Pro',sans-serif;
}

#continue {
    margin-bottom: 15px;
}

    #continue:disabled #continue:disabled:hover {
        opacity: .65;
        cursor: not-allowed;
        background: #005596;
    }

#cancel {
    color: #2f3c4f;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #dee0e5;
    border-radius: 6px;
    background: #fff;
    text-decoration: none;
}

    #cancel:hover {
        background: #efefef !important;
    }

#breadcrumbs {
    width: 100%;
    padding: 0 64px;
}

    #breadcrumbs > li {
        list-style: none;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

        #breadcrumbs > li > a {
            position: relative;
            font-weight: 600;
            font-size: 14px;
            line-height: 14px;
            color: #fff;
            text-decoration: none;
            padding: 6px 16px;
            background: #1a66a1;
            border: 2px solid #1a66a1;
            border-radius: 100px;
            margin-right: 15px;
            letter-spacing: .4px;
            white-space: nowrap;
        }

    #breadcrumbs li:first-child a {
        padding-left: 34px;
    }

        #breadcrumbs li:first-child a:before {
            content: "";
            display: block;
            width: 14px;
            height: 12px;
            background-image: url('/Images/home-icon.svg');
            background-size: cover;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 16px;
        }

    #breadcrumbs li:not(:last-child) a:after {
        content: "";
        display: block;
        width: 8px;
        height: 12px;
        background-image: url('/Images/caret-right-white.svg');
        background-size: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -16px;
    }

@media screen and (min-width: 1365px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1440px;
    }
}

@media screen and (min-width: 1112px) {
    .site-footer .footer-inner.desktop {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 1200px) {
    .header-inner {
        padding: 20px 36px;
    }
}

@media screen and (max-width: 992px) {
    .header-inner {
        padding: 14px 16px 0;
    }

    .content-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    div.foot-row.disclaimer > p {
        margin: 0 !important;
    }

    .site-footer .footer-inner.desktop {
        padding: 32px;
        display: block;
    }

    #colophon > div > div:nth-child(1) {
        width: 100%;
        clear: both;
        display: block;
        text-align: center;
    }

    .site-footer .footer-branding {
        width: 100%;
        clear: both;
        display: block;
        text-align: center;
    }

        .site-footer .footer-branding img {
            max-width: 124px;
            width: 124px;
            margin-bottom: 32px;
        }

    #masthead {
        height: 73px;
    }

    #logo {
        width: 84px;
    }

    section#breadcrumb-wrap {
        padding: 13px 36px;
    }

    #breadcrumbs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        overflow-x: scroll;
        --webkit-overflow-scrolling: touch;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin-left: 16px;
        margin-right: 16px;
    }

    .panel {
        margin-left: auto;
        width: 338px;
        margin-right: auto;
    }

    #breadcrumbs li:not(:last-child) a:after {
        right: -13px;
    }
}

@media screen and (max-width: 414px) {
    section#breadcrumb-wrap {
        display: -ms-flexbox;
        display: flex;
        left: unset !important;
        -ms-flex-wrap: nowrap;
        margin-left: 0px !important;
        margin-right: -16px !important;
        padding: 10px 21px 8px;
        right: unset !important;
    }

    #join-text {
        margin-bottom: 0 !important;
    }

    .content-container {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .panel {
        width: unset;
    }
}

label.ofbf-label {
    display: block;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 15px;
}

.ofbf-button {
    height: fit-content;
    width: fit-content;
}

.table-condensed {
    font-size: 14px;
}

.tbl-hover {
    font-size: 14px;
    text-decoration: none;
}

.col-form-label, .form-label {
    font-size: 14px;
}

.dropdown, .col-form-check-label, .form-check-input {
    font-size: 14px;
}

.form-control {
    font-size: 14px;
    margin: 2px;
    margin: 2px;
    height: 28px;
    max-width: none;
}
