/* XJ DETAIL PAGE CUSTOM COLORS */

/* BANNER BACKGROUND */

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

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

#mobileNavDropdown.reveal {
    background-color: #30415b;
}

/* H1 and H3 */

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

/* SIDECOL BULLETPOINTS */

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

/* INLINE LINKS */

.Content a,
.SideCol a {
	color: #284b95;
}

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

/* BUTTONS */

.Main .btn,
.Main a.btnCard {
	background-color: #30415b;
}

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

/* BLOCKQUOTE */

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

/* HRs */

.Main .Content hr,
.Main .SideCol hr {
    background: linear-gradient(110deg, rgba(65, 85, 118) 20%,  rgba(0, 0, 0) 80%);
}

/* TABLES */

.Main th.tableHeader,
td.tableBottom {
    background: linear-gradient(110deg, rgba(0, 0, 0) 20%,  rgba(65, 85, 118) 80%);
}

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

/* BIO MODAL */

.speakerImg img {
    background: linear-gradient(180deg, rgba(65, 85, 118) 20%,  rgba(0, 0, 0) 80%);
}

.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: #30415b !important;
}