@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}

body {
    padding-top: 74px;
    padding-bottom: 20px;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 600;
    background-color: #F7F7F7;
}

    body .mobile-logo {
        display: none;
    }

@media only screen and (max-width: 768px) {
    .body-content {
        margin-top: -74px;
    }
}

h1 {
    font-weight: 300;
    font-size: 36px;
}

h2 {
    font-weight: 300;
    font-size: 28px;
}

h3 {
    font-weight: 600;
    font-size: 20px;
}

h4 {
    font-weight: 600;
    font-size: 16px;
}

h5 {
    font-weight: 600;
    font-size: 12px;
}

#card-number,
#exp-date,
#cvv,
input[type=text].form-control,
input[type=tel].form-control,
input[type=password].form-control {
    height: 40px;
    border: none;
    box-shadow: none;
    font-size: 14px;
    padding-left: 0px;
    border-radius: unset;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #000000;
    margin-bottom: 5px;
    background-color: transparent !important;
    border-bottom: 1px solid #000000;
    font-weight: 400;
    padding-bottom: 0px;
}

select.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000 !important;
    color: #47A2DA !important;
    border-radius: unset;
    box-shadow: none;
    height: 32px;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.form-control:focus {
    border-color: unset;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-30-dynamic {
    margin-top: 30px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mt-30-dynamic {
        margin-top: 10px;
    }
}

.mr-20 {
    margin-right: 20px;
}

.control-label {
    font-weight: 400;
    font-size: 14px;
    color: #231F20;
    white-space: nowrap;
}

@media screen and (max-width: 400px) {
    .control-label {
        white-space: unset;
    }
}

.section-title {
    background-color: #00182E;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.circle {
    position: relative;
    width: 100%;
    height: 0;
    padding: 50% 0;
    margin: 1em auto;
    border-radius: 50%;
    background: transparent;
    overflow: hidden;
    float: left;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .content:before {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 0;
        height: 100%;
    }

    .content img {
        vertical-align: middle;
        height: 100%;
        object-fit: cover;
    }

.panel {
    background-color: #F4F4F4;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.no-padding-margin {
    padding: 0px;
    margin: 0px;
}

.add-top-margin {
    margin-top: 20px;
}

.add-top-padding {
    padding-top: 20px;
}

.no-bottom-margin {
    margin-bottom: 0px;
}
/* SPINNER */
.spinner-container {
    position: absolute;
}

    .spinner-container #spinner-upload-progress {
        color: white;
        font-size: 24px;
        text-align: center;
        margin-top: 36vh;
        position: static;
    }

.spinner-container-shadow {
    background: rgba(0, 0, 0, 0.3);
    z-index: 2147483646;
    position: absolute;
}

.spinner {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2147483647;
    -webkit-animation: rotate 1.3s linear 0s infinite, size 5s linear 0s infinite alternate;
    animation: rotate 1.3s linear 0s infinite, size 5s linear 0s infinite alternate;
}

    .spinner:after,
    .spinner:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background: #20521C;
        border-radius: 100%;
        left: 0px;
        top: 0px;
        bottom: 0;
        margin: auto;
    }

    .spinner:before {
        left: auto;
        right: 0;
    }

.spinner-container .spinner:after,
.spinner-container .spinner:before {
    background: #FFF;
}

.background-white {
    background-color: #FFFFFF;
}

.dropdown-menu > li > a {
    width: 100%;
    height: 100% !important;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-weight: 600;
}

