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

*, *: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%;
} 

/* Custom Column Ordering */
.row-fluid:has([class*="order-"]) > .dnd-column {
  order: 5; /* High number ensures unordered items come last */
}
.row-fluid > .dnd-column:has(.order-1) { order: 1 !important; }
.row-fluid > .dnd-column:has(.order-2) { order: 2 !important; }
.row-fluid > .dnd-column:has(.order-3) { order: 3 !important; }
.row-fluid > .dnd-column:has(.order-4) { order: 4 !important; }

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

  .row-fluid:has(.dnd-column [class*="order-"]) > .dnd-column { order: initial; }
  .row-fluid > .dnd-column:has(.md\:order-1) { order: 1 !important; }
  .row-fluid > .dnd-column:has(.md\:order-2) { order: 2 !important; }
  .row-fluid > .dnd-column:has(.md\:order-3) { order: 3 !important; } 
  .row-fluid > .dnd-column:has(.md\:order-4) { order: 4 !important; }
}
/*
 * THIS IS A CUSTOM ATTEMPT
 * Grant added this to make all row containers fill their parent
 */
@media screen and (max-width: 767px) {
  .row-fluid-wrapper { 
    width: 100%;
  }
}

/**
 * Beflow is from BridgeCore
 */

.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;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section .row-fluid > * + * {
    margin-top: 30px;
  }
}

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

/*@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-ExtraBoldItalic.eot');
    src: url('fonts/ChesnaGrotesk-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-ExtraBoldItalic.woff') format('woff'),
        url('fonts/ChesnaGrotesk-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-ExtraBold.eot');
    src: url('fonts/ChesnaGrotesk-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-ExtraBold.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-ExtraBold.woff') format('woff'),
        url('fonts/ChesnaGrotesk-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-BlackItalic.eot');
    src: url('fonts/ChesnaGrotesk-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-BlackItalic.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-BlackItalic.woff') format('woff'),
        url('fonts/ChesnaGrotesk-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-ExtraLight.eot');
    src: url('fonts/ChesnaGrotesk-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-ExtraLight.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-ExtraLight.woff') format('woff'),
        url('fonts/ChesnaGrotesk-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-Bold.eot');
    src: url('fonts/ChesnaGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-Bold.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-Bold.woff') format('woff'),
        url('fonts/ChesnaGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-Black.eot');
    src: url('fonts/ChesnaGrotesk-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-Black.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-Black.woff') format('woff'),
        url('fonts/ChesnaGrotesk-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-BookItalic.eot');
    src: url('fonts/ChesnaGrotesk-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-BookItalic.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-BookItalic.woff') format('woff'),
        url('fonts/ChesnaGrotesk-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-LightItalic.eot');
    src: url('fonts/ChesnaGrotesk-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-LightItalic.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-LightItalic.woff') format('woff'),
        url('fonts/ChesnaGrotesk-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-BoldItalic.eot');
    src: url('fonts/ChesnaGrotesk-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-BoldItalic.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-BoldItalic.woff') format('woff'),
        url('fonts/ChesnaGrotesk-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-Light.eot');
    src: url('fonts/ChesnaGrotesk-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-Light.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-Light.woff') format('woff'),
        url('fonts/ChesnaGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-Book.eot');
    src: url('fonts/ChesnaGrotesk-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-Book.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-Book.woff') format('woff'),
        url('fonts/ChesnaGrotesk-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-ExtLtIta.eot');
    src: url('fonts/ChesnaGrotesk-ExtLtIta.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-ExtLtIta.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-ExtLtIta.woff') format('woff'),
        url('fonts/ChesnaGrotesk-ExtLtIta.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-Medium.eot');
    src: url('fonts/ChesnaGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-Medium.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-Medium.woff') format('woff'),
        url('fonts/ChesnaGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-MediumItalic.eot');
    src: url('fonts/ChesnaGrotesk-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-MediumItalic.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-MediumItalic.woff') format('woff'),
        url('fonts/ChesnaGrotesk-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-SemiBold.eot');
    src: url('fonts/ChesnaGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-SemiBold.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-SemiBold.woff') format('woff'),
        url('fonts/ChesnaGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-ThinItalic.eot');
    src: url('fonts/ChesnaGrotesk-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-ThinItalic.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-ThinItalic.woff') format('woff'),
        url('fonts/ChesnaGrotesk-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-Thin.eot');
    src: url('fonts/ChesnaGrotesk-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-Thin.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-Thin.woff') format('woff'),
        url('fonts/ChesnaGrotesk-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-Regular.eot');
    src: url('fonts/ChesnaGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-Regular.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-Regular.woff') format('woff'),
        url('fonts/ChesnaGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-RegularItalic.eot');
    src: url('fonts/ChesnaGrotesk-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-RegularItalic.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-RegularItalic.woff') format('woff'),
        url('fonts/ChesnaGrotesk-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/ChesnaGrotesk-SemiBoldItalic.eot');
    src: url('fonts/ChesnaGrotesk-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChesnaGrotesk-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/ChesnaGrotesk-SemiBoldItalic.woff') format('woff'),
        url('fonts/ChesnaGrotesk-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}*/
