/* SBVC Custom Styles */
/***********************
0. Bootstrap Overrides + Additions
1. Global
2. Utilities
3. Style Components
4. Header Overrides
5. Hero
6. Body
7. Subnavigation
8. Sidebar
9. Footer
10. Omni CMS Components
10.1 Card Group
10.2 CTA + Toggle
10.3 Card + Background Image
11. Omni CMS Snippets
12. News Listing
13. Timeline
14. Isotope Gallery
************************/

/************************
0. Bootstrap Overrides + Additions
************************/
.list-group-item {
	margin-bottom:0;
}

/* Modal Backdrop Fix */
body.modal-open .modal.show {
	z-index: 9999;
	background-color: rgba(38, 41, 106, .85);
}

select.form-control {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url('/_resources/images/angle-down-solid.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 22.22px 16px;
	padding-right: 35px;
}

h3, .h3, h4, .h4, h5, .h5 {
	font-weight: 700;
}
.h2, .h3, .h4, .h5 {
	display: block;
}

.ou-justedit-region .text-white {
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.58);
}

/************************
1. Global
************************/
html {
	font-size: 14px;
}
@media only screen and (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

* {
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
}

svg {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#main p a:not(.btn),
#main li a:not(.btn) {
	text-decoration: none;
	border-bottom: 1px solid var(--light-blue);
}
#main p a:not(.btn):hover,
#main li a:not(.btn):hover {
	border-bottom-color: var(--dark-blue);
}
.scfForm form .scfSubmitButtonBorder button {
	border-radius: 0.18rem;
	font-weight: 600;
	padding: .75rem 1.5rem;
	transition: all .2s ease-in-out;
}
.scfForm form .scfSubmitButtonBorder button[type="submit"] {
	background-image: none;
	border-radius: 0.18rem;
}
.scfForm form .scfSectionContent label {
	font-weight: 600;
}

@media only screen and (max-width: 768px) {
	/* On mobile make sure there is spacing between columns that align vertically */
	#main-content .row div[class*='col-lg-'],
	#main-content .row div[class*='col-md-'] {
		margin-bottom: .5rem;
	}
}

/***********************
2. Utilities
************************/
/* Make sure Main Content Button Visible when editing */
.ou-btn[data-region-style="button"] {
	z-index: 99;
	position: relative;
}


.retina-image {
	width: 50%;
	height: auto;
}

/* Backgrounds */

.bg-dark-blue {
	background-color: var(--dark-blue);
}

.bg-turquoise {
	background-color: var(--turquoise) !important;
}

.bg-light-blue {
	background-color: var(--light-blue);
}

.bg-pale-blue {
	background-color: var(--pale-blue);
}

.bg-pale-blue-gradient {
	background-color: var(--pale-blue);
	background: linear-gradient(72deg, rgba(190,220,236,1) 0%, rgba(224,243,253,1) 100%);
}

.bg-light-gray {
	background-color: var(--light-gray);	
}

.bg-light-blue-gray {
	background-color: var(--light-blue-gray);
}

/* Pathways */
.bg-Arts-Comm-Design {
	background-color: var(--color-arts);
}
.bg-Bus-Tech-Hosp {
	background-color: var(--color-business);
}
.bg-Health-Well-Athl {
	background-color: var(--color-health);
}
.bg-Man-Ind-Trans {
	background-color: var(--color-manufacturing);
}
.bg-Pub-Cul-Soc {
	background-color: var(--color-public);
}
.bg-Sci-Eng-Math {
	background-color: var(--color-science);
}

/* Angled Backgrounds/ Borders */

.clip-angle-left {
	clip-path: polygon(10% 50%, 0% 100%, 100% 100%, 100% 0%, 0% 0%);
}

.clip-angle-left-lg {
	clip-path: polygon(10% 50%, 0% 100%, 100% 100%, 100% 0%, 0% 0%);
}

@media screen and (max-width: 991px) {
	.clip-angle-left-lg {
		clip-path: none;
	}
}

.clip-angle-bottom {
	clip-path: polygon(100% 0, 100% calc(100% - 36px), 25% 100%, 0 calc(100% - 20px), 0 0);
	padding-bottom: 0 !important;
	z-index: 30;
	margin-bottom: -60px;
}

.sbvc-section.bottom-border-slant {
	clip-path: polygon(100% 0, 100% calc(100% - 36px), 0 100%, 0 0);
	padding-bottom: 60px !important;
	z-index: 2;
	margin-bottom: -60px !important;
	position: relative;
}
.sbvc-section.bottom-border-angle {
	clip-path: polygon(100% 0, 100% calc(100% - 36px), 25% 100%, 0 calc(100% - 20px), 0 0);
	padding-bottom: 60px !important;
	z-index: 2;
	margin-bottom: -60px !important;
	position: relative;
}

/* Typography */

.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 600;
}

.font-weight-ultra-bold {
	font-weight: 900;
}

.font-size-md {
	font-size: 1.125rem;
}

.font-size-lg {
	font-size: 1.25rem;
}

p strong {
	font-weight: 700;
}

.line-height-1 {
	line-height: 1.1;
}

.text-small {
	font-size: 85%;
	display: block;
	line-height: 1.3;
}

b {
	font-weight: 700;
}

/* Text Colors */
.text-blue {
	color: var(--blue);
}
.text-dark-blue {
	color: var(--dark-blue);
}
.text-light-blue {
	color: var(--light-blue);
}
.text-turquoise {
	color: var(--turquoise);
}
.text-white {
	color: var(--white);
}
.text-gray {
	color: var(--gray);
}
.text-light-gray {
	color: var(--light-gray);
}

/* Box Arrow Link */
.box-arrow-link {
	position: relative;
	font-weight: 600;
	border-bottom-width: 0 !important;
}
.box-arrow-link:before {
	content: "\f105";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 6 Pro";
	margin-right: .5rem;
	background: var(--white);
	color: var(--blue);
	font-size: .75rem;
	line-height: 1;
	padding: .25rem .35rem;
	border-radius: 0;
	transition: all .2s ease-in-out;
}
.box-arrow-link:hover:before {
	transform: translate(.25rem, 0);
}
.box-arrow-link.box-arrow-link-blue:before {
	color: var(--white);
	background: var(--blue);
}
.bg-blue .box-arrow-link,
.bg-dark-blue .box-arrow-link,
.hero.default-bg .box-arrow-link {
	color: var(--white);
}

/* Box Shadow */
.box-shadow-primary {
	box-shadow: 12px 12px 0px 0px var(--dark-blue);
}

/***********************
3. Style Components
************************/

/* Collapse */
.sbvc-comp-collapse .btn {
	position: relative;
}
.sbvc-comp-collapse-toggler {
	width: 36px;
	height: 36px;
	background-color: var(--blue);
	display: block;
	position: relative;
	transition: all .1s ease-in-out
}
.sbvc-comp-collapse .btn:hover .sbvc-comp-collapse-toggler {
	background-color: var(--dark-blue);
}
.sbvc-comp-collapse-toggler span {
	display:block;
	position: relative;
	width: 36px;
	height: 36px;
	transition: all .2s ease-in;
}
.sbvc-comp-collapse-toggler span:before,
.sbvc-comp-collapse-toggler span:after {
	position: absolute;
	left:8px;
	top:0;
	content: '';
	height: 2px;
	width: 20px;
	top: 50%;
	margin-top: -1px;
	background: var(--white);
}
.sbvc-comp-collapse-toggler span:before {
	transform: rotate(0deg);
}
.sbvc-comp-collapse-toggler span:after {
	transform: rotate(90deg);
}
.sbvc-comp-collapse .btn:not(.collapsed) .sbvc-comp-collapse-toggler span {
	transform: rotate(45deg);
}
.sbvc-comp-collapse .btn:not(.collapsed) .sbvc-comp-collapse-toggler {
	background-color: var(--turquoise);
}

/* Collapse Basic */
.sbvc-comp-collapse .sbvc-comp-collapse-basic {

}

/* Grid */
.sbvc-comp-grid .sbvc-comp-grid-col {
	padding: 1rem;
	width: 100%;
	border-width: 2px;
	border-style: solid;
	border-color: var(--turquoise);
	margin-top: -2px;
}
@media only screen and (min-width: 768px) {
	.sbvc-comp-grid {
		margin-left: -2px;
	}
	.sbvc-comp-grid .sbvc-comp-grid-col {
		width: calc(100% / 3 + 2px);
		padding: 2rem;
		margin-left: -2px;
	}
}

/* Cards */
a.card {
	transition: all .2s ease-in-out;
}
a.card:hover {
	border-color:var(--dark-blue);
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,83,160,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,83,160,1);
	box-shadow: 5px 5px 0px 0px rgba(0,83,160,1);
}

/**********************
4. Header Overrides
***********************/

#header .header-right #top-nav .dropdown-menu {
	left: auto !important;
}

#header .header-right #bottom-nav .dropdown-menu h2.border-bottom {
	border-bottom-width: 0 !important;
}

/* Tablet/ Mobile */
@media only screen and (max-width: 991px) {
	.header-search-btn,
	.header-login-btn,
	.header-hamburger-btn {
		border-radius: 0;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
.header-login-btn {
	background-color: var(--medium-gray);
	border-color: var(--medium-gray);
}
/* Mega Menus */
#header .header-right #bottom-nav .dropdown-menu {
	background-color: var(--white);
	color: var(--dark-gray);
}

#header .header-right #bottom-nav .dropdown-menu h2 {
	font-size: 1.375rem;
	color: var(--blue);
}

#header .header-right #bottom-nav .dropdown-menu .card h2 {
	color: var(--white);
}

