  @charset "UTF-8";

:root {
	--primary-color: #026d4d
	--bg-primary: #026d4d
	--text-black: #000000;
	--font-color: #028578;
	--bs-btn-bg: #026d4d
	--white-color: white;
	--green-light: #d7e6e4;
	--bs-nav-link-color: #000000;
	--bs-dropdown-link-color: #999;
	--bs-dropdown-border-radius: 50px;
	--bs-border-radius: 5px;
	--bs-nav-pills-link-active-bg: #015232;
	--bs-dropdown-link-active-bg: #e6e6e6;
	--box-shadow: 5px 5px 8px 5px #e2e2e2;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
	overflow-x: hidden;
}

body {
	font-family: "poppins", sans-serif;
	font-size: 14px;
	background-color: transparent;
	line-height: 1.428571429;
	color: #1f1f1f;
	height: 100%;
}

.row {
	flex-wrap: wrap;
}

a {
	color: #028578;
}

p a {
	color: #026d4d;
	font-family: "poppins", sans-serif;
	font-weight: 400;
}

p {
	font-size: 1rem;
	line-height: 1.75;
	margin: 1rem 0;
	font-family: "poppins", sans-serif;
	font-weight: 400;
	text-wrap: pretty;
}

h1 {
	text-wrap: balance;
	font-family: "poppins", sans-serif;
	font-weight: 600;
}

li {
	text-decoration: none;
	font-size: 1rem;
}

li a {
	color: #028578;
	text-decoration: none;
	font-size: 1rem;
}

a:hover {
	opacity: 0.8;
}

p a:hover {
	opacity: 0.8;
}

strong {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}

span .right-chevron:after {
	content: " »";
	color: black;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1f1f1f;
	font-family: "poppins", sans-serif;
	font-weight: 600;
	margin-bottom: 1rem;
}

h1,
.h1 {
	font-family: "poppins", sans-serif;
	font-weight: 600;
}

h2,
.h2 {
	font-family: "poppins", sans-serif;
	font-weight: 600;
	font-size: 2rem;
}

h3,
h3 {
	font-family: "poppins", sans-serif;
	font-weight: 600;
	font-size: 1.75rem;
	color: #000000;
}

h4,
.h4 {
	font-family: "poppins", sans-serif;
	font-weight: 600;
	font-size: 1.25rem;
}

h5,
.h5 {
	font-family: "poppins", sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
}

.h5 a {
	font-family: "poppins", sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
}

h6,
.h6 {
	font-family: "poppins", sans-serif;
	font-weight: 600;
	font-size: 0.9rem;
}

.right-chevron::after {
	content: " »";
}

/** Base style for buttons */
.btn {
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	padding: 12px 15px;
	border: none;
	min-width: 80px;
	white-space: normal;
	word-wrap: break-word;  
	position: relative;
	z-index: 3;
	font-family: "poppins", sans-serif;
	font-weight: 500;
	height: auto;
 	line-height: 1.2rem;
}

.btn-primary a {
	background-color: #046c4c;
	color: #fff;
}

.btn-primary {
  background-color: #046c4c;
  color: #fff;
}

.btn-primary:hover {
  background-color: #046c4c;
  color: #fff;
  text-decoration: none;
}

.btn-primary {
	background-color: #046c4c;
}



.btn-primary:hover {
	background-color: #046c4c;
	color: #fff;
	text-decoration: none;
}

table {
	overflow-x: auto;
	width: 100%;

	table-layout: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-collapse: collapse;
	border-spacing: 0px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	box-shadow: 5px 6px 8px 5px rgba(0, 0, 0, 0.12);
	background-color: #fff;
}

thead {
	border-radius: 6px;
	background-color: #015232;
	color: white;
	min-width: 200px;
}

td {
	padding: 1em;
	border-bottom: 1px solid #D1E5E2;
	vertical-align: top;
	min-width: 200px
}

th {
	text-align: left;
	padding: 1em;
	color: #fff;
	font-weight: 500;
	min-width: 200px;
}

td,
th {
	overflow-wrap: break-word;
	font-size: 1rem;
	vertical-align: top;
}

th:last-child {
	border-top-right-radius: 16px;
	-moz-border-top-right-radius: 16px;
}

th:first-child {
	border-top-left-radius: 16px;
	-moz-border-top-left-radius: 16px;
}

tbody > tr:last-child > td {
	border-bottom: none;
}

@media screen and (max-width: 576px) {
	tr,
	td,
	th {
		width: calc(70% - 8px);
		vertical-align: top;
	}
}
/ Mobile Navigation Media Queries **/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	.navbar .container-xxl {
		font-size: 0.9rem;
	}
	.navbar-shrink {
		margin-left: 15px;
	}
}
@media only screen and (max-width: 768px) {
	navbar {
		color: white;
	}
}
.nav-link {
	background-color: var(--bs-dropdown-link-active-bg);
}

@media only screen and (max-width: 600px) {
	table,
	th,
	td {
		font-size: 0.8rem;
	}
}
button.nav-item .dropdown-menu {
	background: #e6e6e6;
	border: none;
	height: 25px;
}

.nav-item .dropdown-menu {
	background: #e6e6e6;
	border: none;
	text-decoration: none;
}


.navbar-toggler {
	background-color: #ffffff;
}

