/* ---------------------------------------------------------------------
 Theme Styles
------------------------------------------------------------------------ */

/* Abstracts */
/* ---------------------------------------------------------------------
 Global Variables
------------------------------------------------------------------------ */
:root {
    /* layouts */
    --global-max-width: 1280px;
    --global-min-width: 280px;
    --global-wrapper-insulation: 20px;
    --section-max-width: 1100px;
    --section-mobile-max-width: 350px; /* replace when we have mobile designs */

    /* interface colors */
    --color-white: rgba(255 255 255 / 100%);
    --color-white-75: rgba(255 255 255 / 75%);
    --color-black: rgba(0 0 0 / 100%);
    --color-transparent: transparent;

    /* brand colors */
    --color-brand-charcoal: rgba(51 51 53 / 100%);
    --color-brand-teal: rgba(46 75 79 / 100%);
    --color-brand-teal-95: rgba(46 75 79 / 95%);
    --color-brand-gray: rgba(109 110 112 / 100%);
    --color-brand-gray-25: rgba(109 110 112 / 25%);
    --color-brand-beige: rgba(229 230 228 / 100%);
    --color-brand-offwhite: rgba(249 250 250 / 100%);

    /* state colors */
    --color-error-dark: rgba(114 28 36 / 100%);
    --color-error: rgba(255 0 0 / 100%);
    --color-error-light: rgba(248 215 218 / 100%);
    --color-success-dark: rgba(21 87 36 / 100%);
    --color-success: rgba(0 255 0 / 100%);
    --color-success-light: rgba(212 237 218 / 100%);

    /* font stacks */
    --fontFamily-sans:
        'new-atten',
        'ui-sans-serif',
        'system-ui',
        '-apple-system',
        'BlinkMacSystemFont',
        '"Segoe UI"',
        'Roboto',
        'Arial',
        '"Noto Sans"',
        'sans-serif',
        '"Apple Color Emoji"',
        '"Segoe UI Emoji"',
        '"Segoe UI Symbol"',
        '"Noto Color Emoji"';
    --fontFamily-slab:
        'circe-slab-a',
        'ui-sans-serif',
        'system-ui',
        '-apple-system',
        'BlinkMacSystemFont',
        '"Segoe UI"',
        'Roboto',
        'Arial',
        '"Noto Sans"',
        'sans-serif',
        '"Apple Color Emoji"',
        '"Segoe UI Emoji"',
        '"Segoe UI Symbol"',
        '"Noto Color Emoji"';
    --fontFamily-serif:
        'ui-serif',
        'Georgia',
        'Cambria',
        '"Times New Roman"',
        'Times',
        'serif';
    --fontFamily-monospace:
        'ui-monospace',
        'SFMono-Regular',
        'Menlo',
        'Monaco',
        'Consolas',
        '"Liberation Mono"',
        '"Courier New"',
        'monospace';

    /* static text sizes */
    --txt-3xs: 0.5rem;      /* 12px */
    --txt-2xs: 0.8125rem;   /* 13px */
    --txt-xs: 0.875rem;     /* 14px */
    --txt-sm: 0.9375rem;    /* 15px */
    --txt-md: 1.125rem;     /* 18px */
    --txt-ml: 1.25rem;      /* 20px */
    --txt-lg: 1.5rem;       /* 24px */
    --txt-xl: 1.875rem;     /* 30px */
    --txt-2xl: 2.25rem;     /* 36px */
    --txt-3xl: 2.625rem;    /* 42px */
    --txt-4xl: 3.125rem;    /* 50px */
    --txt-5xl: 3.75rem;     /* 60px */

    /* line-heights */
    --lh-1: 1;
    --lh-sm: 1.15;
    --lh-md: 1.33;
    --lh-lg: 1.5;

    /* default colors */
    --theme-txt-color: var(--color-brand-gray);
    --theme-hdg-color: var(--color-brand-teal);

    /* text defaults */
    --default-font-size: var(--txt-sm);
    --default-line-height: var(--lh-lg);
    --default-font-family: var(--fontFamily-sans);
    --default-font-color: var(--theme-txt-color);
    --default-font-weight: 400;

    /* transitions */
    --trans-all-quick: 250ms all ease-in-out;
    --trans-all-btn: 100ms all linear;
    --trans-bg-btn: 100ms background-color linear;

    /* icons */
    --theme-icon-chevron-teal: url("data:image/svg+xml,%3Csvg width='15' height='25' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_35_144)'%3E%3Cpath d='M3.86 5.68999L0.910004 10.75H3.12L6.06 5.68999L3.12 0.619995H0.910004L3.86 5.68999Z' fill='%232E4B4F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_35_144'%3E%3Crect width='7' height='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    --theme-icon-chevron-offwhite: url("data:image/svg+xml,%3Csvg width='15' height='25' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_35_144)'%3E%3Cpath d='M3.86 5.68999L0.910004 10.75H3.12L6.06 5.68999L3.12 0.619995H0.910004L3.86 5.68999Z' fill='%23F9FAFA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_35_144'%3E%3Crect width='7' height='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    --theme-icon-chevron-beige: url("data:image/svg+xml,%3Csvg width='15' height='25' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_35_144)'%3E%3Cpath d='M3.86 5.68999L0.910004 10.75H3.12L6.06 5.68999L3.12 0.619995H0.910004L3.86 5.68999Z' fill='%23E5E6E4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_35_144'%3E%3Crect width='7' height='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    --theme-bullet-point: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_35_144)'%3E%3Cpath d='M3.86 5.68999L0.910004 10.75H3.12L6.06 5.68999L3.12 0.619995H0.910004L3.86 5.68999Z' fill='%232E4B4F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_35_144'%3E%3Crect width='7' height='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    --theme-select-arrow: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' data-name='Isolation Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.21 9.76'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %232e4b4f; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='9.6 5.59 0 0 0 4.18 9.6 9.76 19.21 4.18 19.21 0 9.6 5.59'/%3E%3C/svg%3E");
    --theme-header-arrow: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_168_2)'%3E%3Cpath d='M15.84 0H10.73L16.11 9.26H0V14.26H16.11L10.73 23.52H15.84L22.68 11.76L15.84 0Z' fill='%23E5E6E4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_168_2'%3E%3Crect width='22.68' height='23.52' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

