﻿.menu {
    background-color: #0c78b6;
}
.footer {
    background-color: #2a579b !important;
    background-image: none;
    background-position: 0px 0px, 50% 57%;
    background-size: auto, cover;
    color: #fff;
}

.button {
    background-color: #0c78b6;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3);
    color: #fff;
    font-weight: 400;
}
a {
    color: #0c78b6;
    font-weight: 700;
    text-decoration: none;
}
    /* a:hover, a:focus {
        color: #2a579b;
        text-decoration: underline;
    } */
.header-menu-text {
    color: #006080;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 400;
}
.section-title {
    color: #006080;
    line-height: 1.3em;
    font-weight: 600;
}

/* .quick-link-item {
    background: #003B64 !important;
} */

.slide-text {
 margin-bottom: -10px;
}

.banner-block-item .slide-title {
    min-height: 45px !important;
}

.slider .w-slider-nav {
    max-width: fit-content;
}

a.button:not(.flat,.back,.basic):hover {
    color: #FFF;
}

/*Hides the future dates on the Payment page*/
/* Removes the whole label that contains the "OtherDate" radio */
label.w-radio:has(> input[name="paymentDateType"][value="OtherDate"]) {
  display: none !important;
}

/* Hide the raw radio input and its visible text node next to it */
input[name="paymentDateType"][value="OtherDate"] {
  display: none !important;
}
input[name="paymentDateType"][value="OtherDate"] + .radio-label {
  display: none !important;
}

/* Remove the whole row that contains this input */
.field-box:has(#other-payment-date-picker) {
  display: none !important;
}

/*Hides and restricts options on the AutoPay page*/
/* FIRST option: visible, mouse-disabled */
#main_rdoPayAutomatic,
label[for="main_rdoPayAutomatic"],
#main_divAutoAmount,
#main_divAutoAmount * {
  pointer-events: none !important;   /* blocks mouse */
}

/* MIDDLE two options: hide entirely (no mouse/keyboard via UI) */
#main_divWhenArrives,
#main_divOnDue,
#main_rdoWhenArrives,
#main_rdoOnDue,
label[for="main_rdoWhenArrives"],
label[for="main_rdoOnDue"] {
	display: none !important;
    pointer-events: none !important;
}

/* LAST option: visible, mouse-disabled */
#main_rdoDaysBefore,
label[for="main_rdoDaysBefore"],
#main_divDaysBefore,
#main_divDaysBefore * {
  pointer-events: none !important;   /* blocks mouse */
}