@charset "UTF-8";
/* 1. Configuration & Tools (Load these FIRST so variables exist) */
/* 2. Resets */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

 Was overwritting style in critical.css

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! End normalize.css   */
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-inline-start: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

/****** END Elad Shechter's RESET *******/
/* 3. Base Styles (The bulk of your code) */
/* -------------------------------------------------------------------------
   FONTS
   ------------------------------------------------------------------------- */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-sans-v19-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* -------------------------------------------------------------------------
   BASE
   ------------------------------------------------------------------------- */
body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: #424242;
  background-color: #F6F3EE;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

strong {
  font-weight: 600;
}

/* -------------------------------------------------------------------------
   TYPOGRAPHY
   ------------------------------------------------------------------------- */
/* Shared Heading Logic */
h1, h2, h3, h4, h5, .title {
  font-family: "Nunito Sans", sans-serif;
  color: #0C434A;
  text-wrap: balance;
}

/* H1 - Merged Logic */
h1 {
  font-size: clamp(
    2.313rem,
    1.271rem + 3.333vw,
    4.188rem
  );
  font-weight: 700;
  line-height: 1.1;
  color: #F6F3EE;
  /* Top margin is fixed, Bottom is fluid */
  margin-top: 1.25rem;
  margin-bottom: clamp(
    2rem,
    1.444rem + 1.778vw,
    3rem
  );
}

/* H2 */
h2 {
  font-size: clamp(
    1.75rem,
    0.986rem + 2.444vw,
    3.125rem
  );
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.01em;
  margin-bottom: clamp(
    1.5rem,
    1.222rem + 0.889vw,
    2rem
  );
}

/* H3 */
h3 {
  font-size: clamp(
    1.313rem,
    0.757rem + 1.778vw,
    2.313rem
  );
  font-weight: 500;
  line-height: 1.25;
  color: #0C434A;
  text-align: left;
  margin-bottom: clamp(
    1rem,
    0.722rem + 0.889vw,
    1.5rem
  );
}

/* H4 */
h4 {
  font-size: clamp(
    1rem,
    0.583rem + 1.333vw,
    1.75rem
  );
  font-weight: 500;
  line-height: 1.3;
  color: #0F5132;
  margin-bottom: clamp(
    0.5rem,
    0.361rem + 0.444vw,
    0.75rem
  );
}

/* Paragraphs & Lists */
p, ul, ol {
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(
    1rem,
    0.826rem + 0.556vw,
    1.313rem
  );
  font-weight: 400;
  line-height: 1.65;
  color: #424242;
  /* Bottom-only fluid margin */
  margin-bottom: clamp(
    0.063rem,
    0.045rem + 0.056vw,
    0.094rem
  );
}

