/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Vars
# Colors
# Typography & Resets
# Utility Classes
# Lazy Load
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Vars
--------------------------------------------------------------*/
:root {
    --color-white: #fff;
    --color-black: #444;
    --color-blue: #456DAB; 
    --color-green: #6C985B; 
    --color-light-green: rgba(151, 189, 95, 1); 
    --color-blue-grey: #404753; 
    --color-light-blue: rgba(243, 247, 251, 1); 
    --font-size-primary-heading: min(calc(3rem + 0.8vw), 3.8em);
    --font-size-secondary-heading: min(calc(2rem + 0.8vw), 2.8rem); /*50px*/
    --font-size-tertiary-heading: min(calc(1rem + 0.8vw), 1.8rem); /*28px*/ 
    --font-size-big-heading: min(calc(1.3rem + 1vw), 2.3rem); /*36px*/ 
    --font-size-quartary-heading: min(calc(1.2rem + 0.5vw), 1.7rem);
    --font-size-button: 1.7rem; /*32px*/
    --font-size-quinary-heading: min(calc(1rem + 0.5vw), 1.5rem); /*24px*/
    --font-size-subhead: min(calc(1rem + 0.3vw), 1.3rem); /*21px*/
    --font-size-body: 1.13rem; /*18px*/
    --font-size-menu-link: 0.88rem; /*14px*/
    --font-family-main: "itc-avant-garde-gothic-pro", sans-serif; 
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.cl-blue{
    color: var(--color-blue); 
}

.bg-blue{
    background: var(--color-blue); 
}

.cl-white{
    color: var(--color-white); 
}

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

.cl-green{
    color: var(--color-green); 
}

.bg-green{
    background: var(--color-green); 
}

.cl-light-green{
    color: var(--color-light-green); 
}

.bg-light-green{
    color: var(--color-light-green); 
}

.cl-black{
    color: var(--color-black); 
}

.bg-black{
    background: var(--color-black); 
}

.cl-blue-grey{
    color: var(--color-blue-grey); 
}

.bg-blue-grey{
    background: var(--color-blue-grey); 
}

.cl-light-blue{
    color: var(--color-light-blue); 
}

.bg-light-blue{
    background-color: var(--color-light-blue); 
}



/*--------------------------------------------------------------
# Typography & Resets
--------------------------------------------------------------*/
body,
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    overflow-wrap: break-word;
    font-size: var(--font-size-body);
    font-family: var(--font-family-main); 
    font-weight: 400; 
}

h1,
h2,
h3,
h4,
h5,
h6,
.subheading {
    line-height: 1.3em;
    font-family: var(--font-family-main); 
}

h1,
.h1 {
    font-size: var(--font-size-primary-heading);
    font-family: var(--font-family-main); 
    font-weight: 300;

}

h2,
.h2 {
    font-size: var(--font-size-secondary-heading);
    font-weight: 300; 
}

h3,
.h3 {
    font-size: var(--font-size-tertiary-heading);
    font-weight: 500; 
}

h4,
.h4 {
    font-size: var(--font-size-subhead);
    font-weight: 500; 
}

h5,
.h5,
h6,
.h6 {
    font-size: var(--font-size-quinary-heading);
}

.subheading{
    font-size: var(--font-size-subhead); 
    font-weight: 500;
}

a,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    transition: 0.3s ease all;
    color: unset; 
}

a:visited {
    color: unset;
}

section {
    margin: 0 auto 6em auto;
    padding: 3em 0;
    position: relative;
}

/*Stops Some Of Looms Issues on Certain Browsers*/
section#shadow-host-companion {
    padding: 0;
    margin: 0;
}

/*Base Button Styling*/
.button {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    padding: 28px 0px; 
    border-radius: 0;
    font-size: var(--font-size-button);
    text-shadow: none;
    box-shadow: none;
    transition: 0.3s ease all;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    letter-spacing: 5px;
    font-family: var(--font-family-main); 
    font-weight: 400; 
    color: var(--color-white) !important;
}