#page-container #header .header-right #bottom-nav .dropdown-menu a,
#page-container #header .header-right #bottom-nav .dropdown-menu a[href] {
	color: var(--dark-gray);
}

#header .header-right #bottom-nav .dropdown-menu ul {
	margin-bottom: 2rem;
}

#header .header-right #top-nav .dropdown-menu li, 
#header .header-right #bottom-nav .dropdown-menu li {
	margin-bottom:0;
}
#header .header-right #bottom-nav .dropdown-menu ul li a,
#header .header-right #bottom-nav .dropdown-menu ul li a[href] {
	display: block;
	padding: .75rem 0;
	border-top: 1px solid var(--light-blue);
	transition: all .2s ease-in-out;
}

#header .header-right #bottom-nav .dropdown-menu ul li:last-child a,
#header .header-right #bottom-nav .dropdown-menu ul li:last-child a[href] {
	border-bottom: 1px solid var(--light-blue);
}

#header .header-right #bottom-nav a[data-toggle]:not(.btn),
#header .header-right #bottom-nav a.nav-link {
	color: var(--dark-gray);
}

#page-container #header .header-right #bottom-nav .dropdown-menu ul li a:hover,
#page-container #header .header-right #bottom-nav .dropdown-menu ul li a[href]:hover,
#page-container #header .header-right #bottom-nav .dropdown-menu ul li a:active,
#page-container #header .header-right #bottom-nav .dropdown-menu ul li a[href]:active,
#page-container #header .header-right #bottom-nav .dropdown-menu ul li a:focus,
#page-container #header .header-right #bottom-nav .dropdown-menu ul li a[href]:focus{
	background-color: var(--blue);
	color: var(--white);
	text-decoration: none !important;
}

@media only screen and (min-width: 992px) {
	#header .header-right #bottom-nav .dropdown-menu {
		background-color: var(--dark-blue);
		box-shadow: 0px 15px 15px 6px rgba(0,0,0,0.18);
		color: var(--white);
	}
	#header .header-right #bottom-nav .dropdown-menu ul li a,
	#header .header-right #bottom-nav .dropdown-menu ul li a[href],
	#header .header-right #bottom-nav .dropdown-menu ul li:last-child a,
	#header .header-right #bottom-nav .dropdown-menu ul li:last-child a[href] {
		border-bottom-width:0;
		border-top-width: 0;
		border-radius: 0.18rem;
	}
	#header .header-right #bottom-nav .dropdown-menu h2 {
		color: var(--light-blue);
	}
	#page-container #header .header-right #bottom-nav .dropdown-menu a,
	#page-container #header .header-right #bottom-nav .dropdown-menu a[href] {
		color: var(--white);
		padding: .5rem;
		font-weight: 600;
		margin-left: -.5rem;
	}
}

/* Hamburger Menu */
@media only screen and (max-width: 991px) {
	#page-container.hamburger-menu-open #header .header-right #bottom-nav {
		position: fixed;
		top:0;
		right:0;
		box-shadow: -30px 10px 15px -17px rgba(0,0,0,0.1);
	}
}

button#main-nav-toggler {
	position: relative;
}
button#main-nav-toggler span.fa-close {
	transition: all .2s ease-in-out;
	position: absolute;
	left: 50%;
	margin-left: -.25rem;
}
button#main-nav-toggler span.fa-close {
	opacity: 0;
	visibility: hidden;
}
button#main-nav-toggler[aria-expanded="true"] span.fa-close {
	opacity: 1;
	visibility: visible;
}
button#main-nav-toggler[aria-expanded="true"] span.fa-bars {
	opacity: 0;
	visibility: hidden;
}

/* Alert */
#alert-bar .notice {
	color: var(--dark-blue);
	background-color: var(--pale-blue);
	background: linear-gradient(72deg, rgba(190,220,236,1) 0%, rgba(224,243,253,1) 100%);
	font-weight: 500;
}
#alert-bar .notice, #alert-bar .alert, #alert-bar .covid, #alert-bar .resolution {
	padding: .5rem;
}

a[data-label="page-custom-hero"] {
	position: relative;
	z-index: 999;
}
/**********************
5. Hero
***********************/
.hero {
	min-height: 0;
	background: transparent;
	background-color: var(--blue);
}
.hero.bg-dark-blue {
	background-color: var(--dark-blue);
}
.hero:before {
	display: none;
}
.hero h1.content__title {
	text-align: left;
	font-style: normal;
	font-weight: 900;
	font-size: 3.5rem;
	padding: 0 0 2.5rem 0;
}
.hero.bg-white,
.hero.bg-white h1.content__title {
	color: var(--dark-gray);
}
.hero .hero-title-container {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.hero .hero-container-halfer h1.content__title {
	margin-top: 2rem;
}
.hero.bg-white .hero-container-halfer h1.content__title {
	color: var(--dark-gray);
}
#breadcrumb {
	color: var(--white);
	font-size: .75rem;
	line-height: 1.1;
	font-weight: 700;
	top: auto;
	padding:0;
	background: transparent;
	box-shadow: none;
	padding:2rem 0 1rem 0;
	margin:0;
}
#breadcrumb a {
	font-weight: 600;
}
.hero.bg-white #breadcrumb,
.hero.bg-white #breadcrumb a {
	color: var(--dark-gray);
}
.hero-container-halfer #breadcrumb {
	display: none;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.hero-image-placeholder {
	min-height: 250px;
	aspect-ratio: 2/1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 100%;
}
.hero-logo-container {
	margin: 20px 0;
}
.hero-logo-container img {
	max-width: 250px;
	height: auto;
}
@media only screen and (min-width: 992px) {
	.hero-image-placeholder {
		min-height: 450px;
		aspect-ratio: 6/4;
	}
	.hero .hero-title-container {
		padding: 4rem 2.5rem 4rem 2.5rem;
	}
	.hero .hero-title-container h1.content__title {
		padding: 0;
		margin-top:0;
		font-size: 2.5rem;
	}
	.hero-image-placeholder {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.hero-container-halfer #breadcrumb {
		position: absolute;
		left:0;
		top:0;
		padding: 2rem 2.5rem; 
		display: block;
	}
}
@media only screen and (min-width: 1200px) { 
	.hero .hero-title-container h1.content__title {
		font-size: 4rem;
	}
}
@media only screen and (min-width: 1440px) {
	.hero .hero-title-container h1.content__title {
		font-size: 4rem;
	}
}

@media only screen and (min-width: 1600px) {
	.hero .hero-title-container h1.content__title {
		font-size: 4.5rem;
	}
}

/* Pathways */
.hero-title-container a.pathway-id-Bus-Tech-Hosp,
.hero-title-container a.pathway-id-Arts-Comm-Design,
.hero-title-container a.pathway-id-Health-Well-Athl,
.hero-title-container a.pathway-id-Man-Ind-Trans,
.hero-title-container a.pathway-id-Pub-Cul-Soc,
.hero-title-container a.pathway-id-Sci-Eng-Math {
	color: var(--white);
	font-size: 1.25rem;
	font-weight: 600;
	transition: all .2s ease-in-out;
	margin-bottom: 0;
	display: inline-block;
	margin-top: 1.5rem;
}
@media only screen and (min-width: 992px) {
	.hero-title-container a.pathway-id-Bus-Tech-Hosp,
	.hero-title-container a.pathway-id-Arts-Comm-Design,
	.hero-title-container a.pathway-id-Health-Well-Athl,
	.hero-title-container a.pathway-id-Man-Ind-Trans,
	.hero-title-container a.pathway-id-Pub-Cul-Soc,
	.hero-title-container a.pathway-id-Sci-Eng-Math {
		margin-bottom: 1rem;
		margin-top: 0;
	}
}

.hero-title-container a.pathway-id-Bus-Tech-Hosp:before,
.hero-title-container a.pathway-id-Arts-Comm-Design:before,
.hero-title-container a.pathway-id-Health-Well-Athl:before,
.hero-title-container a.pathway-id-Man-Ind-Trans:before,
.hero-title-container a.pathway-id-Pub-Cul-Soc:before,
.hero-title-container a.pathway-id-Sci-Eng-Math:before {
	content: '';
	margin-right: .25rem;
	position: relative;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	border: 2px solid var(--white);
} 
.hero-title-container a.pathway-id-Bus-Tech-Hosp:before {
	background-color: var(--color-business);
}
.hero-title-container a.pathway-id-Arts-Comm-Design:before {
	background-color: var(--color-arts);
}
.hero-title-container a.pathway-id-Health-Well-Athl:before {
	background-color: var(--color-health);
}
.hero-title-container a.pathway-id-Man-Ind-Trans:before {
	background-color: var(--color-manufacturing);
}
.hero-title-container a.pathway-id-Pub-Cul-Soc:before {
	background-color: var(--color-public);
}
.hero-title-container a.pathway-id-Sci-Eng-Math:before {
	background-color: var(--color-science);
}

/* Pathway Header */
.pathway-page-header h1.pathway_title:before {
	content: '';
	margin-right: .25rem;
	position: relative;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	border: 2px solid var(--white);
}
.pathway-page-header h1.pathway_title.pathway-id-Bus-Tech-Hosp:before {
	background-color: var(--color-business);
}
.pathway-page-header h1.pathway_title.pathway-id-Arts-Comm-Design:before {
	background-color: var(--color-arts);
}
.pathway-page-header h1.pathway_title.pathway-id-Health-Well-Athl:before {
	background-color: var(--color-health);
}
.pathway-page-header h1.pathway_title.pathway-id-Man-Ind-Trans:before {
	background-color: var(--color-manufacturing);
}
.pathway-page-header h1.pathway_title.pathway-id-Pub-Cul-Soc:before {
	background-color: var(--color-public);
}
.pathway-page-header h1.pathway_title.pathway-id-Sci-Eng-Math:before {
	background-color: var(--color-science);
}

