/*
Theme Name: Neuromodulation
Version: 6.1.1
Description: Customizable responsive accessible Wordpress child theme created by CyberOptik
Author: CyberOptik
Author URI: https://www.cyberoptik.net/
Template: optik-theme-6
*/





/******************************************************************************
 * * *  IMPORTS & VARIABLES  * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/

@import url("../optik-theme-6/style.css");


/* Add font imports here */

/***  Inter ***/


/* Regular */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/inter/Inter_18pt-Regular.ttf') format('truetype');
	font-display: swap;
}

/* Italic */
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/inter/Inter_18pt-Italic.ttf') format('truetype');
	font-display: swap;
}

/* Medium */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/inter/Inter_18pt-Medium.ttf') format('truetype');
	font-display: swap;
}

/* Semi Bold */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/inter/Inter_18pt-SemiBold.ttf') format('truetype');
	font-display: swap;
}


/* Bold */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/inter/Inter_18pt-Bold.ttf') format('truetype');
	font-display: swap;
}


/***  Montserrat ***/

/* Italic  */
@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	font-style: italic;
	src: url('fonts/montserrat/Montserrat-Italic.ttf');
	font-display: swap;
}
/* Regular  */
@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	src: url('fonts/montserrat/Montserrat-Regular.ttf');
	font-display: swap;
}
/* Medium  */
@font-face {
	font-family: 'Montserrat';
	font-weight: 500;
	src: url('fonts/montserrat/Montserrat-Medium.ttf');
	font-display: swap;
}
/* Medium Italic  */
@font-face {
	font-family: 'Montserrat';
	font-weight: 500;
	font-style: italic;
	src: url('fonts/montserrat/Montserrat-MediumItalic.ttf');
	font-display: swap;
}

/* Bold  */
@font-face {
	font-family: 'Montserrat';
	font-weight: 700;
	src: url('fonts/montserrat/Montserrat-Bold.ttf');
	font-display: swap;
}

/* Bold Italic  */
@font-face {
	font-family: 'Montserrat';
	font-weight: 700;
	font-style: italic;
	src: url('fonts/montserrat/Montserrat-BoldItalic.ttf');
	font-display: swap;
}


 


/******************************************************************************
 * * *  STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 16px;
}

body {
	line-height: 1.6em;
	font-family: var(--wp--custom--font--1);
	color: var(--wp--custom--dark--1);
}

.has-secondary-dark-background-color { color: white; }

.wp-block-separator {
	width: 4rem;
    height: .25rem;
}

:focus-visible { outline-color: black; }

.top-bar :focus-visible,
.banner :focus-visible,
.wp-block-cover :focus-visible,
.footer :focus-visible,
.bottom-bar :focus-visible,
.has-secondary-dark-background-color :focus-visible { outline-color: var(--wp--custom--primary--main); }


/***  BACK TO TOP BUTTON  ***/

.btt-button { color: var(--wp--custom--dark--1); }

.btt-button [class*="fa"] {
	border-radius: var(--wp--custom--radius--full);
	background-color: var(--wp--custom--primary--main);
	font-weight: 300;
	color: white;
}

.btt-button:hover [class*="fa"] {
	background-color: var(--wp--custom--primary--light);
	color: white;
	
}





/******************************************************************************
 * * *  CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/



/***  TEXT & LINKS  ***/

a {
	color: var(--wp--custom--secondary--dark);
}

a:hover {
	color: var(--wp--custom--secondary--dark);
}

a i { 
	color: currentColor !important; 
	transition: all 0ms linear !important;
}

.main-wrap a:not([class]),
.single-post .banner .post-cats .post-cat-link {
	border-bottom: 1px solid currentColor;
}

.main-wrap a:not([class]):not(:has(img)):hover,
.single-post .banner .post-cat-link:hover {
	border-bottom-style: dashed;
}



/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.heading-size-h1,
.heading-size-h2,
.heading-size-h3,
.heading-size-h4,
.heading-size-h5,
.heading-size-h6,
.is-style-size-h1,
.is-style-size-h2,
.is-style-size-h3,
.is-style-size-h4,
.is-style-size-h5,
.is-style-size-h6,
.is-style-pre-heading  {
	font-weight: bold;
	color: var(--wp--custom--dark--1);
	font-family: var(--wp--custom--font--2);
}

h1,
.h1,
.heading-size-h1,
.is-style-size-h1 {
	font-size: 3.75em;
}

@media screen and (max-width: 1024px) {
	h1,
	.h1,
	.heading-size-h1,
	.is-style-size-h1 {font-size: 3em; }
}

@media screen and (max-width: 900px) {
	h1,
	.h1,
	.heading-size-h1,
	.is-style-size-h1 {font-size: 2.25em; }
}

h2,
.h2,
.heading-size-h2,
.is-style-size-h2 {
	font-size: 2.25em;
}

@media screen and (max-width: 900px) {

	h2,
	.h2,
	.heading-size-h2,
	.is-style-size-h2 {
		font-size: 1.875em;
	}
}

h3,
.h3,
.heading-size-h3,
.is-style-size-h3 {
	font-size: 1.75em;
}

h4,
.h4,
.heading-size-h4,
.is-style-size-h4 {
	font-size: 1.25em;
}

h5,
.h5,
.heading-size-h5,
.is-style-size-h5 {
	font-size: 1em;
}

h6,
.h6,
.heading-size-h6,
.is-style-size-h6,
.is-style-pre-heading {
	font-size: 0.8em;
}


/***  BORDERS & DIVIDERS  ***/

hr, .divider {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 2.5em auto;
	padding: 0;
}



/***  BUTTONS  ***/

.button, 
.wp-block-button__link, 
.button-outline, 
.is-style-outline .wp-block-button__link {
	padding: 0.75em 1.25em;
	line-height: 1.5;
	border-color: transparent;
	border-radius: var(--wp--custom--radius--md);
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--dark--1);
	font-weight: 700;
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: transparent;
	line-height: 1.5;
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--dark--1);
	transform: translateY(-3px);
}

.button [class*="fa"], 
.wp-block-button__link [class*="fa"], 
.button:hover [class*="fa"], 
.wp-block-button__link:hover [class*="fa"] {
	color: inherit !important;
}

/* Outlined Button */

.button-outline, 
.is-style-outline .wp-block-button__link {
	background: none;
	border-color: var(--wp--custom--dark--2);
	color: var(--wp--custom--primary--main);
}

.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--dark--2);
	background: none;
	color: var(--wp--custom--primary--main);
}



/***  ICONS  ***/

.fa {
	font-weight: 300;
}

/* Icon Colors */

.fa, .fas, .far, .fal, .fab {
	color: var(--wp--custom--secondary--main);
}

