/* 700 Bold */
@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-Bold.otf") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

/* 700 Bold Italic */
@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-BoldItalic.otf") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 700;
}

/* 600 SemiBold */
@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-SemiBold.otf") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 600;
}

/* 600 SemiBold Italic */
@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-SemiBoldItalic.otf") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 600;
}

/* 500 Medium */
@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-Medium.otf") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
}

/* 500 Medium Italic */
@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-MediumItalic.otf") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 500;
}

/* 400 Regular */
@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-Regular.otf") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

/* 400 Italic */
@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-RegularItalic.otf") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 400;
}

/* 300 Light */
@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-Light.otf") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 300;
}

/* 300 Light Italic */
@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-LightItalic.otf") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 300;
}

/* use it */
body {
    padding-top: 74px;
    padding-bottom: 20px;
    font-family: "Metropolis", 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: 16px;
    padding-left: 0px;
    border-radius: unset;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;        
    color: #4A4A4A;
    margin-bottom: 5px;
    background-color: transparent !important;
    border-bottom: 1px solid #4A4A4A;
    font-weight: 600;
    padding-bottom: 0px;
}

select.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #666666 !important;
    color: #231F20 !important;
    border-radius: unset;
    box-shadow: none;
    height: 32px;
}

.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: 500;
    font-size: 14px;
    color: #4F4C4D;
    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 {
    color: #F16D61;
}

.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: #F16D61 !important;
}

.font-darkest-gray {
    color: #00182E !important;
}

.btn-blue {
    border-radius: 6px;
    background-color: #F8B50F;
    border-width: 0px;
    color: white;
    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: #F8B50F;
        border-width: 0px;
        color: white;
        height: 40px;
        text-transform: uppercase;
    }

.btn-green-border {
    border-radius: 12px;
    background-color: #84C94C;
    border-width: 1px;
    border-color: #66CC33;
    color: #66CC33;
    height: 40px;
    text-transform: uppercase;
}

    .btn-green-border:hover {
        border-radius: 12px;
        background-color: #84C94C;
        border-width: 1px;
        border-color: #4BA742;
        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: #FBD36F !important;
    color: #231F20;
    border: 1px solid #231F20;
}

.account-card, .grey-header-text, .register_header_box, .register_title, .title {
    text-align: center
}

.account-section .btn-green, .account-section .btn-green:hover, .grey-header-text, .modal-footer button, .modal-footer button:hover {
    text-transform: uppercase
}

.account-section .btn-green {
    margin-top: 10px;
}

@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: #5F5F62
}

@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: #666;
    height: 88px
}

.register_header_box h2 {
    color: #5F5F62;
    font-size: 22px;
    font-weight: 700;
    padding-top: 32px;
    margin-top: 0
}

.register_title {
    color: #5F5F62;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 32px
}

.title {
    background-color: #000000;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    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: #CFDCFE !important;
    border: unset !important;
}

#accountAutopay .btn-blue,
#accountAutopay .btn-blue:focus,
#timeExtensionSelection .btn-blue:focus,
#timeExtensionSelection .btn-blue {
    background-color: #231F20;
    outline: unset;
}

.account-section button:hover {
    text-transform: none
}

.account-section h3 {
    color: #666;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.account-section h3 + span.active {
    color: #2D80AF
}

.account-section p {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px
}

.account-section .section-title {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #07203C;
}

.account-section .section-title h4 {
    font-size: 14px;
    font-weight: 500;
    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: #4F4C4D !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.account-section .payments .date {
    color: #231F20 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.account-section .payments .price {
    position: relative;
    float: right;
    top: 3px;    
    font-size: 16px !important;
    font-weight: 700 !important;
}
    .account-section .payments .price.font-green {
        color: #54B849 !important;
    }
    .account-section .payments .price.font-light-red {
        color: #F16D61 !important;
    }

.account-section .stop-autopay {
    color: #F26C61;
    line-height: 2.5;
    width: 100%
}

.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 .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 {
    border-top: 1px solid #F4F4F4;
    border-left: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
    color: #F8B50F;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    height: 32px;
    width: 100%;
}

.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 {
    color: #5F5F62;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px
}

.legal-section button {
    color: #2D80AF;
    width: auto;
    font-size: 13px;
    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
}

.alert-danger {
    background-color: #D64545;
    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: #CFDCFE !important;
    border-color: #CFDCFE !important;
}

    .alert-info .image-svg {
        filter: brightness(0) saturate(100%) invert(7%) sepia(6%) saturate(1060%) hue-rotate(294deg) brightness(100%) contrast(87%);
    }

