@charset "UTF-8";
/* ==============================================
   OPTIMIZED STYLESHEET - BOOTSTRAP REPLACEMENT
   ============================================== */
/* Box Sizing Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Container System */
.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Container Widths - Your Custom Breakpoints */
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1530px;
    max-width: 100%;
  }
}
/* Row System */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* Column Base Styles */
[class*=col-] {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Medium Screens and Up (768px+) */
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Large Screens and Up (992px+) */
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Large Screens and Up (1200px+) */
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* X-Large Screens and Up (1600px+) */
@media (min-width: 1600px) {
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ==============================================
     COLUMN ORDERING - Much Easier Than Push/Pull!
     ============================================== */
/* Reverse row order - Simply add this class to .row */
.row-reverse {
  flex-direction: row-reverse;
}

/* Individual column ordering - Use with any column */
.order-first {
  order: -1;
}

.order-last {
  order: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

/* Responsive ordering */
@media (min-width: 576px) {
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
}
@media (min-width: 768px) {
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
}
@media (min-width: 992px) {
  .lg-row-reverse {
    flex-direction: row-reverse;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
}
@media (min-width: 1200px) {
  .xl-row-reverse {
    flex-direction: row-reverse;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
}
/* ==============================================
     PRODUCTION MINIFIED VERSION (Copy This)
     ============================================== */
/*
  *,*::before,*::after{box-sizing:border-box}.container{width:100%;padding:0 15px;margin:0 auto}@media(min-width:576px){.container{width:540px;max-width:100%}}@media(min-width:768px){.container{width:720px;max-width:100%}}@media(min-width:992px){.container{width:960px;max-width:100%}}@media(min-width:1200px){.container{width:1140px;max-width:100%}}@media(min-width:1600px){.container{width:1530px;max-width:100%}}.row{display:flex;flex-wrap:wrap;margin:0 -15px}.row-reverse{flex-direction:row-reverse}[class*="col-"]{position:relative;width:100%;padding:0 15px}.order-first{order:-1}.order-last{order:1}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}@media(min-width:576px){.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:1}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}}@media(min-width:768px){.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:1}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}}@media(min-width:992px){.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:1}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}}
  */
/* ==============================================
     OPTIONAL UTILITIES (Add if needed)
     ============================================== */
/* Text Alignment */
.text-left {
  text-align: left;
}

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

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

/* Display Utilities */
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

/* Responsive Display */
@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
}
/* Margin/Padding Utilities (if you need spacing) */
.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.align-items-center {
  align-items: center !important;
}

/* GENERAL */
html,
body {
  overflow-x: hidden;
}

body:not(.wp-admin) {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #111;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #000;
}

h1 {
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 3.5rem);
  letter-spacing: 0.175em;
  font-weight: 300;
  text-transform: uppercase;
  padding-block: clamp(35px, 3vw, 50px);
}

h2 {
  margin: 10px 0 16px 0;
}

h3 {
  margin: 10px 0 14px 0;
}

h4 {
  margin: 10px 0 10px 0;
}

.red h2,
.red h3,
.red h4,
.black h2,
.black h3,
.black h4 {
  color: #fff;
}

p {
  margin: 0.5rem 0 1.5rem 0;
  line-height: 145%;
  font-size: 16px;
}

p:first-of-type {
  margin-top: 0;
}

p.intro,
.intro p {
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  font-weight: 300;
  text-wrap: balance;
  max-width: 960px;
  text-align: center;
  margin-inline: auto;
}

.intro h2,
.intro h3,
.intro h4,
.intro h5 {
  max-width: 960px;
  text-align: center;
  margin-inline: auto;
}

.intro h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 300;
  text-wrap: balance;
}

a {
  color: #f14943;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a,
a:visited,
a:hover,
a:focus {
  outline: 0;
}

a:hover,
a:focus {
  color: #f14943;
  text-decoration: none;
}

img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

img.aligncenter {
  display: block;
  float: none;
  margin: 5px auto 5px auto;
}

img.masthead {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/7;
}
@media (min-width: 768px) {
  img.masthead {
    aspect-ratio: 7/2;
  }
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.top-border {
  border-top: 1px solid #000;
}

.bottom-border {
  border-bottom: 1px solid #000;
}

.top-bottom-border {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.black-text {
  color: black;
}

.white-text {
  color: white;
}

.red-text {
  color: #f14943;
}

/* PADDING & MARGIN */
.p1 .container {
  padding-block: clamp(15px, 2.5vw, 35px);
}

.p2 .container {
  padding-block: clamp(25px, 3.3vw, 55px);
}

.p3 .container {
  padding-block: clamp(50px, 5vw, 80px);
}

.pt1 .container {
  padding-top: clamp(15px, 2.5vw, 35px);
}

.pt2 .container {
  padding-top: clamp(25px, 3.3vw, 55px);
}

.pt3 .container {
  padding-top: clamp(50px, 5vw, 80px);
}

.pb1 .container {
  padding-bottom: clamp(15px, 2.5vw, 35px);
}

.pb2 .container {
  padding-bottom: clamp(25px, 3.3vw, 55px);
}

.pb3 .container {
  padding-bottom: clamp(50px, 5vw, 80px);
}

.m1 {
  margin-block: clamp(15px, 2.5vw, 35px);
}

.m2 {
  margin-block: clamp(25px, 3.3vw, 55px);
}

.m3 {
  margin-block: clamp(50px, 5vw, 80px);
}

.mt1 {
  margin-top: clamp(15px, 2.5vw, 35px);
}

.mt2 {
  margin-top: clamp(25px, 3.3vw, 55px);
}

.mt3 {
  margin-top: clamp(50px, 5vw, 80px);
}

.mb1 {
  margin-bottom: clamp(15px, 2.5vw, 35px);
}

.mb2 {
  margin-bottom: clamp(25px, 3.3vw, 55px);
}

.mb3 {
  margin-bottom: clamp(50px, 5vw, 80px);
}

/* BACKGROUNDS */
.red {
  background-color: #f14943;
  color: #fff;
}

.darkred {
  background-color: #e13933;
  color: #fff;
}

.white {
  background-color: #fff;
  color: #000;
}

.grey {
  background-color: #f5f5f5;
  color: #000;
}

.black {
  background-color: #000;
  color: #fff;
}

/* BUTTONS */
.link {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  overflow: hidden;
  border: 1px solid #f14943;
  padding: 12px 24px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s ease;
}

.link:hover {
  background-color: #f14943;
  border: 1px solid white;
  padding: 12px 24px;
  text-decoration: none;
  color: #fff;
}

.red .link,
.black .link {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  overflow: hidden;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 24px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s ease;
}

.red .link:hover,
.black .link:hover {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 12px 24px;
  text-decoration: none;
  color: #f14943;
}

.black .link:hover {
  color: #000;
}

#cookieConsent button.link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 20px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s ease;
}

#cookieConsent button.link:hover {
  background-color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  color: #000;
}

/* SEARCH */
.search-content {
  padding-inline: clamp(5%, 3vw, 15%);
  max-width: 1180px;
  margin-inline: auto;
}

header {
  background-color: white;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  min-height: 70px;
  max-width: 100%;
  min-width: 0;
}
@media (min-width: 992px) {
  .header {
    min-height: 102px;
  }
}

.logo {
  flex-shrink: 0;
  margin-right: 2rem;
}
@media (max-width: 400px) {
  .logo {
    margin-right: 0;
  }
}

/*
.logo img {
    max-width: 130px;
    height: auto;
}
*/
.menu-wrapper {
  flex: 1;
}

.menu {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* allows wrapping if needed */
}

.menu .main-navigation {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 2px;
}

.menu .menu-item {
  display: inline-block;
}

.menu .menu-item a {
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  display: block;
  padding: 0.5rem 0.5rem;
  letter-spacing: 0.1em;
}
@media (min-width: 1600px) {
  .menu .menu-item a {
    padding: 0.5rem 1rem;
  }
}

/* Menu takes up available space */
.menu-wrapper {
  flex: 1;
}

.main-navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* allows wrapping if needed */
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  font-size: 0.9rem;
}
@media (min-width: 1600px) {
  .main-navigation li a {
    font-size: 1rem;
  }
}

/* Shrink font size on tighter screens before switching to mobile menu */
@media (max-width: 1100px) {
  .main-navigation li a {
    font-size: 0.9rem;
  }
}
@media (max-width: 992px) {
  .main-navigation li a {
    font-size: 0.8rem;
  }
}
.icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.search-icon svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* Hamburger button */
.hamburger {
  display: none;
  /* hidden by default */
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 42px;
  height: 26px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #111;
  transition: all 0.3s ease;
}

.hamburger:hover span {
  background: #f14943;
}

/* Animate hamburger to "X" when active */
.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobile menu: hide nav and show hamburger */
@media (max-width: 1199px) {
  .menu-wrapper {
    display: none;
  }
  .hamburger {
    display: flex;
  }
}
/*
.logo-desktop {
    display: none;
}
*/
.logo-mobile {
  display: block;
  width: 240px;
  height: auto;
}

@media (min-width: 1200px) {
  .logo-mobile {
    display: block;
    width: 200px;
    height: auto;
  }
}
@media (min-width: 992px) {
  /*
  .logo-desktop {
      display: block;
      max-width: 120px;
      height: auto;
  }


  .logo-mobile {
      display: none;
  }
      */
}
.search-icon {
  flex-shrink: 0;
  cursor: pointer;
  padding: 0.5rem;
}
@media (max-width: 400px) {
  .search-icon {
    padding: 0.5rem 0.3rem;
  }
}

.search-icon svg {
  width: 24px;
  height: 24px;
  color: #666;
}

.search-icon:hover svg {
  width: 24px;
  height: 24px;
  stroke: #f14943;
}

/* Main navigation styles */
.menu {
  padding: 0;
  margin: 0;
}

.main-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.menu-item {
  position: relative;
}

.menu-item > a {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
}

.menu-item > a:hover {
  color: #f14943;
}

.sub-menu .menu-item-has-children > a::after {
  content: "";
  display: inline;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-left: 6px;
  float: right;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.343 18.657a1 1 0 0 1-.707-1.707l4.95-4.95-4.95-4.95a1 1 0 0 1 1.414-1.414l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-.707.293z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

/* Change chevron to white on hover */
.sub-menu .menu-item a:hover::after {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.343 18.657a1 1 0 0 1-.707-1.707l4.95-4.95-4.95-4.95a1 1 0 0 1 1.414-1.414l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-.707.293z"/></svg>');
}

/* Second-level submenu styles */
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
}

.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sub-menu .menu-item {
  display: block;
}

.sub-menu .menu-item a {
  padding: 12px 16px;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.sub-menu .menu-item a:hover {
  background-color: #f14943;
  color: #fff;
  padding-left: 20px;
}

/* Third-level submenu styles (flyout to the right) */
.sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin: 0 0 0 2px;
  transform: translateX(-2px);
}

.sub-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Prevent padding shift on hover for third-level items */
.sub-menu .sub-menu .menu-item a:hover {
  padding-left: 16px;
}

/* Active/current menu item - First level */
.menu .menu-item.current-menu-item > a,
.menu .menu-item.current-page-ancestor > a {
  border-bottom: 3px solid #f14943;
}

/* Active/current menu item - Second and third level */
.menu .sub-menu .menu-item.current-menu-item > a,
.menu .sub-menu .menu-item.current-page-ancestor > a {
  border-bottom: none;
  background-color: #f14943;
  color: #fff;
}

/* SEARCH */
/* Search Icon Button */
.search-trigger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-trigger svg {
  width: 24px;
  height: 24px;
  fill: #333;
  transition: fill 0.3s ease;
}

.search-trigger:hover svg {
  fill: #f14943;
}

/* Modal Overlay */
.search-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 400px) {
  .search-modal-overlay {
    padding: 5px;
  }
}

.search-modal-overlay.active {
  display: flex;
}

/* Modal Content */
.search-modal {
  background: white;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Close Button */
.search-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.search-modal-close:hover {
  background-color: #f0f0f0;
}

.search-modal-close svg {
  width: 20px;
  height: 20px;
  fill: #666;
}

/* Modal Headline */
.search-modal h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #333;
  text-align: center;
}

/* Search Form */
.search-form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.search-input {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #ddd;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s linear;
  font-family: "Lato";
}

.search-input:focus {
  border-color: #f14943;
}

.search-submit {
  background: #fff;
  border: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-submit svg {
  width: 32px;
  height: 32px;
  fill: #636363;
  transition: all 0.3s linear;
}

.search-submit:hover svg {
  fill: #f14943;
}

/* Mobile Responsiveness */
@media (max-width: 640px) {
  .search-modal {
    margin: 10px;
    padding: 20px;
  }
  .search-modal h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .search-form {
    flex-direction: row;
    gap: 15px;
  }
  .search-input {
    width: 80%;
    padding: 14px 16px;
    font-size: 16px;
    /* Prevents zoom on iOS */
  }
  .search-submit {
    width: 50px;
    height: 50px;
    align-self: center;
  }
}
/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden;
}

footer {
  background: #111 url(../images/bg-abstract-dark.jpg) top right no-repeat;
  background-size: cover;
  color: #fff;
  padding-block: 5rem;
}
footer .footer-logos {
  padding-bottom: 40px;
}
footer .footer-logos img {
  margin-inline: 20px;
  width: auto;
  height: 60px;
}
@media (min-width: 992px) {
  footer .footer-logos img {
    height: 90px;
  }
}
footer p {
  font-size: 1rem;
  font-weight: 300;
  text-wrap: balance;
  margin-inline: auto;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  padding-inline: clamp(0.2rem, 3vw, 4rem);
}
footer p a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
footer a,
footer a:hover,
footer a:visited,
footer a:focus {
  text-decoration: none;
  color: #fff;
}

.footer-nav {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-links {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.footer-links li {
  position: relative;
}

.footer-links li:not(:last-child)::after {
  content: "|";
  margin: 0 1rem;
  color: #fff;
}

.footer-links a {
  color: #fff;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: none;
}

/* Mobile styles */
@media (max-width: 767px) {
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  /* Hide pipe separators on mobile */
  .footer-links li:not(:last-child)::after {
    display: none;
  }
  .footer-links li {
    width: 100%;
  }
  .footer-links a {
    display: inline-block;
    padding: 0.25rem 0;
  }
}
/* COOKIE CONSENT */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 1rem;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.cookie-consent.active {
  transform: translateY(0);
}

.cookie-consent.hidden,
.cookie-banner.hidden {
  display: none;
}

.cookie-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 1rem;
}

.cookie-text {
  flex: 1;
}

.cookie-text p {
  margin: auto;
  font-size: 14px;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.settings-link {
  font-family: "Lato", sans-serif;
  color: #fff;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
}

.cookie-content.hidden {
  display: none;
}

/* Settings view styles */
.cookie-categories {
  margin: 0;
}

.category-item {
  border-bottom: 1px solid #333;
}

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-header h3 {
  color: #fff;
}

.toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #f14943;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

input:disabled + .slider {
  background-color: #666;
  cursor: not-allowed;
}

.cookie-actions.detailed {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 1rem;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .cookie-actions {
    width: 100%;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
  .cookie-text {
    margin-bottom: 0.5rem;
    width: 100%;
    text-align: center;
  }
  .cookie-actions.detailed {
    flex-direction: row;
  }
  .cookie-actions.detailed .btn {
    width: 100%;
  }
}
/* HERO HOME */
.hero-home-wrapper {
  display: flex;
  align-items: center;
  min-height: 300px;
}

.hero-home {
  background: #f14943 url(../images/ma-home-banner-mobile.jpg) top right no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .hero-home-wrapper {
    display: flex;
    align-items: center;
    min-height: 600px;
  }
  .hero-home {
    background: #f14943 url(../images/ma-home-banner.jpg) top right no-repeat;
    background-size: cover;
  }
  .hero-home-content {
    max-width: 60%;
  }
}
.hero-home-first {
  color: #fff;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 300;
  opacity: 0;
  animation: hero-home-fade 0.8s linear 0.4s forwards;
  text-wrap: balance;
}

.hero-home-second {
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.5rem;
  opacity: 0;
  animation: hero-home-fade 0.8s linear 0.8s forwards;
}

@media (min-width: 1200px) {
  .hero-home-first {
    color: #fff;
    font-size: 38px;
    line-height: 1.35;
    font-weight: 300;
  }
  .hero-home-second {
    color: #fff;
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: 0.5rem;
  }
}
@media (min-width: 1500px) {
  .hero-home-first {
    color: #fff;
    font-size: 42px;
    line-height: 1.42;
    font-weight: 300;
  }
  .hero-home-second {
    color: #fff;
    font-size: 38px;
    line-height: 1.42;
    letter-spacing: 0.5rem;
  }
}
@keyframes hero-home-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* HOME INTRO */
.home-intro p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
  text-wrap: balance;
  padding: 40px 5%;
}

@media (min-width: 992px) {
  .home-intro p {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
    text-wrap: balance;
    padding: 50px 12%;
  }
}
/*
.home-intro-img {
    margin-block: 40px;
    max-width: 100%;
    height: auto;
    padding-inline: 20%;
}

.home-intro-img-fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.6s ease-in;
}

.home-intro-img-fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
*/
/* TICKER TAPE */
@keyframes ticker-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.ticker {
  overflow: hidden;
  padding: 40px 0;
  white-space: nowrap;
  position: relative;
}

.ticker:before,
.ticker:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.ticker:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.ticker:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.ticker:hover .ticker-logos {
  animation-play-state: paused;
}

.ticker-logos {
  display: inline-block;
  animation: 30s ticker-slide infinite linear;
}

@media (max-width: 1024px) {
  .ticker-logos {
    animation: 22s ticker-slide infinite linear;
  }
}
@media (max-width: 768px) {
  .ticker {
    padding-block: 20px;
  }
  .ticker-logos {
    animation: 18s ticker-slide infinite linear;
  }
}
@media (max-width: 540px) {
  .ticker {
    padding-block: 10px;
  }
  .ticker-logos {
    animation: 14s ticker-slide infinite linear;
  }
}
.ticker-logos img {
  height: 80px;
  margin: 0 20px;
}

/* STATS */
.stat-wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 50px;
}

.stat-card {
  padding: 30px 20px;
  text-align: center;
  color: white;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s ease;
}

.stat-card:not(:last-child) {
  border-right: 1px solid white;
}

.stat-card.visible {
  transform: translateY(0);
  opacity: 1;
}

.stat-number {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 1.3rem;
  text-transform: uppercase;
}

.stat-caption {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.235em;
  padding-block: 20px 30px;
  color: #fff;
}

.white .stat-number {
  color: #f14943;
}

.white .stat-caption,
.white .stat-label {
  color: #000;
}

.white .stat-card:not(:last-child) {
  border-right: 1px solid #000;
}

@media (max-width: 991px) {
  .stat-grid {
    grid-template-columns: 1fr;
  }
  .stat-card {
    border-right: none !important;
  }
  .stat-caption {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0.235em;
    padding-block: 10px 30px;
  }
}
/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
  display: block;
  background-color: #f14943;
  color: white;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  position: relative;
}