.overlay {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn {
    font-weight: 600;
}

.btn-external-link {
    border-radius: 10px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    align-content: center;
}

.external-link-icon {
    height: 14px !important;
    padding: 0px !important;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}

.gray-text {
    color: #999999;
}

.dark-gray-text {
    color: #5F5F62;
}

.darker-gray-text {
    color: #333333;
}

.light-red-text, .btn-link.light-red-text{
    color: #EE3724 !important;
}

.font-blue {
    color: #2D80AF !important;
}

.font-gray {
    color: #5F5F62 !important;
}

.font-light-gray {
    color: #D5D5D5 !important;
}

.font-green {
    color: #54B849 !important;
}

.font-light-red {
    color: #EE3724 !important;
}

.font-darkest-gray {
    color: #00182E !important;
}

.btn-blue {
    border-radius: 6px;
    background-color: #3A91C2;
    border-width: 0px;
    color: #FFFFFF;
    height: 40px;
    text-transform: uppercase;
    /*box-shadow: 1px 3px 2px rgba(128, 128, 128, 0.4);*/
}

.btn-default {
    box-shadow: none;
}

    .btn-blue:hover, .btn-blue:active {
        border-radius: 6px;
        background-color: #47A2DA;
        border-width: 0px;
        color: #FFFFFF;
        height: 40px;
        text-transform: uppercase;
    }

.btn-green-border {
    border-radius: 12px;
    background-color: #98d492;
    border-width: 1px;
    border-color: #231F20;
    color: #231F20;
    height: 40px;
    text-transform: uppercase;
}

    .btn-green-border:hover {
        border-radius: 12px;
        background-color: #84C94C;
        border-width: 1px;
        border-color: #3A91C2;
        color: #4BA742;
        height: 40px;
        text-transform: uppercase;
    }

.btn-green-border-alt {
    border-radius: 12px;
    background-color: #84C94C;
    border-width: 1px;
    border-color: #66CC33;
    color: #66CC33;
    height: 40px;
    text-transform: uppercase;
}

    .btn-green-border-alt:hover {
        border-radius: 12px;
        background-color: #84C94C;
        border-width: 1px;
        border-color: #4BA742;
        color: white;
        height: 40px;
        text-transform: uppercase;
    }

.btn-gray {
    border-radius: 12px;
    background-color: #F4F4F4;
    border-width: 1px;
    border-color: #595959;
    color: #595959;
    height: 40px;
    text-transform: uppercase;
}

.btn-darker-gray {
    background: #7F7F7F no-repeat padding-box;
    box-shadow: 1px 2px 2px #00000029;
    border-radius: 6px;
    height: 40px;
    opacity: 1;
    color: white;
}

.btn-gray:hover {
    border-radius: 12px;
    background-color: #F4F4F4;
    border-width: 1px;
    border-color: #000000;
    color: #000000;
    height: 40px;
    text-transform: uppercase;
}

.btn-primary, .btn-primary:focus {
    background-color: #3A91C2 !important;
    color: #FFFFFF;
    border: 1px solid #3A91C2;
}

.account-card, .grey-header-text, .register_header_box, .register_title, .title {
    text-align: center
}

.account-section .btn-green, .account-section .btn-green:hover {
    text-transform: uppercase;
    /*background-color: #54B849;
    border-color: #4BA742;*/
}
    .account-section .btn-green:focus {
        outline: none;
        color: #FFFFFF;
    }
    /*.account-section .btn-green:active {
        background-color: #54B84999;
        border-color: #231F20;
        color: #231F20;
        outline: none;
    }
    .account-section .btn-green:disabled {
        background-color: #FFFFFF;
        border-color: #A7A5A6;
        color: #A7A5A6;
        outline: none;
    }*/
    .grey-header-text, .modal-footer button, .modal-footer button:hover {
        text-transform: uppercase;
    }

.account-section .btn-green {
    margin-top: 10px;
}

.account-section button.btn.btn-white div {
    color: #231F20;
}

@media only screen and (max-device-width: 767px) {
    .small-shaded {
        background-color: #D5D5D5
    }

    .padding-unlock-code-right {
        padding: 0
    }

    .circleSmallPadding {
        padding: 30px;
        margin-top: 10px
    }

    .stop-autopay {
        width: 100%
    }
}

.grey-header, .grey-header-text, .payment-header {
    background-color: #919191;
}

@media only screen and (min-device-width: 768px) {
    .padding-unlock-code-right {
        padding-right: 15px
    }

    .stop-autopay {
        width: 50%
    }
}

@media only screen and (min-device-width: 992px) {
    .circleLargePadding {
        padding: 90px
    }
}

.vertical-center {
    display: flex;
    align-items: center
}

.grey-header {
    margin-top: 10px
}

.grey-header-text {
    color: #F4F4F4;
    line-height: 40px;
    padding: 0;
    margin: 0
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap
}

.payment-header {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0
}

.payment-header-text, .payment-header-text-hidden {
    font-size: 14px;
    margin: 0;
    background-color: #666;
    color: #5F5F62;
    text-align: left
}

.payment-header-text {
    line-height: 10px;
    padding: 10px
}

.payment-header-text-hidden {
    padding: 0
}

.register_header_box {
    background-color: #D3EFFA !important;
    height: 88px;
}

    .register_header_box h2 {
        color: #000000;
        font-size: 24px;
        font-weight: 600;
        padding-top: 32px;
        margin-top: 0
    }

.register_title {
    color: #5F5F62;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 32px
}

.title {
    background-color: #231F20;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px
}

@media only screen and (max-width: 768px) {
    #tab-title {
        color: #00182E
    }
}

#address-form div {
    margin-bottom: 20px
}

@media only screen and (max-width: 992px) {
    .section-title > h4 {
        line-height: 2.5
    }
}

.account-section button {
    width: 100%;
    font-size: 14px;
    text-transform: none
}

.account-section .btn-white:hover {
    background-color: transparent !important;
    border: 1px solid #231F20;
}

#accountAutopay .btn-blue,
#accountAutopay .btn-blue:focus,
#timeExtensionSelection .btn-blue:focus,
#timeExtensionSelection .btn-blue {
    background-color: #E92428;
    font-size: 14px;
    font-weight: 500;
    outline: unset;
    box-shadow: 0 1px 2px rgba(128, 128, 128, .4);    
}

.account-section button:hover {
    text-transform: none
}

.account-section h3 {
    color: #231F20 !important;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px
}

    .account-section h3 + span.active {
        color: #2D80AF
    }

.account-section p {
    color: #231F20 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding-bottom: 10px
}

.account-section .section-title {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #231F20;
}

    .account-section .section-title h4 {
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
    }

.account-section .payments {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px
}

#accountAutopay .payments {
    padding-top: 10px;
    border-top: 1px solid #CCC;
    margin-top: 10px
}

