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

.sidenav-nested .sidenav-ul {
	margin-bottom: 0px;
}

.sidenav-nested .navbar-light {
	margin-bottom: 0px;
}

.alert > p > .fa-message {
	margin-right: 5px;
}

.alert {
	margin-bottom:0px;
}

.btn.add-chevron::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	margin-left: 6px;
	display: inline-block; 
	transition: transform 0.3s ease-in-out;
}

.btn.add-chevron:hover::after {
	transform: translateX(4px);
}

p.btn a {
	text-decoration: none;
}

/*  254862 */
/* Only medium screens and below: MD */
@media only screen and (max-width: 991px) {
	.page-header.image-header.image-header-3 {
		height: auto;
		padding-top: 32px;
		padding-bottom: 16px;
		margin-bottom: 32px;
		padding-bottom: 225px;
	}
	.page-header.image-header.image-header-3 .overlap-img-column {
		min-height: 300px;
		margin-bottom: 0;
		margin-top: 0px;
	}
	.page-header.image-header.image-header-3 .header-bg-column {
		width: 100%;
		height: 225px;
		top: auto;
		bottom: 0;
		right: 0;
	}
}
/* 254862 */

/* 254862 */
.page-header.image-header.image-header-2 {
	padding-bottom: 90px !important;
}

@media only screen and (max-width: 991px) {
	.page-header.image-header.image-header-2 {
		padding-bottom: 32px important;
	}
}
/* 254862 */

.alert.cookiealert {
	display:none;
}

.alert.cookiealert.show {
	display:block;
	position: fixed;
	bottom: 0;
	background-color: #EFB41D;
	width: 100vw;
	z-index: 99;
	border-radius: 0;
}

@media only screen and (max-width: 576px) {
	.page-header.image-header.image-header-2 .overlap-img-column {
		max-width: calc(100% - 40px) !important;
		transform: translateX(20px) !important;
	}
}

.carousel-media .carousel-inner .cite {
	margin-top: 0;
	margin-bottom: 1rem;
	text-align: left;
}
.carousel-media .carousel-inner .card-quote-cite {
	font-family: var(--font-family-body);
	font-weight: 600;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.25;
}
.carousel-media .carousel-inner .card-quote-cite-2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
	font-family: var(--font-family-body);
}

#ou-search-results #ou-search-open-advanced {
	color: white !important;
}

@media screen and (max-width: 576px) {
	.carousel-media .carousel-inner .card-quote {
		font-size: 18px;
		margin-bottom: 0;
	}
	.carousel-media .carousel-inner .card-quote-cite,
	.carousel-media .carousel-inner .card-quote-cite-2 {
		font-size: 16px;
	}
}

.tabs .tabs-content {
	overflow: hidden;
}
.tabs .shield-image {
	width: 275px;
	max-width: 100%;
	min-width: 55%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.tabs .col-12.col-md-4 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

@media (max-width: 991.5px) {
	.carousel-media {
		margin-top: 0px;
	}
}

.banner-cta-2 a[href$=".pdf"]::after {
	content: '';
	font-family: initial;
	font-weight: initial;
	font-size: initial;
	position: static;
	right: auto;
	padding-right: 0;
	top: auto;
	font-style: initial;
}

a.bento-item { text-decoration: none; }
a.bento-item:hover { text-decoration: underline; }

video, iframe {
	max-width: 100%;
}