/******* HEADER **********/
.header-links-desktop, .header-links-desktop a, .header-links-desktop a:hover, .header-links-desktop a:focus, .header_mobile a, .navigation-bar-mobile a {
    text-decoration: none;
    font-weight: 600;
    padding: 0px 10px;
    color: #007a53;
}
.page-header {
    padding: 0px !important;
    margin: 0px !important;
    border-bottom: none !important;
    display: table;
    width: 100%;
}
.container-wide {
    max-width: 1250px;
    padding: 20px 25px;
    margin: 0 auto;
}
.login-logo img {
    width: 140px;
}
.navigation-bar-mobile {
    padding-inline-start: 0px;
    text-align: center;
    margin-bottom: 0;
}
.navigation-bar-mobile li {
    color: #0a0a0a;
    background-color: #f7f7f7;
    padding: 15px 10px 5px;
    list-style-type: none;
}
.span-icon-text {
    position: relative;
    bottom: 10px;
    padding-left: 6px;
}
.header-links-desktop svg {
    position: relative;
    transform: translateY(34%);
    margin-right: 5px;
}
strong {
    color: #333;
}
/****** FORM fields that can be moved to global.css later on ********/
h1 {
    font-size: 56px;
}
.input-wrapper {
    position: relative;
}
input:-webkit-autofill::first-line {
    font-size: 18px !important;
    font-family: opensans, sans-serif !important;
}
.form-control {
    height: 68px;
    font-size: 18px;
    border-radius: 6px;
    border: 2px solid #d8d8d8;
    box-shadow: none !important;
    letter-spacing: -0.5px;
    color: #393939;
    padding: 16px 16px 0px 14px;
}
.form-control:focus {
    border: solid 2px #007a53;
    box-shadow: 0 0 0 1px #007a53 !important;
}
input + label:not(.register-switch-label) {
    position: absolute;
    left: 16px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.5px;
    color: #767676;
    top: 20px;
    pointer-events: none;
    transition: all .16s ease;
}
.form-control:focus + label, .form-control.has-value + label, select + label, #express-services input.errorField + label, #express-services select.errorField + label, #express-services select.has-value + label {
    top: 5px;
    font-size: 14px;
    letter-spacing: -0.4px;
    color: #393939;
    transition: all .16s ease;
}
.lg-btn {
    min-width: 205px;
    height: 58px;
}
.btn-default:hover {
    background: #008f61;
    border: 1px solid #008f61;
    color:#FFF;
}
.btn-default:active, .btn-default:focus {
    outline: none !important;
}
.btn-default[disabled], .btn-default[disabled]:hover, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active {
    background: #efefef !important;
    border: none !important;
    color: #595959 !important;
}
.form-control::-webkit-input-placeholder {
    color : transparent;
}
.form-control::-moz-placeholder {
    color : transparent;
}
.form-control:-ms-input-placeholder {
    color : transparent;
}
.form-control:-moz-placeholder {
    color : transparent;
}
input:focus::-webkit-input-placeholder {
    color: #b2b6bd;
}
input:focus::-moz-placeholder {
    color: #b2b6bd;
}
input:focus:-ms-input-placeholder {
    color: #b2b6bd;
}
input:focus:-moz-placeholder {
    color: #b2b6bd;
}
ul {
    padding-left: 0px;
}
.alert-danger, .alert-info, .alert-success {
    margin: 30px 15px;
}