.mobile-menu-toggle::after {
  content: "☰";
  position: absolute;
  right: 20px;
  font-size: 18px;
}

.mobile-menu-toggle.active::after {
  content: "✕";
}

/* Mobile Menu Container */
.mobile-menu {
  position: fixed;
  top: 70px;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: #f14943;
  z-index: 1000;
  transition: left 0.3s ease;
  overflow-y: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mobile-menu {
    top: 102px;
  }
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu a {
  color: #fff !important;
}

/* Menu Header */
.mobile-menu-header {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: sticky;
  top: 0;
  z-index: 1001;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-close {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
}

.mobile-menu-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
}

/* Back Button */
.back-button {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}

.back-button.show {
  display: block;
}

.back-button::before {
  content: "‹ ";
  font-size: 20px;
  margin-right: 8px;
}

/* Menu Lists */
.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list.submenu {
  display: none;
}

.mobile-menu-list.submenu.active {
  display: block;
}

.mobile-menu-list.main-menu.hidden {
  display: none;
}

/* Menu Items */
.mobile-menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.mobile-menu-link {
  display: block;
  color: white;
  text-decoration: none;
  padding: 18px 20px;
  font-size: 16px;
  transition: background-color 0.2s ease;
  width: 100%;
}

.mobile-menu-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.mobile-menu-link:active {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Parent Items with Submenus */
.has-submenu {
  display: flex;
}

.has-submenu .mobile-menu-link {
  flex: 1;
  padding-right: 15px;
}

.submenu-toggle {
  width: 50px;
  height: auto;
  background: none;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  cursor: pointer;
  font-size: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submenu-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.submenu-toggle::after {
  content: "›";
  font-size: 18px;
}

/* Submenu Styles */
.submenu .mobile-menu-link {
  padding-left: 30px;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.05);
}

.submenu .mobile-menu-link:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.submenu .mobile-menu-item {
  display: block;
}

/* Prevent body scroll when menu is open */
body.menu-open {
  overflow: hidden;
}

.isf {
  background: #000;
  /* background-size: contain; */
  /* min-height: 600px; */
}

@media (width >= 768px) {
  .isf {
    background: #000 url(../images/bg-isf.jpg) top right no-repeat;
    /* background-size: contain; */
    /* min-height: 600px; */
  }
}
.isf h2 {
  color: white;
  font-size: 24px;
}

.selection-button {
  background: white;
  color: #1a1a2e;
  padding: 16px 20px;
  border: none;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  box-shadow: none;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.selection-button:hover {
  background: #f2f2f2;
}

.selection-button.active,
.selection-button.tinted.active {
  background: #dc3545;
  color: white;
}

.selection-button.active:hover {
  background: #dc3545;
}

.selection-button.tinted {
  background: #f8f8f8;
}

.selection-button.tinted:hover {
  background: #f2f2f2;
}

.selection-button.tinted.active:hover {
  background: #dc3545;
}

.chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.2s;
}

.chevron path {
  fill: #dc3545;
}

.selection-button.active .chevron {
  transform: rotate(90deg);
}

.selection-button.active .chevron path {
  fill: white;
}

.accordion-content {
  background: white;
  border-radius: 0;
  padding: 24px;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  box-shadow: none;
  border-bottom: 1px solid #e0e0e0;
}

.accordion-content.open {
  max-height: 300px;
  padding: 24px;
}

.accordion-content.closed {
  padding: 0 24px;
}

.recommendation-title,
.accordion-content p {
  color: #333;
  font-size: 1rem;
  margin-bottom: 16px;
  font-weight: 400;
}

.recommendation-list,
.accordion-content ul {
  list-style: none;
  padding-left: 0;
}

.recommendation-list li,
.accordion-content li {
  position: relative;
  padding-left: 32px; /* Adjust based on your spacing needs */
  margin-bottom: 8px; /* Adjust spacing between items */
}

.accordion-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23F14943' d='M8.47 4.22a.75.75 0 0 0 0 1.06L15.19 12l-6.72 6.72a.75.75 0 1 0 1.06 1.06l7.25-7.25a.75.75 0 0 0 0-1.06L9.53 4.22a.75.75 0 0 0-1.06 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.accordion-content ul li a {
  color: #dc3545;
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  position: relative;
}

/*
.accordion-content ul li a:hover {
    transform: translateX(5px);
}
 */
.accordion-content ul li a:hover::before {
  transform: translateX(-3px);
}

.options-list {
  display: none;
}

.options-list.show {
  display: block;
}

@media (max-width: 768px) {
  .selection-button {
    padding: 16px 20px;
    font-size: 1rem;
  }
  .accordion-content {
    padding: 20px;
  }
  .accordion-content.open {
    max-height: 350px;
  }
}
.reset-button {
  position: absolute;
  top: 5px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  padding: 0;
}

.reset-button:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: rotate(90deg);
}

@media (width >= 768px) {
  .reset-button.show {
    display: flex;
  }
}
.reset-text {
  display: none;
}

@media (width < 768px) {
  .reset-text.show {
    display: flex;
    text-decoration: underline;
    cursor: pointer;
    margin-block: 10px;
    color: #fff !important;
  }
}
.form-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 60px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  text-align: left;
}

