/* Includes
-------------------------------------------- */

/* Normalize
-------------------------------------------- */

/*! 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;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Reset
-------------------------------------------- */

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* Utilities
-------------------------------------------- */

/* Alignment */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-justify {
    text-align: justify;
  }
}

/* Embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Screen Readers */

.skip-to-content {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index:1313;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */


/* Screen reader visibility classes */
/* Need a "hide-for-sr" class? Add aria-hidden='true' to the element */
.show-for-sr,
.show-on-focus,
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* Only display the element when it's focused */
.sr-only.focusable:active,
.sr-only.focusable:focus,
.show-on-focus:active,
.show-on-focus:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/* Spacing */

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: 4rem;
}
.mt-3 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 8rem;
}
.mt-5 {
  margin-top: 10rem;
}
.mt-6 {
  margin-top: 12rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 4rem;
}
.mb-3 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 8rem;
}
.mb-5 {
  margin-bottom: 10rem;
}
.mb-6 {
  margin-bottom: 12rem;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 2rem;
}
.pt-2 {
  padding-top: 4rem;
}
.pt-3 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 8rem;
}
.pt-5 {
  padding-top: 10rem;
}
.pt-6 {
  padding-top: 12rem;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 4rem;
}
.pb-3 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 8rem;
}
.pb-5 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 12rem;
}

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

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

/* hs menu thingy */
div.hs-tools-menu {
  top: -3px !important;
  min-height: 30px !important;
}
div.hs-tools-menu.hs-collapsed img.hs-sprocket {
  width: 24px !important;
  right: 3px !important;
}
/* CSS Variables
-------------------------------------------- */

:root {
	--c-main: #000;
	--c-dark-blue: #02568A;
	--c-energy-blue: #2DA2DB;
	--c-energy-blue-ada: #49B6EB;
	--c-lt-blue: #B9E5FB;
	--c-dark-grey: #333;
	--c-lt-grey: #bcbcbc;
	--c-bright-grey: #f2f2f2;
	--c-green: #C9DB30;
	--c-orange: #EC9522;
	--c-maroon: #6F1D46;
	--c-white: #fff;
	--c-inv: #fff;

	--font-header: 'aktiv-grotesk-extended', sans-serif; 
	/* 400, 700, 900 */
	--font-header-alt: 'aktiv-grotesk', sans-serif;
	--font-body: 'aktiv-grotesk', sans-serif;;
	/* 400, 400i, 700 */

	--width-content: 120rem;
	--width-wide: 160rem;
	--width-nav: 90rem;
	--width-medium: 99.2rem;
	--width-small: 54rem;
	--col-gap: 2.4rem;
}
/* Base
-------------------------------------------- */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    color: var(--c-main);
    font-family: var(--font-body);
    font-size: 1.6rem;
    line-height: 1.8;
}

/* Layout
-------------------------------------------- */
.body-wrapper {
    overflow: hidden;
}
.container {
    width: 100%;
    max-width: 134rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}