.custom-checkbox {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-direction: row-reverse;
    cursor: pointer;
    color: #393939;
    font-size: 1rem;
    margin: 10px auto;
    width: fit-content;
    font-weight: normal;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkmark {
    height: 26px;
    width: 26px;
    border: 1px solid #ccc;
    border-radius: 2px;
    aspect-ratio: 1/1;
    background-image: url(../images/icon-checkmark.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.custom-checkbox input:checked ~ .custom-checkmark {
    border: solid 1px #007a53;
    background-color: #007a53;
}

.custom-checkbox input:focus-visible ~ .custom-checkmark {
    outline: 2px solid #007bff;
}

/*********** SIGN IN & REGISTRATION PAGES **************/
.hero-section {
    background: url('../images/home/green-hero-bkg.jpg') no-repeat;
    background-size: cover;
    padding: 120px 0 0;
    position: relative;
}
.sign-in-form:not(.welcome-main .sign-in-form) {
    position: relative;
    top: 40px;
    border-radius: 5px;
    padding: 30px 30px 40px;
    margin: 0px auto;
    background: #fff;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.33));
    z-index: 100;
}

.sign-in-express-container {
    border-radius: 8px;
    margin: 0px auto;
    background: #fff;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.33));
}
.email-sign-in {
    margin : 30px auto 0px;
    padding: 0 1rem;
}
.rounded-btn {
    border-radius: 40px !important;
}
.rememberMe .useCookies-checkbox {
    height: 30px;
    width: 30px;
    margin-right: 15px;
}
.safari .rememberMe .useCookies-checkbox {
    margin-right: 15px;
    -webkit-transform: scale(1.5,1.5);
    position: relative;
    left: 2px;
}
.forgot_password_link {
    margin-top: 15px;
    margin-left: 5px;
    text-align: right;
}
.or-line {
    line-height : 0.1em;
    border-bottom : 1px solid #c2c2c2;
    text-align : center;
    border-color : #c2c2c2;
    margin : 10px auto;
    width : 96%;
}
.or-line span {
    padding : 0 20px;
    background : white;
    color : #585858;
}
.express-service-promo {
    max-width: 1200px;
    margin: 30px auto;
    align-content: center;
}
.p-heading {
    font-size: 20px;
    margin-bottom: 0px;
}

#express-services-welcome {
    padding: 1px 10px;
    background-color: #f7f7f7;
    position: relative;
    bottom: -1px;
    width: 100%;
}
#mobile-app-promo {
    padding: 0px 10px;
    background-color: #FFFFFF;
    position: relative;
    bottom: 0;
    width: 100%;
}
.download-app-ios, .download-app-android {
    color: #007a53;
    width: 180px;
    border: 2px solid #007a53;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    height: 58px;
    align-items: center;
}
#mobile-app-promo span {
    margin-left: 10px;
}
.app-promo-content {
    max-width: 700px;
    margin: 0 auto;
}
.mobile-app-download-links {
    padding: 30px 20px 0px;
}
.mobile-app-download-links p {
    font-size: 18px;
}
.download-app-ios svg, .download-app-android svg {
    fill: #007a53;
}
#signin-form ::-ms-reveal {
    display: none;
}
/******** Create Account Pages *******/
.create-account-main {
    margin: 0px;
    overflow-x: hidden;
}
.create-account-bg {
    background: url('../images/home/green-hero-bkg.jpg') no-repeat;
    background-size: cover;
    height: 660px;
    overflow: visible;
    padding: 50px 10px 0px;
    position: relative;
}
.create-account-form {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    padding: 40px 20px 10px;
    margin: 0 auto;
    border-radius: 4px;
}
.create-account-form .alert.alert-danger + .email-sign-up {
    margin-top: -20px;
}
.label-help {
    margin : 5px 0 0 15px;
    font-size : 13px;
    color: #767676;
}
.label-link {
    margin-top : 10px;
    margin-bottom : 0px;
    cursor : pointer;
}
.disclaimer {
    margin : 10px 0 20px;
    text-align : center;
    font-size: 12px;
}
.toggle-password {
    float: right;
    position: relative;
    top: 49px;
    margin-top: -28px;
    right: 15px;
    text-align: center;
    cursor: pointer;
}
.show-password {
    border: 1px solid #007a53;
    color: #007a53;
    padding: 3px 0px;
    border-radius: 14px;
    width: 56px;
}
.hide-password {
    border: 1px solid #b30000;
    color: #b30000;
    padding: 3px 0px;
    width: 56px;
    border-radius: 14px;
    display: none;
}
.rememberMe {
    margin : 0 -25px 0px 0px;
}
.rememberMe p {
    color: #474747;
}
.register_userId {
    width : 370px;
    margin : 0 auto;
}

.form-input-field {
    width : 340px;
    margin : 0px auto 30px;
}
.form-input-field:first-child {
    margin-top: 10px;
}
.form-input-field p {
    margin : 7px auto;
    font-size : 14px;
    padding-top : 0px !important;
}
.pre-title {
    color: #6d7278;
    font-size: 24px;
}
.form-end-copy {
    font-size: 18px;
    font-weight: 600;
}
#pswrules {
    display : none;
}
.pswrules {
    padding: 1em 0em 0em 0em;
    font-size : 12px;
    margin-left : 10px;
    list-style-type: none;
}
.tg-mobile-avatar {
    position: relative;
    text-align: center;
    bottom: 100px;
    margin-bottom: -100px;
}
.tg-mobile-avatar img {
    height: 130px;
}

/* Adding footer styling separately*/
.footer
{
    width: 100%;
    background-color: #3a4149;
    font-size: 13px;
    color: #7d8084;
}

.footer a
{
    color: #7d8084;
}

.certified
{
    background:  #e5e6e7;
}
.certified a
{
    text-decoration: none;
    padding: 0 5px
}

.certified img
{
    height:45px
}

/* social icons */
.social-icons
{
    border-bottom: 1px solid #e9eaeb;
    margin: 7px 0 0;
    padding:0;
}

.social-icons li
{
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}
.social-icons li a
{
    display: inline-block;
    height: 28px;
    transition: all 0.3s ease-in 0s;
    width: 28px;
}
.fb-ico
{
    background: url("./images/facebook_icon.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: 28px;
}

.tweet-ico
{
    background: url("./images/minified/twitter-icon.svg") no-repeat scroll ;
    background-size: 28px;
}
.yt-ico
{
    background: url("./images/youtube_icon.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: 28px;
}
.social-icons li a:hover
{
    background-position: 0 -28px;
}
#signinPassword.form-control {
    padding-right: 72px;
}
#signinWrapper.input-wrapper.validation-error {
    margin: 0;
}
#userId-error, #signinPassword-error {
    margin-bottom: 0px;
}
.create-account-link {
    font-weight: 600;
}
.form-control:hover {
    border: solid .125rem #007a53;
    box-shadow: 0 0 0 .0625rem #007a53!important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.login-box {
    max-width: 700px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
}
.main.welcome-main {
    padding-top: 110px;
}

