/*
Theme Name: National Headache Foundation
Version: 1.0
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
*/



/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *   1.1 FRAMEWORK
 *   1.2 MODULES
 *   1.3 STYLES
 *
 * 2 STRUCTURAL ELEMENTS
 *   2.1 UNIVERSAL STYLES
 *   2.2 THEME MODULES
 *   2.3 BACK TO TOP BUTTON
 *   2.4 ELEMENTOR
 *
 * 3 CONTENT STYLES
 *   3.1 TEXT & LINKS
 *   3.2 HEADINGS
 *   3.3 QUOTES
 *   3.4 BORDERS & DIVIDERS
 *   3.5 MEDIA
 *   3.6 BUTTONS
 *   3.7 ICONS
 *   3.8 FORM STYLES
 *   3.9 LIST STYLES
 *
 * 4 HEADER STYLES
 *   4.1 SCROLL BAR
 *   4.2 TOP BAR
 *   4.3 HEADER 
 *   4.4 NAV BAR
 *   4.5 NAV MENUS
 *   4.6 DROPDOWN MENUS
 *   4.7 MOBILE NAV
 *
 * 5 MAIN (BODY) STYLES
 *   5.1 BANNER
 *   5.2 BREADCRUMBS
 *   5.3 TITLE BAR
 *   5.4 MAIN (BODY)
 *   5.5 CONTENT
 *   5.6 SIDEBAR
 *   5.7 BLOG
 *
 * 6 FOOTER STYLES
 *   6.1 FOOTER NAV BAR
 *   6.2 FOOTER
 *   6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





/******************************************************************************
 * * *  1 CSS IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

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

/* Normal */
@font-face {
  font-family: 'Montserrat';
  font-weight: normal;
  src: url('fonts/Montserrat/Montserrat-Regular.ttf');
}

/* Medium */
@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  src: url('fonts/Montserrat/Montserrat-Medium.ttf');
}

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




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


/***  2.1 UNIVERSAL STYLES  ***/

:root {

  --primary-1: #144542;
  --primary-2: #228985;
  --primary-3: #5EBFB4;
  --primary-4: #EFFBF9;
	
  --secondary-1: #0F3E5C;
  --secondary-2: #045A89;
  --secondary-3: #267B90;
	
  --tertiary-1: #B73A04;
  --tertiary-2: #EF762F;
  --tertiary-3: #FEC047;

  --dark-1: #2F3333;
  --dark-2: #3E3D3D;
  --dark-3: #444343;
  --dark-4: #5e5e5e;
	
  --light-1: #D8D8D8;
  --light-2: #EBEBEB;
  --light-3: #F9F9F9;
  --light-4: #cdd3d4;
		
  --shadow-1: 0 0 25px 0 rgba(0,0,0,.1);
  --shadow-2: 0 0 50px 0 rgba(0,0,0,.15);
  --shadow-3: 0 0 5px 0 rgba(0,0,0,.1);
	
  --radius-1: 7px;
  --radius-2: 50px;
  --radius-3: 50%;
	
  --font-1: 'Montserrat', sans-serif;
	
}


html {font-size: 16px;}

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

p:empty:before {display: none !important;}

/***  2.2 THEME STYLES  ***/

.section-container {
  max-width: 1450px;
  padding: 0 50px;
}

@media screen and (max-width: 900px) {
.section-container {padding: 0 40px;}
}

@media screen and (max-width: 600px) {
.section-container {padding: 0 25px;}
}

@media screen and (max-width: 420px) {
.section-container {padding: 0 15px;}
}


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

.btt-button .fa {
  background: var(--primary-3);
	border-radius: var(--radius-3);
	font-weight: 300;
  color: white;
}

.btt-button:hover .fa {
  background: var(--secondary-2);
  color: white;
}

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

.btt-button .fa {font-size: 1.6em;}

}


/***  2.4 ELEMENTOR  ***/

.elementor-column {
  display: flex;
  margin-right: 0;
}

.elementor-column-gap-narrow > .elementor-row {
  width: calc(100% + 10px);
  margin: -5px;
}

.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 5px;}

.elementor-column-gap-default > .elementor-row {
  width: calc(100% + 20px);
  margin: -10px;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 10px;}

.elementor-column-gap-extended > .elementor-row {
  width: calc(100% + 30px);
  margin: -15px;
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 15px;}

.elementor-column-gap-wide > .elementor-row {
  width: calc(100% + 40px);
  margin: -20px;
}

.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 20px;}

.elementor-column-gap-wider > .elementor-row {
  width: calc(100% + 60px);
  margin: -30px;
}

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 30px;}

.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap, 
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap, 
.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap, 
.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap, 
.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {padding: 0;}

.sections .elementor-container {
  padding-left: 50px;
  padding-right: 50px;
}

.elementor-inner-section .elementor-container, 
.sections .elementor-inner-section .elementor-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.elementor-widget .elementor-icon-list-item:not(:last-child) {margin-bottom: 0.5em;}

.elementor-widget-heading .elementor-heading-title {line-height: 1.3em !important;}

.elementor-testimonial__image {display: none !important;}

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

.elementor-button {
  line-height: normal;
  font-size: inherit;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.elementor-button:hover {text-decoration: none;}

@media screen and (max-width: 900px) {
.sections .elementor-section-boxed .elementor-container,
.elementor-section-stretched .elementor-container {
  padding-left: 40px;
  padding-right: 40px;
}
}

@media screen and (max-width: 600px) {
.sections .elementor-section-boxed .elementor-container,
.elementor-section-stretched .elementor-container {
  padding-left: 25px;
  padding-right: 25px;
}
}

@media screen and (max-width: 420px) {
.sections .elementor-section-boxed .elementor-container,
.elementor-section-stretched .elementor-container {
  padding-left: 15px;
  padding-right: 15px;
}
}

/* Elementor Icons */
.elementor .fa,
.elementor .fas,
.elementor .far,
.elementor .fal,
.elementor .fab,
.elementor .fa:before,
.elementor .fas:before,
.elementor .far:before,
.elementor .fal:before,
.elementor .fab:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}





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


/***  3.1 TEXT & LINKS  ***/

.text-green, 
.text-green * {color: var(--primary-2) !important;}

.text-blue, 
.text-blue * {color: var(--secondary-2) !important;}

.text-white, 
.text-white * {color: white!important;}


a {
  color: var(--primary-2);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:hover {color:var(--primary-3);}


/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: black;
}