@media (min-width: 480px) {
    .container {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}
.container--wide {
    width: 100%;
    max-width: 192rem;
    margin: auto;
    padding: 0;
    position: relative;
}
.container--narrow {
    width: 100%;
    max-width: 92rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3rem;
    padding-left: 3rem;
}
.container--medium {
    width: 100%;
    max-width: 114rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3rem;
    padding-left: 3rem;
}

.wide-wrapper {
    max-width: 160rem;
    margin: 0 auto;
}

.video-wrap {
    width: 100%;
    height: 0;
    padding: 56.25% 0 0;
    position: relative;
}
.video-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.vjs-hubspot button.simple-play-button {
    background-color: #fff !important;
    border: 1px solid pink;
    transform: scale(.8);
}
.vjs-hubspot .vjs-big-play-button>svg {
    fill: rgba(0,0,0,.8);
}
.content__link {
    padding-top: 2.4rem;
}
section {
    padding: 6rem 0;
}
@media (min-width: 992px) {
    section {
        padding: 10rem 0;
    }
}

/* Helpers
-------------------------------------------- */

/* Colors */

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

/* Background Colors */


section.bg-black,
section.bg-black--grunge-bottom,
section.bg-black--grunge-light,
section.bg-black--grunge-2,
section.bg-black--grunge-3,
section.bg-black--grunge-top,
section.bg-black--diaganolss {
  background: black;
  color: var(--c-white);
}
section.bg-black--grunge-top::after {
  content: "";
  background: black url(https://6909593.fs1.hubspotusercontent-na1.net/hubfs/6909593/2024Website/bg-grunge-top.webp) no-repeat center top / contain;
  aspect-ratio: 2160/254;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  min-width: 1200px;
  pointer-events: none;
}
section.bg-black--grunge-bottom::after {
  content: "";
  background: black url(https://6909593.fs1.hubspotusercontent-na1.net/hubfs/6909593/2024Website/bg-black-grunge-bottom.webp) no-repeat center bottom / cover;
  aspect-ratio: 2160/1248;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  min-width: 1200px;
  pointer-events: none;
}
section.bg-blue,
section.bg-blue--diaganolss,
section.bg-blue-grunge,
section.bg-blue--triangles,
section.bg-blue--offset-diaganolss {
  background: var(--c-dark-blue);
  color: var(--c-white);
}
section.bg-blue-grunge::before {
    content: "";
    display: block;
    width: 100%;
    background: url(https://6909593.fs1.hubspotusercontent-na1.net/hubfs/6909593/2024Website/bg-grunge-top-blue.webp) no-repeat center top / contain;
    aspect-ratio: 280/33;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

section.bg-white,
section.bg-white--grunge {
  background-color: white;
  color: var(--c-main);
}
section.bg-white--grunge {
  background: white url(https://6909593.fs1.hubspotusercontent-na1.net/hubfs/6909593/2024Website/bg-white-grunge.webp) no-repeat center center / cover;
}
@media (min-width: 960px) {
    section.bg-blue--diaganolss::after,
    section.bg-black--diaganolss::after {
        content: "";
        background: transparent url(https://6909593.fs1.hubspotusercontent-na1.net/hubfs/6909593/2024Website/accent-diaganols-top.svg) no-repeat center top / contain;
        aspect-ratio: 1541/343;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        width: 110vw;
        max-width: 1541px;
        pointer-events: none;
    }
    section.bg-blue--offset-diaganolss {
        overflow: visible !important;
    }
    section.bg-blue--offset-diaganolss::after {
      content: "";
      display: block;
      background: transparent url(https://6909593.fs1.hubspotusercontent-na1.net/hubfs/6909593/2024Website/accent-diaganols-cta.svg) no-repeat center top / contain;
      aspect-ratio: 396/102;
      position: absolute;
      top: 0;
      left: 66%;
      transform: translateY(-50%);
      z-index: 13;
      width: 396px;
    }
    section.bg-black--grunge-2::after {
      content: "";
      background: black url(https://6909593.fs1.hubspotusercontent-na1.net/hubfs/6909593/2024Website/bg-grunge-2.webp) no-repeat center bottom / cover;
      aspect-ratio: 2160/1248;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%;
      height: 100%;
      z-index: 0;
      pointer-events: none;
    }
    section.bg-black--grunge-light::after {
      content: "";
      background: black url(https://6909593.fs1.hubspotusercontent-na1.net/hubfs/6909593/2024Website/bg-grunge-lt.webp) no-repeat center top / cover;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      z-index: 0;
      pointer-events: none;
    }
    section.bg-black--grunge-3::after {
      content: "";
      background: black url(https://6909593.fs1.hubspotusercontent-na1.net/hubfs/6909593/2024Website/bg-grunge-3.webp) no-repeat center top / cover;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      z-index: 0;
      pointer-events: none;
    }
}
/* Typography
-------------------------------------------- */
body {
  font-family: var(--font-body);
  line-height: 1.5;
}

a {
  color: var(--c-dark-blue);
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

a:hover,
a:active,
a:focus {
  color: var(--c-energy-blue);
  text-decoration: none;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: .75em;
  margin-bottom: .75em;
  font-family: var(--font-header);
  font-weight: 900;
  line-height: calc(1em + 2px);
}

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

h1,
.h1 {
  font-size: clamp(30px, 7vw, 72px);
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: clamp(26px, 3.5vw, 36px);
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: clamp(22px, 3vw, 32px);
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: 20px;
  text-transform: none;
}

h5,
.h5 {
  font-size: 18px;
  text-transform: none;
}

h6,
.h6 {
  font-size: 16px;
  font-weight: 900;
  text-transform: none;
}

.font-header {
  font-family: var(--font-header);
}

.font-header-alt {
  font-family: var(--font-header-alt);
}

strong {
  font-weight: 700;
}
h1 strong,
h2 strong,
h3 strong {
  font-weight: 900;
}

h2.section-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.sub-heading {
  font-size: clamp(16px, 3vw, 18px);
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* Blockquote */

blockquote {
  margin: 2rem 0;
  padding-left: 2rem;
  border-left: 0.5rem solid #f1f1f1;
}

/* Horizontal Rules */

hr {
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Buttons
-------------------------------------------- */

.btn,
.hs-button {
  display: inline-block;
  padding: 1.5rem 3.2rem;
  text-align: center;
  background: linear-gradient(-120deg, var(--c-dark-blue) 0%, var(--c-dark-blue) 50%, var(--c-energy-blue) 50%, var(--c-energy-blue) 100%);
  color: var(--c-white);
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .1em;
  background-size: calc(200% + 6rem);
  background-position-x: 100%;
  position: relative;
}
.btn--primary-inv {
  color: var(--c-dark-blue);
  background-image: linear-gradient(-120deg, var(--c-white) 0%, var(--c-white) 50%, var(--c-energy-blue) 50%, var(--c-energy-blue) 100%);
}

.btn:hover,
.btn:active,
.btn:focus,
.hs-button:hover,
.hs-button:active,
.hs-button:focus {
  text-decoration: none;
  color: var(--c-main);
  background-position-x: 0;
}

.btn--primary-inv:hover,
.btn--primary-inv:active,
.btn--primary-inv:focus {
  background-position-x: 0;
}

.cta_button:hover {
  text-decoration: none;
  background: var(--c-dark-blue) !important;
  color: var(--c-white) !important;
}

.btn--secondary {
  background: transparent;
  color: var(--c-energy-blue);
  border: 2px solid var(--c-energy-blue);
}

.btn--secondary::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-width: 3px;
  border-style: solid;
  border-right-color: var(--c-energy-blue);
  border-top-color: var(--c-energy-blue);
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus {
  color: var(--c-white);
  border-color: var(--c-white);
}

.btn--secondary:hover::after,
.btn--secondary:active::after,
.btn--secondary:focus::after {
  border-right-color: var(--c-white);
  border-top-color: var(--c-white);
}

.btn--secondary-inv {
  background: transparent;
  color: var(--c-white);
  border: 2px solid var(--c-white);
}

.btn--secondary-inv::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-width: 3px;
  border-style: solid;
  border-right-color: var(--c-white);
  border-top-color: var(--c-white);
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.btn--secondary-inv:hover,
.btn--secondary-inv:active,
.btn--secondary-inv:focus {
  color: var(--c-energy-blue);
  border-color: var(--c-energy-blue);
}

.btn--secondary-inv:hover::after,
.btn--secondary-inv:active::after,
.btn--secondary-inv:focus::after {
  border-right-color: var(--c-energy-blue);
  border-top-color: var(--c-energy-blue);
}

.btn--secondary-dark {
  background: transparent;
  color: var(--c-dark-blue);
  border: 2px solid var(--c-dark-blue);
}

.btn--secondary-dark::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-width: 3px;
  border-style: solid;
  border-right-color: var(--c-dark-blue);
  border-top-color: var(--c-dark-blue);
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.btn--secondary-dark:hover,
.btn--secondary-dark:active,
.btn--secondary-dark:focus {
  color: var(--c-energy-blue);
  border-color: var(--c-energy-blue);
}

.btn--secondary-dark:hover::after,
.btn--secondary-dark:active::after,
.btn--secondary-dark:focus::after {
  border-right-color: var(--c-energy-blue);
  border-top-color: var(--c-energy-blue);
}

button {
  cursor: pointer;
}

/* HubSpot Overrides */

.hs-button.secondary {
  display: inline-block;
  padding: 1rem 2rem;
  -webkit-appearance: none;
}

.hs-button.secondary:hover,
.hs-button.secondary:active,
.hs-button.secondary:focus {
  text-decoration: none;
}

/* Sizing */

.btn--sm {
  padding: .75rem 1.25rem;
  font-size: 1.4rem;
}

.btn--lg {
  padding: 1.5rem 3rem;
  font-size: 2rem;
}

.btn--block {
  display: block;
}

/* color specs */
section[class*="bg-black"] h1 strong,
section[class*="bg-black"] h2 strong,
section[class*="bg-black"] h3 strong,
section[class*="bg-black"] h2.section-title,
section[class*="bg-black"] a:not(.btn)  {
  color: var(--c-energy-blue);
}
section[class*="bg-black"] a:not(.btn):hover,
section[class*="bg-black"] a:not(.btn):focus {
  color: var(--c-lt-blue);
}
section[class*="bg-blue"] h1 strong,
section[class*="bg-blue"] h2 strong,
section[class*="bg-blue"] h3 strong {
  color: var(--c-energy-blue-ada);
}
section[class*="bg-white"] h1 strong,
section[class*="bg-white"] h2 strong,
section[class*="bg-white"] h3 strong,
section[class*="bg-white"] h2.section-title {
  color: var(--c-dark-blue);
}

.list-2col {
  text-align: left;
}
@media (min-width: 640px) {
  .list-2col {
    text-align: left;
    columns: 2;
    column-gap: 4rem;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}

nav.anchor-nav {
  color: var(--c-inv);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6rem 0;
}

nav.anchor-nav a {
  display: inline-block;
  color: var(--c-inv) !important;
  padding: .75em;
  /* letter-spacing: .1em; */
  font-family: var(--font-header);
  font-weight: 700;
}

nav.anchor-nav a {
  display: inline-block;
  color: var(--c-inv) !important;
  padding: .75em;
  /* letter-spacing: .1em; */
  font-family: var(--font-header);
  font-weight: 700;
}

nav.anchor-nav a:hover,
nav.anchor-nav a:focus {
  color: var(--c-energy-blue) !important;
}
/* Forms
-------------------------------------------- */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--c-lt-grey);
}

textarea {
  min-height: 10rem;
}

.hs-button {
	cursor: pointer
}

.hs-form label {
	font-family: var(--font-header);
  color: var(--c-dark-blue);
  font-weight: 700;
}

/* Inputs List */

.hs-form ul.inputs-list {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
.hs-form .hs-form-field ul.inputs-list .hs-input {
  position: relative;
  top: -2px;
  width: auto !important;
  margin: 0 1rem 0 0;
  height: auto;
  display: inline-block;
}
.hs-form .hs-form-field ul.inputs-list span {
  font-weight: 400;
}

/* Error */

.hs-input.invalid {
  border-color: red;
}
.hs-error-msgs {
  position: relative;
  top: -1rem;
  margin: 0;
  padding: 0 0 0 2rem !important;
  list-style: none;
  color: red;
  font-size: 1.4rem;
}
.hs-error-msgs:after {
  position: absolute;
  content: '▴';
  top: 0;
  left: 0;
}

/* Captcha */

.hs_recaptcha {
	margin-bottom: 2rem;
}

/* Fix Column Layouts */

.hs-form fieldset {
	max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .hs-input,
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field input[type="radio"].hs-input,
.hs-form fieldset.form-columns-2 .hs-form-field input[type="radio"].hs-input,
.hs-form fieldset.form-columns-3 .hs-form-field input[type="radio"].hs-input,
.hs-form fieldset.form-columns-1 .hs-form-field input[type="checkbox"].hs-input,
.hs-form fieldset.form-columns-2 .hs-form-field input[type="checkbox"].hs-input,
.hs-form fieldset.form-columns-3 .hs-form-field input[type="checkbox"].hs-input {
  width: auto !important;
}

@media (min-width: 480px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}
/* Navigation Skipper */

.skip-to-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 4rem;
	padding: 1rem;
	color: white !important;
	font-size: 1.6rem;
	line-height: 1em;
	text-decoration: none;
	border-right: 0.1rem solid white;
	border-bottom: 0.1rem solid white;
	border-bottom-right-radius: 0.8rem;
	background-color: var(--c-dark-blue);
	transform: translateY(-100%);
	transition: transform 1s ease-in, background-color 0.5s ease-out;
	z-index: 100;
  }
  .skip-to-content:focus {
	transform: translateY(0);
	transition: transform 0.1s ease-out, background-color 0.5s ease-out;
  }
  .skip-to-content:hover {
	background-color: var(--c-maroon);
  }
  
  
  
  
    
  .site-header {  
	width: 100%;
	position: fixed;
	z-index: 101;
	transition: all 0.4s ease-out;
	padding-top: 3rem;
	padding-bottom: 1.2rem;
	background: linear-gradient(to bottom, rgba(0,0,0,.33) 0%, rgba(0,0,0,0) 100%);
  }
  .site-header[data-scroll-direction="up"],
  .site-header.has-open-mobile-menu {
	  transform: translateY(0%);
	  background: rgba(0,0,0,.8);
	  padding-top: 1.2rem;
  }
  .site-header[data-scroll-direction="down"] {
	  transform: translateY(-100%);
	  background: rgba(0,0,0,.8);
	  padding-top: 1.2rem;
  }
  .site-header[data-scroll-direction="none"] {
	background: linear-gradient(to bottom, rgba(0,0,0,.33) 0%, rgba(0,0,0,0) 100%);
  }
  .site-header-container--lp .site-header {
	display: flex;
	justify-content: center;
  }
  
  @media (max-width: 1139px) {
	.site-header.has-open-mobile-menu[data-scroll-direction="down"] {
		background: rgba(0,0,0,.8);
	}
	.site-header.has-open-mobile-menu {
	  background: rgba(0,0,0,.98);
	  height: 100vh;
	  overflow-y: auto;
	}
	body.has-open-mobile-menu {
	  overflow: hidden;
	}
  }
  
  
  .site-header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 3rem;
	flex-wrap: wrap;
  }
  
  .site-header__logo {
	line-height: 0;
	filter: brightness(0) invert(1);;
	position: relative;
	z-index: 1113;
	display: inline-block;
  }
  
  .site-header__navs {
	display: none;
  }
  
  @media (min-width: 1140px) {
	.site-header__navs {
	  display: flex;
	  flex-direction: column;
	  align-items: end;
	  margin-left: auto;
	}
  }
  
  
  
  /* Main Nav */
  
  .main-nav {
	display: flex;
	align-items: center;
	font-family: var(--font-body);
	font-size: 1.6rem;
	line-height: 1.1;
  }
  
  .main-nav__list {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 4rem;
  }
  
  .main-nav__item {
	display: flex;
  }
  .main-nav__item--has-children {
	position: relative;
  }
  
  .main-nav__link {
	display: flex;
	align-items: center;
	padding: 2.4rem 0;
	color: white;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
  }
  .main-nav__item--has-children .main-nav__link {
	padding-right: 0;
  }
  /*
  .main-nav__link.active-branch,
  .main-nav__link.active-node {
  }
  */
  .main-nav__link:hover,
  .main-nav__link:focus {
	color: var(--c-energy-blue);
  }
  
  .main-nav__button {
	cursor: pointer;
	align-items: center;
	background-color: transparent;
	border: none;
	display: flex;
	padding: 0 0.5rem;
	color: white;
  }
  .main-nav__button svg {
	transition: transform 0.3s ease-out;
  }
  
  .main-nav__list > li.is-open .main-nav__button svg {
	transform: scaleY(-1);
  }
  
  .main-nav__dropdown {
	position: absolute;
	z-index: 13;
	top: 100%;
	right: 0;
	margin: 0;
	list-style: none;
	padding: 2.4rem 0;
	width: 20rem;
	background: #fff;
	border-bottom: 0.1rem solid var(--c-energy-blue);
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transform: translateY(2rem);
	transition: opacity 0.15s ease-out, visibility 0.15s ease-out, transform 0.15s ease-out;
  }
  .main-nav__dropdown-link {
	display: block;
	padding: 1.2rem 2.4rem;
	font-size: 1.4rem;
	color: var(--c-main);
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
  }
  .main-nav__dropdown-link:hover,
  .main-nav__dropdown-link:active,
  .main-nav__dropdown-link:focus {
	color: var(--c-energy-blue);
  }
  
  .main-nav__list > li.is-open .main-nav__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }
  
  /* Secondary Nav */
  
  .secondary-nav {
	display: flex;
	align-items: center;
	font-family: var(--font-body);
	font-size: 1.4rem;
	line-height: 1.1;
  }
  .secondary-nav__list {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 3.4rem;
	padding-right: 1.7rem;
  }
  .secondary-nav__link {
	display: block;
	padding: 1.25rem 0;
	color: white;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
  }
  .secondary-nav__link:hover,
  .secondary-nav__link:focus {
	color: var(--c-energy-blue);
  }
  .secondary-nav .btn {
	padding-left: 1.5em;
	padding-right: 1.5em;
  }
  
  
  
  /* Mobile Navigation */
  
  .mobile-nav {
	position: relative;
	width: 100%;
  }
  @media (min-width: 1140px) {
	.mobile-nav,
	.mobile-nav__toggle {
	  display: none;
	}
  }
  
  .mobile-nav__toggle,
  .mega-nav__toggle {
	width: 4.8rem;
	height: 4.8rem;
	cursor: pointer;
	position: relative;
	background: transparent;
	padding: 0;
	border: none;
	z-index: 1313;
  }
  .mobile-nav__toggle span,
  .mega-nav__toggle span {
	display: block;
	position: absolute;
	height: 0.2rem;
	width: 4rem;
	background-color: white;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.15s ease-out;
  }
  .mobile-nav__toggle span:nth-child(1),
  .mega-nav__toggle span:nth-child(1) {
	top: .7rem;
  }
  .mobile-nav__toggle span:nth-child(2),
  .mega-nav__toggle span:nth-child(2) {
	top: 2.3rem;
	animation-duration: 0.3s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
  }
  .mobile-nav__toggle span:nth-child(3),
  .mega-nav__toggle span:nth-child(3) {
	top: 3.9rem;
  }
  .mobile-nav__toggle.is-open span:nth-child(1),
  .mega-nav__toggle.is-open span:nth-child(1) {
	top: 2.3rem;
	transform: rotate(45deg);
  }
  .mobile-nav__toggle.is-open span:nth-child(2),
  .mega-nav__toggle.is-open span:nth-child(2) {
	opacity: 0;
  }
  .mobile-nav__toggle.is-open span:nth-child(3),
  .mega-nav__toggle.is-open span:nth-child(3) {
	top: 2.3rem;
	transform: rotate(-45deg);
  }
  .mobile-nav__toggle:not(.is-open):hover span:nth-child(2),
  .mega-nav__toggle:not(.is-open):hover span:nth-child(2) {
	width: 3rem;
  }
  
  @keyframes toggleOpen {
	0% {
	  transform: rotate(0deg) scaleX(1);
	}
	40% {
	  transform: rotate(0deg) scaleX(0.25);
	}
	60% {
	  transform: rotate(45deg) scaleX(0.25);
	}
	100% {
	  transform: rotate(45deg) scaleX(1);
	}
  }
  @keyframes toggleClosed {
	0% {
	  transform: rotate(45deg) scaleX(1);
	}
	40% {
	  transform: rotate(45deg) scaleX(0.25);
	}
	60% {
	  transform: rotate(0deg) scaleX(0.25);
	}
	100% {
	  transform: rotate(0deg) scaleX(1);
	}
  }
  
  .mobile-nav__menu {
	position: relative;
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
  }
  .mobile-nav__menu:not(.is-open) {
	display: none;
  }
  .mobile-nav__menu.animate-in {
	opacity: 1;
  }
  
  .mobile-nav__list {
	background: var(--c-white);
	padding: 2rem;
	margin: 0;
	list-style: none;
	font-family: var(--font-body);
	font-size: 1.6rem;
	line-height: 1.1;
	width: 100%;
	max-width: 48rem;
  }
  
  .mobile-nav__item {
	border-bottom: 0.1rem solid var(--c-lt-grey);
  }
  
  .mobile-nav__link {
	display: block;
	padding: 2rem 0;
	color: var(--c-dark-blue);
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
  }
  .mobile-nav__link:hover,
  .mobile-nav__link:focus {
	color: var(--c-energy-blue);
  }
  
  .mobile-nav__submenu {
	padding: 0 0 2rem;
	margin: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 2rem;
	max-width: 48rem;
  }
  
  .mobile-nav__submenu-link {
	display: block;
	padding: 1rem 0;
	color: var(--c-dark-grey);
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0.1em;
  }
  .mobile-nav__submenu-link:hover,
  .mobile-nav__submenu-link:focus {
	color: var(--c-energy-blue);
  }
  
  .mobile-nav__list--secondary {
	background: var(--c-white);
	list-style: none;
	font-family: var(--font-body);
	font-size: 1.6rem;
	line-height: 1.1;
	padding: 0 2rem;
	margin: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 2rem;
	width: 100%;
	max-width: 48rem;
  }
  .mobile-nav__list--secondary .mobile-nav__link--secondary {
	display: block;
	padding: 1rem 0;
	color: var(--c-dark-grey);
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
  }
  .mobile-nav__cta {
	width: 100%;
	max-width: 48rem;
	padding: 2rem;
	background: var(--c-white);
  }
  .mobile-nav__cta .btn {
	width: 100%;
  }
  
  
  /* Mega Navigation */
  
  .mega-nav,
  .mega-nav__toggle {
	display: none;
  }
  @media (min-width: 1140px) {
	.mega-nav.is-open {
		width: 100%;
		display: flex;
		justify-content: space-between;
		gap: var(--col-gap);
		background: black url(https://6909593.fs1.hubspotusercontent-na1.net/hubfs/6909593/2024Website/bg-grunge-top.webp) no-repeat center -3rem / contain;
		padding: 6rem 0 6rem;
	}
	.mega-nav__toggle {
	  display: block;
	  align-self: flex-end;
	  top: -1rem;
	}
	ul.mega-nav__listing {
	}
	ul.mega-nav__listing,
	ul.mega-nav__listing--secondary {
		list-style: none;
		padding: 0;
		margin: 0;
		flex-grow: 1;
	}
	.mega-nav.is-open ul.mega-nav__listing,
	.mega-nav.is-open ul.mega-nav__listing--secondary {
		animation: fade-in-top .5s ease-in-out both;
	}
	.mega-nav__listing-divider {
		display: flex;
		flex-grow: 1;
		justify-content: center;
	}
	.mega-nav__listing-divider span {
		display: block;
		background: var(--c-dark-grey);
		flex: 0 0 2px;
		max-width: 2px;
	}
	ul.mega-nav__listing ul {	
		list-style: none;
		padding: 1rem 0 0;
		margin: 0;
	}
	ul.mega-nav__listing a {
		color: var(--c-energy-blue);
		font-family: var(--font-header);
		font-size: 2.8rem;
		font-weight: 900;
	}
	ul.mega-nav__listing ul a {
		display: block;
		color: var(--c-inv);
		font-family: var(--font-body);
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: .1em;
		text-transform: uppercase;
		padding: 1.5rem 0;
	}
	ul.mega-nav__listing ul a:hover,
	ul.mega-nav__listing ul a:focus {
		color: var(--c-energy-blue);
	}
	ul.mega-nav__listing--secondary {
		display: flex;
		flex-direction: column;
		gap: 2.4rem;
		flex: 0 1 21rem;
	}
	ul.mega-nav__listing--secondary a:not(.btn) {
		display: block;
		font-size: 1.4rem;
		line-height: 1.6rem;
		letter-spacing: .1em;
		text-align: center;
		color: var(--c-inv);
		border: 2px solid var(--c-inv);
		padding: 1.4rem 3rem;
		text-transform: uppercase;
	}
	ul.mega-nav__listing--secondary a:not(.btn):hover,
	ul.mega-nav__listing--secondary a:not(.btn):focus {
		color: var(--c-energy-blue);
		border: 2px solid var(--c-energy-blue);
	}
	ul.mega-nav__listing--secondary a.btn {
		display: block;
	}
	/* make the whole header behave */
	.site-header.has-open-mega-menu {
		background: var(--c-main);
	}
	.site-header .secondary-nav{
		opacity: 1;
		transition: opacity .5s;
	}
	.site-header.has-open-mega-menu .secondary-nav{
		opacity: 0;
		pointer-events: none;
	}
  }
  
  
  /* HS Tools Menu */
  
  div.hs-tools-menu {
	top: -3px !important;
	min-height: 30px !important;
  }
  div.hs-tools-menu.hs-collapsed img.hs-sprocket {
	width: 24px !important;
	right: 3px !important;
  }
.site-footer {
  padding: 6rem 0 10rem;
  border-bottom: 2rem solid var(--c-dark-blue);
  position: relative;
  background: var(--c-bright-grey);
  color: var(--c-dark-grey);
}
.site-footer a {
  color: var(--c-dark-grey);
}
.site-footer a:hover,
.site-footer a:focus {
  color: var(--c-dark-blue);
}
.site-footer:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  background-color: var(--c-dark-blue);
  width: 200px;
  height: 60px;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);
}


.site-footer__main {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 3rem;
}
.site-footer--lp .site-footer__main {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: var(--col-gap);
  margin-bottom: 3rem;
  flex-direction: column;
}

.site-footer__contact p {
  margin: 1rem 0;
}

.site-footer__logo {
  display: inline-block;
  margin-bottom: 3rem;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__nav ul li {
  padding: .4rem 0;
}
.site-footer__nav a {
  text-decoration: none;
}
.site-footer__nav > li > a {
  font-family: var(--font-header);
  font-weight: 900;
  font-size: 20px;
}
ul.site-footer__nav-submenu {
  padding-top: .75em;
}
.site-footer__family {
  text-align: center;
  gap: var(--col-gap);
  padding: var(--col-gap);
  margin: auto;
  width: 100%;
  max-width: 60rem;
}
.site-footer__family h3 {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--font-header-alt);
  margin: 2rem 0 0;
}
.site-footer__family-logos {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  gap: var(--col-gap);
}
.site-footer__family-logos a {
  filter: brightness(0) invert(0);
  opacity: .5;
}
.site-footer__family-logos a:hover,
.site-footer__family-logos a:focus {
  opacity: .8;
}

.site-footer__bottom {
}
@media (min-width: 480px) {
  .site-footer__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 720px) {
  .site-footer__main {
    grid-template-columns: 1fr 2fr;
  }
  .site-footer__nav {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .site-footer--lp .site-footer__main {
    justify-content: space-between;
    flex-direction: row;
  }
  .site-footer__family-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
.site-footer__legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  list-style: none;
  padding: 20px 0;
  margin: 0;
  justify-content: center;
}
.site-footer__legal-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: .1em;
}
.site-footer__copyright {
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: .1em;
}
.site-footer__socials {
  display: flex;
  flex-flow: row wrap;
  gap: var(--col-gap);
  justify-content: flex-start;
}
.content-simple .site-footer__socials {
  justify-content: center;
  padding: 3rem 0;
}
.site-footer--lp .site-footer__socials {
  justify-content: center;
}
.site-footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  background-color: transparent;
  border: 2px solid black;
  color: black;
}
.content-simple .site-footer__socials a {
  border: 2px solid var(--c-energy-blue);
  color: var(--c-energy-blue);
}
.content-simple .site-footer__socials a:hover {
  border: 2px solid var(--c-inv);
  color: var(--c-inv);
}
.blog-header {
    background: var(--blue-dark);
    color: var(--white);
}
.blog-header h1 {
    margin: 0 0 .25rem;
}
.blog-listing {
  background: var(--c-main);
}

/* blog index  */
.blog-listing a:not(.btn) {
  color: var(--c-energy-blue);
}
.blog-listing a:hover,
.blog-listing a:focus {
  color: var(--c-lt-blue);
}
.blog-listing__tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
  list-style: none;
  margin: auto;
  padding: 4.8rem 0;
}
.blog-listing__tags li {
  padding: 0;
  margin: 0;
  position: relative;
}
.blog-listing .blog-listing__tags li a {
  display: block;
  color: #fff;
  font-family: var(--font-header);
  font-weight: 700;
  background: none;
  border: none;
  padding: .25em 1em;
  position: relative;
}
.blog-listing .blog-listing__tags li a:hover,
.blog-listing .blog-listing__tags li a:focus {
  color: var(--c-energy-blue);
}
.blog-listing .blog-listing__tags li.active a {
  color: var(--c-energy-blue);
  font-family: var(--font-header);
  font-weight: 900;
}
.blog-listing__tags li.active:after {
  background: var(--c-energy-blue);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  content: "";
  display: block;
  height: 1.2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.2rem;
}
.blog-listing__listing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.8rem var(--col-gap);
}
.blog-listing__item {
  display: grid;
  grid-template-rows: auto 1fr;
}
.content-preview__media {
  display: block;
}
.content-preview__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 120/63;
  object-fit: cover;
}
.content-preview__content {
  border: none;
  border-left: 2px solid var(--c-energy-blue);
  padding: 2.4rem;
}
.content-preview__link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: var(--col-gap);
}
.content-preview__link svg {
  position: relative;
  top: .25em;
  left: .25em;
}
@media (min-width: 720px) {
}
@media (min-width: 720px) {
  .blog-listing__listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-preview__grid {
    grid-template-columns: 1fr 1fr;
  }
  .content-preview__block {
    padding: 3.2rem 4.8rem;
  }
}
.blog-pagination {
    padding: 4.2rem 0;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
.blog-pagination__link {
    display: inline-block;
    padding: .25em .5em;
    color: var(--c-inv);
    width: 2em;
    text-align: center;
    font-family: var(--font-header);
    font-weight: 400;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus,
.blog-pagination__link--active {
    color: var(--c-energy-blue);
}
.blog-pagination__link--active {
    font-weight: 900;
}
.blog-listing a.blog-pagination__link--next,
.blog-listing a.blog-pagination__link--prev {
  background-color: var(--c-energy-blue);
  color: var(--c-inv);
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-listing a.blog-pagination__link--prev {
  transform: rotate(180deg);
}
.blog-listing a.blog-pagination__link--next:hover,
.blog-listing a.blog-pagination__link--prev:hover,
.blog-listing a.blog-pagination__link--next:focus,
.blog-listing a.blog-pagination__link--prev:focus {
  background-color: var(--c-inv);
  color: var(--c-energy-blue);
}
.blog-pagination__link--disabled {
  display: none;
}
/* blog post  */
section.blog-post,
section.system-page {
  padding-top: 22rem;
}
.blog-post a:not(.btn),
.system-page a:not(.btn) {
  color: var(--c-energy-blue);
}
.blog-post a:hover,
.blog-post a:focus,
.system-page a:hover,
.system-page a:focus {
  color: var(--c-lt-blue);
}
.blog-post > .container {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4rem;
    position: relative;
    z-index: 2;
}
.system-page > .container {
    position: relative;
    z-index: 2;
}
.blog-post__featured-image {
  display: block;
  margin-bottom: 2.4rem;
}
.blog-post__heading {
  color: var(--c-energy-blue)
}
.blog-post__body {
  max-width: 90vw;
}
.blog-post__byline {
  font-style: italic;
  opacity: .8;
  padding-bottom: 2.4rem;
}
.blog-post__subscribe {
  margin-bottom: 4rem;
}
.blog-post__recent-posts ul {
  list-style: none;
  padding: 2rem 0;
  margin: 1em 0;
  font-size: 2rem;
  border-top: 1px solid var(--c-lt-grey);
}
.blog-post__recent-posts ul li {
  list-style: none;
  padding: 0;
  margin: 1em 0;
  font-size: 2rem;
}
.blog-post__social-sharing {
  padding: 4rem 0;
}
.blog-post__social-sharing ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-post__social-sharing ul svg {
  width: 3rem;
  height: 3rem;
}
.blog-post__back-to-blog {
  font-family: var(--font-header);
  font-size: 1.8rem;
  font-weight: 900;
}

@media (min-width: 960px) {
    .blog-post > .container {
        grid-template-columns: 2fr 1fr;
        column-gap: 12rem;
    }
}
/**Styling scrollable elements*/

.vveani {
  opacity: 0;
  transition: opacity 500ms;
}

.hs-inline-edit .vveani {
  opacity: 1;
  transition: none !important;
}
.hs-inline-edit .vveani.scrolled {
  animation: none !important;
}

.vveani.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 0.8s ease-in-out both;
}

.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 0.8s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

/* Tone down the animation to avoid vestibular motion triggers like scaling or panning large objects. */
@media (prefers-reduced-motion) {
	.vveani {
	  opacity: 1;
	}
	.scrolled {
	  animation: none !important;
	}
  }

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* @media (max-width: 768px) {
	.vveani { opacity: 1 !important; }
} */