/* tools */

#et-main-area,body,html{overflow-x:hidden}.animate{-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-ms-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.aspect-ratio{position:relative;max-width:100%;height:auto}.aspect-ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.aspect-ratio-16-9{padding-top:56.25%!important}.mx-inline-buttons{text-align:right}.mx-inline-buttons .et_pb_button_module_wrapper{display:inline-block;margin-right:10px}.mx-inline-center{text-align:center}.mx-inline-left{text-align:left}@media screen and (max-width:980px){.tablet50 .et_pb_column_1_2{margin-right:5.5%!important;width:47.25%!important}}

/* General */

.custom_section { padding:3em 0; }


/* wp search results */

a.more-link { 
	display:inline-block !important; 
	padding:0.4em 1.2em; border-radius:0.5em; background:#f1f1f1; 
	width: auto;
	text-transform: capitalize;
	margin-top: 0.5em !important;
	font-size: 0.9em !important;
	color: #8075ff !important;
}	
	a.more-link:hover { color:#6321ee !important; }


/* EOF wp search results */





/* title with icon */

.page-title-with-icon {
	display: flex;
	align-items: flex-start;
	gap: 0.4em;
	line-height: 1.1em;
	padding-bottom: 0;
	flex-wrap: nowrap;
}

.page-title-with-icon .title-icon {
	flex-shrink: 0;
}

.page-title-with-icon .title-icon img {
	display: block;
	height: 1em; /* match line height */
	padding-top: 0.15em; /* slight vertical balance */
}

/* Responsive font sizing for h1 */
.page-title-with-icon {
	font-size: 3.25em;
}

@media (max-width: 980px) {
	.page-title-with-icon {
		font-size: 2.75em;
	}
}

@media (max-width: 767px) {
	.page-title-with-icon {
		font-size: 1.95em;
	}
}

/* EOF title with icon */







.wp-block-search__inside-wrapper {
	display: flex;
	width: 100%;
	max-width: 100%;
	border: 1px solid #ddd;
	border-radius: 0.5em;
	overflow: hidden;
	background-color: #fff;
	box-shadow: none;
}

.wp-block-search__input {
	flex: 1;
	padding: 0.6em 1em;
	border: none;
	outline: none;
	font-size: 1rem;
	color: #424242;
	font-weight: 400;
	background-color: #fff;
	border-radius: 0.5em 0 0 0.5em;
	box-shadow: none;
}

.wp-block-search__input::placeholder {
	color: #aaa;
	font-style: italic;
}

.wp-block-search__button {
	background-color: #8075ff !important; 
	color: #ffffff !important;            
	font-weight: 600;
	padding: 0.6em 1em;
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
	white-space: nowrap;
	border-radius: 0 0.5em 0.5em 0;
	box-shadow: none;
	display: flex;
	align-items: center;
}

.wp-block-search__button:hover {
	background-color: #081057 !important;
	color: #ffffff !important;
}

.wp-block-search__button-outside,
.widget_search {
	margin-bottom: 0 !important;
}

.wp-block-search {
	margin-bottom: 1.5rem;
}


.widget_search #s {
	border: 2px solid #8075FF !important;
}


/* EOF default search */





/* page content */

.page_content blockquote {
	border-left-color: #8075ff;
	font-style: italic;
}


/* EOF page content */




/* pages sidebar */

#page-sidebar { 
	border-right:none; 
	padding-right: 0;
}

.smh-page-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column; /* stack vertically */
	gap: 0.4rem;
	max-width: 100%; /* keep within sidebar */
}

.smh-page-navigation li {
	margin: 0;
}

.smh-page-navigation a {
	display: block;
	width: 100%;
	padding: 0.5em 0.9em;
	border-radius: 999px;
	background-color: #ffffff;
	color: #424242;
	text-decoration: none;
	font-weight: 400;
	transition: background-color 0.2s ease;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
	border-radius: 0.5em;
}

.smh-page-navigation a:hover {
	background-color: #f1f1f1;
}

.smh-page-navigation .current-page {
	background-color: #eee6f9;
	color: #424242;
	font-weight: 600;
	border-radius: 0.5em;
}



/* EOF pages sidebar */


/* SEARCH CONTAINER */
.search-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: flex-end;
}

/* INNER VISUAL LINE */
.search-inner {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 480px;
	border-bottom: 2px solid white;
	padding-bottom: 4px;
	transition: border-color 1s;
	position: relative;
}

.search-inner:focus-within {
	border-color: #A1F5AC;
}

/* INPUT FIELD */
.search-inner input {
	background: transparent !important;
	border: none;
	outline: none;
	color: white;
	font-size: 1rem;
	flex-grow: 1;
	width: 100%;
	transition: color 1s;
}

.search-inner input::placeholder {
	color: white;
	opacity: 0.8;
	font-size: 1rem;
	transition: color 1s;
}

