/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Custom Fonts
*/
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ========================================
   Minion Pro
   ======================================== */

@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* ========================================
   P22 Mackinac Pro
   ======================================== */

@font-face {
  font-family: "P22 Mackinac Pro";
  src: url("../fonts/IHOF-P22MackinacPro-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "P22 Mackinac Pro";
  src: url("../fonts/IHOF-PMackinacPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "P22 Mackinac Pro";
  src: url("../fonts/IHOF-P22MackinacPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* 
 ========================================
   F37 Moon
 ======================================== */

@font-face {
  font-family: "F37 Moon";
  src: url("../fonts/F37Moon-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "F37 Moon";
  src: url("../fonts/F37Moon-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "F37 Moon";
  src: url("../fonts/F37Moon-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LizzyHandwriting";
  src: url(https://43629962.fs1.hubspotusercontent-na1.net/hubfs/43629962/raw_assets/public/EbenezerTerralume_bsp/fonts/font.woff2) format('woff2'), url(https://43629962.fs1.hubspotusercontent-na1.net/hubfs/43629962/raw_assets/public/EbenezerTerralume_bsp/fonts/font.woff) format('woff');
}


/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}

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

h1 {
  margin-bottom: 1rem;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
 /* padding: 0 1rem; */
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HTML elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

html {
  font-size: 62.5%;
}

body {
  overflow-wrap: break-word;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.8;
  color: var(--c-main);
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}




/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
/* Emphasized text */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* Strong text */
strong,
b {
  font-weight: var(--global-weight-bold);
  line-height: inherit;
}


/* Paragraphs and Lists */
p {
  margin-bottom: 1em;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.8;
}


/* NEW FROM TERRALUME ============ 375px - 1440px */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: .5em;
  margin-bottom: .5em;

  --min-w: 37.5;
  --max-w: 144;
  --min-fs: 1;
  --max-fs: 6;
  --slope: calc( ( var(--max-fs) - var(--min-fs) ) / ( var(--max-w) - var(--min-w) ) );
  --y-axis-inter: calc( calc( var(--min-w) * -1 ) * var(--slope) + var(--min-fs) );

  font-size: clamp( calc( var(--min-fs) * 1rem ), calc( var(--y-axis-inter) * 1rem ) + calc( var(--slope) * 100vw ) , calc( var(--max-fs) * 1rem ) );
}
h1, .h1 {
  margin-top: 0.3em;
  margin-bottom: 0.3em; 
}

p:first-child,
ul:first-child,
ol:first-child,
h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  color: var(--c-second);
  font-family: var(--font-heading);
  --min-fs: 6.8;
  --max-fs: 10.6;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
h2, .h2 {
  color: var(--c-second);
  font-family: var(--font-heading);
  --min-fs: 3.8;
  --max-fs: 6.8;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
h3, .h3 {
  font-family: var(--font-heading-alt); /* Geologica Variable */
  --min-fs: 1.8;
  --max-fs: 1.8;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 5px;
}
h4, .h4 {
  font-family: var(--font-heading-alt2); /* Lizzy Handwriting */
  --min-fs: 1.8;
  --max-fs: 2.4;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}
h5, .h5 {
  font-family: var(--font-heading);
  --min-fs: 1.8;
  --max-fs: 2.4;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
}
h6, .h6 {
  font-family: var(--font-heading);
  --min-fs: 1.6;
  --max-fs: 1.8;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.LizzyHandwriting {
	font-family: LizzyHandwriting;
  text-transform: none;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.LizzyHandwriting-blue {
  font-family: LizzyHandwriting;
  text-transform: none;
  --min-fs: 2.4;
  --max-fs: 3.2;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: var(--c-third); 
  margin-bottom: 1em;
}

.arya {
	font-family: 'Arya', serif;
  text-transform: uppercase;
  font-weight: 400;
}

.geologica {
	font-family: 'geologica-variable', serif;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/* Links */
a {
  color: var(--c-main);
  text-decoration: underline;
  text-underline-offset: .25em;
  overflow-wrap: break-word;
  transition: all .3s;
}

a:hover,
a:focus {
  text-underline-offset: .325em;
}

a img {
  border: 0;
}

/* Horizontal rule */
hr {
  clear: both;
  height: 0;
  margin: 3.6rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 0.1rem solid var(--c-main);
  border-left: 0;
}
hr.hr--mini {
  max-width: 10rem;
}

/* Lists */
ul,
ol,
dl {
  margin-top: 3rem;
  margin-bottom: 3rem;
  list-style-position: outside;
}

/* List items */
li {
  font-size: inherit;
}

/* Unordered lists */
ul {
  margin-left: 1.2em;
  list-style-type: disc;
}

/* Ordered lists */
ol {
  margin-left: 1.2em;
}

/* Nested unordered/ordered lists */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
}


@media (min-width: 768px) {
  ul.columns-2, 
  ol.columns-2,
  ul.columns-3, 
  ol.columns-3 {
    column-gap: 7rem;
  }
  ul.columns-2, 
  ol.columns-2 {
    column-count: 2;
  }
  ul.columns-3, 
  ol.columns-3 {
    column-count: 3;
  }
}

.list-unstyled {
  margin-left: 0;
  list-style: none;
}

/* Colors */

.color-white {
  color: var(--c-inv);
}

.color-inv {
  color: var(--c-inv);
}

.color-main {
    color: var(--main);
}

.color-second {
    color: var(--second);
}

.color-third {
    color: var(--third);
}
.btn,
.cta_button,
.hs_button,
.hs-button {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none ;
  transition: color 0.15s ease-out, background-color 0.15s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0.9em 1.1em;
  font-family: var(--font-heading-alt);
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--c-super-light);
  background-color: var(--c-second);
  border: 0.2rem solid var(--c-second);
  border-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  opacity: 1;
}
.hs_button,
.hs-button {
  font-weight: 700; 
}

.btn:hover,
.btn:focus,
.cta_button:hover,
.cta_button:focus,
.hs_button:hover,
.hs_button:focus {
  color: var(--c-second);
  background-color: var(--c-super-light);
}

.btn--primary:hover, .btn--primary:focus {
  border: .2rem solid var(--c-second);
}

.btn--second {
  background-color: var(--c-third);
}
.btn--second:hover,
.btn--second:focus {
  color: var(--c-main);
  background-color: var(--c-third);
}
.btn--inv {
  color: var(--c-second);
  background-color: var(--c-inv);
}
.btn--inv:hover,
.btn--inv:focus {
  color: var(--c-inv);
  background-color: var(--c-second);
}
.btn--second-inv {
  color: var(--c-third);
  background-color: var(--c-inv);
}
.btn--second-inv:hover,
.btn--second-inv:focus {
  color: var(--c-inv);
  background-color: var(--c-third);
}

.btn--expanded {
  width: 100%;
}

.btn--large {
  font-size: 2.2rem;
}

.btn--small {
  font-size: 1.4rem;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 1.8rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 1.8rem;
  padding: 1rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 1.8rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

:root {
  --header-bg: #d4e5f6;
  --menu-bg: #f5f0e8;
  --sub-menu-bg: #f0f4fb;
  --link-color: #2c2c2c;
  --link-hover-color: #2c2c2c;
  --burger-width: 53px;
  --burger-line-height: 1px;
  --burger-line-gap: 14px;
  --burger-line-color : black;
  --header-nav-height: 100px;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}



.header .dnd-section {
  padding: 0;
}

/* Header container */
.header__column {
  font-family: var(--font-heading-alt);
  font-size: 1.6rem;
  letter-spacing: 5px;
}

.header__row-1 {
  
}

.header__row-1,
.header__row-2 {
  /*align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;*/
}

@media (max-width: 1150px) and (min-width: 1124px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 1124px) {
  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo img {
  text-align: center;
  height: auto;;
  max-width: 200px;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}


/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}



  .hs-search-field__form {
    position: relative;
  }

  .header__search .hs-search-field__label {
    flex-basis: auto;
  }



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



  .header__search .hs-search-field__button {
    padding: 0;
    fill: #000;
    background-color: transparent;
    border: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header__search .hs-search-field__button svg {
    height: 25px;
  }


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
    /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
    .header__language-switcher .hs-language-switcher__menu {
        display: block;
        box-shadow:none!important;
        background: transparent;
    }
    .header__language-switcher .hs-language-switcher__menu a {
        font-size: 20px!important;
    }
    .header__language-switcher .hs-language-switcher__button {
        display: none;
    }
  }

/* ================ MY HEADER CUSTOM DESKTOP ================== */
.header__logo {
  padding: 4rem 0;
}

@media screen and (min-width: 1124px){
  .header__logo--main{
    text-align: center;
  }
}

.header__logo img{
}

.header__navwrapper {
  background-color: var(--c-fourth);
  padding
}

#nav-toggle {
  display: none;
}

.header__logo-mobile {
    display: none;
  }


/* ─── ANNOUNCEMENT BANNER (dismissible top strip) ────────── */
    #ebn__topBanner {
      position: relative;
      z-index: 1010;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: height .3s ease, opacity .3s ease;
    }

    #ebn__topBanner.dismissed {
      height: 0;
      opacity: 0;
      pointer-events: none;
    }

    #ebn__topBanner a {
      color: var(--burger-line-color);
      font-weight: 700;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    #ebn__bannerClose {
      position: absolute;
      right: .85rem;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      cursor: pointer;
      color: var(--burger-line-color);
      font-size: 1rem;
      line-height: 1;
      opacity: .6;
      padding: .2rem .4rem;
      transition: opacity .15s;
    }
    #ebn__bannerClose:hover { opacity: 1; }


    /* ─── NAVBAR ─────────────────────────────────────────────── */
    #ebn__mainNav {
      /*position: fixed;*/
      top: 0; /* JS overrides this on load to sit at ebn__offset bottom edge */
      left: 0; right: 0;
      z-index: 1000;
      transition: background .35s ease, box-shadow .35s ease;
    }

    /* Slide-down keyframe — plays once when nav sticks */
    @keyframes navSlideDown {
      from {
        transform: translateY(-105%);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    /* ---------------------- Sticky state — applied by JS once ebn__offset has scrolled out of view */
    #ebn__mainNav.scrolled {
      position: fixed;
      top: 0 !important;
      /*background: var(--burger-line-color);*/
      box-shadow: 0 2px 24px rgba(0,0,0,.18);
      /*height: 56px;*/
      animation: navSlideDown .4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    .ebn__nav-links a.active::after,
    .ebn__nav-links a:hover::after { transform: scaleX(1); }

    /* ─── SCROLL PROGRESS BAR ────────────────────────────────── */
    #ebn__scrollProgress {
      position: fixed;
      top: 0; left: 0;
      height: 3px;
      width: 0%;
      background: var(--accent);
      z-index: 1100;
      transition: width .05s linear;
    }

    /* ─── ebn__offset (full-height, not dismissible) ────────────────── */
    #ebn__offset {
      /*padding-bottom: 5.8rem;*/
      background: url(https://43629962.fs1.hubspotusercontent-na1.net/hubfs/43629962/Terralume-2026/TER_WEB_HeaderStripes_1920x240.svg) center/cover no-repeat;
    }

    .header__row-2{
       background: var(--header-bg);
       padding: 0 20px;
    }
         










/* ================ MOBILE TOGGLES ONLY ================== */
@media screen and (max-width: 1124px) {
  
        .header__logo-mobile img{
          padding: 40px 20px;
       }
  
        .header__row-2 {
          position: fixed;            /* fixed so it stays on top always   */
          top: 0; left: 0; right: 0;
          height: var(--header-nav-height);
          background: url(https://43629962.fs1.hubspotusercontent-na1.net/hubfs/43629962/Terralume-2026/TER_WEB_HeaderStripes_1024x200.svg) center/cover no-repeat;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0;
          z-index: 300;               /* highest — always above the panel  */
          transition: box-shadow .3s ease;
        }
  
       /*  add margin to top of hero banner when navBar is sticky */ 
      .header.ebn-main-navigation{
        margin-top: var(--header-nav-height);
      }

      .header__navigation,
      .header__search,
      .header__language-switcher {
        display: none;
        width: 100%;
      }

      .header__navigation.open,
      .header__search.open,
      .header__language-switcher.open {
        background-color: var(--sub-menu-bg);
        display: block;
        left: 0;
        max-height: calc(100vh - var(--header-nav-height));
        position: absolute;
        right: 0;
        top: var(--header-nav-height);
        z-index: 2;
      }

      .header__navigation--toggle,
      .header__search--toggle,
      .header__language-switcher--toggle,
      .header__close--toggle {
        cursor: pointer;
        position: relative;
      }

      .header__navigation--toggle.hide,
      .header__search--toggle.hide,
      .header__language-switcher--toggle.hide {
        opacity: 1;
      }

      .header__navigation--toggle.open,
      .header__search--toggle.open,
      .header__language-switcher--toggle.open {
        opacity: 0;
      }
  
  
       .header__close--toggle.show {
        opacity: 1;
      }

      .header__navigation--toggleOFF {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
        background-size: cover;
        height: 25px;
        width: 25px;
      }

      .header__close--toggleOFF {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
        background-repeat: no-repeat;
        background-size: 110%;
        display: none;
        height: 25px;
        margin-right: 0;
        width: 25px;
      }

      .header__language-switcher--toggle {
        background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
        background-size: cover;
        height: 25px;
        width: 25px;
      }

      .header__language-switcher--toggle:after {
        content: "Language";
      }

      .header__search--toggle {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
        background-size: cover;
        height: 25px;
        width: 25px;
      }

      .header__search--toggle:after {
        content: "Search";
      }


      /* ── LOGO */
       .header__logo{
        padding: 0;
      }
      .header__logo-mobile {
        display: block;
      }

       /* Top banner  */
      #ebn__topBanner{
        display:none;
      }

       /* Scrool offset Banner */
      #ebn__offset {
        display: none;
      }

        /* Burder Icon (3 lines) */
        .header--toggle.header__navigation--toggle {
          width: 100px;
          height: 100%;
          background: var(--header-bg);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: var(--burger-line-gap);
          cursor: pointer;
          z-index: 310;
          padding: 4px;
          transition: opacity .2s;
        }

        .header--toggle.header__navigation--toggle .burger-line {
          display: block;
          height: var(--burger-line-height);
          background: var(--burger-line-color);
          border-radius: 2px;
        }

        .burger-line:nth-child(1) { width: var(--burger-width); }
        .burger-line:nth-child(2) { width: calc(var(--burger-width) * 1); }
        .burger-line:nth-child(3) { width: var(--burger-width); }

        /* Burder Icon (2 lines) into X */
        .header__close--toggle {
          width: 100px;
          height: 100%;
          background: var(--header-bg);
          position: absolute;
          right: 0;
          /*top: 50%;
          transform: translateY(-50%);*/
          cursor: pointer;
          z-index: 310;
          opacity: 0;
          pointer-events: none;
          transition: opacity .2s ease;
        }
  
        .header__close--toggle.show {
          opacity: 1;
          pointer-events: all;
        }
       

        .header__close--toggle .burger-line {
          display: block;
          position: absolute;
          top: 50%; 
          left: 50%;
          width: var(--burger-width);
          height: var(--burger-line-height);
          background: var(--burger-line-color);
          border-radius: 2px;
          transform-origin: center;
          transform: translate(-50%, -50%) rotate(0deg);
          transition: transform .4s var(--ease-out-expo);
        }

        /* Swap burger ↔ X */
        .header--toggle.header__navigation--toggle.hide {
          opacity: 0;
          pointer-events: none;
        }
 
        .header__close--toggle.show .burger-line:nth-child(1) {
          transform: translate(-50%, -50%) rotate(45deg);
        }

        .header__close--toggle.show .burger-line:nth-child(2) {
          transform: translate(-50%, -50%) rotate(-45deg);
        }
  
       .header__navigation{
        transform: translateY(-100%);
        transition: transform .5s var(--ease-out-expo);
        } 
  
       .header__navigation.open{
        transform: translateY(0);
        } 
      
 }

@media screen and (max-width: 576px) {
  
        .header__logo-mobile img{
          width: 250px !important;
       }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*
[class^="col-"] {
  padding-left: 24px;
  padding-right: 24px;
}
*/

/* CSS VARIABLES : COLORS, CONTAINERS and GUTTERS
---------------------------------------------------- */

:root {
  --amira-patriot-blue: #303B56;
  --amira-cool-gray: #DDDDDB;
  --amira-yellow-a: #e49d43;
  --amira-light-blue: #6699b5;

  --font-body: "F37 Moon", sans-serif;
  --font-primary: "F37 Moon", sans-serif;
  --font-secondary: "P22 Mackinac Pro", serif;
  
  --c-main: #2d2927;
	--c-second: #b78b26;
	--c-third: #547ec1;
  --c-fourth: #d4e5f6;
	--c-light: #d1ddf7;
	--c-highlight: #ee00a7;
	--c-dark-tint: rgba(0, 0, 0, .8);
	--c-dark: #2d2927;
	--c-grey-medium: #707070;
	--c-grey-light: #ccc;
	--c-super-light: #fcfaf3;
	--c-white: #fff;
	--c-inv: #fff;

	--body-background: var(--c-white);
  
	--global-font-size: 1.8rem;
	--global-weight-normal: 400;
	--global-weight-bold: 700;
	--global-lineheight: 1.64;
	--global-radius: 0;
	--col-gap: 3rem;
	--content-padding: 3rem;
	--content-padding-mobile: 2rem;
	--section-padding: clamp(4rem, 6vw, 8rem) 0;

	--font-heading: "Arya", serif;
	--font-heading-alt: 'geologica-variable', sans-serif;
	--font-heading-alt2: 'LizzyHandwriting', cursive;
	--font-body: 'berthold-baskerville-pro', serif;
  --letter-spacing: 2px;

	--width-content: 110rem;
	--width-wide: 160rem;
	--width-nav: 160rem;
	--width-medium: 1010rem;
	--width-narrow: 76.8rem;
  --width-small: 57.6rem;
  --width-full: 100%;
  
  --bs-gutter-x: 48px !important
}

/* CSS THEME WIDE STYLES
-------------------------------------------- */
.container-fluid{
  padding: 0;
}

[class*="width-"] {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.width-content {
  max-width: var(--width-content);
}
.width-wide {
  max-width: var(--width-wide);
}
.width-nav {
  max-width: var(--width-nav);
}
.width-medium {
  max-width: var(--width-medium);
}
.width-narrow {
  max-width: var(--width-narrow);
}
.width-small {
  max-width: var(--width-small);
}

.width-full {
  width: var(--width-full);
}


.body-container {
  padding: 0 !important;
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

    .scroll-hint {
      display: flex;
      align-items: center;
      gap: .6rem;
      font-size: .75rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: rgba(245,242,235,.35);
    }

    .scroll-hint i { animation: bob 1.6s ease-in-out infinite; }
    @keyframes bob {
      0%,100% { transform: translateY(0); }
      50%      { transform: translateY(5px); }
    }

    /* ─── CONTENT SECTIONS ───────────────────────────────────── */
    
    .feat-icon {
      width: 44px; height: 44px;
      display: grid; place-items: center;
      background: var(--ink);
      color: var(--accent);
      border-radius: 8px;
      font-size: 1.25rem;
      margin-bottom: 1rem;
    }

    /* ─── BACK-TO-TOP ────────────────────────────────────────── */
    #ebn__backToTop {
      position: fixed;
      bottom: 2rem; 
      right: 2rem;
      width: 44px; 
      height: 44px;
      border: none;
      border-radius: 50%;
      font-size: 1.1rem;
      display: grid; 
      place-items: center;
      cursor: pointer;
      opacity: 0;
      pointer-events: none;
      transform: translateY(10px);
      transition: opacity .3s, transform .3s;
      z-index: 900;
    }

    #ebn__backToTop.visible {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0);
    }