/*
Theme Name: National Headache Foundation
Version: 2.0
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 */
/* PT Serif */

/* Regular */
@font-face {
	font-family: 'PT Serif';
	font-weight: 400;
	src: url('fonts/ptserif/ptserif-regular.woff2');
}

/* Italic */
@font-face {
	font-family: 'PT Serif';
	font-style: italic;
	src: url('fonts/ptserif/ptserif-italic.woff2');
}

/*Open Sans*/
/* Regular */
@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	src: url('fonts/opensans/opensans-regular.woff2');
}

/*Regular Italic */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	src: url('fonts/opensans/opensans-italic.woff2');
}

/* Bold */
@font-face {
	font-family: 'Open Sans';
	font-weight: 700;
	src: url('fonts/opensans/opensans-bold.woff2');
}

 


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

/***  UNIVERSAL STYLES  ***/

html {
	font-size: 18px;
}

html.headache-mode{
	filter: grayscale(100%);
	--wp--custom--primary--main: var(--wp--custom--headache--primary--main);
	--wp--custom--primary--light: var(--wp--custom--headache--primary--dark);
	--wp--custom--primary--dark: var(--wp--custom--headache--primary--light);
	--wp--custom--primary--xlight: var(--wp--custom--headache--primary--xlight);
	--wp--custom--secondary--main: var(--wp--custom--headache--primary--main);
	--wp--custom--secondary--light: var(--wp--custom--headache--primary--dark);
	--wp--custom--secondary--dark: var(--wp--custom--headache--primary--light);
	--wp--custom--extra--1: var(--wp--custom--headache--extra--1);
	--wp--custom--light--wt: var(--wp--custom--headache--light--wt);
	--wp--custom--light--1: var(--wp--custom--headache--light--1);
	--wp--custom--light--2: var(--wp--custom--headache--light--2);
	--wp--custom--light--3: var(--wp--custom--headache--light--3);
	--wp--custom--dark--1: var(--wp--custom--headache--dark--1);
	--wp--custom--dark--2: var(--wp--custom--headache--dark--2);
	--wp--custom--dark--3: var(--wp--custom--headache--dark--3);
	--wp--custom--extra--1: var(--wp--custom--headache--light--2);
}

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


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

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

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





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



/***  TEXT & LINKS  ***/

a {
	color: var(--wp--custom--primary--main);
	transition: all 300ms ease-in-out;
}

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

.darker-links a { color: var(--wp--custom--primary--dark); }

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

.bg-primary-xlight a:not([class]) { color: var(--wp--custom--secondary--main); }

.bg-primary-xlight a:not([class]):hover { color: var(--wp--custom--dark--1); }

#main a:not([class]) { border-bottom: 1px dashed currentColor; }

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

#main .learn-more-cols a:not([class]),
#main .a4a-category-list a:not([class]) { border-bottom: none; }

/***  HEADINGS  ***/

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


h1 {
	font-size: 3.55em;
}

h2 {
	font-size: 2.66em;
}

h3 {
	font-size: 1.66em;
}

h4 {
	font-size: 1.333em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.85em;
}

.elementor-default h1,
.elementor-default h2,
.elementor-default h3,
.elementor-default h4,
.elementor-default h5,
.elementor-default h6 { line-height: 1.3em;}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6{ color: var(--wp--custom--light--wt); }

.text--primary,
.text--primary .elementor-heading-title{
	color: var(--wp--custom--primary--main);
}

@media screen and (max-width:900px) {
	h1 { font-size: 2.22em; }
	h2 { font-size: 2em; }
	h3 { font-size: 1.33em; }
	h4 { font-size: 1.15em; }
}

[class^="heading-accent"] {
	color: var(--wp--custom--primary--main);
	font-style: italic;
}

.heading-accent-extra{ color: var(--wp--custom--extra--1);}

.heading-accent-white{ color: var(--wp--custom--light--wt);}

/***  BORDERS & DIVIDERS  ***/

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



/***  BUTTONS  ***/

.elementor-button,
.elementor-button:focus, 
.elementor-button:visited,
.button, 
.wp-block-button__link, 
.buttonoutline-, 
.is-style-outline .wp-block-button__link {
	padding: 0.75em 1.75em;
	border: 2px solid;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--main);
	font-size: 1em;
	font-weight: 700;
	color: var(--wp--custom--light--wt);
	text-transform: uppercase;
	text-align:center;
}



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

.filter-form .filter-reset:hover { transform: translateY(-3px); }

.elementor-button{line-height: 1.6em;}

.elementor-button .elementor-button-icon{margin-left: 5px;}

/*primary-lt button*/
.primary-lt-button .elementor-button,
.primary-lt-button.button, 
.primary-lt-button .wp-block-button__link, 
.primary-lt-button .button-outline, 
.primary-lt-button .is-style-outline .wp-block-button__link {
	background-color: var(--wp--custom--primary--light);
	border-color: var(--wp--custom--primary--light);
}

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

/*secondary button*/
.secondary-button.button, 
.secondary-button .wp-block-button__link, 
.secondary-button .button-outline, 
.secondary-button .is-style-outline .wp-block-button__link {
	background-color: var(--wp--custom--secondary--dark);
	border-color: var(--wp--custom--secondary--dark);
	color: var(--wp--custom--light--wt);
}

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


/*white button*/
.white-button.button, 
.white-button .wp-block-button__link, 
.white-button .button-outline, 
.white-button .is-style-outline .wp-block-button__link {
	border-color: var(--wp--custom--light--wt);
	background-color: var(--wp--custom--light--wt);
	color: var(--wp--custom--dark--1);
}

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


/* OUTLINED BUTTONS */

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

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

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

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

/*white*/
.white-button-outline .elementor-button,
.white-button.button-outline, 
.white-button.is-style-outline .wp-block-button__link {
	background: none;
	color: var(--wp--custom--light--wt);
	border-color: var(--wp--custom--light--wt);
}

.white-button-outline .elementor-button:hover,
.white-button.button-outline:hover,
.white-button.is-style-outline .wp-block-button__link:hover {
	color: var(--wp--custom--dark--1);
	background-color: var(--wp--custom--light--wt);
	border-color: var(--wp--custom--light--wt);
}

