/* supplemental css file */

/* Meyer colors
--meyer-green: #006400;
--meyer-red: #8c0034;
--meyer-light-red: #C45375;
--meyer-blue: #095384;
--meyer-light-blue: #c7d6e0;
--meyer-notice-blue: #f1f5f7;
--meyer-charcoal: #595959;
--meyer-med-gray-cd: #cdcdcd;
--meyer-card-background: #f1f1f1;
*/


.meyer-red { color: #8c0034 !important; }


.btn-primary:active, .btn-primary:focus {
    background-color: #095384 !important;
    color: #fff !important;
    border-color: #095384 !important;
}

.btn-meyer-green {
    background-color: #28a74580 !important;
    color: #fff !important;
    border-color: #28a74580 !important;
    font-weight: bold ;
}

.btn-meyer-green:active, .btn-meyer-green:focus,.btn-meyer-green.active {
    background-color: #006400 !important;
    color: #fff !important;
    border-color: #006400 !important;
    box-shadow: none !important;
}

.btn-meyer-red {
    background-color: #8c003480 !important;
    color: #fff !important;
    border-color: #8c003480 !important;
    font-weight: bold ;
}

.btn-meyer-red:active, .btn-meyer-red:focus,.btn-meyer-red.active {
    background-color: #8c0034 !important;
    color: #fff !important;
    border-color: #8c0034 !important;
    box-shadow: none !important;
}

/* *** billing focused roll out changes/overrides *** */
dl#intro-list-2 { border-left: none !important; }
ul.intro-account { padding-left: 0; margin-top: auto; margin-bottom: auto; }
.profile-misc-type { width: 6.5em; display:inline-block; }
.profile-phone-type { width: 4.5em; display:inline-block; }
.profile-insured-label { display:inline-block; }
.profile-dependent-name { width: 12em; display:inline-block; }
.profile-dependent-DOB { float: right;}
.hr-profile-card {margin-top: .25rem; margin-bottom: .25rem; display:none;}
.profile-dependent-account { width: 12em;
    display:inline-block;
    text-decoration: underline;
    color: #095384;
    font-weight:bold;
    margin-bottom: .5em;
}


.site-notice, .site-warning, .whats-new-notice, .site-info { width: 100%; float: left; font-size: 1.5rem; margin-bottom: .5rem !important; }
.site-notice p, .site-warning p, .whats-new-notice p, .site-info p { margin: -6px 0 0 0; }
@media (max-width: 586px) {
    .site-notice, .site-warning, .site-info { font-size: 1.5rem; }
}

.whats-new-notice { font-size: 1.25rem !important; color: #FFF !important;}
@media (max-width: 586px) {
    .whats-new-notice { font-size: 1.25rem; }
}

/* site-warning actually uses "danger" colors instead of "warning" colors */
.site-notice { background: #c7d6e0; color: #595959; }

.site-info { color: #595959; }


.report-a-problem-wrapper {
    position: absolute;
    bottom:0px;
    /*margin-bottom: 1rem;*/
}
/* Meyer red heading for NLI info pages, such as Privacy Policy, Terms of Service, California Consumer Privacy Act,
  Electronic Delivery Consent, Pre-registration, More Information, Account Status and Cannot Register */
.heading-meyer-red, .heading-meyer-blue {
    font-size: 20px;
    font-weight: bold;
    color:#8c0034;
    display: block !important;
    width: 100%;
}

.heading-meyer-blue { color: #095384; }

/* used for More Information, Account Status and Cannot Register pages */
.ew-status-card-header { display: none ; }
/*.ew-status-card-header { display: none ; }*/

/* used for More Information, Account Status and Cannot Register pages */
.info-li-mb { margin-bottom: 1rem; }
/* used for consent-to-electronic-delivery */
.cted-li-mb { padding-left: 2rem; margin-bottom: 1rem; padding-right: 2rem; }

/* keeping the privacy policy modal content at a consistent vertical position */
.ew-pp-modal-justify-content {justify-content: inherit !important; }

/* accept tos & pp */
.accept-terms-container {display: inline; }
#attach-accept-terms {display: none; }

#i-accept-button, #i-accept-cancel-button {
    font-size: 1rem !important;
    line-height: 1 !important;
    border: 1px solid !important;
    background: #095384 ;
    border-color: #095384 ;
}

.button-green {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #006400;
    font-weight: 900;
    font-family: Lato;
    line-height: 1.4;
    letter-spacing: .02em;
    border: 2px solid #006400;
    border-radius: 0;
}

.button-green:hover {
    background: #fff;
    /*color: #28a745;*/
    color: #006400;
}

.meyer-green {
    color: #006400 !important ;
}

.meyer-green-border {
    border-color: #006400 !important ;
}

.meyer-green-background {
    background-color: #006400 !important ;
}

.ew-card-header-with-border {
    border-style: solid;
    border-width: 2px 2px 0px 2px;
    border-color: transparent;
    -webkit-transition: border-color 125ms ease-in-out 125ms;
    -moz-transition: border-color 125ms ease-in-out 125ms;
    -o-transition: border-color 125ms ease-in-out 125ms;
    transition: border-color 125ms ease-in-out 125ms;
}

.ew-card-body-with-border {
    border-style: solid;
    border-width: 0px 2px 2px 2px;
    border-color: transparent;
    -webkit-transition: border-color 125ms ease-in-out 125ms;
    -moz-transition: border-color 125ms ease-in-out 125ms;
    -o-transition: border-color 125ms ease-in-out 125ms;
    transition: border-color 125ms ease-in-out 125ms;
}

.ew-card-with-borderX {
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    -webkit-transition: border-color 125ms ease-in-out 125ms;
    -moz-transition: border-color 125ms ease-in-out 125ms;
    -o-transition: border-color 125ms ease-in-out 125ms;
    transition: border-color 125ms ease-in-out 125ms;
}

.ew-card-selected {
    border-color: #095384 ;
    -webkit-transition: border-color 250ms ease-in-out 0ms;
    -moz-transition: border-color 250ms ease-in-out 0ms;
    -o-transition: border-color 250ms ease-in-out 0ms;
    transition: border-color 250ms ease-in-out 0ms;
}


/* custom checkbox color */
.custom-control-input-green:focus:not~.custom-control-label::before {
    border-color: #006400 !important;
    /*
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
     */
    box-shadow: 0 0 0 0.2rem rgba(0, 100, 0, 0.25) !important;
}

.custom-control-input-green:focus~.custom-control-label::before {
    border-color: #006400 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 100, 0, 0.25) !important;
}

.custom-control-input-green:checked~.custom-control-label::before {
    border-color: #006400 !important;
    background-color: #006400 !important;
}

.custom-control-input-green:focus:not(:checked)~.custom-control-label::before {
    border-color: #009947 !important;
}

.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
    background-color: #d6f5dd !important;
    border-color: #d6f5dd !important;
}

.custom-checkbox .custom-control-label::before {
    /*margin-top: 1px;*/
}

.custom-control-input-red:focus~.custom-control-label::before {
    border-color: #8c0034 !important;
    box-shadow: 0 0 0 0.2rem rgba(100, 0, 0, 0.25) !important;
}

.custom-control-input-red:checked~.custom-control-label::before {
    border-color: #8c0034 !important;
    background-color: #8c0034 !important;
}

.custom-control-input-blue:focus~.custom-control-label::before {
    border-color: #095384 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 100, 0.25) !important;
}

.custom-control-input-blue:checked~.custom-control-label::before {
    border-color: #095384 !important;
    background-color: #095384 !important;
}

.btn.disabled, .btn:disabled {     border: 2px solid transparent;}

#i-accept-button:hover { color: #095384; background-color: #fff; border-color: #095384; cursor: pointer; }

#i-accept-cancel-button { color: #fff; background-color:#8c0034; border-color:#8c0034; }

#i-accept-cancel-button:hover { color:#8c0034; background-color: #fff; border-color:#8c0034; }

#i-accept-checkbox {
    cursor: pointer; padding: 2px; margin-top: 0px; border: 1px solid #fff ;
}

#i-accept-checkbox-label {

    cursor: pointer;
    padding: 2px;
    margin-top: -3px;
    border: 1px solid #fff;
    position: relative;
    top: 2px;
}

#i-accept-checkbox-label:hover {
    color: #095384;
    background-color: #fff;
    border-color: #095384;
    border: 1px solid #095384 ;
}

