.box {
    width: 100%;
    color: #2a2a2a;
    -webkit-box-shadow: 0 0.13rem 0.19rem #ddd;
    box-shadow: 0 0.13rem 0.19rem #ddd;
    border-radius: 1px;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
}

    .box .box-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.btn {
    border: 0px;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    padding: 0 35px 0 35px;
    border-radius: 25px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    white-space: nowrap;
}

    .btn:hover {
        cursor: pointer;
    }

    .btn:focus {
        outline: none !important;
        box-shadow: none;
    }

    .btn.btn-small {
        font-size: 12px;
        height: 30px;
        padding: 0 25px 0 25px;
    }

    .btn.btn-anchor {
        display: inline-flex;
        align-items: center;
        color: #fff !important;
        text-align: center;
        text-decoration: none;
    }

    .btn.btn-primary {
        background-image: linear-gradient(#76BB40, #5a8226);
        background-color: #5a8226;
    }

        .btn.btn-primary:hover {
            background: #5a8226 !important;
            border-color: none;
        }

        .btn.btn-primary.btn-ghost {
            background-image: none;
            background-color: #fff;
            border: 2px solid #5a8226;
            color: #5a8226 !important;
        }

            .btn.btn-primary.btn-ghost:hover {
                background: #5a8226;
                color: #fff !important;
            }

    .btn.btn-secondary {
        background-image: linear-gradient(#317CC0, #004e9a);
        color: #fff;
        background-color: #004e9a;
    }

        .btn.btn-secondary:hover {
            background: #004e9a;
        }

        .btn.btn-secondary.btn-ghost {
            background-image: none;
            background-color: #fff;
            border: 2px solid #004e9a;
            color: #004e9a !important;
        }

            .btn.btn-secondary.btn-ghost:hover {
                background: #004e9a;
                color: #fff !important;
            }

    .btn.btn-grey {
        background-image: linear-gradient(#acb1ba, #72808a);
        background-color: #72808a;
        color: #fff;
    }

        .btn.btn-grey:hover {
            background: #72808a;
        }

        .btn.btn-grey.btn-ghost {
            color: #72808a !important;
            background-image: none;
            background-color: #fff;
            border: 2px solid #72808a;
        }

            .btn.btn-grey.btn-ghost:hover {
                background-color: #72808a;
                color: #fff !important;
            }

    .btn.btn-white {
        color: #fff;
        background-color: #003353;
        border: 2px solid #fff;
    }

        .btn.btn-white:hover {
            background-color: #fff;
            color: #003353 !important;
        }

    .btn.btn-danger {
        color: #f2dedf;
        background-color: #98271A;
    }

        .btn.btn-danger:hover {
            background-color: #7a1a0f;
        }

        .btn.btn-danger.btn-ghost {
            color: #98271A !important;
            background-image: none;
            background-color: #fff;
            border: 2px solid #98271A;
        }

            .btn.btn-danger.btn-ghost:hover {
                background-color: #98271A;
                color: #f2dedf !important;
            }

.text-button {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #004e9a;
    text-decoration: underline !important;
}

    .text-button:hover {
        color: #317CC0;
    }

    .text-button:visited {
        color: #663366 !important;
    }

    .text-button.small {
        font-size: 12px;
    }

    .text-button.body {
        font-weight: 400;
    }

footer {
    background-color: #003353;
    border-top: 0px;
    height: 55px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: 40px;
    text-align: center;
    bottom: 0;
}

    footer p {
        color: #fff;
    }

/*
    Sticky Feet
*/
#main-wrapper {
    min-height: 100%;
    padding: 0 0 100px;
    position: relative;
}

body, html {
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2a2a2a;
    line-height: 25px;
}

.default-label {
    font-family: "Roboto", sans-serif;
    color: #2a2a2a;
    font-weight: bold;
    font-size: 16px;
    line-height: 25.5px;
}

    .default-label.required::after {
        content: "*";
        color: #98271a;
        font-size: 17pt;
        line-height: 5px;
        position: relative;
        top: 5px;
        margin-left: 5px;
    }

input:read-only {
    background-color: #d4d4d4;
}

.default-input {
    width: 100%;
    padding: .375rem .75rem;
    background-clip: padding-box;
    height: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #72808a;
    color: #2a2a2a;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .default-input:focus {
        border-color: #72808a;
        outline: 0;
        box-shadow: 0 1px 5px #9b9b9b;
    }

.default-input {
    width: 100%;
    padding: .375rem .75rem;
    background-clip: padding-box;
    height: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #72808a;
    color: #2a2a2a;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .default-input:focus {
        border-color: #72808a;
        outline: 0;
        box-shadow: 0 1px 5px #9b9b9b;
    }

.default-input-sm {
    width: 100%;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #72808a;
    padding: .375rem .75rem;
}

    .default-input-sm:focus {
        border-color: #72808a;
        outline: 0;
        box-shadow: 0 1px 3px #9b9b9b;
    }

.input-validation-error {
    border: 1px solid #98271A !important;
    background: url("../Images/icons/Error.svg") no-repeat center right !important;
    background-position: 97% center !important;
    background-size: 20px !important;
    background-color: white;
}

.valid {
    border: 1px solid #2e6f0f !important;
    background: url("../Images/icons/CheckGreen.svg") no-repeat center right;
    background-position: 97% 40%;
    background-size: 20px;
    background-color: white;
}

    .valid.disableValidation {
        display: none;
    }

.input-validation-info {
    border: 1px solid #165878 !important;
    background: url("../Images/icons/Information.svg") no-repeat center right;
    background-position: 97% center;
    background-size: 20px;
    background-color: white;
}

.default-dropdown {
    width: 100%;
    padding: .375rem .75rem;
    background-clip: padding-box;
    height: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #72808a;
    color: #2a2a2a;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
    background-color: white !important;
    background-image: url("../Images/icons/DownCarrot.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px;
}

    .default-dropdown:focus {
        border-color: #72808a;
        outline: 0;
        -webkit-box-shadow: 0 1px 8px #2a2a2a;
        box-shadow: 0 1px 5px #9b9b9b;
        background-image: url("../Images/icons/UpCarrot.svg");
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 20px;
    }

.checkbox {
    font-size: 20px !important;
    width: 1em;
    height: 1em;
    background-color: #fff;
    border: 2px solid #72808a;
    margin: 0px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .checkbox.radio {
        border-radius: 50%;
    }

    .checkbox input {
        display: none;
    }

        .checkbox input:checked ~ span {
            font-size: inherit;
            display: block;
            z-index: 888;
            height: 0.9em;
            width: 0.9em;
            background-color: #2b77af;
            background-size: 0.6em;
            background-repeat: no-repeat;
        }

        .checkbox input[type="checkbox"]:checked ~ span {
            background-position: 45% 45%;
        }

        .checkbox input[type="radio"]:checked ~ span {
            border-radius: 50%;
            height: .6em;
            width: .6em;
        }

.msgBox {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 65px;
    box-shadow: 0px 2px 3px #a8a8a8;
    padding: 10px 20px 10px 34px;
    font-size: 16px;
}

@media (max-width: 956px) {
    .msgBox {
        padding: 10px;
    }
}

.msgBox .msgBox-message {
    margin-left: 30px;
}

@media (max-width: 956px) {
    .msgBox .msgBox-message {
        margin: 0px;
        margin-right: 10px;
        text-align: left;
        font-size: 14px;
    }
}

.msgBox .msgBox-close {
    margin-left: auto;
    font-size: 20px;
    cursor: pointer;
}

    .msgBox .msgBox-close * {
        color: red;
    }

.msgBox:before {
    position: relative;
    left: 0px;
    top: 3px;
}

@media (max-width: 956px) {
    .msgBox:before {
        display: none;
    }
}

.msgBox.msgBox-error {
    background-color: #f2dedf;
}

    .msgBox.msgBox-error .msgBox-message, .msgBox.msgBox-error .msgBox-close {
        color: #98271A;
    }

    .msgBox.msgBox-error:before {
        content: url("../images/icons/Error.svg");
    }

.msgBox.msgBox-info {
    background-color: #d9edf6;
}

    .msgBox.msgBox-info .msgBox-message, .msgBox.msgBox-info .msgBox-close {
        color: #165878;
    }

    .msgBox.msgBox-info:before {
        content: url("../images/icons/Information.svg");
    }

.msgBox.msgBox-alert {
    background-color: #fdf8e4;
}

    .msgBox.msgBox-alert .msgBox-message, .msgBox.msgBox-alert .msgBox-close {
        color: #705423;
    }

    .msgBox.msgBox-alert:before {
        content: url("../images/icons/Warning.svg");
    }

.msgBox.msgBox-confirm {
    background-color: #def0d8;
}

    .msgBox.msgBox-confirm .msgBox-message, .msgBox.msgBox-confirm .msgBox-close {
        color: #2e6f0f;
    }

    .msgBox.msgBox-confirm:before {
        content: url("../images/icons/CheckGreen.svg");
    }

.MultiStep {
    background-color: #fff;
    border-radius: 4px;
}

    .MultiStep .MultiStep-Header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5em 1.5em 1em 1.5em;
        border-bottom: solid 1px #e4e4e4;
    }

    .MultiStep.error .step {
        display: block;
    }

    .MultiStep.error .step-footer #next_btn {
        display: none;
    }

    .MultiStep.error .step-footer #prev_btn {
        display: none;
    }

    .MultiStep.error .step-footer #confirm_btn {
        display: none;
    }

    .MultiStep.error .step-footer #submit_btn {
        display: block;
    }

    .MultiStep .hide {
        display: none;
    }

    .MultiStep .endMsg {
        display: none;
        animation: shake 1s;
    }

    .MultiStep .step {
        margin: 1.5em;
        opacity: 1;
        height: auto;
    }

        .MultiStep .step .step {
            margin: 0px;
        }

        .MultiStep .step > .step-header {
            padding-bottom: 10px;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

    .MultiStep > .step-footer {
        min-height: 80px;
        padding: 20px;
        border-top: solid 1px #e4e4e4;
    }

        .MultiStep > .step-footer #next_btn {
            display: none;
        }

        .MultiStep > .step-footer #prev_btn {
            display: none;
        }

        .MultiStep > .step-footer .step-footer-right {
            position: relative;
            float: right;
        }

        .MultiStep > .step-footer .step-footer-left {
            position: relative;
            float: left;
        }