legend {
  display: none !important;
}

fieldset {
  border: 0;
  padding: 0;
}

.form-title {
  text-align: center;
  font-size: clamp(1.6rem, 3.5vw, 1.8rem);
  margin-bottom: 1.5em;
  color: #000;
}

.field-group:not(.name-section) {
  margin-bottom: 1.5rem;
}

.field-label,
.form-container label {
  display: block;
  margin-bottom: 0.5em;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  font-weight: 300 !important;
  color: #000;
}

.required,
.wpforms-required-label {
  color: #f14943 !important;
}

.form-input,
.form-container input[type=text],
.form-container input[type=email],
.form-container input[type=phone],
.form-container textarea,
.form-container select {
  width: 100%;
  max-width: 100% !important;
  padding: 0.75rem;
  border: 2px solid #ddd;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  outline-style: solid;
  outline-color: #fff;
  outline-width: 2px;
  outline-offset: 2px !important;
  transition: border 0.6s, outline-color 0.4s 0.2s;
}

.form-input:focus,
.form-container input[type=text]:focus,
.form-container input[type=email]:focus,
.form-container input[type=phone]:focus,
.form-container textarea:focus {
  border: 2px solid transparent;
  outline-style: solid;
  outline-color: #000;
  outline-width: 2px;
  outline-offset: 2px !important;
}