a .fa, a .fas, a .far, a .fal, a .fab {
	color: var(--wp--custom--secondary--main);
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {
	color: var(--wp--custom--primary--main);
}

/* Icon Backgrounds */

.fa-bg {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

a .fa-bg {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

a:hover .fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

/* Icon Borders */

.fa-br {
	border-color: var(--wp--custom--secondary--main);
}

a .fa-br {
	border-color: var(--wp--custom--secondary--main);
}

a:hover .fa-br {
	border-color: var(--wp--custom--primary--main);
}



/***  LISTS  ***/

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before, 
.arrow-list li [class*="fa"], 
.check-list li [class*="fa"], 
.check-circle-list li [class*="fa"], 
.icon-list li [class*="fa"], 
.contact-list li [class*="fa"] {
	color: currentColor;
}

.is-style-arrow-list li:before, 
.is-style-check-list li:before, 
.is-style-arrow-list-item:before, 
.is-style-check-list-item:before, 
.is-style-map-marker-list-item:before, 
.is-style-envelope-list-item:before, 
.is-style-phone-list-item:before, 
.is-style-fax-list-item:before, 
.is-style-clock-list-item:before,
.is-style-hourglass-list-item:before,
.is-style-linkedin-list-item:before {
	color: currentColor;
}

.icon-list li::before {
	top: 0.5em;
}

.icon-list li.pencil::before { content: '\f303'; }

.icon-list li.business-time::before { content: '\f64a'; }

/***  FORMS  ***/

/* Inputs */

input[type="text"], input[type="email"], input[type="number"], 
input[type="password"], input[type="search"], input[type="tel"], 
input[type="url"], input[type="date"], input[type="datetime-local"], 
input[type="month"], input[type="time"], input[type="week"], 
textarea, select, .filter-reset {
	border-radius: var(--wp--custom--radius--xs);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {
	border-color: var(--wp--custom--secondary--main);
}

input[type="search"]{min-height:unset;}



/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
form button {
	border-color: var(--wp--custom--secondary--dark);
	background-color: var(--wp--custom--secondary--dark);
	border-radius: var(--wp--custom--radius--xs);
	color: white;
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
form button:hover {
	border-color: var(--wp--custom--primary--main);
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--dark--1);
}

input[type="Submit"]:active, 
input[type="reset"]:active, 
input[type="button"]:active, 
form button:active {
	border-color:  var(--wp--custom--secondary--dark);
	background-color:  var(--wp--custom--secondary--dark);
	color: white;
}


.wp-block-search__button{
	background-color: var(--wp--custom--primary--main);
    color: var(--wp--custom--dark--1);
	transition: all 300ms ease-in-out;
}

.wp-block-search__button:hover{
	background-color: var(--wp--custom--primary--light);
}


/******************************************************************************
 * * *  HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  SCROLL BAR  ***/
.scroll-bar {
	background-color: white;
}
.scroll-logo {
	max-height: 50px;
}
.scroll-bar.active {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}



/***  TOP BAR  ***/
.top-bar {
	background-color: var(--wp--custom--secondary--dark);
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (max-width:1200px){
	.top-bar {
		padding-top:5px;
		padding-bottom:5px;
	}
}

.top-bar a {
	color: #fff;
	font-size: 14px;
	padding: 0.25em 0.5em;
}

.top-bar .wp-block-search__label{display:none;}

.top-bar .wp-block-search__input{
	border-radius:unset!important;
	margin:0!important;
}

.top-bar .wp-block-search__input:focus-visible{
    outline-offset: 0!important;
}

.top-bar .wp-block-search__button.has-icon{
	margin-left:0;
    border-radius: 0;
    padding-right: .5em;
    padding-left: .5em;
    height: auto;
}

.top-bar .wp-block-search__button svg{
    font-size: 1.75em;
}

@media screen and (max-width:1200px){
	.top-bar .wp-block-search__button-outside{display:none!important;}
}


/***  HEADER  ***/

.header-logo {
	max-height: 32px;
}

.header-menu { column-gap: 4px; }

/* Menu Button */

.header .menu-button [class*="fa"], 
.header .menu-button:hover [class*="fa"] {
	color: var(--wp--custom--dark--1);
}

.header .menu-button.active [class*="fa"] {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}



/***  NAVBAR  ***/

.navbar {
}

.menu-item .search-button {
	padding: 0;
	font-size: 20px;
	width: 1em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-search w-5 h-5 text-foreground'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.3-4.3'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	cursor: pointer;
}

.menu-item .search-button > * { font-size: 0; }

/***  NAV MENUS  ***/


.header-nav .mega-menu,
.scroll-bar .mega-menu  { position: static; }

.header-nav .mega-menu ul .activate-menu,
.scroll-bar .mega-menu ul .activate-menu { display: none; }

.header-nav .mega-menu > ul {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	border: none;
	left: auto !important;
	right: 0;
	border: 2px solid transparent;
	background-color: white;
	border-radius: calc(0.75em - 2px);
	transition: all 350ms ease-in-out, border-color 0s linear;
}

.header-nav .mega-menu > ul { border-color: transparent !important; }

.header-nav .mega-menu:hover > ul { border-color: var(--wp--custom--dark--2) !important; }

.nav-menu li:hover > ul, 
.nav-menu li.active > ul {
	overflow: hidden;
}

.scroll-bar .mega-menu > ul {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	border: none;
	border: 2px solid white;
	left: 60% !important;
transform: translateX(-50%);
}

.header-nav .mega-menu > ul {
	width: 100%;
}

@media screen and (min-width: 1401px) {
	.header-nav .mega-menu > ul { width: 80%; }
}

.scroll-bar .mega-menu > ul {
	min-width: 100%;
	width: auto;
}

@media screen and (min-width: 1401px) {
	.scroll-bar .mega-menu > ul { width: 80%; }
}

.header-nav .mega-menu > .sub-menu > li,
.scroll-bar .mega-menu > .sub-menu > li { 
	padding: 0; 
}

.header-nav .mega-menu > .sub-menu > li > .menu-item-inner,
.header-nav .mega-menu > .sub-menu > li > a:first-child,
.scroll-bar .mega-menu > .sub-menu > li > .menu-item-inner,
.scroll-bar .mega-menu > .sub-menu > li > a:first-child {
	padding: 15px 20px;
	background-color: var(--wp--custom--secondary--dark);
	color: #fff;
	font-weight: 700;
	border-bottom: 4px solid var(--wp--custom--extra--1);
}

.header-nav .mega-menu > .sub-menu > li > a:first-child:hover,
.scroll-bar .mega-menu > .sub-menu > li > a:first-child:hover {
		background-color: var(--wp--custom--primary--main);
    color: black;
}

.header-nav .mega-menu ul ul,
.scroll-bar .mega-menu ul ul { 
	position: static;
	display: block;
	width: auto;
	height: auto;
	box-shadow: none;
	border: none;
 }

.nav-menu > .mega-menu:hover > ul ul, 
.nav-menu > .mega-menu.active > ul ul{
	visibility: visible;
	opacity: 1;
	color: #f98c1f;
}

.nav-menu > .mega-menu li > ul:before { pointer-events: none; }

.nav-menu > li { 
	padding: 0; 
	border-radius: calc(0.75em - 2px);
}

.nav-menu > li:hover {
  background-color: var(--wp--custom--light--2);
}

.nav-menu > li > a, 
.nav-menu > li > span {
  	padding: 8px 12px;
  	font-weight: 400;
  	font-size: 0.875em;
  	color: var(--wp--custom--dark--1);
	
}

.nav-menu > li > button {
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1;
	color: var(--wp--custom--dark--1);
}


.nav-menu > li > a > i, 
.nav-menu > li > span > i { transition: transform 150ms ease-in-out !important; }


.single-post .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > a, 
.single-service .nav-menu > li.services-link > a, 
.single-career .nav-menu > li.careers-link > a, 
.single-resource .nav-menu > li.resources-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-menu-ancestor > button, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li.current-menu-item > span, 
.nav-menu > li.current-menu-item > button, 
.nav-menu > li:hover > a, 
.nav-menu > li:hover > span, 
.nav-menu > li:hover > button {
	color: var(--wp--custom--secondary--dark);
}

.nav-menu > li.current-menu-ancestor {
	  background-color: var(--wp--custom--light--2);
}

/* Nav Button */

.nav-menu > li.nav-button > a > span {
	padding: 0.75em 1.5em;
	margin-top: -0.75em;
	margin-bottom: -0.75em;
	background-color: var(--wp--custom--secondary--main);
	border-radius: var(--wp--custom--radius--xl);
	color: white;
}

.nav-menu > li.nav-button:hover > a > span {
	background-color: var(--wp--custom--secondary--light);
}


/* Dropdowns */
.nav-menu li ul {
	color: white;
	background-color: white;
	width: 270px;
	border: 2px solid var(--wp--custom--secondary--dark);
}

.nav-menu li ul li:first-child {
	padding-top: 15px;
}

.nav-menu li.mega-menu ul li { padding-top: 0; }

.nav-menu li ul li:last-child {
	padding-bottom: 15px;
}


.nav-menu li.mega-menu > ul > li > .menu-item-inner { 
	margin-bottom: 15px;
	width: 100%;
 }

 .nav-menu li.mega-menu .sub-menu > li > a:first-child { width: 100%; }

.nav-menu li.mega-menu > ul > li > .menu-item-button { display: none; }

.nav-menu li ul li > a, 
.nav-menu li ul li > span {
	padding-left: 20px;
	padding-right: 40px;
	color: var(--wp--custom--secondary--dark);
}

.nav-menu > li:not(.mega-menu) ul li > span {
	padding: 0;
}

.nav-menu li ul li span [class*="fa-"], 
.nav-menu li ul li a [class*="fa-"] {
	position: absolute;
	right: 17px;
	top: 1.3em;
}

.nav-menu li ul li.current-menu-item > a {
	background-color: var(--wp--custom--primary--main);
	color: black;
}

.nav-menu > .mega-menu li ul li.current-menu-item > a { 
	background-color: var(--wp--custom--primary--main)!important; 
	color: var(--wp--custom--secondary--dark) !important; 
}

.nav-menu li ul li:hover > a {
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--secondary--dark);
}

.nav-menu li:not(.mega-menu) ul .menu-item-has-children {
	display: inline-flex;
	align-items: center;
}

.header-nav .mega-menu .two-col-menu .sub-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.nav-menu li ul .menu-item-has-children a { flex: 1; }

.nav-menu li ul .menu-item-has-children .activate-menu { 
	border: 0;
	box-shadow: none;
	background: transparent;
	padding-right: 16px;
}


/* Nested Dropdowns */

.nav-menu li ul li ul {
	top: -15px;
}

/***  HIDDEN NAV  ***/
.hidden-nav{background-color: var(--wp--custom--secondary--dark);}

.hidden-menu li > button {
    color: white;
}

.hidden-menu li a,
.hidden-menu li > span {
	color: white;
}

.hidden-menu > li > .menu-item-inner,
.hidden-menu > li > .menu-item-link{font-weight:700;}

.hidden-menu .sub-menu{padding-left:10px;}

.mobile-search .wp-block-search__input{
		border:unset;
	border-radius:0;
	margin:0;
}

.mobile-search .wp-block-search__button{
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--dark--1);
    margin-left: 0;
    border: unset;
    border-radius: 0;
    padding-right: 10px;
    font-size: 1.5em;
    padding: 14px;
}

.mobile-search .wp-block-search__button:hover{
	background-color:white!important;
}

/******************************************************************************
 * * *  BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  BANNER  ***/

.banner {
background-color: color-mix(in srgb, var(--wp--custom--secondary--dark) 95%, transparent);
}

.banner-inner {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	    min-height: 350px;
}


@media screen and (min-width: 901px) {
.banner-text-wrap {
	text-align: left;
	width: 60%;
	margin: 0;
	}
}

.banner .deck-wrap,
.banner-content-wrap {
	color: white;
	font-size: 16px;
}

.banner-viewheight .banner-inner {
	padding-top: calc(var(--wp--custom--spacer--lg) + 140px);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner h1 {
	font-size: 36px;
}

.banner a {
	color: #fff;
}
.banner .button {
	margin: 20px;
}
.banner a:hover {
	color: white;
}

.banner-badge {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--wp--custom--primary--main);
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(249, 140, 31, 0.3);
	letter-spacing: 0.05em;
	border-radius: 12px;
}

/***  HEADLINE BAR  ***/

.headline-bar {
}



/***  ENTRY NAVBAR  ***/

.entry-menu > li > a {
	color: var(--wp--custom--dark--3);
}

.entry-menu > li.current-menu-item > a, 
.entry-menu > li:hover > a {
	color: var(--wp--custom--secondary--main);
}



/***  MAIN  ***/

.main {
	padding-top:  var(--wp--custom--spacer--xxl);
	padding-bottom:  var(--wp--custom--spacer--xxl);
}



/***  ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
	border-radius: var(--wp--custom--radius--md);
	background-color: #ffffff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	border: 1px solid  var(--wp--custom--dark--2);
	overflow: hidden;
	color: var(--wp--custom--dark--1);
}

.entry-cols .entry-link:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.entry-cols .entry-icon-wrap:first-child {
	padding: 30px 30px 0;
}

.entry-cols .entry-icon svg {
	width: 60px;
	fill: var(--wp--custom--secondary--main);
}

.entry-cols .entry-text-wrap {
	padding: 30px;
}

.includes-link-text .entry:not(.col-full) .entry-text-wrap {
	padding-bottom: 80px;
}

.entry-cols .entry:not(.col-full) .entry-link-text-wrap {
	left: 30px;
	bottom: 30px;
}

.entry-cols .entry-link .entry-link-text {
	font-size: 0.875em;
	color: var(--wp--custom--secondary--main);
}

.entry-cols .entry-link:hover .entry-link-text {
	color: var(--wp--custom--secondary--main);
}

.link-cards .wp-block-column {
	transition: all 250ms ease-in-out;
}
.link-cards .wp-block-column:hover {
	transform: translateY(-3px);
}


.entry-cols .post-title {
	font-size: 20px;
	padding-bottom: 10px;
}

/* Archive Pagination */

.archive-pagination a {
	border-radius: var(--wp--custom--radius--xl);
	border-color: var(--wp--custom--light--1);
	color: var(--wp--custom--secondary--main);
}

.archive-pagination a:hover {
	border-color: var(--wp--custom--secondary--light);
	color: var(--wp--custom--secondary--light);
}

.archive-pagination a [class*="fa"], 
.archive-pagination a:hover [class*="fa"] {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}


/* Columns swap*/
@media screen and (max-width: 901px) {
	.col-swap > .wp-block-column:first-child {
    order: 2;
	}
	.col-swap > .wp-block-column:last-child {
    order: 1;
	}
}

body.search .search-results-info{
	margin-bottom:10px;
}

body.search .main-inner{
    flex-direction: row-reverse;
}

@media screen and (max-width:1200px){
	body.search .main-inner{
		flex-direction: column-reverse;
	}
}

body.search .nav-links{
	display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

body.search a.page-numbers:hover{
	background-color:var(--wp--custom--primary--main);
	color: var(--wp--custom--dark--1);
}

body.search .page-numbers { padding: 4px 12px }

body.search .page-numbers.dots {
	padding-left: 0;
	padding-right: 0;
}

body.search .page-numbers.current{
	background-color: var(--wp--custom--primary--main);
    color: var(--wp--custom--dark--1);
}

body.search .entry-cols article{
	width:100%;
	padding:15px!important;
}

body.search .entry-link{
	border:unset;
	box-shadow:unset;
}

body.search .entry.post.post:hover,
body.search .entry-cols .entry-link:hover {
    /* transform: unset; */
    box-shadow: none;
}

body.search .entry-cols .entry-link .entry-title{
	transition: all 300ms ease-in-out;
    font-size: 1.2em;
}

body.search .entry-cols .entry-link:hover .entry-title{
	color: var(--wp--custom--secondary--main);
}

body.search .entry-cols .entry:not(.col-full) .entry-link-text-wrap{
	display:none;
}

body.search .entry-text-wrap{
	padding:0!important;
}
.search-sidebar .wp-block-search__input{
    width: calc(100% - 30px);
}
.search-sidebar .wp-block-search__inside-wrapper{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.search-sidebar .wp-block-search__button{
	margin-left:0;
	height:auto;
}

.search-sidebar .wp-block-search__button:hover { transform: translateY(-3px); }

.search-sidebar .search-filter-pill{
    border-bottom: 1px solid currentColor;
}
.search-sidebar .search-filter-pill:hover{
	    border-bottom-style: dashed;
	color: var(--wp--custom--secondary--main);
}

body.search .active-filter-list{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin-bottom:10px;
}

body.search .active-filter-link{
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	padding:1px 8px;
	transition: all 300ms ease-in-out;
}

body.search .active-filter-link:hover{
	background-color: var(--wp--custom--primary--light);
	transform: translateY(-3px);
}

.search-sidebar details{border:1px solid var(--wp--custom--light--2);}

.search-sidebar details summary:after{
	color:var(--wp--custom--dark--1);
}

.search-sidebar details summary{
	padding: 20px 20px 20px calc(1em + 30px);
	background-color:var(--wp--custom--light--3);
	cursor:pointer;
	transition: all 300ms ease-in-out;
}

.search-sidebar details summary:hover{
	background-color:var(--wp--custom--light--2);
}

.search-sidebar details .search-filter-title{
	font-size:1em;
}

.search-sidebar details .search-filter-content{
	padding:10px;
}

.search-sidebar .date-submit-group{margin-top:10px;}


/***  SINGLE  ***/





/******************************************************************************
 * * *  FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  CTA BAR  ***/

.cta-bar {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
	background-color: var(--wp--custom--primary--main);
	color: white;
}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {
	color: white;
} 




/***  FOOTER  ***/

.footer {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	background-color: var(--wp--custom--dark--1);
	font-size: 0.9em;
}

.footer h3 {
	color: #fff;
	font-size: 14px;
}

.footer a {
	color: var(--wp--custom--light--1);
	border-bottom: none;
}

.footer a:hover {
	color: var(--wp--custom--primary--main);
}

.footer .contact-list li:before {
	color: #fff;
}

.footer a:not([class]) {
	border-bottom: none;
}

.footer .menu li a {
    display: inline-block;
    padding-bottom: 0;
}

.footer .widget_nav_menu,
.footer .menu-wrap {
	margin-top: 12px;
}

/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: var(--wp--custom--dark--1);
	font-size: 0.9em;
	color: var(--wp--custom--light--1);
	border-top: 1px solid  #ffffff1a;
	font-size: 13px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bottom-bar a { border-bottom: none; }

.bottom-bar li a {
    padding: 0;	
}
.bottom-bar li {
    display: inline-block;
    padding: 0px 12px;
}

.bottom-bar a:not([class]) {
	color: white;
}

/* Menus */

.bottom-bar .menu a,
.credits a {
	color: var(--wp--custom--light--1);
	border-bottom: none;
}

.bottom-bar .menu a:hover,
.credits a:hover {
	color: var(--wp--custom--primary--main);
}

/*
.bottom-bar .menu a {
	display: inline-block;
}
.bottom-bar .menu li:not(:last-child)::after{
  content: "|";
  margin: 0 3px;
  color: #fff;
}
*/






/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/

.text-no-wrap { white-space: nowrap; }

.lh-1-3 { line-height: 1.3; }

/* Add custom theme styles here */

@media screen and (max-width: 900px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 100% !important; }
}

figure > a { border-bottom: none !important; }

details summary { transition: none; }

.box-shadow-01 {
	box-shadow: 0 0 #000, 0 0 #000, 0 25px 50px -12px rgb(0 0 0 / .25);
}

.box-shadow-01.rounded { overflow: visible; }

.box-shadow-01.rounded img { border-radius: var(--wp--custom--radius--md); }

.center-display-block { text-align: center; }

.center-display-block p,
.center-display-block .wp-block-heading { display: inline-block; }

.line-height-1 { line-height: 1; }

@media screen and (max-width: 1200px) {
	.stack-lg {
		display: flex;
		flex-direction: column;
	}
}

details summary:hover:after {
	transform: translateY(-50%) rotate(90deg);
}

.flex-wrap,
.flex-wrap.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: wrap !important;
}


/***  ICON CARDS  ***/

.icon-cards {
	text-align: center;
}

.icon-cards .wp-block-column {
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

.icon-cards .wp-block-column .wp-block-heading, 
.icon-cards .wp-block-column .wp-block-heading a {
	color: var(--wp--custom--secondary--main);
	border-bottom: none;
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover .wp-block-heading, 
.icon-cards .wp-block-column:hover .wp-block-heading a, 
.icon-cards .wp-block-column:hover .wp-block-heading a:hover {
	color: white;
}

.icon-cards .wp-block-outermost-icon-block {
	justify-content: center;
}

.icon-cards .wp-block-heading:not(:first-child) {
	margin-top: 0.25em;
	font-size: 1.45em;
}



/*** HOMEPAGE ***/

.home-hero h1 {
line-height: 1;
letter-spacing: -0.05em;
}

/* .home-hero h6 {
  display: inline-block;
  padding: 5px 9px;
  border: 2px solid color-mix(in srgb, var(--wp--custom--primary--main) 30%, transparent);
  background-color: color-mix(in srgb, var(--wp--custom--primary--dark) 60%, transparent);
  border-radius: 50px;
  color: var(--wp--custom--primary--light);
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
} */
/* pulsing sub heading */
.home-hero .wp-block-list.is-style-default li {
  display: inline-flex;      
  align-items: center;  
  gap: 8px;                   
  padding: 3px 16px;         
  border: 2px solid color-mix(in srgb, var(--wp--custom--primary--main) 30%, transparent);
	background-color: color-mix(in srgb, var(--wp--custom--primary--dark) 60%, transparent);
  border-radius: 50px;
  color: var(--wp--custom--primary--main);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  list-style-type: none;  
  position: relative;
  margin-left: 0;
}
.home-hero .wp-block-list.is-style-default li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--wp--custom--primary--main);  
  border-radius: 50%;
  flex-shrink: 0;             
  display: inline-block;
}
.home-hero .wp-block-list.is-style-default li::after {
  content: '';
  position: absolute;
  left: 16px;               
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--wp--custom--primary--main);
  animation: pulse-effect 1.8s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  opacity: 0.8;
  pointer-events: none;     
}
@keyframes pulse-effect {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translateY(-50%) scale(3);
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
.home-hero .wp-block-group.is-nowrap .wp-block-list:first-child {
  display: flex;
  align-items: center;
}
.home-hero .wp-block-group.is-nowrap .wp-block-list:first-child::after {
  content: "";
  display: block;
  width: 3px;
  height: 1.2em;
  background-color: var(--wp--custom--light--3);
  margin-left: 12px;
}
}


/* second section */
.home-second .contact-list li:before {
	color: var(--wp--custom--secondary--main);
}

/* News section */
.home .co-post-cat {
	display: none;
}

.home .co-post-date {
	margin-left: 0;
}

/* Member Spotlight */
.member-say-home img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 5px solid var(--wp--custom--primary--dark);
  object-fit: cover;
  display: block;
}
.member-say-home-inner-cols {
	background-color: color-mix(in srgb, var(--wp--custom--secondary--main) 20%, transparent);
	border: 1px solid var(--wp--custom--secondary--main);
}

/* Featured member */
/* Featured Member Block */
.featured-member-wrap {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}

.featured-member-inner {
    display: flex;
    align-items: stretch;
    gap: 0;
}

/* Portrait */
.featured-member-portrait {
    position: relative;
    flex-shrink: 0;
    width: 300px;
}

.featured-member-portrait img,
.featured-member-portrait .member-portrait {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    border-radius: 0;
}

.featured-member-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--wp--custom--primary--main);
    color: black;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    z-index: 2;
}