body {
  line-height: 1.4;
  overflow-wrap: break-word;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

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,
a:hover {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

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

h1,
.text-h1 {
  font-size: clamp(1.85rem, 6vw, 3.2rem) !important;
}
@media screen and (min-width: 768px) {
  h1,
  .text-h1 {
    font-size: clamp(2.5rem, 3.23vw, 2.8645625rem) !important;
  }
}

.subtitle {
  font-family: 'GT America Mono';
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF5900;
}

/* Lists */

ul,
ol {
  margin: 0 0 20px;
  padding-left: 1rem;
}

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;
  overflow-wrap: anywhere !important;
  white-space: pre;
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  background: #0A1F27;
  color: #FCF9ED;
  padding: 1em;
  border-radius: 0.5rem;
  font-size: 0.875em;
}

code {
  vertical-align: bottom;
}

code:not(pre code) { 
  font-size: 0.875em;
  background: #efefef;
  color: #ea4a4a;
  padding: 2px 4px;
  border-radius: 4px;
}

/* Blockquotes */

blockquote {
  border-left: 0.5rem solid #FF5900;
  margin: 0 0 1.4rem;
  padding: 1em;
  background: #FCF9ED;
  border-radius: 4px;
}

blockquote > *:last-child { 
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Horizontal rules */

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

/* Image alt text */

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

/* Links */
a[data-hs-anchor="true"]:empty {
  height: 0;
  width: 0;
  display: block;
  overflow: hidden;
}

/* Tags */
.orange-tag {
  display: inline-block;
  color: #213740 !important;
  font-size: 12px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  border-radius: 24px;
  background-color: #FFB481;
  transition: background-color 0.3s ease;
}
a.orange-tag:hover,
a.orange-tag:focus,
button.orange-tag:hover,
button.orange-tag:focus {
  background-color: #FF9040;
}
.orange-tag:not(.normal-font) {
	text-transform: lowercase;
}

/* Font Weights */
.font-medium {
	font-weight: 500;
}
.font-semibold,
b,
strong {
	font-weight: 600 !important;
}
.font-bold {
	font-weight: 700;
}
@media screen and (max-width:767px) {
  .button {
    width: 100%;
    margin: 0;
  }
  .button + .button {
    margin-top: 1rem;
    margin-left: 0 !important;
  }
}

@media screen and (min-width:768px) {
  .button + .button {
    margin-left: 1rem;
  }
}

.custom-button__inner {
  flex-wrap: wrap;
}

.button {
  text-align: center;
  white-space: nowrap;
  margin-top: 1rem;
}

/*
 * Background images are set in utilities/_helper.css
 */
a.has-fur,
a.has-fur-small,
button.has-fur,
button.has-fur-small,
.button.has-fur,
.button.has-fur-small {
  transition: all 0.2s ease;
  overflow: hidden;
}

a.has-arrow-white,
button.has-arrow-white,
.button.has-arrow-white, 
a.has-arrow-orange,
button.has-arrow-orange,
.button.has-arrow-orange {
  background-position: calc(100% - 1em) 50%;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  padding-right: 2.65em;
  transition: all 0.2s ease;
}

a.has-arrow-white:hover,
button.has-arrow-white:hover,
.button.has-arrow-white:hover,
a.has-arrow-orange:hover,
button.has-arrow-orange:hover,
.button.has-arrow-orange:hover,
a.has-arrow-white:focus,
button.has-arrow-white:focus,
.button.has-arrow-white:focus,
a.has-arrow-orange:focus,
button.has-arrow-orange:focus,
.button.has-arrow-orange:focus {
  background-position-x: calc(100% - 0.75em)
}
/* Fields */

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

/* Labels */

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

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

/* Validation */

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

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

main form ul.no-list.hs-error-msgs.inputs-list {
  line-height: 1;
}
main form ul.no-list.inputs-list li:first-of-type {
    margin-top: 0;
}
main form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  position: relative;
}
main form textarea {
  min-height: 150px;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
  font-size: 13px;
  font-weight: 500;
}

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

@media screen and (max-width: 767px) {
  form input[type=submit],
  form .hs-button {
    width: 100%;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0;
}


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


::-webkit-input-placeholder {
	font-weight: 400 !important
}

/* Checkbox labels */
form label input[type="checkbox"] + span {
	font-family: Red Hat Text !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

/* Legal consent checkboxes */
label.hs-form-booleancheckbox-display {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
	margin: 0 !important;
}
.legal-consent-container .hs-form-booleancheckbox-display > span p  {
	line-height: 1.4 !important;
	margin: 0;
}
/* Tables */

table {
	margin-bottom: 1.4rem;
	overflow-wrap: break-word;
	border: none !important;
	border-right: 1px solid #999 !important;
	border-top: 1px solid #999 !important;
}

table, td, th {
	border-collapse: collapse !important;
	border-left: 1px solid #999 !important;
	border-bottom: 1px solid #999 !important;
}

/* Table cells */

td,
th {
  vertical-align: top;
  padding: 1rem;
}

/* Table header */

thead th {
  vertical-align: bottom;
  text-align: left;
}

thead th * {
	font-weight: 600 !important;
	font-size: 1.15rem !important;
}

thead th *:last-child {
	margin-bottom: 0;
}

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

/* Header DND sections */

/* CSS for header scroll behavior */
@media screen and (max-width: 767px) {
  html:not(.hs-inline-edit) [data-global-resource-path*='header'] {
    position: sticky;
    top: 0;
    z-index: 999999999999;
  }
  .header-placeholder {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  html:not(.hs-inline-edit) [data-global-resource-path*='header'] {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  /* Fixed header state */
  html:not(.hs-inline-edit) [data-global-resource-path*='header'].header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999999999;
  }

  /* Pre-animation state - hide above viewport */
  html:not(.hs-inline-edit) [data-global-resource-path*='header'].header-pre-animation {
    transform: translateY(-100%);
    transition: none;
  }

  /* Slide down animation */
  html:not(.hs-inline-edit) [data-global-resource-path*='header'].header-slide-down {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
  }

  /* Slide up animation */
  html:not(.hs-inline-edit) [data-global-resource-path*='header'].header-slide-up {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }
}

/* Placeholder styling */
.header-placeholder {
  display: none;
}

.header a[href*='crisis'] {
  color: #F0493E !important;
  font-weight: bold;
}

.header .row-fluid {
  flex-wrap: nowrap !important;
  align-items: center !important;
}

.header .row-fluid > * + * {
  margin-top: 0 !important;
}

/* Navigation skipper */

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

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

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

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

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

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



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

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



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



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

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


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

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

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

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

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

.header .button {
  display: block;
}

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

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

  .header__search .hs-search-field__input {
    width: auto;
  }
  .menu--desktop .menu__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .menu--desktop .menu__wrapper li * {
    font-size: 1.125rem;
    line-height: 150%;
    text-transform: none;
  }
  .header .dnd-column {
    width: max-content !important; 
  }
  .header .dnd-column[class*='cell_16950585654963'] {
    width: 100% !important; 
  }
  .header .button {
    white-space: nowrap;
  }
}

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

/* Language switcher */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

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

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

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

  .header__navigation--toggle:after {
    content: "Menu";
  }

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}
/**
 * Footer Navigation
 */
.footer a {
  color: #fcf9ed;
  transition: color 0.2s ease;
}

/* lower the font size on the last row in the footer (Copyright & Privacy Policy links row) */
.footer [class*="footer-row-"]:last-of-type * {
  font-size: 0.875rem;
}

.footer a:hover {
  color: #ff5900;
}

/**
 * Newsletter Form
 */
.footer .hsfc-NavigationRow {
  margin: 0 !important;
}

.footer .hsfc-NavigationRow__Buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  width: 100%;
}

.footer .hsfc-NavigationRow__Buttons button {
  width: 100%;
  font-weight: 600 !important;
}

.footer .hsfc-Step__Content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.footer .hsfc-EmailField label {
  display: none;
}

.footer .hsfc-EmailField input {
  background-color: #0A1F27 !important;
  border-color: #0A1F27;
  color: #FCF9ED !important;
}
 /* Hide the error message for the email input only */
.footer .hsfc-EmailField input + .hsfc-ErrorAlert {
  display: none;
}
.footer .hsfc-NavigationRow__Alerts { 
  margin-top: -0.75rem;
}

.footer .hsfc-ErrorAlert {
  color: #801115 !important;
  background: #ffb8b8 !important;
  padding: 0.5em;
  border-radius: 4px;
  font: 500 14px 'Red Hat Text' !important;
  margin-top: -2em;
}

.footer .hsfc-RichText * {
  color: #FCF9ED;
}

.footer .hsfc-ReCaptchaV2 {
	height: 0 !important;
    overflow: hidden !important;
    min-height: 0 !important;
    opacity: 0 !important;
    width: 0 !important;
    transform: scale(0) !important;
}

/** 
 * Policy Menu 
 * */
.footer .hs-menu-flow-horizontal > ul[role="menu"] {
  gap: 0.75em;
  margin-bottom: 1.5rem;
  margin-top: -2em;
}
@media screen and (min-width: 768px) {
  .footer .hs-menu-flow-horizontal > ul[role="menu"] {
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.view-all {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.view-all span svg {
  height: .5rem;
  width: auto;
  margin-left: 1rem;
}

/* Menu and simple menu */

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

/* Vertical menu */

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

.freeze-scroll {
  overflow: hidden; 
}

/* 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%;
}
html:not(.no-js) [data-aos=slide-up]:not(.aos-animate) {
  transform: translate3d(0, 60px, 0);
}

.isotope-pager {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.isotope-pager > * + * {
  margin-left: 1rem;
}

.isotope-pager a {
  padding: .25rem .5rem;
  border-radius: 8px;
}

.isotope-pager a.active {
  background-color: var(--primary-color);
  color: white;
}

.listing-search {
  position: relative;
}

.listing-search input {
  padding: 1rem;
  appearance: none;
  width: 100%;
}

span.search-submit {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.listing__filters {
  margin-bottom: 60px;
  display: flex;
  width: 100%;
}

.listing__filter-groups {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.listing__filter-groups > *,
.listing__filters > * {
  width: 100%;
}

.listing__filter-groups > * + *,
.listing__filters > * + * {
  margin-left: 20px;
}

.listing__filters-wrap {
  max-height: 0;
  height: auto;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.listing__filters-wrap.active {
  max-height: 2000px;
  visibility: visible;
  opacity: 1;
}

.listing__filters fieldset {
  border: none;
  outline: none;
  appearance: none;
  margin: 0 auto;
  padding: 0;
}

.listing__filters fieldset > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
}

.listing__filters fieldset > ul li {
  border: 2px solid;
  display: block;
  padding: 0.85rem 2rem;
}

.listing__filters label {
  cursor: pointer;
}

.listing__filters fieldset > ul li.active,
.listing__filters fieldset > ul li:hover {
  background-color: var(--dark-color);
  color: var(--light-color);
}

.listing__filters fieldset > ul li input {
  display: none;
}

.listing__filters fieldset > label h4 {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.listing__filters fieldset > label {
  transition: all .5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.blog .listing__filters label span,
.blog .listing__filters label {
  display: block;
}

.blog .listing-filters__group {
  position: relative;
}

.blog .listing__filter-groups > * + * {
  margin-left: 20px;
}

.blog .listing__filters label h4 {
  color: #000000 !important;
  background-color: #ffffff;
  border: 2px solid #000000;
  display: block;
  padding: 0.85rem 2rem;
  font-size: 1rem;
}

.blog .listing__filters label + ul {
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 99;
  border-left: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.blog .listing__filters fieldset.active h4 {
  border-bottom: none;
}

.blog .listing__filters fieldset > ul li {
  border: none;
  padding: 5px 2rem;
  display: block;
  width: 100%;
}

.listing__search button {
  padding: 19px 44px;
}

.body-container--podcasts-post #hs_cos_wrapper_post_dnd_area-dnd_partial-2-module-2_ {
  text-align: center;
}

@media (max-width: 767px) {
  .listing__filters {
    flex-direction: column;
  }

  .listing-filters__group {
    margin-bottom: 20px !important;
  }

  .listing__search {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .listing__filter-groups {
    flex-direction: column;
  }

  .listing-filters__group {
    margin-left: 0 !important;
  }
}

/* BLog Post Listing */
/* 40px spacing between cards */
@media screen and (min-width: 768px) {
  :root .hs-blog-post__wrapper > .hs-blog-post {
    --grid-space-between-posts: 40px !important;
    --grid-post-width: calc(50% - 40px) !important;
    --grid-post-width-four-column: calc(25% - 40px) !important;
    --grid-post-width-three-column: calc(33.3% - 40px) !important;
    margin-bottom: 40px;
  }
}
/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

[class*="__tag"] {
  text-transform: lowercase;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

.hs-blog-post__tag {
	transition: background-color 0.2s ease;
}

.hs-blog-post__tag:hover,
.hs-blog-post__tag:focus {
	background-color: #FF9040 !important;
}

a[class*="_hsBlogPostTitleLink"] {
	transition: color 0.2s ease;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Left / Right Sections of Post Detail */
.blog-post-flex-wrapper .right {
  margin: 0 0 2rem;
  background: #FCF9ED;
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.blog-post-flex-wrapper .right h6 {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #213740;
  margin: 0.5rem 0;
}
.blog-post-flex-wrapper .right *:last-child { 
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .blog-post-flex-wrapper {  
    display: flex;
    gap: 80px;
    align-items: flex-start;
  }
  .blog-post-flex-wrapper .left {
    flex: 1;
    padding-top: 40px;
  }
  .blog-post-flex-wrapper .right {
    width: 392px;
    margin: 80px 0 0;
  }
}

.blog-post__body strong {
	font-weight: 600;
}

.blog-post__body li {
	margin-bottom: 0.5rem;
}

pre code {
	background: transparent !important;
}

.hljs-copy {
	font-size: 0.75em;
	padding: 0.5em 1em;
	display: flex;
	gap: 4px;
	align-items: center;
	font-family: 'Red Hat Text', sans-serif;
}
.hljs-copy svg {
	width: 1.5em;
	height: 1.5em;
}

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

/* Colors */







body {
  --primary-color: #FF5900;
  --secondary-color:  #213740;
  --tertiary-color:  #ff9040;
  --light-color:  #FCF9ED;
  --dark-color:  #0A1F27;
  --light-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.10);
  --dark-shadow: 0px 0px 20px -6px rgba(0,0,0,.2);
}



.button:not(.no-button), .hs-button:not(.no-button), .cta_button:not(.no-button) {
  
  letter-spacing: 0.5px;
  font-size: 16px;font-weight: 700; font-family: Red Hat Text, serif;
  font-weight: 500 !important;
}



.button.button--:hover,
.hs-button.button--:hover,
.cta_button.button--:hover {
  background-color:  !important;
  color: ;
  border-color: ;
}
.funraise-button.button--:hover {
  background-color:  !important;
  color:  !important;
  border-color:  !important;
}




  
    
    
    form input[type='submit'] {
      background-color: #FF5900 !important;
      color: #FCF9ED;
      border-color: #FF5900;
    }
    form input[type='submit']:hover {
      background-color: #213740 !important;
      color: #FCF9ED;
      border-color: #213740;
    }
  


  
    
    
    
      .button.button--primary,
      .hs-button.button--primary,
      .cta_button.button--primary {
        
          color: #FCF9ED;
        
          background-color: #FF5900;
        
          border-color: #FF5900;
        
      }
      .funraise-button.button--primary {
        
          color: #FCF9ED !important;
        
          background-color: #FF5900 !important;
        
          border-color: #FF5900 !important;
        
      }
      .button.button--primary.button--ghost,
      .hs-button.button--primary.button--ghost,
      .cta_button.button--primary.button--ghost {
          background-color: transparent !important;
          
            
          
            
              color: #FF5900;
              border-color: #FF5900;
            
          
            
          
      }
      .funraise-button.button--primary.button--ghost {
          background-color: transparent !important;
          
            
          
            
              color: #FF5900 !important;
              border-color: #FF5900 !important;
            
          
            
          
      }
    
  
    
    
    
      .button.button--primary:hover,
      .hs-button.button--primary:hover,
      .cta_button.button--primary:hover {
        
          color: #FCF9ED;
        
          background-color: #213740;
        
          border-color: #213740;
        
      }
      .funraise-button.button--primary:hover {
        
          color: #FCF9ED !important;
        
          background-color: #213740 !important;
        
          border-color: #213740 !important;
        
      }
      .button.button--primary.button--ghost:hover,
      .hs-button.button--primary.button--ghost:hover,
      .cta_button.button--primary.button--ghost:hover {
        
          
          
            color: #FCF9ED;
          
        
          
          
        
          
            border-color: #213740;
            background-color: #213740 !important;
          
          
         
      }
      .funraise-button.button--primary.button--ghost:hover {
        
          
          
            color: #FCF9ED !important;
          
        
          
          
        
          
            border-color: #213740 !important;
            background-color: #213740 !important;
          
          
         
      }
    
  
    
    
    
      .button.button--secondary,
      .hs-button.button--secondary,
      .cta_button.button--secondary {
        
          color: #ff5900;
        
          background-color: #ffffff;
        
          border-color: #ff5900;
        
      }
      .funraise-button.button--secondary {
        
          color: #ff5900 !important;
        
          background-color: #ffffff !important;
        
          border-color: #ff5900 !important;
        
      }
      .button.button--secondary.button--ghost,
      .hs-button.button--secondary.button--ghost,
      .cta_button.button--secondary.button--ghost {
          background-color: transparent !important;
          
            
          
            
              color: #ffffff;
              border-color: #ffffff;
            
          
            
          
      }
      .funraise-button.button--secondary.button--ghost {
          background-color: transparent !important;
          
            
          
            
              color: #ffffff !important;
              border-color: #ffffff !important;
            
          
            
          
      }
    
  
    
    
    
      .button.button--secondary:hover,
      .hs-button.button--secondary:hover,
      .cta_button.button--secondary:hover {
        
          color: #FCF9ED;
        
          background-color: #FF5900;
        
          border-color: #FF5900;
        
      }
      .funraise-button.button--secondary:hover {
        
          color: #FCF9ED !important;
        
          background-color: #FF5900 !important;
        
          border-color: #FF5900 !important;
        
      }
      .button.button--secondary.button--ghost:hover,
      .hs-button.button--secondary.button--ghost:hover,
      .cta_button.button--secondary.button--ghost:hover {
        
          
          
            color: #FCF9ED;
          
        
          
          
        
          
            border-color: #FF5900;
            background-color: #FF5900 !important;
          
          
         
      }
      .funraise-button.button--secondary.button--ghost:hover {
        
          
          
            color: #FCF9ED !important;
          
        
          
          
        
          
            border-color: #FF5900 !important;
            background-color: #FF5900 !important;
          
          
         
      }
    
  
    
    
    
      .button.button--tertiary,
      .hs-button.button--tertiary,
      .cta_button.button--tertiary {
        
          color: #FCF9ED;
        
          background-color: #ff9040;
        
          border-color: #ff9040;
        
      }
      .funraise-button.button--tertiary {
        
          color: #FCF9ED !important;
        
          background-color: #ff9040 !important;
        
          border-color: #ff9040 !important;
        
      }
      .button.button--tertiary.button--ghost,
      .hs-button.button--tertiary.button--ghost,
      .cta_button.button--tertiary.button--ghost {
          background-color: transparent !important;
          
            
          
            
              color: #ff9040;
              border-color: #ff9040;
            
          
            
          
      }
      .funraise-button.button--tertiary.button--ghost {
          background-color: transparent !important;
          
            
          
            
              color: #ff9040 !important;
              border-color: #ff9040 !important;
            
          
            
          
      }
    
  
    
    
    
      .button.button--tertiary:hover,
      .hs-button.button--tertiary:hover,
      .cta_button.button--tertiary:hover {
        
          color: #FCF9ED;
        
          background-color: #FF5900;
        
          border-color: #FF5900;
        
      }
      .funraise-button.button--tertiary:hover {
        
          color: #FCF9ED !important;
        
          background-color: #FF5900 !important;
        
          border-color: #FF5900 !important;
        
      }
      .button.button--tertiary.button--ghost:hover,
      .hs-button.button--tertiary.button--ghost:hover,
      .cta_button.button--tertiary.button--ghost:hover {
        
          
          
            color: #FCF9ED;
          
        
          
          
        
          
            border-color: #FF5900;
            background-color: #FF5900 !important;
          
          
         
      }
      .funraise-button.button--tertiary.button--ghost:hover {
        
          
          
            color: #FCF9ED !important;
          
        
          
          
        
          
            border-color: #FF5900 !important;
            background-color: #FF5900 !important;
          
          
         
      }
    
  
    
    
    
      .button.button--light,
      .hs-button.button--light,
      .cta_button.button--light {
        
          color: #0A1F27;
        
          background-color: #FCF9ED;
        
          border-color: #FCF9ED;
        
      }
      .funraise-button.button--light {
        
          color: #0A1F27 !important;
        
          background-color: #FCF9ED !important;
        
          border-color: #FCF9ED !important;
        
      }
      .button.button--light.button--ghost,
      .hs-button.button--light.button--ghost,
      .cta_button.button--light.button--ghost {
          background-color: transparent !important;
          
            
          
            
              color: #FCF9ED;
              border-color: #FCF9ED;
            
          
            
          
      }
      .funraise-button.button--light.button--ghost {
          background-color: transparent !important;
          
            
          
            
              color: #FCF9ED !important;
              border-color: #FCF9ED !important;
            
          
            
          
      }
    
  
    
    
    
      .button.button--light:hover,
      .hs-button.button--light:hover,
      .cta_button.button--light:hover {
        
          color: #FCF9ED;
        
          background-color: #0A1F27;
        
          border-color: #0A1F27;
        
      }
      .funraise-button.button--light:hover {
        
          color: #FCF9ED !important;
        
          background-color: #0A1F27 !important;
        
          border-color: #0A1F27 !important;
        
      }
      .button.button--light.button--ghost:hover,
      .hs-button.button--light.button--ghost:hover,
      .cta_button.button--light.button--ghost:hover {
        
          
          
            color: #FCF9ED;
          
        
          
          
        
          
            border-color: #0A1F27;
            background-color: #0A1F27 !important;
          
          
         
      }
      .funraise-button.button--light.button--ghost:hover {
        
          
          
            color: #FCF9ED !important;
          
        
          
          
        
          
            border-color: #0A1F27 !important;
            background-color: #0A1F27 !important;
          
          
         
      }
    
  
    
    
    
      .button.button--dark,
      .hs-button.button--dark,
      .cta_button.button--dark {
        
          color: #FCF9ED;
        
          background-color: #0A1F27;
        
          border-color: #0A1F27;
        
      }
      .funraise-button.button--dark {
        
          color: #FCF9ED !important;
        
          background-color: #0A1F27 !important;
        
          border-color: #0A1F27 !important;
        
      }
      .button.button--dark.button--ghost,
      .hs-button.button--dark.button--ghost,
      .cta_button.button--dark.button--ghost {
          background-color: transparent !important;
          
            
          
            
              color: #0A1F27;
              border-color: #0A1F27;
            
          
            
          
      }
      .funraise-button.button--dark.button--ghost {
          background-color: transparent !important;
          
            
          
            
              color: #0A1F27 !important;
              border-color: #0A1F27 !important;
            
          
            
          
      }
    
  
    
    
    
      .button.button--dark:hover,
      .hs-button.button--dark:hover,
      .cta_button.button--dark:hover {
        
          color: #0A1F27;
        
          background-color: #FCF9ED;
        
          border-color: #FCF9ED;
        
      }
      .funraise-button.button--dark:hover {
        
          color: #0A1F27 !important;
        
          background-color: #FCF9ED !important;
        
          border-color: #FCF9ED !important;
        
      }
      .button.button--dark.button--ghost:hover,
      .hs-button.button--dark.button--ghost:hover,
      .cta_button.button--dark.button--ghost:hover {
        
          
          
            color: #0A1F27;
          
        
          
          
        
          
            border-color: #FCF9ED;
            background-color: #FCF9ED !important;
          
          
         
      }
      .funraise-button.button--dark.button--ghost:hover {
        
          
          
            color: #0A1F27 !important;
          
        
          
          
        
          
            border-color: #FCF9ED !important;
            background-color: #FCF9ED !important;
          
          
         
      }
    
  
/* 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;
  }
}

/* Fur Backgrounds */
.has-fur,
.has-fur-small {
	position: relative;
}

.has-fur::before,
.has-fur-small::before {
	content: '';
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
  opacity: 0.2;
  border-radius: inherit;
}

.has-fur::before {
	background-image: url(//19811288.fs1.hubspotusercontent-na1.net/hubfs/19811288/raw_assets/public/clevyrCore/images/fur.png)
}

.has-fur-small::before {
	background-image: url(//19811288.fs1.hubspotusercontent-na1.net/hubfs/19811288/raw_assets/public/clevyrCore/images/fur-small.png)
}

/* Arrow Backgrounds */
.has-arrow-white {
    background-image: url(//19811288.fs1.hubspotusercontent-na1.net/hubfs/19811288/raw_assets/public/clevyrCore/images/icons/arrow-white.svg);
}

.has-arrow-orange,
._hsBlogPostButton_1hg5v_163 {
    background-image: url(//19811288.fs1.hubspotusercontent-na1.net/hubfs/19811288/raw_assets/public/clevyrCore/images/icons/arrow-orange.svg);
}
/* Blog Post "Read More" link on Listing page */
._hsBlogPostButton_1hg5v_163 {
  background-position: 100% 50% !important;
  background-repeat: no-repeat !important;
  padding-right: 1.5em !important;
}

/* Widths / Heights */
.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

/* Margins */
.mt-10 {
	margin-top: 2.5rem;
}
.mt-6 {
	margin-top: 2rem;
}
.mt-4 {
	margin-top: 1rem;
}

/* Rounded Corners */
.rounded-full {
  border-radius: 9999px; 
}
.rounded-lg {
  border-radius: 16px;
}
.rounded-md {
  border-radius: 8px;
}
.rounded-sm {
  border-radius: 4px;
}