.headache-mode .white-button-outline .elementor-button,
.headache-mode .white-button.button-outline, 
.headache-mode .white-button.is-style-outline .wp-block-button__link {
    color: var(--wp--custom--dark--1);
    border-color: var(--wp--custom--dark--1);
}

.headache-mode .white-button-outline .elementor-button:hover,
.headache-mode .white-button.button-outline:hover,
.headache-mode .white-button.is-style-outline .wp-block-button__link:hover {
	color: var(--wp--custom--light--1);
	background-color: var(--wp--custom--dark--1);
}

/*button-link*/
.button-link .wp-block-button__link{
	border: unset;
	text-transform: unset;
	font-weight: 400;
	font-size: 0.88em;
}

.button-link .wp-block-button__link:hover{
	color: var(--wp--custom--secondary--main)!important;
}

.button-link .wp-block-button__link .fa{
	color: var(--wp--custom--primary--main)!important;
	font-weight: 700;
	margin-right: 8px;
}

.button > i,
.button-outline > i{margin-left: 5px;}

/***  ICONS  ***/

.fa {
	font-weight: 300;
}

/* Icon Colors */

.fa, .fas, .far, .fal, .fab {
	color: var(--wp--custom--primary--main);
}
[class^="fa-"] { font-style: normal!important; }


a .fa, a .fas, a .far, a .fal, a .fab,
a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab  {
	color: inherit;
}

/* Icon Backgrounds */

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

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

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

/* 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  ***/
.long-arrow-list li:before,
.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);
	font-weight: 700;
}

.long-arrow-list{list-style:none;}

.long-arrow-list li{position:relative;}

.long-arrow-list li:not(:last-child){margin-bottom: 0.85em;}

.long-arrow-list li:before{
	    position: absolute;
    top: 0.33em;
    left: -1.75em;
    width: 1.3em;
    height: 1.3em;
    display: block;
    font-family: 'Font Awesome 6 Pro';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 1em;
    text-align: center;
	content: "\f178";
}


/***  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--sm);
	color: var(--wp--custom--dark--1);
	padding: 10px 25px;
	background: var(--wp--custom--light--wt);
	border-color:var(--wp--custom--primary--main);
}


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);
}

#post_tag{display:none;}

/*.search-area*/
.search-area{
	padding: 20px;
	border-radius:var(--wp--custom--radius--brand);
	background-color:var(--wp--custom--light--2);
	max-width: 400px;
}

.search-form{max-width:400px;}

/* 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--sm);
	border-width: 2px;
	color: var(--wp--custom--light--wt);
	text-transform: uppercase;
	font-size: 1em;
	transition: all 300ms ease-in-out;
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
form button:hover {
	border-color: var(--wp--custom--secondary--main);
	background-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--light--wt);
	transform: translateY(-3px);
}

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: var(--wp--custom--light--wt);
}

/*.subscribe-form .nf-form-fields-required{display: none;}

.subscribe-form .nf-error-msg, 
.subscribe-form .ninja-forms-req-symbol{
	background-color: var(--wp--custom--light--1);
    padding: 0 5px 2px;
	display: inline;
	font-size: .85em;
}

.subscribe-form input[type="submit"]{
	background-color: transparent;
	border-color: var(--wp--custom--light--wt);
}

.subscribe-form input[type="submit"]:hover{
	background-color: var(--wp--custom--primary--light);
	border-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--dark--1);
}

@media screen and (max-width:1024px) {
	.subscribe-form nf-cell:first-of-type{width: 65%!important};
	.subscribe-form nf-cell:last-of-type{width: 35%!important};
}

@media screen and (max-width:1023px) {
	.subscribe-form nf-cells{
		display: flex;
		flex-direction: column;
	}

	.subscribe-form .nf-cell{width: 100%!important;}
}*/

/*GRAVITY FORMS*/
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
	background-color: var(--wp--custom--primary--main)!important;
	border-radius: var(--wp--custom--radius--sm)!important;
    color: white!important;
    font-size: 1em!important;
    font-weight: 700!important;
    padding: .75em 1.75em!important;
    transition: all 300ms ease-in-out!important;
    text-transform: uppercase!important;
	border-width:2px!important;
}

.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{
    border-radius: var(--wp--custom--radius--sm)!important;
	background-color: var(--wp--custom--primary--light)!important;
	color: var(--wp--custom--light--wt)!important;
	transform:unset!important;

}

/*INPUTS*/

.gform_wrapper input[type="text"], .gform_wrapper  input[type="email"],.gform_wrapper  input[type="number"], 
.gform_wrapper input[type="password"],.gform_wrapper  input[type="search"],.gform_wrapper  input[type="tel"], 
.gform_wrapper input[type="url"],.gform_wrapper  input[type="date"],.gform_wrapper  input[type="datetime-local"], 
.gform_wrapper input[type="month"],.gform_wrapper  input[type="time"],.gform_wrapper  input[type="week"], 
.gform_wrapper select,.gform_wrapper .filter-reset 
{
	border-radius: var(--wp--custom--radius--sm)!important;
    height: auto!important;
    padding: 0.45em 1em!important;
    font-weight: 300!important;
    font-size: 1em!important;
	border-color: var(--wp--custom--primary--main)!important;
}

.gform_wrapper textarea{
	border-radius: var(--wp--custom--radius--sm)!important;
    background-color: var(--wp--custom--light--2);
    padding: 0.45em 1em;
    font-weight: 300;
    font-size: 1em;
	border-color: var(--wp--custom--primary--main)!important;
}

.gform-theme--foundation .gform_fields{
	row-gap: 20px!important;
}

p.gform_required_legend{margin-bottom:20px;}

.gform_wrapper label,
.gform_wrapper legend{
	font-size: .9em !important;
	font-weight:700!important;
}





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



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: var(--wp--custom--light--wt);
	border-bottom:1px solid var(--wp--custom--light--3);
}

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

.scroll-bar-container .cols{position: relative;}


/***  TOP BAR  ***/

.top-bar {
	background-color: transparent;
	border-bottom: 1px solid var(--wp--custom--light--1);
}