@media (min-width: 767px) {
    :root {
        --global-wrapper-insulation: 40px;
    }
}

/* Base */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

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

main {
    display: block;
}

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

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

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

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

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

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

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

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

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

a {
    background-color: transparent;
}

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

img {
    border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}
/* ---------------------------------------------------------------------
 RESET CSS (thanks Eric Meyer)
------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote::before,
blockquote::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  text-size-adjust: 100%;
}

img, audio, canvas, video, picture, embed {
  max-width: 100% !important;
  height: auto;
}

/* ---------------------------------------------------------------------
 HTML5 Elements
------------------------------------------------------------------------ */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

audio, canvas, video, progress, picture {
  display: inline-block;
}

template, [hidden] {
  display: none !important;
}
/* ---------------------------------------------------------------------
 Base: Elements
------------------------------------------------------------------------ */
*, ::before, ::after {
    box-sizing: border-box;
}

html {
    text-size-adjust: 100%;
    background-color: var(--color-white); /* overscroll color */
}

body {
    background-color: var(--color-white);
    color: var(--default-font-color);
    font-family: var(--default-font-family);
    font-size: var(--default-font-size);
    line-height: var(--default-line-height);
    font-style: normal;
    font-weight: var(--default-font-weight);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* isLocked applied via JS - prevents scrolling when overlay is visible */
body.isLocked {
    overflow: hidden;
}

@media (max-width: 1023px) {
    body:has(#primaryNav:popover-open) {
        overflow: hidden; /* hide scrollbars when responsive nav is open */
    }
}

/* ---------------------------------------------------------------------
 Base: Form Elements
------------------------------------------------------------------------ */
input[type="checkbox"],
input[type="radio"],
input[type="range"] {
    accent-color: var(--color-brand-teal);
}

/* ---------------------------------------------------------------------
 Base: Anchor Element
------------------------------------------------------------------------ */
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: var(--color-transparent);
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}
/* ---------------------------------------------------------------------
 Base: Accessibility
------------------------------------------------------------------------ */
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
    *,
    *::after,
    *::before {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

:focus:not(:focus-visible) { outline: none !important; }

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 5px auto Highlight !important;
    outline: 5px auto -webkit-focus-ring-color !important;
}
/* ---------------------------------------------------------------------
 base: Skip Nav
------------------------------------------------------------------------ */
.skipNav a {
    position: fixed;
    left: 20px;
    top: -100px;
    z-index: 999999999999; /* over everything including the masthead */
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--color-brand-teal);
    color: var(--color-white);
    text-transform: uppercase;
    font-size: var(--txt-sm);
    line-height: var(--lh-1);
    font-weight: 500;
    transition: var(--trans-all-quick);
    letter-spacing: 1px;
    font-weight: 700;
}

