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


.gtranslate_wrapper {
	display: inline;
}
.gtranslate_wrapper .gt_selector {
	max-width: 86px;
	color: var(--primary-color);
	background-color: transparent;
	font-weight: 500;
	border: none;
}
.nav-item .nav-link:hover .gt_selector {
	color: var(--white) !important;
}
.gt_selector option {
	color: var(--primary-color);
}



.ou-alert-announcement {
	top: 0;
	background-color: rgb(19, 75, 110);
	border: none;
	color: var(--white);
	position: sticky;
}

.ou-alert-warning {
	top: 0;
	background-color: rgb(23, 130, 7);
	border: none;
	color: var(--white);
	position: sticky;
}

.ou-alert-announcement .alert-link, .ou-alert-warning .alert-link {
	color: var(--white);
}
.ou-alert-announcement .btn-close, .ou-alert-warning .btn-close {
	background-color: white;
	opacity: 100%;
	top: 20%;
	right: 10px;
	border-radius: 10rem;
	padding: 12px;
}
.ou-alert-announcement, .ou-alert-warning {
	width: 100%;
	z-index: 100;
	left: 0;
}



#sidebarMenu .custom-header {
	color: var(--white) !important;
	font-weight: 600;
	border: none !important;
	cursor: revert;
}

#sidebarMenu .custom-header:hover,
#sidebarMenu .custom-header:focus {
	color: var(--white) !important;
}

/* UAT #195888 */
.main-navigation .bottom-row .dropdown-menu a {
	font-weight: 500;
	padding: 0;
}

/* UAT 198788 */
.alert-emergency {
	font-weight: 500;
}

/* UAT 196439 */
figure.right-30 {
	float: right;
	margin: 0 0 1em 1em;
	max-width: 30%;
}
figure.left-30 {
	float: left;
	margin: 0 1em 1em 0;
	max-width: 30%;
}
figure.right-50 {
	float: right;
	margin: 0 0 1em 1em;
	max-width: 50%;
}
figure.left-50 {
	float: left;
	margin: 0 1em 1em 0;
	max-width: 50%;
}
figcaption p.border-left__green {
	border-left: 4px solid var(--hilite-alt3);
	padding-left: 10px;
}
figcaption p.border-bottom__green {
	border-bottom: 4px solid var(--hilite-alt3);
}
figcaption p.box__gray {
	margin-bottom: 20px;
	padding: 5px 10px 10px 10px;
	background-color: #f3f3f3;
}
/* UAT 201613 */
figure.left-30 img,
figure.left-50 img,
figure.right-30 img,
figure.right-50 img {
	width: 100%;
}
figure.left-30,
figure.left-50 {
	padding-right: 5px;
}

/* UAT 202741 */
.video-float-left {
	float: left;
	margin-right: 1rem;
}
.video-float-right {
	float: right;
	margin-left: 1rem;
}

/* UAT 202740 */
.slick-lightbox-close::before {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	font-size: 60px;
	opacity: 1;
	position: absolute;
	right: 20px;
}

/* UAT 205301 */
.page-header.image-header {
	background-position: top right;
}

/* UAT 205362 */ 
.fullwidth-split-image {
	max-height: 500px;
}

/* UAT 207339 */
/* Dev changes for easier user editing */
.fa-ul.icon-highlight .fa.fa-li:before {
	color: var(--hilite-alt) !important;
}
.fa-ul.icon-primary .fa.fa-li:before {
	color: var(--primary-color) !important;
}

/* UAT 208560 */
.fast-links .link-section.link-section-dark-blue {
	background-color: #00244d;
}
.fast-links .link-section.link-section-dark-blue:hover,
.fast-links .link-section.link-section-dark-blue:focus {
	background-color: #178207;
	color: var(--white) !important;
}
.fast-links .link-section.link-section-gray {
	background-color: var(--light-gray);
	color: var(--black) !important;
}
.fast-links .link-section.link-section-gray:hover,
.fast-links .link-section.link-section-gray:focus {
	background-color: var(--dark-gray);
	color: var(--white) !important;
}

/* UAT 211459 */
.page-header .false-heading {
	color: var(--primary-color);
	line-height: 1;
	font-size: 3rem;
	border-left: 8px solid #7dc545;
	padding-left: 8px;
	padding-bottom: 5px;
	margin-bottom: -5px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}