.view-all-btn{
    color: var(--color-blue) !important; 
}

.view-all-btn:hover{
    color: var(--color-green) !important; 
}

.big-btn{
    width: 100%; 
    padding: 28px 0px; 
}

.small-btn{
    padding: 10px 20px; 
    font-size: 1.125em; 
    letter-spacing: unset; 
    font-weight: 500; 
}

.button.bg-green:hover{ 
    background: var(--color-light-green); 
}

.button.bg-blue:hover{
    background: #5E7EB1; 
}


/*--------------------------------------------------------------
# Utility Classes
--------------------------------------------------------------*/
.relative{
    position: relative;
}

.h-100{
    height: 100%;
}

.w-100{
    width: 100%;
}

.h-100{
    height: 100%;
}

.h-85{
    height: 85%; 
}

.auto{
    margin: auto; 
}

.space-none{
    margin: 0; 
    padding: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-02{
    margin-top: 0.2em; 
}

.mt-05{
    margin-top: 0.5em; 
}
.mb-0 {
    margin-bottom: 0;
}
.mb-02{
    margin-bottom: 0.2em; 
}
.mb-05{
    margin-bottom: 0.5em; 
}
.gap-05{
    gap: 0.5em; 
}
.gap-1{
    gap: 1em; 
}
.gap-3{
    gap: 3em; 
}

.relative{
    position: relative; 
}

.absolute{
    position: absolute;
}

.mb-05{
    margin-bottom: 0.5em; 
}

.w-100{
    width: 100%;
}

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

.text-left{
    text-align: left; 
}

/*--------------------------------------------------------------
# Lazy Load
--------------------------------------------------------------*/
img[data-lazy-src] {
    opacity: 0;
}

img.lazyloaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

/*--------------------------------------------------------------
# Header & Footer Styles
--------------------------------------------------------------*/
#site-header{ 
    padding: 40px 0; 
    width: 100%;
    z-index: 100;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -o-transition: transform .2s linear;
    -ms-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -webkit-transition: transform .2s linear;
    transition: transform .2s linear;
    display: block !important; 
    background-color: var(--color-blue); 
    position: relative;
}

#logo img{
    width: 100%; 
    margin: auto;
    display: flex;
}

#site-header .row.mobile{
    display: none;
    justify-content: space-between;
    align-items: center;
}

.responsive-menu{
    position: relative;
}

.responsive-menu-items{
    color: var(--color-white); 
    padding-top: 20px; 
}

#menu-button span{
    background-color: var(--color-white) !important;
}

.responsive-menu-interior{
    background-color: var(--color-blue) !important; 
}


#menu-button{
    top: 2em !important; 
}

.responsive-menu-interior{
    background-color: var(--color-white);
}

.offcanvas-logo{
    display: inline-block;
    top: 6%;
    left: 8vw;
    position: absolute;
    height: 200px;
    width: 200px;
}
.responsive-menu-items{
    display: flex; 
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
}
#menu-button{
    position: absolute; 
    top: 4em; 
    right: 3em;
}

ul.responsive-menu-items a{
    font-family: var(--font-family-main) !important; 
    font-size: 1.5rem !important; 
    font-weight: 500 !important; 
    text-align: center; 
}

ul.responsive-menu-items li{
    padding-right: 0 !important; 
}

ul#responsive-menu-items{
    padding-top: 6em !important; 
    margin: 0 !important; 
}

#menu-button.open {
    position: fixed;
    right: 14vw;
    top: 22px;
}

#menu-button span, #menu-button.open span{
    background-color: var(--color-black); 
}

#primary-menu .current-menu-item > a,
#primary-menu .current_page_item > a,
#primary-menu li > a:hover {
    position: relative;
}

