/* XJ DETAIL PAGE CUSTOM COLORS */

/* BANNER BACKGROUND */

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

/* NAVBAR */

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

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

/* H1 and H3 */

.Content h1,
.Content h3,
.SideCol h3 {
    color: #250c39 !important;
}

/* SIDECOL BULLETPOINTS */

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

/* INLINE LINKS */

.Content a,
.SideCol a {
	color: #522658;
}

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

/* BUTTONS */

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

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

/* BLOCKQUOTE */

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

/* HRs */

.Main hr {
    background: linear-gradient(110deg, rgba(37, 12, 57) 0%, rgba(92, 38, 109) 33.333%, rgba(110, 54, 57) 66.666%, rgba(217, 132, 63) 100%);
}

/* TABLES */

.Main th.tableHeader,
td.tableBottom {
    background: linear-gradient(110deg, rgba(37, 12, 57) 0%, rgba(92, 38, 109) 33.333%, rgba(110, 54, 57) 66.666%, rgba(217, 132, 63) 100%);

}

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

/* BIO MODAL */

.speakerImg img {
    background: linear-gradient(180deg, rgba(37, 12, 57) 0%, rgba(92, 38, 109) 33.333%, rgba(110, 54, 57) 66.666%, rgba(217, 132, 63) 100%);
}

.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: #391a3d !important;
}

/* LIVESTREAM EMBED BORDER */
.videoContainer iframe, .videoContainer .boxcast-player-container {
    border: solid 15px !important;
    border-image-source: linear-gradient(110deg, rgba(37, 12, 57) 0%, rgba(92, 38, 109) 33.333%, rgba(110, 54, 57) 66.666%, rgba(217, 132, 63) 100%) !important;
    border-image-slice: 1 !important;
}