.account-section .payments > div {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.account-section .payments .date {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.account-section .payments .price {
    position: relative;
    float: right;
    top: 3px;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000000;
}

    .account-section .payments .price.font-green {
        color: #54B849 !important;
    }

    .account-section .payments .price.font-light-red {
        color: #EE3724 !important;
    }

.account-section .stop-autopay {
    color: #F26C61;
    line-height: 2.5;
    width: 100%;    
}
    .account-section .stop-autopay btn {
        font-size: 14px;
        font-weight: 400;
    }
    .account-section .stop-autopay a {
        display: block;
        color: #F26C61;
        text-decoration: none
    }
    .account-section .stop-autopay img {
        vertical-align: text-top;
        padding-right: 10px
    }
    .account-section .stop-autopay button span {
        font-weight: 400;
    }

.account-section .form-group > img {
    margin-left: -30px;
    padding-right: 10px
}

.account-section .control-label {
    margin-top: 20px;
}

.account-section input[type=text].form-control {
    height: 40px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #666;
    background-color: transparent;
    color: #5F5F62;
    font-weight: 600;
    font-size: 16px;
    padding-left: 0;
}

.account-section select {    
    color: #24AFE5 !important;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    height: 32px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}

.account-section .authority {
    padding-bottom: 10px;
    background-color: #DDD;
    margin-left: 15px;
    margin-bottom: 20px
}

    .account-section .authority > row {
        padding-bottom: 0
    }

#documents .section-title {
    margin-top: unset;
    margin-bottom: unset
}

.modal-header button {
    width: auto;
    margin-bottom: 0;
    font-size: 24px !important
}

.modal-footer button {
    margin-top: 0 !important;
    height: 40px !important
}

.legal-section, .legal-section p {
    color: #231F20;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-bottom: 10px
}

    .legal-section button {
        color: #529BCC !important;
        font-size: 14px;
        font-weight: 400;
        width: auto;
        text-decoration: none
    }

        .legal-section button .close {
            font-size: 21px
        }

.user-page-content {
    padding-top: 26px;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .user-page-content {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .user-page-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.line-height-2 {
    line-height: 2
}

.alert {
    display: flex;
    padding: 20px 15px;
    align-items: initial;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.alert-danger {
    /*background-color: #EE3724;*/
    background-color: #FB594E;
    color: #FFFFFF;
}

    .alert-danger div:nth-child(1) {
        margin-top: 2px
    }

    .alert-danger div:nth-child(2) {
        font-size: 14px;
        line-height: 2
    }

.alert-info {
    background-color: #24AFE51A !important;
    border-color: #24AFE51A !important;
}

    .alert-info .image-svg {
        filter: invert(53%) sepia(100%) saturate(386%) hue-rotate(153deg) brightness(91%) contrast(96%);
    }

    .alert-info div:nth-child(1) {
        padding-left: 5px;
        padding-right: 20px;
        margin-top: -1px;
    }

.alert-info div:nth-child(2) {
    font-size: 14px;
    font-weight: 600 !important;
    color: #231F20 !important;
}

.alert-success {
    background-color: #E6F4DB !important;
}

    .alert-success div:nth-child(1) {
        padding-right: 15px !important
    }

    .alert-success div:nth-child(2) {
        font-size: 14px;
        font-weight: 400 !important;
        color: #616161 !important;
    }

.alert div:nth-child(1) {
    padding-left: 0;
    padding-right: 15px;
    text-align: left;
}

.alert div:nth-child(2) {
    padding-left: 0;
    font-weight: 400 !important;
    color: #FFF;
}

.alert-danger-img img, .alert-danger > div > img {
    content: url(/images/alert-circle-white.svg);
}

.alert a.close {
    position: absolute;
    top: 2px;
    right: 21px;
    color: #fff;
    opacity: 1;
}

.uppercase {
    text-transform: uppercase;
}

span.field-validation-error {
    font-size: 12px;
    color: #CC0000;
    display: block;
    padding-left: 17px;
}

.profile-form .nav-pills {
    padding-top: 20px !important;
}

    .profile-form .nav-pills > li {
        padding-top: 5px !important;
    }

        .profile-form .nav-pills > li > a {
            font-size: 16px;
            font-weight: 500;
            color: #7B7979 !important;
        }

            .profile-form .nav-pills > li > a:hover,
            .profile-form .nav-pills > li > a.active {
                border-left: 6px solid #231F20 !important;
                color: #231F20 !important;
            }

.profile-form span.field-validation-error {
    font-size: 12px;
    color: #CC0000;
    padding-left: 34px;
    display: block;
}

.profile-form input[type=text], .profile-form input[type=tel] {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #231F20 !important;
}

.profile-form .form-group a {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #24AFE5;
}
.profile-info .info-container .name {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #231F20 !important;
}
.profile-info .info-container h4 {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #231F20 !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-danger {
    font-size: 12px;
    color: #C00;
    display: block;
    font-weight: 600;
}

#vehicle-verification #State {
    margin-left: 0px !important;
    color: #529BCC;
    font-size: 14px !important;
    font-weight: 400 !important;
}

#vehicle-verification p {
    color: #292929 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

#vehicle-verification .control-label {
    color: #757575 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

#vehicle-verification .control-label.text-center {    
    font-weight: 600 !important;
}
#vehicle-verification-submit:disabled {
    background-color: #47A2DA33 !important;
}
#vehicle-verification .btn-link {
    color: #24AFE5 !important
}

#vehicle-verification .subtitle {
    font-weight: 400 !important;
}
#vehicle-verification .results {
    background-color: #07203C0D !important;
}
#vehicle-verification .results label {
    color: #757575 !important;
}
#vehicle-verification .results input {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #292929 !important;
}
#vehicle-verification .results .mismatch input {
    color: #FB594E !important;
}
#vehicle-verification .alert-info {
    background-color: #C4E9F7 !important;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0;
}
    #vehicle-verification .alert-info img {
        content: url(/images/info-circle-black-transparent.svg);
    }

    #vehicle-verification .alert-info div:nth-child(2) {
        color: #07203C !important;
    }
    #vehicle-verification .alert-info .btn-link {
        color: #529BCC !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        text-transform: unset !important;
    }

#vehicle-verification .btn-default.text-uppercase {
    background-color: transparent;
    border: 1px solid #07203C;
    color: #07203C;
}

.modal-backdrop {
    opacity: .5;
}

.tooltip {
    opacity: unset !important;
    border: 1px solid #c5c5c5;
    box-shadow: 0px 0px 5px #666666;
    border-radius: 3px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    box-sizing: border-box;
    background: #ffffff;
}

    .tooltip .tooltip-inner {
        background: #ffffff;
        color: #333333;
        font-size: 1em !important;
        font-weight: 600;
        text-align: left;
    }

#spinner-upload-progress {
    margin-top: 29vh !important;
}

.modal-content {
    background-color: #F7F7F7;
}