.xcustom-control-label:before{
    background-color:#8c0034;
}

.xcustom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color:black;
}

.ew-status-card-body #paperless-billing-control-wrapper,
.ew-status-card-body #update-eft-control-wrapper {
    margin-left: 1rem;
}


#paperless-opt-out-control-wrapper {
    /*margin-left: 1rem;*/
}

#paperless-opt-out-checkbox {
    margin-left: 16px;
}

#paperless-opt-out-checkbox-label {
    margin-left: 0px;
    cursor: pointer;
    display: inline !important;
}


#eft-bank-account-type-wrapper .toggle-group label {padding-top: 2px !important; }
.eft-input-wrapper { padding: 0; font-size: 15px;}
/*#eft-account-update-button {width: 200px; }*/
.eft-input-boxes {line-height: 28px !important;}

/*$('#eft-bank-account-type-wrapper .toggle-group label').css('padding-top','2px')*/

#eft-account-update-button {
    margin-top: -5px;
    width: 25% ;
}

.eft-error-display {
    /*position: absolute;*/
    bottom: 6px;
}

@media (max-width: 374px) {
    #eft-account-update-button { width: 75% ; }
}
@media (min-width: 375px) {
    #eft-account-update-button { width: 50% ; }
}
@media (min-width: 490px) {
    #eft-account-update-button { width: 33% ; }
}
@media (min-width: 576px) {
    #eft-account-update-button { width: 25% ; }
}