/* Content */
.featured-member-content {
    flex: 1;
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-member-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wp--custom--secondary--main);
    margin: 0 0 6px;
}

.featured-member-name {
    font-size: 2.25;
    margin: 0 0 5px;
    line-height: 1.2;
}

.featured-member-position .member-position {
    font-weight: 600;
    font-size: 0.9375em;
}

.featured-member-meta {
    margin-top: 4px;
}

.featured-member-meta p {
    margin: 2px 0;
}

.featured-member-meta ul,
.featured-member-meta li {
    list-style: none;
    margin-left: 0.8em;
    font-size: 13px;
}

.featured-member-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
    align-items: center;
}

.featured-member-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s;
    white-space: nowrap;
	  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.featured-member-btn:hover {
	transform: translateY(-3px);
	color: #fff;
}

.featured-member-btn--primary {
    background:  var(--wp--custom--secondary--dark);
    color: #fff;
}

.featured-member-btn--secondary:hover {
    color:  var(--wp--custom--secondary--dark);
}
.featured-member-btn--secondary {
    background: #fff;
    color: var(--wp--custom--secondary--dark);
    border: 1px solid var(--wp--custom--dark--2);
}

/* Mobile */
@media (max-width: 640px) {
    .featured-member-inner {
        flex-direction: column;
    }
	.featured-member-portrait {
        width: 100%;
    }
    .featured-member-content {
        padding: 20px;
    }
    .featured-member-actions {
        justify-content: flex-start;
    }
}