.navbar-toggler:focus {
	box-shadow: none;
	background-color: #ffffff;
}

ul .dropdown-border li:last-child {
	border-bottom: 2px solid #3A3B3C;
}

/*** Mobile End ***/
.grn-border-bottom-text {
	border-bottom: solid 2px #006c34;
	width: 100%;
	display: block;
}

.card {
	box-shadow: 5px 6px 8px 5px rgba(0, 0, 0, 0.12);
	background-color: #fff;
	padding: 10px;
}
.panel-body {
	padding: 15px; 

}
.three-col-emergency .card {
	width: 283px;
	height: 196px;
	margin: 10px;
}

/* Accordion ***/
.accordion-container {
	display: flex;
	margin: auto 0;
	justify-content: flex-start;
	align-items: start;
	min-width: 1200px; 
}

.accordion {
	table-layout: auto;
	margin-top: 1rem;
	width: 100%; 
	border: none;
	text-align: left;
	font-size: 1rem;
	margin-bottom: 1.5rem;
	transition: 0.4s;
	--bs-accordion-border-color: white;
	--bs-accordion-border-width: none;
	--bs-accordion-active-bg: #F3F3F3;
	--bs-accordion-btn-focus-box-shadow: white;
}

.accordion-header {
	border-left: 7px solid #026d4d;
	--bs-accordion-active-bg: #F3F3F3;
	font-weight: 600;
	font-size: 18px;
}

.accordion:first-of-type,
.accordion:last-of-type {
	border-top: 2px solid #D1E5E2;
	border-bottom: 2px solid #D1E5E2;
}

button.accordion-button {
	background-color: #F3F3F3;
}

.accordion-button:focus {
	background-color: #F3F3F3;
}

.accordion-item {
	border-bottom: 2px solid #ffffff;
}

.accordion-item:last-of-type {
	border-bottom: none;
}

.accordion-button::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23015232" d="M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z"/></svg>');
}

.accordion-button:not(.collapsed)::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23015232" d="M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z"/></svg>');
	transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button .fa-circle-chevron-down::after {
	content: "/f13a";
	float: right;
	margin: 5px;
	color: #056b41;
}

@media only screen and (max-width: 600px) {
	.accordion,
	.accordion-panel {
		width: 300px;
	}
}
.icon {
	font-size: 20px;
	cursor: pointer;
	color: #056b41;
	float: right;
	margin: 5px;
}

img {
	border-radius: 5px;
}

.header-h2-green {
	padding: 1rem 0;
	color: var(--primary-color);
	border-top: solid 8px var(--primary-color);
}

/ Updated Side Nav /
.side-nav {
	max-width: 390px;
	margin-right: 3rem;
	margin-left: 1rem;
}

.row.full-height {
	display: flex;
}

.side-nav-link {
	background-color: #015232;
}

a.side-nav-link {
	color: #000;

}

.side-nav-link.active {
	background-color: #015232;
	color: white;
}

.side-nav-title {
	font-family: "poppins", sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #015232;
	margin-left: 20px;
}

.sub-nav-link {
	background-color: white;
	font-size: 0.9rem;
	margin-top: 5px;
	margin-left: 20px;
	color: white;
	display: block;
	border: 0;
	border-radius: 5px;
	padding: 3px;
	word-wrap: break-word; 
}

.sub-nav-link:first-child {
	margin-top: -5px;
}

.sub-nav-link a:hover {
	color: #015232;
}

.side-nav-link,
.side-nav-link:focus {
	color: white;
	background-color: #015232;
	border-radius: 5px;
}

.side-nav-plus-minus .collapse:not(.show) {
	color: purple;
}

.nav-btn a {
	color: white;
}

.nav-btn:hover {
	background-color: white;
}

.nav-link .right-chevron {
	content: " »";
	display: flex;
	justify-content: flex-end;
	float: right;
}

a.btn-small {
	text-align: center;
	font-size: 0.85rem;
	color: #fff;
	margin: 5px;
}

.nav-btn .fa .fa-plus {
	content: " +";
	display: flex;
	color: #000;
	justify-content: flex-end;
	float: right;
}

.nav-item {
	color: #000;
}

.dropdown-container-item {
	background-color: none;
	border-radius: 5px;
	margin: none;
	padding-left: none;
}

.font-awesome-right-before:before {
	content: "+";
	float: right;
}

.fa-solid fa-plus {
	content: "/2b";
	float: right;
}

.fa-solid fa-minus {
	content: "/f068";
	float: right;
}