.navbar {
    display: block;
    padding: 0px;
    background-color: white !important;
    box-shadow: 0 0.2rem 0.3rem #aaa;
    height: 90px;
    z-index: 999 !important;
    font-family: "Roboto", sans-serif;
}

    .navbar .container {
        display: flex;
        height: 90px;
    }

    .navbar .navbar-collapse {
        flex-grow: initial;
    }

    .navbar .navbar-brand {
        height: 120px;
        width: 180px;
        margin: 30px 0px;
        background: url("../Images/logo.svg") center no-repeat;
        background-size: contain !important;
    }

    .navbar .navbar-toggler {
        border: none;
        height: 35px;
        width: 35px;
        outline: none;
        position: absolute;
        left: 20px;
        top: 25px;
    }

    .navbar .navbar-nav {
        margin-left: auto;
    }

        .navbar .navbar-nav .nav-item {
            padding: 0 25px;
        }

            .navbar .navbar-nav .nav-item .nav-link {
                color: #003353;
                font-family: "Roboto", sans-serif;
                font-size: 20px;
                font-weight: 400;
                padding: 0px;
            }

                .navbar .navbar-nav .nav-item .nav-link:hover {
                    color: #004e9a;
                }

    .navbar.navbar-internal {
        background-color: #003353 !important;
        max-height: 70px;
    }

        .navbar.navbar-internal .container {
            display: flex;
            height: 70px;
        }

        .navbar.navbar-internal .navbar-brand {
            height: 30px;
            width: 175px;
            margin: 35px 0px 35px 0px;
            background: url("../images/logo-white.png") center no-repeat;
            background-size: contain !important;
        }

        .navbar.navbar-internal .nav-item .nav-link {
            color: #fff;
            font-size: 18px;
        }

            .navbar.navbar-internal .nav-item .nav-link:hover {
                color: #d9edf6;
            }