.eft-account-type-toggle-checking-disabled {
    background: transparent;
    color: #c7d6df ;
    box-shadow: inset 0px 0px 0px 1px #c7d6df;
}

.eft-account-type-toggle-savings-disabled {
    background: transparent;
    color: #c7d6df ;
    box-shadow: inset 0px 0px 0px 1px #c7d6df;
}

.eft-account-type-toggle-disabled {
    background: #F1F1EF !important;
    color: #c7d6df !important;
    box-shadow: inset 0px 0px 0px 1px #c7d6df !important;
}

.custom-control-input-green:checked:disabled + label::before{
    background-color: rgba(0, 100, 0, 0.25) !important;
    border-color: rgba(0, 100, 0, 0.25) !important;
}

#paperless-billing-checkbox, #paperless-billing-checkbox-label {
    cursor: pointer;
    /* padding to make sure our buttons don't change the height of the card */
    padding-bottom: 9px;
}

/* messages */

/* this is the same as message-detail; I just needed a class name to target as a container */
.message-detail-container, .profile-detail-container, .portal-detail-container { margin: 0 auto; font-size: 17px; }

.ew-message-subject, .click-to-reply, .click-to-delete, .click-to-print { cursor: pointer; }

.ew-action-faux-link { color: #095384; cursor: pointer; }
.ew-action-faux-link:hover { text-decoration: underline; }

#message-count-header {padding-top: 0.125em; }

.selected-message { background-color: rgba(0, 0, 0, 0.03); }

a.dropdown-toggle { text-decoration: none; }

/* profile */
.span-split { display: inline-flex; }

/* misc */


.blog-post-card-slug {
    color:#8c0034 !important;
    overflow: hidden;
    max-height: 3.0em;
}
/* styles for '...' */
.blog-post-card-slugx {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.5em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.0em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
}
/* create the ... */
.blog-post-card-slugx:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.blog-post-card-slugx:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
}
/*.sml-content:before {*/
/*    content: attr(data-sml-l);*/
/*    background: black;*/
/*    padding: 1px 8px;*/
/*}*/


a.button-link {
    color: inherit !important;
    background-color: inherit;
    text-decoration: none;
    border-bottom: none;
}


.popup-tooltip-text {
    background-color: #fff;

}
/*
#password-tooltip,
#find-account-tooltip,
#password-guidelines-tooltip,
#password-guidelines-info,
*/
.learn-more-tooltip,
.more-info-guidelines-tooltip {
    cursor: help;
}

.tooltip-inner {
    padding:2px 7px;
    width: 300px;
    color: #595959 ;
    text-align:center;
    font-weight:900;
    background-color: #fff;
    /*border: 2px solid #ced4da;*/
    border: 2px solid #c7d6e0;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px;

}

.alternate-link-style {
    color: #095384 !important;
    border-bottom: 1px solid#8c0034 !important;
    cursor: pointer;
}

.alternate-link-style:hover {
    text-decoration: none !important;
    color:#8c0034 !important;
}

.bene-grid-update-link {
    color: #8c0034 !important;
    border-bottom: 1px solid#8c0034 !important;
    cursor: pointer;
    margin-bottom: 4px;
}

