/* RENEW 2024 DETAIL PAGE CUSTOM COLORS */

/* BANNER BACKGROUND */

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

/* H1 and H3 */

.Main h1,
.Main h3{
    color: #3E78A8 !important;
}

/* SIDECOL BULLETPOINTS */

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

/* INLINE LINKS */

.Main a {
	color: #3B7A5A;
}

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

/* BUTTONS */

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

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

/* BLOCKQUOTE */

.Main blockquote {
	border-left: 5px solid #1b8abc;
}

/* HRs */

.Main hr {
    background-color: #5ec28f !important;
}

/* TABLES */

.Main table th.tableHeader,
td.tableBottom {
    background-color: #4d8abd;
}

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

/* BIO MODAL */

.speakerImg img {
    background: linear-gradient(180deg, rgba(94,194,143) 0%, rgba(77,138,189) 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,
.Main button.btn.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
    color: #fff;
	background-color: #2e6147 !important;
}