.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: 600 !important;
        color: #616161 !important;
    }

.alert div:nth-child(1) {
    padding-left: 0;
    padding-right: 10px;
    text-align: left
}

.alert div:nth-child(2) {
    padding-left: 0;
    font-weight: 500;
    color: #FFF;
}

.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;
}

.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;
}

.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;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    ::deep .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: #F8B50F !important;
    }

.navbar-default .navbar-nav > li > .dropdown-menu {
    color: #231F20;
    background-color: #F8B50F;
    text-align: left;
    border: none;
    padding: 20px 0;
    left: 0;
    right: auto;
}

.navbar-default .navbar-nav > li > a:hover {
    /*background-color: #FEF0CF;*/
}

@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: #E9E9E9 !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: #F8B50F;
    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-green, .btn-success {
    border-radius: 6px;
    background-color: #F8B50F;
    border-width: 0px;
    color: white;
    height: 40px;
    text-transform: uppercase;
    box-shadow: unset !important;
    /*box-shadow: 1px 3px 2px rgba(128, 128, 128, 0.4);*/
}

    .btn-green:hover, .btn-success:hover, .btn-success:active:focus {
        border-radius: 6px;
        background-color: #F8B50F;
        border-width: 0px;
        color: white;        
        text-transform: uppercase;
    }

    .btn-green:disabled {
        /*background-color: #FBD36F;*/
        background-color: #D3D2D2;
        color: #7B7979;
        pointer-events: none;
    }

.btn-link {
    color: #000000 !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;
    }

.switch-box input:checked ~ label.toggle {
    left: -5.83333333px;
    background-color: #F8B50F !important;
}

.switch-box input:hover:checked ~ label.toggle {
    background-color: #F8B50F !important;
}

.driver-license-subtitle {
    color: #F8B50F !important;
}

#driver-license .addresses label {
    background-color: #FFFFFF !important;
    color: #231F20 !important;
}
#driver-license .addresses label.active {
    background-color: #231F20 !important;
    color: #FFFFFF !important;
}

.account-details a > div {
    color: #231F20 !important;
    font-weight: 500 !important;
    font-size: 11px !important;
}
.account-details a:hover > div {
    color: #F8B50F;
}

.radio .inner-circle {
    background-color: #F8B50F !important;
}

.add-new-card .btn.btn-link {
    text-transform: none !important;
    border: none !important;
    color: #F8B50F !important;
}

#docsAddPartial .btn-link {
    border: none;
    margin-top: 10px;
    color: #F8B50F !important;
}

.programs .account a {
    color: #F8B50F !important;
}

.image-svg {
    filter: brightness(0) saturate(100%) invert(72%) sepia(89%) saturate(1355%) hue-rotate(353deg) brightness(100%) contrast(95%);    
}

.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: #F8B50F;
    padding: 10px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    position: relative;
}

.password-rules .blue-circle .tick {
    position: absolute;
    top: -6px;
    left: 5px;
    color: white;
}

#account-menu a:hover,
#account-menu a:active
{
    color: #F8B50F !important;
    text-decoration: none !important;
    border-left: 6px solid #F8B50F !important;
}

#loginLeft {
    background-image: none !important;
    background-color: #E9E9E9;
}

#loginRight h2 {
    font-weight: 600;
    color: #231F20;
    font-size: 32px;
}

#loginSubtitle {
    font-weight: 600;
    font-size: 28px;
    color: #231F20;
    margin-top: -8px;
    text-transform: capitalize;
}

#loginFrm #signUpLink {
    color: #231F20;
}

.account-info {
    font-size: 14px;
    background-color: #E9E9E9 !important;
}

.forgot-password a, .links a {
    color: #231F20;    
    font-size:16px;
    font-weight:500;
}

#loginLeft #PreferredLanguage {
    border: none;
    box-shadow: 2px 3px 3px rgba(128, 128, 128, 0.4);
    border-radius: 1px;
    font-size: 11px;
    font-weight: 700 !important;
    color: #231F20 !important;
}

.programs-title, .profile-info {
    background-color: #E9E9E9 !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: #D3D2D2 !important;
    color: #231F20;
}

.header_box {
    background-color: #E9E9E9 !important;
    text-align: center;
}

#navbarLine a {
    font-size: 14px !important;
}

.registration-form-header {
    color: #5F5F62 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}
.registration-form-description {
    color: #5F5F62 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

#new-customer-tab a {
    font-size: 16px;    
}
#register-steps {
    background-color: #231F20 !important;
}
    #register-steps .nav-pills li > a {
        height: 45px;
        padding-top: 12px;
    }
    #register-steps .nav-pills li.active > a {
        color: #231F20;
        background-color: #D3D2D2 !important;
    }