.main.welcome-main .hero-section {
    padding: 4rem 0;
}

.welcome-main .sign-in-btn {
    padding: 0;
}

.welcome-main .sign-in-btn #login-btn {
    width: 100%;
}

.create-account-link {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
    margin-bottom: 1rem;
}

.sign-in-form-container {
    border-right: 1px solid #d3d3d3;
    padding: 0;
}

.welcome-main .sign-in-form {
    padding: 2rem 3rem;
}

.rememberMe {
    text-align: center;
}

.sign-in-express-container > .row {
    margin: 0;
}

.express-service-container {
    padding-top: 8rem;
}

.express-service-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.express-service-heading, .express-service-subheading {
    margin: 0;
}

.express-service-heading {
    position: relative;
    left: -2px;
}

.express-service-subheading {
    font-size: 1.125rem;
}

.express-service-list-item {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    list-style-type: none;
}

.express-service-link-icon {
    margin-right: 1rem;
}

.express-service-content {
    display: flex;
    justify-content: center;
    position: relative;
    left: -15px;
    margin-top: 2rem;
}
/********** RESPONSIVE STYLING ***********/
@media (min-width: 768px) {
    .create-account-main {
        padding-bottom: 60px;
    }
    .sign-in-form:not(.welcome-main .sign-in-form), .create-account-form {
        width: 700px;
    }
    .sign-in-form h1 {
        margin-top: 0;
    }
    .create-account-link {
        font-size: 18px;
    }
    .create-account-form {
        position: relative;
    }
    .express-service-promo {
        display: flex;
        justify-content: center;
    }
    .app-promo-content {
        display: flex;
        justify-content: center;
    }
    .download-app-ios {
        margin-right: 15px;
    }
    .navigation-bar-mobile {
        display: none;
    }
    .tg-app-image-mobile {
        display: none;
    }
    #express-services-welcome {
        padding: 40px 10px 1px;
    }
    #mobile-app-promo {
        padding: 10px 10px 0px;
        padding: 70px 10px 0px;
    }
    .create-account-bg {
        padding-top: 180px;
    }
}
@media (min-width: 991px) {
    .inner-main {
        width: 1270px;
        margin: 0 auto;
        position: absolute;
        display: flex;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
    .sign-in-page.inner-main {
        bottom: 494px;
    }
    .shaq-mp-image {
        position: relative;
        width: 55%;
        right: 50px;
    }
    .create-account-bg .shaq-mp-image {
        height: 520px;
        overflow: hidden;
    }
    .tg-mp-image {
        position: relative;
        width: 44.5%;
        align-self: flex-end;
        text-align: right;
        margin-bottom: -2px;
        overflow: hidden;
    }
    .create-account-bg .tg-mp-image {
        margin-bottom: 0px;
        height: 375px;
    }
    .forgot_password_link{
        margin-left: 10px;
    }
    .email-sign-in div.form-group.col-12:not(#passwordForm) {
        margin-bottom: 30px;
    }
    .safari .rememberMe .useCookies-checkbox {
        margin-right: 10px;
    }
}
@media (max-width: 1300px) {
    .hero-section {
        overflow: hidden;
    }
}
@media (max-width: 1200px) {
    .tg-mp-image {
        left: -35px;
    }
}
@media (max-width: 992px) {
    #express-services.express-services-success {
        margin-top: 10px;
    }
    .container-wide {
        padding: 20px 15px;
    }
    .login-logo img {
        width: 120px;
    }
    .hero-section {
        padding: 160px 0 0;
    }
    .create-account-bg {
        padding-top: 180px;
    }
    .forgot_password_link{
        margin-top: 5px !important;
        margin-bottom: 20px !important;
        margin-left: 20px;
        text-align: left;
    }
    .express-services-success a.btn.btn-outline.btn-outline-green {
        max-width: none;
    }

    .main.welcome-main {
        padding-top: 100px;
    }

    .sign-in-form-container {
        border-right: none;
        border-bottom: 1px solid #d3d3d3;
    }

    .welcome-main .sign-in-form {
        padding: 1.5rem 1rem;
    }

    .welcome-main .social-sign-up {
        padding: 1.5rem;
    }

    .social-btn-container {
        flex-direction: column;
    }

    .welcome-main .social-btn {
        margin-bottom: 1rem;
    }

    .express-service-content {
        left: 0;
    }

    .express-service-container {
        padding: 2rem;
    }

    .express-service-list {
        margin-bottom: 0;
    }

    .sign-in-express-container .col-md-5 {
        padding: 0;
    }

    .express-service-list-item {
        margin-bottom: .75rem;
    }

}
@media (max-width: 767px) {
    .hero-section {
        padding: 160px 0 0;
    }
    .sign-in-form:not(.welcome-main .sign-in-form) {
        margin: 0px 20px 60px;
    }
    h1 {
        font-size: 30px;
    }
    .pre-title {
        font-size: 20px;
    }
    .login-logo img {
        width: 150px;
    }
    .create-account-link {
        font-size: 14px;
    }
    .create-account-bg, .hero-section {
        background: url('../images/home/green-hero-bkg-xs.jpg') no-repeat;
        background-size: cover;
    }
    #create-account-continue {
        margin-top: 20px;
    }
    .create-account-main {
        padding-bottom: 50px;
    }
    .label-heading {
        font-size: 14px;
        margin-bottom: 5px;
    }

    #express-services-welcome, #mobile-app-promo {
        text-align: center;
    }
    #mobile-app-promo strong {
        display: block;
    }
    .tg-app-image {
        display: none;
    }
    .download-app-ios, .download-app-android {
        min-width: 260px;
        margin: 20px auto;
    }
    .express-service-promo {
        text-align: center;
        margin: 30px 20px;
    }
    .p-heading {
        margin-bottom: 10px;
    }
    .google:not(.welcome-main .google) {
        margin: 20px 0px;
    }
    .forgot_password_link {
        text-align: left;
    }
    .rememberMe {
        margin-top: 0 !important;
    }
    .rememberMe p {
        padding-right: 25px;
        display: flex;
        align-items: center;
    }
    .email-sign-in {
        padding: 0 10px;
    }
    /*Footer styling*/
    .certified img {
        height: 35px;
    }
    .certified a {
        padding: 0
    }
    .footer {
        font-size: 10px;
        margin-top: 20px;
    }
    /*End of footer styles*/
    .sign-in-form:not(.welcome-main .sign-in-form) {
        top: 20px;
    }
    .rememberMe .useCookies-checkbox {
        height: 25px;
        width: 25px;
        margin-right: 10px;
    }
    .safari .rememberMe .useCookies-checkbox {
        height: 20px;
        width: 20px;
    }

    .express-service-heading {
        font-size: 1.45rem;
    }
}
@media(max-width: 500px) {
    .register_userId {
        width : 250px;
    }
    .form-input-field {
        width : 250px;
    }
    .sign-in-form:not(.welcome-main .sign-in-form) {
        padding: 30px 15px 40px;
    }
}
@media (max-width: 320px) {
    h1 {
        font-size: 26px;
    }
    .pre-title {
        font-size: 18px;
    }
    .header_mobile a {
        padding: 0 5px 0 0;
    }
}