@media screen and (max-width:800px) {
	.top-bar .wp-block-group{ 
		justify-content: space-between; 
		gap: unset;
	}

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

/*@media screen and (max-width:1135px) {
	.top-bar{font-size: .85em;}

	.top-bar .wp-block-button__link{ padding: 0.75em 1.5em; }
}

@media screen and (max-width:1024px) {
	.top-bar .wp-block-buttons{ gap: var(--wp--custom--spacer--xxs);}

	.top-bar .wp-block-button__link{ padding: 0.75em .9em; }

	.top-bar .wp-block-buttons .button-link span{
		display: none;
	}

	.top-bar .wp-block-buttons .button-link i{
		font-size: 1.4em;
	}
}

@media screen and (max-width:900px) {
	.top-bar .wp-block-columns{flex-wrap: wrap!important;}

	.top-bar .wp-block-group,
	.top-bar .wp-block-buttons{ 
		justify-content: center!important;
		gap:20px;
	}
}*/

/***  HEADER  ***/

 /*resize header widht*/
@media screen and (min-width:1201px){
	.scroll-masthead, 
	.header-masthead{width:240px;}
	
    .scroll-left, .scroll-right, 
    .header-left, .header-right{ width: calc(100% - 240px);}
}


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


.headache-mode .footer img,
.headache-mode .scroll-logo,
.headache-mode .header-logo{
	filter: brightness(0) invert(1)!important;
}

/* 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: var(--wp--custom--light--wt);
}


.mobile-search.search-button .menu-item-inner{ padding: 12px 15px; }

/* TEMP COMMENT */
/* body.search-results .entry-link-text-wrap{display:none;} */

body.search-results .post-cols .entry-text-wrap{padding:30px 0;}
/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/
.nav-menu{
	display: flex;
	max-width: 900px;
    margin-left: auto;
}

.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	color: var(--wp--custom--dark--1);
	padding: 35px 8px;
}
.nav-menu > li > button:not(:focus-visible){opacity:0;}

.nav-menu > li:hover > button {opacity:1;}


.nav-menu > li:last-of-type{padding-right: 0;}

.nav-menu > li:last-of-type a{margin-right: 0!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--main);
}

.search-button .menu-item-inner{    
	background-color: var(--wp--custom--light--2);
    border-radius: var(--wp--custom--radius--full);
	padding: 10px 15px;
	color: var(--wp--custom--primary--main);
	transition: all 300ms ease-in-out;
}

.search-button i{
	font-style: unset!important;
	font-weight: 400;
}

.search-button:hover .menu-item-inner{ 
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--light--2);
}

@media screen and (max-width:1400px) {
	.search-button .menu-item-inner { padding: 8px 15px; }
}

/* Nav Button */
.nav-menu > li.nav-button {
	background-color: transparent !important;
	flex: 1;
}

.nav-menu > li.nav-button > a {
	margin-left: 10px;
	margin-right: 10px;
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	color: var(--wp--custom--light--wt);
	font-weight: 700;
    text-transform: uppercase;
}

.nav-menu > li.nav-button > a:hover {
	background-color: var(--wp--custom--secondary--main);
	transform: translateY(-3px);
}

.nav-menu .fa-external-link{display:none;}

/* Dropdowns */
.nav-menu li > ul{
		background-color: var(--wp--custom--light--wt);
}
.nav-menu > li > ul{
	font-size: 1em;
	transition:unset;
}

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

.nav-menu li:hover > ul{
	transition: all 350ms ease-in-out;
}

.nav-menu li ul li:first-child {
	padding-top: 8px;
}
.nav-menu li ul li:last-child {
	padding-bottom: 8px;
}

.nav-menu li ul > li > a, 
.nav-menu li ul > li > span, 
.nav-menu li ul > li > button {
	color: var(--wp--custom--dark--1);
}

.single-careers .nav-menu li ul li.careers-link > a, 
.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li.current-menu-item > span, 
.nav-menu li ul li.current-menu-item > button, 
.nav-menu li ul li:hover > a,  
.nav-menu li ul li:hover > button {
	color: var(--wp--custom--primary--main);
}

/*SIMPLE MEGA MENU*/
.nav-menu,
.nav-menu > li.mega-menu{position: initial;}

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

.nav-menu li.mega-menu > ul{
	display:flex;
	width: 100%;
	gap: 20px;
    padding-top: calc(2em + 8px);
	padding-bottom: 2em;
	z-index: 2;
	pointer-events:none;
}

.nav-menu li.mega-menu.active > ul,
.nav-menu li.mega-menu:hover > ul,
.nav-menu li.mega-menu:hover > ul li{pointer-events:all;}

.nav-menu > li{
	border-bottom: 5px solid transparent;
}


.nav-menu li.mega-menu:hover{
	border-color:var(--wp--custom--primary--main);
}

.nav-menu li.mega-menu > ul::before{
    content: '';
    position: absolute;
    background-color: var(--wp--custom--light--wt);
	border-top: 1px solid #2F333333;
    height: 100%;
    width: 300vw;
    left: -20vw;
    top: -1px;
	padding-bottom: 0;
	box-shadow: 1px 4px 20px rgb(0 0 0 / 6%);
	transition: all 350ms ease-in-out;
}



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

.nav-menu .mega-menu .sub-menu{
	width: 100%;
	box-shadow: unset;
}

.nav-menu .mega-menu > ul > li > span,
.nav-menu .mega-menu > ul > li > a{
    font-weight: 700;
}

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

.nav-menu li ul li > a,
.nav-menu li ul li > span{padding: 8px 0;}

.nav-menu li.mega-menu ul li > span [class*="fa-"]{display:none;}

.nav-menu li.mega-menu.active > ul ul{
	height:auto;
	visibility: visible;
    opacity: 1;
	position: sticky;
    box-shadow: unset;
}

.nav-menu .mega-menu .elementor-container{padding: 0!important;}

.hidden-nav	.elementor-menu{display: none!important;}

@media screen and (min-width:1201px) {
	.elementor-menu-alt{display: none!important;}
}

@media screen and (max-width:1200px) {
	.elementor-menu{display: none!important;}
}

.hidden-nav .elementor-menu-alt{display: block!important;}

/* Nested Dropdowns */

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



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

.hidden-menu li > span { color: var(--wp--custom--dark--1); }

