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

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

/* Proxima Nova — real weight-specific files from the designer (see
   fonts/proxima-nova/), registered explicitly here rather than relying on
   HubSpot's Theme Settings custom-font picker, which was only resolving
   Thin/Regular/Black (300/400/900) and left every 600/700 request to fall
   back to a synthetic (fake) bold off Regular — indistinguishable from a
   genuine 700 and visibly heavier than the designer's real Semibold cut.
   Family name matches the one already loaded via Theme Settings
   ('ProximaNova', no space) so every existing font-family reference in the
   theme picks these up automatically — no other CSS needed to change. */

@font-face {
  font-family: 'ProximaNova';
  src: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/fonts/proxima-nova/ProximaNova-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/fonts/proxima-nova/ProximaNova-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/fonts/proxima-nova/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/fonts/proxima-nova/ProximaNova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/fonts/proxima-nova/ProximaNova-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/fonts/proxima-nova/ProximaNova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/fonts/proxima-nova/ProximaNova-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/fonts/proxima-nova/ProximaNova-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/fonts/proxima-nova/ProximaNova-ExtraboldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/fonts/proxima-nova/ProximaNova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/fonts/proxima-nova/ProximaNova-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
*, *: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 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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));
    }
  
}
/* ==========================================================================
   Bootstrap-4-equivalent grid (container / row / col-*), matching the
   source site's own grid system so ported markup (container > row > col-*)
   lays out identically instead of relying on ad-hoc per-component flexbox.
   .container max-widths (540/720/960/1140px) and the shared
   position:relative + gutter padding on every column variant (base,
   per-breakpoint, and the -auto variants) are confirmed directly against
   the live site's devtools — this mirrors Bootstrap 4's own _grid.scss
   structure rather than a partial approximation.
   ========================================================================== */





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


  

  
    @media (min-width: 576px) {
      .container {
        max-width: 540px;
      }
    }
  

  
    @media (min-width: 768px) {
      .container {
        max-width: 720px;
      }
    }
  

  
    @media (min-width: 992px) {
      .container {
        max-width: 960px;
      }
    }
  

  
    @media (min-width: 1200px) {
      .container {
        max-width: 1140px;
      }
    }
  


/* Breaks out of the standard centered .container to bleed to the right
   viewport edge — used by carousels (e.g. footer-featured-announcements on
   the Contact page) so the next slide peeks in past the normal gutter. */
.container-breakout {
  margin-right: 0;
  margin-left: auto;
  overflow: hidden;
  padding: 0 0 0 40px;
}


  

  
    @media (min-width: 576px) {
      .container-breakout {
        max-width: calc(100vw - ((100vw - 540px) / 2) + 20px);
      }
    }
  

  
    @media (min-width: 768px) {
      .container-breakout {
        max-width: calc(100vw - ((100vw - 720px) / 2) + 20px);
      }
    }
  

  
    @media (min-width: 992px) {
      .container-breakout {
        max-width: calc(100vw - ((100vw - 960px) / 2) + 20px);
      }
    }
  

  
    @media (min-width: 1200px) {
      .container-breakout {
        max-width: calc(100vw - ((100vw - 1140px) / 2) + 20px);
      }
    }
  


.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}




  
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
  

  
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
  

  
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
  

  
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
  

  
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
  