.register_header_box {
    background-color: #E9E9E9 !important;
}

.terms-and-conditions-label a {
    font-size: 16px;
}

#loginButton, #forgotPasswordButton {
    font-size: 14px;
    font-weight: 700 !important;
}

.setup-form p {
    font-size: 16px !important;
    font-weight: 700;
    color: #5F5F62;
}
.setup-form .form-group .control-label {
    font-size: 14px;
    font-weight: 500;
    color: #4F4C4D !important;
}
.setup-form #PreferredLanguage, .setup-form label {
    font-size: 14px;
    font-weight: 500;
    color: #231F20 !important;    
}
.setup-form #PreferredLanguage {
    height: 32px;
}
#onboard-steps {
    background-color: #231F20;

}
    #onboard-steps .nav-pills li > a {
        font-size: 16px;
        font-weight: 600;
        color: #231F20;
        height: 45px;
        padding-top: 12px;
    }

.inputButtonVerticalCenter {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #231F20 !important;
}

#profile-picture {
    background-position: center;    
    background-size: 150px 150px;
    background-repeat: no-repeat;
    background-image: url('/images/camera-retro-orange.svg');
}

.pic_gudelines h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #231F20;
}
.pic_gudelines ol {
    font-size: 16px;
    font-weight: 500;
    color: #231F20;
}

.info-gray {
    background-color: #CFDCFE !important;    
}
    .info-gray div:nth-child(2) {
        color: #231F20 !important;
        font-weight: 600 !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;
}

#driver-license p {
    color: #231F20 !important;
    font-size: 12px !important;
    font-weight:500 !important;
}

#driver-license .subtext p {
    color: #231F20 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

#driver-license .subtext p a {    
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: underline;
}

.camera-guidelines label {
    color: #F8B50F !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
#driver-license .results .mismatch {
    color: #D64545 !important;
}

.alert-warning {
    background-color: #FDE021 !important;    
}
    .alert-warning div:nth-child(2) {
        color: #292929 !important;
    }
    .alert-warning img {
        padding-left: 5px !important;
        margin-top: 2px;
    }
#driver-license .subtitle {
    background-color: #07203C !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

#driver-license .btn-green:disabled {
    background-color: #84C94C !important;
}
#driver-license .btn-green:disabled {
    background-color: #D3D2D2 !important;
}
#driver-license .btn-link.underline {
    text-transform: none;
    color: #231F20 !important;
}
.programs .account span {
    font-size: 14px;
    font-weight: 600;
    /*color: #231F20 !important;*/
    color: #0F4FF8 !important;
}
.programs .account h3 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    line-height: 0.2;
    padding-top: 15px;
}
.programs .account:hover {
    background-color: #FEF8E7 !important;
}

.programs-title > div > h3 {
    color: #000000;
}
.programs .account img {
    width: 55px !important;
}
.programs .account img[title=IID] {
    width: 45px !important;
}

.account-info h3 {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #000000 !important;
}
    .account-info h3 span {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #000000 !important;
    }
.account-info .date {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #231F20 !important;
}
    .account-info .date h4 {
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #231F20 !important;
    }
    .account-info .date.border h4 {
        font-size: 19px !important;
        font-weight: 600 !important;
        color: #231F20 !important;
    }

.account-name .account-number {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #4F4C4D !important;
}

.account-dates a {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #F8B50F !important;
}

#tab-title {
    font-size: 16px;
    font-weight: 600;
}
.load-more-payments-container {
    color: #F8B50F !important;
}
:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder {
    border-color: #F8B50F !important;
    background: #F8B50F !important;
}

.account-item {
    width: 96px;
}
#account-menu a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #7B7979 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
    #account-menu a:hover {
        color: #231F20 !important;
    }
    #account-menu a.active {
        color: #231F20 !important;
    }

#PaymentSelectionForm #cc-form select.form-control {
    margin-top: 8px;
    padding-left: 0px;
}