.hidden-menu li a {
	color: var(--wp--custom--light--wt);
}

.hidden-menu li.current-menu-item > a {
	color: var(--wp--custom--light--1);
}

.hidden-menu .search-button{display: none;}




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



/***  BANNER  ***/

.banner {
	background-color: var(--wp--custom--dark--1);
}

.banner:after{
    visibility: visible;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgba(47, 51, 51, 0) 13.55%, rgba(20, 69, 66, 0.6) 70.68%);
    position: absolute;
    top: 0;
}

.banner-inner {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	position: relative;
	z-index: 1;
	min-height:500px;
}

.banner-tall .banner-inner{min-height: 450px;}



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

	.banner{text-align: left;}

	.banner-inner {
		width: 50%;
		margin-left: 0;
	}
	
	body.single-post .banner-inner {width:100%;}

	body.home .banner-inner{width: 520px;}

	.banner-tall .banner-inner{min-height: 600px;}

	body.home .banner-tall .banner-inner{min-height: 800px;}
}



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

.banner .deck{
	font-size: 1.1em;
	padding-top: var(--wp--custom--spacer--sm);
}

.banner .banner-content-wrap{padding-top: var(--wp--custom--spacer--sm);}

.banner a {
	color: var(--wp--custom--primary--light);
}

.banner a:hover {
	color: var(--wp--custom--light--wt);
}

.banner .button{
	background-color: var(--wp--custom--primary--main);
	border-color: var(--wp--custom--primary--main);
	color: white;
}

.banner .button:hover{
	background-color: var(--wp--custom--secondary--main);
	border-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--light--wt);
}

.banner .post-meta{margin-top:20px;}



/***  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 */

.cols-image-top .entry-cols .col-full .entry-link{
	display: block;
}

.cols-image-top .entry-cols .col-full .entry-link .entry-thumb-wrap,
.entry-cols .col-full .entry-link .entry-text-wrap{
	width: 100%;
}

.entry-cols .entry-link {
	overflow: hidden;
	color: var(--wp--custom--dark--2);
}

.entry-cols a.entry-link:hover {
	transform: translateY(-3px);
}

.entry-cols .entry-thumb{
	border-radius: var(--wp--custom--radius--brand);
	overflow: hidden;
}

.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 0;
}

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

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

.resource-cat-cols .entry-thumb img{ 
	aspect-ratio: 3 / 2;
	width: 100%;
    object-fit: cover;
 }

/*members*/
.member-cols .member-box img{
	width:100%;
	border-radius:var(--wp--custom--radius--brand);
}

/*careers*/
.career-cols .entry-excerpt-wrap:not(:last-child){
	margin-bottom:2em;
}

.career-cols .entry:not(.col-full) .entry-link-text-wrap {
    left: 0;
}

/*sliders*/
.swiper-main-container{position: relative;}

.elementor-swiper-button .eicon-chevron-left:before,
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after {
	content: '\f177';
}

.elementor-swiper-button .eicon-chevron-right:before,
.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after {
	content: '\f178';
}

.elementor-swiper-button .eicon-chevron-left:before,
.elementor-swiper-button .eicon-chevron-right:before,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	font-family: 'Font Awesome 6 Pro';
	color: var(--wp--custom--light--wt);
	background-color: var(--wp--custom--primary--main);
	padding: 15px;
	border-radius: var(--wp--custom--radius--sm);
	font-size: 1.2em;
	transition: all 300ms ease-in-out;
	font-style: normal!important;
}

.elementor-element .swiper .elementor-swiper-button-prev{ left: -20px; }

.elementor-element .swiper .elementor-swiper-button-next{ right: -20px; }


.elementor-swiper-button-prev:hover i,
.elementor-swiper-button-next:hover i,
.swiper-button-prev:hover:after,
.swiper-rtl .swiper-button-next:hover:after,
.swiper-button-next:hover:after,
.swiper-rtl .swiper-button-prev:hover:after {
	background-color: var(--wp--custom--secondary--main);
	transform: scale(1.1);
}