.skipNav a:focus {
    top: 20px;
}

/* Landmarks */
/* ---------------------------------------------------------------------
 Landmark: Masthead
------------------------------------------------------------------------ */
.masthead {
    padding: 0;
    height: 100px;
    margin-right: calc(var(--global-wrapper-insulation) * -1); /* remove bumper on small screens */
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.masthead__brand {
    flex: 0 0 140px;
}

.masthead__nav {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.masthead__nav__menuWide {
    display: none; /* hide desktop nav */
}

@media (min-width: 360px) {
    .masthead__brand {
        flex-basis: 170px;
    }
}

@media (min-width: 420px) {
    .masthead__brand {
        flex-basis: 180px;
    }

    .masthead__nav {
        gap: 30px;
    }
}

@media (min-width: 767px) {
    .masthead {
        margin-right: 0; /* allow bumper padding */
    }

    .masthead__brand {
        flex-basis: 260px;
    }
}

@media (min-width: 1024px) {
    .masthead {
        height: auto;
        padding: 50px 0 20px;
    }

    .masthead__nav {
        gap: 60px;
    }

    .masthead__nav__menuNarrow {
        display: none; /* hide mobile nav */
    }

    .masthead__nav__menuWide {
        display: block; /* show desktop nav */
    }
}
/* ---------------------------------------------------------------------
 Landmark: Footer
------------------------------------------------------------------------ */
.footer__top {
    display: flex;
    flex-flow: column wrap;
    padding: 50px 0 0;
    gap: 30px;
}

.footer__top a,
.footer__top li,
.footer__bottom li,
.footer__botttom a {
    color: var(--color-white);
}

.footer__menus {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 60px;
    justify-content: center;
    align-items: flex-end;
}

.footer__menus .menu--social ul {
    justify-content: center;
}

.footer__top .footer__menus nav a {
    font-size: var(--txt-sm);
    line-height: var(--lh-sm);
    white-space: nowrap;
}

.footer__menus ul {
    display: flex;
    gap: 20px;
}

.footer__menus nav ul {
    flex-direction: column;

}
.footer__menus .menu--social ul {
    flex-wrap: wrap;
}

.footer__brand {
    display: none;
}

.footer__brand img {
    margin: 0 auto 20px;
}

.footer__bottom {
    border-top: 1px solid var(--color-white);
    flex-basis: 100%;
    padding: 20px 0;
    margin-top: 60px;
}

.footer__bottom ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer__bottom a {
    text-decoration: underline;
    font-style: italic;
    font-size: var(--txt-xs);
    line-height: var(--lh-sm);
    display: inline-block;
}

.footer__top a:hover,
.footer__bottom a:hover {
    text-decoration: underline;
}

@media (min-width: 900px) {

    .footer__brand {
        display: block;
        flex: 1;
    }

    .footer__top {
        padding: 50px 50px 0;
    }

    .footer__brand img {
        margin: 0;
    }

    .footer__menus .menu--social {
        flex-basis: auto;
    }

    .footer__bottom li:not(:last-child):after {
        content: '/';
        color: var(--color-brand-gray);
        padding-left: 12px;
    }

    .footer__menus {
        flex-direction: row;
        flex-basis: 50%;
        gap: 80px;
        justify-content: flex-end;
    }

    .footer__top {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 20px;
        padding: 50px 0 0 0;
    }
}
/* ---------------------------------------------------------------------
 Landmark: Desktop Menu
------------------------------------------------------------------------ */
.menu--main .menu__list {
    display: flex;
    gap: 60px;
}

.menu--main .menu-item__link {
    font-size: var(--txt-sm);
    transition: var(--trans-all-quick);
    line-height: var(--lh-sm);
    color: var(--color-brand-gray);
    letter-spacing: 1px;
    font-family: var( --fontFamily-sans);
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

.menu--main .menu-item__link:hover {
    color: var(--color-brand-teal);
}

.menu--main .menu__link--active-link {
    color: var(--color-brand-teal);
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-color: var(--color-brand-beige);
}
/* ---------------------------------------------------------------------
 Landmark: Hamburger
 - Derived from https://jonsuh.com/hamburgers/
------------------------------------------------------------------------ */
.hamburger {
    position: relative;
    appearance: none;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    background-position: center;
    color: var(--color-brand-teal);
    font: inherit;
    font-size: 1px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: none;
    vertical-align: middle;
    overflow: visible;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}

.hamburger:hover {

}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

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

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: none;
    border-radius: 4px;
    background-color: var(--color-brand-teal);
}

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

.hamburger-inner:before {
    top: -10px;
}

.hamburger-inner:after {
    bottom: -10px;
}

#primaryNav:popover-open ~ .hamburger .hamburger-inner,
#primaryNav:popover-open ~ .hamburger .hamburger-inner:after,
#primaryNav:popover-open ~ .hamburger .hamburger-inner:before {

}

#primaryNav:popover-open ~ .hamburger .hamburger-inner {
    transform: rotate(45deg);
}