/*Express Services*/
#express-services input.errorField, #express-services select.errorField {
    height: 68px;
    border: 2px solid #b30000 !important;;
    background: #fff;
    color: #585858;
    font-size: 18px;
    border-radius: 6px;
    box-shadow: none !important;
    letter-spacing: -0.5px;
    padding: 16px 16px 0px 14px;
}
#express-services select.errorField::-ms-expand {
    display: none;
}
#express-services select.errorField {
    -webkit-appearance: none;
    -moz-appearance: none;
}
#express-services {
    padding-top: 130px;
}
#express-services.express-services-success{
    padding-top: 38px;
}
#express-services h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

#express-services h2 span {
    font-family: opensans-bold, sans-serif;
}

#express-services h3 {
    font-weight: 600;
    font-size: 22px;
}

#express-services h4 {
    font-size: 22px;
    line-height: 1.4;
}

#express-services h5 {
    font-size: 16px;
    line-height: 1.6;
    color: #5D5D5D;
}

#express-services h6 {
    font-size: 14px;
    line-height: 1.6;
    color: #5D5D5D;
}

#express-services p {
    font-size: 16px;
    color: #5D5D5D;
}
#express-services .accordion-button-label p, #express-services p.accordion-button-label {
    font-size: 18px;
}
#express-services #makePayemntForm input[type="radio"] + label, #express-services #makePayemntForm .select-wrapper + label {
    position: unset;
}
#express-services .expiration-date-section {
    display: flex;
}
#express-services .expiration-date-section .month {
    flex: 1.5;
}
#express-services .expiration-date-section .year {
    flex: 1;
}
#express-services .green-item {
    color: #007a53;
}
#express-services strong, .express-service-content p strong {
    font-family: opensans-bold, sans-serif;
}
#express-services p.tip, #express-services #express-thank-you .success-info-container p.tip {
    font-size: 14px;
}
#express-services h2.success-amount {
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0;
}
#express-services .express-accordion-contain-pay hr, #express-services .express-accordion-contain-esign hr {
    margin-left: 15px;
    margin-right: 15px;
    border: 0;
    border-top: 1px solid rgb(204, 204, 204);
}
#express-thank-you .success-info-container {
    border: 1px solid #b7b7b7;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
}
#express-thank-you .success-info-container p {
    font-size: 18px;
}
#express-services p.need-more {
    font-family: opensans, sans-serif;
    font-size: 22px;
    color: #2E2E2E;
    margin: 30px 15px 15px;
    line-height: 1.4;
}
#express-services #express-thank-you p.success-id-paperless {
    max-width: 680px;
    margin: 0 auto;
    color: rgb(46, 46, 46);
    font-size: 22px;
}
#express-services #express-thank-you h4.success-id-paperless {
    color: rgb(10, 10, 10);
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}
#express-services #express-thank-you h5.success-id-paperless {
    color: rgb(10, 10, 10);
    font-family: OpenSans;
    font-size: 16px;
    line-height: 24px;
}
#express-services hr {
    border:0;
    border-top: 1px solid rgb(204, 204, 204);
}
#express-services .billing-summary li {
    font-size: 16px;
}
#express-services .billing-summary li strong {
    font-weight: 600;
}
#esign-main {
    display: none;
}
.paddingr15 {
    padding-right: 15px;
}
.padding0 {
    padding: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}