.navbar-brand {
    width: unset !important;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .navbar-brand {
        padding: 24px;
        height: 65px;
    }
}

.navbar {
    border: unset;
    min-height: 74px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 700;
    font-size: 18px;
    color: #231F20;
    padding-top: 45px;
    padding-bottom: 9px;
    text-transform: uppercase !important;
    /* mobile view */
}

#topNav > div {
    margin-left: 10px;
    margin-right: 20px;
}

@media only screen and (max-width: 576px) {
    .navbar-default .navbar-nav > li > a {
        padding-top: 10px;
    }
}

@media screen and (min-width: 1061px) and (max-width: 1092px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 17px;
    }
}

@media screen and (min-width: 1029px) and (max-width: 1061px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }
}

@media screen and (min-width: 996px) and (max-width: 1029px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }
}

@media screen and (min-width: 880px) and (max-width: 996px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
}

@media screen and (min-width: 848px) and (max-width: 880px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
}

@media screen and (min-width: 817px) and (max-width: 848px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
    }
}

@media screen and (min-width: 784px) and (max-width: 817px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 11px;
    }
}

@media screen and (min-width: 768px) and (max-width: 784px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 10px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding-top: unset;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        padding-top: 45px;
    }
}

.navbar-default .navbar-nav > li > a.sub-item {
    font-size: 16px;
    text-transform: none !important;
    margin-left: 20px;
    color: #231F20;
    font-weight: 500;
    margin-top: 10px;
}

.navbar-default .navbar-nav a {
    text-transform: none;
}

    .navbar-default .navbar-nav a.show {
        color: #FFFFFF !important;
        background-color: #24AFE5 !important;
    }

.navbar-default .navbar-nav > li > .dropdown-menu {
    color: #231F20;
    background-color: #24AFE5;
    text-align: left;
    border: none;
    padding: 20px 0;
    left: 0;
    right: auto;
}

.navbar-default .navbar-nav > li > a:hover {
    /*background-color: #D3EFFA;*/
}

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-collapse {
        max-height: none;
    }
}

.navbar-toggle {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .navbar-toggle {
        background-color: #4A4A4A;
        border-radius: 50%;
        border: 0;
    }

        .navbar-toggle .icon-bar {
            background-color: #FFFFFF !important;
            width: 14px;
            height: 3px;
        }

            .navbar-toggle .icon-bar + .icon-bar {
                margin-top: 3px;
            }
}

.nav-bar-item {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #231F20;
    opacity: 1;
    text-align: left;
}

.dropdown .nav-bar-item a {
    color: white !important;
}

    .dropdown .nav-bar-item a:hover {
        background-color: #D3EFFA !important;
        color: #231F20 !important;
    }

.nav-bar-item a:active {
    border-left: unset !important;
}

li.nav-bar-item.program-item {
    height: 35px;
    margin-left: 20px;
    position: absolute;
    visibility: hidden;
}

.sign-out {
    margin-left: 40px;
}

@media only screen and (max-width: 768px) {
    .sign-out {
        margin-left: 0;
    }
}

.navbar-brand {
    padding: 0;
    height: 74px;
    width: 220px;
}

.navigation-line {
    height: 8px;
    width: 100%;
    background-color: #24AFE5;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

    .navigation-line a {
        color: white !important;
    }

@media screen and (max-width: 420px) {
    .navigation-line {
        display: block;
        text-align: center;
    }
}

input::placeholder {
    color: #4A4A4A !important;
}

a {
    color: #231F20;
    font-weight: 600;
    font-size: 18px;
}

    a:hover, a:active {
        text-decoration: none;
        color: #231F20;
    }

.btn, btn:hover {
    height: 41px !important;
}

.btn-green, .btn-success {
    border-radius: 6px;
    background-color: #3A91C2;
    border-width: 0px;
    color: white;
    height: 40px;
    text-transform: uppercase;
    box-shadow: unset !important;
    border-width: 1px;
    border-color: #3A91C2;
}

    .btn-green:hover, .btn-success:hover, .btn-success:active:focus {
        border-radius: 6px;
        background-color: #47A2DA;
        border-width: 1px;
        border-color: #3A91C2;
        color: white;
        text-transform: uppercase;
    }

    .btn-green:disabled {
        background-color: #47A2DA33;
        color: #AAAAAA;
        pointer-events: none;
        border-color: transparent;
    }

.btn-link {
    color: #231F20 !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    height: 40px;
    text-decoration: none;
}
    .btn-link:active, .btn-link:hover, .btn-link:focus {
        color: #4A4A4A;
        text-decoration: none;
        border: none;
        border-radius: 6px;
    }
    .btn-link:active:focus {
        outline: none;
    }

.switch-box label.toggle {
    background-color: #C0C0C0 !important;
}
.switch-box input:checked ~ label.toggle {
    left: -5.83333333px;
    background-color: #24AFE5 !important;
}

.switch-box input:hover:checked ~ label.toggle {
    background-color: #24AFE5 !important;
}

.driver-license-subtitle {
    color: #24AFE5 !important;
}

#driver-license .addresses label {
    background-color: #FFFFFF !important;
    color: #231F20 !important;
    box-shadow: #00000029 0px 1px 2px 0px !important;
}
    #driver-license .addresses label:hover {
        background-color: #D3EFFA !important;
        color: #231F20 !important;
    }
    #driver-license .addresses label.active {
        background-color: #24AFE5 !important;
        color: #FFFFFF !important;
    }

.account-details a > div {
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 11px !important;
}

.account-details a:hover > div {
    color: #000000 !important;
}

.account-details > div .active {
    color: #529BCC !important;
}
.account-details > div .inactive {
    color: #E92428 !important;
}