.search-inner:focus-within input,
.search-inner:focus-within input::placeholder {
	color: #A1F5AC;
}

/* ICON */
.search-icon {
	margin-left: 12px;
	color: white;
	display: flex;
	align-items: center;
	width: 20px;
	height: 20px;
	transition: color 1s;
}

.search-inner:focus-within .search-icon {
	color: #A1F5AC;
}

/* AUTOCOMPLETE DROPDOWN */

.search-inner {
	position: relative;
}

.search-inner .ui-autocomplete {
	position: absolute !important;
	top: calc(100% + 8px);
	left: 0;
	width: 100% !important;
	box-sizing: border-box;

	border: none !important;
	border-radius: 0 0 1em 1em !important;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 0.5em;
	z-index: 99999 !important;
	font-family: 'Montserrat', sans-serif;

	overflow: hidden;
	scrollbar-width: none;
}


.ui-autocomplete::before {
	content: '';
	display: block;
	height: 0;
	margin-top: -4px;
}

.search-inner .ui-autocomplete {
	max-height: 360px; /* ~10 items at ~36px height each */
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #ccc transparent;
}

/* Optional: WebKit scrollbar styling */
.search-inner .ui-autocomplete::-webkit-scrollbar {
	width: 6px;
}

.search-inner .ui-autocomplete::-webkit-scrollbar-track {
	background: transparent;
}

.search-inner .ui-autocomplete::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 4px;
}


.ui-menu-item {
	margin-bottom: 6px;
}

.ui-menu-item:last-child {
	margin-bottom: 0;
}

.ui-menu-item-wrapper.ui-state-active {
	background: #f1f1f1 !important;
	color: #000 !important;
	border: none !important;
	border-radius: 0.5em;
}

.ui-menu-item-wrapper {
	padding: 0.6em 0.8em;
	line-height: 1.35;
	cursor: pointer;
	transition: background 0.2s ease;
}

/* MOBILE FULL WIDTH */
@media (max-width: 768px) {
	.search-inner {
		max-width: 100%;
	}
	.ui-autocomplete {
		width: 100% !important;
	}
}








/* EOF top search */


/* title area */

.page_title .et_pb_text_inner { margin-bottom:-20px; }

/* <h1><span class="title_icon"> */



/* heartbeat line */


.full-line-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
}

.line-container {
	display: flex;
	align-items: center;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.line {
	flex-grow: 1;
	height: 2px;
	background-color: #77E68C;
	margin-right: 0; /* ensure no gap */
}

.heartbeat {
	flex-shrink: 0;
	width: 300px;
	height: 120px;
	transition: width 0.3s ease, height 0.3s ease;
}

.heartbeat svg {
	width: 100%;
	height: 100%;
	display: block;
}

.line-extension {
	height: 2px;
	background-color: #77E68C;
	flex-grow: 1;
}

/* Responsive adjustments */
@media (max-width: 980px) {
	.heartbeat {
		width: 150px;
		height: 60px;
	}
}


/* EOF heartbeat line */



/* Main file system layout */

@media screen and (min-width:981px) {
	#tabs-section { margin-top:-60px; }
}
@media screen and (max-width:980px) {
	#tabs-section { margin-top:-30px; }
}

/* Layout container */
#page-tabs {
	display: flex;
	flex-wrap: nowrap;
	min-height: 100%;
}

/* Left tab list */
.tab_list {
	width: 20%;
	padding: 5em 1em 1em;
	box-sizing: border-box;
	border-right: 2px solid #a1f5ac;
}

.tab_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tab_list ul li {
	width: 100%;
	box-sizing: border-box;
}

.tab_list ul li a {
	display: block;
	width: 100%;
	padding: 0.75em 1em;
	margin-bottom: 0.25em;
	border-radius: 0.5em;
	font-size: 1em;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
	transition: background 0.3s;
	font-weight: 500;
}

.tab_list ul li a:hover { 
	background:#f9f9f9; 
	border-right: 2px solid #A1F5AC;
}

.tab_list ul li a.active {
	background-color: rgba(128, 117, 255, 0.6);
	color: #081057;
}

/* Tab content area */
.tab_content {
	width: 80%;
	padding: 5em 2em 2em;
	box-sizing: border-box;
}

.tab_content .content_panel {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	width: 100%;
	box-sizing: border-box;
}

.tab_content .content_panel a {
	display: flex;
	align-items: flex-start;
	width: calc(33.333% - 1.25em);
	background: #fff;
	padding: 0.5em;
	box-sizing: border-box;
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
	font-size: 0.9em;
	line-height: 1.5em;
	min-height: 90px;
	transition: background 0.3s;
}

/* File icon */
.file_icon {
	flex: 0 0 55px;
	height: 55px;
	width: 55px;
	border-radius: 6px;
	border: 2px solid #8075FF;
	background: #fcfcfc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 0.75em;
	text-align: center;
	margin-right: 25px;
	transition: all 0.3s;
}