h1 {
  font-size: 3.75em;
  font-weight: 800;
}
h2 {
  font-size: 2.75em;
  color:var(--secondary-2);
}
h3 {
  font-size: 2em;
  color:var(--primary-2);
}
h4 {font-size: 1.35em;}
h5 {font-size: 1em;}
h6 {font-size: 0.85em;}

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

h1 {font-size: 2.75em;}
h2 {font-size: 2.35em;}
h3 {font-size: 1.75em;}

}


/***  3.3 QUOTES  ***/

blockquote {
  padding: 5px 0 5px 15px;
  border-left: 5px solid black;
  margin-left: 2em;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
  font-weight: 300;
}


/***  3.4 BORDERS & DIVIDERS  ***/

hr, .divider {
    display: block;
	width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--secondary-3);
    margin: 2.5em auto;
    padding: 0;
	clear: both;
}


/***  3.5 MEDIA  ***/

.video {max-width: 700px;}


/***  3.6 BUTTONS  ***/

.button {
  padding: 0.4em 1.2em;
  border: 1px solid var(--primary-2);
  background-color: var(--primary-2);
  font-weight: 400;
  color: white;
  border-radius: var(--radius-2);
}

.button:hover {
  border-color: var(--secondary-2);
  background: var(--secondary-2);
  color: white;
}

/* Secondary Button */
.button-secondary {
  padding: 0.6em 1.2em!important;
  border: 1px solid var(--light-2);
  background-color: var(--light-2);
  font-weight: 400;
  color: white;
  border-radius: var(--radius-2);
}

.button-secondary:hover {
  border-color: var(--primary-2);
  background: var(--primary-2);
  color: white;
  text-decoration:none;
}

/* Empty Button */

.button-empty {
  padding: 0.6em 1.2em;
  border: 1px solid var(--light-4);
  background: white;
  font-weight: 400;
  color: black;
  border-radius: var(--radius-2);
}

.button-empty:hover {
  border-color: var(--primary-2);
  background-color: var(--primary-2)!important;
  color: white;
  text-decoration:none;
}

/* Elementor Button */

.elementor-button {
  padding: 0.4em 1.2em;
  border: 1px solid var(--primary-2);
  border-radius: var(--radius-2);
  background-color: var(--primary-2);
  font-weight: 400;
	line-height: 1.6em;
  color: white;
}

.elementor-button:hover {
  text-decoration: none;
  border-color: var(--secondary-2);
  background: var(--secondary-2);
  color: white;
}

.border-button .elementor-button {
  border-color: var(--light-4);
  background-color: white;
	line-height: 1.6em;
  color: var(--dark-1);
}

.border-button .elementor-button:hover {
  border-color: var(--primary-3);
  background: transparent;
  color: var(--dark-1);
}


/***  3.7 ICONS  ***/

/*  Icon Colors  */

.fa, .fas, .far, .fal, .fab {
  color: var(--dark-1);
  box-sizing: unset !important;
}

a .fa, a .fas, a .far, a .fal, a .fab {
  color: var(--primary-3);
  webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

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

/*  Icon Backgrounds  */

.fa-bg {
  background-color: var(--dark-1);
  color: white;
}

a .fa-bg {
  background-color: var(--primary-3);
  color: #eee;
}

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

/*  Icon Borders  */
.fa-br {border-color: var(--dark-1);}
a .fa-br {border-color: var(--primary-3);}
a:hover .fa-br {border-color: var(--secondary-2);}


/***  3.8 FORM STYLES  ***/

/* Inputs */

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(--light-2);}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
  background: var(--primary-2);
  color: white;
}

input[type="Submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: var(--secondary-2);
  color: white;
}

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  background: var(--dark-2);
  color: #eee;
}

/* Search Form */

.search-form {position: relative;}

input[type="text"].search-field {background: #f5f5f5;}

input[type="text"].search-field:focus {background: white;}

input[type="Submit"].search-submit {
  display: block;
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 0;
  float: none;
  width: 42px;
  height: 42px;
  border: 0;
  margin-top: -21px;
  background: rgba(0, 0, 0, 0) url(images/search.svg) center center no-repeat !important;
  background-size: 1.5em !important;
  opacity: 0.6;
  cursor: pointer;
  cursor: hand;
}

input[type="Submit"].search-submit:hover {
  outline: none;
  opacity: 1;
}

input[type="Submit"].search-submit:active {
  background-color: rgba(0,0,0,0.025);
  outline: none;
}

/***  Ninja Forms  ***/

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

.nf-form-content input {border-radius: var(--radius-2);}
.nf-form-content textarea {border-radius: var(--radius-1);}
.nf-form-content select {border-radius: var(--radius-2);}

.nf-form-content button, 
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  padding-left: 2em;
  padding-right: 2em;
  padding-top:0.7em;
  padding-bottom:0.7em;
  border-radius: var(--radius-2);
  background-color: var(--primary-2) !important;
  font-weight: 400 !important;
  color: white !important;
}

.nf-form-content button:hover, 
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
  background-color: var(--secondary-2) !important;
  color: white !important;
}

.nf-form-content button.nf-fu-fileinput-button {
  padding: 0.5em 1em !important;
  border: 1px solid var(--light-6) !important;
  background-color: var(--light-2) !important;
  color: black !important;
  font-size: 0.86em;
}

.nf-form-content button.nf-fu-fileinput-button:hover {background-color: var(--light-3) !important;}

/* .nf-multi-cell .nf-cell {
    float: left;
    padding: 0 5px;
    display: flex;
    flex-direction: column-reverse;
    align-content: flex-start;
    margin-left: -38px;
} */

/* Newsletter Form */

.newsletter-form .nf-field-container {margin-bottom: 0 !important;}


/***  3.9 LISTS  ***/

/* Icon Lists */

.arrow-list, 
.check-list, 
.check-circle-list, 
.icon-list, 
.contact-list {list-style: none;}

.arrow-list li, 
.check-list li, 
.check-circle-list li, 
.icon-list li, 
.contact-list li {position: relative;}

.arrow-list li:not(:last-child), 
.check-list li:not(:last-child), 
.check-circle-list li:not(:last-child), 
.icon-list li:not(:last-child), 
.contact-list li:not(:last-child) {margin-bottom: 0.5em;}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
  position: absolute;
  top: 0.33em;
  right: calc(100% + 0.35em);
  width: 1em;
  height: 1em;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -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;
	color: var(--primary-3);
}