/*** TEAM ***/
body:not(.search-results) .member .member-title {
	font-size: 16px;
	text-align: left;
}
.member-cols .member-position {
	color: var(--wp--custom--secondary--main);
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
.member-cols .member-content-wrap {
	font-size: 13px;
	text-align: left;
}

.member-cols .member {
	padding-bottom: 30px;
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
	.member-cols .col-fifth { width: calc(100% / 3); }

	.member-cols .col-sixth  { width: calc(100% / 4); }
}

@media screen and (max-width: 900px) {
	.member-cols .cols-spaced {
		width: calc( 100% + 6px );
		margin: -15px -6px;
	}

	.member-cols .member { padding: 15px 6px; }
}

.member-cols .member p { margin-top: 0; }

.member-cols .member-box {
  background-color: #fff;
  border: 1px solid  var(--wp--custom--dark--2);
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.member:has(.member-full) .member-portrait-wrap::before {
	content: '\f05a';
	position: absolute;
	top: 15px;
	right: 15px;
	font-family: 'Font Awesome 6 Pro';
	font-size: 1.3rem;
	line-height: 1;
	color: white;
	background-color: var(--wp--custom--secondary--dark);
	border-radius: 100%;
}

.member-box .member-portrait-wrap { position: relative; }

.member-box .member-portrait-wrap img {
display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;   
  object-position: top;
  border-radius: 12px 12px 0 0;
}
.member-box .member-text-wrap {
  padding: 5px 15px 0 15px;
}

.member .is-style-arrow-list li:before {
	color: var(--wp--custom--secondary--dark);
}
.member-box .wp-block-details summary {
	border-top: 1px solid  var(--wp--custom--dark--2);
	border-bottom: 1px solid var(--wp--custom--dark--2);;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.member-box .wp-block-details[open] summary {
  border-bottom: 0;
}
.member-box .wp-block-details[open] {
	/* border-bottom: 1px solid var(--wp--custom--light--3); */
	padding-bottom: 12px;
}
.member-box details summary::after {
	left: unset !important;
	right: 0 !important;
	color: var(--wp--custom--dark--1);
	font-weight: bold;
	
}
.member-box details summary {
  position: relative;
	color: var(--wp--custom--dark--1);
}


/*** DETAILS ACCORDION ***/
 details summary {
	 background-color: var(--wp--custom--secondary--dark);
	 color: #fff;
}
 details summary:after {
	 color: #fff;
 }


/*** PAST AWARDS ***/
.past-award-group {
	background-color: #fff;
  border: 1px solid  var(--wp--custom--light--3);
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.recipients-list li {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 5px;
  border-bottom: 1px solid  var(--wp--custom--light--3);
  transition: background 0.15s;
  margin-left: 0;
}
.recipients-list li:last-child {
  border-bottom: none;
}

/*** GUIDELINES ***/
.side-line {
  border-left: 4px solid  var(--wp--custom--secondary--light);
  padding-left: 20px;
	align-self: flex-start;
}

.guidelines .badge {
  display: inline-block;
  padding: 5px 15px;
  background-color: var(--wp--custom--primary--main);
  color: black;
}

.guidelines .wp-block-columns,
.orange-border-left .wp-block-column {
	border-left: 4px solid  var(--wp--custom--primary--main);
}

.orange-border-left .icon-container {
	 border-radius: var(--wp--custom--radius--md);
}


/* Steps */
.step-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.step-connector-line {
    position: relative;
}

@media screen and (min-width: 902px) {
    .step-connector-line::before {
        content: '';
        position: absolute;
        top: 40px; 
        left: 10%;
        right: 10%;
        height: 1px;
        background-color: var(--wp--custom--dark--2);
        z-index: 0;
    }
}

/*** OVERVIEW PAGE ***/
.overview-hero .contact-list li:before {
	color: var(--wp--custom--primary--main);
}
.overview-hero .is-style-outline .wp-block-button__link {
	border: 2px solid  var(--wp--custom--light--3);
	color:  var(--wp--custom--light--3);
}
.overview-hero .is-style-outline .wp-block-button__link:hover {
	color: #fff;
	border: 2px solid #fff;
}

.program-overview-box .wp-block-column {
  background-color: #fff;
  border: 1px solid  var(--wp--custom--dark--2);
  border-radius: var(--wp--custom--radius--md);
  padding-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}


.program-overview-box .icon-container {
	 border-radius: var(--wp--custom--radius--md);
}

/* Spotlight */
.spotlight .wp-block-image {
    border: 5px solid #584A46;
}


/* Keydates*/
.key-dates-row .wp-block-column:first-child {
  border: 1px solid  var(--wp--custom--light--3);
}
.key-dates-row .wp-block-column.rounded {
  position: relative;
  overflow: visible;
}
.key-dates-row {
  overflow: visible;
}
.key-dates-row:not(:last-child) .wp-block-column.rounded::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 32px; 
  background-color:  black;
  z-index: 1;
}

@media (max-width: 901px) {
  .key-dates-row:not(:last-child) .wp-block-column.rounded::after {
    display: none;
  }
}


/* Why Attend */
.why-attend .two-col-list li {
  display: block;
  position: relative;
  padding-left: 48px;
  min-height: 36px;
  list-style: none;
  margin-bottom: 12px;
}
.why-attend .two-col-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--wp--custom--light--2);
  background-color:  var(--wp--custom--secondary--dark);
  margin-top: 0;
}

/* Ready to Join? */
.rounded-accent-section {
    position: relative;
    overflow: hidden;
}
.rounded-accent-section::after {
    content: "";
    position: absolute;
    top: -8rem; 
    right: -8rem;   
    width: 24rem;
    height: 24rem;
    border-radius: 9999px; 
    background-color: var(--wp--custom--dark--2);
    opacity: 0.6;       
    pointer-events: none; 
    z-index: 1;
}

.rounded-accent-section::before {
    content: "";
    position: absolute;
    bottom: -5rem;  
    left: -5rem; 
    width: 18rem; 
    height: 18rem;    
    border-radius: 9999px;
    background-color: var(--wp--custom--dark--2);
    opacity: 0.6;     
    pointer-events: none;
    z-index: 1;
}
.rounded-accent-section > * {
    position: relative;
    z-index: 2;
}



/* REGISTRATION PAGE ***/
.registration-table thead tr {
	background-color: var(--wp--custom--secondary--dark);
	color: #fff;
}


/* HOTEL & TRAVEL PAGE ***/
.divider-container > .wp-block-group:not(:first-child) {
    position: relative;
    padding-top: 4rem; 
    margin-top: 4rem;
}
.divider-container > .wp-block-group:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    height: 1px;
    background: var(--wp--custom--dark--2);
}