.bene-grid-update-link:hover {
    text-decoration: none !important;
    color:#095384 !important;
}

.whats-new-link-style {
    color: var(--meyer-light-blue) !important;
    border-bottom: 1px solid #FFF !important;
    cursor: pointer;
}

.whats-new-link-style:hover {
    text-decoration: none !important;
    border-bottom: 1px solid var(--meyer-light-blue) !important;
    color: #FFF !important;
}

/* add spacing to footer menu options since we removed items from liFooter */
li.menu-item-logged-in {
    margin-bottom: 5px;
}

.input-label-i-no-radius {
    border-radius: 0 !important;
}

@media (max-width: 567px) {
    .sml-content:before { content: attr(data-sml-s); }
    .sml-card-title { font-size: 16px !important; text-transform: capitalize !important; }
    .profile-padding { padding-left: 4px; padding-right: 4px; }
}
@media (min-width: 586px) {
    .sml-content:before { content: attr(data-sml-m); }
}
@media (min-width: 768px) {
    .sml-content:before { content: attr(data-sml-m); }
}
@media (min-width: 991px) {
    .sml-content:before { content: attr(data-sml-l); }
}
@media (min-width:1029px) {
    .sml-content:before { content: attr(data-sml-l); }
}
@media (min-width:1106px) {
    .sml-content:before { content: attr(data-sml-l); }
}
@media (min-width:1200px) {
    .sml-content:before { content: attr(data-sml-l); }
}

/*AIMEE BILLING CENTRIC JUNE*/

.site-footer {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 55px;
}


#myFooter ul {
    line-height: inherit;
}

#myFooter h3 {
    margin-bottom: 0;
}

.footer-email-block {
    margin-top: 0;
}

#footer-col-4 {
    margin-top: 0;
}

dl.intro-list-1 dt {
    font-weight: normal;
    color: #595959;
    margin-bottom: 0;
}

dl.intro-list-1 {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-bottom: 0;
}

/* *** *** ***   from style-1-3-20 - some off these styles may be deprecated    *** *** *** */

#sign-in .small-links,
#start-registration .small-links,
#guest-authentication .small-links,
.modal ol {
    font-size: 14px;
    margin-bottom: 5px;
}

#sign-in .form-signin,
#start-registration .form-signin,
#change-password .form-change-password,
#password-reset .form-password-reset,
#password-reset .form-center,
#request-link .form-request-link,
.ew-portal-form-wrapper .ew-portal-form {
    width: 100%;
    max-width: 330px;
    padding: 15px 15px 5px 15px;
    margin: 0 auto;
    background-color: #f1f1f1;
    margin-bottom: 30px;
}

#sign-in .btn-lg, #sign-in .btn-group-lg > .btn,
#start-registration .btn-lg, #start-registration .btn-group-lg > .btn,
#change-password .btn-lg, #change-password .btn-group-lg > .btn,
#password-reset .btn-lg, #password-reset .btn-group-lg > .btn,
#request-link .btn-lg, #request-link .btn-group-lg > .btn,
.ew-portal-form-wrapper .btn-lg, .ew-portal-form-wrapper .btn-group-lg > .btn {
    padding: .5rem;
    border-radius: 0.3rem;
}

#sign-in .btn-primary,
#start-registration .btn-primary,
#change-password .btn-primary,
#password-reset .btn-primary,
#request-link .btn-primary,
.ew-portal-form-wrapper .btn-primary {
    color: #fff;
    background-color: #095384;
    border-color: #fff;
}

#sign-in button,
#start-registration button,
#change-password button,
#password-reset button,
#request-link button,
.ew-portal-form-wrapper button {
    font-family: Lato;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.4 !important;
    letter-spacing: .2em;
    border: 2px solid !important;
    border-radius: 0 !important;
}

#sign-in .btn-primary:hover,
#start-registration .btn-primary:hover,
#change-password .btn-primary:hover,
#password-reset .btn-primary:hover,
#request-link .btn-primary:hover,
.ew-portal-form-wrapper .btn-primary:hover {
    color: #fff;
    background-color:#8c0034;
    border-color:#8c0034;
}