#primary-menu .current-menu-item > a:after,
#primary-menu .current_page_item > a:after,
#primary-menu li > a:hover:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: var(--color-light-green); 
    opacity: 0; 
    transition: opacity 1s ease; 
}

#primary-menu .current-menu-item > a:after,
#primary-menu .current_page_item > a:after {
    opacity: 1;
}

#primary-menu li > a:hover:after {
    opacity: 1; 
}

.responsive-menu-items ul{
    list-style: none;
    margin: 0;
    padding: 0;  
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column; 
    padding-top: 25px; 
    gap: 1em; 
}

.responsive-menu-interior{
    height: 100vh; 
}



ul#primary-menu{
    margin: 0; 
    padding: 0; 
}

#primary-menu ul, .footer-menu ul{
    list-style: none;
}

#primary-menu li, .footer-menu li {
    display: inline-block; 
    margin-right: 20px; 
    font-size: var(--font-size-menu-link); 
    font-weight: 400;
    font-family: var(--font-family-main);
    color: var(--color-white); 
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.footer-row{
    padding: 20px 0; 
}

.footer-bottom{
    padding: 5px 0; 
    border-top: 1px solid var(--color-white);
    margin-bottom: -27px; 
}

.copyright-col, .contact-info, .social-icon{
    text-transform: uppercase;
    font-size: 12px; 
    font-family: var(--font-family-main); 
}

a.social-icon{
    color: #fff !important; 
}
.site-footer{
    display: flex;
    flex-direction: column;
}

ul#menu-footer-menu-left, ul#menu-footer-menu-right{
    margin: 0; 
    padding: 0; 
}

a {
    color: unset !important;
}

#primary-menu {
    position: relative;
}

#primary-menu .sub-menu {
    flex-direction: column;
    padding: 1em;
    background: var(--color-light-blue);
    gap: 1em;
    position: absolute;
    text-align: left;
}

/*--------------------------------------------------------------
# Home Hero
--------------------------------------------------------------*/
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    z-index: 2;
  }

.page-main-hero .overlay{
    display: flex; 
    justify-content: center;
    align-items: center;
}

.page-main-hero{
    height: 37em;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }


/*--------------------------------------------------------------
# Internal Hero
--------------------------------------------------------------*/

  .internal-hero .text-container{
    background-color: var(--color-green); 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: 2;
    padding: 0 20px; 
  }

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner-text{
font-size: var(--font-size-quinary-heading); 
font-family: var(--font-family-main); 
font-weight: 300; 
}

.section-banner{
    margin-bottom: 0; 
}


/*--------------------------------------------------------------
# Info Text
--------------------------------------------------------------*/
.section-info-text{
    margin-top: 0; 
    margin-bottom: 0; 
    padding-top: 0; 
    padding-bottom: 0; 
}

.media-item, .media-wrapper, .text-wrapper{
    margin: 0; 
    padding: 0; 
}

.section-info-text .text-wrapper{
    display: flex;
}

.media-item img{
    object-fit: cover;
	height: 100%;
}

.section-info-text .button-wrapper{
    width: 100%; 
}

.section-info-text .text-area{
    max-width: 50em; 
    width: 100%; 
    margin: auto; 
    padding-top: 0; 
    padding-right: 30px; 
    padding-left: 30px; 
    padding-bottom: 30px; 
    flex-direction: column;
    align-items: flex-start;
    display: flex; 
    justify-content: center;
}