/*** JOIN PAGE ***/
.membership-cards .wp-block-column {
  display: flex;
  flex-direction: column;
}
.membership-cards .wp-block-column .wp-block-buttons {
  margin-top: auto;
}
.membership-cards.wp-block-columns .wp-block-column p {
  margin-bottom: 0 !important;
}
.membership-cards.wp-block-columns .wp-block-column .wp-block-list {
  margin-top: 16px !important;
}
.membership-cards .is-style-check-list li:before {
	color: var(--wp--custom--secondary--light);
}

.membership-card-active .is-style-check-list li:before {
color: var(--wp--custom--primary--main);
 }

.membership-benefits .wp-block-column {
	transition: all 250ms ease-in-out;
	border: 1px solid  var(--wp--custom--light--2);
}

.membership-benefits .wp-block-column:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}


.member-voices h6:not(.reviews-cols h6) {
    display: inline-block;
    padding: 10px 20px;
    background-color: color-mix(in srgb, var(--wp--custom--primary--dark) 60%, transparent);
    border-radius: 50px;
    color: var(--wp--custom--primary--light);
    font-size: 12px;
	 margin-bottom: 20px !important;
}
.member-voices {
    text-align: center;
	   
}

.reviews-cols { align-items: stretch !important; }


.reviews-cols > .wp-block-column  {
	background-color: color-mix(in srgb, var(--wp--custom--light--2) 5%, transparent);
	border: 1px solid color-mix(in srgb, var(--wp--custom--light--2) 20%, transparent);
	 transition: background-color 0.3s ease, border-color 0.3s ease;
	  text-align: left;
}