.radio .inner-circle {
    background-color: #24AFE5 !important;
}

.add-new-card .btn.btn-link {
    text-transform: none !important;
    border: none !important;
    color: #24AFE5 !important;
    font-weight: 500;
}

#docsAddPartial .btn-link {
    border: none;
    margin-top: 10px;
    color: #24AFE5 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}

.programs .account a {
    color: #24AFE5 !important;
}

.image-svg {
    filter: invert(53%) sepia(100%) saturate(386%) hue-rotate(153deg) brightness(91%) contrast(96%);
}

.password-rules .gray-circle {
    background-color: #9da2a6;
    padding: 10px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    position: relative;
}

    .password-rules .gray-circle .tick {
        position: absolute;
        top: -6px;
        left: 5px;
        color: white;
    }

.password-rules .blue-circle {
    background-color: #24AFE5;
    padding: 10px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    position: relative;
}

    .password-rules .blue-circle .tick {
        position: absolute;
        top: -6px;
        left: 5px;
        color: white;
    }

.password-rules p, .password-rules ul li {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #231F20 !important;
}

#account-menu a:hover,
#account-menu a.active {
    color: #24AFE5 !important;
    text-decoration: none !important;
    border-left: 6px solid #231F20 !important;
}

#loginLeft {
    background-image: none !important;
    background-color: #E9E9E9;
}

#loginRight h2 {
    font-weight: 500;
    color: #000000;
    font-size: 32px;
}

#loginLeftImgContainer {
    position: absolute;
    top: 30%;
    left: unset;
}
    #loginLeftImgContainer img {
        width: 100%;
    }

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #loginLeftImgContainer {        
        left: unset !important;
    }
}
@media only screen and (max-width: 768px) {
    #loginLeftImgContainer {
        top: 20%;
        left: 25%;
    }
}

#loginSubtitle {
    font-weight: 500;
    font-size: 28px;
    color: #000000;
    margin-top: -8px;
    text-transform: capitalize;
}

#loginFrm #signUpLink {
    color: #47A2DA;
    font-size: 18px;
    font-weight: 400;
}

#loginFrm .control-label {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

#loginFrm .error {
    color: #E92428;
}

.account-info {
    font-size: 14px;
    background-color: #D3EFFA !important;
}

.forgot-password a, .links a {
    color: #47A2DA;
    font-size: 16px;
    font-weight: 400;
}

#loginLeft #PreferredLanguage {
    border: none;
    box-shadow: 2px 3px 3px rgba(128, 128, 128, 0.4);
    border-radius: 1px;
    font-size: 11px;
    font-weight: 600 !important;
    color: #231F20 !important;
}

.programs-title, .profile-info {
    background-color: #D3EFFA !important;
}

#onboard-steps .nav-pills li.active > a,
#onboard-steps .nav-pills > li.active > a:hover,
#onboard-steps .nav-pills > li.active > a:focus {
    background-color: #EFEFEF !important;
    color: #000000 !important;
}

.header_box {
    background-color: #D3EFFA !important;
    text-align: center;
}
    .header_box h3 {
        color: #000000 !important;
        font-size: 24px !important;
        font-weight: 600 !important;
    }

#navbarLine a {
    font-size: 14px !important;
}

.registration-form-header {
    color: #5F5F62 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.registration-form-description {
    color: #5F5F62 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

    .registration-form-description b {
        font-weight: 600;
    }

#new-customer-tab a {
    font-size: 16px;
}

#register-steps {
    background-color: #231F20 !important;
}

    #register-steps .nav-pills li > a {
        height: 45px;
        padding-top: 12px;
        color: #FFFFFF !important;
        font-weight: 500 !important;
        font-size: 16px;
    }

    #register-steps .nav-pills li.active > a {
        color: #000000 !important;
        background-color: #EFEFEF !important;
    }

.register_header_box {
    background-color: #D3EFFA !important;
}

.register_subtitle p a {
    font-size: 14px;
}
a.btn.btn-default.btn-white, a.btn.btn-default.btn-white:hover {
    background-color: #FFFFFF !important;
    padding-top: 9px !important;
    box-shadow: none !important;
    border: 1px solid #231F20;
}

label.checkbox-inline.checkbox-bootstrap.checkbox-lg.terms-and-conditions-label {
    font-weight: 500 !important;
}
.terms-and-conditions-label {
    font-size: 15px !important;
    color: #231F20 !important;
}
    .terms-and-conditions-label a {
        font-size: 15px !important;
        color: #231F20 !important;
    }

#loginButton, #forgotPasswordButton {
    font-size: 14px;
    font-weight: 600 !important;
    background-color: #54B849;
    color: #FFFFFF;
}
    #loginButton:disabled {
        border: unset;
        background-color: #54B84933;
        color: #AAAAAA;
    }
    #loginButton:active:focus, #forgotPasswordButton:active:focus {
        border: 1px solid #231F20;
        background-color: #54B84999;
        color: #231F20;
    }


setup-form .title {
    font-weight: 400;
}
.setup-form p {
    font-size: 16px !important;
    font-weight: 600;
    color: #5F5F62;
}

.setup-form .form-group .control-label, .setup-form label {
    font-size: 14px;
    font-weight: 400;
    color: #000000 !important;
}

.setup-form #PreferredLanguage {
    font-size: 14px;
    font-weight: 400;
    color: #47A2DA !important;
    height: 32px;
}

#onboard-steps {
    background-color: #231F20 !important;
}

    #onboard-steps .nav-pills li > a {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        height: 45px;
        padding-top: 12px;
    }

#profile-picture-form .btn-link {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #47A2DA !important;
}