#sign-in .btn-primary, #sign-in .btn-primary:focus, #sign-in .btn-primary:active,
#start-registration .btn-primary,#start-registration .btn-primary:focus, #start-registration .btn-primary:active,
#change-password .btn-primary, #change-password .btn-primary:focus, #change-password .btn-primary:active,
#password-reset .btn-primary, #password-reset .btn-primary:focus, #password-reset .btn-primary:active,
#request-link .btn-primary, #request-link .btn-primary:focus, #request-link .btn-primary:active,
.ew-portal-form-wrapper .btn-primary, .ew-portal-form-wrapper .btn-primary:focus, .ew-portal-form-wrapper .btn-primary:active {
    background: #095384 ;
    border-color: #095384 ;
}

#sign-in .hidden,
#start-registration .hidden,
#change-password .hidden,
#password-reset .hidden,
#request-link .hidden,
.ew-portal-form-wrapper .hidden {
    display: none;
}

#password-reset XYZ {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.03);
    margin: 0 1.25rem;
}

@media (min-width:992px) {
    #start-registration {
        width: 800px;
        margin: 0 auto;
    }
}

.modal-header,
.modal .close {
    margin-top: -2px;
}

#start-registration .modal button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0,0;
    border: 0 !important;
}

#start-registration .modal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    /*filter: alpha(opacity-20);*/
    filter: alpha(opacity = 20);
    opacity: .2;
}

#start-registration .modal {
    text-align: left !important;
}

#start-registration .modal button {
    font-size: 1rem !important;
    line-height: 1 !important;
    border: 1px solid !important;
}

.read-terms { color: #fff !important; background-color:#8c0034 !important;}
.read-terms:hover { color:#8c0034 !important; background-color: #fff !important;}

.dropdown-item-checked { font-weight: bold; }
.dropdown-item-checked::before {
    position: absolute;
    left: .4rem;
    content: '\2713'; /* content: \2713 "\&#10003;"; '✓' */
    font-weight: 600;
    color: #095384 ;
}

.dropdown-name-menu {
    border-bottom: none !important;
}
@media (max-width: 586px) {
    .dropdown-name-menu { font-size: 13px; }
}

.alert-close {
    font-weight: bold !important;
    color:#8c0034 !important;
    padding-top: 10px !important;
}

.alert-close:focus {
    outline: none !important;
}

#paperless-button-wrapper {
    display: inline;
}

#online-payment-alert {
    height: 2.5rem;
    padding: 0.5rem;
}

.card-margins-lr {
    margin-left: 15px;
    margin-right: 15px;
}

.ew-portal-err-msg {
    font-weight: bold;
    padding: 6px 12px;
    /* font-size: 90%; */
    border: 2px solid #741C24;
}

.card-reveal-padding { padding-bottom: 1.25rem; }

.form-error-enhanced {
    font-weight: bold;
    padding: 8px;
    margin-top: 18px;
    font-size: 1em;
    /*border: 2px solid #095378;*/
    /*  alert-danger medium form-error-enhanced hidden  */
}

.form-success-msg {
    font-weight: bold;
    padding: 8px;
    margin-top: 18px;
    font-size: 1em;
}

.h4-contents {
    display: contents;
}

/* original */
#show-all-content {
    margin-bottom: 0;
    float: right;
    cursor: pointer;
    font-weight: bold;
}

/* for preferences */
#show-all-content {
    float: right;
    cursor: pointer;
    font-weight: bold;

    margin-bottom: -10px;
    margin-top: 6px;
    height: 40px;
}

.display-as-dollars-amount {
    text-align: right ;
    float: left;
    width: 76px !important;
}

.display-as-dollars-sign {
    text-align: left ;
    float: left;
}

.display-as-dollars-sign:after {
    content: '$\0000a0\0000a0' ;
}

.profile-pending-update {
    color: #8c0034 !important;
    font-weight: bold;
}

#insured.tab-pane,
#dependents.tab-pane {
    padding: 0 !important;
}

.profile-tab-li {
    width: 49%;
    margin: 0 !important;
}


.profile-tab {
    background: transparent;
    color: #095384 !important;
    border: none !important;
    padding: 0;
    width: fit-content;
    width: -moz-fit-content;
}

.profile-tab-active, .profile-tab.active {
    /*background-color: rgba(0, 0, 0, 0.03) !important;*/
    background: #f1f1f1 !important;
    color: #095384 !important;
    border-bottom: 1px solid #8c0034 !important;
    cursor: default ;
}