em.wpforms-error {
  margin-top: 10px;
}

.name-fields {
  display: flex;
  gap: 1rem;
}

.name-fields .field-group {
  flex: 1;
}

textarea.form-input {
  min-height: 120px;
  resize: vertical;
}

button.link,
input[type=submit].link {
  background: white;
  color: #f14943;
  font-family: "Lato";
  font-size: 20px;
}

@media (max-width: 600px) {
  .name-fields {
    flex-direction: column;
    gap: 0;
  }
  .form-container {
    padding: 1.5rem;
  }
}
.team-member {
  cursor: pointer;
}

.team-member:hover img {
  transform: scale(1.05);
}

.team img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  transition: all 0.2s ease-in;
}

.team .name,
.team .name a {
  font-size: 24px;
  margin-bottom: 8px;
  color: #000 !important;
  text-decoration: none !important;
}

.team .title,
.team .title a {
  font-size: 18px;
  margin-bottom: 40px;
  color: #000 !important;
  text-decoration: none !important;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

.modal-content {
  background: white;
  max-width: 920px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  animation: slideIn 0.3s ease;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  padding: 40px;
  gap: 30px;
}

.modal-image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  flex-shrink: 0;
}

.modal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-info {
  flex: 1;
}

.modal-name {
  font-size: 2rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 8px;
}