/**********************
6. Body
***********************/
#main {
	padding-top: 40px;
}
.wrapper.full-width-wrapper #main {
	padding-top:0;
}
#main-content {
	padding: 2rem;
}
.wrapper.full-width-wrapper #main-content {
	padding:0;
}
#page-has-sidebar.wrapper,
.wrapper.full-width-wrapper {
	max-width: 100%;
}
#page-has-sidebar #main-content {
	padding: 5rem 1rem 1rem 1rem;
}
#page-has-sidebar #main {
	padding:0;
}
#page-has-sidebar.wrapper.full-width-wrapper #main-content {
	padding: 0;	
}
/* Sidebar + Main Content */
@media only screen and (min-width: 992px) {
	.sidebar-container {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}	
	#page-has-sidebar #main-content {
		margin-right: auto;
		padding: 5rem 3rem 3rem 3rem;
	}
	#page-has-sidebar.wrapper.full-width-wrapper #main-content {
		max-width: 100%;
		padding:0;
	}
}

/* Additional Content Region */
#page-has-sidebar #additonal-content {
	padding: 0 1rem 0 1rem;
}
@media only screen and (min-width: 992px) {
	#page-has-sidebar #additonal-content {
		padding: 0 0 0 3rem;
	}
}

/**********************
7. Subnavigation
***********************/
.navbar.sbvc_subnavigation a {
	transition: all .2s ease-in-out;
}
.navbar.sbvc_subnavigation a:hover {
	color: var(--pale-blue);
}
.navbar.sbvc_subnavigation a.navbar-brand {
	font-weight: 700;
}
.navbar.sbvc_subnavigation .navbar-toggler {
	padding-left: 3rem
}
.navbar.sbvc_subnavigation span.subnav-toggler-content {
	font-weight: 600;
	font-size: .85rem;
}
.navbar.sbvc_subnavigation .navbar-toggler .fas {
	transition: all .2s ease-in-out;
	position: absolute;
	left: 1rem;
	top: 50%;
	margin-top: -.5rem;
}
.navbar.sbvc_subnavigation .navbar-toggler .fas.fa-close {
	height:auto;
	visibility: visible;
	opacity: 1;
}
.navbar.sbvc_subnavigation .navbar-toggler.collapsed .fas.fa-close {
	height:0;
	visibility: hidden;
	opacity: 0;
}
.navbar.sbvc_subnavigation .navbar-toggler .fas.fa-bars {
	height:0;
	visibility: hidden;
	opacity: 0;
}
.navbar.sbvc_subnavigation .navbar-toggler.collapsed .fas.fa-bars {
	height: auto;
	visibility: visible;
	opacity: 1;
}
.navbar.sbvc_subnavigation #subnavigation {
	background-color: var(--blue);
}

.navbar.sbvc_subnavigation #subnavigation a {
	font-weight: 600;
}
.navbar.sbvc_subnavigation #subnavigation .nav-item > a {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.navbar.sbvc_subnavigation #subnavigation .dropdown-menu a:hover {
	color: var(--dark-blue);
}
@media only screen and (min-width: 992px) {
	.navbar.sbvc_subnavigation #subnavigation {
		background: transparent;
	}	
	.navbar.sbvc_subnavigation #subnavigation .navbar-nav > .nav-item {
		text-align: center;
	}
	.navbar.sbvc_subnavigation #subnavigation .nav-item > a {
		padding: 1rem;
	}
	.navbar.sbvc_subnavigation #subnavigation .dropdown-menu {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	}
	.navbar.sbvc_subnavigation #subnavigation .nav-item a.nav-link {
		position: relative;
	}
	.navbar.sbvc_subnavigation #subnavigation .nav-item a.nav-link.active:after {
		content:'';
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -5px;
		bottom:0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid var(--blue);
		border-top: 10px solid transparent;
	}
}

/**********************
8. Sidebar
***********************/
#sidebar {
	background-color: var(--dark-blue);
	padding: 1rem;
	color: var(--white);
}
#sidebar a:not(.btn) {
	color: var(--white);
	transition: all .2s ease-in-out;
	border-bottom: 1px solid var(--light-blue);
}
#sidebar a:not(.btn):hover {
	color: var(--light-blue);
	text-decoration: none;
	border-bottom-color: var(--white);
}
#sidebar .sidebar-container {
	padding-bottom: 7rem;
}
@media only screen and (min-width: 992px) {
	#sidebar {
		padding:0;
		padding-top: calc(40px + 3rem);
	}
}
@media only screen and (max-width: 992px) {
	#sidebar .sidebar-news {
		padding-top: 5rem !important; 
		padding-bottom: 0rem !important; 
	}
}
/* Sidebar Navigation */
#sidebar #sidebar-nav {
	background-color: var(--dark-blue);
	margin-bottom: 2rem;
}
#sidebar #sidebar-nav ul {
	border-width: 0;
	border-radius: 0;
}
#sidebar-nav ul li {
	overflow: hidden;
}
#sidebar #sidebar-nav ul li + li {
	border-top-color: var(--light-blue);
}
#sidebar-nav ul li a {
	position: relative;
	padding-right: 2rem;
}
#sidebar #sidebar-nav ul li a[href],
#sidebar #sidebar-nav ul li a[href].selected {
	background: transparent;
	color: var(--white);
	transition: all .2s ease-in-out;
	text-decoration: none;
	border-bottom-width: 0;
}
#sidebar #sidebar-nav ul li a:after {
	content: "\f054";
	font: var(--fa-font-solid);
	color: var(--white);
	text-rendering: auto;
	position: absolute;
	right:.5rem;
	top: 50%;
	margin-top: -.325rem;
	font-size: .75rem;
}
#sidebar #sidebar-nav ul li a[href].selected {
	font-weight: 600;
	padding-left: 1.5rem;
}
#sidebar #sidebar-nav ul li a[href].selected:before {
	color: var(--white);
	font-size: .75rem;
	position: absolute;
	left: .5rem;
	top: 50%;
	margin-top: -.325rem;
}
#sidebar #sidebar-nav ul li a[href].selected:after {
	display: none;
}
#sidebar #sidebar-nav ul li a[href]:before,
#sidebar #sidebar-nav ul li a[href]:after {
	color: var(--white);
}
#sidebar #sidebar-nav ul li a[href]:hover {
	background-color: var(--blue);
	color: var(--white);
	text-decoration: none;
}
#sidebar #sidebar-nav ul li a[href]:active,
#sidebar #sidebar-nav ul li a[href]:focus {
	color: var(--white);
	text-decoration: none;
}
@media only screen and (min-width: 992px) {
	#sidebar #sidebar-nav {
		padding-right: 2rem;
		padding-left: 1.5rem;
	}	
}
/* Child Sidenav Items */
#sidebar #sidebar-nav ul li ul {
	height:0;
	transition: all .2s ease-in-out;
}
#sidebar #sidebar-nav ul li ul li {
	border-top-width: 0 !important;
}
#sidebar #sidebar-nav ul li ul li a,
#sidebar #sidebar-nav ul li ul li a[href] {
	padding-left: 1.25rem;
}
#sidebar #sidebar-nav ul li ul li a[href].selected,
#sidebar #sidebar-nav ul li ul li a.selected{
	padding-left: 2.25rem;
}
#sidebar #sidebar-nav ul li ul li a[href].selected:before,
#sidebar #sidebar-nav ul li ul li a.selected:before {
	left: 1.25rem;
}
#sidebar #sidebar-nav ul li.show-sidenav-children ul {
	height: auto;
}
#sidebar #sidebar-nav ul li.sidenav-item-has-children a:after {
	content: "\f107";
	font: var(--fa-font-solid);
	color: var(--white);
	text-rendering: auto;
	position: absolute;
	right:.5rem;
	top: 50%;
	transition: all .2s ease-in-out;
	margin-top: -.325rem;
	font-size: .75rem;
}
#sidebar #sidebar-nav ul li.sidenav-item-has-children.show-sidenav-children > a 
#sidebar #sidebar-nav ul li.sidenav-item-has-children.show-sidenav-children > a {
	font-weight: 600;
}
#sidebar #sidebar-nav ul li.sidenav-item-has-children.show-sidenav-children a:after {
	transform: rotate(180deg);
}
#sidebar #sidebar-nav ul li.sidenav-item-has-children ul li a:after,
#sidebar #sidebar-nav ul li.sidenav-item-has-children ul li a[href]:after{
	content: "\f054";
	font: var(--fa-font-solid);
	color: var(--white);
	text-rendering: auto;
	position: absolute;
	right:.5rem;
	top: 50%;
	margin-top: -.325rem;
	font-size: .75rem;
}
#sidebar #sidebar-nav ul li.sidenav-item-has-children.show-sidenav-children ul li a:after {
	transform: none;
}
#sidebar #sidebar-nav ul li.sidenav-item-has-children ul li a.selected:after {
	display: none;
}

/* Sidebar Editable Regions/ Additional Sidebar Content */
#sidebar .sidebar-editable-region.sidebar-additional-content {
	background: transparent;
	background-color: none;
	box-shadow: none;
	color: var(--white);
	padding:0;
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
	#sidebar .sidebar-editable-region.sidebar-additional-content {
		padding-left: 1.5rem;
	}
}

/*****************
9. Footer
*****************/
#footer {
	position: relative;
}
#footer::before {
	background-color: rgb(0 83 160 / 88%);
	position: absolute;
}
#footer #footer-bottom {
	position: relative;
	background-color: rgb(38 41 106 / 77%);
	padding-bottom: 4rem;
}
#footer-links ul > li > a {
	font-weight: 600;
	padding-bottom: 1rem;
	display:block;
}