.elementor-main-swiper .elementor-custom-embed-play::after{
	  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  opacity: .8;
  background-image: url('/wp-content/uploads/play.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.elementor-main-swiper .eicon-play{display: none;}

/*swiper lightbox*/
.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev{
	height:auto!important;
}

[class*=" eicon-"], [class^=eicon]{font-style:normal!important;}

.elementor-widget-icon.elementor-absolute{pointer-events:none;}

@media (max-width: 600px) {

	.swiper-button-prev:after,
	.swiper-rtl .swiper-button-next:after,
	.swiper-button-next:after,
	.swiper-rtl .swiper-button-prev:after {
		padding: 8px;
	}
}

/*post cols*/
.post-cols .col-full .entry-thumb{
	aspect-ratio: 3 / 2;
}

.post-cols .post-cats .post-cat:not(:last-of-type):after{
	content:', ';
	margin-right:2px;
}

.cols-image-top .post-cols .col-full .entry-thumb{aspect-ratio: 3 / 2;}

.cols-image-top .post-cols .entry-title{ font-size: 2.66em; }

.cols-image-top .post-cols .entry-excerpt-wrap{ font-size: 1.33em; }

.cols-image-top .post-cols .author-info img{
	height: 53px;
	width: 53px;
}

.post-cols .meta-separator{
	margin: 0 15px;
	font-size: 1.5em;
    opacity: .5;
}

.post-cols .entry-meta-inline{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}

.post-cols .author-info img{
	border-radius: var(--wp--custom--radius--full);
	height: 40px;
	width: 40px;
	object-fit: cover;
	object-position: center;
	margin-right: 10px;
}

.post-cols .entry-excerpt-wrap{color: var(--wp--custom--dark--3);}

@media screen and (min-width: 901px) {
	.post-cols .entry-text-wrap{ padding: 30px 0 30px 30px;}

	.cols-image-top .post-cols .entry-text-wrap{ padding: 30px 0 0 }
}
@media screen and (max-width:900px) {
	.cols-image-top .post-cols .entry-title{ font-size: 1.77em; }

	.cols-image-top .post-cols .entry-excerpt-wrap{ font-size: 1em; }
}

/* 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--main);
	color: var(--wp--custom--primary--main);
	transform: translateY(-3px);
}

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

/*provider-cols*/
.provider-cols .provider{position:relative}

.provider-cols .provider:before{
	content: '';
    width: calc(100% - 30px);
    height: 2px;
    background: var(--wp--custom--light--2);
    position: absolute;
    left: 15px;
    top: 15px;
}

.provider-cols .provider-text-wrap{
    display: flex;
    gap: 10px;
    flex-direction: column;
	padding-bottom: 60px!important;
}

.provider-cols .provider-buttons{
	position:absolute;
	bottom:0;
}

.provider-cols .provider-buttons .button{
	padding: 0.35em 1em;
	font-size:.9em;
}

/*PROVIDER AJAX*/
.provider-filters{
	display:flex;
    gap: 20px;
	    justify-content: center;
	    flex-wrap: wrap;
    margin-bottom: 30px;
}



.provider-filters .filtered-provider-search-wrap{
	display:flex;
	gap:7px;
	position:relative;
}

.provider-filters .filtered-provider-search-wrap .filtered-provider-search-btn
{
	position: absolute;
    right: 5px;
    height: 100%;
    border: unset;
    background-color: transparent;
    cursor: pointer;
}

.provider-filters .filtered-provider-search-wrap .filtered-provider-search-btn:hover{color:var(--wp--custom--primary--main)}

.provider-filters select{
	max-width:225px;
	min-height: unset;
    height: 60px;
}

.provider-filters .filtered-provider-reset{
	padding-left:.5em;
	padding-right:.5em;
}

@media screen and (max-width:600px){
	.provider-filters{
		flex-direction: column;
	}
	
	.provider-filters select{
		max-width:unset;
		width:100%;
	}
	
	.provider-filters .filtered-provider-reset{text-align:center;}
}


/***  SINGLE  ***/

.feedback-form{max-width:1120px;}

.feedback-form #input_8_1{flex-direction: row!important;}

.feedback-form #input_8_1 .gchoice{
	width:100px;
	height:100px;
	border:1px solid var(--wp--custom--light--3);
	border-radius:var(--wp--custom--radius--sm);
    display: block;
}

.feedback-form #input_8_1 .gchoice:hover{
	border-color:var(--wp--custom--light--2);
}

.feedback-form .gchoice{
		cursor:pointer;
}

.feedback-form #input_8_1 .gchoice.is-selected{
	border-color:var(--wp--custom--primary--main);
}

.feedback-form #input_8_1 .gform-field-label{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    margin-left: 0;
}
.feedback-form #input_8_1 .gform-field-label:before{
	font-family: 'Font Awesome 6 Pro';
	font-size:2em;
}

.feedback-form .gchoice_8_1_0 label:before{
	content:'\f164';
    
}

.feedback-form .gchoice_8_1_1 label:before{
	content:'\f165';
}

.feedback-form #input_8_1 .gchoice.is-selected label:before{
	color:var(--wp--custom--primary--main);
}

.feedback-form .gform_required_legend,
.feedback-form #input_8_1 .gfield-choice-input{display:none!important;}



/******************************************************************************
 * * *  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--dark);
	color: var(--wp--custom--light--wt);
}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {
	color: var(--wp--custom--light--wt);
} 

@media screen and (max-width:900px) {
	.cta-bar{text-align: center;}
}

.cta-bar .wp-block-columns{ justify-content: space-between; }

.cta-bar .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
	height: 56px!important;
	background-color:transparent!important;
	border-color:var(--wp--custom--light--wt)!important;
	color:var(--wp--custom--light--wt)!important;
}

.cta-bar .gform_required_legend{display:none!important;}

.cta-bar .gform_submission_error,
.cta-bar .gfield_validation_message{
	background-color: var(--wp--custom--light--wt);
    padding: 2px;
}

/***  FOOTER  ***/

.footer {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	background-color: transparent;
}

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

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

.footer .wp-block-columns{
	    align-items: flex-start;
}

.footer .widget_nav_menu .widgettitle{
	font-family: var(--wp--custom--font--1);
	font-size: 1em;
	font-weight: 700;
}

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

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

.footer .wp-block-social-links a svg{transition: all 300ms ease-in-out;}

.footer .wp-block-social-links a:hover svg{transform: scale(1.2);}

.footer .wp-block-social-links svg{fill: var(--wp--custom--primary--main);}

@media screen and (max-width: 900px) {
	.footer .wp-block-social-links{    justify-content: flex-start;}
}

/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: transparent;
	border-top: 1px solid var(--wp--custom--light--1);
	font-size: 0.9em;
}

/* Menus */

.bottom-bar .menu a {
	color: var(--wp--custom--dark--3);
}

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




/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/
/*elementor overrides*/

/* body.elementor-edited .main-container{
	max-width: unset;
	padding: unset;
}


body.elementor-edited .main{
	padding-top: unset;
	padding-bottom: unset;
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated,
.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{
	padding-top: 10px;
	padding-bottom: 10px;
}

.elementor > .elementor-section.elementor-section-boxed > .elementor-container{
	max-width: calc(var(--wp--custom--container--regular) + 20px);
	padding-left: var(--wp--custom--spacer--lg);
    padding-right: var(--wp--custom--spacer--lg);
}



@media screen and (max-width:900px) {
	.elementor > .elementor-section.elementor-section-boxed > .elementor-container{
		padding-left: var(--wp--custom--spacer--sm);
    	padding-right: var(--wp--custom--spacer--sm);
	}
}

@media screen and (max-width:600px) {
	.elementor > .elementor-section.elementor-section-boxed > .elementor-container{
		padding-left: var(--wp--custom--spacer--xs);
    	padding-right: var(--wp--custom--spacer--xs);
	}
}

.elementor-section.elementor-section-boxed > .elementor-container{
	max-width: unset;
}

.elementor-inner-section:not(:first-of-type){margin-top: 30px;}

@media screen and (min-width:901px) {
	.elementor-section > .elementor-container > .elementor-column:first-of-type > .elementor-widget-wrap{
		padding-left: 0;
	}
	.elementor-section > .elementor-container > .elementor-column:last-of-type > .elementor-widget-wrap{
		padding-right: 0;
	}
}

@media screen and (max-width:900px) {
	.elementor-container > .elementor-column > .elementor-widget-wrap{
        padding-left: 5px;
        padding-right: 5px;
	}
}

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

.single-resource .elementor-top-section:first-of-type,
.elementor-top-section.padding-top-none{ padding-top: 0; }

.single-resource .elementor-top-section:last-of-type,
.elementor-top-section.padding-btm-none{ padding-bottom: 0; }

@media screen and (max-width:600px) {
	.elementor-top-section{
		padding-top: var(--wp--custom--spacer--md);
		padding-bottom: var(--wp--custom--spacer--md);
	}
} */