/*Margin Overrides*/
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-2 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-3 {
    margin-top: 30px !important;
}
.mt-4 {
    margin-top: 40px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-2 {
    margin-bottom: 20px !important;
}
.mb-3 {
    margin-bottom: 30px !important;
}
.mb-4 {
    margin-bottom: 40px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
/*Link Styles*/

a {
    color: #007a53;
    transition: color .15s ease-out;
}

a:hover {
    color: #008f61;
    text-decoration: none;
}


/*Button Styles*/
.btn {
    text-align: center;
    vertical-align: middle;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.safari .btn {
    transition: none !important;
}
.btn-primary {
    box-shadow: none;
    text-shadow: none;
    width: 100%;
    max-width: 200px;
    padding: 0 20px;
    border-radius: 40px;
    background-color: #007a53;
    background-image: none;
    border: 0;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}

.btn-primary:hover {
    background: #008f61;
}

.btn-primary:focus {
    background: #006645;
    border-color: #006645;
    outline: none !important;
}

.btn-primary:active {
    background: #006645 !important;
    border-color: #006645 !important;
    outline: none !important;
}

.btn-primary:focus-visible {
    outline: 2px auto #007bff;
    box-shadow: none;
}

.btn-outline {
    border: solid 2px #fff;
    padding: 0 20px;
    background: 0 0;
    background: rgba(1, 1, 1, 0);
    transition: background-color .15s ease-out;
}

.btn-outline-green {
    border: solid 2px #007a53 !important;
    color: #007a53;
    padding: 0 20px;
    min-width: 105px;
    box-shadow: none;
    text-shadow: none;
    width: 100%;
    max-width: 200px;
    padding: 0 20px;
    border-radius: 40px;
    background-color: #fff;
    background-image: none;
    border: 0;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}

.btn-outline-green:hover {
    border: solid 1px #007a53;
    background-color: #007a53;
    color: #fff;
}

.btn-outline-green:focus {
    border: solid 1px #006645;
    background-color: #006645;
    color: #fff;
}

.btn-outline-green:active {
    border: solid 1px #006645 !important;
    background-color: #006645 !important;
    color: #fff !important;
}

.btn-primary:focus-visible {
    outline: 2px auto #007bff !important;
    box-shadow: none;
}

/*Express Header Classes*/
#express-services .express-header {
    padding-bottom: 70px;
}
#express-services .express-headline {
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 10px;
}

#express-services img.express-image-headline {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    padding-left: -20px;
    padding-right: 0;
    display: block;
}

#express-services .express-headline-content {
    text-align: center;
    display: block;
}

/*Accordion Classes*/

#express-services .panel-heading button.accordion-toggle:after {
    content: url(/mypolicy/images/dropdown_caret_green.svg);
    float: right;
    color: grey;
    position: relative;
    right: 0;
    transform: scaleY(-1);
    transform-origin: 50% 70%;
}

#express-services .panel-heading button.accordion-toggle.collapsed:after {
    transform: scaleY(1);
    transform-origin: 50% 70%;
}

#express-services .panel.panel-default {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .08);
    margin-bottom: 20px;
}

#express-services .panel-default>.panel-heading {
    background: #ffffff;
    border-bottom: 1px solid transparent !important;
    padding: 0;
}

#express-services .panel-heading button.btn.btn-link {
    color: #000000;
    border: 1px solid transparent;
    padding: 10px 20px;
    text-decoration: none;
    width: 100%;
    text-align: left;
    outline: none;
}

#express-services .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#express-services .border-top {
    border-top: 1px solid #dddddd;
}
/*Express Services - Accordion Classes*/
#express-services .lt-gry-section {
    background: url(/mypolicy/images/shapes_1_bg.png) top center;
    background-size: cover;
    background-color: #11825d;
    padding: 40px 0;
}

#express-services #express-accordion {
    margin-top: -80px;
}

#express-services .accordion-img-contain {
    display: inline-block;
    margin: 0 5px 0 0;
    max-width: 70px;
    width: 100%;
}
#express-services img.express-icon {
    display: inline-block;
    max-width: 60px;
    width: 100%;
}

#express-services img.express-icon.smaller {
    max-width: 55px;
}

/*Form Styles*/
#express-services p.express-form-label {
    color: #5D5D5D;
    margin-bottom: 25px;
    font-size: 16px !important;
}

#express-services .checkbox input[type=checkbox],
#express-services .checkbox-inline input[type=checkbox],
#express-services .radio input[type=radio],
#express-services .radio-inline input[type=radio] {
    margin-left: -10px;
    height: 30px;
    width: 30px;
    margin-top: -5px;
}