#profile-picture {
    background-position: center;
    background-size: 150px 150px;
    background-repeat: no-repeat;
    background-image: url('/images/camera-retro.svg');
    filter: invert(57%) sepia(91%) saturate(600%) hue-rotate(175deg) brightness(90%) contrast(80%);
}

.pic_gudelines h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000000;
}

.pic_gudelines ol {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.info-gray {
    background-color: #07203C33 !important;    
}

    .info-gray div:nth-child(2) {
        color: #07203C !important;
        font-weight: 400 !important;
        font-size: 14px !important;
    }

.alert .alert-info-img {
    background-image: url('/images/info-circle-black-transparent.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    margin-top: 2px !important;
    filter: invert(12%) sepia(6%) saturate(9%) hue-rotate(104deg) brightness(92%) contrast(88%);
}

#driver-license p {
    color: #231F20 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

#driver-license .subtext p {
    color: #07203C !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

    #driver-license .subtext p a {
        font-size: 14px !important;
        font-weight: 400 !important;
        text-decoration: underline;
        color: #529BCC !important;
    }

#driver-license .results label {
    color: #757575 !important;
}

#driver-license .driver-license-subtitle {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #529BCC !important;
    text-transform: none !important;
}

#driver-license .camera-guidelines > .driver-license-subtitle {
    text-transform: uppercase !important;
}

#driver-license .camera-guidelines > p {
    color: #292929;
    font-size: 12px !important;
    font-weight: 400 !important;
}

#driver-license .btn-transparent {
    border: 1px solid #231F20 !important;
}

.camera-guidelines label {
    color: #24AFE5 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

#driver-license .results input[type='text'] {
    color: #292929 !important;
    font-weight: 400 !important;
}
#driver-license .results .mismatch input[type='text'] {
    color: #FB594E !important;
}
#driver-license .addresses label .label-title {
    font-weight: 500 !important;
}
#driver-license .addresses label .label-text {
    font-weight: 400 !important;
}
#driver-license .form-group .control-label {
    color: #757575 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
#driver-license .form-group input {
    color: #000000;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-bottom: 1px solid #4A4A4A;
}
#driver-license .form-group select {
    color: #529BCC;
    font-size: 14px !important;
    font-weight: 400 !important;
}
#driver-license-result .btn-default{
    box-shadow: none !important;
}
#driver-license-result .btn-default:hover {
    background-color: #47A2DA;
}

.alert-warning {
    background-color: #EED713 !important;
}

    .alert-warning div:nth-child(2) {
        color: #292929 !important;
    }

    .alert-warning img {
        padding-left: 5px !important;
        margin-top: 2px;
        content: url(/images/alert-info-circle-black.svg);
    }

#driver-license .subtitle {
    background-color: #E0E0E0 !important;
    color: #292929 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

#driver-license .btn-green:disabled {
    color: #AAAAAA !important;
    background-color: #47A2DA33 !important;
}

#driver-license .btn-link {
    color: #24AFE5 !important;
}

#driver-license .btn-link:hover {
    text-decoration: underline;
}

#driver-license .btn-link:focus {
    color: #231F20 !important;
    outline: unset;
}

    #driver-license .btn-link.underline {
        text-transform: none;
        color: #529BCC !important;
        font-weight: 500;
    }

.programs .account span {
    font-size: 14px;
    font-weight: 600;
}

.programs .account h3 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    line-height: 0.2;
    padding-top: 15px;
}

.programs .account {
    border-bottom: 1px solid #A0A1A5 !important;
}
    .programs .account:hover {
        background-color: #F6FAFD !important;
    }

.programs-title > div > h3 {
    color: #000000 !important;
    font-weight: 600 !important;
}

.programs .account img {
    width: 55px !important;
}

    .programs .account img[title=IID] {
        width: 45px !important;
    }

.account-info h3 {
    font-size: 19px !important;
    font-weight: 600 !important;
    color: #231F20 !important;
}

    .account-info h3 span {
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #231F20 !important;
    }

.account-info .date {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #231F20 !important;
}

    .account-info .date h4 {
        font-size: 19px !important;
        font-weight: 500 !important;
        color: #231F20 !important;
    }

    .account-info .date.border h4 {
        font-size: 19px !important;
        font-weight: 500 !important;
        color: #231F20 !important;
    }

.account-name .account-number, #accountStatusLegend {
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #231F20 !important;
}

.account-dates a {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #24AFE5 !important;
}

#tab-title {
    font-size: 16px;
    font-weight: 500;
}

.load-more-payments-container {
    color: #24AFE5 !important;
}

:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder {
    border-color: #24AFE5 !important;
    background: #24AFE5 !important;
}

.account-item {
    width: 96px;
}

#account-menu a {    
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #00000099 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

    #account-menu a:hover {
        color: #231F20 !important;
    }

    #account-menu a.active {
        color: #231F20 !important;
    }

@media only screen and (max-width: 992px) {
    #account-menu a, #account-menu a.active {
        color: #FFFFFF !important;
    }
}

#PaymentSelectionForm #cc-form select.form-control {
    margin-top: 8px;
    padding-left: 0px;
}

#docsViewPartial .row .document-info:hover {
    background-color: #D3EFFA !important;
}
#docsViewPartial .row .document-info .document-title {
    color: #231F20 !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}
    #docsViewPartial .row .document-info .document-title .document-description {
        color: #757575 !important;
        font-weight: 500 !important;
        font-size: 13px !important;
    }
#docsViewPartial .row .document-info .row {
    margin-right: 0 !important;
}

.lookup {
    box-shadow: unset;
}

.reference-code-container #txtReferenceCode {
    margin-top: 10px;
}