html.headache-mode .headache-bg{
	background-color: var(--wp--custom--primary--xlight)!important;
	background-image: unset!important;
}

html.headache-mode .no-bg-headache,
html.headache-mode .no-bg-headache > .elementor-background-overlay { background-image: none !important ; }

html.headache-mode .headache-bg:nth-of-type(even){
	background-color: var(--wp--custom--light--1)!important;
}

/*elementor pages with theme sidebar*/
@media screen and (min-width:1025px){
	.elementor-sidebar-cols{
		display:flex;
		margin:auto;
		width:100%;
	}
	
	.elementor-sidebar-right-col{ flex:1; }

	body:not(.elementor-edited) .elementor-sidebar-right-col{
		padding-left: var(--wp--custom--spacer--lg);
    	padding-right: var(--wp--custom--spacer--lg);
	}
	
	.elementor-sidebar-left-col{ 
		flex-basis: 420px;
		margin-right: var(--wp--custom--spacer--lg);
	 }
}

.elementor-sidebar-right-col .elementor > .elementor-section.elementor-section-boxed > .elementor-container{
	padding-left: 0;
	padding-right: 0;
}

/*divider widget*/
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{
	border-block-start-color: var(--wp--custom--dark--1);
}

/*video*/
.elementor-widget-video .elementor-widget-container:hover .elementor-custom-embed-play i,
.elementor-widget-video .elementor-widget-container:hover .elementor-custom-embed-play svg{
	opacity: 1;
}

/* BG colors*/
.bg-lt-three{
	background-color: var(--wp--custom--light--3);
}

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

.bg-primary-lt{
	background-color: var(--wp--custom--primary--light);
}

.bg-primary-dk{
	background-color: var(--wp--custom--primary--dark);
	color: var(--wp--custom--light--wt);
}

.bg-primary-dk h2{
	color: var(--wp--custom--light--wt);
}

.headache-mode .bg-primary-dk{
	background-color: var(--wp--custom--headache--light--1);
	color: var(--wp--custom--dark--1);
}

.headache-mode .bg-primary-dk h2{
	color: var(--wp--custom--dark--1);
}

.bg-primary-xlight{background-color: var(--wp--custom--primary--xlight);}

.floating-text-designs p{
	background-color: var(--wp--custom--primary--dark);
	color: var(--wp--custom--light--wt);
	padding: 15px 10px;
    border-radius: var(--wp--custom--radius--sm);
	text-align: center;
	line-height: 1em;
    position: relative;
    z-index: 1;
}

.floating-text-designs.ftd-btm p:after{
    content: '';
    position: absolute;
    background-color: var(--wp--custom--primary--dark);
    border-radius: var(--wp--custom--radius--sm);
    width: calc(100% + 30px);
    height: 50px;
    left: -15px;
    z-index: -1;
    bottom: 0;
}

.floating-text-designs.ftd-top p:after{
    content: '';
    position: absolute;
    background-color: var(--wp--custom--primary--dark);
    border-radius: var(--wp--custom--radius--sm);
    width: calc(100% + 30px);
    height: 50px;
    left: -15px;
    z-index: -1;
	top: 0;
}

img.border-radius-brand,
.border-radius-brand.elementor-widget-video .elementor-widget-container,
.border-radius-brand.elementor-widget-image img,
.slider-border-radius-brand .swiper-slide{
	border-radius: var(--wp--custom--radius--brand);
	overflow: hidden;
}


.border-radius-brand-2{
	border-radius: var(--wp--custom--radius--brand-2);
	overflow: hidden;
}


/* 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 300ms ease-in-out;
}

.icon-cards .wp-block-column:hover {
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--light--wt);
}

.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 300ms 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: var(--wp--custom--light--wt);
}

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


/*BLOCK COLUMNS*/
@media screen and (max-width: 900px) {
    /*customized column width to full width on tablet*/
    .wp-block-columns .wp-block-column{flex-basis:100%!important;}
    
	.tablet-reverse-order{flex-direction: column-reverse;}
}

@media screen and (max-width: 781px) {
	.mobile-reverse-order{flex-direction: column-reverse;}
}


/*laptop-modify-cols*/
@media (min-width:901px) and (max-width:1200px) {
	.laptop-2-cols{flex-wrap: wrap!important;}

	.laptop-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 55px)!important;}
}

/*tablet-modify-cols*/
@media (min-width:601px) and (max-width:900px) {
	.tablet-2-cols,
	.tablet-3-cols{
		flex-wrap: wrap!important;
	}

	.tablet-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 55px)!important;}
	
	.tablet-3-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(33.33% - 20px)!important;}
}


@media screen and (min-width:901px) {
	body:not(.block-editor-page) .co-show-tablet{display: none!important;}	
}

@media screen and (max-width:900px) {
	body:not(.block-editor-page) .co-hide-tablet{display: none!important;}
}

/*radius*/
.radius-sm,
.radius-xl,
.radius-brand{
	overflow: hidden;
}

.radius-sm{ border-radius: var(--wp--custom--radius--sm); }

.radius-xl{ border-radius: var(--wp--custom--radius--xl); }

.radius-brand{border-radius: var(--wp--custom--radius--brand);}

/*icon-box-bottom*/
.icon-box-bottom{
	background-color: var(--wp--custom--primary--main);
	padding: 30px 40px;
	border-top-right-radius: var(--wp--custom--radius--xl);
}

.icon-box-bottom,
.icon-box-bottom .elementor-icon-box-title{
		color: var(--wp--custom--light--wt);
}

