  /* Import Bootstrap Icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* Omni fixes */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
	font-size: 1rem;
	background-color: inherit;
	border-color: inherit;
	color: inherit;
}

.accordion-header a {
	font-size: 1rem;
}

.basic-page-template .fixed-width-content ul:not(.nav-tabs) li.aNote::before {
	content: none; /* Remove any content */
}

.basic-page-template .fixed-width-content ul:not(.nav-tabs) li.aNote:before {
	content: none; /* Remove any content */
}

.basic-page-template .fixed-width-content ul:not(.nav-tabs) li.aNote {
	padding: 1rem !important;
	padding-left: 1.33rem !important;
}

.site-content.basic-page-template .page-content.row.page-two-column .col-lg-3.offset-xl-1.col-md-12.order-1.order-lg-0.page-sidebar .related-resources .aSideLink
{
	font-weight: 700 !important;
	margin: 0 !important;
	margin-bottom: 1rem !important;
	margin-left: 1rem !important;
}

.accordion {
	margin-bottom: 2.0rem !important;
}

/* element overrides */
hr {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

main > h3 {
	margin-top: 2.0rem !important;
}

main h4 {
	margin-top: 1.33rem !important;
	margin-bottom: 0.66rem;	
}

/* custom */

/* bootstrap icon divs */
.aFeature{
	align-content: center;
	background-color: ghostwhite;
	border: 0.33rem solid #006268;
	box-shadow: 0.1rem 0.1rem 0.25rem 0rem #A0A0A0;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: start;
	max-width: 100%;
	padding: 1rem;
	margin-bottom: 2.0rem !important;
	margin-top: 2.0rem !important;
}

.aFeature > div {
	align-content: center;
}

.aImg {
	border: 1px solid black !important;
	clear: left !important;
	display: block !important;
	height: auto !important;
	margin: 0 !important;
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
	margin-left: auto !important;
	max-width: 99% !important;
}

/* img holder divs for guides */
.anImg {
	display: block !important;
	margin: 0.75rem auto 0.75rem auto !important;
	text-align: center !important;
} 

.anImg img {
	border: 1px solid black !important;
	height: auto !important;
	max-width: 99% !important;
} 

/* announcement/general divs */
.aNews {
	align-content: center;
	background-color: ghostwhite;
	border: 0.33rem solid #006268;
	box-shadow: 0.1rem 0.1rem 0.25rem 0rem #A0A0A0;
	max-width: 100%;
	padding: 1rem;
	margin-top: 2.0rem !important;
	margin-bottom: 2.0rem !important;
}

/* for emergency/notices */
.aNotice {
	align-content: center;
	background-color: #FFF8F8;
	border: 0.33rem solid #862600;
	box-shadow: 0.1rem 0.1rem 0.25rem 0rem #B06060;
	max-width: 100%;
	padding: 1rem;
	margin-bottom: 2.0rem !important;
}

/* highlight */
.aNote {
	/*	background-color: ghostwhite !important;*/
	background-color: #fdf8ed !important;
	/* comment out for original look*/ border: 0.1rem solid #006268 !important;
	border-left: 0.66rem solid #006268 !important;
	font-style: italic !important;
	list-style-type: none !important; /* for use in bulleted lists */
	margin: 0 !important;
	padding: 1rem !important;
	padding-left: 1.33rem !important;
	margin-bottom: 2.0rem !important;
	margin-top: 2.0rem !important;
}

/* used for _nav.inc divs */
.aSideHoursGrid {
	background-color: ghostwhite;
	/*border: 0.1rem solid #006268;*/
	/*column-gap: 1rem;*/
	display: grid;
	grid-template-columns: 100%;
	justify-content: start;
	/*margin-top: 0.5rem;*/
	max-width: 100%;
	padding: 0;
}

.aSideHoursHeading {
	background-color: #006268;
	color: white;
	padding: 0.5rem;
}

.aSideHoursInfo {
	background-color: ghostwhite;
	padding: 0.5rem;
}

/* grid for tables on certain pages */
.grid-container {
	display: grid;
	grid-template-columns: auto;
	overflow-x: auto;
	margin-bottom: 2.0rem;
}

.grid-container > div:nth-child(1) {
	background-color: #cccccc;
	font-weight: 700;
}

.grid-container > div:nth-child(odd) {
	background-color: #ededed;
}

.grid-container > div:nth-child(even) {
	background-color: #fdfdfd;
}

.grid-row {
	display: grid;
	/*grid-template-columns: repeat(auto-fill, 1fr);*/
	justify-content: left;
}

.two-column {
	grid-template-columns: repeat(2, 1fr);
}

.six-column {
	grid-template-columns: repeat(6, 1fr);
}

.grid-row > div {
	padding: 0.5rem;
}

.table-container {
	display: table;
}

.table-container > thead {
	background-color: #cccccc;
	font-weight: 700;
	text-align: left;
}

.table-container tbody tr:nth-child(odd) {
	background-color: #eeeeee;
}

.table-container td {
	padding: 0.25rem;
	text-align: left;
}

/* style for back-to-top button */
#toTopButton {
	align-items: center;
	background-color: #003134;
	border-radius: 50%;
	border: none;
	bottom: 2.5rem;
	display: flex;
	font-size: x-large;
	height: 3rem;
	justify-content: center;
	position: fixed;
	right: 1rem;
	transition: visibility 0.75s ease; /* Smooth transition */
	visibility: hidden;
	width: 3rem;
	z-index: 9999;
	margin: 0 !important;
	padding: 0 !important;
}

#toTopButton i {
	color: gold;
	margin: 0 !important;
	padding: 0 !important;
}

/* used for FAQs details/summary element*/
#searchBox {
	width: 99%;
	font-size: 1.33rem;
	padding: 0.25rem;
	padding-left: 2.25rem;
	border: 0.1rem solid #ddd;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ddd' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 1.25rem 1.25rem;
	background-position: 0.5rem center;
}

summary {
	font-size: 1.15rem;
	font-weight: bold;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border-top: 0.075rem solid #ddd;
	color: #194A8D;	
}

summary ~ ul {
	margin-left: 1.75rem;
}

#tags {
	display: none;
	visibility: hidden; /* Ensures it's hidden from UI */
}

details p {
	margin-left: 1.75rem;
}

details ol li {
	line-height: 2rem;
	margin-left: 1rem;
}

/* to fix link wraps */
main p a:not(.showAll):not(.hideAll),
main li a:not(.nav-item .nav-link) {
	display: inline !important;
}

main li:not(.nav li) {
	padding: 8px 0 !important;
	margin-left: 1.1rem !important;
}

/* possible fix for accordion issues */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
	height: 0; /* Prevents extra height from being added */
    min-height: 0; /* Ensures no extra vertical space is introduced */
	margin-bottom: -1.0rem !important;
}