.header-section div:nth-child(2) div,
.header-section div:nth-child(3) div:nth-child(2) {
    color: #231F20 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.header-section div:nth-child(2) div {
    padding-left: 5px !important;
}
    .header-section div:nth-child(2) div:nth-child(2) {
        margin-left: -5px;
    }

    .header-section div:nth-child(3) div:first-child {
        color: #231F20 !important;
        font-weight: 500 !important;
        font-size: 16px !important;
    }

.header-section > div:first-child {
    text-align: center;
    padding-right: 0;
}

.dashboard-section div:nth-child(2) img {
    filter: invert(53%) sepia(100%) saturate(386%) hue-rotate(153deg) brightness(91%) contrast(96%);
}

.dashboard-section div:nth-child(2) div:first-child,
.dashboard-section div:nth-child(2) div:nth-child(2) {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #231F20 !important;
}

.dashboard-section div:nth-child(3) div:nth-child(2) {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #231F20 !important;
}

.dashboard-section div:nth-child(3) div:first-child {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #231F20 !important;
}

.payment-border-top {
    border-top: 1px solid #ECECEC !important;
}

.payment-line-item-key, .payment-line-item-value {
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.payment-sub-item-key {
    padding-left: 15px !important;
}

.payment-sub-item-value {
    padding-right: 15px !important;
    line-height: 1.8;
}

.payment-sub-item-key, .payment-sub-item-value {
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}

.payment-sub-total-key, .payment-sub-total-value {
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    padding-top: 5px;
    margin-bottom: -5px;
}

.payment-total-item-key, .payment-total-item-value {
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}


.current-bill span {
    color: #231F20 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.current-bill .payments > div {
    color: #231F20 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

#myBillPartial .current-bill .payments .date {
    color: #231F20 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

#recentActivityPartial .current-bill .payments .date {
    color: #231F20 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

#myBillPartial .current-bill > div > span:first-child {
    color: #231F20 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
}
    #myBillPartial .current-bill > div > span:first-child b {
        font-weight: 700 !important;
    }

#myBillPartial .alert-success {
    background-color: #54B84933 !important;
}

.current-bill h3 {
    color: #231F20 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.current-bill section:not(:first-child) h3 {    
    font-size: 14px !important;
    font-weight: 500 !important;
}

.current-bill .sub-title {
    color: #231F20 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.statement-details item-description > span {
    color: #4F4C4D !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.statement-details .align-right.black > span {
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.statement-details-item .align-right.black {
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.statement-details-item .item-description.item-green > span,
.statement-details-item .black.item-green > span {
    color: #54B849 !important;
}

.sub-total div:first-child > span {
    color: #231F20 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.sub-total div:nth-child(2) > span {
    color: #231F20 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

#myBillPartial .btn-link {
    color: #24AFE5 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

#myBillPartial .btn-green {
    background-color: #24AFE5 !important;
    outline: none;
    border: none;
    color: #FFFFFF;
}

.statement-details-item .black > span {
    color: #231F20 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

#makeAPaymentModal .modal-content {
    background-color: #FFFFFF;
}
#makeAPaymentModal .btn-green {
    background-color: #54B849 !important;
}
#makeAPaymentModal .modal-header {
    color: #231F20;
    font-size: 21px;
    font-weight: 500;
}
#makeAPaymentModal .payment-options .payment-title {
    color: #231F20;
    font-size: 13px;
    font-weight: 500;
}
#makeAPaymentModal .payment-radio-button label {
    color: #231F20;
    font-size: 14px;
    font-weight: 400;
}
#makeAPaymentModal .payment-options:last-child div .payment-title {
    color: #4F4C4D !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
#makeAPaymentModal .btn {
    font-weight: 600 !important;
}
#makeAPaymentModal .btn-white, #makeAPaymentModal .btn-white:hover {
    color: #231F20;
    background-color: transparent;
    border: 1px solid #231F20;
}
#makeAPaymentModal .alert-info .image-svg {
    filter: brightness(0) saturate(100%) invert(7%) sepia(8%) saturate(841%) hue-rotate(294deg) brightness(92%) contrast(86%);
}

#billingAutopayPartial h3 {
    color: #231F20 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

#billingAutopayPartial .text-bold {
    color: #231F20 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

#billingAutopayPartial .card > div,
#billingAutopayPartial .card > div > span {
    color: #231F20 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

#billingAutopayPartial .btn-link {
    color: #24AFE5 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

#billingAutopayPartial .payment-label {
    color: #231F20 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

#billingAutopayPartial .date {
    color: #000000 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

#billingAutopayPartial .cancel > span {
    color: #919191 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
}
#billingAutopayPartial .cancel-action span {
    color: #24AFE5;
    font-weight: 500 !important;
}
#billingAutopayPartial .alert-warning {
    background-color: #FBEC1F !important;
    padding: 20px 15px !important;
}
    #billingAutopayPartial .alert-warning div:nth-child(2) {
        color: #231F20 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
    }

#billingAutopayPaymentModal .modal-header {
    color: #231F20 !important;
    font-size: 21px !important;
    font-weight: 500 !important;
}
#billingAutopayPaymentModal .section-title-light h4 {
    color: #231F20;
    font-weight: 400;
    font-size: 14px;
    margin-left: unset !important;
    background-color: #E0E0E0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
#billingAutopayPaymentModal .payment-title {
    color: #231F20;
    font-weight: 400;
    font-size: 14px;
}
#billingAutopayPaymentModal .terms-text {
    color: #231F20;
    font-weight: 400;
    font-size: 16px;
}
#billingAutopayPaymentModal .btn-white {
    color: #231F20;
    background-color: #FFFFFF;
    border: 1px solid #231F20;
}
#billingAutopayPaymentModal .btn-green {
    color: #FFFFFF;
    background-color: #54B849;
}
#billingAutopayPaymentModal .modal-content {
    background-color: #FFFFFF;
}