.main-content {
	min-height: 20vh;
	max-width: 1200px;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
	.main-content {
		padding-bottom: 10px;
	}
	h3 .main-content {
		margin-bottom: 0.8rem;
	}
	.main-content-left-align {
		margin-left: 0;
		margin-right: auto;
		max-width: 600px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px) and (min-width: 768px) and (max-width: 1400px) {
	.main-content {
		padding-bottom: 10px;
	}
	h3 .main-content {
		margin-bottom: 0.8rem;
	}
}
/* Media query for side nav mid sizes */
@media (min-width: 768px) and (max-width: 912px) {
	.side-nav {
		width: 100%;
		margin-bottom: 20px;
	}
	.col-lg-8 {
		width: 100%;
		margin-left: 0;
	}
	.breadcrumb-container-landing {
		padding-left: 10px;
		padding-right: 10px;
	}
	.row .col-auto {
		width: 100%;
	}
}
/* Sidebar ****/
.side-nav-plus-minus:after {
	float: right;
	font-size: 18px;
	content: " +";
	color: black;
}

a.side-nav-plus-minus:after {
	float: right;
	font-size: 18px;
	content: " +";
	color: white;
}

.toggle-plus-minus {
	background: none;
	cursor: pointer;
	float: right;
	font-size: 12px;
}

.side-menu-title {
	color: #000000;
	font-weight: 600;
	font-size: 25px;
	margin: 10px 0 0 10px;
}

.sidebar {
	max-width: 400px;
}

.sidebar-box {
	max-width: 390px;
	font-family: "poppins", sans-serif;
	font-weight: 500;
}

.sidebar-border-right {
	border-right: 3px #d1e5e2 solid;
	padding-right: 10px;
	padding-left: 10px;
}

.nav-list-item {
	font-family: "poppins", sans-serif;
	font-weight: 500;
	margin-top: 4px;
	border-radius: 5px;
	list-style: none;
	width: 240px;
	padding-right: 10px;
	border-bottom: 5px;
	min-height: 38px;
}

.nav-item-side-nav:focus,
.nav-item-side-nav:visited a {
	color: white;
}

.sub-nav-link a {
	color: #000000;
}

.contact-box-container {
	height: auto;
	color: #fff;
	padding-left: 25px;
	border: 1px solid #d1e5e2;
	border-radius: 25px;
	border-top: 45px #015232 solid;
	box-shadow: 5px 6px 8px 5px rgba(0, 0, 0, 0.12);
	margin-bottom: 30px;
}

.contact-box-container-lg {
	height: auto;
	margin-top: 100px;
	padding-left: 25px;
	background-color: white;
	color: #fff;
	max-width: 60rem;
	border: 1px solid #d1e5e2;
	border-radius: 25px;
	border-top: 45px #015232 solid;
	box-shadow: 5px 6px 8px 5px rgba(0, 0, 0, 0.12);
}

.staff-listing-box {
	margin: 0 auto;
}

.contact-heading {
	color: #fff;
	padding: 15px 5px;
	margin-top: -50px;
	font-size: 1.4rem;
	font-family: "poppins", sans-serif;
	font-weight: 500;
}

.contact-heading-lg {
	color: #fff;
	margin-top: -50px;
}

.contact-heading + .contact-gray-headbar {
	background-color: #F3F3F3;
	font-family: "poppins", sans-serif;
	font-weight: 500;
	height: 35px;
	width: 100%;
	height: 30px;
}

.contact-box-staff-box {
	background-color: #F3F3F3;
	width: 100%;
	display: block;
	margin: 15px 0px 20px 0px;
}

.contact-box-staff-text {
	font-family: "poppins", sans-serif;
	font-weight: 500;
	padding: 5px;
	color: #000;
	margin: 15px;
}

.contact-heading {
	color: #fff;
	padding: 15px 5px;
	margin-top: -50px;
	font-size: 1.4rem;
	font-family: "poppins", sans-serif;
	font-weight: 500;
}

.contact-heading-lg {
	color: #fff;
	padding: 15px;
	margin-top: -50px;
}

.contact-heading + .contact-gray-headbar {
	background-color: #F3F3F3;
	font-family: "poppins", sans-serif;
	font-weight: 500;
	padding: none;
	height: 35px;
	width: 100%;
	height: 30px;
}

.contact-gray-headbar {
	background-color: #F3F3F3;
	font-family: "poppins", sans-serif;
	font-weight: 500;
	padding: none;
	height: 35px;
	width: 100%;
	height: 30px;
}

.contact-gray-headbar-text {
	padding-top: 10px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #000000;
	padding: 5px;
}

.contact-box-text-top {
	font-size: 1rem;
	margin-left: 15px;
	color: #000;
	line-height: 1.6rem;
	margin-top: 8px;
	margin-bottom: 20px;
}

.contact-box-text {
	font-size: 1rem;
	color: #000;
	line-height: 1.6rem;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: 5px;
}

.mid-weight {
	font-family: "poppins", sans-serif;
	font-weight: 500;
}

.hours {
	font-size: small;
	width: 70%;
	flex-wrap: wrap;
}

.heading-six {
	font-family: "poppins", sans-serif;
	font-weight: 700;
	font-size: 0.8rem;
}

.one-fifth-box {
	background-color: white;
	width: 100%;
}

.contact-service-hours {
	font-size: 16px;
	margin-bottom: -15px;
	font-family: "poppins", sans-serif;
	font-weight: 400;
}

.btn-success {
	background-color: #056B41 !important;
	border-color: #056B41 !important;
	color: white;
}

.btn-primary-outline {
	background-color: #fff;
	border-color: #056B41;
}

/** Top Navigation */
.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: var(--bs-nav-link-font-size);
	font-weight: 500;
	color: var(--bs-nav-link-color);
	background: white;
	border: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
	list-style: none;
}

.navbar-nav {
	list-style: none;
}

.nav-item .dropdown-menu {
	border-radius: var(--bs-border-radius-xl);
	background-color: #e6e6e6;
	font-size: 0.9rem;
	border: none;
	--bs-dropdown-min-width: 20rem;
	list-style: none;
}