.arrow-list li:before, 
.icon-list li.arrow:before, 
.contact-list li.arrow:before {content: "\f105";}

.check-list li:before, 
.icon-list li.check:before, 
.contact-list li.check:before {content: "\f00c";}

.check-circle-list li:before, 
.icon-list li.check-circle:before, 
.contact-list li.check-circle:before {content: "\f058";}

.icon-list li.map-marker:before, 
.contact-list li.map-marker:before {content: "\f3c5";}

.icon-list li.phone:before, 
.contact-list li.phone:before {content: "\f095";}

.icon-list li.fax:before, 
.contact-list li.fax:before {content: "\f1ac";}

.icon-list li.envelope:before, 
.contact-list li.envelope:before {content: "\f0e0";}

.icon-list li.clock:before, 
.contact-list li.clock:before {content: "\f4fd";}

.icon-list li.share:before, 
.contact-list li.share:before {content: "\f14d";}

/* Double Size Icon List */

.icon-list-2x li, 
.contact-list-2x li {margin-left: 3em;}

.icon-list-2x li:not(:last-child), 
.contact-list-2x li:not(:last-child) {margin-bottom: 1em;}

.icon-list-2x li:before, 
.contact-list-2x li:before {
  font-size: 1.5em;
  top: 0;
  right: calc(100% + 1em);
}

/* Column Lists */

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

.two-col-list, 
.three-col-list, 
.four-col-list, 
.five-col-list {
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.two-col-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.three-col-list, 
.four-col-list, 
.five-col-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.two-col-list li, 
.three-col-list li, 
.four-col-list li, 
.five-col-list li {
  display: inline-block;
  width: calc(100% - 1.75em);
}

}

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

.four-col-list, 
.five-col-list {
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;
}

}

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

.five-col-list {
  -webkit-column-count: 5; /* Chrome, Safari, Opera */
  -moz-column-count: 5; /* Firefox */
  column-count: 5;
}

}





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


/***  4.1 SCROLL BAR  ***/

.scroll-bar {background: var(--primary-1);}

.scroll-logo img {max-height: 60px;}


/***  4.2 TOP BAR  ***/

.top-bar {
  padding-top: 2px;
  padding-bottom: 2px;
  background: #ddd;
}

.top-bar .col-custom {
  padding-top: 2px;
  padding-bottom: 2px;
}


/***  4.3 HEADER  ***/

.header {
  padding-bottom: 5px;
  background: linear-gradient(
      to right,
      rgba(94, 191, 180, 1) 0%,
      rgba(78, 171,170, 1) 12%,
      rgba(54, 142, 154, 1) 47%,
      rgba(40, 125, 145, 1) 100%
    )
    left bottom no-repeat;
  background-size: 100% 5px;
}  

.header .col-custom {
  padding-top: 0;
  padding-bottom: 0;
}

.header .logo-wrapper {
  padding-top: 12px;
	padding-bottom: 12px;
}

.header .header-widget {padding-top: 12px;}

.logo img {max-height: 80px;}

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

.header .header-right {text-align: center;}

}

/* Menu Button */

.header .menu-button .fal, 
.header .menu-button:hover .fal {color: var(--primary-2);}

.header .menu-button.active .fal {
  background: var(--primary-2);
  color:white;
}

/* Search Button */

.search-button .fal {color: var(--dark-1);}

.search-button.active .fal, 
.search-button:hover .fal {color: var(--primary-3);}

@media screen and (max-width: 420px) {
.search-area {transform: none;}
}


/***  4.4 NAV BAR  ***/


/***  4.5 NAV MENUS  ***/

.nav-menu > li:last-child {margin-right: -12px;}

.nav-menu > li > a {
  font-weight: 500;
  padding: 26px 12px;
  color: black;
}

.nav-menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1em;
  content: "\f107";
}

.tax-resource-cat .nav-menu > li.resources-link > a, 
.single-resource .nav-menu > li.resources-link > a, 
.single-post .nav-menu > li.posts-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li:hover > a {color: var(--primary-3);}

.scroll-bar .nav-menu > li > a {color: white;}

.tax-resource-cat .scroll-menu > li.resources-link > a, 
.single-resource .scroll-menu > li.resources-link > a, 
.single-post .scroll-menu > li.posts-link > a, 
.scroll-menu > li.current-menu-ancestor > a, 
.scroll-menu > li.current-menu-item > a, 
.scroll-menu > li:hover > a {color: var(--primary-3);}

/* Nav Button */