.profile-tab-background {
    background: #f1f1f1 !important;
    color: #095384 !important;
    position: relative;
    top: -6px;
    left: 0px;
    height: 40px;
    margin-bottom: -16px;
}
.profile-tab-background-active {
    color: #095384 !important;
    cursor: default ;
}

.profile-tab-active, .profile-tab.active,
.profile-tab-background,
.profile-tab-background-active {
    -webkit-transition: background-color,border,border-bottom 250ms ease-in-out 0ms;
    -moz-transition: background-color,border,border-bottom 250ms ease-in-out 0ms;
    -o-transition: background-color,border,border-bottom 250ms ease-in-out 0ms;
    transition: background-color,border,border-bottom 250ms ease-in-out 0ms;
}

.profile-tab-single {
    cursor: default !important;
}

.profile-tab-title {
    position: absolute;
    top: 22px;
    margin-left: 4px;
}

.payment-received {
    color: #8c0034 !important;
    font-weight: bold !important;
}

@media (max-width: 567px) {
    #page-title-reminder {
        display: none;
        visibility: hidden;
        height: 0;
    }

    .ew-status-card .btn-link {
        font-size: 1.125rem !important;
        text-align: left;
    }
}
@media (min-width: 586px) {
    #page-title-reminder {
        display: none;
        text-align: center;
        margin-top: -36px;
        font-weight: bold;
        color: var(--meyer-blue);
    }

    .ew-status-card .btn-link {
        font-size: 1.25rem !important;
    }
}

.carousel-item .marketing-text {
    padding-left: 3px;
    padding-right: 3px;
}

.marketing-card-blue {
    background-color: rgba(9,83,132,0.93) !important;
    background-image: none !important;
    color: #ffffff !important;
}

.marketing-card-white {
    background-color: #ffffff !important;
    background-image: none !important;
    color: var(--meyer-blue)!important;
    border:  rgba(9,83,132,0.93) solid 6px !important;
}

#marketing-title-white,
.marketing-title-white {
    color: var(--meyer-blue)!important;
    font-size: 24px;
}

p#marketing-text-white,
p.marketing-text-white {
    color: var(--meyer-blue)!important;
    font-size: 14px;
    font-weight: 700;
}

.marketing-card-white h4.marketing-title,
.marketing-card-white p.marketing-text {
    color: var(--meyer-blue)!important;
}


.marketing-title-left, .marketing-text-left {
    text-align: left !important;
}

.marketing-billing {
    background-color: #095384;
    padding: 25px 0 0 0;
}

.marketing-billing-inset {
    background-color: rgba(255, 255, 255, .2);
    padding: 10px;
}

.list-billing {
    list-style: outside;
    padding-left: 20px;
}

.marketing-billing-2 {
    margin-top: -10px;
    font-size: 26px;
    text-transform: capitalize;
}

.marketing-card-white-inner-border {
    color: var(--meyer-blue)!important;
    border:  rgba(9,83,132,0.93) solid 4px !important;
}

.marketing-card-white-inner-border::after {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 4px solid #FFF;
	pointer-events: none;
}


.button-meyer-blue {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #095384;
    font-weight: 900;
    font-family: Lato;
    line-height: 1.4;
    letter-spacing: .02em;
    border: 2px solid #095384;
    border-radius: 0;
}

.button-meyer-blue:hover {
    background: #fff;
    /*color: #28a745;*/
    color: #095384;
}

#withdraw-from-paperless-complete {
    font-weight: bold;
    color: #8c0034;
    display: none;
}

.meyer-blue-bold {
    color: #095384 !important;
    font-weight: bold;
}

.meyer-red-bold {
    color: #8c0034 !important;
    font-weight: bold;
}

.ew-card-height { min-height: 230px; }

@media (max-width: 567px) {
    .ew-card-height { min-height: 252px; }
}

@media (max-width: 399px) {
    .ew-card-height { min-height: 270px; }
}

@media (max-width: 336px) {
    .ew-card-height { min-height: 300px; }
}

ul.bullets-with-indent li {
    margin-bottom: 10px;
    margin-left: 1rem;
}

.bullets-with-indent {
    list-style-position: outside !important;
    text-indent: -1.5em;
}

.cards-display { display: none ;}

#carrierAccount::-webkit-input-placeholder { text-align: center; }
#carrierAccount::-moz-placeholder{ text-align: center; }
#carrierAccount:-ms-input-placeholder { text-align: center; }