/*****************
10. Omni CMS Components
*****************/

/* Page Header Hero Components */

.hero-component #breadcrumb[data-comp-display-breadcrumbs="false"] {
	display: none !important;
}

.hero-component .hero-ctas {
	margin-top: .5rem;
	margin-bottom: 40px;
}
.hero-component .hero-ctas a {
	margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
	.hero-component .hero-ctas {
		margin-top: 2.5rem;
	}	
}

/* Page Header Hero Video Component */
#hero-video-modal .modal-content .close {
	position: absolute;
	right:0;
	top:0;
	font-size: 2.25rem;
	padding: .5rem 1rem;
	background-color: var(--blue);
	z-index: 1;
	color: var(--white);
	opacity: 1;
	transition: all .2s ease-in-out;
}
#hero-video-modal .modal-content .close:hover {
	background-color: var(--dark-blue);
}

/* Page Header Hero Video Background Component */
.hero.hero_video_bg_component {
	position: relative;
}
.hero.hero_video_bg_component .hero-video-bg-gradient {
	position: absolute;
	z-index: 2;
	left:0;
	top:0;
	bottom:0;
	right:0;
}
.hero.hero_video_bg_component .hero-video-bg-gradient.hero-video-bg-blue-gradient {
	background: rgba(0, 83, 150, .35);
	background: linear-gradient(90deg, rgba(38,41,106,1) 0%, rgba(0,83,160,0.5592612044817927) 50%, rgba(255,255,255,0) 100%);
}
.hero.hero_video_bg_component .hero-video-bg-gradient.hero-video-bg-black-gradient {
	background: rgba(18,18,18, .35);
	background: linear-gradient(90deg, rgba(18,18,18,1) 0%, rgba(0,83,160,0.5592612044817927) 50%, rgba(255,255,255,0) 100%);
}

.hero.hero_video_bg_component video {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero_video_bg_component .hero-video-bg-content {
	z-index: 3;
	position: relative;
}

.hero.hero_video_bg_component .hero-ctas a,
.hero.hero_video_bg_component .hero-ctas a:hover {
	color: var(--white);
}

.hero.hero_video_bg_component .hero-video-bg-buttons .btn-secondary {
	display: none;
}
.hero.hero_video_bg_component .hero-video-bg-buttons.show-both-buttons .btn-primary {
	margin-right: 1rem;
}
.hero.hero_video_bg_component .hero-video-bg-buttons.show-both-buttons .btn-secondary {
	display: inline-block;
}

.hero.hero_video_bg_component .hero-video-bg-play-pause {
	position: absolute;
	right: 20px;
	bottom: 60px;
	z-index: 6;
}

.hero.hero_video_bg_component .home-video-bg-consent {
	display: none;
	position: absolute;
	bottom: 60px;
	right: 20px;
	z-index: 6;
}

@media only screen and (min-width: 992px) {
	.hero.hero_video_bg_component .hero-title-container h1.content__title {
		font-size: 4rem;
	}
	.hero.hero_video_bg_component .hero-video-bg-sub-text {
		font-weight: 500;
		font-size: 1.5rem;
		line-height: 1.2;
	}
}

/* Courseleaf Description */
.couseleaf_program_description_content,
.couseleaf_program_description_content p {
	font-size: 1.25rem;
}
.couseleaf_program_description_content hr {
	display: none;
}
.couseleaf_program_description_content table {
	margin-bottom: 1.5rem;
}
.couseleaf_program_description_content h2,
.couseleaf_program_description_content h3 {
	margin-top: 2.5rem;
}

/* Courseleaf Contact */
.couseleaf_program_contact_content h2 {
	font-size: 1.5rem;
}
.couseleaf_program_contact_content {
	margin-bottom: 3rem;
}
.couseleaf_program_contact_content hr {
	display: none;
}

/* Lightcast Career Embed */
.lightcast_career_embed {
	min-width: 380px;
}

/* Related Programs */
.program_pathway_related_programs_content .dropdown button.btn-outline-light:hover,
.program_pathway_related_programs_content .dropdown button.btn-outline-light:active,
.program_pathway_related_programs_content .dropdown button.btn-outline-light:focus,
.program_pathway_related_programs_content .dropdown.show button.btn-outline-light {
	background-color: var(--blue);
	color: var(--white);
}
.program_pathway_related_programs_content {
	margin-right: 1.5rem;
}
.program_pathway_related_programs_content h2 a {
	border-bottom-width: 0 !important;
}
.program_pathway_related_programs_content .dropdown .dropdown-menu a.dropdown-item {
	font-weight: 600;
}
.program_pathway_related_programs_content .dropdown .dropdown-menu a.dropdown-item:hover {
	background-color: var(--blue);
	color: var(--white);
}

/* Call to Action and Request Form */
.program_call_to_action_content .border-left {
	border-left-width: 0 !important;
}
.program_call_to_action_content.program_call_to_action_content_angled_top_border {
	clip-path: polygon(0% 0%, 25% calc(0% + 36px), 100% 0, 100% 100%, 0% 100%);
	position: relative;
	z-index: 30;
	margin-top: -60px;
	padding-top: 7rem !important;
}

@media only screen and (min-width: 992px) {
	.program_call_to_action_content .program_call_to_action_left_content {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.program_call_to_action_content .program_call_to_action_right_content {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.program_call_to_action_content.program_call_to_action_full_width .program_call_to_action_left_content {
		max-width: 460px;
		margin-left: auto;
	}
	.program_call_to_action_content.program_call_to_action_full_width .program_call_to_action_right_content {
		max-width: 1440px;
		margin: 0 auto;
		padding-left: 4.25rem;
		padding-right: 4.25rem;
	}
	.program_call_to_action_content .border-left {
		border-left-width: 1px !important;
	}
	.program_call_to_action_content.wolverine-bg {
		background-image: url('/_resources/images/request_info_wolverine.png');
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: auto 75%;

	}
	.program_call_to_action_content.wolverine-bg .program_call_to_action_request_form {
		padding-right: 300px;
	}
}

/* Program Degrees and Certificates */
.program_degrees_certs_content .sbvc-section {
	padding: 4rem 0 3rem 0;
}
.program_deg_cert_background_Arts-Comm-Design {
	background-color: rgba(79,52,90,0.15);
}
.program_deg_cert_background_Bus-Tech-Hosp {
	background-color: rgba(28,57,88,0.15);
}
.program_deg_cert_background_Health-Well-Athl {
	background-color: rgba(186,92,12,0.15);
}
.program_deg_cert_background_Man-Ind-Trans {
	background-color: rgba(177,44,44,0.15);
}
.program_deg_cert_background_Pub-Cul-Soc {
	background-color: rgba(1,117,167, 0.15);
}
.program_deg_cert_background_Sci-Eng-Math {
	background-color: rgba(54,126,1,0.15);
}
.program_degrees_certs_content  ul {
	margin:0;
	padding:0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.program_degrees_certs_content  ul li {
	list-style: none;
	margin:0;
	padding:0;
	width: 100%;
	text-align: left;
	margin-bottom: 1.5rem;
}
.program_degrees_certs_content  ul li .card {
	position: relative;
	height: 100%;
	min-height: 200px;
} 
.program_degrees_certs_content  ul li .card .deg-cert-buttons .btn {
	margin-bottom: .5rem;
}
.program_degrees_certs_content  ul li .card .deg-cert-icon {
	position: absolute;
	left: -15px;
	top: 1.125rem;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 100%;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.program_degrees_certs_content  .program_deg_cert_background_Arts-Comm-Design ul li .card .deg-cert-icon {
	background-color: rgba(79,52,90,0.2);
}
.program_degrees_certs_content .program_deg_cert_background_Bus-Tech-Hosp ul li .card .deg-cert-icon {
	background-color: rgba(28,57,88,0.2);
}
.program_degrees_certs_content .program_deg_cert_background_Health-Well-Athl ul li .card .deg-cert-icon {
	background-color: rgba(186,92,12,0.2);
}
.program_degrees_certs_content .program_deg_cert_background_Man-Ind-Trans ul li .card .deg-cert-icon {
	background-color: rgba(177,44,44,0.2);
}
.program_degrees_certs_content .program_deg_cert_background_Pub-Cul-Soc ul li .card .deg-cert-icon {
	background-color: rgba(1,117,167, 0.2);
}
.program_degrees_certs_content .program_deg_cert_background_Sci-Eng-Math ul li .card .deg-cert-icon {
	background-color: rgba(54,126,1,0.2);
}
.program_degrees_certs_content  ul li .card .deg-cert-cte {
	position: absolute;
	right:.5rem;
	top: .5rem;
}
.program_degrees_certs_content  ul li .card h2 {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--dark);
	margin-bottom: 2rem;
}
#main .program_degrees_certs_content .program_deg_cert_background_Arts-Comm-Design  span.fa-solid {
	color: var(--color-arts);
}
#main .program_degrees_certs_content .program_deg_cert_background_Bus-Tech-Hosp  ul li a:after {
	color: var(--color-business);
}
#main .program_degrees_certs_content .program_deg_cert_background_Health-Well-Athl ul li a:after {
	color: var(--color-health);
}
#main .program_degrees_certs_content .program_deg_cert_background_Man-Ind-Trans ul li a:after {
	color: var(--color-manufacturing);
}
#main .program_degrees_certs_content .program_deg_cert_background_Pub-Cul-Soc ul li a:after {
	color: var(--color-public);
}
#main .program_degrees_certs_content .program_deg_cert_background_Sci-Eng-Math ul li a:after {
	color: var(--color-science);
}
#main .program_degrees_certs_content  ul li a.is-a-certificate:after {
	content:'\f0a3';
}
#main .program_degrees_certs_content  ul li a:hover {
	text-decoration: none;
	border-color: var(--blue);
}
#main .program_degrees_certs_content .program_deg_cert_background_Arts-Comm-Design  ul li a:hover {
	border-color: var(--color-arts);
}
#main .program_degrees_certs_content .program_deg_cert_background_Bus-Tech-Hosp  ul li a:hover {
	border-color: var(--color-business);
}
#main .program_degrees_certs_content .program_deg_cert_background_Health-Well-Athl ul li a:hover {
	border-color: var(--color-health);
}
#main .program_degrees_certs_content .program_deg_cert_background_Man-Ind-Trans ul li a:hover {
	border-color: var(--color-manufacturing);
}
#main .program_degrees_certs_content .program_deg_cert_background_Pub-Cul-Soc ul li a:hover {
	border-color: var(--color-public);
}
#main .program_degrees_certs_content .program_deg_cert_background_Sci-Eng-Math ul li a:hover {
	border-color: var(--color-science);
}
@media only screen and (min-width: 992px) {
	.program_degrees_certs_content  ul li {
		width: calc(100% / 3 - 1rem);
		margin-right: 1.5rem;
	}
	.program_degrees_certs_content  ul li:nth-child(3n) {
		margin-right:0;
	}
	.program_degrees_certs_content  ul:after {
		content: '';
		flex: auto;
	}
}
/* Pathway > Programs Component */