.reviews-child-cols {
	border-top: 1px solid color-mix(in srgb, var(--wp--custom--light--2) 20%, transparent);
}
.reviews-cols > .wp-block-column {
   /* height: 330px; */
    display: flex !important;
    flex-direction: column !important;
}
.reviews-cols > .wp-block-column .reviews-child-cols {
    margin-top: auto !important;
}


/*** NEWS PAGE ***/
.news-sidebar  {
  background-color: #fff;
  border: 1px solid  var(--wp--custom--light--3);
  border-radius: var(--wp--custom--radius--md);
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);	
}

.wp-block-categories-list .cat-item,
.wp-block-archives-list li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
	margin-left: 0px;
}


@media screen and (min-width: 901px) {
.page-id-19675 .post-link .post-text-wrap {
	width: 100% !important;
	}	
}
.page-id-19675 .co-card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.co-post-cat-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 8px;
}

.co-post-cat {
    display: inline-block;
    background-color:  var(--wp--custom--secondary--main);
    color: #fff;
    padding: 1px 10px;
    border-radius: var(--wp--custom--radius--md);
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.co-post-date {
    font-size: 0.85rem;
    white-space: nowrap;
    margin-left: 12px;
	text-transform: uppercase;
}

.entry-cols .post .entry-title:not(:last-child) {
    margin-top: 0;
}
/* .entry-meta .entry-date,
.post-meta .entry-date,
.entry-meta .post-cats,
.post-meta .post-cats {
    display: none;
} */

/* posts hover */
 .entry.post.post {
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}
.entry.post.post:hover {
    transform: translateY(-3px);
}

/* Event List */
.event-list { 
	list-style: none;
}

.event-list .event-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0;
	padding: 1em;
	border: 1px solid var(--wp--custom--light--2);
	background-color: white;
	border-radius: calc(0.75em - 2px);
	line-height: 1.3em;
	color: var(--wp--custom--secondary--dark);
	transition: all 150ms ease-in-out;
}

.event-list .event-link:hover { 
	color: var(--wp--custom--secondary--dark); 
	border-color: var(--wp--custom--secondary--dark);
	background-color: var(--wp--custom--light--2);
}

.event-list .event .event-content { flex: 1 1 auto; }

.event-list .event .icon-calendar {
	display: inline-flex;
	flex: 0 0 3rem;
	width: 3rem;
	height: 3rem;
	border-radius: calc(0.75em - 2px);
	background-color: var(--wp--custom--light--2);
	font-size: 20px;
	justify-content: center;
	align-items: center;
	color: var(--wp--custom--secondary--dark);
	transition: all 150ms ease-in-out !important;
}

.event-list .event-link:hover .icon-calendar {
	background-color: var(--wp--custom--primary--light);
}

.event-list .event .icon-calendar::before { transition: font-size 300ms ease-in-out; }

.event-list .event-link:hover .icon-calendar::before { font-size: 1.15em; }

.event-list .event .event-title { 
	font-weight: 700; 
	border-bottom: none !important;
	text-align: left;
}

.event-list .event:not(:first-child) { margin-top: 12px; }

.event-list .event-link .icon-arrow { 
	position: relative;
	left: 0;
	transition: all 150ms ease-in-out !important; 
}

.event-list .event-link:hover .icon-arrow {  left: -3px; }

.event-list time { font-size: 0.875em; }



/*** AWARDS & GRANTS PAGE ***/
 .banner-subheading {
  display: inline-block;
  padding: 6px 12px;
  letter-spacing: .25em;
  border: 2px solid color-mix(in srgb, var(--wp--custom--primary--main) 30%, transparent);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  color: color-mix(in srgb, var(--wp--custom--primary--main) 90%, transparent);
  text-transdform: uppercase;
  margin-bottom: 20px;
} 


