/*
Theme Name: Neuromodulation
Version: 6.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 ***/

/* Italic  */
@font-face {
	font-family: 'Inter';
	font-weight: 400;
	src: url('fonts/inter/Inter-Italic.ttf');
	font-display: swap;
}
/* Regular  */
@font-face {
	font-family: 'Inter';
	font-weight: 400;
	src: url('fonts/inter/Inter-Regular.ttf');
	font-display: swap;
}
/* Bold  */
@font-face {
	font-family: 'Inter';
	font-weight: 700;
	src: url('fonts/inter/Inter-Bold.ttf');
	font-display: swap;
}


/***  Montserrat ***/

/* Italic  */
@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	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;
}
/* Bold  */
@font-face {
	font-family: 'Montserrat';
	font-weight: 700;
	src: url('fonts/montserrat/Montserrat-Bold.ttf');
	font-display: swap;
}


 


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



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 18px;
}

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



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

.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--primary--dark);
}

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

.main-wrap a:not([class]),
h3 > a {
	border-bottom: 1px solid currentColor;
}

.main-wrap a:not([class]):not(:has(img)):hover,
h3 > a:hover {
	border-bottom-style: dashed;
}



/***  HEADINGS  ***/

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

h1 {
	font-size: 4em;
}

h2 {
	font-size: 2.3em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	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 2.25em;
	border-color: var(--wp--custom--secondary--main);
	border-radius: var(--wp--custom--radius--md);
	background-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--primary--dark);
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--secondary--light);
	background-color: var(--wp--custom--secondary--light);
	color: var(--wp--custom--primary--dark);
	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;
	color: var(--wp--custom--secondary--main);
}

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



/***  ICONS  ***/

.fa {
	font-weight: 300;
}

/* Icon Colors */

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

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

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

/* Icon Backgrounds */

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

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

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

/* Icon Borders */

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

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

a:hover .fa-br {
	border-color: var(--wp--custom--secondary--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: var(--wp--custom--primary--main);
}

.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 {
	color: var(--wp--custom--secondary--main);
}



/***  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--primary--main);
}

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
form button {
	border-color: var(--wp--custom--primary--main);
	background-color: var(--wp--custom--primary--main);
	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--light);
	background-color: var(--wp--custom--primary--light);
	color: white;
}

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





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



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: white;
}

.scroll-logo {
	max-height: 50px;
}



/***  TOP BAR  ***/

.top-bar {
	background-color: var(--wp--custom--dark--3);
	padding-top: 3px;
	padding-bottom: 3px;
}

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


/***  HEADER  ***/

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

/* 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--primary--main);
	color: white;
}



/***  NAVBAR  ***/

.navbar {
}



/***  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 var(--wp--custom--dark--2);
}

.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: 80%;
}

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

.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--primary--main);
	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--secondary--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;
}

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

.nav-menu > li > a, 
.nav-menu > li > span {
  	padding: 18px 5px;
  	font-weight: 600;
  	font-size: 1em;
  	color: var(--wp--custom--dark--3);
}


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

.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--primary--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--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	color: white;
}

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


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

.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: white;
}

.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--secondary--main);
	color: black;
}

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

.nav-menu li ul li:hover > a {
	background-color: var(--wp--custom--secondary--light);
	color: var(--wp--custom--primary--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--primary--dark);}

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

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




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



/***  BANNER  ***/

.banner {
background-color: color-mix(in srgb, var(--wp--custom--primary--main) 90%, transparent);
}
.banner-inner {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
}

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

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



/***  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--primary--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--light--3);
	overflow: hidden;
	color: var(--wp--custom--dark--1);
}

.entry-cols .entry-link:hover {
	transform: translateY(-3px);
	border: 1px solid  var(--wp--custom--secondary--main);
}

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

.entry-cols .entry-icon svg {
	width: 60px;
	fill: var(--wp--custom--primary--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 {
	color: var(--wp--custom--primary--main);
}

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

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

/* Archive Pagination */

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

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

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



/***  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--secondary--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--3);
	font-size: 0.9em;
}

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

.footer a {
	color: var(--wp--custom--dark--2);
}

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

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

.footer a:not([class]) {
	border-bottom: 1px dotted currentColor;
}

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

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

/***  6.3 BOTTOM BAR  ***/

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

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

.bottom-bar a:not([class]) {
	border-bottom: 1px dotted currentColor;
	color: white;
}

.bottom-bar a:not([class]):hover { border-bottom-style: solid; }



/* Menus */

.bottom-bar .menu a,
.credits a {
	color: var(--wp--custom--dark--2);
}
.bottom-bar .menu a {
	display: inline-block;
}
.bottom-bar .menu li:not(:last-child)::after{
  content: "|";
  margin: 0 3px;
  color: #fff;
}
.bottom-bar .menu a:hover,
.credits a:hover {
	color: var(--wp--custom--secondary--main);
}



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

/* Add custom theme styles here */



/***  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--primary--main);
	color: white;
}

.icon-cards .wp-block-column .wp-block-heading, 
.icon-cards .wp-block-column .wp-block-heading a {
	color: var(--wp--custom--primary--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 h6 {
  display: inline-block;
  padding: 5px 15px;
  border: 2px solid var(--wp--custom--secondary--light);
  border-radius: 50px;
  color: var(--wp--custom--secondary--light);
}


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



/*** TEAM ***/
.member .member-title {
	font-size: 16px;
	text-align: left;
}
.member-position {
	color: var(--wp--custom--primary--main);
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
.member-content-wrap {
	font-size: 13px;
	text-align: left;
}
.member-box {
  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);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.member-box .member-portrait-wrap img {
  display: block;
  width: 100%;
  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--primary--dark);
}
.member-box .wp-block-details summary {
	border-top: 1px solid  var(--wp--custom--light--3);
	border-bottom: 1px solid var(--wp--custom--light--3);
	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--primary--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;
}
.recipients-list li:hover {
  background:  var(--wp--custom--light--2);
}

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

.guidelines h6 {
  display: inline-block;
  padding: 5px 15px;
  background-color: var(--wp--custom--secondary--main);
  color: #fff;
}

.guidelines .wp-block-columns,
.orange-border-left .wp-block-column {
	border-left: 4px solid  var(--wp--custom--secondary--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--secondary--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--light--3);
  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:  var(--wp--custom--light--3);
  z-index: 1;
}
.key-dates-row:last-child .wp-block-column.rounded {
  background-color: var(--wp--custom--secondary--main) !important;
}
.key-dates-row:last-child .wp-block-column.rounded svg path {
  fill: #ffffff !important;
}
@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--primary--dark);
  margin-top: 0;
}

/* REGISTRATION PAGE ***/
.registration-table thead tr {
	background-color: var(--wp--custom--primary--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;
}