.ew-only-on-print { display: none ;}

.content-card-bordersX {
    border-width: 1rem 0rem;
    border-color: #FFF;
    border-style: solid;
}

.eftAccountCheckboxLine {
    display: inline-flex;
    width: 100% ;
}

.toggle.btn-outline-meyer-blue .toggle-handle{
    background-color:var(--meyer-blue) !important;
    border-color:var(--meyer-blue) !important;
}

.toggle.btn-outline-meyer-light-blue .toggle-handle{
    background-color:var(--meyer-light-blue) !important;
    border-color:var(--meyer-light-blue) !important;
}

.btn-meyer-blue, .btn-meyer-blue:hover {
    background-color: var(--meyer-blue) ;
    color: #FFF;
    font-weight: bold;
    padding-bottom: 4px;
}

.btn-meyer-light-blue,.btn-meyer-light-blue:hover {
    background-color: var(--meyer-light-blue) ;
    color: var(--meyer-blue);
    /*color: #212529;*/
    font-weight: bold;
    padding-bottom: 4px;
}

.toggle btn btn-meyer-blue {
    width: 120px ;
    padding-bottom: 4px ;
}

.removeFromView {
    display: none !important;
}

.scroll-to-bottom {
    color: #ffffff;
    /* #8c0034 */
    background: #095384;
    border: 1px solid #095384;
}

.fa-angle-down {
    font-size: larger;
}

i.fa-angle-down {
    /*color: #8c0034 ;*/
    color: inherit !important;
}

#scroll-to-accept {
    font-size: large !important;
    float: right;
    font-size: large !important;
    font-weight: bold;
    margin-top: -.75rem;
    margin-right: -.75rem;
    padding: 0.5rem 1rem !important;

    position: sticky;
    top: 160px;
}

#scroll-to-accept:hover {
    /*color: #8c0034 !important;*/
    color: #095384 !important;
    background: #ffffff !important;
}

/*margin-right: -0.75rem;*/

@media (max-width: 336px) {
    .ew-card-height { min-height: 300px; }
}

/*      beneficiaries     */

/* this fixes the name jitter when the eye is replaced by the eye-slash. */
i.fas.fa-eye { margin-right: 2.5px; }
i.fas.fa-eye-slash { margin-left: -1px; margin-right: 1px; }

/* this removes the padding of the list-b and list-c, which is causing stutters when closing the data */
.ew-eye-see-target { padding-top: 0 !important; padding-bottom: 0 !important; }
/* this puts the padding-top on the first dt & dd of the detail */
.pt-20 { padding-top: 20px !important; }
/* this puts the padding-bottom on the pencil dd of the detail */
.pb-20 { padding-bottom: 20px !important; }
/* This changes "Beneficiary" to "Bene" in the column header on small screens so the word does not wrap */
@media (max-width: 586px) { .just-bene {  display: none; } }
.ew-eye-see-target-collapse { border-top: 2px solid rgba(0,0,0,0);
    border-bottom: 2px solid rgba(0,0,0,0);
    transition: border-color .4s linear;
    -moz-transition: border-color .4s linear;
    -o-transition: border-color .4s linear;
    -webkit-transition: border-color .4s linear;
    transition: border-color .4s linear;
    -moz-transition: border-color .4s linear;
    -o-transition: border-color .4s linear;
    -webkit-transition: border-color .4s linear;
}

#portal-name-menu {
    top: 90%;
}

/* deprecated *//* i.fas.fa-eye,i.fas.fa-eye-slash { width: 25px; } */
/* this fixes the name jitter when the eye-slash is replaced by the eye on small screens. */
/* @media (max-width: 586px) {
    i.fas.fa-eye,i.fas.fa-eye-slash { width: 23px; }
   }
 */

#paperless-withdraw-completed {
    color: #006400 !important ;
    border: 1px solid #006400 ;
    font-weight: bold;
}

