
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 1px !important; /* Vertically center the text there */
}

.navbar .navbar-nav > li > a:hover {
    background-color: dimgray;
}

.MultiCheckBox {
    border: 1px solid #e2e2e2;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}

    .MultiCheckBox .k-icon {
        font-size: 15px;
        float: right;
        font-weight: bolder;
        margin-top: -7px;
        height: 10px;
        width: 14px;
        color: #787878;
    }

.MultiCheckBoxDetail {
    display: none;
    position: absolute;
    border: 1px solid #e2e2e2;
    overflow-y: hidden;
}

.MultiCheckBoxDetailBody {
    overflow-y: scroll;
}

.MultiCheckBoxDetail .cont {
    clear: both;
    overflow: hidden;
    padding: 2px;
}

    .MultiCheckBoxDetail .cont:hover {
        background-color: #cfcfcf;
    }

.MultiCheckBoxDetailBody > div > div {
    float: left;
}

.MultiCheckBoxDetailHeader {
    overflow: hidden;
    position: relative;
    height: 28px;
    background-color: #3d3d3d;
}

    .MultiCheckBoxDetailHeader > input {
        position: absolute;
        top: 4px;
        left: 3px;
    }

    .MultiCheckBoxDetailHeader > div {
        position: absolute;
        top: 5px;
        left: 24px;
        color: #fff;
    }

.BannerHeading {
    font-family: Verdana, sans-serif !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: normal;
    color: #084484 !important;
    text-align: center !important;
    padding: 1rem !important;
}

.BannerHeadingSmall {
    font-family: Verdana, sans-serif !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: normal;
    color: #084484 !important;
    text-align: center !important;
}

.StepsHeader {
    height: 40px !important;
    color: white !important;
    background-color: #194b6b !important;
    font-family: Verdana, sans-serif !important;
    font-style: normal !important;
    font-size: 20px !important;
    padding-left: 0.75rem !important;
    padding-top: 0.25rem !important;
    margin-top: 1.5rem !important;
}

.PayInvoiceText {
    font-family: Verdana, sans-serif !important;
    font-style: normal !important;
    font-size: 16px !important;
    padding-left: 0.75rem !important;
    padding-top: 0.5rem !important;
}

.DownloadAll {
    font-size: medium !important;
    font-weight: bold !important;
    cursor: pointer !important;
    text-decoration: underline !important;
    color: blue !important;
}

.language-bar {
    position: relative;
    font-weight: 400;
    padding: 0.25rem .5rem;
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #CACACA;
    z-index: 1;
}

    .language-bar .h3 {
        margin-bottom: 0;
        margin-top: -2px;
    }

    .language-bar div {
        font-size: 0.8rem;
        line-height: 0.9em;
    }

    .language-bar a {
        color: #000000;
        display: inline-block;
    }

    .language-bar i {
        float: left;
        width: 22px;
        height: 12px;
        text-align: center;
    }

.language-bar-left {
    margin-right: auto;
    max-width: 60%;
}

    .language-bar-left a {
        padding-left: .5em;
        text-decoration: none;
    }

        .language-bar-left a:hover, .language-bar-left a.-hover {
            text-decoration: underline;
        }

    .language-bar-left a,
    .language-bar-left span {
        line-height: 1.1rem;
    }

.lang-logo {
    height: 25px;
    width: auto;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1;
}

.clearfix::after {
    clear: both;
}

footer {
    position: relative;
    background: #003146;
}

    footer ul {
        margin: 0;
        list-style: none;
    }

    footer li {
        line-height: 1.4;
    }

    footer a {
        text-decoration: none;
        color: #FAFAFA;
        font-weight: 400;
        line-height: 1.4;
    }

        footer a:hover, footer a.-hover {
            text-decoration: underline;
        }

@media screen and (max-width: 63.99875em) {
    footer .columns {
        width: 100% !important;
    }
}

footer #state-footer-nav {
    padding: 50px 0;
    background: #2E2E2E;
    color: #FFFFFF;
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .row {
        padding: 0 20px;
    }
}

footer #state-footer-nav .menu-item {
    float: left;
    width: 100%;
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .footer-menu {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width: 320px) {
    footer #state-footer-nav .footer-menu {
        padding: 0;
    }
}

footer #state-footer-nav .footer-left {
    padding-right: 30px;
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .footer-left {
        width: 100%;
        padding: 0;
    }

        footer #state-footer-nav .footer-left .menu-link {
            width: 100%;
            text-align: left;
        }
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .footer-left .columns {
        padding: 0;
    }
}

footer #state-footer-nav .footer-right {
    padding-left: 30px;
    border-left: 1px solid #FFFFFF;
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .footer-right {
        width: 100%;
        padding-left: 0;
        border-left: none;
        border-bottom: 1px solid #FFFFFF;
        border-top: 1px solid #FFFFFF;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .footer-right .columns {
        border-bottom: 1px solid #FFFFFF;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-left: 0;
    }

        footer #state-footer-nav .footer-right .columns:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .footer-img {
        width: 100%;
        text-align: center;
    }
}

footer #state-footer-nav .footer-img img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .footer-img img {
        max-width: 240px;
        width: 100%;
    }
}

footer #state-footer-nav li.show-for-small-only {
    text-align: center;
}