.text-wrapper{
    flex-direction: column; 
    align-items: flex-start; 
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.section-news{
    margin-top: 0; 
    padding-top: 0; 
}

.news-container{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	min-height: 21em;
}

.section-news .text-area{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
gap: 0.5em; 
max-width: 33.75em; 
width: 100%; 
padding: 30px; 
} 

.section-news .button-wrapper a{
    color: var(--color-blue) !important; 
    font-size: 1.125em; 
    letter-spacing: unset; 
}

.section-news .button:hover{
    background-color: var(--color-green); 
    color: var(--color-white) !important; 
}

.load-more{
    margin: 3em 0; 
}

.news-template-default article{
    display: none; 
}

.post-internal-hero{
    height: 31em; 
    background-position: center;
    background-size: cover; 
    background-repeat: none;
    margin-bottom: 0;
}

.single-news .blog_post_content a{
    color: var(--color-blue) !important; 
    text-decoration: underline;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.section-info-text.services .text-area{
    margin: auto; 
    max-width: 63em; 
}

.section-info-text.services p{
    max-width: 44em; 
    width: 100%; 
}

.reverse-section{
    flex-direction: row-reverse; 
}

.section-info-text.services{
    margin-bottom: 0; 
    padding-bottom: 0; 
    padding-top: 35em; 
    margin-top: 0; 
}


.service-card-container{
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    align-items: flex-start; 
    padding: 15px; 
    height: 152px; 
}

.service-cards-wrapper.row{
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important; 
    gap: 1em; 
    max-width: 58em; 
    width: 100%; 
}


/*--------------------------------------------------------------
# Resources
--------------------------------------------------------------*/

.resources-container{
    background-size: cover;
    background-position: center center;
    width: 100%; 
    height: 311px; 
    position: relative;
}

.section-resources .text-area{
    display: flex; 
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; 
    padding: 20px 15px;
    gap: 0.5em; 
}

.section-resources .text-area p{
    margin-top: 0; 
    margin-bottom: 0; 
}

/*--------------------------------------------------------------
# CTA 
--------------------------------------------------------------*/
.section-cta{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0; 
    height: 17.5em; 
}

/*--------------------------------------------------------------
# Purpose
--------------------------------------------------------------*/
.card{
    background-color: var(--color-blue); 
    height: 430px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 70px;
}

/*--------------------------------------------------------------
# Board Members & Committee
--------------------------------------------------------------*/

.member-card{
    margin-bottom: 40px; 
}

.section-committee{
    margin-bottom: 0; 
}

/*--------------------------------------------------------------
# Services Page & Services Section
--------------------------------------------------------------*/

.page-template-page-services .section-info-text .row{
    flex-direction: row-reverse;
}

.page-template-page-services .section-info-text.dbl .row{
    flex-direction: row;
}

.service-card{
   height: 100%; 
   padding: 30px; 
   max-width: 23.3em;
   width: 100%;
}

.section-services .row{
    row-gap: 1.938em;
}

.section-services, .section-accordion{
    margin-bottom: 0; 
}

/* --- Accordion ---*/

.accordion-icon.rotate, .img-accordion-icon{
    padding-right: 13px; 
}
  
.accordion-item.active .accordion-content {
    opacity: 1;
  }

  .accordion h3 {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Add this line to space items apart */
    cursor: pointer; 
    border-bottom: 2px solid var(--color-blue); 
}

.accordion-heading-text{
    margin-bottom: 20px; 
}

.accordion-icon, .img-accordion-icon {
    margin-right: 10px; /* Adjust the margin as needed */
    transition: transform 0.5s ease; /* Add transition for smooth rotation */
}

.accordion-description {
    transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1); /* Adjust the transition timing function */
}

.rotate {
    transform: rotate(180deg);
}


/*--------------------------------------------------------------
# Info Text with DBL CTAs
--------------------------------------------------------------*/
.buttons-row{
    display: flex;
    flex-direction: row;
}

/*--------------------------------------------------------------
# Logo Slider 
--------------------------------------------------------------*/
.logo-partner{ 
    max-height: 8em; 
    margin: auto; 
    object-fit: contain; 
}

.slick-arrow {
    cursor: pointer;
}

.custom-prev-arrow{
    position: absolute;
    left: 0;
    top: 47%;
    z-index: 999999;
}

.custom-next-arrow{
    position: absolute;
    right: 0;
    top: 47%;
    z-index: 99999;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    z-index: 999; 
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

  
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .slick-list:focus {
    outline: none;
  }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: flex !important;
      align-items: center !important;
  }
  
  .slick-track:before,
  .slick-track:after {
      display: table;
      content: '';
  }
  
  .slick-track:after {
      clear: both;
  }
  
  .slick-loading .slick-track {
      visibility: hidden;
  }
  
  .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  
  [dir='rtl'] .slick-slide {
      float: right;
  }
  
  .slick-slide img {
      display: block;
  }
  
  .slick-slide.slick-loading img {
      display: none;
  }
  
  .slick-slide.dragging img {
      pointer-events: none;
  }
  .slick-initialized .slick-slide {
      display: block;
  }
  .slick-loading .slick-slide {
      visibility: hidden;
  }
  .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  
  .slide {
      transition: filter .4s;
      margin: 0px 10px; 
  
  }
  
  .glider.logo-glider{
      max-width: 60em;
      width: 100%;
      margin: auto;
  }

  img.logo-partner{
    max-width: 70% !important; 
  }


/*--------------------------------------------------------------
# Meetings Section
--------------------------------------------------------------*/
.meeting-date{
    font-weight: 500; 
}

.meeting-card{
    padding: 40px 20px; 
    min-height: 16em;
}

.reg-contacts-wrapper{
    row-gap: 1em;
}

.meetings-wrapper{
    row-gap: 1em; 
}

.meeting-card p{
    margin-bottom: 0; 
}

.password-protected-section{
    background-color: var(--color-light-blue); 
    height: 80vh; 
    display: flex;
    justify-content: center;
    align-items: center; 
    text-align: center; 
    flex-direction: column;
}

.password-protected-section form{
    margin-top: 2em; 
}

.password-protected-section input{
    background-color: transparent;
    border-radius: 0px;
}

.password-protected-section button{
    background-color: var(--color-green);
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 10px;
    cursor: pointer; 
}

/*--------------------------------------------------------------
# Section Contact 
--------------------------------------------------------------*/
.section-contact-area .description-text {
    max-width: 26em; 
    width: 100%; 
}

.form-wrapper input, .form-wrapper textarea{
    color: #fff !important;
}

.section-contact-area .form-wrapper{ 
    padding: 40px; 
}

.gform_required_legend, .gform_wrapper.gravity-theme .gfield_required, .gform_wrapper.gravity-theme .gfield_label{
    color: #fff !important; 
    font-family: var(--font-family-main); 
    font-weight: 300 !important; 
    font-size: 20px !important; 
}

.gform_wrapper.gravity-theme .gfield_label{
    font-size: var(--font-size-subhead) !important; 
}

.gform_wrapper.gravity-theme .gfield_required{
    font-size: 20px !important; 
}

.ginput_complex input::placeholder, #input_1_3::placeholder, #input_1_4::placeholder, textarea::placeholder {
    color: #fff !important; 
}