.principal-awards .icon-container {
	background-color: color-mix(in srgb, var(--wp--custom--primary--dark) 70%, transparent);
	border-radius: 50%;
	padding: 10px;
	border: 2px solid color-mix(in srgb, var(--wp--custom--primary--main) 40%, transparent);
}
.principal-awards .wp-block-image,
.recognition-awards .wp-block-image {
	border: 1px solid var(--wp--custom--primary--main);
}

.recognition-awards .icon-container {
	background-color: color-mix(in srgb, var(--wp--custom--primary--light) 15%, transparent);
	border-radius: 20%;
	padding: 10px;
}

.next-gen-grants .icon-container {
	background-color: color-mix(in srgb, var(--wp--custom--secondary--light) 15%, transparent);
	border-radius: 20%;
	padding: 10px;
}

.next-gen-app {
	border-left: 5px solid var(--wp--custom--primary--main);
}

.recognition-awards .wp-block-separator {
	width: 100%;
	color: var(--wp--custom--light--2);
	margin: 15px;
}


.awards-bio.wp-block-details summary {
	background-color: #E8F3F9;
	color: black;
	border-radius: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.awards-bio.wp-block-details[open] summary {
  border-radius: 15px 15px 0 0;
}

.awards-bio summary:after {
	color: #1D8FC9 !important;
}

.awards-bio .wp-block-group,
.awards-recipients .wp-block-group{
	  border-radius: 0 0 15px 15px;
}
.awards-recipients.wp-block-details summary {
	background-color: var(--wp--custom--light--2);
	color: #000;
	border-radius: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.awards-recipients.wp-block-details[open] summary {
  border-radius: 15px 15px 0 0;
}
.awards-recipients summary:after {
	color: #000;
}
@media (max-width: 768px) {
.awards-recipients .wp-block-table td:first-child {
    width: 50px;
    min-width: 50px;  
    white-space: nowrap;
  }
}

.legacy-first-group {
	border-top: 8px solid var(--wp--custom--primary--main);
}


/*** BENEFITS PAGE ***/
.benefits-subheading {
	display: inline-flex !important;
	padding: 6px 15px 6px 13px;
    background-color: var(--wp--custom--primary--main);
    border-radius: 50px;
    font-size: 14px;
}
/* .benefits-icon-box:hover {
	border: 1px solid var(--wp--custom--primary--main) !important;
} */
.benefits-icon-box .wp-block-outermost-icon-block {
    flex-shrink: 0;       
}

.benefits-icon-box .icon-container {
	padding: 9px;
	width: 38px !important;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
.benefits-icon-box .icon-container {
	width: 40px !important;
	padding: 7px;
	}
}

/*** MEMBER SPOTLIGHT PAGE ***/
.page-id-20474 .main {
	background-color: var(--wp--custom--light--2);
}
.member-spotlight-subheading  {
	display: inline-flex !important;
	padding: 6px 15px 6px 13px;
    background-color: color-mix(in srgb, var(--wp--custom--primary--dark) 50%, transparent);
	border: 2px solid color-mix(in srgb, var(--wp--custom--primary--main) 20%, transparent);
    border-radius: 50px;
    font-size: 12px;
}

@media screen and (max-width: 900px) {
.member-spotlight-cta .wp-block-image {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	}
}
/* Spotlight year badge */
.member-box .member-spotlight-year {
    position: absolute;
    top: 15px;    
    left: 15px;   
	z-index: 5;
    background-color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    color:  var(--wp--custom--secondary--dark);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase; 
    letter-spacing: 0.06em;     
    line-height: 1;
}

/* Past Spotlights */
.archive-spotlights.member-cols .member-portrait-wrap {
    margin-top: 35px;
}
.archive-spotlights .member-box .member-portrait-wrap img {
    transform: scale(1.2);
	margin-bottom: 40px;
}
.archive-spotlights details summary {
	color: var(--wp--custom--secondary--main);
}
.archive-spotlights .member-box .wp-block-details summary {
	border-top: none;
	border-bottom: none;
}
.archive-spotlights .member-box .wp-block-details summary {
    padding-bottom: 12px;
}
.archive-spotlights .member-box .wp-block-details[open] summary::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: var(--wp--custom--dark--2); 
    left: -24px;  
    right: -24px; 
}



/*** NANS ELEARNING PAGE ***/
.elearning-boxes .wp-block-column:hover {
	transform: none;
}
.elearning-boxes > .wp-block-column {
    border: 1px solid var(--wp--custom--dark--2);     
    border-radius: var(--wp--custom--radius--md);                         
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02) !important;
}
/* .elearning-boxes > .wp-block-column:hover {
   transform: translateY(-3px);
} */
.elearning-boxes > .wp-block-column:hover h3 a {
    color: var(--wp--custom--secondary--main);  
}
.elearning-boxes > .wp-block-column h3 {
    transition: color 0.25s ease !important;
}
.elearning-boxes h3 > a {
    border-bottom: none !important;
}
.elearning-boxes > .wp-block-column {
    align-self: stretch; 
    display: flex;
    flex-direction: column;
    height: auto; 
}
.pathways .icon-container {
	border-radius: 10px;
	background-color: var(--wp--custom--light--2); 
	padding: 8px;
}

@media (max-width: 1024px) {
    .wp-block-columns.link-cards.elearning-boxes {
        flex-wrap: wrap !important;
        display: flex !important;
        gap: 1.5rem !important; 
    }
    .wp-block-columns.link-cards.elearning-boxes > .wp-block-column {
        flex-basis: calc(50% - 0.75rem) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/* INLINE GRAVITY FORM */
form#gform_5.inline-subscribe {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

/* Break the 100% block-width constraint on inner wrapper divs  */
form#gform_5.inline-subscribe .gform_body {
    flex: 1;
    width: auto;
    margin: 0;
    padding: 0;
}


form#gform_5.inline-subscribe .gform_footer {
    margin: 0;
}
form#gform_5.inline-subscribe input[type="email"] {
    background-color: white;
    border: 1px solid var(--wp--custom--dark--2);
    border-radius: 12px;
    padding: 0 16px 0 45px;
    height: 50px;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 18px;
	color: var(--wp--custom--dark--1);
	
}

form#gform_5.inline-subscribe input[type="email"]::placeholder {
    color: var(--wp--custom--dark--2);
    opacity: 1;
}

form#gform_5.inline-subscribe input[type="submit"] { height: 100%; }

form#gform_5.inline-subscribe .gform_button {
    background-color: transparent;
    border: 1px solid var(--wp--custom--light--2); ;
    border-radius: 12px;
    padding: 0 24px;
    line-height: 48px;
    
}
@media (max-width: 640px) {
    form#gform_5.inline-subscribe {
        flex-direction: column ;
        align-items: stretch;
    }
    form#gform_5.inline-subscribe .gform_footer {
        width: 100%;
    }
    form#gform_5.inline-subscribe .gform_footer input[type="submit"] {
        width: 100%;
    }
}