.modal-pronouns {
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.modal-title {
  color: #111;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.modal-bio,
.modal-question,
.modal-answer {
  color: #111;
  line-height: 1.6;
  font-size: 1.1rem;
}

.modal-bio p {
  margin-bottom: 15px;
}

.modal-question {
  font-weight: 700;
  margin-block: 25px 15px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 2rem;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.close-btn:hover {
  color: #e74c3c;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
  .team-member {
    padding: 25px 15px;
  }
  .member-name {
    font-size: 1.1rem;
  }
  .member-title {
    font-size: 0.9rem;
  }
  .modal-content {
    width: 95%;
    max-height: 90vh;
  }
  .modal-header {
    flex-direction: column;
    padding: 30px 25px;
    gap: 20px;
  }
  .modal-image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .modal-name {
    font-size: 1.6rem;
  }
  .modal-title {
    font-size: 1.1rem;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  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;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../font/slick.woff) format("woff");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

/* BLOG LISTING */
.blog-row {
  margin-block: 60px;
  display: flex;
  align-items: center;
}

.blog-image img {
  display: inline-block;
  max-width: 100%;
  width: 360px;
  height: auto;
  aspect-ratio: 1/1;
}

.blog-content h2 a,
.blog-content h2 a:visited {
  color: #000;
  text-decoration: none;
}

.blog-content h2 a:hover {
  color: #e13933;
  text-decoration: none;
}

.blog-content p {
  color: #111;
  font-size: 1.15rem;
  margin-block: 1rem;
}

.blog-content p.date {
  color: #555;
  font-size: 1rem;
  margin-block: 1rem;
}

/* BLOG SINGLE PAGE */
.blog-single-header {
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 3.5rem);
  letter-spacing: 0.175em;
  font-weight: 300;
  text-transform: uppercase;
  padding-block: clamp(35px, 3vw, 50px);
}

.blog-single-container {
  padding-block: clamp(35px, 3vw, 50px);
}

.blog-single-content {
  padding-inline: clamp(5%, 3vw, 15%);
  max-width: 1100px;
  margin-inline: auto;
}

.blog-single-content h1 {
  text-transform: none !important;
  letter-spacing: normal;
  color: #111;
}

.blog-single-content p {
  font-size: 1.1rem;
  color: #111;
}

/* BLOG LISTING PAGINATION */
.pagination-wrapper {
  border-top: 1px solid #000;
  margin-block: 40px;
  padding-block: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 30px 0;
  gap: 8px;
}

.pagination span,
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #555;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
}

.pagination a:hover {
  color: #fff;
  background: #e13933;
  border-color: #e13933;
}

.pagination .current {
  background: #e13933;
  color: #fff;
  border-color: #e13933;
}

a.pagination-svg {
  padding-inline: 3px;
}

.pagination svg {
  width: 24px;
  height: 24px;
}

/* SINGLE POST PREV/NEXT */
.pager.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
  padding: 1rem 0;
  font-size: 1rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.pager-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: 1px solid #e5e5e5;
  color: #111;
  text-decoration: none;
  transition: all 0.2s;
}

.pager-svg:hover {
  color: #fff;
  background-color: #e13933;
  border-color: #e13933;
}

.pager-svg svg {
  height: 20px;
  width: 20px;
}

.pager-svg .text-svg {
  padding-bottom: 2px;
}

.pager-svg .text-svg-next {
  padding-left: 8px;
}

.pager-svg .text-svg-prev {
  padding-right: 8px;
}

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  display: flex;
}