.ginput_complex input, #input_1_3, #input_1_4, textarea{
    background-color: transparent;
    border-radius: 0px; 
    border: 2px solid #fff; 
}

#gform_submit_button_1{
    background-color: var(--color-green); 
    width: 100%;
    border: none;
    border-radius: 0px;
}

#gform_submit_button_1:hover{
    background-color: var(--color-light-green); 
}

.gform_required_legend{
    display: none;
}

.contacts-wrapper{
    row-gap: 2em; 
    column-gap: 1em; 
}

.section-board-contacts .contact-card{
    max-width: 20em; 
    width: 100%; 
}


/*--------------------------------------------------------------
# Section Hotspot Map
--------------------------------------------------------------*/
.hotspot {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--color-white);
    border: 2px solid #3D629B;
    animation: pulse 2s infinite linear;
  }


  @keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
}
  

  .tooltip .description-text{
    font-size: 0.8em; 
  }
  
  .tooltip {
  position: absolute;
  background: var(--color-blue); 
  color: var(--color-white); 
  width: 18em; 
  height: 11em;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); /* Use custom box shadow */
  padding: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  bottom: calc(100% + 10px);
  left: -7em; 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10; 
  }
  
  .hotspot:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }

  
  .tooltip-region-name {
    font-size: 16px;
    font-weight: 500; 
  }
  
  .description-text {
    font-weight: 300;
  }
  
  .tooltip a, .region-content a {
    display: block;
    color: var(--color-white) !important; 
    text-decoration: underline;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500; 
  }
  
  .tooltip a:hover {
    text-decoration: underline;
  }


