
/********** white contact cards ***********/

.whiteCardsBackground {
	background-color: #D7DDEB;
	padding: 20px 20px;
	margin: 3em -0.9375em !important;
	color:#044881;
}

.whiteCardsBackground > div {
	padding: 0;
}
.whiteCardsBackground .TitleUnderline {
	color:#044881;
}
.whiteCardsBackground .TitleUnderline::after {
	background-color: #044881;
}

.whiteCardsContainer {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 35px 0 20px 0;
	flex-wrap: wrap;
}

.whiteCardContent {
	background-color: #fff;
	color: #044881;
	padding: 20px;
	flex: 0 0 100%;
	max-width: 32%;
}

.whiteCardHeader {
	font-size: 15pt;
	font-weight: 700 !important;
	margin-bottom: 10px;
}

/****** right nav *********/

.RightColumnContentContainer
{
	padding: 40px 25px 20px 25px;

}
.RightColumnContentContainer h2
{
	font: 600 22px Myriad Pro;
	letter-spacing: 0.44px;
	color: #3B3E3F;	
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
}
.RightColumnContentContainer p {
	color:#044881;
}
.RightColumnContentContainer ul li
{		
	display: block;
	padding: 5px 5px 5px 25px!important;
	font: normal normal normal 14px Myriad Pro;
	letter-spacing: 0.3px;
	color: #004881;
	margin:0;
}
.RightColumnContentContainer li a
{
	font: inherit !important;
}
.RightColumnContentContainer li:before
{
	content: "";
	width: 6px;
	background-color: #004881 ;
	height: 15px;
	position: absolute;
	display: block;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: -15px;

}
.RightColumnContentContainer li a:hover
{
	text-decoration: underline;
}
.RightColumnContentContainer li:has(a):hover::before {
	background-color: #F36B25;
}
.RightColumnContentContainer li a:hover::before
{
	content:unset!important;
}


/********* accordian ***************/

.ui-accordion {
	max-width: none !important;
	margin: 0;
	margin: 20px 0;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	right: 15px;
}
.ui-icon-triangle-1-s::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f068";
	float: right;
	margin-right: 0px;
	top: 33%;
	display: block;
	position: relative;
}
.ui-icon-triangle-1-e::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f067";
	float: right;
	margin-right: 0px;
	top: 33%;
	display: block;
	position: relative;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 13px;
	padding: 15px 23px 11px;
	color: #004881!important;
}
.ui-widget-content .BorderButton {
	color:#044881!important;
}
.ui-widget-content .BorderButton:hover {
	color:#fff!important;
}
.ui-accordion .ui-accordion-header {
	font: normal normal 600 24px myriad-pro !important;
	margin: 25px 0 0 0 !important;
}
.ui-accordion .ui-accordion-header.ui-state-active,
.ui-accordion-header:hover,
.ui-accordion-header:focus {
	background-color: #004881 !important;
	color: white !important;
	text-decoration: none;
}

/* Video and Resources Section */
.video-resources-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 30px 0;
	max-width: calc(100% - 50px); 
	width: 95%; 
}

/* Overall container width adjustment */
.video-buttons-container {
	display: flex;
	margin: 30px 0;
	gap: 20px;
	max-width: calc(100% - 50px); 
	width: 90%; 
}

.video-container {
	flex: 1;
	min-width: 280px;
}

.video-container iframe {
	width: 100%;
	height: 315px;
	border: none;
}

/* Buttons Container */
.buttons-container {
	flex: 0 0 auto;
	width: 250px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	height: 315px;

}

.button-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	height: 95px;
	overflow: hidden;
}

.button-link:hover {
	text-decoration: none;
}

.button-icon {
	color: white;
	width: 80px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
}

.button-icon.blue {
	background-color: #0073AE;
}

.button-icon.green {
	background-color: #3DB96E;
}

.button-icon.pink {
	background-color: #D362A9;

}
.button-icon i {
	font-size: 34px;
	display: block; 
}

.button-text {
	color: white;
	height: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	padding: 0 15px;
	font-weight: 500;
	font-size: 16px;
}
.button-text.blue {
	background-color: #004881;
}
.button-text.green {
	background-color: #097C37;
}
.button-text.pink {
	background-color: #B70074;
}

.button-arrow {
	color: white;
	height: 100%;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.button-arrow.blue {
	background-color: #004881;
}
.button-arrow.green {
	background-color: #097C37;
}
.button-arrow.pink {
	background-color: #B70074;
}

.animate-arrow {
	transition: transform 0.3s ease;
}

.button-link:hover .animate-arrow {
	transform: translateX(5px);
}


/************** hours right side ***************/
.right-sidebar-box {
	background-color: #f5f7f8;
	margin: 0 -20px; /* pull the box out of the white padding */
	padding: 20px;
}

.right-sidebar-box h3 {
	margin-top: 0;
	color: #003366;
}

.right-sidebar-box hr {
	border: none;
	border-top: 3px solid #ccc;
	margin: 10px 0;
	width: 80%;
}

.right-sidebar-box hr.short-hr {
	border: none;
	border-top: 2px solid #ccc;
	height: 1px;
	margin:  -5px 0 5px 0;
	width: 12%;
	background: none;
}

.right-sidebar-box p.contact-info-title {
	color: #003366;
	font-weight: bold;
	margin:  5px 0 5px 0;
}


.right-sidebar-box p.contact-info {
	color: #003366;
}

.right-sidebar-box a {
	color: #0073AE;
	text-decoration: none;
}

.right-sidebar-box	p.contact {
	font-weight: bold;
	font-size: 20px;
	font-family: "Garamond Premier Pro", serif;
	color: #000;
}		

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

.sidebar-links li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 12px; /* Space for block and gap */
	font-size: 14px;
}

/* Apply the block decoration with FIXED dimensions */
.sidebar-links li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 4px;
	height: 14px; /* Fixed height matching font size */
	background-color: #003366;
	/* No transition needed since there's no hover effect */
}

/* No hover states defined */

.sidebar-links li a {
	color: inherit;
	text-decoration: none;
}


/* ********** rt side ul links with hover   **********   */

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

.sidebar-links li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 12px; /* Space for block and gap */
	font-size: 14px;
}


.sidebar-links li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 4px;
	height: 14px; /* Fixed height matching font size */
	background-color: #003366;
	transition: background-color 0.3s; 
}

.sidebar-links li:hover::before {
	background-color: #f26522;

}

.sidebar-links li a {
	color: inherit;
	text-decoration: none;
}

.sidebar-links li:hover a {
	color: #f26522;
}




/* Make it responsive */

@media (max-width: 768px) {
	.video-buttons-container {
		flex-direction: column;
	}

	.buttons-container {
		width: 100%;
		height: auto;
	}

	.RightColumnContentContainer li a {
		padding-left: 0 !important;
		display: inline-block !important;
		margin: 0 !important;
	}
}

@media (max-width: 600px) {
	.ui-accordion {
		width: 100% !important;
		padding: 0 10px;
	}
	.whiteCardContent {
		max-width: 100%;
	}
}