html .editor-styles-wrapper :where(.wp-block) {
  margin-bottom: 0;
  margin-top: 0;
  max-width: none;
}

.edit-post-visual-editor__post-title-wrapper {
  margin-top: 0 !important;
}

.edit-post-visual-editor__post-title-wrapper h1 {
  color: #000;
}

/**
 * Bleeding image
 */
/* Main bleed section wrapper */
.bleed-section {
  position: relative;
  overflow: hidden;
}

/* Inner wrapper for the bleed layout */
.bleed-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  /* Adjust minimum height as needed */
}

/* Image container that bleeds to edge */
.bleed-image {
  position: relative;
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  order: -1;
  /* Ensures image appears first on mobile */
}

/* For actual img tags instead of background images */
.bleed-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Content area */
.bleed-content {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Content inner wrapper for alignment */
.bleed-content-inner {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.bleed-content-inner h2 {
  font-size: 24px;
  font-weight: 300;
  padding-inline: 15%;
  text-wrap: balance;
  color: #fff;
}

@media (min-width: 768px) {
  .bleed-wrapper {
    flex-direction: row;
    min-height: 500px;
  }
  /* Image takes 1/3 of viewport width */
  .bleed-image {
    position: absolute;
    top: 0;
    width: 33.333vw;
    height: 100%;
    min-height: 100%;
  }
  /* Image on left variant */
  .bleed-left .bleed-image {
    left: 0;
  }
  /* Image on right variant */
  .bleed-right .bleed-image {
    right: 0;
    order: 1;
  }
  /* Content area takes 2/3 of viewport */
  .bleed-content {
    width: 66.667vw;
    margin-left: auto;
    padding: 60px 0;
    position: relative;
  }
  /* Content positioning for left image */
  .bleed-left .bleed-content {
    margin-left: 33.333vw;
    margin-right: 0;
  }
  /* Content positioning for right image */
  .bleed-right .bleed-content {
    margin-left: 0;
    margin-right: 33.333vw;
  }
  /* Align content with container grid */
  .bleed-content-inner {
    padding-left: 15px;
    padding-right: 30px;
  }
  .bleed-left .bleed-content-inner {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 15px;
  }
  .bleed-right .bleed-content-inner {
    margin-right: 0;
    padding-right: 30px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .bleed-content-inner {
    max-width: 640.0032px;
  }
  .bleed-left .bleed-content-inner {
    margin-right: auto;
  }
  .bleed-right .bleed-content-inner {
    margin-left: auto;
  }
  .bleed-content-inner h2 {
    font-size: 32px;
    font-weight: 300;
    padding-inline: 15%;
    text-wrap: balance;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .bleed-content-inner {
    max-width: 760.0038px;
  }
}
@media (min-width: 1500px) {
  .bleed-content-inner {
    max-width: 973.3382px;
  }
}
.check-list h2,
.check-list p {
  color: #fff;
}

.white .check-list h2,
.white .check-list p {
  color: #000;
}

.cta .link {
  margin-inline: 10px;
}

.check-list h2 {
  color: #fff;
}

.check-list ul {
  list-style-type: none;
  padding-left: 0;
  color: #fff;
  margin-block: 20px;
}

.check-list ul li {
  font-size: 24px;
  margin-left: 20px;
  padding-left: 46px;
  position: relative;
  margin-block: 30px;
}

.check-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url("../images/bullet.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.side-header h2 {
  color: #000;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

.side-header h3 {
  color: #000;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

.side-content p {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}

.grid-container {
  container-type: inline-size;
  container-name: card-container;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.cards {
  display: grid;
  gap: 20px;
  /* Default: 1 column for mobile */
  grid-template-columns: 1fr;
  margin-bottom: 70px;
  cursor: pointer;
}

.card {
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1 1 200px;
  min-width: 200px;
  padding: 0;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

/* Container query for 2 columns (tablet) */
@container card-container (min-width: 600px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
    /* 2 equal columns */
  }
}
/* Container query for 3 columns (desktop) */
@container card-container (min-width: 900px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
    /* 3 equal columns */
  }
}/*# sourceMappingURL=style.css.map */