.nav-menu > li.nav-button > a > span {
  display: block;
  padding: 0.6em 2em;
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  margin-top: -0.6em;
  margin-bottom: -0.6em;
  background-color: transparent;
  text-transform: normal;
  font-weight: 500;
  font-size: 0.9em;
  color: black;
  border: 1px solid var(--primary-3);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.scroll-menu > li.nav-button > a > span {color: white;}

.nav-menu > li.nav-button.current-menu-item > a > span, 
.nav-menu > li.nav-button:hover > a > span {
	border-color: var(--primary-3);
	background: var(--primary-3);
  color: white;
}


/***  4.6 DROPDOWN MENUS  ***/

.nav-menu li ul {
  width: 240px;
	background-color: white;
	left: -8px;
}

.nav-menu li.dw-dropdown ul {width: 480px;}

.nav-menu li.dw-dropdown ul {width: 720px;}

.nav-menu li ul li:first-child, 
.nav-menu li.dw-dropdown ul li:nth-child(2), 
.nav-menu li.tw-dropdown ul li:nth-child(2), 
.nav-menu li.tw-dropdown ul li:nth-child(3) {padding-top: 10px;}
.nav-menu li ul li:last-child {padding-bottom: 10px;}

.nav-menu li ul li a {
  padding: 10px 20px;
  text-align: left;
	font-size: 0.9em;
  color: black;
}

.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li:hover > a {color: var(--primary-2);}


/***  4.7 MOBILE NAV  ***/

.mobile-nav {background-color: black;}

.mobile-menu li a {color: var(--light-4);}

.mobile-menu li.current-menu-item > a {
  background-color: var(--primary-2);
  color: white;
}



/******************************************************************************
 * * *  5 MAIN (BODY) STYLES  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***  5.1 BANNER  ***/

.banner {
  background: linear-gradient(to right, rgba(0, 78, 66, 1), rgba(4, 90, 137, 1))!important;
  color: white;
  text-align:center;
}

.banner-inner {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 380px;
  max-width: 1000px;
}

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

.banner h1 {
  margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.banner h1:first-child {margin-top: 0;}
.banner h1:last-child {margin-bottom: 0;}

.banner h3 { letter-spacing:2px; font-weight:400; color:white!important;}
.banner p { font-size:20px; margin-top:5px; }

.banner a, 
.banner a:hover {
  color: white;
}

.banner-content {width:850px;} 


/***  5.2 BREADCRUMBS  ***/

.breadcrumbs {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #ddd;
}


/***  5.3 TITLE BAR  ***/

.title-bar {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #eaeaea;
}


/***  5.4 MAIN (BODY)  ***/

.main {
  padding-top: 90px;
  padding-bottom: 90px;
}


/***  5.5 CONTENT  ***/

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

.content .alignleft {margin: 0 20px 1em 0;}

.content .alignright {margin: 0 0 1em 20px;}

}


/***  5.6 SIDEBAR  ***/


/***  5.7 BLOG ***/

/* Post Cols */

.recent-post-cols .grid {justify-content: center;}

.post-cols .post-link, 
.recent-post-cols .post-link {
  position: relative;
  display: block;
  height: 100%;
  padding: 30px 30px 65px 30px;
	background-color: white;
  color: var(--dark-2);
  transition: all 400ms ease-in-out;
  overflow: hidden;
  box-sizing: border-box;
  text-decoration: none;
	text-align: left;
}

.post-cols .post-link {background-color: var(--light-3);}

.post-cols .post-link:hover, 
.recent-post-cols .post-link:hover {transform: scale(1.025) translateY(-5px);}

.post-cols .post-thumb-wrap, 
.recent-post-cols .post-thumb-wrap {
  margin: -30px -30px 20px -30px;
	background-color: var(--primary-1);
}

.post-cols .post-thumb, 
.recent-post-cols .post-thumb {
  /*mix-blend-mode: lighten;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);*/
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
/*
.post-cols .post-link:hover .post-thumb, 
.recent-post-cols .post-link:hover .post-thumb {
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
}
*/
.post-cols .post-title, 
.recent-post-cols .post-title {
  margin-bottom: 0.25em;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.post-cols .post-link:hover .post-title, 
.recent-post-cols .post-link:hover .post-title {
  color: var(--primary-2);
}

.post-cols .post-meta, 
.recent-post-cols .post-meta {
  margin-top: 0;
	color: var(--dark-1);
	font-size: 0.9em;
	letter-spacing: 0.05em;
}

.post-cols .post-date, 
.recent-post-cols .post-date {opacity: 0.7; font-size:13px;}

.post-cols .post-cats, 
.recent-post-cols .post-cats {
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
}

.post-cols .post-cats span, 
.recent-post-cols .post-cats span {
  border-radius: var(--radius-1);
  padding: 5px 10px;
  margin: 0;
  margin-right: 4px;
  background: rgba(0,0,0,0.4);
  color: white;
}

.post-cols .post-more, 
.recent-post-cols .post-more {
  position: absolute;
  width: 100%;
  left: 30px;
  bottom: 30px;
}

.post-cols .post-more span, 
.recent-post-cols .post-more span {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: var(--primary-3);
}

.post-cols .post-link:hover .post-more span, 
.recent-post-cols .post-link:hover .post-more span {
  color: var(--secondary-2);
}

.blog-post .post-info {margin-bottom: 1em;}

/* Blog Nav Bar */

.blog-nav-bar {background: none;}

.widget_categories{display: inline-block;}

.widget_categories h4 {display: none;}

.widget_search {display: inline-block;}

.search-field {
  height: 42px;
  background: white;
}

/* Posts Nav */

.content .posts-nav {margin-top: 60px;}

.posts-link {
  padding: 0.5em 2.2em;
	border: 1px solid var(--primary-3);
	border-radius: var(--radius-2);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.posts-link:hover {
	border-color: var(--secondary-1);
	text-decoration: none;
}

.next-posts-link {float: right;}

/* Single */

.post-nav {
  padding-top: 25px;
  border-top: 1px solid #e2e2e2;
}

.post-nav .grid {align-items: center;}

/* Social Share Buttons */

.a2a_floating_style{position:absolute !important;}
.fixed_social{position:fixed !important;padding-top: 15px !important;top:100px !important;}
.bottom_social_share {
    z-index: 1 !important;
    bottom: 10px !important;
    top: auto !important;
}
.relative_class {
    position: relative;
}
.post-content{position:relative;}

.blog-index .a2a_kit{display:none;}

.a2a_s__default {
  padding: 0.25em !important;
  border-radius: 50% !important;
}

@media only screen and ( min-width: 981px ) {
.addtoany_content_top,.addtoany_content_bottom{display:none}
}






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


/***  6.2 FOOTER  ***/

.footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--primary-1);
	font-size: 0.9em;
  color: var(--light-1);
}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5, 
.footer h6, 
.footer a {color: white;}

.footer a:hover {
  text-decoration: none;
  color: var(--primary-3);
}

.footer h3 {font-size: 1.25em;}

.footer-logo {max-height: 60px;}

.footer-podcast-logo {max-height: 200px;}

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

.footer .grid-spaced {
  width: calc(100% + 50px);
  margin: -25px;
}

.footer .col-custom {padding: 25px;}

}

/* Footer Menu */

.footer .menu li a {
  position: relative;
  display: block;
  padding: 5px 0;
}

/* Footer Icon List */

.footer .arrow-list li, 
.footer .check-list li, 
.footer .check-circle-list li, 
.footer .icon-list li, 
.footer .contact-list li {margin-left: 1.75em;}



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--primary-1);
	font-size: 0.8em;
  color: var(--light-1);
}

.bottom-bar a {color: white;}

.bottom-bar a:hover {
  text-decoration: none;
  color: var(--primary-3);
}

/* Credits */

.credits {margin-top: 0.5em;}

.credits img {
  width: 1.2em;
  margin-top: -1px;
}





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


/***  HUE COLS  ***/