footer #state-footer-nav a, footer #state-footer-nav p {
    position: relative;
    color: #b8b7b4;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0;
}

footer #state-footer-nav i {
    position: absolute;
    top: 2px;
    left: -24px;
    padding-right: 4px;
    width: 23px;
    color: #FFFFFF;
}

    footer #state-footer-nav i.fa-external-link {
        position: static;
    }

footer #state-footer-nav .main-menu-link {
    margin-bottom: 10px;
    color: #FAFAFA;
    letter-spacing: .1em;
    display: inline-block;
    text-transform: uppercase;
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .main-menu-link {
        margin-top: 10px;
        width: 100%;
        text-align: left;
    }
}

footer #state-footer-nav .main-menu-link + ul {
    margin-left: 24px;
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .main-menu-link + ul {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav {
        padding: 40px 20px 0 20px;
    }

        footer #state-footer-nav ul.footer-menu {
            padding: 1.5625em 0 1.5625em 1em;
            display: block;
            margin: auto;
        }

        footer #state-footer-nav li {
            padding: 0;
        }

            footer #state-footer-nav li ul {
                margin-bottom: 1.25em;
            }

            footer #state-footer-nav li a {
                width: 100%;
            }

                footer #state-footer-nav li a.main-menu-link {
                    margin: 0;
                    padding: 20px;
                    border: none;
                }

            footer #state-footer-nav li .main-menu-link {
                position: relative;
            }

                footer #state-footer-nav li .main-menu-link:before {
                    content: '';
                    display: block;
                    width: 18px;
                    height: 13px;
                    background-position: -90px -60px;
                    position: absolute;
                    z-index: 1;
                    background-size: 210px 760px;
                    top: 25px;
                    right: 20px;
                }

                footer #state-footer-nav li .main-menu-link:hover:before, footer #state-footer-nav li .main-menu-link.-hover:before {
                    right: 20px;
                    width: 18px;
                    opacity: 1;
                }
}

footer #copyright {
    padding: 8px 20px;
    color: #FAFAFA;
    width: 100%;
    min-width: 100%;
}

    footer #copyright a,
    footer #copyright p {
        font-size: 12px;
        letter-spacing: .1em;
        font-weight: 400;
        margin: 0;
    }

    footer #copyright p {
        text-transform: initial;
        font-size: 12px;
        text-align: right;
    }

@media screen and (max-width: 63.99875em) {
    footer #copyright p {
        padding-right: 0;
    }
}

footer #copyright li:first-child a,
footer #copyright ul {
    padding-left: 0;
}

@media screen and (max-width: 63.99875em) {
    footer #copyright li {
        width: 100%;
    }
}

footer #copyright li a {
    color: #FFFFFF;
    border-right: solid 1px #666;
    padding: 3px 20px;
    float: left;
    text-transform: uppercase;
}

    footer #copyright li a:hover, footer #copyright li a.-hover {
        text-decoration: underline;
    }

@media screen and (max-width: 63.99875em) {
    footer #copyright li a {
        border: none;
        padding: 0;
        width: 100%;
        text-align: left;
        text-transform: capitalize;
        font-size: .9em;
        line-height: 2;
    }
}

footer #copyright li:last-child a {
    border-right: 0;
}

@media screen and (max-width: 63.99875em) {
    footer #copyright {
        color: #2E2E2E;
        padding: 0 40px 40px 40px;
    }
}

@media screen and (max-width: 63.99875em) {
    footer #copyright {
        text-align: left;
    }

        footer #copyright p {
            padding-left: 0;
            text-align: left;
        }

        footer #copyright ul {
            width: 100%;
            padding: 0;
        }

            footer #copyright ul li {
                float: none;
                display: inline-block;
            }
}

.row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1;
}

.row::after {
    clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.row .row {
    margin-right: -0.55556rem;
    margin-left: -0.55556rem;
}

@media print, screen and (min-width: 47.5em) {
    .row .row {
        margin-right: -0.83333rem;
        margin-left: -0.83333rem;
    }
}

@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.83333rem;
        margin-left: -0.83333rem;
    }
}

@media screen and (min-width: 75em) {
    .row .row {
        margin-right: -0.83333rem;
        margin-left: -0.83333rem;
    }
}

@media screen and (min-width: 90em) {
    .row .row {
        margin-right: -0.83333rem;
        margin-left: -0.83333rem;
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}

.row.expanded {
    max-width: none;
}

    .row.expanded .row {
        margin-right: auto;
        margin-left: auto;
    }

.row:not(.expanded) .row {
    max-width: none;
}

.row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.55556rem;
    padding-left: 0.55556rem;
}

.row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem;
}


.column, .columns {
    width: 100%;
    float: left;
    padding-right: 0.55556rem;
    padding-left: 0.55556rem;
}

@media print, screen and (min-width: 47.5em) {
    .column, .columns {
        padding-right: 0.83333rem;
        padding-left: 0.83333rem;
    }
}

.column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none;
}

    .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
        float: right;
    }

    .column.end:last-child:last-child, .end.columns:last-child:last-child {
        float: left;
    }

@media print, screen and (min-width: 64em) {
    .large-6 {
        width: 50%;
    }
}

.required-field.invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
    background-color: #fff0f0;
}