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

.card-img-side {
	height: unset;
}

.full-button {
	width:100%;
}

.showcase-grid {
	border-bottom:none;
}

.fa-pause:before {
	content:none;
}


.alert{
	color: #000;
}

.alert a {
	color: #000;
	text-decoration: underline;
}

.alert-red {
	background-color:#f04124;
}

.alert-orange {
	background-color:#f27a3b;
}

.alert-gray {
	background-color:#e7e7e7;
}

.alert-green {
	background-color:#43AC6A;
}

.btn + .btn {
	margin-left: 10px;
}

a strong,
a b {
	font-weight: 600;
	color: inherit;
}

.control-label {
	display: block !important;
	width: 100%;
	padding: 0;
	/*     margin-bottom: 20px !important; */
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	/*     border-bottom: 1px solid #e5e5e5; */
	font-weight: unset !important;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: inherit; /* This removes the bold styling from <strong> inside headers */
}

.bg-lightgreen {
	background-color: #ecf5f0 !important;
	color: black;
	padding: 1rem 0px 0.5rem 0px;
	margin-bottom: 1rem;
}
main > .bg-lightgreen:last-child {
	margin-bottom: 0px;
}

.block-75 {
	width: 75%;
}

.news h3 {
	margin-bottom: 0.5em;
}

.news-date {
	display: block;
	margin-bottom: 0.5em;
	font-weight: bold;
	/* 	font-style: italic; */
	color: var(--green-046a38);
} 

.alert {
	display:flex !important;
	align-items:center !important;
	justify-content:space-between !important;
}

/* .alert-emergency .btn-close {
padding: 0 !important;
margin-top: 0 !important;
} */

/* Side Nav, Related Links, At-a-glance sections */
.side-nav-heading {
	font-size: 1em !important;
	font-weight: 700;
}
/* Previously here to style the Related Links heading which was changed to a P *//*
h2.block__title{
font-size: 1em !important;
font-weight: 700;	
}*/
/* End Side Nav, Related Links, At-a-glance sections */

#main-content:not(:has(.container > .row > .col-12 > nav))
> .container:nth-child(2) {
	padding-top: 3em;
}

.sidenav-nested .navbar-light .nav-link {
	padding:12px 19px 12px 12px;
}

.slider-button {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13,110,253;
	--bs-secondary-rgb: 108,117,125;
	--bs-success-rgb: 25,135,84;
	--bs-info-rgb: 13,202,240;
	--bs-warning-rgb: 255,193,7;
	--bs-danger-rgb: 220,53,69;
	--bs-light-rgb: 248,249,250;
	--bs-dark-rgb: 33,37,41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255,255,255;
	--bs-black-rgb: 0,0,0;
	--bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33,37,41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255,255,255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0,0,0;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-color-rgb: 33,37,41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233,236,239;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33,37,41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248,249,250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 13,110,253;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10,88,202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1400px;
	--fa-style-family-brands: "Font Awesome 6 Brands";
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
	--green-046a38: #046a38;
	--green-034a27: #034a27;
	--green-9dea01: #9dea01;
	--green-9cd4a7: #9cd4a7;
	--orange-f49c4a: #f49c4a;
	--orange-f28118: #f28118;
	--blue-213671: #213671;
	--blue-dark-17264D: #17264d;
	--blue-3274b9: #3274b9;
	--blue-link-306EB0: #306eb0;
	--white: #ffffff;
	--light-gray: #f4f4f4;
	--gray-757575: #757575;
	--dark-gray: #2b2b2b;
	--black: #000000;
	--font-family-body: "Open Sans", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	--font-family-heading: "Open Sans", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-optical-sizing: auto;
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-width: var(--bs-border-width);
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	line-height: var(--bs-btn-line-height);
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border-radius: var(--bs-btn-border-radius);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	padding: 12px 15px;
	margin: 10px 0;
	border: none;
	min-width: 140px;
	font-weight: bold;
	background-color: var(--blue-213671) !important;
	color: var(--white) !important;
}

.accordion {
	margin-bottom:1rem;
}

.sidenav-page-indicator .navbar .active {
	background-color: #ededed;
}

@media (min-width: 992px) {
	.pe-lg-4em {
		padding-right: 4em !important;
	}
}

.breadcrumb-placeholder {
	height: 3em;
}

hr.footer-rule {
	border-color:transparent;
}

.divider-line-green {
	border-color:transparent;
}

hr {
	border-top: revert;
	background-color: #7ac69b;
	border-width: 2px;
	opacity: 1;
	border-color:transparent;
}
.ou-form .alert-success  {
	color: #3c763d;
	background-color: #dffeds;
	border-color: #d6e9c6;
	display: block !important;
}

/*====== Styles for the Checkbox with content component  ======*/
/* Center the checkbox within the column */
.checkbox-container{
	text-align: center;
	padding-top: 6px;
}

/* Checkbox positioning and changing mouse pointer */
.custom-checkbox {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

/* Checkbox styles */
.custom-checkbox .checkmark {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 3px solid #000;
	border-radius: 6px;
	position: relative;
}

/* Hide the default checkbox in a way that's accessible and still focusable */
.custom-checkbox input {
	position: absolute;
	opacity: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
	outline: none;
}

/* Puts the focus box around the checkbox */
.custom-checkbox input:focus ~ .checkmark {
	outline: 0.125em solid #fff !important;
	box-shadow: 0 0 0 0.25em var(--blue-link-306EB0) !important;			
}

/* Checkmark styles */
.custom-checkbox input:checked ~ .checkmark::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 0px;
	width: 9px;
	height: 20px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(36deg);
}
/*====== END Styles for the Checkbox with content component  ======*/

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

#ou-search-results h2 {
	display:block;
} */