.toggle {
    cursor: pointer;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 5em; 
}

.region-content {
    display: none;
}

.region-icon svg {
    transition: transform 0.3s ease-in-out;
}

.region.rotate svg {
    transform: rotate(180deg);
}

.region{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.region-icon.rotate{
    margin-top: -1em; 
}







/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*XS Devices 0 - 767px*/
@media only screen and (max-width: 47.9375em) {
    #menu-footer-menu-left, #menu-footer-menu-right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5em;
    margin: auto !important;
    }

    .footer-row{ 
        gap: 2em;
        display: flex; 
        justify-content: center;
        align-items: center; 
        padding: 30px 0px; 
    }

    #logo img{
        margin: auto; 
        display: flex; 
        align-items: center; 
        justify-content: center;
    }

    #primary-menu li, .footer-menu li{
        margin-right: unset; 
    }

    .footer-bottom{
        padding: 20px;
    }
    .copyright-col p{
        text-align: center;
    }
    .custom-prev-arrow{
        left: 24em;
    }

    .logo-partner{
        padding: 10px; 
    }
    
    .custom-next-arrow{
        right: 24em;
    }

    .page-main-hero{
        height: 32em; 
    }
    .section-info-text.services{
        padding-top: 0; 
        margin-top: -8em;
    }
    .hotspot{
        display: none; 
    }

    .card {
        padding: 20px; 
        height: 354px;
    }


    .section-purpose .section-wrapper{
        gap: 2em; 
        padding-bottom: 5em; 
    }
    .internal-hero .text-container{
        max-height: 16em; 
    }

    .section-contact-area .row{
        gap: 3em; 
    }
    .section-contact-area{
        margin-top: -4em; 
        margin-bottom: 0; 
    }
    .section-contact-area .form-wrapper{
        padding-right: 30px; 
        padding-left: 30px; 
        padding-top: 10px; 
        padding-bottom: 10px; 
    }
    .meeting-card{
        text-align: center; 
    }

    .section-board-contacts{
        margin-bottom: 0; 
    }
    .section-regional-contacts{
        margin-bottom: 2rem;
    }
    .meetings-wrapper{
        gap: 2em; 
    }
    .page-template-page-news .section-news{
        margin-bottom: 0; 
        padding-bottom: 0; 
    }
    .page-template-page-regional-councils .internal-hero .text-container{
        max-height: 30em; 
    }
    .map-container img{
        max-width: 120%; 
    }
    .section-hotspot-map{
        padding-bottom: 0; 
    }

    .section-hotspot-map .col{
        gap: 1em;
    }
    .page-template-page-resources .section-resources{
        margin-top: -5em; 
        margin-bottom: 3rem; 
    }
    .logo-slider-section{
        margin-bottom: 4rem; 
    }
    .section-resources .text-area{
        padding: 10px; 
    }

    .page-template-page-services .section-info-text:first-child{
        margin-top: -5em; 
    }

    .section-services .container-fluid{
        padding-right: 15px; 
        padding-left: 15px; 
    }
    .footer-row {
        flex-direction: column;
        gap: 0.5em; 
    }

    /* Set full width for each column */
    .footer-row .col-xs-12 {
        width: 100%;
    }

    /* Set the order of the logo column to be first */
    .footer-row .col-xs-12:nth-child(2) {
        order: -1; /* Negative order to move it to the start */
    }

    .section-board .text-area{
        margin: auto; 
        max-width: 20em;
        width: 100%;
        padding-top: 2em;
        padding-bottom: 3em;
    }
    .meeting-card{
        display: flex;
        justify-content: center;
    }
    .page-template-page-services .internal-hero .text-wrapper, .page-template-page-news .internal-hero .text-wrapper {
        margin-bottom: -5em; 
    }
    .footer-row #logo img{
        width: 60%; 
    }
    
}
/*Devices 768px in width*/
@media only screen and (min-width: 48em) {
    
}