/*bar-graph-container*/
.bar-graph-container .elementor-heading-title{
	color: var(--wp--custom--primary--main);
}

.bar-graph-container .elementor-progress-wrapper{
	border-radius: var(--wp--custom--radius--lg);
}

.bar-graph-container .elementor-progress-bar{
	background-color: var(--wp--custom--primary--main);
	height: 10px;
    border-radius: var(--wp--custom--radius--lg);
}

/*elementor accordion*/
.elementor-tab-title a:hover{color: inherit;}

.elementor-tab-title i{
	color: var(--wp--custom--dark--1);
    font-weight: 700;
}

/*line-separation*/
.line-separation .elementor-accordion-item:not(:first-of-type){	border-top: 1px solid var(--wp--custom--dark--1)!important; }

/*spaced-accordion*/
.spaced-accordion .elementor-accordion-item:not(:first-of-type){
	margin-top: 40px;	
}

.spaced-accordion .elementor-accordion-item{
	border-radius: var(--wp--custom--radius--lg);
	overflow: hidden;
}

html.headache-mode .spaced-accordion .elementor-tab-content,
html.headache-mode .spaced-accordion .elementor-tab-title{background-color: var(--wp--custom--light--2)!important;}

/*link-cards*/
.link-cards img{
	border-radius: var(--wp--custom--radius--brand);	
}

.link-cards .link-card{
	transition: all 300ms ease-in-out;
}

.link-cards .link-card:hover{
	transform: translateY(-3px);
}

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

/*left-line*/
[class*="left-line"] {position: relative;}

[class*="left-line"]:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: var(--wp--custom--primary--main);
	left: -30px;
	top: 0;
}

@media screen and (max-width:600px) {
	[class*="left-line"]:before{left: -20px;}
}

/*tables*/
.dt-scroll-headInner table{
	border-radius: var(--wp--custom--radius--lg) var(--wp--custom--radius--lg) 0 0;
    overflow: hidden;
}

.dt-scroll-body table{
	border-radius: 0 0 var(--wp--custom--radius--lg) var(--wp--custom--radius--lg);
	overflow: hidden;
}

table, 
table th, 
table td {
  border: 1px solid #2F33331A!important;
}

.tablepress>:where(thead,tfoot)>tr>*{ 
	padding: 12px 8px;
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--light--wt);
	font-size: .66em;
    line-height: 1.8;
	font-weight: 400;
}

table thead h5{
	margin-bottom: 0;
	font-size: 1.5em;
}

.tablepress>:where(thead,tfoot)>tr h5{color: var(--wp--custom--light--wt);}

tbody{
	font-size: .77em;
	line-height: 1.5;
}