/* Program Cards (used in various components) */
ul.sbvc-programs {
	margin:0;
	padding:0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.sbvc-programs li {
	list-style: none;
	margin:0;
	padding:0;
	width: 100%;
	text-align: left;
	margin-bottom: 1.5rem;
}
ul.sbvc-programs.sbvc-programs-list li {
	margin-bottom: .5rem;
}
ul.sbvc-programs.sbvc-programs-list li a p.mb-0.text-center {
	text-align: left !important;
}
ul.sbvc-programs.sbvc-programs-list li .pathway_program_card_content {
	padding-right: 100px;
}
ul.sbvc-programs li a.pathway_program_card {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
ul.sbvc-programs li a .pathway_program_card_cover {
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
ul.sbvc-programs.sbvc-programs-grid li a .pathway_program_card_cover {
	opacity: .9;
	transition: all .2s ease-in-out;
}
ul.sbvc-programs.sbvc-programs-grid li a:hover .pathway_program_card_cover {
	opacity: .95;
}
ul.sbvc-programs.sbvc-programs-grid li a:hover {
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, .2);
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, .2);
}
ul.sbvc-programs.sbvc-programs-grid li a {
	min-height: 280px;
	padding: 1.5rem;
}
ul.sbvc-programs.sbvc-programs-grid li a h2 {
	text-align: center;
}
ul.sbvc-programs.sbvc-programs-grid li a p {
	line-height: 1.2;
}
ul.sbvc-programs.sbvc-programs-grid li a .pathway_program_card_meta {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
ul.sbvc-programs.sbvc-programs-grid li a .pathway_program_card_content {
	height: calc(280px - 3rem);
	justify-content: center;
}
ul.sbvc-programs.sbvc-programs-list li a {
	padding: 1rem;
}
ul.sbvc-programs.sbvc-programs-list li a h2 {
	margin-bottom: 0;
}
ul.sbvc-programs.sbvc-programs-list li a .pathway_program_card_meta {
	position: absolute;
	right:1rem;
	top: 50%;
	margin-top: -.5rem;
}
ul.sbvc-programs.sbvc-programs-list li a .fa-bold-lightning {
	margin-left: .35rem;
}
button.sbvc-programs-orientation {
	border: none;
	background: transparent;
	color: var(--blue);
	width: 2.5rem;
	height: 2.5rem;
	transition: all .2s ease-in-out;
	border-radius: 100%;
}
button.sbvc-programs-orientation:hover {
	background-color: var(--pale-blue);
	color: var(--dark-blue);
}
button.sbvc-programs-orientation.active {
	background-color: var(--light-blue);
}
@media only screen and (min-width: 992px) {
	ul.sbvc-programs.sbvc-programs-grid li {
		width: calc(100% / 3 - 1rem);
		margin-right: 1.5rem;
	}
	ul.sbvc-programs.sbvc-programs-grid li:nth-child(3n) {
		margin-right:0;
	}
	ul.sbvc-programs.sbvc-programs-grid:after {
		content: '';
		flex: auto;
	}
}

/* Pathways > Show All */
.sbvc-all-pathways-grid {
	position:relative;
}
.sbvc-all-pathways-grid a:before {
	position: absolute;
	width: 100%;
	height: 3rem;
	transition: all .2s ease-in-out;
	background: #000;
	opacity: 0;
	content: '';
	top:0;
	left:0;
	clip-path: polygon(100% 0, 100% calc(100% - 36px), 25% 100%, 0 calc(100% - 20px), 0 0);
}
.sbvc-all-pathways-grid a:hover:before {
	opacity: .5;
}
.sbvc-all-pathways-grid a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 1240px) {
	.sbvc-all-pathways-grid a {
		min-height: 350px;
	}	
}
@media only screen and (min-width: 992px) {
	.sbvc-all-pathways-grid a {
		min-height: 430px;
	}	
}

/* Courseleaf > Courses */
.courseleaf-courses-section .courseblock {
	background-color: var(--white);
	border: 1px solid var(--medium-gray);
	border-radius: 0.1875rem;
	padding: 1rem;
	margin-bottom: 2rem;
}
.courseleaf-courses-section .courseblock .cols {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.courseleaf-courses-section .courseblock .cols .col-3 {
	max-width: 75%;
	flex: 0 0 75%;
	padding:0;
}
.courseleaf-courses-section .courseblock .noindent > * {
	padding-left: 0;
	padding-right: 0;
}
.courseleaf-courses-section .courseblock .detail-code {
	font-weight: 400;
}
.courseleaf-courses-section .courseblock .detail-fose_detail_hours_custom {
	font-weight: 700;
}
.courseleaf-courses-section .courseblock .detail-title {
	font-weight: 900;
	font-size: 1.5rem;
}

/* Courseleaf Deg/ Cert Index */
#degrees_certs_index .card {
	display: none;
	transition: all .2s ease-in-out;
	position: relative;
	opacity: 1;
}
#degrees_certs_index .card.active {
	display: block;
}
#degrees_certs_index .card a:not(.btn) {
	color: var(--blue);
	transition: all .2s ease-in-out;
}
#degrees_certs_index .card:before {
	content:'';
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: var(--dark-blue);
	position: absolute;
	left: -10px;
	top: 1.65rem;
	border: 2px solid var(--white);
}
#degrees_certs_index .card.changed {
	opacity: .7;
}
#degrees_certs_index .card.Arts-Comm-Design:before {
	background-color: var(--color-arts);
}
#degrees_certs_index .card.Bus-Tech-Hosp:before {
	background-color: var(--color-business);
}
#degrees_certs_index .card.Health-Well-Athl:before {
	background-color: var(--color-health);
}
#degrees_certs_index .card.Man-Ind-Trans:before {
	background-color: var(--color-manufacturing);
}
#degrees_certs_index .card.Pub-Cul-Soc:before {
	background-color: var(--color-public);
}
#degrees_certs_index .card.Sci-Eng-Math:before {
	background-color: var(--color-science);
}
/* Card Components*/
.card.card_as_link_component:hover {
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.14);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.14);
	text-decoration: none;
}
.card.card-stacked .card-body {
	flex-direction: column;
	flex: 1;
	justify-content: center;
}
.card.card-stacked.text-left .card-body {
	align-items: start !important;
}
.card.card-stacked .card-body .card-title {
	margin-top: .75rem;
}
.card.card-inline .card-icon {
	padding-right: 1.5rem;
}
.card.card_component.text-dark .card-body a {
	color: var(--blue);
}
.card.card_component.text-dark .card-body a:hover {
	color: var(--dark-blue);
}
.card.card_component.text-white .card-body a {
	color: var(--white);
}
.card.card_as_link_component.card-inline .card-arrow {
	margin-left: auto;
	padding-left: 1.25rem;
}
.card.card_as_link_component.card-inline .card-icon {
	padding-right: 1.25rem;
}
.card.card_as_link_component .card-button,
.card.card_as_link_component.card-as-link-no-button .card-button {
	display: none;
}
.card.card_as_link_component.card-as-link-yes-button .card-arrow {
	display: none;
}
.card.card_as_link_component.card-as-link-yes-button .card-button {
	display: block;
}
.card.card_as_link_component .card-button {
	margin-top: 1rem;
}
.card.card_as_link_component .card-as-link-button {
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid var(--white);
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	line-height: 1;
	border-radius: 0.18rem;
	transition: all 0.2s ease-in-out;
}
.card.card_as_link_component.text-white .card-as-link-button {
	border-color: var(--white);
}
.card.card_as_link_component.text-dark .card-as-link-button,
.card.card_as_link_component.text-blue .card-as-link-button {
	border-color: var(--blue);
}
.card.card_as_link_component:hover .card-as-link-button {
	transform: translateX(5px);
}
/* Hides bullet that shows when using description as an asset - Matt 12/11/2024 */
.card.card_as_link_component li.content-asset {
	list-style: none;
}

/* Courseleaf Degrees and Certificates Dropdown Component */
.courseleaf_program_degrees_certs_dropdown.dropdown .dropdown-menu {
	max-width: 100%;
}
.courseleaf_program_degrees_certs_dropdown.dropdown .dropdown-menu .courseleaf_program_degrees_certs_dropdown-list {
	max-height: 205px;
	overflow: scroll;
}
.courseleaf_program_degrees_certs_dropdown.dropdown .dropdown-menu .dropdown-item {
	white-space: normal;
}