#primaryNav:popover-open ~ .hamburger .hamburger-inner:before {
    top: 0;
    opacity: 0;
}

#primaryNav:popover-open ~ .hamburger .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
/* ---------------------------------------------------------------------
 Landmark: Popup
------------------------------------------------------------------------ */
.popup {
    position: fixed;
    inset: 100px 0 0 0; /* top offset matches masthead height */
    width: 100dvw;
    height: calc(100dvh - 100px);
    padding: 40px;
    background-color: var(--color-brand-teal-95);
}

.popup__menu {
    font-family: var(--fontFamily-sans);
    font-size: var(--txt-lg);
    font-weight: 500;
    line-height: var(--lh-sm);
    color: var(--color-brand-beige);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.popup__menu ul.menu__list li + li {
    margin-top: 25px;
}

.popup__menu a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}

.popup__submenu {
    margin-top: 40px;
    font-family: var(--fontFamily-sans);
    font-size: var(--txt-sm);
    font-weight: 400;
    font-style: italic;
    line-height: var(--lh-sm);
    color: var(--color-brand-beige);
}

.popup__submenu ul.menu__list li + li {
    margin-top: 15px;
}

.popup__submenu a:hover {
    text-decoration: underline;
}

.popup__social {
    display: inline-block;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid var(--color-brand-beige);
}

.popup__social ul.menu__list {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
}

/* Layouts */
/* ---------------------------------------------------------------------
 Layout: Wrapper
------------------------------------------------------------------------ */
.bumper {
    padding-left: var(--global-wrapper-insulation);
    padding-right: var(--global-wrapper-insulation);
}
/* ---------------------------------------------------------------------
 Layout: Site (basically a sticky footer and sticky nav)
------------------------------------------------------------------------ */
.site {
    --masthead-shadow: 0 -1px 4px rgba(0,0,0,0.5);

    display: flex;
    min-height: 100vh; /* fallback */
    min-height: 100dvh;
    flex-direction: column;
}

.site__masthead {
    position: sticky;
    top: 0;
    z-index: 99; /* over everything - except modals */
    transition: box-shadow 380ms ease;
}

.site__masthead.isPinned {
    box-shadow: var(--masthead-shadow);
}

.site__main {
    flex: 1;
}

@media (max-width: 1023px) {
    .site__masthead {
        box-shadow: var(--masthead-shadow); /* always present on small screen */
    }
}

