/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* A-Z Index */
ul.horizontal-list {
	padding-top: 20px;
}
ul.horizontal-list li {
	display: inline;
	padding: 10px;
	list-style-type: none;
	margin-left: 0.5rem;
}
ul.horizontal-list li a{
	/* 	color: #4F2984!important; */
}
ul.horizontal-list li:before {
	background-image: none;
}
ul.horizontal-list ~ ul li{
	margin-left: 3.5rem;
}
/* END A-Z Index */

.jumbotron.bg-image {
	background: no-repeat center / 100%;
}


/* Start CSS for Pre-Footer Feature */
.pre-footer{
	background-color:#e9ecef;
	text-align:center;
}
.pre-footer-margins{
	margin:25px;
	padding:15px;
}


/* END CSS for Pre-Footer Feature */


/* Radio and Checklist Input Fix */

input[type=checkbox], input[type=radio] {
	margin-right: 5px !important;
}

.alert-cookie .btn-close{
	color: black;
}
/*  Replaces btn-default */
.btn-base, .content .btn-base {
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	padding: 12px 32px;
	margin: 10px 10px 10px 0;
	border: none;
	min-width: 210px;
	font-weight: 700;
	font-size: 1.2rem;
}

/* Thicker Top and Bottom Accordion Lines  */

.accordion .card:first-child {
	border-top: 2px solid #dee2e6;
}

.accordion .card:last-child {
	border-bottom: 2px solid #dee2e6;
	margin-bottom: 24px;
}

/* Remove Underline from div inside of buttons  */
.btn a{
	text-decoration: none;
}

/* Add Background Color to side content */

/* .side-content{
background: #f4f4f4;
} */

#sidebarMenu{
	margin-bottom: 10px;
}

.event-item .event-date-bg { width: 100px; }



.news-list img { height: auto; aspect-ratio: 1 / 1; }
.card.card-img-side .card-img { background-position: center center; }

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

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

.fast-facts-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.section.bg-secondary.cta-box  h2{	
	color:white;
}


@media only screen and (max-width: 767px) {
	.index-video, .index-video > div { position: relative; }
}

header .header-logo { text-align: center; }
/* Apply styles to all <a> elements, excluding those inside #sidebarMenu */
.ou-form .radio label {
    padding: 0px 5px;
}