.page-header.image-header .false-heading {
	color: var(--white);
	padding: 14px;
	background-color: rgba(19, 75, 110, 0.8);
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: -ms-fit-content;
	border-left: 8px solid #7dc545;
}

/* UAT 207339 */
.flex-card-grid .panel { height: calc(100% - 28px); }

/* UAT 211462*/
button.sidenav-toggle.accordion-button {
	background-color: var(--primary-color);
	color: var(--white) !important;
	font-weight: 600;
	border-bottom: 4px solid white;
	padding: 6px 12px;
}

button.sidenav-toggle.accordion-button span.fa.fa-plus {
	margin-top: 4px;
	float: right;
}

button.sidenav-toggle.accordion-button[aria-expanded="true"] span.fa.fa-plus::before {
	content: "\f068";
}

#sidebarMenu:not(.show) {
	height: 0;
	overflow: hidden;
}


/* UAT 213806 */
#sidebar button.navbar-toggler { background-color: var(--primary-color); border-radius: 0; }
#sidebar #side-nav-accordion li.nav-item { background-color: white; }


/* UAT 207339 */
.panel-heading > .panel-title > a {
	color: var(--white);
	/* 	background-color: var(--primary-color); */
	text-decoration: revert !important;
}


/* UAT 217977 */
.fullwidth-split-image img { min-width: 100%; }

/* UAT 217981 */
@media only screen and (min-width: 1200px) and (max-width: 1275px) {
	header .bottom-row .row .col-xl-3 {
		width: 22%;
	}
}

/* UAT 218467 */
@media only screen
	and (max-width:800px)
{
	.nav-pills .nav-link h3 {
		font-size:16px!important;
	}
}

/* UAT 218789 */
.card-body p {
	font-weight: normal;
}
.news-block-card {
	height: calc(100% - 40px);
}
.news-block-card a h3 {
	color: var(--primary-color);
}
.news-block-card p {
	margin-bottom: 0;
}
.news-block-card .card-img-top-small {
	max-height: 250px;
}
@media only screen and (min-width: 980px) {
	.news-block-card .card-img-top-small {
		max-height: 180px;
	}
}

/* UAT 219145 */
.news-cal-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.hp-news {
	width: 69%;
}

.hp-cal {
	width: 28%;
}
.testimonial-slide {
	padding: 30px 30px;
}
.carousel-control-next,
.carousel-control-prev {
	width: 7%;
}

/* Video lightbox */

.btn[data-toggle="modal"] img {
  margin-bottom: 0.65rem;
  cursor: pointer;
}

/* Style for the close button to be in the top-right corner */
.modal-header .btn.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.35rem;
  color: white;
  z-index: 500;
  opacity: 1;
  min-width: 40px;
  padding: 0;
  margin: 0;
}

.video-modal {
  --bs-modal-width: 700px;
  max-width: 95vw;
}

/* Remove padding from modal body to stretch video full width */
.modal-body {
  padding: 0.75rem;
  padding-top: 1.5rem;
}

.modal-body iframe,
.modal-body video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* Make modal larger (optional, for a larger video display) */
.modal-lg {
  max-width: 100%;
}

/* close video lightbox */



@media (max-width: 767px) {
	.carousel-control-next,
	.carousel-control-prev {
		width: 12%;
	}
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	border-radius: 4rem;
	background-color: white;
	filter: none !important;
	transition: 200ms ease-out;
	background-image: none;
}
.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
	transform: scale(1.1);
	background-color: white !important;
}
.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--primary-color);
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.carousel-control-prev-icon::before {
	content: "\f053";
}
.carousel-control-next-icon::before {
	content: "\f054";
}

/* UAT 217981 */
@media (min-width: 1201px) and (max-width: 1370px) {
	.main-navigation .audience .nav li a,
	.main-navigation .aux .nav li a {
		letter-spacing: -0.5px;
	}
}
@media (min-width: 1370px) and (max-width: 1450px) {
	.main-navigation .audience .nav li a,
	.main-navigation .aux .nav li a {
		padding: 16px 14px;
		letter-spacing: -0.5px;
	}
}

/* UAT 221843 */
.custom-section {
	padding-top: 12px;
	padding-bottom: 6px;
}

/* 234988 */
@media (max-width: 550px){
	.alert span{
		display:inline;
	}
	.alert-emergency .btn-close{
		top: 2%;
	}
}
.alert span a{
		overflow-wrap: break-word;
	}