.file_icon:hover {
	background: #8075FF;
	color: #fff;
}

.video_icon { font-family: 'ETmodules' !important; }

.file_icon.document {
	border-color: #A1F5AC;
}

.file_icon.document:hover {
	background: #A1F5AC;
	color: #000;
}

.file_icon.web {
	border-color: #000;
}

.file_icon.web:hover {
	background: #000;
	color: #fff;
}

/* File name label */
.tab_content a span {
	flex: 1;
	word-break: break-word;
	display: block;
}

/* Switch to 2 columns under 1260px */
@media screen and (max-width: 1260px) {
	.tab_content .content_panel a {
		width: calc(50% - 1em);
	}
}

/* Switch to 1 column under 941px */
@media screen and (max-width: 941px) {
	.tab_content .content_panel a {
		width: 100%;
	}
}

/* Desktop only styles */

@media screen and (min-width:981px) {
	.tab_list {
		padding-right: 0;
	}
	.tab_list ul li a {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-webkit-border-top-left-radius: 0.5em;
		-webkit-border-bottom-left-radius: 0.5em;
		-moz-border-radius-topleft: 0.5em;
		-moz-border-radius-bottomleft: 0.5em;
		border-top-left-radius: 0.5em;
		border-bottom-left-radius: 0.5em;

		position: relative; left: 2px;
		border-right: 2px solid transparent;
	}

	.tab_list ul li a.active { border-right: 2px solid #000; }
}

/* Tablet styles */
@media screen and (min-width: 481px) and (max-width: 980px) {
	.tab_content .content_panel {
		gap: 0.5em;
	}

	.tab_list {
		width: 25%;
		padding-top: 2.5em;
	}

	.tab_content {
		width: 75%;
		padding: 1.5em;
	}
}


@media screen and (max-width: 480px) {
	.file_wrapper { margin-bottom:0 !important; }

	.tab_content .content_panel {
		gap: 0.25em;
	}

	#page-tabs {
		flex-direction: column;
	}

	.tab_list,
	.tab_content {
		width: 100%;
	}

	.tab_list {
		display: flex;
		flex-wrap: wrap;
		padding: 1em 0;
		border-right: none;
		gap: 0.5em;
	}

	.tab_list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0.5em;
		padding: 0;
		margin: 0;
	}

	.tab_list ul li {
		display: inline-block;
		width: auto;
	}

	.tab_list ul li a {
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 0.25em;
		padding: 0.75em 1em;
		width: auto;
	}


	.tab_content {
		padding: 1.5em 0 3em;
	}

	.tab_content .content_panel a {
		width: 100%;
		padding: 0 0.5em;
		margin-bottom: 1em;
	}

	.file_icon {
		margin-right: 15px;
		height: 50px;
		width: 50px;
	}

	.tab_content a span {
		font-size: 1em;
	}

	.line-extension {
		display: none;
	}
}




/* Fix misaligned "Go to Google" item */
.tab_content .content_panel a {
	align-items: center;
}

/* Ensure icon changes on full card hover */
.tab_content .content_panel a:hover .file_icon {
	background-color: #8075FF;
	color: #fff;
}

.tab_content .content_panel a:hover .file_icon.document {
	background-color: #A1F5AC;
	color: #000;
}

.tab_content .content_panel a:hover .file_icon.web {
	background-color: #000;
	color: #fff;
}





/* EOF main File system layout */



/*add media query so changes only affect tablet and desktop*/

@media (min-width: 767px) {

	/*set the image width*/

	.pa-blog-list .entry-featured-image-url  {
		width: 30%;
		float: left;
		margin-bottom: 0!important;
	}

	/*set the details width*/

	.pa-blog-list .entry-title,
	.pa-blog-list .post-meta,
	.pa-blog-list .post-content {
		width: 70%;
		float: left;
		padding-left: 30px;
	}
}



/**/


#et-main-area { padding-top: 0; }

/*  top menu offset */

@media screen and (min-width: 981px) {
	#et-main-area { padding-top: 0; }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	#et-main-area { padding-top: 0; }
}

/* bios */

@media screen and (min-width: 480px) and (max-width: 980px) {

	.tablet-2 .et_pb_column {
		width: 50%!important;
	}
}

/* FF form */

.frm_required_field label { 
	display: none !important; 
	font-family: 'Montserrat', sans-serif !important; 
	text-transform: uppercase;
}

.frm_required_field input[type="text"], .frm_error {
	font-family: 'Montserrat', sans-serif !important; 
}

.frm_form_title { display: none !important; }

.frm_button_submit { 
	border:none !important; 
	font-family: 'Montserrat', sans-serif !important; 
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	text-transform: uppercase !important;
}

/* MX Styles */

#mx-footer-menu ul { margin: 0; padding: 0; text-align: right; }

#mx-footer-menu ul li { display: inline-block; list-style: none; margin: 0 auto 0 10px; }
