/* CALLED DETAIL PAGE 2026 CUSTOM COLORS */

/* BANNER BACKGROUND */

@media (min-width: 1500px) {
    .Banner {
         background-image: linear-gradient(90deg, rgba(146, 159, 147, 1), rgba(146, 159, 147, 0.95) 5%, rgba(146, 159, 147, 0.2) 25%, rgba(146, 159, 147, 0) 50%, rgba(146, 159, 147, 0.2) 75%, rgba(146, 159, 147, 0.95) 95%, rgba(146, 159, 147, 1));
    }
}

/* NAVBAR */

@media (max-width: 959px) {
    a.secondaryNavItem.registerNow, a.secondaryNavItem.registerNow:hover {
        color: #546457 !important;
    }
}

#mobileNavDropdown.reveal {
    background-color: #546457;
}

/* H1 and H3 */

.Main h1,
.Main h3 {
    color: #9B6655 !important;
}

/* SIDECOL BULLETPOINTS */

.SideCol li::before {
    color: #f9d3c5 !important;
}

/* INLINE LINKS */

.Content a,
.SideCol a {
    color: #667b69;
}

.Content a:hover,
.SideCol a:hover {
    color: #546457;
}

/* BUTTONS */

.Main .btn,
.Main a.btnCard {
    background-color: #667b69;
}

.Main a.btn:hover,
.Main a.btnCard:hover {
    color: #fff;
    background-color: #546457 !important;
}

/* BLOCKQUOTE */

.Content blockquote {
    border-left: 5px solid #f9d3c5;
}

/* HRs */

.Main .Content hr:not(.sectionHeader hr),
.Main .SideCol hr {
    background: linear-gradient(110deg, rgba(102, 123, 105) 0%, rgba(155, 102, 85) 50%, rgba(249, 211, 197) 100%) !important;
}

/* TABLES */

.Main th.tableHeader,
td.tableBottom {
    background: linear-gradient(110deg, rgba(102, 123, 105) 0%, rgba(155, 102, 85) 50%, rgba(249, 211, 197) 100%);

}

td,
th {
    border-right: 3px solid #f9d3c5 !important;
}

/* BIO MODAL */

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.Content button.btn.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #546457 !important;
}

/* FORM COLOR OVERRIDES */

.Main .EPiServerForms h2.Form__Title {
    color: #9B6655 !important;
}

.Main .EPiServerForms select,
.EPiServerForms .FormTextbox__Input,
.EPiServerForms input[type=text],
.EPiServerForms .Form__Element.FormChoice fieldset label {
    box-shadow: 0 3px 2px rgb(102, 123, 105, 35%) !important;
}

.Main .EPiServerForms button[type="submit"] {
    background-color: #667b69 !important;
}

.Main .EPiServerForms button[type="submit"]:hover {
    background-color: #546457 !important;
}

/* LIVESTREAM AND REGISTRATION FORM EMBED BORDER */
.videoContainer iframe, 
.videoContainer .boxcast-player-container,
#iframeContainer {
    border: solid 15px !important;
    border-image-source: linear-gradient(180deg, rgba(102, 123, 105) 0%, rgba(155, 102, 85) 50%, rgba(249, 211, 197) 100%) !important;
    border-image-slice: 1 !important;
}