.eye-open { color: #999999; }
.eye-closed { color: #095384; }
.name-blue { color: #095384 ; }
.background-blue-blue { background-color: #095384 ; color: #095384 ; }
.background-blue-white { background-color: #095384 ; color: #FFFFFF ; }
.add-blue-blue, .add-blue-white {padding-top: 10px; padding-bottom: 10px;}


#busy-spinner-wrapper,
#busy-spinner-updating-wrapper,
#error-updating-wrapper {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75) ;
    user-select: none;
}

#busy-spinner-updating-wrapper,#error-updating-wrapper {
    background-color: rgba(241, 241, 241, 0.67);
    display: none;
}
/* error-updating-container */
#busy-spinner-updating-container, .busy-spinner-updating-container,
#error-updating-container {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);

    width: 100px;

    z-index: 10001;
    display: inherit;
}

#busy-spinner-gif {
    width: 100px;
    margin: auto auto;
    z-index: 10002;
    border-radius: 40px;
    display: inherit;
}


#busy-spinner-wrapper, #busy-spinner-updating-wrapper,
#error-updating-wrapper {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    user-select: none;
}

#busy-spinner-container, .busy-spinner-container {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    z-index: 10001;
    display: inherit;
    border-radius: 40px;
    background-color: #FFF ;
}

#busy-spinner-gif {
    width: 100px;
    margin: auto auto;
    z-index: 10002;
    border-radius: 40px;
    display: inherit;
}

#error-updating-container {
    position: absolute;
    top: calc(25%);
    left: calc(50% - 250px);
    width: 500px;
    max-width: 90%;
    z-index: 10001;
    display: inherit;
    border-radius: 12px;
    border: var(--meyer-red) 6px solid;
    background-color: #FFF ;

    color: var(--meyer-red) ;
    text-align: center;
    padding: 6px 6px;
}

.error-updating-header { font-size: 1.5rem; font-weight: bold;}
.error-updating-text { font-size: 1.25rem; font-weight: bold;}

.accept-eft-checkbox-prefix:hover { cursor: default; }

.eft-li-indent-accounts { margin-left: 1.5rem; }

/*#eft-separate-charges-per-account, #eft-input-fields-wrapper, #signature-and-submit-wrapper { display: none; }*/
.eft-update-understand, #signature-and-submit-wrapper { display: none; }

.eft-bank-name-readonly { bacground-color: #e9ecef !important; }

.eft-input-fields-column { display: inline-block !important; }

.invalidValue { background-color: #C4537577; }

#eft-preperation-notice {
    border-radius: 12px;
    border: var(--meyer-red) 6px solid;
    background-color: #FFF ;

    color: var(--meyer-red) ;
    text-align: center;
    padding: 6px 6px;

    margin-bottom: .5rem;
}

.eft-update-or-withdrawn-btn {
    width: 8rem !important;
}

.no-hz-pd { padding-right: 0 !important; padding-left: 0 !important ;}

#eft-routing-alert-msg, #eft-account-alert-msg  {
    margin-top: 0.5rem !important;
    margin-bottom: 0.25rem !important;
    display: none ;
    /* has @media @991 */
}
/*#eft-banking-error-msg { display: none ; }*/

.password-eye { max-width: 18px !important; }
.password-eye-enabled { background-color: #FFF; }

.cursor-not-allowed {
    cursor: not-allowed ! important ;
}

@media (max-width: 516px) {
    /* maint & unavailable page */
    /*#page-title::after {content: "\a" !important; white-space: pre !important; color: red !important;}*/
    #span-last-checked::before {content: "\a" !important; white-space: pre !important;}
    #span-last-checked {padding-top: 0.5rem;}
    #service-page-title {padding-bottom: 2rem;}

    #error-updating-container {
        top: calc(50% - 50px);
        left: calc(5%);
        max-width: 90%;
        padding: 4px 8px;
    }

}
@media (max-width: 575px) {
    .copyright-class { margin: 0.5rem 0 0 -8px !important ;}
}
@media (min-width: 586px) {
    .copyright-class { margin: 0 0 0 -8px !important ; }
}
@media (min-width: 768px) {
    .copyright-class { margin: 0 0 0 -8px !important ; }
}
@media (min-width: 991px) {
    .copyright-class {
        margin: 0 0 0 -8px !important;
    }
}
@media (max-width: 991px) {
    #eft-routing-alert-msg, #eft-account-alert-msg  {
        margin-top: 0rem !important;
        margin-bottom: 1.25rem !important;
        display: none ;
    }
}
@media (min-width:1029px) {
    .copyright-class { margin-top: -0.5rem !important; }
}
@media (min-width:1106px) {
    .copyright-class { margin-top: -0.5rem !important; }
}
@media (min-width:1200px) {
    .copyright-class { margin-top: -1.5rem !important; }
}