/* Specialized Paragraph Title */
p.title {
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(
    2.625rem,
    2.347rem + 0.889vw,
    3.125rem
  );
  color: #83A348;
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------
   COMPONENTS
   ------------------------------------------------------------------------- */
/* Blockquote */
blockquote {
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(
    2rem,
    1.826rem + 0.556vw,
    2.313rem
  );
  line-height: 1.4;
  font-weight: 500;
  font-style: italic;
  color: #FFFFFF;
  text-align: center;
  padding: clamp(
    1.25rem,
    0.556rem + 2.222vw,
    2.5rem
  );
  /* Used variable instead of hardcoded RGBA if possible, otherwise kept RGBA */
  background-color: rgba(53, 114, 102, 0.5);
  box-shadow: 0px 0px 15px 15px rgba(53, 114, 102, 0.5);
  border-radius: 4px;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Buttons */
.btn {
  display: inline-block;
  font-size: clamp(
    1.125rem,
    1.056rem + 0.222vw,
    1.25rem
  );
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  text-align: center;
  border: none;
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn:active {
  transform: translateY(0);
}

.btn-coral {
  background-color: #FFA68E;
  color: #FFFFFF;
}

.btn-coral:hover {
  background-color: #885C67;
  color: #FFFFFF;
}

.btn--lg {
  padding: 1rem 1.25rem;
  border-radius: 999px;
}

/* Lists */
ul, ol {
  padding-left: clamp(
    0.063rem,
    0.028rem + 0.111vw,
    0.125rem
  );
}
ul li, ol li {
  margin-bottom: 0.5rem;
}
ul li::marker, ol li::marker {
  color: #83A348;
  font-weight: 700;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------
   UTILITIES
   ------------------------------------------------------------------------- */
.text-large-splash {
  font-size: 2.25rem;
  color: #FFFFFF;
}

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

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

/* 4. Layout & Components */
/* -------------------------------------------------------------------------
   GLOBAL CONTAINERS
   ------------------------------------------------------------------------- */
/* Main Wrapper */
main {
  /* sets the gap between flex items */
  --gapBetween: min(1em, 1vw);
}

/* Page Container - Limits growth on huge screens */
.page-container {
  max-width: 1900px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Highlighted Section */
.highlighted-section {
  max-width: 75rem;
  margin: auto;
}

/* Splash Quote */
.splash-quote {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

/* -------------------------------------------------------------------------
   PRIMARY CONTENT GROUPS (.group)
   ------------------------------------------------------------------------- */
/* "group" is the legacy name for the main content sections.
   It handles centering, max-width, and protecting the edges (padding).
*/
.group, #block-hhc-hhcmap171 {
  max-width: 75rem; /* 1200px */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /* DYNAMIC VERTICAL PADDING: 48px -> 64px */
  margin-bottom: clamp(
    3rem,
    2.444rem + 1.778vw,
    4rem
  );
  /* DYNAMIC HORIZONTAL PADDING: 16px -> 64px */
  /* This prevents content from touching screen edges on mobile */
  padding-left: clamp(
    1rem,
    0.444rem + 1.778vw,
    2rem
  );
  padding-right: clamp(
    1rem,
    0.444rem + 1.778vw,
    2rem
  );
  /* Ensure padding doesn't expand the width */
  box-sizing: border-box;
  /* Flex Layout
  display: flex;
  flex-direction: column;
  align-items: center; Centers content by default */
}

/* Contact Block Special Handling */
.group.contact-us {
  padding-bottom: 0px;
}

#block-contact {
  /* Contact block aligns left on mobile usually, or follows specific rules */
  /* If you want it left-aligned on mobile: */
}
@media screen and (max-width: 800px) {
  #block-contact {
    align-items: flex-start;
  }
}

/* -------------------------------------------------------------------------
   SPECIALIZED WIDTHS
   ------------------------------------------------------------------------- */
/* Wide Width (e.g., Photo Gallery) */
.wide-width {
  max-width: 118.75rem;
}

/* Text-Only Sections (Readable Line Lengths) */
.text-section {
  max-width: 90ch; /* ~60-70 characters per line is ideal for reading */
  width: 100%;
  padding-top: 2.313rem;
  padding-bottom: 2.313rem;
  margin-left: auto;
  margin-right: auto;
  /* Inherit the container padding to be safe */
  padding-left: clamp(
    0.063rem,
    0.017rem + 0.146vw,
    0.145rem
  );
  padding-right: clamp(
    0.063rem,
    0.017rem + 0.146vw,
    0.145rem
  );
  box-sizing: border-box;
}

.text-section.wide {
  max-width: 110ch;
  line-height: 1.75;
}

/* -------------------------------------------------------------------------
   HERO COMPONENT
   ------------------------------------------------------------------------- */
/* 1. BASE CONTAINER */
.hero-container {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: clamp(
    3rem,
    2.444rem + 1.778vw,
    4rem
  );
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
  /* Prevents image from becoming overwhelming on tall screens */
  max-height: 100vh;
  object-fit: cover;
}

/* -------------------------------------------------------------------------
   HERO TEXT LAYOUTS
   ------------------------------------------------------------------------- */
/* A. STANDARD CENTERED (Default) */
.hero-text-container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 10;
  /* Default dark styling */
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* Standard Green Variation */
.hero-text-container.background-green {
  background-color: rgba(60, 81, 51, 0.3);
  box-shadow: 0px 0px 20px 20px rgba(60, 81, 51, 0.3);
}

/* B. BOTTOM ALIGNMENT (Modifier)
   Used for specific sections (e.g., Hummingbird/Inca).
   Overrides the centering logic. */
.hero-text-container.align-bottom {
  top: auto; /* Reset Top */
  bottom: 0; /* Pin to Bottom */
  left: 0; /* Reset Left */
  transform: none; /* Remove Centering */
  width: 100%; /* Full Width */
  padding: 60px 20px 30px 20px;
  box-sizing: border-box;
  /* Gradient fade instead of box shadow for bottom alignment */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: none;
}

/* Bottom Alignment Green Variation */
.hero-text-container.background-green.align-bottom {
  background: linear-gradient(to top, rgba(60, 81, 51, 0.9) 0%, rgba(60, 81, 51, 0) 100%);
  box-shadow: none;
}

/* -------------------------------------------------------------------------
   HERO TYPOGRAPHY
   ------------------------------------------------------------------------- */
.hero-subtext {
  font-size: clamp(
    1.125rem,
    0.917rem + 0.667vw,
    1.5rem
  );
  line-height: 1.25;
  font-weight: 700;
  color: white;
  font-style: italic;
  text-align: center;
  /* Replaced complex calculation with standard clamped spacing */
  padding: 0 clamp(
    0.016rem,
    -0.028rem + 0.139vw,
    0.094rem
  );
  margin-top: 0.938rem;
}

.hero-subtext-lrg {
  font-size: clamp(
    1.125rem,
    0.778rem + 1.111vw,
    1.75rem
  );
  line-height: 1.25;
  font-family: "Source Sans 3", sans-serif;
  color: white;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}

/* -------------------------------------------------------------------------
   QUOTES & EXTRAS
   ------------------------------------------------------------------------- */
.hero-container > .quote-container {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.quote-hero {
  font-size: clamp(
    1.5rem,
    1.361rem + 0.444vw,
    1.75rem
  );
  font-family: "Source Sans 3", sans-serif;
  font-style: italic;
  color: white;
}

.info-img-text {
  padding-top: 20px;
}

.brand {
  text-transform: uppercase;
}

.logo-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.page-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 1px;
  z-index: 100;
  margin: 0 auto;
  background: linear-gradient(to bottom, #072F33, #0C434A, #126872);
}
.page-header .wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 1.875rem;
  max-width: 100%;
  height: 100px;
  margin: 0 auto;
  margin-right: 3.125rem;
}

.page-header .navbar a {
  text-decoration: none;
}

.page-header .wrapper .menu-logo {
  visibility: visible;
}

.page-header .menu > .menu-item {
  position: relative;
  display: inline-block;
  margin: 0 0.703rem;
}

.page-header .menu > .menu-item > a {
  /*  display: block; */
  font-size: clamp(
    1.063rem,
    0.924rem + 0.444vw,
    1.313rem
  );
  font-weight: 400;
  line-height: 1;
  padding: 0.938rem 0;
  border: none;
  outline: none;
  color: #F6F3EE;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.35s ease;
}

.page-header .menu > .menu-item:hover > a {
  color: #A0C16D;
}

.page-header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #A0C16D;
}

.page-header .menu > .menu-item > .sub-menu {
  position: absolute;
  top: 100%;
  left: -0.938rem;
  width: 18.063rem;
  height: auto;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(to bottom, #072F33, #0C434A, #126872);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition-property: opacity, visibility;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;
  padding-bottom: 1rem;
}

.page-header .menu > .menu-item > .sub-menu > .menu-item {
  display: block;
}

/* No bottom border on last sub-menu item*/
.page-header .menu > .menu-item > .sub-menu > .menu-item:last-child {
  border-bottom: none;
}

.page-header .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  font-family: inherit;
  font-weight: 400;
  font-size: clamp(
    0.938rem,
    0.799rem + 0.444vw,
    1.188rem
  );
  line-height: 1.2;
  padding: 0.313rem 0.625rem 0.313rem 0.625rem;
  color: #eeeaea;
  text-transform: capitalize;
  transition: all 0.35s ease;
  text-decoration: none;
}

.page-header .burger-div {
  position: absolute;
  z-index: 3000;
  top: 50px;
  right: 40px;
  height: 40px;
  width: 60px;
  background-color: #0C434A;
  visibility: visible;
  padding-top: 4px;
  padding-left: 10px;
  margin-top: -2.5rem;
  margin-right: -1.875rem;
}

.page-header .burger {
  position: relative;
  cursor: pointer;
  display: none;
  width: 2.266rem;
  height: 1.563rem;
  padding-top: 0.625rem;
  outline: none;
  opacity: 0;
  visibility: hidden;
  transform: rotate(0deg);
  transition: all 0.35s ease;
}

.page-header .burger-line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 3.75px;
  background: #F6F3EE;
  transform: rotate(0deg);
  transition: all 0.25s ease;
}

.page-header .burger-line:nth-child(1) {
  top: 0.313rem;
}

.page-header .burger-line:nth-child(2),
.page-header .burger-line:nth-child(3) {
  top: 0.938rem;
}

.page-header .burger-line:nth-child(4) {
  top: 1.563rem;
}

.page-header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.65);
  transition: all 0.35s ease;
}