#express-services span.check-label {
    padding-left: 15px;
}

#express-services .express-accordion-contain {
    width: 100%;
    padding: 10px;
    max-width: 420px;
    margin: 0 auto;
}
#express-services .express-accordion-contain-pay, #express-services .express-accordion-contain-esign {
    padding: 10px 24px;
    margin: 0 auto;
    max-width: 610px;
}

#express-services .express-accordion-disclaimer {
    width: 100%;
    padding: 10px 30px;
}

#express-services .express-image-headline {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin-top: -50px;
    padding-right: 30px;
}

#express-services hr {
    margin-top: 0;
    margin-bottom: 0;
}
/* Payment page styles*/

#express-services .billing-summary {
    padding-left: 20px;
    margin-top: 10px;
}
#express-services .billing-summary li {
    color: #0a0a0a;
    line-height: 1.8;
    list-style-type: disc;
    display: list-item;
    padding: 5px 0px;
}
#express-services .billing-information .form-group, #express-services #electronicCheck .form-group {
    margin-bottom: 20px;
}
#express-services .billing-information h4 {
    margin-bottom: 25px;
}
#express-services #credit-debit h5 {
    font-weight: 600;
    margin-bottom: 15px;
}
#express-services .lock-svg svg {
    fill: #a2a2a2;
    height: 20px;
    width: 20px;
}
#express-services .lock-svg {
    float: right;
    position: relative;
    bottom: 46px;
    margin-bottom: -46px;
    right: 15px;
}
#express-services #pay-btn-cancel, #express-services #pay-submit-btn {
    max-width: 14rem;
    margin: 10px;
}

#express-services .footer-p {
    font-size: 13px !important;
}

/* ---- Thank You Page Styles--- */
#express-services #express-thank-you h3 {
    font-size: 40px;
    color: #007a53;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 20px;
    margin-top: 0;
}

#express-services #express-thank-you h4 {
    color: #2E2E2E;
    font-size: 23px;
    font-family: opensans-bold;
    margin-top: 30px;
    margin-bottom: 25px;
}

#express-services #express-thank-you h5 {
    font-size: 17px;
    line-height: 1.8;
}

#express-services #express-thank-you p {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
}

#express-services .express-pay-thank-you-img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: -120px auto 0 auto;
}
#express-services .express-id-thank-you-img {
    margin: -140px auto 0 auto;
}
#express-services .express-pl-thank-you-img {
    margin: -160px auto 10px auto;
}
#express-services .expressPay-thank-you-img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: -120px auto 20px auto;
}

#express-services #express-thank-you.panel {
    padding: 40px 20px;
    margin-top: 130px;
}

#express-services #express-thank-you .container-fluid {
    max-width: 900px !important;
}


#express-services #express-thank-you .well-border {
    border: 1px solid #b7b7b7;
    border-radius: 8px;
    padding: 0rem 30px;
    margin: 35px 0;
}
#express-services #express-thank-you .well-border p{
    font-size: 16px;
}
#express-services .express-success-container {
    margin-top: 20px;
}
/* End of thank you page styles */
#express-services .register-switch {
    display: flex;
    margin: 0 -15px;
}
#express-services .register-switch-input {
    width: 0 !important;
    height: 0 !important;
    opacity: 0;
    pointer-events: none;
}
#express-services .register-switch-label {
    flex: 1 1 auto;
    min-height: 60px;
    height: auto;
    padding: 0 12px;
    border-radius: 6px;
    border: solid 2px #d8d8d8;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal !important;
    letter-spacing: -0.5px;
    color: #393939;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}
#express-services .register-switch .register-switch-input:checked + label {
    border: solid 2px #007a53;
    box-shadow: 0 0 0 1px #007a53 !important;
}
#express-services .register-switch-label:before {
    content: "";
    border: solid 1px #cccccc;
    min-width: 19px;
    height: 19px;
    border-radius: 50%;
    margin-right: 10px;
}
.register-switch .register-switch-input:checked + label:before {
    box-shadow: inset 0 0 0 3px #ffffff;
    background: #007a53;
}
#express-services .select-pay-amount .register-switch {
    display: block;
}