/* Video Lightbox */
.sbvc-video-lightbox,
.sbvc-video-lightbox:hover {
	text-decoration: none;
}
.sbvc-video-lightbox .sbvc-video-play-caption .sbvc-video-play-button {
	height: 5rem;
	width: 5rem;
	background: rgba(0, 95, 170, 0.8);
	transition: all .2s ease-in-out;
}
.sbvc-video-lightbox:hover .sbvc-video-play-caption .sbvc-video-play-button {
	transform: translateY(-5px);
	background: var(--blue);
	text-decoration: none;
}

/* Arrow List */
.sbvc_arrow_list_component ul li {
	list-style: none;
	margin-bottom: .5rem;
	position: relative;

}
.sbvc_arrow_list_component ul li:last-child {
	margin-bottom:0;
}
.sbvc_arrow_list_component ul li:before {
	content: '\f061';
	font: var(--fa-font-solid);
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: -1.75rem;
	top: .25rem;
	color: inherit;
}

/* News Feed Carousel */
.news-card.card:hover {
	box-shadow: none;
}

.news-card .news-card-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	aspect-ratio: 1 / 1;
	position: relative;
	min-height: 200px;
	max-width: 100%;

}
.news-card .news-card-image:after {
	content:'';
	opacity:0;
	transition: all .2s ease-in-out;
	background: var(--blue);
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
}
.news-card .news-card-image:before {
	content:'\f061';
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 0;
	left:0;
	text-align: center;
	top: calc(50% - 1rem);
	color: var(--white);
	transition: all .2s ease-in-out;
	opacity: 0;
	z-index: 2;
	font-size: 2rem;
}
.news-card:hover .news-card-image:after {
	opacity: .7;
}
.news-card:hover .news-card-image:before {
	opacity: 1;
}

/**********************
Contact Card
***********************/
.sbvc-contact-card .sbvc-contact-card-items span.fa-solid,
.sbvc-contact-card .sbvc-contact-card-toggles span.fa-solid{
	width: 1.75rem;
	text-align: left;
}
.sbvc-contact-card a {
	transition: all .2s ease-in-out;
}
.sbvc-contact-card.bg-dark-blue a {
	color: var(--white);
}
.sbvc-contact-card.bg-dark-blue a:hover {
	text-decoration: underline;
}
.sbvc-contact-card.bg-light-blue-gray .bg-primary,
.sbvc-contact-card.bg-white .bg-primary,
.sbvc-contact-card.bg-light-blue-gray .bg-primary a,
.sbvc-contact-card.bg-white .bg-primary a {
	color: var(--white) !important;
}
.sbvc-contact-card.bg-light-blue-gray .bg-primary a:hover,
.sbvc-contact-card.bg-white .bg-primary a:hover {
	opacity: .8;
}

/********************
People Cards
*******************/
.sbvc-section.text-white .people-cards-row a:not(.btn) {
	color: var(--blue);
}
.sbvc-section.text-white .people-cards-row a:not(.btn):hover {
	color: var(--dark-blue);
}


/*******************
Accordion
*******************/
.sbvc-accordion .card-header button {
	transition: all .2s ease-in-out;
}
.sbvc-accordion .card-header button:hover {
	text-decoration: none;
	opacity: .85;
}
.sbvc-accordion .card-header button h2 {
	margin-bottom:0;
}
.sbvc-accordion .card-header button span.fa-angle-down {
	transition: all .2s ease-in-out;
}
.sbvc-accordion .card-header button[aria-expanded="true"] span.fa-angle-down {
	transform: rotate(180deg);
}
.sbvc-accordion.bg-light-blue-gray .card-header button {
	background-color: var(--light-blue-gray);
	color: var(--dark-gray);
}
.sbvc-accordion.bg-dark-blue .card-header button,
.sbvc-accordion.bg-dark-blue-card .card-body {
	background-color: var(--dark-blue);
	color: var(--white);
}
.sbvc-accordion.bg-white .card-header button {
	background-color: var(--white);
	color: var(--dark-gray);
}
.sbvc-accordion.bg-white-card .card-body a:not(.btn) {
	color: var(--blue);
}
.sbvc-accordion.bg-white-card .card-body button {
	color: var(--white);
}
.sbvc-accordion.bg-dark-blue-card .card-body a:not(.btn) {
	color: var(--pale-blue);
}
.sbvc-accordion.bg-dark-blue-card .card-body a:hover {
	color: var(--white);
}
.sbvc-accordion.heading-small .card-header button h2 {
	font-size: 1rem;
}
.sbvc-accordion.heading-medium .card-header button h2 {
	font-size: 1.5rem;
}
.sbvc-accordion.heading-large .card-header button h2 {
	font-size: 2rem;
}
.sbvc-accordion.heading-xl .card-header button h2 {
	font-size: 2.5rem;
}
.sbvc-accordion.accordion .btn {
	white-space: normal;
}

/*******************
List Grid
*******************/
.sbvc-list-grid {
	padding: 1.5rem 0;
}

.sbvc-list-grid ul {
	margin:0;
	padding:0;
}
.sbvc-list-grid ul li {
	list-style: none;
	border-bottom: 1px solid var(--dark-blue);
	padding: 1rem;
	white-space: nowrap;
}
.sbvc-list-grid ul li:first-child {
	border-top: 1px solid var(--dark-blue);
}
.sbvc-list-grid ul li ul li:first-child {
	border-bottom: 0;
	border-top: 0;
}
.sbvc-list-grid ul li ul,
.sbvc-list-grid ul li ul li {
	border-bottom:0;
	border-top:0;
	padding:0;
}
.sbvc-list-grid ul li ul li {
	white-space: normal;
}

@media screen and (min-width: 768px) {
	.sbvc-list-grid ul li {
		display: flex;
		align-items: center;
		justify-content: start;
		column-gap: 1.25rem;
	}
	.sbvc-list-grid ul li ul,
	.sbvc-list-grid ul li ul li {
		display: flex;
		align-items: center;
		justify-content: start;
		column-gap: 1.25rem;
	}
}

/* Calendar Grid */
.sbvc_calendar_list_component.sbvc_calendar_grid_component .calendar-list-item {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.sbvc_calendar_list_component.sbvc_calendar_grid_component .calendar-list-item {
		width: calc(100% / 3 - .5rem);
	}	
}

/*****************
11. Omni CMS Snippets
*****************/

/* Container */
.sbvc-section .container-max-width-small,
.sbvc-section .container-max-width-medium,
.sbvc-section .container-max-width-large {
	margin-left: auto !important;
	margin-right: auto !important;
}
.sbvc-section .container-max-width-small {
	max-width: 600px;
}
.sbvc-section .container-max-width-medium {
	max-width: 800px;
}
.sbvc-section .container-max-width-large {
	max-width: 960px;
}
.sbvc-section.text-white a:not(.btn, .accordion-wrapper a) {
	color: var(--white);
}
@media only screen and (min-width: 992px) {
	.sbvc-section .container {
		padding:0;
	}
	#page-has-sidebar.full-width-wrapper .sbvc-section .container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	#page-no-sidebar.full-width-wrapper .sbvc-section .container {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}
	#page-has-sidebar.full-width-wrapper .sbvc-section .container .sbvc-section-container {
		padding-left: 3rem;
		padding-right: 3rem;
		margin-right: auto;
	}
}

/* Multiple Columns */
#main-content .row.no-gutters > .col, 
#main-content .row.no-gutters > [class*="col-"] {
	margin-left:0;
	margin-right: 0;
}

/* Carousel Anything */
.sbvc-carousel-anything {
	height: 0;
	opacity: 0;
	transition: all .2s ease-in-out;
}
.ou-justedit-region .sbvc-carousel-anything {
	height: auto;
	opacity: 1;
	transition: all .2s ease-in-out;
}
.sbvc-carousel-anything.swiper-initialized {
	height: auto;
	opacity: 1;
}
.sbvc-carousel-anything.swiper[data-arrows="false"] .swiper-button-next,
.sbvc-carousel-anything.swiper[data-arrows="false"] .swiper-button-prev {
	display: none;
}
.sbvc-carousel-anything.swiper .swiper-button-next:before,
.sbvc-carousel-anything.swiper .swiper-button-prev:before {
	content: '';
	width: 40px;
	height: 40px;
	display: flex; 
	align-items:center;
	justify-content: center;
	border-radius: 100%;
	background-color: var(--blue);
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 1;
}
.sbvc-carousel-anything.swiper .swiper-button-next:hover,
.sbvc-carousel-anything.swiper .swiper-button-prev:hover {
	opacity: 1;
}
.sbvc-carousel-anything.swiper .swiper-button-next,
.sbvc-carousel-anything.swiper .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: rgba( 255, 255, 255, .5);
	opacity: .4;
	transition: all .2s ease-in-out;
}
.sbvc-carousel-anything.swiper.sbvc-carousel-color-dark .swiper-button-next,
.sbvc-carousel-anything.swiper.sbvc-carousel-color-dark .swiper-button-prev {
	background-color: rgba( 0, 0, 0, .5);
}
.sbvc-carousel-anything.swiper .swiper-button-next:after,
.sbvc-carousel-anything.swiper .swiper-button-prev:after {
	font: var(--fa-font-solid);
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: var(--white);
	z-index: 2;
}
.sbvc-carousel-anything.swiper .swiper-button-next:after {
	content: '\f105';
}
.sbvc-carousel-anything.swiper .swiper-button-prev:after {
	content: '\f104';
}
.sbvc-carousel-anything.swiper .swiper-pagination {
	position: relative;
	text-align: left;
}
.sbvc-carousel-anything.swiper.swiper-horizontal>.swiper-pagination-bullets, 
.sbvc-carousel-anything.swiper .swiper-pagination-bullets.swiper-pagination-horizontal, 
.sbvc-carousel-anything.swiper .swiper-pagination-custom, 
.sbvc-carousel-anything.swiper .swiper-pagination-fraction {
	bottom:0;
}
.sbvc-carousel-anything.swiper .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 2px solid var(--white);
	background: transparent;
	opacity: 1;
}
.sbvc-carousel-anything.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--white);
}
.sbvc-carousel-anything.swiper.sbvc-carousel-color-dark .swiper-pagination .swiper-pagination-bullet {
	border: 2px solid var(--dark);
}
.sbvc-carousel-anything.swiper.sbvc-carousel-color-dark .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--dark);
}