#autopayPartial div:nth-child(5) > div > span {
    /*font-weight: 400;*/
    font-size: 13px;
}

#CheckoutPaymentForm .btn-default.lookup,
#CheckoutPaymentForm .btn-default.btn-green {
    color: #FFFFFF !important;
    background-color: #47A2DA;
    border: none;
}
    #CheckoutPaymentForm .btn-default.lookup:active,
    #CheckoutPaymentForm .btn-default.lookup:focus {        
        background-color: #231F20;
        border: none;
    }
#PaymentSelectionForm .btn-default.btn-primary,
#AutopaySelectionForm .btn-default.btn-primary,
#AddPaymentBillingAutopayMethodForm .btn-default.btn-primary,
#CheckoutPaymentForm .btn-default.btn-primary {
    color: #FFFFFF !important;
}
#AddPaymentMethodForm .btn-default,
#PaymentSelectionForm .btn-default,
#AutopaySelectionForm .btn-default,
#AddPaymentBillingAutopayMethodForm .btn-default,
#CheckoutPaymentForm .btn-default {
    color: #231F20;
    background-color: #FFFFFF;
    border: 1px solid #231F20;
}
    #AddPaymentMethodForm .btn-default:hover,
    #PaymentSelectionForm .btn-default:hover,
    #AutopaySelectionForm .btn-default:hover,
    #AddPaymentBillingAutopayMethodForm .btn-default:hover,
    #CheckoutPaymentForm .btn-default:hover {
        color: #FFFFFF;
        background-color: #3A91C2;
    }
    #AddPaymentMethodForm .btn-default:active,
    #AddPaymentMethodForm .btn-default:focus,
    #PaymentSelectionForm .btn-default:active,
    #PaymentSelectionForm .btn-default:focus,
    #AutopaySelectionForm .btn-default:active,
    #AutopaySelectionForm .btn-default:focus,
    #AddPaymentBillingAutopayMethodForm .btn-default:active,
    #AddPaymentBillingAutopayMethodForm .btn-default:focus,
    #CheckoutPaymentForm .btn-default:active,
    #CheckoutPaymentForm .btn-default:focus {
        color: #231F20;
        background-color: transparent;
        border: 1px solid #231F20;
        outline: none;
        box-shadow: none;
    }

#recentActivity .statement-details-item div:not(:first-child) .no-padding-margin > span {
    color: #231F20 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

#recentActivity .statement-details-item div:not(:first-child) .no-padding-margin.item-green > span {
    color: #54B849 !important;
}

input:is(:-webkit-autofill, :autofill) {    
    transition: background-color 5000s ease-in-out 0s;
}

.modal-content {
    background-color: #FFFFFF;
}
    .modal-content button.btn.btn-white {
        box-shadow: unset !important;
        color: #231F20 !important;
        border: 1px solid #231F20 !important;
        background-color: transparent;
    }
        .modal-content button.btn.btn-white:hover {
            color: #231F20 !important;
        }

.btn-outline {
    border: 1px solid #231F20 !important;
}

.register-form .btn-default {
    border-radius: 6px !important;
}
.register-form .control-label {
    color: #000000 !important;    
    font-weight: 400 !important;
}

.register_prompt {
    font-size: 16px;
    font-weight: 400 !important;
}

img.circle-green {
    filter: brightness(0) saturate(100%) invert(58%) sepia(67%) saturate(413%) hue-rotate(67deg) brightness(93%) contrast(90%);
}
img.circle-yellow {
    filter: brightness(0) saturate(100%) invert(88%) sepia(73%) saturate(5497%) hue-rotate(337deg) brightness(107%) contrast(97%);
}
img.circle-red {
    filter: brightness(0) saturate(100%) invert(33%) sepia(42%) saturate(2858%) hue-rotate(333deg) brightness(84%) contrast(123%);
}

.alert-info-black div:nth-child(2) {    
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #231F20 !important;
}
    .alert-info-black img {
        filter: invert(5%) sepia(3%) saturate(3244%) hue-rotate(295deg) brightness(94%) contrast(83%);
    }
    .alert-info-black button.btn.btn-link {
        color: #24AFE5 !important;
    }

#statementsPartial span.item-description {
    font-size: 14px !important;
    font-weight: 400 !important;    
}
#StatementOverview > div > h3 {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.statement-details-item .item-description {
    font-size: 13px;
    font-weight: 500;
    color: #231F20;
}
.export-to-pdf-container {
    font-size: 14px !important;
    font-weight: 600;
    color: #231F20;
}

.btn-white {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #231F20 !important;
    box-shadow: 0 1px 2px rgba(128, 128, 128, .4) !important;
}

    .btn-white:hover {
        border: 1px solid #00000029 !important;
    }

.note-card .h4, .note-block > label {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #231F20 !important;
}

#NoteSaveCancelSection label, #NoteSaveCancelSection div:first-child, #NoteSaveCancelSection textarea {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}

.communications, .communications-header {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}

.payment-method-item .h4 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000000 !important;
}
.payment-method-item .h5 {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}

.no-payments {
    color: #AAAAAA !important;
}

#orderEquipment h3.item-price {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #231F20;
}
#orderEquipment h3 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #231F20;
}
#orderEquipment h5 {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #919191;
}
#checkout label {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #231F20 !important;
}
#checkout .order-details-item .align-right,
#checkout .order-details-item,
#checkout .sub-total,
#checkout .tax-shipping,
#checkout .total {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}
    #checkout .sub-total div:first-child > span,
    #checkout .sub-total div:nth-child(2) > span {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #231F20 !important;
    }
#checkout .address-label {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}

.modal-body .alert-info .image-svg {
    filter: brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(476%) hue-rotate(295deg) brightness(103%) contrast(94%);
}