#docsViewPartial .row .document-info:hover {
    background-color: #FEF0CF !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: 600 !important;
    font-size: 12px !important;
}
.header-section div:nth-child(3) div:first-child {
    color: #231F20 !important;
    font-weight: 600 !important;
    font-size: 19px !important;
}
.header-section > div:first-child {
    text-align: center;
    padding-right: 0;
}
.dashboard-section div:nth-child(2) div:first-child {
    color: #4F4C4D !important;    
}
.dashboard-section div:nth-child(2) div:nth-child(2),
.dashboard-section div:nth-child(3) div:first-child,
.dashboard-section div:nth-child(3) div:nth-child(2) {
    color: #231F20 !important;
}
.payment-border-top {
    border-top: 1px solid #ECECEC !important;
}
.payment-line-item-key, .payment-line-item-value {
    color: #231F20 !important;
    font-weight: 500 !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: #4F4C4D !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}
.payment-sub-total-key, .payment-sub-total-value {
    color: #231F20 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding-top: 5px;
    margin-bottom: -5px;
}

.current-bill span {
    color: #4F4C4D !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
.current-bill .payments > div {
    color: #4F4C4D !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
#myBillPartial .current-bill .payments .date {
    color: #000 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}
#recentActivityPartial .current-bill .payments .date {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
#myBillPartial .current-bill > div > span:first-child {
    color: #231F20 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}
.current-bill h3 {
    color: #231F20 !important;
}
.current-bill section:not(:first-child) h3 {
    font-size: 14px !important;
    font-weight: 600 !important;
}
.current-bill .sub-title {
    color: #4F4C4D !important;
    font-size: 13px !important;
    font-weight: 600 !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: #84C94C !important;
}
.sub-total div:first-child > span {
    color: #231F20 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}
.sub-total div:nth-child(2) > span {
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

#myBillPartial .btn-link {
    color: #231F20;
    font-size: 13px;    
    font-weight: 600;
}

.statement-details-item .black > span {
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

#makeAPaymentModal .modal-header {
    color: #231F20;
    font-size: 21px;
    font-weight: 600;
}

#makeAPaymentModal .payment-options .payment-title {
    color: #4F4C4D;
    font-size: 13px;
    font-weight: 600;
}
#makeAPaymentModal .payment-radio-button label {
    color: #4F4C4D;
    font-size: 14px;
    font-weight: 500;
}
#makeAPaymentModal .payment-options:last-child div .payment-title {
    color: #4F4C4D !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
#makeAPaymentModal .btn {
    font-weight: 700 !important;
}
#makeAPaymentModal .btn-white {
    color: #000000;
    background-color: transparent;
    border: 1px solid #231F20;
}
#billingAutopayPartial h3 {
    color: #231F20 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
#billingAutopayPartial .text-bold {
    color: #4F4C4D !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
#billingAutopayPartial .card > div,
#billingAutopayPartial .card > div > span {
    color: #4F4C4D !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
#billingAutopayPartial .btn-link {
    color: #231F20 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
#billingAutopayPartial .payment-label {
    color: #4F4C4D !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
#billingAutopayPartial .date {
    color: #000000 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}
#billingAutopayPartial .cancel > span {
    color: #7B7979 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

#AddPaymentMethodForm .btn-default,
#AddPaymentMethodForm .btn-default:hover,
#AddPaymentMethodForm .btn-default:active,
#AddPaymentMethodForm .btn-default:focus,
#PaymentSelectionForm .btn-default,
#PaymentSelectionForm .btn-default:hover,
#PaymentSelectionForm .btn-default:active,
#PaymentSelectionForm .btn-default:focus {
    color: #000000;
    background-color: transparent;
    border: 1px solid #231F20;
}

#recentActivity .statement-details-item div:not(:first-child) .no-padding-margin > span {
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}
#recentActivity .statement-details-item div:not(:first-child) .no-padding-margin.item-green > span {
    color: #84C94C !important;
}

#iid-dashboard a[id='Dashboard-Autopay'] > img.account-item {
    content: url(/images/lci-iid-autopay.svg);
}
#iid-dashboard a[id='Dashboard-MyBill'] > img.account-item,
#iid-dashboard a[id='Dashboard-PaymentsAndUnlockCodes'] > img.account-item,
#iid-dashboard a[id='dashboard-MakeAPayment'] > img.account-item {
    content: url(/images/lci-iid-payment.svg);
}
#iid-dashboard a[id='Dashboard-PaymentHistory'] > img.account-item,
#iid-dashboard a[id='Dashboard-Statements'] > img.account-item {
    content: url(/images/lci-iid-payment-history.svg);
}
#iid-dashboard a[id='Dashboard-Documents'] > img.account-item {
    content: url(/images/lci-iid-documents.svg);
}
#iid-dashboard a[id='Dashboard-DeviceHelp'] > img.account-item, #iid-dashboard a[id='Dashboard-HelpCenter'] > img.account-item {
    content: url(/images/lci-iid-device-help.svg);
}

.privacy-policy-container .privacy-policy > a {
    color: #F8B50F;
}