/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/
.omni_table {
	table-layout: fixed;
	width: 100%;
}

/* red buttton in accordion */
.accordion-body a.btn-secondary {
	color: white !important;
}

.accordion-body a.btn-secondary:hover {
	color: #0039a6 !important;
}

.Shoika {
	font-family: "Shoika", "adobe-garamond-pro", times new roman, serif;
}

.ou-justedit-region table[class^="ou-"] img:not(.mce-object-iframe) {
	max-width: 200px;
	max-height: 100%;
	width: auto;
	height: auto;
	min-width: 100px !important;
}

img,
em,
embed,
iframe:not(.full-iframe),
object,
video,
audio {
	height: auto;
}
/* .ou-justedit-region table[data-snippet^='ou-program-card']{
border: 4px solid #0039A6;
}
*/

/* index hero - start */
.carousel-control-next,
.carousel-control-prev {
	width: 8%;
	opacity: 0.8;
	overflow: hidden;
}

.carousel-control-next span,
.carousel-control-prev span {
	padding: 20px;
}

.hero-carousel .carousel-item {
	max-height: 700px;
}

.hero-carousel .carousel-item img {
	width: 100%;
	max-height: 600px;
	object-fit: cover;
}

.hero-carousel .video-caption {
	position: absolute;
	text-align: left;
	top: 56%;
	left: 100px;
	line-height: 30px;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 30px;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.hero-carousel .video-caption {
		position: unset;
		width: 100%;
		line-height: 20px;
		padding: 10px 20px 50px 20px;
		background-color: black;
	}
}
.Slider-Format-2 .slick-slider .slick-prev, .Slider-Format-2 .slick-slider .slick-next {
    z-index: 2;
}