table li{
	margin-left: 1.2em;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,
.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{
	background-color: #edf6f6;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,
.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{
	background-color: #f7f9fa;
}

.tablepress tbody tr:first-child > * {
	background-color: #ebeaea !important;
}

th, td {
  min-width: 100px;
}

.swiper-slide .button-outline{
	margin-left: 2px;
}

/*HEADACHE CAMPUS*/
body.page-id-21245 .content{
	font-family: "Inter", Sans-serif;
    font-weight: 300!important;
}

body.page-id-21245 .content h3{
	font-family: "Inter", Sans-serif;
    font-weight: 900;
}

.hc-bordered-text h2{ -webkit-text-stroke: 6px #101820; }

.hc-bordered-text h3{ -webkit-text-stroke: 2px #101820; }

@media screen and (max-width:900px) {
	.hc-bordered-text h2{ -webkit-text-stroke: 4px #101820; }
}

@media screen and (max-width:1250px) {
	.asterisks-container .elementor-column{width: 50%!important;}

	.asterisks-container .elementor-column:nth-of-type(2){display: none;}
}

body.page-id-21245 .elementor-main-swiper .elementor-custom-embed-play::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    opacity: .8;
    background-image: url(/wp-content/uploads/play-headache-campus.svg);
    background-size: contain;
    background-repeat: no-repeat;
	transition: all 300ms ease-in-out;
}

body.page-id-21245 .elementor-swiper-button i{display: none;}

body.page-id-21245 .elementor-swiper-button:before{
	content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    opacity: .8;
    background-image: url(/wp-content/uploads/arrow-prev-headache-campus.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

body.page-id-21245 .elementor-swiper-button:hover:before{opacity: 1;}

body.page-id-21245 .elementor-swiper-button-next:before{transform: rotate(180deg);}

body.page-id-21245 .content .elementor-button-text{ -webkit-text-stroke: 1px #101820; }

body.page-id-21245 .content .gform_wrapper,
body.page-id-21245 .content .gform_wrapper label,
body.page-id-21245 .content .gform_wrapper legend,
.headache-mode body.page-id-21245 .content .gform_wrapper span{
	text-align: center;
	font-weight: 300!important;
	color: var(--wp--custom--dark--1)!important;
}

body.page-id-21245 .content .gform_required_legend { display: none; }

body.page-id-21245 .content .field-wrap{justify-content: center;}

body.page-id-21245 .content .gfield_radio{
    flex-direction: row;
	justify-content: center;
}

body.page-id-21245 .content input[type="email"]{
	text-align: center;
	background-color: #FCFFE9;
	border:unset!important;
	border-radius: 20px 20px 20px 20px!important;
}

body.page-id-21245 .content .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
	font-family: "Super Boys", Sans-serif!important;
	font-weight:400!important;
	background-color: #8AD2E5!important;
	border-width: 4px 4px 4px 4px!important;
    border-color: #101820!important;
    border-radius: 20px 20px 20px 20px!important;
	-webkit-text-stroke: 2px #101820!important;
}


body.page-id-21245 .content .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{
	background-color: var(--wp--custom--primary--main)!important;
}

body.page-id-21245 .content button span{color:#8AD2E5!important;}

.hc-color-1{color: var(--e-global-color-e71caf2);}

.hc-color-2{color: var(--e-global-color-c8f79b8);}

.hc-special-char .elementor-button-text{-webkit-text-stroke: .2px #101820;}

.hc-bordered-text h2 .hc-special-char{ -webkit-text-stroke: 3px #101820;}

/* Access 4 Care Slider */
.entry-swiper-a4a .swiper-wrapper,
.entry-swiper-a4a .swiper-slide { height: inherit; }

.entry-swiper-a4a  .action4access { height: 100%; }

.entry-swiper-a4a .action4access-link {
		display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.entry-swiper-a4a .button-outline { margin-top: auto; }

/*provider-disclaimer*/
.provider-disclaimer{padding-top:var(--wp--custom--spacer--xxl);}


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

/*ELEMENTOR MENU*/
.eael-simple-menu-container{
	background-color: var(--wp--custom--primary--dark)!important;
	border-radius: var(--wp--custom--radius--brand-2)!important;
	padding: 0 var(--wp--custom--spacer--sm);
}

.eael-simple-menu-container li{
	margin-left: 0;
}

.eael-simple-menu-container li:first-of-type i {
    margin-right: 10px;
}

.eael-simple-menu-container li:not(:first-of-type){
    border-top: 1px solid #edf6f591;
}

.eael-simple-menu-container a{
    font-size: 1.1em !important;
    font-family: var(--wp--custom--font--2) !important;
	background-color:transparent!important;
	padding: 10px 0!important;
}

.eael-simple-menu-container .current-menu-item a,
.eael-simple-menu-container a:hover{
    color: var(--wp--custom--primary--light)!important;
}

.elementor-column[data-eael-wrapper-link]{
	transition: all 300ms ease-in-out;
}
.elementor-column[data-eael-wrapper-link]:hover{transform: translateY(-3px);}

.elementor-column[data-eael-wrapper-link]:hover .elementor-heading-title{color:var(--wp--custom--primary--main);}

.section.comments{margin-top:40px;}

.box-counter{counter-reset: box-counter;}

.box-counter .elementor-column h3{
	counter-increment: box-counter;
	position:relative;
	margin-top:100px;
}

.box-counter .elementor-column h3:before{
    content: '0' counter(box-counter);
    position: absolute;
    left: 0;
    top: -100px;
    font-size: 1.5em;
    padding: 20px;
    border-radius: var(--wp--custom--radius--sm);
    color: var(--wp--custom--primary--light);
    background-color: var(--wp--custom--light--3);
}

/*img{
	min-width:100px!important;
	border:2px solid red!important;
}


a[target="_blank"][href^="/"],
a[target="_blank"][href^="https://nhfcustom.cyberoptik.co/"],
a[href^="https://headaches.org/"],
a:not([href^="https://nhfcustom.cyberoptik.co/"]):not([href^="/"]):not([target="_blank"]){ 
  background-color:red!important;
}*/

/* accordion image switch */
body:not(.elementor-editor-active) .accordion-container .elementor-column:last-of-type img {
    visibility: hidden;
}

body:not(.elementor-editor-active) .accordion-container .elementor-tab-content img {
    display: none!important;
}

/*learn-more-cols*/
.learn-more-cols .elementor-column > .elementor-widget-wrap{
    background-color: var(--wp--custom--primary--xlight);
    padding: 10px 20px 40px!important;
    margin: 10px;
    border-radius: var(--wp--custom--radius--brand);
}
.learn-more-cols img{
    margin: -20px -20px 0 !important;
    width: calc(100% + 40px) !important;
    max-width: unset !important;
}

@media screen and (max-width:900px){
	.learn-more-cols .elementor-column > .elementor-widget-wrap{
		margin:20px 10px;
	}
}

/* Video Slideshow Modal */
.dialog-type-lightbox .elementor-slideshow__header { box-sizing: border-box; }

.dialog-type-lightbox .elementor-slideshow__header .eicon-zoom-in-bold,
.dialog-type-lightbox .elementor-slideshow__header .eicon-zoom-out-bold { display: none; }

/* Headwise Magazine Covers */
.headwise-magazine-covers img {
	border: 6px solid var(--wp--custom--primary--main);
}

/* Headings fade-in */
body:not(.elementor-editor-active) .elementor-widget-heading h2,
body:not(.elementor-editor-active) .elementor-widget-heading h3 {
    opacity: 0;
    transition: all 0.8s ease-out;
}

/* Buttons initial state */
body:not(.elementor-editor-active) .elementor-button,
body:not(.elementor-editor-active) .button {
    opacity: 0;
    transition: all 0.8s ease-out;
}

/* Headings fade-in trigger */
body:not(.elementor-editor-active) .elementor-widget-heading h2.fade-in,
body:not(.elementor-editor-active) .elementor-widget-heading h3.fade-in {
    opacity: 1;
}

/* Buttons fade-in trigger with delay */
body:not(.elementor-editor-active) .elementor-button.fade-in,
body:not(.elementor-editor-active) .button.fade-in {
    opacity: 1;
	transition-delay: 0.5s;

}

.dialog-widget-content .elementor-widget-heading h3{opacity:1!important;}

.dialog-widget-content .gform_wrapper{display:block!important;}

.dialog-widget-content .elementor-container{
	padding-left:0!important;
	padding-right:0!important;
}

/* Hover should always be instant */
body:not(.elementor-editor-active) .elementor-button:hover,
body:not(.elementor-editor-active) .button:hover {
    transition-delay: 0s;
	transition: all 300ms ease-in-out;
}

/*term-strength-in-every-story*/
body.term-strength-in-every-story .entry-thumb-wrap img{aspect-ratio:unsetz;}

/*gf_progressbar_percentage*/
.gf_progressbar_percentage{display:none!important;}

/* Section-Spacer */
.section-spacer {
  padding-top: var(--wp--custom--spacer--xxl);
  padding-bottom: var(--wp--custom--spacer--xxl);
}

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

.section-spacer-sm {
  padding-top: var(--wp--custom--spacer--sm);
  padding-bottom: var(--wp--custom--spacer--sm);
}

.section-spacer-top-sm {padding-top: var(--wp--custom--spacer--sm);}
.section-spacer-btm-sm {padding-bottom: var(--wp--custom--spacer--sm);}

.section-spacer-lg {
  padding-top: var(--wp--custom--spacer--lg);
  padding-bottom: var(--wp--custom--spacer--lg);
}

.section-spacer-top-lg {padding-top: var(--wp--custom--spacer--lg);}
.section-spacer-btm-lg {padding-bottom: var(--wp--custom--spacer--lg);}