#express-services .card-number {
    padding-right: 35px;
}
#express-services .accordion-button-label {
    display: inline-block;
    max-width: 490px;
}
#express-services .errorLabel {
    float: none;
    font-size: 14px;
    font-style: normal;
}
#express-services .other-payment-section {
    display: block;
    background-color: #f5f5f5;
    border-radius: 6px;
    align-items: center;
    padding: 20px 25px;
    margin-top: 20px
}
#express-services .other-payment-content {
    display: none;
}
#express-services .other-payment-section .other-amount-text {
    margin: 0 0 20px;
}
#express-services .other-payment-section h6 {
    color: #2e2e2e;
    font-size: 16px;
    font-family: opensans-bold;
    margin: 0 0 15px;
    letter-spacing: 0.2px;
}
#express-services .alert {
    box-shadow: 0 4px 15px 2px rgba(0,0,0,.1);
    width: 100%;
    padding: 18px 20px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.4px;
    color: #393939;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: solid 3px #2a6bb1;
    text-align: left;
    list-style: none;
    border-radius: 0;
}
#express-services .alert-danger {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: solid 3px #e02020 !important;
    background: none;
    margin-left: 0;
}
#express-services .alert-warning {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: solid 3px #fdb91f !important;
    background: none;
    margin-left: 0;
}
#express-services .alert-info {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: solid 3px #2a6bb1 !important;
    background: none;
    margin-left: 0;
}
#express-services .alert-success {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: solid 3px #007a53 !important;
    background: none;
    margin-left: 0;
}
#express-services .express-error-contact {
    margin-top: 12px;
    font-size: 14px;
}
#express-services .select-pay-amount .register-switch-label, #express-services label.register-switch-label.other-amount-radio-label{
    width: 100%;
}
#express-services .payment-sumitted {
    font-size: 22px;
    line-height: 27px;
}
#express-services .other-payment-section input {
    width: 185px;
}
.red-text {
    color: #b30000;
}
#express-services .btn-find-continue {
    text-align: right;
}
#express-services .back-btn {
    margin-top: 18px;
    margin-bottom: auto;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.31;
    letter-spacing: -0.5px;
    color: #525252;
    display: table;
}
#express-services .back-btn:before {
    content: url(../images/back-arrow-green.svg);
    position: relative;
    display: inline-block;
    width: 8px;
    top: 2px;
    margin-top: 1px;
    margin-right: 4px;
    filter: grayscale(1);
    margin-bottom: 2px;
}
#express-services .back-btn:hover:before, #express-services .back-btn:focus:before {
    filter: grayscale(0);
}
#express-services .back-btn:hover {
    color: #007a53;
}
#express-services a.back-btn:after {
    content: "";
    border-bottom: solid 0.0625rem #008F61;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .15s ease-out;
}
#express-services .select-wrapper select {
    position: relative;
    background: none;
}
#express-services .select-wrapper label {
    position: absolute;
    top: 5px;
    right: 144px;
    transition: none;
}
#express-services .select-wrapper:before {
    content: "";
    position: absolute;
    height: calc(100% - 0.25rem);
    right: 3.5rem;
    top: 0.125rem;
    border-left: solid 0.125rem #d8d8d8;
    pointer-events: none;
}
#express-services .select-wrapper:after {
    content: url(/mypolicy/images/dropdown_caret.svg);
    position: absolute;
    right: 1.375rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
#express-services #makePaymentForm .select-wrapper label, #express-services #getIDcardsForm .select-wrapper label, #express-services #paperlessForm .select-wrapper label, #express-services #expressEsignForm .select-wrapper label {
    position: absolute;
    left: 16px;
    display: inline-block;
    width: 100%;
    top: 5px;
    transition: none;
}
#express-services .select-wrapper label {
    position: absolute;
    left: 16px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.5px;
    color: rgb(118, 118, 118);
    top: 20px;
    pointer-events: none;
    transition: all 0.16s ease 0s;
}
#express-services .panel-heading button.accordion-toggle:after {
    top: 15px;
}
#express-services p.subheader {
    font-size: 18px;
}
#express-services.PLEnroll #pay-btn-cancel {
    width: 50%;
}
#express-services.get-id-card h4 {
    font-size: 20px;
}
#express-services #id-pl-cancel {
    min-width: unset;
    margin: 0 !important;
    max-width: unset;
}
#express-services .id-btn-container {
    padding-right: 0;
    margin-right: 10px;
}
#express-services .continue-btn-container {
    text-align: right;
    padding-right: 10px;
    padding-left: 0;
}
#express-services .cancel-btn-container {
    margin: 0;
}
#express-services #id-pl-cancel {
    width: 90%;
}
#express-services .getIDContinue, #express-services .plContinue {
    width: 100%;
}
#express-services h3.found-policy {
    font-size: 24px;
}
#express-services h1.success.pay {
    font-size: 46px;
    margin-top: 0;
    margin-bottom: 0;
}
#express-thank-you .success-info-container {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width: 375px) {
    #express-services #pay-btn-cancel {
        width: 119px;
        margin: 0 10px 0 0;
    }
    #express-services #pay-submit-btn {
        width: 156px;
        margin: 0 0 0 10px;
    }
    #express-services .panel-heading button#payment-panel.accordion-toggle:after {
        top: 20px;
    }
}
@media (min-width: 660px) {
    #express-services .other-payment-section .other-amount-text {
        max-width: 400px;
        margin: 0 30px 0 0;
    }
}