@media (max-width: 990px) {
    .navbar .navbar-brand {
        margin: 0px;
        height: 90px;
    }

    .navbar.navbar-internal .navbar-brand {
        margin: 0px !important;
        height: 30px;
    }

    .navbar.navbar-internal .navbar-collapse {
        z-index: 888 !important;
        top: 70px;
    }

    .navbar.navbar-internal .navbar-toggler {
        top: 13px;
    }

    .navbar .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 90px;
        z-index: 888 !important;
    }

        .navbar .navbar-collapse .navbar-nav {
            padding-top: 0px;
        }

            .navbar .navbar-collapse .navbar-nav .nav-item {
                padding: 10px 0px;
                background-color: #317CC0 !important;
                border-top: solid 1px #004e9a;
            }

                .navbar .navbar-collapse .navbar-nav .nav-item:hover {
                    background-color: #003353;
                }

                .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
                    position: absolute;
                    right: 20px;
                    top: 7px;
                    content: '+' !important;
                    border: none;
                    font-size: 35px;
                    font-weight: 200 !important;
                }

                .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
                    text-align: left !important;
                    margin-left: 20px;
                    color: #fff !important;
                }

        .navbar .navbar-collapse .dropdown-menu {
            border-radius: 0px !important;
            background-color: #e7e8eb;
        }

            .navbar .navbar-collapse .dropdown-menu .dropdown-item {
                text-align: left;
            }

    .navbar .container {
        justify-content: center;
    }
}