/* First Col - Green */
.hue-cols [class*="col"]:nth-child(4n-3) svg [id*="color-1"] {fill: #5EBFB5 !important;}
.hue-cols [class*="col"]:nth-child(4n-3) svg [id*="color-2"] {fill: #FFFFFF !important;}
.hue-cols [class*="col"]:nth-child(4n-3) svg [id*="color-3"] {fill: #A6E2D7 !important;}
.hue-cols [class*="col"]:nth-child(4n-3) svg [id*="color-4"] {fill: #218984 !important;}
.hue-cols [class*="col"]:nth-child(4n-3) svg [id*="color-5"] {fill: #15706C !important;}

/* Second Col - Light Blue */
.hue-cols [class*="col"]:nth-child(4n-2) svg [id*="color-1"] {fill: #3BA0B9 !important;}
.hue-cols [class*="col"]:nth-child(4n-2) svg [id*="color-2"] {fill: #FFFFFF !important;}
.hue-cols [class*="col"]:nth-child(4n-2) svg [id*="color-3"] {fill: #CCEAEA !important;}
.hue-cols [class*="col"]:nth-child(4n-2) svg [id*="color-4"] {fill: #267B90 !important;}
.hue-cols [class*="col"]:nth-child(4n-2) svg [id*="color-5"] {fill: #186977 !important;}

/* Third Col - Light Green */
.hue-cols [class*="col"]:nth-child(4n-1) svg [id*="color-1"] {fill: #C7EEE7 !important;}
.hue-cols [class*="col"]:nth-child(4n-1) svg [id*="color-2"] {fill: #218984 !important;}
.hue-cols [class*="col"]:nth-child(4n-1) svg [id*="color-3"] {fill: #DCEFEB !important;}
.hue-cols [class*="col"]:nth-child(4n-1) svg [id*="color-4"] {fill: #6ACBC1 !important;}
.hue-cols [class*="col"]:nth-child(4n-1) svg [id*="color-5"] {fill: #FFFFFF !important;}
.hue-cols [class*="col"]:nth-child(4n-1) svg#icon-health [id*="color-3-3"] {fill: #FFFFFF !important;}
.hue-cols [class*="col"]:nth-child(4n-1) svg#icon-graduate [id*="color-3"] {fill: #218984 !important;}
.hue-cols [class*="col"]:nth-child(4n-1) svg#icon-briefcase [id*="color-5"] {fill: #218984 !important;}
.hue-cols [class*="col"]:nth-child(4n-1) svg#icon-briefcase [id*="color-2"] {fill: #FFFFFF !important;}

/* Fourth  Col - Blue */
.hue-cols [class*="col"]:nth-child(4n) svg [id*="color-1"] {fill: #045A89 !important;}
.hue-cols [class*="col"]:nth-child(4n) svg [id*="color-2"] {fill: #FFFFFF !important;}
.hue-cols [class*="col"]:nth-child(4n) svg [id*="color-3"] {fill: #D0E7F4 !important;}
.hue-cols [class*="col"]:nth-child(4n) svg [id*="color-4"] {fill: #49A6D8 !important;}
.hue-cols [class*="col"]:nth-child(4n) svg [id*="color-5"] {fill: #138ACB !important;}


/***  BACKGROUND COLORS  ***/

.pantone-1 {background-color: var(--light-3);}
.pantone-2 { background-color: white; border-top:3px solid var(--light-2); }
.pantone-3 { background-color: var(--light-2);}
.pantone-4 { background-color: var(--primary-2);}


/***  BOXES  ***/

.boxed, 
.boxed-col .elementor-widget-wrap {
  padding: 25px;
  background: var(--light-3);
  box-shadow: 0px 7px 24px rgba(15, 62, 92, 0.2);
}

.pantone-1 .boxed, 
.pantone-1 .boxed-col .elementor-widget-wrap {
  background: white;
  padding: 20px !important;
}


/***  Secondary INFO BOX ANIMATION  ***/

.secondary-box .eael-info-box, 
.secondary-box .elementor-widget-eael-info-box, 
.secondary-box .eael-infobox-content-align-left {
	display: block;
	height: 100%;
	border-radius:var(--radius-1);
}

.secondary-box .elementor-widget-eael-info-box {
  padding: 20px;
  background: white;
  transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.2) 0s;
}

.secondary-box .eael-infobox .infobox-icon i {
	color:var(--primary-2);
}

.secondary-box .eael-infobox .infobox-content .title {font-size: 1.2em; }

.secondary-box .elementor-widget-eael-info-box p {
  color: black;
  line-height: 1.4em;
}

.secondary-box .elementor-widget-eael-info-box {margin-bottom: 1em !important;}

.secondary-box .elementor-widget-eael-info-box img {
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  margin: -25px -20px 0 -20px;
}

.secondary-box .infobox-icon img {
	border-top-left-radius: var(--radius-1);
	border-top-right-radius: var(--radius-1);
}



/***  SLIDER  ***/

.swiper-slide-inner h1 { font-weight:800; margin-top:5px; margin-bottom:5px; font-size:44px;}
.swiper-slide-inner h3 { font-weight:400; letter-spacing:2px;}
.swiper-slide-inner p { font-size:20px; margin-top:5px; }

@media screen and (max-width: 420px) {
.swiper-slide-inner h1 { font-weight:800;font-size:34px;}
}


/** ICON TABS **/

.elementor-321 .elementor-element.elementor-element-769258a .eael-advance-tabs .eael-tabs-nav > ul li:first-child svg,
.elementor-321 .elementor-element.elementor-element-769258a .eael-advance-tabs .eael-tabs-nav > ul li:nth-child(3) svg{
	width: 80px;
    height: 80px;
/*     fill: #333; */
/*     background: var(--primary-3); */
    border-radius: 50px;
/*     padding: 5px 20px 5px 20px; */
}

.elementor-321 .elementor-element.elementor-element-769258a .eael-advance-tabs .eael-tabs-nav > ul li:nth-child(2) svg,
.elementor-321 .elementor-element.elementor-element-769258a .eael-advance-tabs .eael-tabs-nav > ul li:nth-child(4) svg{
	width: 80px;
    height: 80px;
/*     fill: #333; */
/*     background: var(--light-2); */
    border-radius: 50px;
/*     padding: 5px 20px 5px 20px; */
}

.shadow-box, 
.shadow-boxes .elementor-widget-wrap {
  background-color: var(--primary-4);
  box-shadow: rgba(15, 62, 92, 0.2) 0px 7px 24px; margin: 15px;
  padding: 25px !important;
}

.border-box .eael-infobox { border:1px solid rgba(0,78,66,0.2); margin:15px; padding:25px;vertical-align:middle; }


.border-box .eael-infobox h3.title {font-weight:500; text-decoration:none!important; color:var(--primary-2)!important; font-size: 1em; }
.border-box a {text-decoration:none!important;}

h3.elementor-heading-title .text-green  {color:var(--primary-3)!important;}

.footer .list-inline { display:inline-flex; column-gap:4px;}
.footer .list-inline .fab {background-color:var(--primary-3)!important;}



/***  ARCHIVE PAGES  ***/

/* Archive Nav Bar */

.archive-nav-bar-inner {
  padding-top: 20px;
}

.archive-nav-bar .archive-cats select, 
.archive-nav-bar .archive-search form {max-width: 300px;}

.archive-nav-bar .archive-search form {margin-left: auto;}

/* Archive Nav */

.content .archive-nav {margin-top: 45px;}

.archive-nav-link {
  padding: 0.5em 2em;
	border-radius: var(--radius-2);
	background-color: var(--light-2);
	color: var(--dark-2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.archive-nav-link:hover {
  text-decoration: none;
	background-color: var(--primary-4);
	color: var(--dark-1);
}

.archive-next-link {float: right;}



/***  PUBLICATIONS  ***/

.publications-col .elementor-inner-section .elementor-image a {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.publications-col .elementor-inner-section .elementor-image a:hover {
  transform: scale(1.025) translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 20px;
}

.publications-col .elementor-inner-section .elementor-image a img {
  opacity: 1;
  overflow: hidden;
  background: var(--dark-2);
  border-radius: var(--radius-1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.publications-col .elementor-inner-section .elementor-image a:hover img {
  opacity: 0.8;
}


.footer .list-inline { display:inline-flex; column-gap:4px;}
.footer .list-inline .fab {background-color:var(--primary-3)!important;}


.elementor-cta__content { 
	background: linear-gradient(to right, rgba(4, 90, 137, 0.8), rgba(4, 90, 137, 0.8))!important;
}

.elementor-cta--skin-cover .elementor-cta__content-item {
	font-size: 16px!important; 
}



/***  PHOTO STYLES  ***/

/* Border Shadow */

.border-shadow .elementor-image img {box-shadow: 12px 12px 0 #EBEBEB;}

/* Desaturated Image */

/*
.gray-img .elementor-image img {
  mix-blend-mode: lighten;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
*/



/***  LINKS COLS  ***/

.link-cols .elementor-widget-wrap {
  position: relative;
  display: block !important;
	height: 100%;
	padding-bottom: 40px !important;
	text-align: center;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;

}

.link-cols .elementor-widget-wrap:hover {
  transform: scale(1.025) translateY(-5px);
}

.link-cols .elementor-widget-image, 
.link-cols .elementor-widget-heading {margin-bottom: 15px;}

.link-cols .elementor-heading-title {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.link-cols .elementor-widget-wrap:hover .elementor-heading-title {color: var(--primary-3);}

.link-cols .elementor-widget-image {
   background: var(--primary-1);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.link-cols .elementor-widget-wrap:hover .elementor-widget-image {
   background: var(--primary-1);
}

.link-cols .elementor-widget-image img {
  /*mix-blend-mode: lighten;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);*/
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*
.link-cols .elementor-widget-wrap:hover .elementor-widget-image img {
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
}
*/

.link-cols .elementor-widget-button {
  position: absolute;
	bottom: 0;
	left: 0;
}

.link-cols .elementor-widget-wrap:hover .elementor-button {
  text-decoration: none;
  border-color: var(--secondary-2);
  background: var(--secondary-2);
  color: white;
}

.link-cols .elementor-widget-wrap:hover .border-button .elementor-button {
  border-color: var(--primary-3);
  background: transparent;
  color: var(--dark-1);
}



/***  RESOURCE ARCHIVE & CATEGORIES  ***/

/* Resource Dat Desc */

.resource-cat-desc {
  max-width: 950px;
  margin: 0 auto 60px;
	text-align: center;
}

/* Resource Cat Cols */

.resource-cat-cols .resource-cat-link {
  display: block;
	height: 100%;
  padding: 25px;
  background-color: var(--light-3);
	text-align: center;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.resource-cat-cols .resource-cat-link:hover {
  transform: scale(1.025) translateY(-2px);
	text-decoration: none;
}

.resource-cat-cols svg {
	width: 100px;
	height: 100px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.resource-cat-cols .resource-cat-link:hover svg {
  -webkit-filter: saturate(80%);
  filter: saturate(80%);
}

.resource-cat-cols .resource-cat-title {
	margin: 0;
	margin-top: 0.5em;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;

}

.resource-cat-cols .resource-cat-link:hover .resource-cat-title {
  color: var(--secondary-3);
  text-decoration: none;
}


/***  RESOURCE COLS  ***/

.resource-cols .resource-link {
  position: relative;
  display: block;
  height: 100%;
  padding: 30px 30px 65px 30px;
	background-color: var(--light-3);
  color: var(--dark-2);
  transition: all 400ms ease-in-out;
  overflow: hidden;
  box-sizing: border-box;
  text-decoration: none;
	text-align: left;
}

.resource-cols .resource-link:hover {transform: scale(1.025) translateY(-5px);}

.resource-cols .resource-thumb-wrap {
  margin: -30px -30px 20px -30px;
	background-color: var(--primary-1);
}

.resource-cols .resource-thumb {
  /*mix-blend-mode: lighten;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);*/
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*
.resource-cols .resource-link:hover .resource-thumb {
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
}
*/

.resource-cols .resource-title {
  margin-bottom: 0.25em;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.resource-cols .resource-link:hover .resource-title {
  color: var(--primary-2);
}

.resource-cols .resource-meta {
  margin-top: 0;
	color: var(--dark-1);
	font-size: 0.9em;
	letter-spacing: 0.05em;
}

.resource-cols .resource-date {opacity: 0.7; font-size:13px;}

.resource-cols .resource-cats {
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
}

.resource-cols .resource-cats span {
  border-radius: var(--radius-1);
  padding: 5px 10px;
  margin: 0;
  margin-right: 4px;
  background: rgba(0,0,0,0.4);
  color: white;
}

.resource-cols .resource-more {
  position: absolute;
  width: 100%;
  left: 30px;
  bottom: 30px;
}

.resource-cols .resource-more span {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: var(--primary-3);
}

.resource-cols .resource-link:hover .resource-more span {color: var(--secondary-2);}



/***  RESOURCE NAVIGATION  ***/

.resource-cats-inner,
.related-resources-inner {
  padding-top: 100px;
	padding-bottom: 100px;
}

/* Resources Cats Bar */

.resource-cats {border-top: 1px solid var(--light-2);}

/* Related Resources */

.related-resources {background-color: var(--light-3);}

.related-resources .related-resources-title {text-align: center;}

.related-resource-cols .grid {justify-content: center;}

.related-resource-cols .resource-link {
  display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 30px;
	background-color: white;
	font-weight: bold;
	text-align: center;
  color: var(--primary-2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.related-resource-cols .resource .resource-link:hover {
  transform: scale(1.025) translateY(-5px);
	text-decoration: none;
	color: var(--secondary-1);
	background-color: var(--primary-4);
}


/** Tabs Secondary **/

.tabs-secondary .elementor-element.elementor-element-929c8bf .eael-advance-tabs .eael-tabs-nav > ul li {
	background:none;
	padding: 0px 0px 20px 0px;
}

.tabs-secondary .eael-tab-title .title-after-icon {color:var(--dark-1);}

.tabs-secondary .elementor-element.elementor-element-929c8bf .eael-advance-tabs .eael-tabs-nav > ul li > i {
  color:var(--primary-1);
}

.tabs-secondary .elementor-element.elementor-element-929c8bf .eael-advance-tabs .eael-tabs-nav > ul li.active > i {
  color:var(--primary-3);
}

.tabs-secondary .elementor-element.elementor-element-929c8bf .eael-advance-tabs .eael-tabs-nav > ul li.active {color:var(--dark-1);}



/***  PROVIDER COLS  ***/

.reactiveSingleBoxFrontendView___12dCC .reactiveNormSearchGridContents___42FUL {padding: 0!important;}

.provider-cols {
  display: flex;
  flex-wrap: wrap;
	width: calc(100% + 30px);
	margin: -15px;
}

.provider-cols .provider {
  width: 33.33%;
	padding: 15px;
}

.provider-cols .provider-content-wrap {
  position: relative;
  display: block;
	height: 100%;
	border: 1px solid var(--primary-3);
	background: white;
	padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.provider-cols .provider-title {font-size: 1.375em;}

.provider-cols p {
  margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.provider-cols p:first-child {margin-top: 0;}
.provider-cols p:last-child {margin-bottom: 0;}

.provider-cols .provider-address + .provider-address-2 {margin-top: -0.5em;}

.provider-cols .provider-button {
  display: inline-block;
  padding: 0.25em 1.25em;
	border-radius: var(--radius-2);
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: var(--primary-2);
	font-size: 0.84em;
	color: white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.provider-cols .provider-button:nth-child(2) {background-color: var(--primary-3);}

.provider-cols .provider-button:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1em;
  content: "\f3c5";
}

.provider-cols .provider-button:nth-child(2):before {content: "\f055";}

.provider-cols .provider-button:hover {
  text-decoration: none;
	background: var(--secondary-2);
}

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

.provider-cols .provider-content-wrap {padding-bottom: 85px;}

.provider-cols .provider-more {
  position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid var(--primary-3);
	padding: 18px 30px;
}

}

@media screen and (max-width: 1200px) {
.provider-cols .provider-more {margin-top: 1.5em;}
}

@media screen and (max-width: 1024px) {
.provider-cols .provider {width: 50%;}
.provider-cols .provider-content-wrap {padding: 25px;}
}

@media screen and (max-width: 600px) {
.provider-cols .provider {width: 100%;}
.provider-cols .provider-content-wrap {padding: 15px;}
}

/* Provider Form Elements */

.reuseButton___NzKpQ {
  border: 1px solid var(--light-2);
  background-color: var(--light-3);
  color: var(--dark-2);
}

.reuseButton___NzKpQ:hover {
  border-color: var(--primary-3);
  background-color: var(--light-3);
	color: var(--dark-1);
}

.reuseButton___NzKpQ:focus {
  border-color: var(--primary-2);
  background-color: var(--light-2);
	color: var(--dark-1);
}

.ReactiveGridLoadMore___aGdbd {
  display: block !important;
  width: auto !important;
	padding: 0.75em 2.75em !important;
	border-radius: var(--radius-2) !important;
	margin: 45px auto 0 !important;
  background-color: var(--light-2) !important;
	text-transform: none !important;
  color: var(--dark-2) !important;
}

.ReactiveGridLoadMore___aGdbd:hover {
  text-decoration: none !important;
  background-color: var(--primary-4) !important;
	color: var(--dark-1) !important;
}


/***  PROVIDER SINGLE  ***/

.single-location .provider {max-width: 900px;}



/***  TAB BOX  ***/

.eael-advance-tabs .eael-tabs-nav>ul li {background: transparent !important;}



/***  BIOS  ***/

.bio-cols .grid {justify-content: center;}

.bio-thumb img {width: 100%;}

@media screen and (min-width: 901px) {
.bio-cols .col-third .bio-full-wrapper {width: calc(300% + 60px);}
.bio-cols .col-third.bio:nth-child(4n-2) .bio-full-wrapper,
.bio-cols .col-third.bio:nth-child(4n-1) .bio-full-wrapper,
.bio-cols .col-third.bio:nth-child(4n) .bio-full-wrapper {margin-left: 0;}
.bio-cols .col-third.bio:nth-child(3n-2) .bio-full-wrapper {margin-left: 0;}
.bio-cols .col-third.bio:nth-child(3n-1) .bio-full-wrapper {margin-left: calc(-100% + -30px);}
.bio-cols .col-third.bio:nth-child(3n) .bio-full-wrapper {margin-left: calc(-200% + -60px);}
}



/***  HEADACHE MODE  ***/

/* Toggle */

.mode-toggle-wrap {
  position: relative;
  display: inline-block;
  height: 26px;
	margin: 0;
	font-size: 0.9em;
}

.mode-toggle-wrap label {padding-right: 52px;}

.mode-toggle-wrap input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.mode-toggle-wrap .toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
	height: 26px;
	width: 44px;
	border-radius: 34px;
  background-color: var(--light-1);
  -webkit-transition: .4s;
  transition: .4s;
}

.mode-toggle-wrap .toggle:before {
  position: absolute;
  left: 4px;
  bottom: 4px;
  height: 18px;
  width: 18px;
	border-radius: 50%;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  content: "";
}

.mode-toggle-wrap input[type="checkbox"]:checked + .toggle {background-color: var(--dark-2);}

.mode-toggle-wrap input[type="checkbox"]:checked + .toggle:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Headache Mode Colors */

.headache-mode .logo, 
.headache-mode .header-widget, 
.headache-mode .header-widget, 
.headache-mode .nav-menu li a, 
.headache-mode .banner,
.headache-mode main,
.headache-mode aside,
.headache-mode footer, 
.headache-mode .scroll-bar,
.headache-mode .btt-button, 
.headache-mode .menu-button, 
.headache-mode .mobile-nav, 
.headache-mode svg, 
.headache-mode img {
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}

.headache-mode .main a {
  color: white !important;
	text-decoration: underline !important;
}

.headache-mode .header {
  background: linear-gradient(
    to right,
    var(--dark-2) 0%,
    var(--dark-1) 100%
  )
  left bottom no-repeat;
  background-size: 100% 5px !important;
}

.headache-mode .header, 
.headache-mode .scroll-bar, 
.headache-mode .nav-menu li ul {
  background-color: var(--dark-1) !important;
	color: white !important;
}

.headache-mode .cta-bar {border-color: var(--dark-3) !important;}

.headache-mode .main, 
.headache-mode .archive-nav-bar, 
.headache-mode .page-nav-bar, 
.headache-mode .elementor-top-section {
  background-color: var(--dark-2) !important;
	color: var(--light-3) !important;
}

.headache-mode .resource-cats {
  background-color: var(--dark-2) !important;
  border-color: var(--dark-4) !important;
}

.headache-mode .pantone-1, 
.headache-mode .elementor-section.pantone-1, 
.headache-mode .related-resources, 
.headache-mode .shadow-box, 
.headache-mode .boxed, 
.headache-mode .boxed-col .elementor-widget-wrap {background-color: var(--dark-3) !important;}

.headache-mode .elementor-section.pantone-1 .shadow-box, 
.headache-mode .pantone-1 .boxed, 
.headache-mode .pantone-1 .boxed-col .elementor-widget-wrap {background-color: var(--dark-4) !important;}

.headache-mode .elementor-section.pantone-2 {
  background-color: var(--dark-1) !important;
  border-color: var(--dark-2) !important;
}

.headache-mode .post-cols .post-link, 
.headache-mode .recent-post-cols .post-link, 
.headache-mode .resource-cols .resource-link, 
.headache-mode .resource-cat-cols .resource-cat-link, 
.headache-mode .related-resource-cols .resource-link, 
.headache-mode .provider-cols .provider-content-wrap, 
.headache-mode .bio-cols .bio-thumb, 
.headache-mode .bio-cols .bio-full, 
.headache-mode .bios-list .bio-inner, 
.headache-mode .elementor-widget-price-table .elementor-widget-container {
  background-color: var(--dark-4) !important;
	color: var(--light-3) !important;
	text-decoration: none !important;
}

.headache-mode .secondary-box .elementor-widget-eael-info-box {
  background-color: var(--dark-4) !important;
	color: var(--light-3) !important;
}

.headache-mode .post-cols .post-meta, 
.headache-mode .recent-post-cols .post-meta, 
.headache-mode .resource-cols .resource-meta, 
.headache-mode .post-cols .post-link:hover .post-more *, 
.headache-mode .recent-post-cols .post-link:hover .post-more *, 
.headache-mode .resource-cols .resource-link:hover .resource-more * {color: var(--light-2) !important;}

.headache-mode h1, 
.headache-mode h2, 
.headache-mode h3, 
.headache-mode h4, 
.headache-mode h5, 
.headache-mode h6, 
.headache-mode .border-box .eael-infobox h3.title, 
.headache-mode .text-blue, 
.headache-mode .text-green, 
.headache-mode .elementor-price-table .elementor-price-table__price {color: white !important;}

.headache-mode .content a.elementor-price-table__button {text-decoration: none !important;}

.headache-mode .logo {filter: grayscale(100%) brightness(0%) invert(1) !important;}

.headache-mode .header-widget {filter: grayscale(100%) brightness(50%) invert(1) !important;}

.headache-mode .nav-menu li a, 
.headache-mode .nav-menu > li.nav-button > a > span {color: white !important;}

.headache-mode .tax-resource-cat .nav-menu > li.resources-link > a, 
.headache-mode .single-resource .nav-menu > li.resources-link > a, 
.headache-mode .single-post .nav-menu > li.posts-link > a, 
.headache-mode .nav-menu li:not(.nav-button).current-menu-ancestor > a, 
.headache-mode .nav-menu li:not(.nav-button).current-menu-item > a, 
.headache-mode .nav-menu li:not(.nav-button):hover > a {color: var(--light-1) !important;}

.headache-mode .nav-menu > li.nav-button.current-menu-item > a > span, 
.headache-mode .nav-menu > li.nav-button:hover > a > span {
  color: black !important;
  filter: grayscale(100%) brightness(100%) invert(1) !important;
}

.headache-mode .border-button .elementor-button, 
.headache-mode .button-empty {
  border-color: var(--light-2) !important;
	background: none !important;
  color: var(--light-2) !important;
}

.headache-mode .border-button .elementor-button:hover, 
.headache-mode .button-empty:hover {
  border-color: white !important;
	background: none !important;
  color: white !important;
}

/* Tabs */

.headache-mode .tabs-secondary .elementor-element.elementor-element-929c8bf .eael-advance-tabs .eael-tabs-nav > ul li > i {color: var(--light-1) !important;}

.headache-mode .tabs-secondary .elementor-element.elementor-element-929c8bf .eael-advance-tabs .eael-tabs-nav > ul li.active, 
.headache-mode .tabs-secondary .elementor-element.elementor-element-929c8bf .eael-advance-tabs .eael-tabs-nav > ul li.active > i {color: white !important;}

/* Forms */

.headache-mode input, 
.headache-mode select, 
.headache-mode textarea {background-color: var(--dark-4) !important;}

.headache-mode input::placeholder, 
.headache-mode select::placeholder, 
.headache-mode textarea::placeholder {color: var(--light-2) !important;}

.headache-mode .search-submit {filter: invert(1) !important;}

.headache-mode .nf-after-field .nf-error-msg {color: white !important;}
@media screen and (max-width: 1111px) {
.headache-mode main .reactiveToggleBtnsWrapper___2h4eQ{
        position: absolute !important;
        top: -20px !important;
}
}

.category-content{padding-top: 50px;padding-bottom: 50px;min-height: 380px;max-width: 1000px;}
.category-image{text-align:center;}

/*
 * END OF
 * CUSTOMIZABLE CSS
 */