@media (min-width: 768px) {
    #express-services #express-thank-you h3 {
        font-size: 50px;
    }
    #express-services .panel-heading button.accordion-toggle:after {
        right: 20px;
    }
    #express-services .accordion-img-contain {
        margin: 0px 30px;
    }
    #express-services img.express-icon {
        margin-top: -50px;
        max-width: 70px;
        width: 100%;
    }
    #express-services img.express-icon.smaller {
        max-width: 60px;
    }
    #express-services .multi-switch-xs > div:not(:last-child) {
        padding-right: 0px;
    }
    #express-services .billing-information .form-group, #express-services #electronicCheck .form-group  {
        margin-bottom: 30px;
    }
    #express-services #pay-btn-cancel {
        width: 136px;
    }
    #express-services #pay-submit-btn {
        width: 205px;
    }
    #express-services .select-pay-amount .register-switch-label:not(.other-amount-radio-label){
        width: 300px;
    }
    #express-services h1.success {
        margin-bottom: 20px;
        font-size: 50px;
    }
    #express-services #express-thank-you .success-info-container p {
        font-size: 22px;
    }
    #express-services.get-id-card h4 {
        font-size: 22px;
    }
    #express-services .btn-container {
        padding-left: 15px;
    }
    #express-services #id-pl-cancel {
        min-width: inherit;
        width: 136px;
    }
    #express-services.PLEnroll #pay-btn-cancel  {
        width: 45%;
    }
    #express-services .select-pay-amount .register-switch-label:not(.other-amount-radio-label) {
        width: 300px;
    }
    #express-services label.register-switch-label.other-amount-radio-label {
        width: 200px;
    }
    #express-services .continue-btn-container {
        text-align: left;
    }
    #express-services h3.found-policy {
        font-size: 27px;
    }
    #express-thank-you .success-info-container {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    #express-services img.express-image-headline {
        width: 130px;
        height: 130px;
        display: inline-block;
        margin-top: -60px;
        padding-right: 30px;
    }
    #express-services .express-headline-content {
        text-align: left;
        display: inline-block;
    }
    #express-services .express-accordion-contain {
        max-width: 1000px;
        padding: 20px 140px;
        margin: 0;
    }
    #express-services .express-accordion-contain-pay, #express-services .express-accordion-contain-esign {
        padding: 20px 140px;
        margin: 0;
        max-width: unset;
    }
    #express-services .express-accordion-disclaimer {
        padding: 20px 0 20px 150px;
    }
    #express-services .express-pay-thank-you-img, #express-services .express-id-thank-you-img, #express-services .express-pl-thank-you-img  {
        max-width: 250px;
    }
    #express-services .express-header {
        padding-top: 30px;
    }
    #express-services h1 {
        font-size: 42px;
    }
    #express-services .express-headline {
        padding-bottom: 0px;
    }
    #express-services .panel-heading button#payment-panel.accordion-toggle:after, #express-services .panel-heading button.accordion-toggle:after {
        top: 30px;
    }
}

@media (min-width: 1200px) {
    #express-services h2 {
        font-size: 20px;
        line-height: 32px;
    }
    #express-services h3 {
        font-size: 26px;
        margin-top: 10px;
    }
    #express-services img.express-image-headline {
        width: 130px;
        height: 130px;
        margin-top: -80px;
    }
    #express-services img.express-icon {
        max-width: 80px;
    }

    #express-services img.express-icon.smaller {
        max-width: 60px;
    }
    #express-services .cancel-btn-container {
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    #express-services .register-switch.multi-switch-xs {
        flex-direction: column;
    }
    #express-services #express-thank-you.panel {
        padding: 40px 0;
        margin-top: 110px;
    }
    #express-services #paymentStep1 a.btn.btn-primary.paymentContinue {
        max-width: unset;
    }
    #express-services #paymentPolicyNumber-error, #express-services #idPolicyNumber-error, #express-services #plPolicyNumber-error,
    #express-services #paymentZipcode-error, #express-services #zipcode-error, #express-services #plZipcode-error,
    #express-services #paymentEmail-error, #express-services #paymentPhoneNumber-error,
    #express-services #idCardEmail-error, #express-services #idCardPhoneNumber-error,
    #express-services #plEmail-error, #express-services #plPhoneNumber-error,
    #express-services #esignEmail-error, #express-services #esignPhoneNumber-error, #express-services #esignPolicyNumber-error {
        margin-bottom: 0;
    }
    #express-services .paymentContinue {
        max-width: none;
    }
    padding-xs-0 {
        padding: 0;
    }
    #express-services .other-payment-section input {
        width: 100%;
    }
    #express-services .id-btn-container {
        padding-left: 15px;
        padding-right: 15px;
    }

}
@media (max-width: 575.98px) {
    #express-services .alert {
        padding: 18px 10px;
    }
}
@media (max-width: 400px) {
    .create-account-link {
        margin-bottom: 0;
    }

    .create-account-link a {
        margin-bottom: 1rem;
    }

    .custom-checkbox {
        font-size: 14px;
    }
}
@media (max-width: 374px) {
    #express-services img.express-icon {
        width: 50px;
    }
    #express-services .accordion-img-contain {
        max-width: 55px;
    }
    #express-services .accordion-button-label h3 {
        font-size: 19px;
    }
    #express-services .id-btn-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    #express-services #pay-btn-cancel, #express-services #pay-submit-btn {
        max-width: 42%;
        margin: 0px 4px;
    }

    .express-service-header {
        flex-direction: column;
        gap: .75rem;
    }

    .express-service-subheading {
        text-align: center;
    }
}

@media (max-width: 354px) {
    .create-account-link {
        flex-direction: column;
    }
}