h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #2a2a2a;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #2a2a2a;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #2a2a2a;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #2a2a2a;
}

h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #2a2a2a;
    font-style: italic;
    text-transform: uppercase;
}

.alt-h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #2a2a2a;
    font-style: italic;
    text-transform: uppercase;
}

.alt-h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #004e9a;
}

.alt-h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #004e9a;
}

.alt-h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #004e9a;
}

.alt-h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #004e9a;
    font-style: italic;
    text-transform: uppercase;
}

.color-h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
}

.color-h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #fff;
}

.color-h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.color-h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.color-h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    font-style: italic;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2a2a2a;
    line-height: 25px;
}

.text-error {
    color: #98271A !important;
}

.text-danger {
    color: #98271A !important;
}

.wizzard {
    align-content: center;
    align-items: center;
    counter-reset: stepCount;
    display: flex;
    justify-content: space-around;
    margin: 3em 0;
    height: 4em;
    padding-inline-start: 3rem;
    padding-inline-end: 1.5rem;
    font-family: "Roboto", sans-serif;
}

    .wizzard li {
        background: #acb1ba;
        display: flex;
        flex-grow: 1;
        height: .2em;
        line-height: 1em;
        position: relative;
        z-index: -1;
    }

        .wizzard li > div {
            display: none;
            position: absolute;
        }

@media (min-width: 840px) {
    .wizzard li > div {
        display: inline;
        top: 2.5em;
        left: -3.4em;
        width: 5em;
        text-align: center;
        font-weight: 450;
        color: #acb1ba;
    }
}

.wizzard li:before {
    color: #fff;
    background: #acb1ba;
    border: 3px solid #acb1ba;
    border-radius: 50%;
    box-shadow: 0px 0px 3px #272727;
    counter-increment: stepCount;
    content: counter(stepCount);
    height: 2.5em;
    width: 2.5em;
    left: -2em;
    line-height: 2em;
    position: absolute;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    top: -1.2em;
}

.wizzard li.active {
    background-color: #004e9a;
}

    .wizzard li.active > div {
        color: #004e9a !important;
        font-weight: 550;
    }

    .wizzard li.active::before {
        background-color: #004e9a;
        border-color: #004e9a;
    }

    .wizzard li.active ~ li {
        background-color: #004e9a;
    }

        .wizzard li.active ~ li div {
            color: #004e9a;
        }

        .wizzard li.active ~ li::before {
            border-color: #004e9a;
            background-color: #fff;
            color: #004e9a;
        }

.wizzard li:last-child {
    flex-basis: 0;
    flex-grow: 0;
    flex-shrink: 1;
}

    .wizzard li:last-child.active > div {
        color: #76BB40 !important;
    }

    .wizzard li:last-child.active::before {
        background-color: #76BB40;
        border-color: #76BB40;
        background-image: url(/Assets/Images/Icons/svg/CheckWhite.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
        font-weight: 400;
        content: " ";
    }