.dropdown-border li {
	font-weight: 500;
	min-height: 45px;
	padding-top: 0.5rem;
	border-bottom: 1px white solid;
	display: block;
	list-style: none;
}

ul .dropdown-border li:last-child {
	border-bottom: 0;
}

ul.dropdown-border li:last-child {
	border-bottom: 0 none;
}

.nav-link {
	margin-top: 3px;
	margin-left: 5px;
	font-size: 1rem;
}

a.dropdown-item {
	opacity: 0.8;
	color: #000000;
	white-space: normal;
}

.dropdown-item:hover,
.dropdown-item:focus {
	background-color: none;
}

a:hover.dropdown-item {
	background: none;
	color: #015232;
}

.dropdown-border a:hover {
	background-color: none;
}

.nav-link:hover a {
	color: #015232;
	background-color: none;
}

.full-width-container-flex {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-full-width-parent {
	width: 100%;
}

.container-100percent {
	width: 100%;
}

/**** Nav Media Queries */
@media screen and (min-width: 768px) and (max-width: 1400px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 2px;
		padding-left: 2px;
		list-style: none;
	}
	.navbar-nav {
		list-style: none;
		padding-left: 0;
		margin: 0;
	}
	.dropdown-menu {
		list-style: none;
		padding-left: 0;
		list-style: none;
	}
	.btn-search-width-expand {
		width: 50px;
		margin-left: 5px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
	.navbar {
		justify-content: center;
		align-items: center;
		list-style: none;
	}
}
@media screen and (min-width: 990px) and (max-width: 1100px) {
	.nav-link {
		font-size: 0.8rem;
	}
}
@media only screen and (max-width: 600px) {
	a.dropdown-item {
		opacity: 0.8;
		color: #000000;
		white-space: normal;
		--bs-dropdown-min-width: 10rem;
	}
}
.container-fluid-video {
	position: relative;
	height: 90vh;
	overflow: hidden;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.logo {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}

@media only screen and (max-width: 600px) {
	.logo {
		display: none;
	}
	.banner-logo {
		display: none;
	}
	.breadcrumb {
		display: none;
	}
}
.buttons-container {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.buttons-vid-home {
	width: 150px;
	margin: 10px;
	font-size: 3rem;
	background-color: #056B41;
	font-weight: bolder;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.buttons-vid-home a:hover {
	width: 150px;
	margin: 10px;
	opacity: 0.3;
	background-color: #056B41;
	font-weight: bold;
}

.fa .far,
.fas {
	font-family: "Font Awesome 5 free";
}

/*** Video Media Query /
input .form-control {
	max-width: 600px;
	height: 25px;
	padding: 0px;
}

.form-control-search {
	padding: 0.1rem !important;
	padding-left: 1.8rem;
}

.dropdown-menu-box {
	border: none;
	background-color: transparent;
}

.form-group {
	background-color: #eee;
	border-radius: 5px;
	width: 300px;
}

.btn-primary-outline-search {
	border: 3px solid #056B41;
	height: 55px;
	border-radius: 5px;
	float: right;
	background-color: #ffffff;
}

.btn-primary-outline-search:hover {
	background-color: #ffffff;
	border: 3px solid #056B41;
}

.dropdown li {
	list-style: none;
}

/* Search box media query **/
@media only screen and (min-width: 600px) {
	button.search-box {
		display: none;
	}
}
.search-body {
	outline: none;
	border: none;
}

.fa-magnifying-glass {
	color: #056B41;
}

.search-dropdown-box {
	border: none;
	outline: none;
	width: 300px;
	border: 3px solid #056B41;
	float: right;
}

input,
select,
textarea {
	border: none;
	background: #eee;
	height: 35px;
	margin-right: 60px;
	padding: 5px;
	border-radius: 5px;
	float: right;
}

input {
	outline: none;
}

.search-field-border {
	border-radius: 5px;
}

.search-field-border .fa-solid .fa-magnifying-glass i {
	margin: 20px;
}

.dropdown-menu-end {
	right: 0;
	left: auto;
}

/**** Hero, Logo, Breadcrumbs ****/
.hero {
	min-width: 1200px;
	position: relative;
	max-height: 400px;
	object-fit: cover;
	object-position: center;
}

.banner-wrapper {
	background-image: url("/_resources/images/template-images/clouds-element.jpg");
	background-repeat: no-repeat;
	max-height: 825px;
	background-position: center 40%;
	height: 355px;
	background-size: cover;
	width: 100%;
}

.banner-wrapper-landing {
	background-image: url("/_resources/images/template-images/abstract-nc-roof.png");
	background-position: center top;
	margin-bottom: 4rem;
	max-height: 725px;
	height: 285px;
	background-size: cover;
	width: 100%;
}

.banner-logo {
	position: absolute;
	height: auto;
	left: 20px;
}

.logo-interior {
	position: absolute;
	top: 5px;
	left: 25px;
}

.breadcrumb-container {
	position: absolute;
	top: 200px;
	left: 385px;
	margin-bottom: 5px;
}

.breadcrumb-container-landing {
	margin-bottom: 5px;
	width: 100%;
}

li.breadcrumb {
	display: inline-block;
}

.breadcrumb a {
	color: #000;
	font-size: 0.8rem;
}

.breadcrumb > li {
	color: #000;
	text-decoration: none;
	display: inline;
}

.breadcrumb > li a {
	color: #000;
	text-decoration: none;
	display: inline;
}

.breadcrumb:after {
	content: ">";
	padding: 0 5px;
	color: #000;
}

h1.title {
	position: absolute;
	top: 230px;
	left: 416px;
	max-width: 800px;
	font-family: "poppins", sans-serif;
}

.sub-title {
	font-size: 1.3rem;
	line-height: 1.6rem;
	margin-top: 1.8rem;
	font-family: "poppins", sans-serif;
	font-weight: 600;
}

.btn-primary-outline-search:hover {
	float: right;
	border: 3px solid #056B41;
}

@media screen and (max-width: 1180px) and (min-width: 300px) {
	.logo {
		display: none;
		top: 600px;
	}
	.banner-logo {
		display: none;
		top: 600px;
	}
	.hero {
		display: none;
	}
	.breadcrumb-container {
		display: none;
	}
	.breadcrumb-container-landing {
		display: none;
		background-image: none;
		height: 0;
	}
	h1.title {
		position: relative;
		top: 190px;
		left: 416px;
		max-width: 800px;
		font-family: "poppins", sans-serif;
		font-weight: 500;
	}
}
@media screen and (max-width: 1180px) and (min-width: 300px) and (max-width: 1180px) and (min-width: 300px) {
	h1.title {
		left: 10px;
		position: relative;
		top: 5px;
		font-family: "poppins", sans-serif;
		font-weight: 600;
	}
}
@media screen and (max-width: 1180px) and (min-width: 300px) {
	.side-nav-title {
		margin-top: 50px;
	}
/* 	.banner-wrapper {
		background-image: none;
		max-height: 20px;
	}
	.banner-wrapper-landing {
		background-image: none;
		height: 20px;
		margin-top: -120px;
	} */
	.sidebar-box {
		margin-bottom: 20px;
	}
	.dropdown-menu {
		max-width: 300px;
	}
	li.search-button {
		float: left;
		color: #000;
	}
	.btn-primary-outline-search {
		float: left;
	}
	.form-control {
		max-width: 300px;
		float: left;
	}
}
/* Search Box **/
.search-box {
	width: 45px;
	background: #fff;
	height: 45px;
	border-radius: 6px !important;
	border: 3px solid #056B41;
}

.search-box a:hover {
	width: 45px;
	background: #fff;
	height: 45px;
	border-radius: 6px !important;
	opacity: 0.9;
}

.search-body {
	outline: none;
	border: none;
}

.search-dropdown-box {
	position: relative;
	float: right;
	border: none;
	outline: none;
	border: 3px solid #056B41;
}

input,
select,
textarea {
	border: none;
	background: #eee;
	width: 800px;
}

input {
	outline: none;
}

input[type=search] {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 100%;
	width: 800px;
	height: 35px;
	background-color: #fff;
	border-radius: 25px;
	transition-timing-function: ease-in-out;
}

/ Mobile Navigation Media Queries ****/
@media only screen and (max-width: 768px) {
	.navbar {
		color: white;
		background-color: #F3F3F3;
	}
	.nav-link {
		background: none;
	}
	.nav-item a:hover,
	a:visited,
	a:focus {
		background: none;
	}
	button.nav-item .dropdown-menu {
		border: none;
	}
	.nav-item .dropdown-menu .dropdown-menu-item {
		background: #e6e6e6;
		border: none;
	}
	.nav-item .dropdown-menu {
		border-radius: var(--bs-border-radius-xl);
		background-color: white;
		font-size: 0.9rem;
		border: none;
	}
	.dropdown-border li {
		border-bottom: 1px #ddd solid;
	}
}
/ Apply Reg Visit buttons over video /
.buttons-vid-home {
	text-align: center;
	position: relative;
	z-index: 5000;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	height: 55px;
	width: 165px;
	bottom: 20px;
}

.aos-list {
	padding-left: 14rem;
}

.item a {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	text-decoration: none;
}

.item a .heading-six {
	font-weight: 600;
	text-decoration: none;
	font-size: 1rem;
	color: #1f1f1f;
	opacity: 0.8;
	padding-left: 1rem;
}

/* Media queries for AoS section on home page */
.item img {
	width: 110px;
	height: 110px;
	margin-left: -50px;
	text-align: center;
}

/* Media Query for Areas of Study section small screens */
@media (max-width: 375px) {
	.aos-list {
		margin-left: 0;
		padding: 0px;
	}
	.item a {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.item img {
		width: 80px;
		height: 80px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.item a .heading-six {
		font-size: 0.9rem;
		line-height: 1.2;
	}
	h2.text-center.mt-5 {
		font-size: 1.5rem;
		margin: 1.5rem 0;
	}
	.col-md-6 {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width: 375px) {
	.aos-list {
		margin-left: 0;
		padding: 0 15px;
	}
	.item a {
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-right: 10px;
	}
	.item img {
		width: 80px;
		height: 80px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.item a .heading-six {
		font-size: 0.9rem;
		line-height: 1.2;
	}
	h2.text-center.mt-5 {
		font-size: 1.5rem;
		margin: 1.5rem 0;
	}
	.col-md-6 {
		width: 100%;
		margin-bottom: 20px;
	}
	.four-cols-text {
		font-size: 0.8rem;
		padding: 0 10px;
	}
	.btn-small {
		font-size: 0.8rem;
		padding: 6px 8px;
	}
	.col-sm-6 {
		width: 100%;
		margin-bottom: 15px;
	}
}
/**** Slick Slider Rotating Carousel **/
.slider {
	width: 90%;
	margin: 100px auto 50px auto;
}

.slick-slide {
	margin: 0px 5px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.slick-centered-content {
	display: flex;
	justify-content: centered;
	max-width: 70%;
	margin: 0 auto;
	margin-top: -65px;
}

.image-card-top {
	margin-bottom: 2rem;
}

.rotate-box-card {
	max-width: 340px;
	height: 500px;
	padding: 10px;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.rotate-box-card-text a {
	font-size: 1rem;
	font-weight: 600;
	padding-top: 20px;
	color: #028578;
	text-decoration: none;
	line-height: 1.5rem;
	text-align: left;
}

p.rotate-box-card-text {
	font-size: 1rem;
	margin-top: -8px;
	margin: 0px;
	line-height: 1.5rem;
}

p.rotate-box-card-text-line2 {
	padding-bottom: 12px;
	line-height: 1.5rem;
	border-bottom: 1px solid #C0C0C0;
}

.col-md-2p4 {
	position: relative;
	min-height: 1px;
	padding-right: 8px;
	padding-left: 8px;
}

@media (min-width: 992px) {
	.col-md-2p4 {
		float: left;
		width: 30%;
	}
}
/** Full width span CTA Interior */
.cta-items-container {
	justify-content: center;
}

.cta-box-container {
	display: flex;
	width: 100%;
	color: white;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #015232;
	min-height: 25vh;
	padding: 1rem;
}

.cta-green-box-interior {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.cta-green-box-interior li {
	padding: 10px 0;
	font-size: 1rem;
	border-bottom: none;
	border-right: none;

}

.cta-green-box-interior li:last-child {
	border-bottom: none;
}

.cta-green-box-interior li a {
	color: #fff;
	text-decoration: none;
}

.cta-center-head {
	text-transform: capitalize;
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

/* Media Query for tablets and desktops) */
@media screen and (min-width: 768px) {

	.cta-green-box-interior {
		flex-direction: row;
		justify-content: center;
	}
	.cta-green-box-interior li {
		padding: 15px;
		border-right: 1px solid #fff;
		border-bottom: none;

	}
	.cta-green-box-interior li:last-child {
		border-right: none;
	}
}
.cta-center-head {
	text-transform: capitalize;
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2rem;
	font-size: 25px;
	letter-spacing: 0.15em;
}

.cta-green-box-interior li:last-child .cta-boxes-border {
	display: none;
}

.container-full-width {
	height: auto;
	margin: 20px;
}

.btn.btn-interior-white {
	background-color: #fff;
	max-width: 150px;
	text-decoration: none;
	font-weight: 600;
	border-right: none;
}

.btn.btn-interior-white {
	color: #1f1f1f;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
}

.btn.btn-interior-white a {
	color: #028578;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
}

.copyright a {
	font-size: 0.9rem;
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	margin-top: 2rem;
}

/** 3 CTA boxes for home page ****/
.cta-box {
	color: white;
	font-family: "poppins", sans-serif;
	font-weight: 500;
	font-size: 1.4em;
	height: 193px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
}

.cta-text-boxes {
	padding-right: 35px;
}

.cta-box1 {
	background-color: #026d4d;
	line-height: 1.1em;
}

.cta-box1 {
	margin-right: 0px;
}

.cta-box2 {
	background-color: #034861;
	line-height: 1.1em;
}

.cta-box3 {
	background-color: #035333;
	line-height: 1.1em;
}

.cta-box1,
.cta-box2,
.cta-box3 img {
	padding-left: 2em;
}

.lg-num {
	font-family: "poppins", sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	padding-right: 10px;
	font-weight: 900;
}

@media (max-width: 768px) {
	.box {
		flex-direction: column;
		height: auto;
		background-position: top 0 left 8.5em;
		background-size: 1.2em;
		text-align: center;
		height: 150px;
	}
	.cta-box1 img,
	.cta-box2 img,
	.cta-box3 img {
		display: none;
	}
	.cta-box1 span.lg-num,
	.cta-box2 span.lg-num,
	.cta-box3 span.lg-num {
		line-height: 1em;
		font-size: 2.75em;
	}
}
.three-cta-boxes-home {
	position: relative;
	z-index: 50;
}

.three-span-cta-boxes {
	font-family: "poppins", sans-serif;
	font-weight: 700;
	font-size: 5rem;
	top: 40px;
	color: white;
	position: absolute;
	left: 200px;
	z-index: 10;
	height: 193px;
	background-image: url(/_resources/css/_resources/images/template-images/sparkle-accent-white-60x82.png);
}

.three-span-cta-boxes-left {
	background-color: #026d4d;
	background-image: url(/_resources/css/_resources/images/template-images/sparkle-accent-white-60x82.png);
	background-repeat: no-repeat;
	background-position: top 15px left 150px;
}

.three-span-cta-boxes-middle {
	background-color: #035333;
	background-image: url(/_resources/css/_resources/images/template-images/sparkle-accent-white-60x82.png);
}

.three-span-cta-boxes-right {
	background-color: #034861;
	background-image: url(/_resources/css/_resources/images/template-images/sparkle-accent-white-60x82.png);
}

@media (min-width: 992px) and (max-width: 1381px) {
	.three-cta-boxes-boxes {
		position: absolute;
		left: 50px;
	}
}
/** Newsroom Home Page ****/
.newsroom-top-container {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 45px;
	padding-bottom: 30px;
}

.news-title {
	font-size: 1.1rem;
	line-height: 1.42rem;
	margin-top: 1rem;
	font-weight: bold;
	font-family: "poppins", sans-serif;
	font-weight: 600;
}

.post-info a {
	font-size: 22px;
	color: #026d4d;
	text-decoration: none;
	margin-top: 3rem;
	margin-bottom: 2rem;
	font-weight: 600;
}

.primary-post {
	margin: 0.75em 0 1.5em 0;
}

.post-snippet {
	font-size: 1rem;
}

.post-meta {
	margin: 1rem 0 1.5em 0;
	font-size: 14px;
}

.pipe::before {
	content: "|";
	font-size: 14px;
}

.news-author {
	font-size: 14px;
	content: "Author";
	margin-left: 10px;
}

.author-name::after {
	content: " Author Name";
}

.rule-above {
	border-top: 1px solid #d5d5d5;
	width: 100%;
	margin: 20px 12px;
}

.rule-below {
	border-top: 1px solid #d5d5d5;
	width: 100%;
	margin: 20px 12px;
}

.newsroom-full-bg-gray {
	width: 100%;
	background-color: #e9e9e9;
	height: 550px;
}

.four-news-boxes {
	margin: 5px;
	margin-top: 20px;
	display: block;
}

/** Footer */
.container-parallax-top {
	position: absolute;
	z-index: 8000;
}

.footer-home {
	position: relative;
	background: url("/_resources/images/template-images/interior-mountains-rev-6.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 22rem;
	z-index: 0;
}

.footer-home::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20rem;
	pointer-events: none;
	z-index: -1;
	background-image: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.15) 65%, rgba(255, 255, 255, 0.075) 75.5%, rgba(255, 255, 255, 0.037) 82.85%, rgba(255, 255, 255, 0.019) 88%, rgba(255, 255, 255, 0) 100%);
}

.footer {
	background-color: #056B41;
	width: 100%;
}

.footer-bg {
	background-color: #056B41;
	min-height: 600px;
	width: 100%;
}

@media (max-width: 650px) {
	footer .footer .container-xxl {
		width: 650px;
	}
	.pipe {
		margin-left: 3px;
	}
}
ul li.list-group-item-footer {
	list-style-type: none;
	background-color: none;
	position: relative;
	display: block;
	padding: 0.5rem 0.5rem;
	color: white;
	text-decoration: none;
	margin-left: 30px;
}

li.list-group-item-footer {
	border-radius: 50%;
	border-radius: 25px;
	border-color: white;
	background-color: transparent;
}

.social-logo-border {
	border: 2px solid white;
	font-size: 24px;
	height: 40px;
	width: 40px;
	border-radius: 60%;
	padding-top: 5px;
	margin: 1px;
}

li.list-group-item-footer a {
	color: white;
}

li.list-group-item-footer a:hover {
	color: white;
	opacity: 0.8;
}

ul li.hortizontal-list-links {
	display: inline;
	color: white;
	margin-right: 10px;
	font-size: 14px;
}

ul li.hortizontal-list-links a {
	display: inline;
	color: white;
	margin-right: 10px;
	font-size: 14px;
}

.four-cols-text {
	font-size: 0.9rem;
	color: white;
	font-weight: 500;
}

.list-inline-item {
	display: inline-block;
}

.copyright .list-inline {
	text-align: center;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

@media screen and (max-width: 900px) and (min-width: 300px) {
	.three-cta-boxes-home-container {
		padding-bottom: 20px;
	}
}
/**** Contact Us Boxes for Contact Template */
.contact-box-container {
	height: auto;
	color: #fff;
}

.contact-box-container-full-width {
	height: auto;
	color: #fff;
	width: 884px;
}

.contact-box-main.contact-box-top h4 {
	border-top-color: #015232;
}

.contact-box {
	padding: 8px 15px;
	color: #000;
	border: 1px solid #d1e5e2;
	position: absolute;
	z-index: 1;
}

.border-top-radius {
	box-shadow: 5px 6px 8px 5px rgba(0, 0, 0, 0.12);
}

.uppercase-contact {
	text-transform: uppercase;
	font-weight: 600;
}

.fa .far,
.fas {
	font-family: "Font Awesome 5 free";
}

.flex-container {
	display: flex;
	flex-wrap: no-wrap;
}

.flex-container > .hours {
	background-color: #f1f1f1;
	width: 150px;
	margin: 10px;
	font-size: small;
}

/* Topic Boxes */
.topic-box {
	width: 257px;
	height: 257px;
	background-color: #fff;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 10px;
	position: relative;
	border-radius: 5px;
	box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.12);
}

.topic-box img {
	position: absolute;
	top: 5px;
}

a.topic-box-text {
	font-size: 1.1rem;
	width: 220px;
	color: #028578;
	text-align: center;
	margin-top: 90px;
	opacity: 0.8;
	padding-top: 2.5rem;
}

.fa-arrow-up-right-from-square::after {
	display: inline-block;
	text-rendering: auto;
}

@media (max-width: 576px) {
	.topic-box {
		width: 100%;
	}
}
/*** NEW SNIPPETS June 2025 **/
/ SNIPPET #1: Video promo box ****/
.video-promo-box {
	padding: 5px;
	width: 49rem;
	height: 25rem;
}

.center-head {
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	font-weight: 500;
}

/** #2 SNIPPET STYLED LIST ITEMS ****/
.heading-h3 {
	margin-left: 11.75rem;
	font-size: 1.5rem;
	font-weight: 600;
}

.list-group.listed-row-items {
	width: 80%;
	display: flex;
	background-color: white;
	--bs-list-group-border-color: #C9C9C9;
	justify-content: center;
}

.list-group-item {
	background-color: #efefef;
}

.list-group-item a {
	color: #056B41;
	text-decoration: underline;
}

.list-group-item:nth-child(even) {
	background-color: white;
}

/ SNIPPPET #3 ANNOUNCEMENT BOX COMPONENT **/
.card.announcement-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 75%;
	max-width: 70rem;
	min-height: 10rem;
	padding: 2rem 4rem;
}

.announcement-box .heading {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	text-align: center;
}

.heading-border {
	border-bottom: 3px #d1e5e2 solid;
	border-bottom-width: 80%;
	width: 80%;
}

/ SNIPPET #4: CTA Circle links Full Width **/
.cta-circles-center-head {
	text-transform: capitalize;
	display: flex;
	justify-content: center;
	color: #000;
	font-weight: 600;
	padding-top: 2rem;
	font-size: 25px;
	letter-spacing: 0.15em;
}

.cta-circle-container {
	background-color: #e1f3e7;
	width: 100% !important;
	height: 20rem;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	display: inline-block;
	margin: 0 auto;
	flex-direction: row;
}

.cta-circles-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 1.5rem;
}

.outer-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9rem;
	height: 9rem;
	border: 3px solid #046c4c;
	border-radius: 50%;
	box-sizing: content-box;
	align-items: center;
	justify-content: center;
}

.inner-circle {
	width: 8.5rem;
	height: 8.5rem;
	background-color: #046c4c;
	border-radius: 50%;
	padding: 8px;
	white-space: wrap;
	padding: 18px; 
}

.cta-circle-text {
	color: white;
	font-size: 1rem;
	text-align: center;
	align-items: center;
	font-weight: 400;
	padding-bottom: 5px;
}

/**** SNIPPET #5 Promo box with images ****/
.promo-box {
	width: 40rem;
}

.promo-text {
	font-weight: 600;
	font-size: 1.8rem;
}


/**** SNIPPET #6 Call-outs full-width ***/
.cta-circle-container-call-out {
	background-color: #e6eeed;
	width: 100%;
	padding-top: 0.5rem;
	margin: 1rem auto;
}

.call-outs-circle-image-box {
	margin: 0 auto 1rem auto;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.call-out-img-text-box {
	max-width: 5rem;
}

.call-out-text-h3 {
	font-size: 1.5rem;
	font-weight: 600;
}

.call-out-text a {
	color: #035333;
	text-decoration: underline;
}

.call-outs-circle-image-box img {
	width: 16rem;
	object-fit: contain;
}

@media (max-width: 576px) {
	.call-outs-circle-image-box {
		text-align: center;
	}
	.call-out-text-h3,
	.call-out-text {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

/**** STAFF DIRECTORY ****/
.staff-table-container {
	box-shadow: none;
	border-radius: 0.5rem;
	border-top: none;
}
.staffTable thead th {
	background-color: #015232;
	color: white;
}
.staffTable {
	font-size: normal;
}
.staff-dir-name {
	font-weight: bold;
}
.staff-dir-email {
	font-size: 0.9rem;
	font-weight: normal;
}
.staff-dir-title {
	font-style: italic;
	font-weight: normal;
}
.phone-col {
	min-width: 240px;
	white-space: nowrap;
	font-weight: normal;
}
#directorySearch {
	height: 48px;
}
.departmentFilter {
	height: 48px;
}
.ada-column {
	color: #015232;
}
img.staff-directory {
	min-width: 120px;
	min-height: 120px;
}
.staff-entry {
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
	padding: 1rem;
	margin-bottom: 1rem;
}
.staff-dir-dept {
	font-style: normal;
	padding-top: 2px;
}
.staff-photo {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
}
th.staff-top-head {
	background-color: #015232;
	color: white;
}
tbody {
	border: 1px solid #dee2e6;
}
@media (max-width: 576px) {
	table {
		display: none;
		box-shadow: none;
	}
	.staffTable {
		display: none;
		box-shadow: none;
	}
	.staff-card {
		display: block;
	}
}
.staff-card {
	margin-top: 20px;
	display: block;
	margin-left: 50px;
}
.staff-directory-img {
	max-width: 120px;
	max-height: 120px;
}
.staff-dir-dept {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
}
@media (min-width: 567px) {
	.staff-card {
		display: none;
	}
}