@media only screen and (max-width: 1024px){
    #site-header .row.desktop{
        display: none; 
    }
    #site-header .row.mobile{
        display: block; 
    }
    .reverse-section{
        flex-direction: column-reverse;
    }

    .internal-hero .text-wrapper{
        height: 21em; 
        margin-top: -7px;
    }
    .section-hotspot-map{
        margin-bottom: 0; 
    }
    .section-region-toggles{
        padding-bottom: 4em; 
        margin-bottom: 0; 
    }
    .resources-wrapper{
        gap:1em; 
    }
    .home .section-resources{
        margin-bottom: 0; 
    }
    .page-main-hero{
        background-attachment: unset !important;
    }
    #logo img{
        margin: auto; 
        display: flex; 
        align-items: center; 
        justify-content: center;
    }
}

/*Devices 1024px in width*/
@media only screen and (min-width: 64em) {
    
}
/*Devices 1200px+ in width*/
@media only screen and (min-width: 75em) {

    .section-info-text/*,  .section-news*/{
        height: 34em; 
    }

    .news-container{
        min-height: 31em; 
    }

    .section-news{
        margin-bottom: 0; 
        padding-bottom: 0; 
    }

    .media-item img{
        height: 34em;  
    }

    .page-template-page-regional-councils .media-item img{
        height: 100%; 
    }

    .home .section-info-text .text-area{
        margin-right: unset; 
        margin-left: unset; 
        padding-left: 60px; 
    }

    .section

    .section-info-text .text-area{
        padding-left: 58px; 
        justify-content: center; 
    }
    .section-info-text.services, .section-info-text.services .media-item img{
        height: 46em; 
    }

    .section-info-text.dbl, .section-info-text.dbl .media-item img{
        height: 44em; 
    }

    .section-board, .section-board .media-item img{
        height: 50em; 
    }

    .section-board .text-area{
        padding-left: 58px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 100px;
        padding-bottom: 100px;
        justify-content: center;
    }

    .page-template-templates .section-info-text .row{ 
        flex-direction: row-reverse;
    }

    .section-info-text.services{
        margin-top: 0; 
        padding-top: 0; 
    }
    .section-resources, .section-meetings, .section-contact-area{
        padding-top: 8em; 
    } 

    .section-region-toggles{
        margin-top: 0; 
        padding-top: 0; 
    }

    .section-resources{
        padding-bottom: 8em; 
    }
    .section-resources .text-area, .section-news .text-area{
        justify-content: flex-end; 
    }
    .section-news .text-area{
        padding-top: 14em !important; 
        padding-left: 50px; 
        padding-right: 50px; 
    }
    .resources-container{
        height: 427px;
        max-width: 21em; 
    }
    .section-cta{
        height: 27.5em; 
    }

    .section-purpose{
        margin-top: 6em; 
    }

    .section-wrapper{
        margin-bottom: 6em !important; 
    }
    .internal-hero .text-container{
        height: 31em; 
        padding: 0 50px; 
    }
    .internal-hero .media-wrapper, .internal-hero .media-item img{
        height: 31em; 
    }
    /*.service-card{
        height: 24em; 
    }*/

    .section-services, .section-accordion{
        padding: 8em 0; 
    }

}