/* ISRAEL SUMMIT 2026 CUSTOM COLORS:

PRIMARY ACCENT COLOR: #11242f 
(Must be accessibility compliant / H1, H3, etc.)

LINK/BUTTON COLOR: #3674A4
(Must be accessibility compliant)

LINK BUTTON HOVER COLOR: #2B5C82
(Must be accessibility compliant)

SECONDARY ACCENT COLOR: #f4c969
(Can be accessibility non-compliant / Blockquote border, Nav menu bullet points) 

*/

/* BANNER BACKGROUND */

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

/* NAVBAR */

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

#mobileNavDropdown.reveal {
    background-color: #2B5C82;
}

/* H1 and H3 */

.Main h1,
.Main h3 {
    color: #0e1631 !important;
}

/* SIDECOL BULLETPOINTS */

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

/* INLINE LINKS */

.Main a {
	color: #284b95;
}

.Main a:hover {
	color: #2B5C82;
}

/* BUTTONS */

.Main .btn,
.Main a.btnCard {
	background-color: #3674A4;
}

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

/* BLOCKQUOTE */

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

/* HRs */

.Main hr {
    background: linear-gradient(110deg, rgba(17, 36, 47) 0%,  rgba(54, 116, 164) 40%, rgba(54, 116, 164) 60%, rgba(244, 201, 105) 100%)
}

/* TABLES */

.Main th.tableHeader,
td.tableBottom {
    background: linear-gradient(110deg, rgba(17, 36, 47) 0%,  rgba(54, 116, 164) 40%, rgba(54, 116, 164) 60%, rgba(244, 201, 105) 100%)
}

td,
th {
    border-right: 3px solid #f4c969 !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: #3674A4 !important;
}