@media only screen and (min-width: 801px) {
  .page-header .menu > .menu-item-child:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .page-header .menu > .menu-item-child:hover > a .expand::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .page-header .menu > .menu-item > .sub-menu > .menu-item > a {
    padding-top: 0.5rem;
    padding-bottom: 0.313rem;
  }
  .page-header .burger-div {
    visibility: hidden;
  }
}
@media only screen and (max-width: 1050px) {
  .menu-logo {
    padding-top: 0.75rem;
  }
  /* The hide-logo class is used in menu.js to implement the IntersectObserver to modify the
   * Navbar when the user scrolls down.
   * The Logo is hidden, the header background made transparent so only the Burger menu stays visible
  */
  .page-header.hide-logo {
    background-color: rgba(1, 42, 4, 0);
  }
  .page-header .wrapper .menu-logo.hide-logo {
    visibility: hidden;
  }
  .page-header .wrapper.hide-logo {
    height: 0px;
  }
  .page-header .overlay.active {
    display: block;
    opacity: 0.2;
    visibility: visible;
  }
  .page-header .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75%;
    height: 100%;
    z-index: 999;
    font-size: 20px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    background-color: transparent;
    background-image: linear-gradient(180deg, #072F33 0%, #126872 100%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.5s ease;
  }
  .page-header .navbar.active {
    top: 0px;
    left: 0px;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    width: 100%;
  }
  .page-header .menu {
    width: 100%;
    height: auto;
    margin: 15px 0;
  }
  .page-header .menu > .menu-item {
    display: block;
    margin: 0;
    padding-bottom: 20px;
  }
  .page-header .menu > .menu-item-child > a {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header .menu > .menu-item > a .expand::before,
.page-header .menu > .menu-item > a .expand::after {
    background: #F6F3EE;
  }
  .page-header .menu > .menu-item-child.active > a .expand:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  /* To get the + - submenu back, add <i class="expand"> as below in menu.html.twig
    <li class="menu-item menu-item-child">  <a href="{{item.url}}" data-toggle="sub-menu">{{item.title}} <i class="expand"></i></a>

  */
  .page-header .menu > .menu-item > a {
    padding: 1px 2px;
    color: #F6F3EE;
    font-size: 18px;
  }
  .menu-item.submenuitem {
    padding-top: 1px;
  }
  .menu-item.menu-item-child > a::after {
    content: "▼"; /* Unicode down arrow */
    display: inline; /* ensure it's inline, not absolutely positioned */
    position: static; /* neutralize any prior absolute rules */
    margin: 0; /* rely on gap above */
    flex: 0 0 auto; /* don't stretch */
    vertical-align: baseline;
    font-size: 0.7em;
    margin-left: 0.75em;
  }
  .page-header .menu > .menu-item > .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    background: transparent;
    box-shadow: none;
    transform: translateY(0px);
  }
  .page-header .menu > .menu-item > .sub-menu > .menu-item > a {
    padding: 5px 50px;
    color: #F6F3EE;
    font-size: 18px;
  }
  .page-header .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .page-header .navbar a {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .menu-item.menu-item-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.emph-centered {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(
    2rem,
    1.826rem + 0.556vw,
    2.313rem
  );
}

.emph-centered > p {
  font-size: clamp(20px, 18.667px + 0.333vw, 22px);
  line-height: 1.4;
  text-wrap: pretty;
}

/*# sourceMappingURL=critical.css.map */