.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}




  
    
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  
    .col-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
  
    .col-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-3 {
      flex: 0 0 25.000000%;
      max-width: 25.000000%;
    }
  
    .col-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .col-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
  
    .col-6 {
      flex: 0 0 50.000000%;
      max-width: 50.000000%;
    }
  
    .col-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
  
    .col-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
  
    .col-9 {
      flex: 0 0 75.000000%;
      max-width: 75.000000%;
    }
  
    .col-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
  
    .col-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
  
    .col-12 {
      flex: 0 0 100.000000%;
      max-width: 100.000000%;
    }
  

  
    .offset-0 {
      margin-left: 0.000000%;
    }
  
    .offset-1 {
      margin-left: 8.333333%;
    }
  
    .offset-2 {
      margin-left: 16.666667%;
    }
  
    .offset-3 {
      margin-left: 25.000000%;
    }
  
    .offset-4 {
      margin-left: 33.333333%;
    }
  
    .offset-5 {
      margin-left: 41.666667%;
    }
  
    .offset-6 {
      margin-left: 50.000000%;
    }
  
    .offset-7 {
      margin-left: 58.333333%;
    }
  
    .offset-8 {
      margin-left: 66.666667%;
    }
  
    .offset-9 {
      margin-left: 75.000000%;
    }
  
    .offset-10 {
      margin-left: 83.333333%;
    }
  
    .offset-11 {
      margin-left: 91.666667%;
    }
  

  

  
    @media (min-width: 576px) {
      
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  
    .col-sm-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
  
    .col-sm-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-sm-3 {
      flex: 0 0 25.000000%;
      max-width: 25.000000%;
    }
  
    .col-sm-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .col-sm-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
  
    .col-sm-6 {
      flex: 0 0 50.000000%;
      max-width: 50.000000%;
    }
  
    .col-sm-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
  
    .col-sm-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
  
    .col-sm-9 {
      flex: 0 0 75.000000%;
      max-width: 75.000000%;
    }
  
    .col-sm-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
  
    .col-sm-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
  
    .col-sm-12 {
      flex: 0 0 100.000000%;
      max-width: 100.000000%;
    }
  

  
    .offset-sm-0 {
      margin-left: 0.000000%;
    }
  
    .offset-sm-1 {
      margin-left: 8.333333%;
    }
  
    .offset-sm-2 {
      margin-left: 16.666667%;
    }
  
    .offset-sm-3 {
      margin-left: 25.000000%;
    }
  
    .offset-sm-4 {
      margin-left: 33.333333%;
    }
  
    .offset-sm-5 {
      margin-left: 41.666667%;
    }
  
    .offset-sm-6 {
      margin-left: 50.000000%;
    }
  
    .offset-sm-7 {
      margin-left: 58.333333%;
    }
  
    .offset-sm-8 {
      margin-left: 66.666667%;
    }
  
    .offset-sm-9 {
      margin-left: 75.000000%;
    }
  
    .offset-sm-10 {
      margin-left: 83.333333%;
    }
  
    .offset-sm-11 {
      margin-left: 91.666667%;
    }
  

    }
  

  
    @media (min-width: 768px) {
      
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }

  
    .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.000000%;
      max-width: 25.000000%;
    }
  
    .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.000000%;
      max-width: 50.000000%;
    }
  
    .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.000000%;
      max-width: 75.000000%;
    }
  
    .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.000000%;
      max-width: 100.000000%;
    }
  

  
    .offset-md-0 {
      margin-left: 0.000000%;
    }
  
    .offset-md-1 {
      margin-left: 8.333333%;
    }
  
    .offset-md-2 {
      margin-left: 16.666667%;
    }
  
    .offset-md-3 {
      margin-left: 25.000000%;
    }
  
    .offset-md-4 {
      margin-left: 33.333333%;
    }
  
    .offset-md-5 {
      margin-left: 41.666667%;
    }
  
    .offset-md-6 {
      margin-left: 50.000000%;
    }
  
    .offset-md-7 {
      margin-left: 58.333333%;
    }
  
    .offset-md-8 {
      margin-left: 66.666667%;
    }
  
    .offset-md-9 {
      margin-left: 75.000000%;
    }
  
    .offset-md-10 {
      margin-left: 83.333333%;
    }
  
    .offset-md-11 {
      margin-left: 91.666667%;
    }
  

    }
  

  
    @media (min-width: 992px) {
      
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }

  
    .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.000000%;
      max-width: 25.000000%;
    }
  
    .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.000000%;
      max-width: 50.000000%;
    }
  
    .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.000000%;
      max-width: 75.000000%;
    }
  
    .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.000000%;
      max-width: 100.000000%;
    }
  

  
    .offset-lg-0 {
      margin-left: 0.000000%;
    }
  
    .offset-lg-1 {
      margin-left: 8.333333%;
    }
  
    .offset-lg-2 {
      margin-left: 16.666667%;
    }
  
    .offset-lg-3 {
      margin-left: 25.000000%;
    }
  
    .offset-lg-4 {
      margin-left: 33.333333%;
    }
  
    .offset-lg-5 {
      margin-left: 41.666667%;
    }
  
    .offset-lg-6 {
      margin-left: 50.000000%;
    }
  
    .offset-lg-7 {
      margin-left: 58.333333%;
    }
  
    .offset-lg-8 {
      margin-left: 66.666667%;
    }
  
    .offset-lg-9 {
      margin-left: 75.000000%;
    }
  
    .offset-lg-10 {
      margin-left: 83.333333%;
    }
  
    .offset-lg-11 {
      margin-left: 91.666667%;
    }
  

    }
  

  
    @media (min-width: 1200px) {
      
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }

  
    .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.000000%;
      max-width: 25.000000%;
    }
  
    .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.000000%;
      max-width: 50.000000%;
    }
  
    .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.000000%;
      max-width: 75.000000%;
    }
  
    .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.000000%;
      max-width: 100.000000%;
    }
  

  
    .offset-xl-0 {
      margin-left: 0.000000%;
    }
  
    .offset-xl-1 {
      margin-left: 8.333333%;
    }
  
    .offset-xl-2 {
      margin-left: 16.666667%;
    }
  
    .offset-xl-3 {
      margin-left: 25.000000%;
    }
  
    .offset-xl-4 {
      margin-left: 33.333333%;
    }
  
    .offset-xl-5 {
      margin-left: 41.666667%;
    }
  
    .offset-xl-6 {
      margin-left: 50.000000%;
    }
  
    .offset-xl-7 {
      margin-left: 58.333333%;
    }
  
    .offset-xl-8 {
      margin-left: 66.666667%;
    }
  
    .offset-xl-9 {
      margin-left: 75.000000%;
    }
  
    .offset-xl-10 {
      margin-left: 83.333333%;
    }
  
    .offset-xl-11 {
      margin-left: 91.666667%;
    }
  

    }
  

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

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* 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;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
a {
  text-decoration: none!important;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* 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: 0.875rem;
  padding: 0.7rem;
  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: 0.875rem;
  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
*/

/* ==========================================================================
   Site header — fixed vertical logo, notification bar, hamburger,
   full-screen nav overlay. Replaces the boilerplate horizontal header.
   ========================================================================== */

/* Skip link (accessibility) */

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

.site-header__skip:hover,
.site-header__skip:focus,
.site-header__skip:active {
  background-color: #03343F;
  color: #fff;
  height: auto;
  left: 0;
  overflow: visible;
  padding: 12px 20px;
  top: 0;
  width: auto;
}

/* Fixed vertical wordmark — dormant on every template except the
   fullPage.js-driven pages (currently Positive Change; see comment in
   header.html) that scroll-spy its colour via #site-logo in main.js. */

.site-logo {
  color: #fff;
  display: none;
  height: 591px;
  position: fixed;
  left: calc(50% - 48px);
  top: calc(50% - 295.5px);
  transition: color 0.3s ease-in-out, visibility 1s 0s ease-in-out;
  width: 96px;
  z-index: 50;
}

.site-logo svg {
  height: 100%;
  width: auto;
}

.body-container--positive-change .site-logo {
  display: block;
}

.body-container--positive-change .site-logo.site-logo--hidden {
  display: none;
}

/* Notification bar */

.notification-bar {
  background-color: #62D7DA;
  color: #124968;
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  padding: 12px 65px 12px 20px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 100;
}


/* @media (min-width: 768px) {
  .notification-bar {
    padding: 32px 50px 28px;
  }
} */
 @media (min-width: 768px) {
  .notification-bar {
    padding: 10px 50px 10px;
  }
} 
.notification-bar__arrow {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.notification-bar--closed {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.notification-bar__inner p {
  font-size: 0.875rem;
  margin: 0;
}

.notification-bar__inner a {
  color: inherit;
  font-weight: 700;
}

.notification-bar__close {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: 20px;
}

@media (min-width: 768px) {
  .notification-bar__close {
    top:0;
    right: 29px;
  }
}

.notification-bar__close__button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  padding: 4px;
}

.notification-bar__close__button svg {
  height: 16px;
  width: 16px;
}

/* 2026 redesign — persistent top bar: logo + inline nav + "Get in touch" on
   desktop, logo + hamburger (opening .nav-overlay) on mobile. Replaces the
   old fixed-bottom-right hamburger used on every page. */

.site-header-bar {
  background-color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  /* Slower than the 0.2s used elsewhere in this file so the transparent
     -> solid swap reads as a fade rather than a snap -- the client asked
     for the nav to "fade in" in sync with the hero reveal completing. */
  transition: background-color 0.35s ease-in-out, top 0.2s ease-in-out;
  z-index: 40;
}

.site-header-bar__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  padding: 24px 0;
}

@media (max-width: 767.98px) {
  .site-header-bar__inner {
    padding: 15px 0;
  }
}

.site-header-bar__logo {
  color: #EB0056;
  display: block;
  transition: color 0.35s ease-in-out;
}

.site-header-bar__logo svg {
  display: block;
  height: 30px;
  width: auto;
}

.site-header-bar__nav {
  align-items: center;
  display: none;
  flex-wrap: wrap;
  gap: 12px 32px;
}

@media (min-width: 992px) {
  .site-header-bar__nav {
    display: flex;
  }
}

.site-header-bar__nav ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header-bar__nav a {
  color: #03343F;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.35s ease-in-out;
}

.site-header-bar__nav a:hover,
.site-header-bar__nav a:focus {
  color: #EB0056;
  font-weight: 700;
}

.site-header-bar__cta {
  background-color: #EB0056;
  border: 2px solid #EB0056;
  border-radius: 25px;
  color: #fff !important;
  display: block;
  padding: 9px 26px;
  transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, color 0.35s ease-in-out;
  white-space: nowrap;
}

.site-header-bar__cta:hover,
.site-header-bar__cta:focus {
  background-color: #03343F;
  border-color: #03343F;
  color: #fff !important;
}

/* Transparent (hero-overlay) state — homepage only, above the fold, before
   scrolling. Matches the Figma "Nav - scroll state" frame in reverse: white
   logo/nav/outline-CTA over the hero photo instead of the solid default. */

/* .site-header-bar--transparent:not(.site-header-bar--scrolled) {
  background-color: transparent;
}

.site-header-bar--transparent:not(.site-header-bar--scrolled) .site-header-bar__logo {
  color: #fff;
}

.site-header-bar--transparent:not(.site-header-bar--scrolled) .site-header-bar__nav a {
  color: #fff;
}

.site-header-bar--transparent:not(.site-header-bar--scrolled) .site-header-bar__nav a:hover,
.site-header-bar--transparent:not(.site-header-bar--scrolled) .site-header-bar__nav a:focus {
  color: #62D7DA;
} 

.site-header-bar--transparent:not(.site-header-bar--scrolled) .site-header-bar__cta {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}

.site-header-bar--transparent:not(.site-header-bar--scrolled) .site-header-bar__cta:hover,
.site-header-bar--transparent:not(.site-header-bar--scrolled) .site-header-bar__cta:focus {
  background-color: #fff;
  border-color: #fff;
  color: #03343F !important;
}
*/
/* Hamburger trigger — inline in the header bar, mobile only */

.nav-hamburger {
  align-items: center;
  background-color: #EB0056;
  display: flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

@media (min-width: 992px) {
  .nav-hamburger {
    display: none;
  }
}

.hamburger {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.hamburger-box {
  display: block;
  height: 28px;
  position: relative;
  width: 32px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #fff;
  border-radius: 2px;
  height: 2px;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 32px;
  left: 0;
}

.hamburger-inner {
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger-inner::after {
  bottom: -7px;
  transition: bottom 0.1s 0.14s ease, transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.15s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Full-screen nav overlay */

.nav-overlay {
  background-color: #EB0056;
  height: 100vh;
  height: 100dvh;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 80;
}

.nav-overlay--visible {
  opacity: 1;
  visibility: visible;
}

.nav-overlay > .row {
  min-height: 100%;
}

.nav-overlay__media {
  display: none;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .nav-overlay__media {
    display: block;
  }
}

.nav-overlay__media-image,
.nav-overlay__media-masked {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.nav-overlay__media-image {
  animation: nav-overlay-ken-burns 40s ease-in-out infinite;
  z-index: 3;
}

/* Duplicate image clipped to a diagonal wedge (source: negtive-mask-menu.svg)
   — this is what produces the "torn" diagonal cut across the photo. */
.nav-overlay__media-masked {
  -webkit-mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/masks/negtive-mask-menu.svg');
  mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/masks/negtive-mask-menu.svg');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 5;
}

.nav-overlay__media-overlay {
  background-color: #03343F;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
  -webkit-mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/masks/negtive-mask-menu.svg');
  mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/masks/negtive-mask-menu.svg');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

@keyframes nav-overlay-ken-burns {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.4); }
}

.nav-overlay__panel {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Was a hardcoded 138px tuned to a single-line notification bar --
     wired to the same measured --fixed-header-stack-height that
     page-banner/home-hero already use, so a wrapped (taller)
     notification bar at a squeezed width no longer overlaps this
     panel's own content. Fallback keeps the original 138px if JS
     hasn't set the variable yet. */
  padding: var(--fixed-header-stack-height, 138px) 65px 80px;
  position: relative;
}

.nav-overlay__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 46px;
  justify-content: center;
  left: 20px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 46px;
  z-index: 2;
}

.nav-overlay__close:hover,
.nav-overlay__close:focus {
  color: #88E8E3;
}

.nav-overlay__close svg {
  display: block;
  height: 32px;
  width: 32px;
}

@media (min-width: 992px) {
  .nav-overlay__panel {
    padding: calc(var(--fixed-header-stack-height, 138px) + 103px) 65px 80px;
    width: 50%;
  }

  .nav-overlay__close {
    left: 65px;
    top: 40px;
  }
}

/* Sits within the already-pink panel, so unlike page-banner__logo it needs
   no background of its own — just top-right placement. */
.nav-overlay__logo {
  color: #fff;
  display: block;
  height: 138px;
  padding: 13px;
  position: absolute;
  right: 15px;
  top: 0;
  width: 46px;
}
a.nav-overlay__logo:hover,
a.nav-overlay__logo:focus {
  color: #fff;
}

@media (min-width: 992px) {
  .nav-overlay__logo {
    height: 240px;
    padding: 23px 24px;
    width: 80px;
  }
}

.nav-overlay__logo svg {
  display: block;
  height: 100%;
  width: auto;
}

.nav-overlay__links {
  margin-bottom: 40px;
  opacity: 0;
  text-align: left;
  transition: opacity 0.35s 0.15s ease-in-out;
  width: 100%;
}

.nav-overlay--visible .nav-overlay__links {
  opacity: 1;
}

/* The menu module renders both a desktop and mobile list with identical
   links — this design uses one list at every breakpoint, so the duplicate
   is hidden rather than forking the shared menu module. */

.nav-overlay__links .menu--mobile {
  display: none;
}

/* menu.module.css hides .menu--desktop below 768px — override here so the
   overlay list stays visible on mobile (the only place this overlay opens). */
@media (max-width: 767.98px) {
  .nav-overlay__links .menu--desktop {
    display: block;
  }
}

.nav-overlay__links .menu__wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* The boilerplate menu module's own CSS styles top-level items for a
   conventional horizontal nav bar (display:inline-block + uppercase),
   which is why links were wrapping into horizontal rows instead of
   stacking — overriding every one of those properties here. */
.nav-overlay__links .menu__item,
.nav-overlay__links .menu__item--depth-1 {
  display: block;
  margin-bottom: 24px;
  padding: 0;
  text-transform: none;
}

@media (min-width: 992px) {
  .nav-overlay__links .menu__item,
  .nav-overlay__links .menu__item--depth-1 {
    margin-bottom: 32px;
  }
}

.nav-overlay__links .menu__link {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-decoration: none;
  text-transform: none;
  transition: color 0.2s ease;
}

@media (min-width: 768px) {
  .nav-overlay__links .menu__link {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 992px) {
  .nav-overlay__links .menu__link {
    font-size: 2.875rem;
    line-height: 3.375rem;
  }
}

.nav-overlay__links .menu__link:hover,
.nav-overlay__links .menu__link:focus,
.nav-overlay__links .menu__link--active-link {
  color: #88E8E3;
}

.nav-overlay__contact {
  text-align: left;
  width: 100%;
}

.nav-overlay__contact p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.nav-overlay__contact a {
  color: inherit;
  text-decoration: none;
}

.nav-overlay__contact a:hover,
.nav-overlay__contact a:focus {
  color: #88E8E3;
}

.nav-overlay__contact-socials {
  color: #fff;
  margin-top: 16px;
}

.nav-overlay__contact-socials a {
  display: inline-flex;
}

/* Body scroll lock while the nav overlay is open */

body.nav-overlay-open {
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .site-logo svg {display: none;}
  /* Was gated behind .fullpage-section--visible, which main.js's
     initFullpageNav() toggles on/off every scroll frame as sections cross
     the viewport midpoint -- so this padding jumped between 0 and 40px in
     sync with the section's fade/slide-in reveal, reading as the animation
     glitching rather than a clean transition. Made unconditional since the
     fixed header it's compensating for overlaps the page throughout, not
     just while this section is deemed "active". */
  section.fifty-fifty.fullpage-section.fifty-fifty--theme-aqua.fifty-fifty--media-first.fifty-fifty--content-first--mobile {
    padding-top: 40px;
  }
}
/* ==========================================================================
   Site footer — logo/social row, phone/nav row, legal links, copyright.
   The charity band above (charity-footer.module) shares this exact
   background colour now, so the two read as one continuous dark band,
   matching the 2026 Figma redesign.
   ========================================================================== */

.site-footer {
  background-color: #03343F;
  color: #fff;
  padding: 0 20px 82px;
}

@media (max-width: 991.98px) {
  .site-footer {
    padding: 0 20px 45px;
  }
}

.site-footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #88E8E3;
}

.site-footer__container {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
}

.site-footer__divider {
  border: 0;
  border-top: 3px solid rgba(255, 255, 255, 1);
  grid-column: 1 / -1;
  margin: 0 0 48px;
}

.site-footer__logo {
  align-self: center;
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
}

.site-footer__logo img {
  display: block;
  height: 30px;
  width: auto;
}

.site-footer__contact-socials {
  align-self: center;
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
}

.site-footer__contact-socials a {
  display: inline-flex;
}

.site-footer__contact-phone {
  align-self: center;
  font-size: 1.125rem;
  font-weight: 700;
  grid-column: 1;
  grid-row: 3;
  justify-self: start;
  margin: 58px 0 44px;
}

.site-footer__nav-links {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  grid-column: 2;
  grid-row: 3;
  justify-content: flex-end;
  justify-self: end;
  list-style: none;
  margin: 58px 0 44px;
  padding: 0;
}

.site-footer__nav-links a {
  font-size: 1.125rem;
  font-weight: 700;
}
.site-footer__nav-links a:hover,
.site-footer__nav-links a:focus {
  font-weight: 700;
}

.site-footer__legal-links {
  align-self: start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-size: 0.75rem;
  grid-column: 1;
  grid-row: 4;
  justify-self: start;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__copyright {
  grid-column: 2;
  grid-row: 4;
  justify-self: end;
  text-align: right;
}

.site-footer__copyright p {
  font-size: 0.75rem;
  margin-bottom: 4px;
}

@media (max-width: 767.98px) {
  .site-footer__container {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .site-footer__divider {
    grid-row: auto;
    margin-bottom: 40px;
    width: 100%;
  }

  .site-footer__logo {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    margin-bottom: 32px;
  }

  .site-footer__logo img {
    height: 40px;
  }

  .site-footer__contact-phone {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    margin: 0 0 28px;
  }

  .site-footer__nav-links {
    flex-direction: column;
    gap: 16px;
    grid-column: 1;
    grid-row: auto;
    justify-content: center;
    justify-self: center;
    margin: 0 0 32px;
  }

  .site-footer__contact-socials {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    margin-bottom: 40px;
  }

  .site-footer__contact-socials img {
    height: 40px;
    width: 40px;
  }

  .site-footer__legal-links {
    flex-wrap: wrap;
    gap: 0;
    grid-column: 1;
    grid-row: auto;
    justify-content: center;
    justify-self: center;
    margin-bottom: 16px;
    row-gap: 8px;
  }

  .site-footer__legal-links li {
    display: inline;
  }

  .site-footer__legal-links li:not(:last-child)::after {
    content: " | ";
    white-space: pre;
  }

  .site-footer__copyright {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    text-align: center;
  }
}
.deals-cards-section {
  background: #EDF2F7;
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .deals-cards-section {
    padding: 40px 20px;
  }
}
/* ==========================================================================
   Positive Change is the one page (of the 5 in scope) where the source
   site actually runs fullPage.js (fullpagejsEnabled = true — every other
   inner page has it disabled). fullPage.js is a commercially licensed
   library tied to the original agency's license key, so rather than
   reproduce it, this approximates the same per-section snap-scroll feel
   with native CSS Scroll Snap — no dependency, no license, well-supported
   in modern browsers. The .fullpage-scroll-snap marker class scopes it to
   just this page via :has(), leaving every other template unaffected.

   No dot navigation is built here — confirmed directly against the live
   site that fullPage.js's #fp-nav dots aren't actually shown, so nothing
   to replicate there. Only the logo colour-swap (see main.js) applies.
   ========================================================================== */

/* `mandatory` (not `proximity`) reproducibly traps the last ~1000px of the
   page: DevTools testing showed maxScroll computed at 4702px but scrollY
   hard-clamping at 3650px the instant it's requested — Chromium's mandatory
   snap algorithm treats the scrollable range as bounded by snap targets, so
   trailing non-snapped content (the CTA-footer + global footer) shorter
   than one section's worth of scroll becomes unreachable by any means
   (wheel, keyboard, or scrollTo()). `proximity` still snaps the 5 equal
   sections during normal scrolling but never clamps the user out of
   content past the last snap point. */
html:has(.fullpage-scroll-snap) {
  scroll-snap-type: y proximity;
}

.fullpage-scroll-snap .fullpage-section {
  min-height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/* Per-section reveal: media slides down + fades in, content slides up +
   fades in, replaying every time a section becomes active — matching the
   source's AOS-driven data-aos="slide-down" / "slide-up" behaviour, which
   only runs inside fullPage.js's slide callbacks (i.e. this page only). */

.fullpage-scroll-snap .fifty-fifty__media,
.fullpage-scroll-snap .fifty-fifty__content {
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fullpage-scroll-snap .fifty-fifty__media {
  opacity: 0;
  transform: translateY(-60px);
}

.fullpage-scroll-snap .fifty-fifty__content {
  opacity: 0;
  transform: translateY(60px);
}

.fullpage-scroll-snap .fullpage-section--visible .fifty-fifty__media,
.fullpage-scroll-snap .fullpage-section--visible .fifty-fifty__content {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .fullpage-scroll-snap .fifty-fifty__media,
  .fullpage-scroll-snap .fifty-fifty__content {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

/* fifty-fifty.module's diagonal "torn seam" mask-image URLs — moved here
   from that module's own module.css because get_asset_url() consistently
   compiled to an empty url() when called from inside a module.css file on
   the published page (confirmed live, across relative and absolute path
   forms), while the identical pattern in this globally-loaded stylesheet
   resolves correctly (also confirmed live, via the testimonial quote
   images in _announcement-post.css). Everything else about these two
   classes (position/size/repeat, z-index) stays in fifty-fifty.module's own
   module.css — only the URL-bearing declarations live here. */

.fifty-fifty--media-first .fifty-fifty__media__masked {
  -webkit-mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/masks/negtive-mask-50-50-left.svg');
  mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/masks/negtive-mask-50-50-left.svg');
}

.fifty-fifty--content-first .fifty-fifty__media__masked {
  -webkit-mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/masks/negtive-mask-50-50-right.svg');
  mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/masks/negtive-mask-50-50-right.svg');
}

.fifty-fifty--media-first .fifty-fifty__content__bg {
  -webkit-mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/masks/negtive-mask-50-50-right.svg');
  mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/masks/negtive-mask-50-50-right.svg');
}

/* home-hero.module's "A" glyph mask — same reasoning as above, kept here
   rather than in the module's own module.css. Desktop/mobile use slightly
   different proportioned mask SVGs (matching the exact Figma exports for
   each breakpoint) rather than one mask stretched with preserveAspectRatio. */

.home-hero__media__masked {
  -webkit-mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/home-2026/masks/hero-a-mask-desktop.svg');
  mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/home-2026/masks/hero-a-mask-desktop.svg');
}

@media (max-width: 767.98px) {
  .home-hero__media__masked {
    -webkit-mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/home-2026/masks/hero-a-mask-mobile.svg');
    mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/home-2026/masks/hero-a-mask-mobile.svg');
  }
}

/* home-audience-cards.module's flag watermark backgrounds — same
   get_asset_url()-inside-module.css reasoning as above. Size, position
   and the fade mask live on .home-audience-card__flag in the module CSS. */

.home-audience-card__flag--uk {
  background-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/home-2026/uk-flag-watermark.svg');
}

.home-audience-card__flag--us {
  background-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/home-2026/us-flag-watermark.svg');
}

.fifty-fifty--content-first .fifty-fifty__content__bg {
  -webkit-mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/masks/negtive-mask-50-50-left.svg');
  mask-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/masks/negtive-mask-50-50-left.svg');
}
/* ==========================================================================
   Announcement (blog post) detail page. Insight and Press share one layout
   (full-bleed photo hero + centered single-column body); Case Study uses a
   distinct no-photo hero + two-column body/sidebar-quote layout — branched
   in templates/blog-post.html by which of the 3 category tags is present.
   ========================================================================== */

/* Retired now that every page has the persistent .site-header-bar — see the
   matching note in page-banner.module/module.css. */
.page-banner__logo {
  display: none;
}

/* Base page background for the whole post (source: main.announcement) --
   the white content blocks and quote cards sit on top of this, giving them
   visible card-like depth instead of blending into the page. */
.announcement {
  background-color: #EDF2F7;
}

/* Announcement / news post card — reused by announcement-listing.module
   (Announcements page grid) and footer-featured-announcements.module
   (Contact page carousel). Lives here, globally loaded, rather than in
   either module's own module.css, since a module's CSS only bundles onto
   pages that actually call that module. */

.announcements__list__post {
  position: relative;
  margin-bottom: 20px;
  height: 560px;
}

.announcements__list__post__inner {
  background-color: #fff;
  height: 100%;
  position: relative;
}

.announcements__list__post__category {
  position: absolute;
  top: 0;
  left: 40px;
  min-width: 160px;
  padding: 13px 12px 12px;
  background-color: #EB0056;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  margin: 0;
}

.announcements__list__post__image {
  position: relative;
  z-index: 1;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.announcements__list__post__image a {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
}

.announcements__list__post__image a:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.announcements__list__post__image:focus a:after,
.announcements__list__post__image:hover a:after {
  background-color: #03343F;
  mix-blend-mode: multiply;
  opacity: 0.3;
}

.announcements__list__post__image img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.3s ease-in-out;
}

.announcements__list__post__image:focus img,
.announcements__list__post__image:hover img {
  transform: scale(1.05);
}

.announcements__list__post__content {
  padding: 40px 20px 88px;
}

@media (max-width: 767.98px) {
  .announcements__list__post__content {
    padding: 20px 10px;
  }
}

.announcements__list__post__title {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #124968;
  margin: 0 0 1.4rem;
}

.announcements__list__post__title a {
  color: #124968;
  text-decoration: none;
}

.announcements__list__post__footer {
  height: 38px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}

@media (max-width: 767.98px) {
  .announcements__list__post__footer {
    height: unset;
    bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .announcements__list__post__footer {
    display: inline-block;
    position: unset;
  }

  .announcements__list__post {
    height: unset;
  }
}

.announcements__list__post__date {
  font-size: 13px;
  line-height: 1.375rem;
  color: #A0AEC0;
  margin: 0;
}

.announcements__list__post__more {
  margin: 0;
  font-size: 14px;
  line-height: 1.375rem;
  color: #EB0056;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: .4rem;
}

.announcements__list__post__more:focus,
.announcements__list__post__more:hover {
  text-decoration: none;
  color: #124968;
}

.announcements__list__post__more svg {
  width: 14px;
  height: 14px;
  margin-top: 4px;
}

.announcements__list__post__more:focus svg path,
.announcements__list__post__more:hover svg path {
  fill: #124968;
}

.announcement-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 3;
}

.announcement-hero--dark-green {
  background-color: #03343F;
}

.announcement-hero--no-image {
  height: 50vh;
}

.announcement-hero--no-image .announcement-hero__back-link {
  top: 50vh;
}

.announcement-hero--case-study .announcement-hero__inner {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.announcement-hero--case-study .announcement-hero__back-link {
  top: -86px;
  padding-right: 67px;
}

@media (max-width: 991.98px) {
  .announcement-hero--case-study .announcement-hero__back-link {
    top: -84px;
  }
}

.announcement-hero__inner {
  height: 100%;
}

.announcement-hero__title-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
}

.announcement-hero__title {
  background-color: #435BDB;
  padding: 77px 80px 27px;
  font-size: 2.875rem;
  line-height: 3.375rem;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 991.98px) {
  .announcement-hero__title {
    font-size: 1.625rem;
    line-height: 2rem;
    padding: 40px;
  }
}

.announcement-hero__title__arrow {
  height: 25px;
  display: block;
  margin-top: 35px;
}

.announcement-hero__back-link {
  padding: 30px 20px 30px 28px;
  background-color: #EB0056;
  position: absolute;
  top: 100vh;
  left: 0;
}

.announcement-hero__back-link a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.375rem;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.announcement-hero__back-link a:hover,
.announcement-hero__back-link a:focus {
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}

.announcement-hero__back-link svg {
  margin-right: 27px;
}

/* Was also `display: none` here -- hid the arrow icon (while leaving the
   "View all announcements" text visible) on anything narrower than
   1200px, which is most real screens including the 768-1199px range this
   link is otherwise now shown on. Removed so the icon actually appears
   wherever the link itself does; kept the tighter margin for the
   narrower width. */
@media (max-width: 1199.98px) {
  .announcement-hero__back-link svg {
    margin-right: 5px;
  }
}

/* Divider line — optional, per-block, author-controlled via the "Show a
   divider line after this block?" toggle in the content-blocks module. */
.announcement-content-block__divider {
  box-sizing: content-box;
  height: 0;
  margin-top: 40px;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

/* Text blocks (Insight / Press) */

/* Was 40px -- client asked for less space between content-block sections
   (separate from the paragraph-to-paragraph spacing fixed below). */
.announcement-text-block {
  padding-top: 24px;
}

/* Image blocks had no equivalent top spacing on desktop at all (the old
   rule setting it was commented out, presumably for a reason lost to
   history) -- adding one here, additively, so paragraph/image/quote
   sections all get consistent spacing above them without touching
   whatever the original horizontal padding was for. */
.announcement-image-block {
  padding-top: 24px;
}

/* Heading block -- a dedicated block type so a section heading doesn't
   need a whole Paragraph block (with that block's full spacing/typography)
   just to bold a line of text. Reuses the established in-body heading
   look (.announcement__content .content-area__copy h2, below) for visual
   consistency, but with less padding above it than a full block gets --
   a heading should read as introducing what follows, not sit at the same
   arm's length from the previous section as a full paragraph would. */
.announcement-heading-block__text {
  color: #124968;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin: 0;
  padding-top: 16px;
}

/* Scoped to blog/case-study body copy only (not a global typography change)
   -- default paragraph spacing (1.4rem, css/elements/_typography.css) read
   as too much space before/after each paragraph in long-form posts. */
.announcement-text-block .content-area__copy p {
  margin-bottom: 1rem;
}


.announcement-text-block a {
  color: #EB0056;
  text-decoration: none;
}

.announcement-text-block a:focus,
.announcement-text-block a:hover {
  color: #000;
}

.announcement-text-block a.button {
  margin-right: 10px;
  color: #fff;
}

/* A paragraph whose only content is a CTA button (e.g. the "Follow us on
   LinkedIn" / "Check out our other deals" pair many articles end on) --
   the default paragraph margin (1.4rem) is prose spacing and reads as an
   oversized gap between two short buttons meant to sit close together. */
.announcement-text-block p:has(> a.button:only-child) {
  margin-bottom: 12px;
}

/* .announcement-image-block {
  padding: 38px 80px 0;
} */

@media (max-width: 991.98px) {
  .announcement-image-block {
    padding: 25px 50px 0;
  }
}

.announcement-image-block__inner img {
  max-width: 100%;
  object-fit: cover;
}

/* Pull-quote — reproduced both as the source's standalone .announcement-quote
   block (for pull-quotes pasted as raw HTML via the RTE's source view) and
   as a plain <blockquote> inside body copy (so the RTE's native Quote
   button "just works" without authors needing raw HTML). */

/* Was 40px -- matches the reduced section spacing above. */
.announcement-quote,
.content-area__copy blockquote:not(.announcement-quote) {
  margin-top: 24px;
}

.announcement-quote__inner,
.content-area__copy blockquote:not(.announcement-quote) {
  background-color: #fff;
  position: relative;
  padding: 38px 80px 28px;
}

.announcement-quote__inner:before,
.announcement-quote__inner:after,
.content-area__copy blockquote:not(.announcement-quote):before,
.content-area__copy blockquote:not(.announcement-quote):after {
  content: '';
  display: block;
  width: 40px;
  height: 60px;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.announcement-quote__inner:before,
.content-area__copy blockquote:not(.announcement-quote):before {
  top: 0;
  left: 0;
  background-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/testimonial-top-left.svg');
}

.announcement-quote__inner:after,
.content-area__copy blockquote:not(.announcement-quote):after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg) scaleX(-1);
  background-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/testimonial-bottom-right.svg');
}

@media screen and (max-width: 1430px) and (min-width: 1200px) {
  .announcement-hero__back-link svg {
    margin-right: 10px;
}
.announcement-hero__back-link {
  padding: 30px 7px 30px 10px;
  max-width: 242px;
}
}

@media (max-width: 767.98px) {
  .announcement-quote__inner,
  .content-area__copy blockquote:not(.announcement-quote) {
    padding: 60px 50px 40px 40px;
  }
}

.announcement-quote__inner__quote,
.content-area__copy blockquote:not(.announcement-quote) p {
  color: #124968;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin: 0;
}
blockquote.announcement-quote {
  border: 0;
}


@media (max-width: 991.98px) {
  .announcement-quote__inner__quote,
  .content-area__copy blockquote:not(.announcement-quote) p {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

.announcement-quote__attributee {
  /* Was 58px, then 32px -- still read as too much space to the client,
     reduced again. */
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-top: 16px;
  color: #124968;
}

/* Name stays bold (inherited above); title/role goes on its own line below
   it, not bold -- was rendering inline right after the name on one line. */
.announcement-quote__attributee__title {
  display: block;
  font-weight: 400;
  margin-top: 4px;
}

/* Case-study two-column layout */

.announcement__body {
  background-color: #EDF2F7;
  position: relative;
  z-index: 2;
}

.announcement__content {
  padding-right: 0;
  padding-left: 0;
}

.announcement__content__inner {
  padding: 80px 80px 4px 100px;
  color: #4A5568;
}
.hs-blog-post {
  overflow: hidden;
}
.announcement__content .content-area__copy h2 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #124968;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .announcement__content__inner {
    padding: 40px 50px 4px 40px;
  }
}

.announcement__content__inner a {
  color: #EB0056;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.announcement__content__inner a:focus,
.announcement__content__inner a:hover {
  color: #03343F;
}

.announcement__content__sharing-bar {
  padding: 0 80px 104px 100px;
}

@media (max-width: 991.98px) {
  .announcement__content__sharing-bar {
    padding: 0 40px 40px;
  }
}

.announcement__aside {
  padding-left: 0;
  padding-right: 0;
}

.announcement__aside__quote {
  background-color: #03343F;
  color: #fff;
  position: relative;
  padding: 160px 80px 76px 100px;
  margin: 0;
}

.announcement__aside__quote p {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .announcement__aside__quote {
    padding: 60px 50px 40px 45px;
    height: auto;
  }

  .announcement__aside__quote p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.announcement__aside__quote:before,
.announcement__aside__quote:after {
  content: '';
  display: block;
  width: 40px;
  height: 60px;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.announcement__aside__quote:before {
  top: 80px;
  left: 80px;
  background-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/testimonial-top-left.svg');
}

.announcement__aside__quote:after {
  bottom: 80px;
  right: 80px;
  transform: rotate(180deg) scaleX(-1);
  background-image: url('https://8751289.fs1.hubspotusercontent-na1.net/hubfs/8751289/raw_assets/public/Lava_2026/images/testimonial-bottom-right.svg');
}

@media (max-width: 991.98px) {
  .announcement__aside__quote:before {
    top: 0;
    left: 0;
  }

  .announcement__aside__quote:after {
    bottom: 0;
    right: 0;
  }
}

.announcement__aside__quote__figcaption {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-top: 58px;
  color: #fff;
  font-style: normal;
}

@media (max-width: 991.98px) {
  .announcement__aside__quote__figcaption {
    margin-top: 40px;
  }
}

.announcement__byline {
  color: #718096;
  font-size: 14px;
  font-weight: 600;
  margin-top: 40px;
}

.post-primary-tag {
  background-color: #EB0056;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
  padding: 8px 16px;
  text-transform: uppercase;
}

.announcement__sharing-bar {
  padding: 50px 0 0;
}

@media (max-width: 991.98px) {
  .announcement__sharing-bar {
    padding: 20px 40px 0;
  }
}

/* Social share bar (shared across Insight/Press/Case Study) */

.sharing-bar {
  display: flex;
  align-items: center;
  color: #4A5568;
  margin-bottom: 74px;
}

@media (max-width: 767.98px) {
  .sharing-bar {
    display: block;
  }
}

.sharing-bar p {
  margin: 0 24px 0 0;
}

@media (max-width: 767.98px) {
  .sharing-bar p {
    margin-bottom: 10px;
  }
}

.sharing-bar ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sharing-bar ul li {
  margin-right: 24px;
}

/* Placeholder shown only when a brand-new post's content-blocks module has
   no blocks yet -- gives the page editor a visible, clickable element to
   select (a module with zero rendered output can't be clicked on in the
   editor canvas, which read as "the module isn't there / can't be added"). */
.announcement-content-blocks__empty {
  padding-top: 40px;
}

.announcement-content-blocks__empty__inner {
  align-items: center;
  background-color: #EDF2F7;
  border: 2px dashed #A0AEC0;
  border-radius: 8px;
  color: #4A5568;
  display: flex;
  font-size: 0.9375rem;
  justify-content: center;
  min-height: 120px;
  padding: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .announcement-hero__back-link {
    top: 100%;
    left: 0;
    width: 100%;
}
.announcement__body {
  padding-top: 5rem;
}
}
/* 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;
  }
}