.sbvc-carousel-anything.swiper.swiper-testimonial-true {
	position: relative;
}
.sbvc-carousel-anything.swiper.swiper-testimonial-true .swiper-slide .swiper-slide-content {
	padding-left: 4rem;
}
.sbvc-carousel-anything.swiper.swiper-testimonial-true:before {
	position: absolute;
	left:0;
	top:0;
	content: '\f10d';
	font: var(--fa-font-solid);
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 3.5rem;
	color: var(--white);
}
.sbvc-carousel-anything.swiper.sbvc-carousel-color-dark.swiper-testimonial-true:before {
	color: var(--blue);
}
.sbvc-carousel-anything.swiper.swiper-testimonial-true .swiper-pagination {
	padding-left: 4rem;
}

/* Fix issue with Snippet Tables max-width of 850px*/
.ou-justedit-region table {
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
}
/* Fix issue with P tags in table editor not having margin */
.ou-justedit-region table td p {
	margin-bottom: 1rem;
}

/*****************
Navbar Updates 2024
*****************/
@media screen and (min-width: 992px) {
	#header {
		padding-top: 2.5rem !important;
		padding-bottom:0 !important;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#top-nav {
		position: absolute;
		left:0;
		right:0;
		top: 0;
		width: 100%;
		background-color: #F3F4F4;
		height: 2.5rem;
		display: flex;
		justify-content: end;
		align-items: center;
	}
	#top-nav a.btn,
	#top-nav button.btn {
		font-size: .9rem;
		padding: 0.35rem 0.75rem;
	}
	#header .header-right #bottom-nav {
		margin:0;
	}
	#header .header-right #bottom-nav .dropdown-menu ul {
		margin-bottom: 0.5rem;
	}
	#header .header-right #bottom-nav > ul > li.nav-item {
		margin-right: .5rem;
	}
	#header .header-right #bottom-nav > ul > li.nav-item:last-child {
		margin-right: 0;
	}
	#bottom-nav .navbar-nav .nav-item a.nav-link {
		font-size: 0.9rem;
		padding: 2rem 0 calc(2rem - 5px) 0 !important;
		position: relative;
		border-bottom: 5px solid var(--white);
		border-top: 5px solid var(--white);
	}
	#bottom-nav .navbar-nav .nav-item a.nav-link.dropdown-toggle {
		padding-right: .75rem !important;	
		transition: all .2s ease-in-out;
	}
	#bottom-nav .navbar-nav .nav-item a.dropdown-toggle:after {
		display: none;
	}
	#bottom-nav .navbar-nav .nav-item a.dropdown-toggle:before {
		color: var(--blue);
		border: none;
		font: var(--fa-font-solid);
		content: "\f107";
		font-size: .65rem;
		position: absolute;
		top: 50%;
		margin-top: -0.2rem;
		right: 0;
		transition: all .2s ease-in-out;
	}
	#bottom-nav .navbar-nav .nav-item.show a.nav-link {
		border-bottom-color: var(--light-blue);
	}
	#header .header-right #bottom-nav .nav-item.show a[data-toggle]:not(.btn),
	#header .header-right #bottom-nav .nav-item.show a.nav-link {
		color: var(--blue);
	}
	#bottom-nav .navbar-nav .nav-item.show a.dropdown-toggle:before {
		transform: rotate(180deg);
	}
	#header .header-right #bottom-nav .dropdown-menu h2.border-bottom {
		border-bottom-width: 1px !important;
		border-bottom-color: #6176A8 !important;
	}
	.header-login-btn {
		background-color: #f3f4f4;
		border-color: #f3f4f4;
	}
	#header .header-right #bottom-nav a[data-toggle]:not(.btn):hover {
		text-decoration: none;
		border-bottom-color: var(--medium-gray);
		color: var(--blue);
	}
}

@media screen and (min-width: 1065px) {
	#header .header-right #bottom-nav > ul > li.nav-item {
		margin-right: 1rem;
	}
}

@media screen and (min-width: 1200px) {
	#header .header-left #logo img {
		max-width: 225px;
	}	
	#bottom-nav .navbar-nav .nav-item a.nav-link {
		font-size: 1rem;
	}
	#header .header-right #bottom-nav > ul > li.nav-item {
		margin-right: 1.5rem;
	}
	#bottom-nav .navbar-nav .nav-item a.dropdown-toggle:before {
		margin-top: -0.3rem;
	}
}

@media screen and (min-width: 1300px) {
	#header {
		padding-top: 3rem !important;
	}
	#top-nav {
		height: 3rem;
	}
	#top-nav a.btn,
	#top-nav button.btn {
		font-size: 1rem;
		padding: .75rem 1.5rem;
	}
	#bottom-nav .navbar-nav .nav-item a.nav-link {
		font-size: 1.125rem;
	}
	#bottom-nav .navbar-nav .nav-item a.nav-link.dropdown-toggle {
		padding-right: 1rem !important;
	}
	#bottom-nav .navbar-nav .nav-item a.dropdown-toggle:before {
		margin-top: -0.25rem;
		font-size: 0.85rem;
	}
}

@media screen and (min-width: 1400px) {
	#header .header-right #bottom-nav > ul > li.nav-item {
		margin-right: 2rem;
	}
	#header .header-left #logo img {
		max-width: 275px;
	}
	#bottom-nav .navbar-nav .nav-item a.btn.apply {
		font-size: 1rem !important;
	}
}

@media screen and (min-width: 1680px) {
	#header .header-right #bottom-nav > ul > li.nav-item {
		margin-right: 3rem;
	}
	#bottom-nav .navbar-nav .nav-item a.nav-link {
		font-size: 1.375rem;	
	}
	#bottom-nav .navbar-nav .nav-item a.btn.apply {
		font-size: 1.125rem !important;
	}
}