@media (min-width: 1024px) {
    .site__masthead {
        top: -30px;
    }
}
/* ---------------------------------------------------------------------
 Layout: Stack
------------------------------------------------------------------------ */
.stack {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.stack--end {
    justify-content: flex-end;
}

.stack > * {
    margin-block: 0;
}

.stack > * + * {
    margin-block-start: var(--stack-space, 1.3rem);
}

.stack--sm > * + * {
    margin-block-start: var(--stack-space, 0.85rem);
}

.stack--md > * + * {
    margin-block-start: var(--stack-space, 1.7rem);
}

.stack--lg > * + * {
    margin-block-start: var(--stack-space, 2.5rem);
}

.stack:only-child {
    block-size: 100%;
}
/* ---------------------------------------------------------------------
 Layout: Tier
------------------------------------------------------------------------ */
.tier {
    background-color: var(--color-transparent);
}

.tier--color {
    background-color: var(--tier-color, var(--color-transparent));
}

/* ---------------------------------------------------------------------
 Layout: Tier Presets
------------------------------------------------------------------------ */
.tier--white { background-color: var(--color-white); }
.tier--black { background-color: var(--color-black); }
.tier--teal { background-color: var(--color-brand-teal); }
.tier--charcoal { background-color: var(--color-brand-charcoal); }
/* ---------------------------------------------------------------------
 Layout: Wrapper
------------------------------------------------------------------------ */
.wrapper {
    min-width: var(--global-min-width);
    max-width: var(--global-max-width);
    margin-left: auto;
    margin-right: auto;
}

.wrapper--full {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.wrapper--global {
    min-height: 60px;
}


    /* CSS variables */

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

    /* Mobile layout */

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

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

    /* Desktop layout */

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

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

/* Content */
/* ---------------------------------------------------------------------
 Content: Button
------------------------------------------------------------------------ */
.btn {
    position: relative;
    appearance: none;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    background-position: center;
    color: var(--color-brand-teal);
    font-family: var(--fontFamily-sans);
    font-size: var(--txt-sm);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 0.5px;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}

.btn:not(.btn--box) {
    transition: var(--trans-all-btn);
}

.btn--white {
    color: var(--color-brand-teal);
    background-color: var(--color-brand-offwhite);
}

.btn--white:hover {
    color: var(--color-brand-offwhite);
    background-color: var(--color-brand-teal);
}

.btn--gray {
    color: var(--color-brand-teal);
    background-color: var(--color-brand-beige);
}

.btn--gray:hover {
    color: var(--color-brand-beige);
    background-color: var(--color-brand-teal);
}

.btn--arrow {
    padding: 13px 50px 10px 25px;
    line-height: 1;
    background-image: var(--theme-icon-chevron-teal);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    clip-path: polygon(0px 0px, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0px 100%);
}

.btn--white.btn--arrow:hover {
    background-image: var(--theme-icon-chevron-offwhite);
}

.btn--gray.btn--arrow:hover {
    background-image: var(--theme-icon-chevron-beige);
}

.btn--box {
    display: block;
    height: 100px;
    width: 80px;
    padding: 5px;
    font-size: var(--txt-2xs);
    line-height: 1.1;
    text-align: left;
    border: 4px solid var(--color-brand-beige);
    border-right: 0;
    background-color: var(--color-brand-beige);
    color: var(--color-brand-charcoal);
    white-space: wrap;
}

.btn--box::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    background-color: var(--color-brand-teal);
    background-image: var(--theme-header-arrow);
    background-repeat: no-repeat;
    background-position: center;
    transition: var(--trans-bg-btn);
}

.btn--box:hover::after {
    background-color: var(--color-brand-charcoal);
}

@media (min-width: 767px) {
    .btn--box {
        height: 58px;
        width: auto;
        padding: 18px 80px 0 20px;
        font-size: var(--txt-sm);
        line-height: 1;
        text-align: center;
        white-space: nowrap;
    }

    .btn--box::after {
        top: 0;
        left: auto;
        height: auto;
        width: 60px;
    }
}
/* ---------------------------------------------------------------------
 Content: Text
------------------------------------------------------------------------ */
.txt {
    color: var(--theme-txt-color);
    font-family: var(--default-font-family);
    font-size: var(--default-font-size);
    line-height:var(--default-line-height);
    font-style: normal;
    font-weight: var(--default-font-weight);
}

/* family utils */
.txt--sans { font-family: var(--fontFamily-sans) !important; }
.txt--serif { font-family: var(--fontFamily-serif) !important; }
.txt--slab { font-family: var(--fontFamily-slab) !important; }
.txt--monospace { font-family: var(--fontFamily-monospace) !important; }

/* size utils */
.txt--3xs { font-size: var(--txt-3xs) !important; }
.txt--2xs { font-size: var(--txt-2xs) !important; }
.txt--xs { font-size: var(--txt-xs) !important; }
.txt--sm { font-size: var(--txt-sm) !important; }
.txt--md { font-size: var(--txt-md) !important; }
.txt--ml { font-size: var(--txt-ml) !important; }
.txt--lg { font-size: var(--txt-lg) !important; }
.txt--xl { font-size: var(--txt-xl) !important; }
.txt--2xl { font-size: var(--txt-2xl) !important; }
.txt--3xl { font-size: var(--txt-3xl) !important; }
.txt--4xl { font-size: var(--txt-4xl) !important; }
.txt--5xl { font-size: var(--txt-5xl) !important; }

/* line-height utils */
.txt--lh-1 { line-height: var(--lh-1) !important; }
.txt--lh-sm { line-height: var(--lh-sm) !important; }
.txt--lh-md { line-height: var(--lh-md) !important; }
.txt--lh-lg { line-height: var(--lh-lg) !important; }

/* color utils */
.txt--black { color: var(--color-black) !important; }
.txt--white { color: var(--color-white) !important; }
.txt--offwhite { color: var(--color-brand-offwhite) !important; }
.txt--teal { color: var(--color-brand-teal) !important; }
.txt--charcoal { color: var(--color-brand-charcoal) !important; }
.txt--gray { color: var(--color-brand-gray) !important;}
.txt--beige { color: var(--color-brand-beige) !important;}
.txt--colorInherit { color: inherit !important; }

/* weight & style utils */
.txt--italic { font-style: italic; }
.txt--300 { font-weight: 300 !important; }
.txt--400 { font-weight: 400 !important; }
.txt--500 { font-weight: 500 !important; }
.txt--600 { font-weight: 600 !important; }
.txt--700 { font-weight: 700 !important; }
.txt--800 { font-weight: 800 !important; }
.txt--900 { font-weight: 900 !important; }

/* alignment utils */
.txt--left { text-align: left !important; }
.txt--center { text-align: center !important; }
.txt--right { text-align: right !important; }

/* wrap utils */
.txt--balance { text-wrap: balance !important; }
.txt--pretty { text-wrap: pretty !important; }

/* Letter Spacing */
.txt--ls-sm { letter-spacing: 0.5px; }
.txt--ls-md { letter-spacing: 1px; }

/* other utils */
.txt--uppercase { text-transform: uppercase !important; }
.txt--lowercase { text-transform: lowercase !important; }
.txt--underline { text-decoration: underline !important; }

.txt--hasUnderlinedLinks a {
    color: inherit;
    text-decoration: underline;
}

/* ---------------------------------------------------------------------
 Content: Text Presets
------------------------------------------------------------------------ */
.txt--p1 {
    color: var(--theme-txt-color);
    font-family: var(--fontFamily-sans);
    font-size: var(--txt-md);
    line-height: var(--lh-lg);
    font-style: normal;
    font-weight: 400;
}

.txt--p2 {
    color: var(--theme-txt-color);
    font-family: var(--fontFamily-sans);
    font-size: var(--txt-sm);
    line-height: var(--lh-lg);
    font-style: normal;
    font-weight: 400;
}

.txt--caption {
    color: var(--theme-txt-color);
    font-family: var(--fontFamily-sans);
    font-size: var(--txt-3xs);
    line-height: var(--lh-lg);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.txt--h1 {
    font-size: var(--txt-3xl);
    line-height: var(--lh-sm);
    font-family: var(--fontFamily-slab);
    font-style: normal;
    font-weight: 700;
    color: var(--theme-hdg-color);
    text-wrap: balance;
}

.txt--h2 {
    font-size: var(--txt-2xl);
    line-height: var(--lh-sm);
    font-family: var(--fontFamily-slab);
    font-style: normal;
    font-weight: 700;
    color: var(--theme-hdg-color);
    text-wrap: balance;
}

.txt--h3 {
    font-size: var(--txt-lg);
    line-height: var(--lh-md);
    font-family: var(--fontFamily-slab);
    font-style: normal;
    font-weight: 700;
    color: var(--theme-hdg-color);
    text-wrap: balance;
}

.txt--h4 {
    font-size: var(--txt-md);
    line-height: var(--lh-md);
    font-family: var(--fontFamily-sans);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    color: var(--theme-hdg-color);
    text-wrap: balance;
}

.txt--h5 {
    font-size: var(--txt-sm);
    line-height: var(--lh-md);
    font-family: var(--fontFamily-sans);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    color: var(--theme-hdg-color);
    text-wrap: balance;
}

.txt--h6 {
    font-size: var(--txt-xs);
    line-height: var(--lh-md);
    font-family: var(--fontFamily-sans);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    color: var(--theme-hdg-color);
    text-wrap: balance;
}

.txt--h7 {
    font-size: var(--txt-md);
    line-height: var(--lh-md);
    font-family: var(--fontFamily-slab);
    font-style: normal;
    font-weight: 700;
    color: var(--theme-hdg-color);
    text-wrap: balance;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* other presets */
.txt--eyebrow {
    font-size: var( --txt-2xs);
    line-height: var(--lh-lg);
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-brand-gray);
    letter-spacing: 0.5px;
    display: block;
}

.txt--eyebrow::after {
    content: '';
    display: block;
    height: 1px;
    width: 12px;
    margin-top: 12px;
    font-family: var(--fontFamily-sans);
    border-bottom: 1px solid;
}

.txt--eyebrow-sm::after {
    width: 8px;
    margin-top: 6px;
}

.txt--eyebrow-center::after {
    margin-left: auto;
    margin-right: auto;
}
.line {
    height: 1px;
    margin: 3px 0;
    padding: 0;
    font-size: 1px;
    line-height: 1;
    background-color: transparent;
}
.menu--social i {
    background-color: var(--color-white);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
}

.menu--social img {
    height: 16px;
    vertical-align: middle;
    margin-top: 7px;
    display: inline;
}
.splitList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
}

.splitList > li {
    text-indent: -12px;
    padding-left: 15px;
    line-height: var(--lh-1);
    text-wrap: balance;
}

.splitList > li::before {
    content: ">";
    color: inherit;
}
/* ---------------------------------------------------------------------
 Content: User Content
------------------------------------------------------------------------ */
.userContent {
    --uc-vr-std: 1rem;
    --uc-vr-lg: 1.7rem;
    --uc-vr-xl: 2rem;
    --uc-vr-2xl: 3rem;

    background-color: transparent;
    color: var(--theme-txt-color);
    font-family: var(--default-font-family);
    font-size: var(--default-font-size);
    line-height:var(--default-line-height);
    margin: 0 auto;
    letter-spacing: normal;
    word-wrap: break-word;
    font-style: normal;
}

/* ---------------------------------------------------------------------
 Vertical Rhythm
 - set general spacing
 - always remove start margin from first child
 - always remove bottom margin from last child
 - don't apply VR to BR
------------------------------------------------------------------------ */
.userContent > *:not(br) {
    margin-block-start: var(--uc-vr-std);
}

.userContent > *:first-child {
    margin-block-start: 0 !important;
}

.userContent > *:last-child {
    margin-block-end: 0 !important;
}


/* ---------------------------------------------------------------------
 Media
 - media should never overflow it's container
 - ensure direct descendant media has vertical rhythm
------------------------------------------------------------------------ */
.userContent img,
.userContent iframe,
.userContent embed,
.userContent object,
.userContent video,
.userContent audio,
.userContent canvas,
.userContent picture {
    max-width: 100% !important;
}

.userContent > img,
.userContent > iframe,
.userContent > embed,
.userContent > object,
.userContent > video,
.userContent > audio,
.userContent > canvas,
.userContent > picture {
    display: inline-block;
}

/* ---------------------------------------------------------------------
 Anchors (but not buttons)
------------------------------------------------------------------------ */

.userContent a:not(.btn),
.userContent a:link:not(.btn),
.userContent a:active:not(.btn),
.userContent a:visited:not(.btn),
.userContent a:focus:not(.btn),
.userContent a:hover:not(.btn) {
    color: inherit;
    text-decoration: underline;
}

/* ---------------------------------------------------------------------
 Paragraphs
------------------------------------------------------------------------ */
.userContent p {
    hyphens: manual;
}

/* ---------------------------------------------------------------------
 Headings
 - mostly matches .txt--hdg
 - extra space before headings
------------------------------------------------------------------------ */
.userContent h1,
.userContent h2,
.userContent h3,
.userContent h4,
.userContent h5,
.userContent h6 {
    margin-block-start: var(--uc-vr-lg);
    margin-block-end: var(--uc-vr-std);
    color: var(--theme-hdg-color);
    font-family: var(--default-font-family);
    line-height: var(--lh-sm);
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    text-wrap: balance;
}

.userContent h1 {
    font-family: var(--fontFamily-slab);
    font-size: var(--txt-3xl);
    line-height: var(--lh-sm);
    font-weight: 900;
}

.userContent h2 { font-size: var(--txt-2xl); }
.userContent h3 { font-size: var(--txt-xl); }
.userContent h4 { font-size: var(--txt-lg); }
.userContent h5 { font-size: var(--txt-md); }
.userContent h6 { font-size: var(--txt-sm); }

.userContent h1 a,
.userContent h2 a,
.userContent h3 a,
.userContent h4 a,
.userContent h5 a,
.userContent h6 a {
    color: inherit !important;
    text-decoration: none !important;
}

/* ---------------------------------------------------------------------
 Inline Text
------------------------------------------------------------------------ */
.userContent address {
    font-style: italic;
}

.userContent strong,
.userContent b {
    font-weight: bold;
}

.userContent em,
.userContent i {
    font-style: italic;
}

.userContent del,
.userContent strike,
.userContent s {
    text-decoration: line-through;
}

.userContent u,
.userContent ins {
    text-decoration: underline;
}

.userContent sup {
    vertical-align: super;
    font-size: smaller;
}

.userContent sub {
    vertical-align: sub;
    font-size: smaller;
}

.userContent big {
    font-size: larger;
}

.userContent small {
    font-size: smaller;
}

.userContent abbr,
.userContent acronym {
    border: none;
    text-decoration: underline dotted;
}

.userContent cite,
.userContent dfn {
    font-style: italic;
}

.userContent q {
    font-style: italic;
}

.userContent q::before {
    content: open-quote;
}

.userContent q::after {
    content: close-quote;
}

.userContent q:lang(en) {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.userContent bdo,
.userContent bdi {
    direction: rtl;
}

.userContent blink {
    text-decoration: blink;
}

/* ---------------------------------------------------------------------
 Lists
------------------------------------------------------------------------ */
.userContent ul {
    list-style-type: disc;
}

.userContent ol {
    list-style-type: decimal;
}

.userContent dt {
    font-weight: bold;
    margin-bottom: 0.3rem; /* create space dt & dd */
}

.userContent li,
.userContent dd {
    margin-left: 1.7rem; /* leave room for the marker */
}

.userContent li:not(:last-child),
.userContent dd:not(:last-child) {
    margin-bottom: 0.3rem; /* create space between items */
}

.userContent ul ul,
.userContent ul ol,
.userContent ul dl,
.userContent ol ul,
.userContent ol ol,
.userContent ol dl,
.userContent dl ul,
.userContent dl ol,
.userContent dl dl {
    margin-top: 0.3rem; /* nested lists add top-margin to equalize space */
    margin-bottom: 0; /* nested lists have no margin-bottom */
}

.userContent ol ul,
.userContent ul ul {
    list-style-type: circle;
}

.userContent ol ol ul,
.userContent ol ul ul,
.userContent ul ol ul,
.userContent ul ul ul {
    list-style-type: square;
}
.logo {
    display: block;
}

.logo > img {
    display: block;
}
/* Blog post */

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

.blog-post .billboard {
  margin-bottom: 50px;
}

.blog-post__body {
  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;
}

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

/* Blog related posts */

.blog-related-posts {
  background-color: var(--color-brand-offwhite);
  padding: 60px 40px;
  margin-top: 50px;
}


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

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
	margin: 20px auto;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
    .blog-related-posts__list {
      gap: 40px;
  }
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
      flex-basis: 30%;
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

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

/* Helpers */
/* ---------------------------------------------------------------------
 Helper: Display
------------------------------------------------------------------------ */
.isHidden {
    display: none;
}

.isBlock {
    display: block;
}

.isInline {
    display: inline;
}

.isInlineBlock {
    display: inline-block;
}

.isInlineFlex {
    display: inline-flex;
}

.isFlex {
    display: flex;
}
/* ---------------------------------------------------------------------
 Helper: Visibility
------------------------------------------------------------------------ */
.isVisuallyHidden,
.screen-reader-text,
.sr-only {
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(100%) !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
}
.noList {
    list-style: none;
}

.list ul {
    margin-block-start: var(--uc-vr-std);
    margin-block-end: var(--uc-vr-std);
    margin-left: 1rem;
}

.list li {
    padding-left: 12px;
}

.list li::marker{
    content: var(--theme-bullet-point);
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
}

.list--teal li::marker {
    content: '>';
}

.list--gray li::marker {
    content: '>';
}