/*** ABSTRACTS PAGE ***/
.cta-icon {                      
  padding: 3px 16px;         
  border: 2px solid color-mix(in srgb, var(--wp--custom--primary--main) 30%, transparent);
  background-color: color-mix(in srgb, var(--wp--custom--primary--dark) 60%, transparent);
  border-radius: 50px;
  color: var(--wp--custom--primary--main);
  font-size: 12px;
  font-weight: 700;
  display: inline-flex !important; 
}
.vertical-timeline .icon-container {
	background-color: var(--wp--custom--light--2);
	fill: var(--wp--custom--secondary--light);
	z-index: 1;
}
.vertical-timeline .wp-block-column:first-child {
  position: relative;
}
.vertical-timeline .wp-block-column:first-child::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: -55px;
  width: 2px;
  background:  var(--wp--custom--dark--2); 
  z-index: 0;
}
@media screen and (max-width: 516px) {
	.vertical-timeline .wp-block-column:first-child::after {
		bottom: -75px;
	}
    .mobile-stack-row {
        flex-direction: column;
        align-items: center;
    }
    .mobile-stack-row > * {
        width: 100%;
        max-width: 100%;
    }
}
/* @media (max-width: 1024px) and (min-width: 768px) {
    .wp-block-column:has(> .cta-icon) {
        flex-basis: 20% !important;
    }
} */
.vertical-timeline .wp-block-columns:last-child 
.wp-block-column:first-child::after {
  display: none;
}

.timeline-item--active .icon-container {
	fill: var(--wp--custom--primary--main);
}
.timeline-item--active > .wp-block-column:nth-child(2) {
    border-left: 5px solid var(--wp--custom--primary--main) !important
}
.topics-sub-topics li::marker {
	color:  var(--wp--custom--primary--main); 
	 margin-left: 1em !important;
}
.topics-sub-topics li {
	 margin-left: 1.2em;
}
.submission-policies details {
    border-bottom: 1px solid var(--wp--custom--dark--2); /* Adjust this hex code to match your exact gray */
}
.submission-policies details summary {
    background-color: var(--wp--custom--light--2);
    color: var(--wp--custom--secondary--dark);
    padding: 10px 0 10px 25px;
}
.submission-policies details summary:hover {
	text-decoration: underline;
}
.submission-policies details summary:after {
    color: var(--wp--custom--secondary--dark);
	margin-left: -20px;
}

/* Course Card */
.course-card-top,
.course-card-top.wp-block-columns.is-not-stacked-on-mobile  { 
	flex-wrap: wrap !important; 
	gap: 6px !important;
}

.course-card-top .wp-block-column:first-child { flex-grow: 1 !important; }

.course-card-top .wp-block-column:last-child { flex-basis: auto !important; }

/* Rounded Helper */

.rounded > img, 
.rounded-md > img, 
.shape-rounded > img, 
.shape-rounded-md > img { border-radius: inherit; }

/* Mobile Button Ful Width (to force buttons with specific widths from admin) */
@media screen and (max-width: 600px) {
	.mobile-buttons-full-width.wp-block-buttons>.wp-block-button { width: 100%; }
}

/* Swiper Pagination */
body .swiper-pagination-bullet { opacity: 1; }


/* Content search */
.content-search input[type="search"] {
	border-radius: var(--wp--custom--radius--sm);
    padding: 0 15px;
    border: 1px solid transparent;
	color: var(--wp--custom--dark--1);
}

.content-search .wp-block-search__button {
	background-color: var(--wp--custom--primary--main);
	color:var(--wp--custom--dark--1)!important;
	height: 50px;
	border-radius: var(--wp--custom--radius--md);
	font-family:var(--wp--custom--font--1);
	font-weight:bold;
	transition: all 300ms ease-in-out;
}

.content-search .wp-block-search__button:hover {
	transform: translateY(-3px);
}


.content-search {
    width: 100%;
}


/* Network cols */

.network-cols .wp-block-column .wp-block-paragraph  {
	margin-top:10px;
	font-size:.875rem;
}
.network-cols .wp-block-column { transition: all 150ms ease-in-out; }

.network-cols .wp-block-column:hover  {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
	cursor:pointer;
} 

/* Posts */

.blog,
.archive { background-color: var(--wp--custom--light--3); }

body.search-results { background-color: white; }

body.search-results .main { 
	padding-top: var(--wp--custom--spacer--sm); 
	border-top: 2px solid var(--wp--custom--secondary--dark);
}

body.search-results .entry-cols { font-size: 0.875em; }

body.search-results .banner::before { opacity: 1; }

body.search-results .banner-inner { min-height: auto; }

.post-cols .post-link .post-meta { 
	margin: 0 0 12px; 
	display: flex;
	flex-direction: row-reverse;
    justify-content: flex-end;
	flex-wrap: wrap;
	gap: 12px;
}

.post-cols .post-cats { position: static; }

.post-cols .post-meta li { 
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 0.8125em;
}

.post-cols .post-cat { 
	padding: 2px 10px;
	display: inline-flex;
	align-items: center;
	line-height: 1; 
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--dark--1);
	border-radius: 14px;
}

.post-cols .col-full .post-link .post-text-wrap { 
	width: auto; 
}

.single-post .banner .banner-text-wrap {
	max-width: 800px;
	width: auto;
	text-align: center;
	margin: 0 auto;
}

.single-post .banner .post-cats {
	display: inline-flex;
	gap: 6px;
	flex-wrap: wrap;
}

/* Team */
body:not(.search-results) .member-full-overlay .member-full-inner .member-title { 
	font-size: 1.8em; 
	opacity: 1 !important;
}

.member-full-overlay .member-full-inner .member-position { font-size: 1.5em; }

.member-full-overlay .member-content-wrap {
	top: 0;
	font-size: 1rem;
}

.member-full-overlay .member-content-wrap .member-overlay-extra-heading { 
	margin-top: 0; 
	font-size: 1.375em;
}

.featured-member-wrap-v2 .featured-member-meta { margin-top: 0; }

.featured-member-wrap-v2 .member-position {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1.2em;
}

.featured-member-wrap-v2 .featured-member-name { margin-bottom: 0; }

.featured-member-wrap-v2 .featured-member-portrait {
	width: 360px;
	display: flex;
}

@media screen and (max-width: 900px) {
	.featured-member-wrap-v2 { max-width: 500px; }

	.featured-member-wrap-v2 .featured-member-inner { flex-wrap: wrap; }

	.featured-member-wrap-v2 .featured-member-portrait { width: 100%; }
}

.member-box.clickable { transition: all 300ms ease-in-out; }

.member-box.clickable:hover { transform: translateY(-3px); }

.member-spotlight-year ~ .member-text-wrap { text-align: left; }

.member-full-overlay.archive-spotlights .member-portrait-wrap { margin-top: 0; }

.member-full-overlay.member-cols .member-box { 
	display: flex;
	padding: 0 0 16px;
 }

.member-full-overlay.archive-spotlights .member-box .member-portrait-wrap img {
	transform: none;
	margin: 0;
}

.single-member .cols { flex-wrap: nowrap; }

.single-member .member-portrait-wrap { flex: 0 0 400px; }

.single-member .member-portrait-wrap img { border: 2px solid var(--wp--custom--secondary--dark); }

.single-member .member-text-wrap { flex: 1 1 auto; }

@media screen and (max-width: 900px) {
	.single-member .cols { flex-wrap: wrap; }

	.single-member .member-portrait-wrap { flex: 0 1 400px; }

	.single-member .member-text-wrap { flex: 1 1 100%; }
}

/* Overflow Fixes */
.wp-block-search__label.screen-reader-text { width: auto; }

/* White Botton Accordion */
.white-button-accordion .wp-block-accordion-heading__toggle {
	background-color: white;
	border-radius: 24px;
}

.white-button-accordion .wp-block-accordion-heading__toggle[aria-expanded="true"] { background-color: var(--wp--custom--light--3); }

/* Userway Button */
body .uwy.userway_p3 .userway_buttons_wrapper { bottom: 80px; }