/* 10.1 Card Group */
.sbvc-card-group .list-group .list-group-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50px;
	height: 50px;
	border: 2px solid rgba(255, 255, 255, .3)
}
.sbvc-card-group .list-group a.list-group-item {
	transition: all .2s ease-in-out;
}
.sbvc-card-group .list-group .list-group-item.bg-white {
	border-color: var(--blue-light);
}
.sbvc-card-group .list-group .list-group-item.bg-light-blue,
.sbvc-card-group .list-group .list-group-item.bg-pale-blue,
.sbvc-card-group .list-group .list-group-item.bg-pale-blue-gradient,
.sbvc-card-group .list-group .list-group-item.bg-primary,
.sbvc-card-group .list-group .list-group-item.bg-secondary {
	border-color: var(--blue);
}
.sbvc-card-group .list-group a.list-group-item.bg-white:hover,
.sbvc-card-group .list-group a.list-group-item.bg-transparent:hover{
	background-color: var(--pale-blue) !important;
}
.sbvc-card-group .list-group a.list-group-item.bg-primary:hover {
	background-color: var(--dark-blue) !important;
}
.sbvc-card-group .list-group a.list-group-item.bg-light-blue {
	background-color: var(--pale-blue) !important;
}
.sbvc-card-group .list-group a.list-group-item.bg-pale-blue,
.sbvc-card-group .list-group a.list-group-item.bg-pale-blue-gradient {
	background-color: var(--light-blue) !important;
}
.sbvc-card-group a span.fa-arrow-right {
	transition: all .2s ease-in-out;
}
.sbvc-card-group a:hover span.fa-arrow-right {
	transform: translateX(5px);
}
.sbvc-card-group .row {
	row-gap: 1rem;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.sbvc-card-group .row .col {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
@media screen and (min-width: 960px) {
	.sbvc-card-group .list-group .list-group-image {
		width: 75px;
		height: 75px;
	}
}
/* 10.2 CTA + Toggle */
/* Added CSS for image like list-group-image */
.sbvc-cta-toggle-component .cta-toggle-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50px;
	height: 50px;
}
.sbvc-cta-toggle-component {
	border-color: var(--light-blue);
}
.sbvc-cta-toggle-component .btn.btn-cta-toggle {
	transition: all .2s ease-in-out;
	height: 40px;
	width: 40px;
}
.sbvc-cta-toggle-component .btn.btn-cta-toggle .cta-toggle {
	transition: transform .2s ease-in-out;
}
.sbvc-cta-toggle-component .btn.btn-cta-toggle[aria-expanded="true"] .cta-toggle {
	transform: rotate(50deg);
}
.sbvc-cta-toggle-component .btn.btn-light:hover {
	background-color: var(--light-blue);
}
.sbvc-cta-toggle-component.bg-secondary .cta-toggle-item-content .content * {
	background-color: #26296A !important;
	color: white !important;
}
.sbvc-cta-toggle-component.bg-dark .cta-toggle-item-content .content * {
	background-color: #121212 !important;
	color: white !important;
}
.sbvc-cta-toggle-component.bg-primary .cta-toggle-item-content .content * {
	background-color: var(--blue) !important;
	color: white !important;
}

@media screen and (min-width: 960px) {
	.sbvc-cta-toggle-component .cta-toggle-image  {
		width: 75px;
		height: 75px;
	}
}

/* 10.3 Card + Background Image */
.sbvc-card-bg-image-component {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.sbvc-card-bg-image-component h2 {
	color: #fff;
	font-size: 1.5rem;
}
.sbvc-card-bg-image-component p {
	color: #fff;
	font-weight: 500;
}
.sbvc-card-bg-image-component .card-body {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 1.25rem;
}
.sbvc-card-bg-image-component .card-body .links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	margin-top: 12px;
}
.sbvc-card-bg-image-component .card-body .links .btn.btn-link {
	color: #fff;
	transition: all .2s ease-in-out;
	padding: 8px 0;
	font-weight: 500;
}
.sbvc-card-bg-image-component .card-body .links .btn.btn-link:after {
	content: "\f105";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 6 Pro";
	margin-left: .5rem;
	background: var(--white);
	color: var(--blue);
	font-size: .75rem;
	line-height: 1;
	padding: .25rem .35rem;
	border-radius: 0;
	transition: all .2s ease-in-out;
}
.sbvc-card-bg-image-component .card-body .links .btn.btn-link:hover {
	opacity: .9;
}

/* 10.4 News Listing */
.news-listing-component .list-group .list-group-item {
	border-color: var(--gray-medium);
}
.news-listing-component .list-group.text-white .list-group-item {
	border-color: var(--gray);
}
.news-listing-component .list-group a.list-group-item {
	transition: all .2s ease-in-out;
}
.news-listing-component .list-group a.list-group-item:hover {
	background: var(--pale-blue) !important;
}
.news-listing-component .list-group.text-white a.list-group-item:hover {
	background: var(--dark-blue) !important;
}
.news-listing-component .list-group a.list-group-item h2 {
	color: var(--blue);
	transition: all .2s ease-in-out;
}
.news-listing-component .list-group.text-white a.list-group-item h2 {
	color: var(--white);
}
.news-listing-component .list-group a.list-group-item:hover h2 {
	color: var(--dark-blue);
}
.news-listing-component .list-group.text-white a.list-group-item:hover h2 {
	color: var(--light-blue);
}
.news-listing-component .news-list-component-title span {
	font-size: .85rem;
	opacity: .9;
}
.news-listing-component span.fa-regular {
	transition: all .2s ease-in-out;
}
.news-listing-component a:hover span.fa-regular {
	transform: translateX(3px);
}
.news-listing-component .news-list-component-image {
	width: 3.25rem;
	height: 3.25rem;
	flex: 0 0 auto;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* SBVC Notification Component */
.sbvc_notification_component.card.text-light a:not(.btn) {
	color: #fff;
	text-decoration: underline;
	transition: all .2s ease-in-out;
}
.sbvc_notification_component.card.text-light a:not(.btn):hover {
	opacity: .8;
}

/* 12. News Listing */
.content__wrapper #main #main-content .news-item {
	display: flex;
	justify-content: start;
	gap: 1.5rem;
	padding:0;
	background: var(--pale-blue);
	border-radius: .25rem;
	flex-direction: column;
	border-color: var(--pale-blue);
	transition: all .2s ease-in-out;
}
.content__wrapper #main #main-content .news-item:hover {
	background: var(--light-blue);
	border-color: var(--blue);
}
.content__wrapper #main #main-content .news-item:after {
	display: none;
}
.content__wrapper #main #main-content .news-item .news-item__image {
	float: none;
	flex: 0 0 auto;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.content__wrapper #main #main-content .news-item .news-item__image img {
	border-radius: .25rem .25rem 0 0;
}
.content__wrapper #main #main-content .news-item .news-item__copy {
	padding: 0 1.75rem 1.75rem 1.75rem;
}
.content__wrapper #main #main-content .news-item .news-item__copy .news-item__title {
	font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
	.content__wrapper #main #main-content .news-item {
		gap: 1.5rem;
		padding: 1.75rem;
		flex-direction: row;
	}
	.content__wrapper #main #main-content .news-item .news-item__image {
		width: 33%;
	}
	.content__wrapper #main #main-content .news-item .news-item__copy .news-item__title {
		font-size: 1.75rem;
	}
	.content__wrapper #main #main-content .news-item .news-item__copy {
		padding: 0;
	}
	.content__wrapper #main #main-content .news-item .news-item__image img {
		border-radius: .25rem;
	}
}

/* 13. Timeline */
.component-timeline {
	position: relative;	
	padding-bottom: 2rem;
}
.component-timeline:before {
	content: '';
	position: absolute;
	left: calc(50% - 1px);
	top: 0;
	bottom: 0;
	border-left: 2px solid rgb(190, 220, 236);
}
.component-timeline:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	bottom: 0;
	left: calc(50% - 7px);
	border-radius: 100px;
	background: var(--light-blue);
}
.component-timeline .timeline-row {
	position: relative;
	margin-bottom: 3rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 80%,rgba(255, 255, 255, 0) 100%);
	padding: 2.5rem 0;
	text-align: center;
}
.component-timeline .timeline-row:before {
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: var(--dark-blue);
	content: '';
	position: absolute;
	top: 10px;
	left: calc(50% - 5px);
}
.component-timeline .timeline-row:after {
	width: 20px;
	height: 20px;
	top: 5px;
	left: calc(50% - 10px);
	content: '';
	border-radius: 100px;
	border: 2px solid var(--blue);
	position: absolute;
}
.component-timeline .timeline-row:before,
.component-timeline .timeline-row:after {
	transition: all .2s ease-in-out;
	opacity: 0;
	transform: translateY(30px);
}
.component-timeline .timeline-row.aos-animate:after,
.component-timeline .timeline-row.aos-animate:before {
	opacity: 1;
	transform: translateY(0);
}
.component-timeline .timeline-row:first-child:before {
	top: 0;
}
.component-timeline .timeline-row:first-child:after {
	top: -5px;
}
.component-timeline .timeline-row .timeline-image {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	justify-content: center;
}
.component-timeline .timeline-row .timeline-image img {
	flex-shrink: 0;
	flex-grow: 0;
	max-width: 100%;
}

.component-timeline .timeline-row .timeline-image .timeline-caption {
	width: 100%;
	text-align: center;
	margin-bottom: 2em;
}

.component-timeline .timeline-row h2 .timeline-dates {
	color: var(--blue);
	font-size: 1.5rem;
	margin-bottom: 2rem;
}
.component-timeline .timeline-row h2 .timeline-title {
	font-size: 2.5rem;
	margin-bottom: 2rem;
}
.component-timeline .timeline-row .timeline-description {
	margin-bottom: 2rem;
}
.component-timeline .timeline-row .timeline-description [data-toggle="modal"] {
	display:block;
	font-weight: bold;
	margin-top: 1rem;
}

@media screen and (min-width: 768px) {
	.component-timeline .timeline-row:not(.justify-content-center) {
		padding: 0;
		background: transparent;
		text-align: left;
	}
	.component-timeline .timeline-row {
		margin-bottom: 8rem;
		padding-bottom: 0
	}
	.component-timeline .timeline-row:last-child {
		margin-bottom: 2rem;
	}
	.component-timeline .timeline-row h2 .timeline-dates {
		font-size: 2rem;
	}
	.component-timeline .timeline-row h2 .timeline-title {
		font-size: 3rem;
	}
	.component-timeline .timeline-row .timeline-description {
		text-align: justify;
	}
	.component-timeline .timeline-row .timeline-image {
		justify-content: start;
	}
	.component-timeline .timeline-row.alignment-order-md-1 .order-md-2 {
		text-align: left;
		padding-left: 2rem;
	}
	.component-timeline .timeline-row.alignment-order-md-1 .order-md-1 {
		text-align: right;
		align-items: end;
		padding-right: 2rem;
	}
	.component-timeline .timeline-row.alignment-order-md-3 .order-md-2 {
		text-align: right;
		padding-right: 2rem;
	}
	.component-timeline .timeline-row.alignment-order-md-3 .order-md-3 {
		text-align: left;
		align-items: start;
		padding-left: 2rem;
	}
}

/* 14. Isotope Gallery */
.isotope-gallery-grid-wrapper {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.isotope-gallery-grid:after{
	content: '';
	display:block;
	clear: both;
}
.isotope-gallery-item--width3 {
	width: 100%;	
}
.isotope-gutter-sizer {
	width: 3.5%;
}
.isotope-gallery-item {
	width: 48.25%;
	float: left;
}
.isotope-gallery-item--width2 {
	width: 100%;	
}
@media screen and (min-width: 768px) {
	.isotope-gallery-item {
		width: 31%;
		float: left;
	}
	.isotope-gallery-item--width2 {
		width: 65.5%;	
	}
}
/* Isotope Gallery for News Pages*/
.isotope-news-gallery-grid-wrapper {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.isotope-news-gallery-grid:after{
	content: '';
	display:block;
	clear: both;
}
.isotope-news-gutter-sizer {
	width: 1%;
}
.isotope-news-gallery-item {
	float: left;
}
.isotope-news-gallery-item--width1 {
	width: 100%;	
}
.isotope-news-gallery-item--width2 {
	width: 48.25%;	
}
.isotope-news-gallery-item--width3 {
	width: 32%;	
}
.isotope-news-gallery-item--width4 {
	width: 24%;	
}

@media screen and (max-width: 768px) {
	.isotope-news-gallery-item {
		width: 100% !important;
		float: left;
	}
	.isotope-news-gallery-item--width2 {
		width: 65.5%;	
	}
}



