/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
  Tokens: BK Design System - from Figma to toolabs
  ========================================================================== */

/* colors */
:root {
  --manuscript: #ffffff;
  --baseline: #ffffff;
  --brand-primary: #007e98;
  --brand-secondary: #b7006b;
  --brand-tertiary: var(--green-600);
  --brand-accent: #0d595e;
  --brand-bold: #0013d8;
  --body-text: #1a202c;
  --basic-black: #000000;
  --basic-white: #ffffff;
  --cyan-50: #edfdfd;
  --cyan-100: #c4f1f9;
  --cyan-200: #9decf9;
  --cyan-300: #76e4f7;
  --cyan-400: #0bc5ea;
  --cyan-500: #00b5d8;
  --cyan-600: #00a3c4;
  --cyan-700: #0987a0;
  --cyan-800: #086f83;
  --cyan-900: #065666;
  --magenta-500: #d8007f;
  --magenta-20: #faf2f7;
  --magenta-50: #ffe8f6;
  --magenta-100: #ffa5da;
  --magenta-200: #ff77c7;
  --magenta-300: #ff1da2;
  --magenta-400: #ef008c;
  --magenta-600: #bd006f;
  --magenta-700: #87004f;
  --magenta-800: #6c0040;
  --magenta-900: #510030;
  --new-yellow-500: #d8c500;
  --new-yellow-50: #fffde8;
  --new-yellow-100: #fff9bb;
  --new-yellow-200: #fff377;
  --new-yellow-300: #ffef4a;
  --new-yellow-400: #efda00;
  --new-yellow-600: #bdac00;
  --new-yellow-700: #877b00;
  --new-yellow-800: #6c6300;
  --new-yellow-900: #514a00;
  --new-green-50: #e8fff2;
  --new-green-100: #bbffd7;
  --new-green-200: #77ffaf;
  --new-green-300: #33ff87;
  --new-green-400: #00ef62;
  --new-green-500: #00ab59;
  --new-green-600: #008738;
  --new-green-700: #008738;
  --new-green-800: #006c2d;
  --new-green-900: #005121;
  --bold-blue-50: #e8eaff;
  --bold-blue-100: #bbc1ff;
  --bold-blue-200: #7783ff;
  --bold-blue-300: #4a5aff;
  --bold-blue-400: #1d31ff;
  --bold-blue-500: #0013d8;
  --bold-blue-600: #0011bd;
  --bold-blue-700: #000c87;
  --bold-blue-800: #000a6c;
  --bold-blue-900: #000751;
  --white-alpha-50: #ffffff0a;
  --white-alpha-100: #ffffff0f;
  --white-alpha-200: #ffffff14;
  --white-alpha-300: #ffffff29;
  --white-alpha-400: #ffffff3d;
  --white-alpha-500: #ffffff5c;
  --white-alpha-600: #ffffff7a;
  --white-alpha-700: #ffffffa3;
  --white-alpha-800: #ffffffcc;
  --white-alpha-900: #ffffffeb;
  --black-alpha-50: #0000000a;
  --black-alpha-100: #0000000f;
  --black-alpha-200: #00000014;
  --black-alpha-300: #00000029;
  --black-alpha-400: #0000003d;
  --black-alpha-500: #0000005c;
  --black-alpha-600: #0000007a;
  --black-alpha-700: #000000a3;
  --black-alpha-800: #000000cc;
  --black-alpha-900: #000000eb;
  --gray-50: #f7fafc;
  --gray-100: #edf2f7;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e0;
  --gray-400: #a0aec0;
  --gray-500: #718096;
  --gray-600: #4a5568;
  --gray-700: #2d3748;
  --gray-800: #1a202c;
  --gray-900: #171923;
  --red-50: #fff5f5;
  --red-100: #fed7d7;
  --red-200: #feb2b2;
  --red-300: #fc8181;
  --red-400: #f56565;
  --red-500: #e53e3e;
  --red-600: #c53030;
  --red-700: #9b2c2c;
  --red-800: #822727;
  --red-900: #63171b;
  --orange-50: #fffaf0;
  --orange-100: #feebcb;
  --orange-200: #fbd38d;
  --orange-300: #f6ad55;
  --orange-400: #ed8936;
  --orange-500: #dd6b20;
  --orange-600: #c05621;
  --orange-700: #9c4221;
  --orange-800: #7b341e;
  --orange-900: #652b19;
  --yellow-50: #fffff0;
  --yellow-100: #fefcbf;
  --yellow-200: #faf089;
  --yellow-300: #f6e05e;
  --yellow-400: #ecc94b;
  --yellow-500: #d69e2e;
  --yellow-600: #b7791f;
  --yellow-700: #975a16;
  --yellow-800: #744210;
  --yellow-900: #5f370e;
  --green-50: #f0fff4;
  --green-100: #c6f6d5;
  --green-200: #9ae6b4;
  --green-300: #68d391;
  --green-400: #48bb78;
  --green-500: #38a169;
  --green-600: #25855a;
  --green-700: #276749;
  --green-800: #22543d;
  --green-900: #1c4532;
  --teal-50: #e6fffa;
  --teal-100: #b2f5ea;
  --teal-200: #81e6d9;
  --teal-300: #4fd1c5;
  --teal-400: #38b2ac;
  --teal-500: #319795;
  --teal-600: #2c7a7b;
  --teal-700: #285e61;
  --teal-800: #234e52;
  --teal-900: #1d4044;
  --blue-50: #ebf8ff;
  --blue-100: #bee3f8;
  --blue-200: #90cdf4;
  --blue-300: #63b3ed;
  --blue-400: #4299e1;
  --blue-500: #3182ce;
  --blue-600: #2b6cb0;
  --blue-700: #2c5282;
  --blue-800: #2a4365;
  --blue-900: #1a365d;
  --purple-50: #faf5ff;
  --purple-100: #e9d8fd;
  --purple-200: #d6bcfa;
  --purple-300: #b794f4;
  --purple-400: #9f7aea;
  --purple-500: #805ad5;
  --purple-600: #6b46c1;
  --purple-700: #553c9a;
  --purple-800: #44337a;
  --purple-900: #322659;
  --pink-50: #fff5f7;
  --pink-100: #fed7e2;
  --pink-200: #fbb6ce;
  --pink-300: #f687b3;
  --pink-400: #ed64a6;
  --pink-500: #d53f8c;
  --pink-600: #b83280;
  --pink-700: #97266d;
  --pink-800: #702459;
  --pink-900: #521b41;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--brand-primary);
  --bs-btn-border-color: var(--brand-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--cyan-800);
  --bs-btn-hover-border-color: var(--cyan-800);
  --bs-btn-focus-shadow-rgb: 0,181,216;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--cyan-900);
  --bs-btn-active-border-color: var(--cyan-900);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--cyan-700);
  --bs-btn-disabled-border-color: var(--cyan-700);
}

.btn {
  font-weight: 500;
}

.btn-outline-primary {
  --bs-btn-color: var(--brand-primary);
  --bs-btn-border-color: var(--brand-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--brand-primary);
  --bs-btn-hover-border-color: var(--brand-primary);
  --bs-btn-focus-shadow-rgb: 0,181,216;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--cyan-900);
  --bs-btn-active-border-color: var(--cyan-900);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--cyan-700);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--cyan-700);
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: var(--brand-secondary);
  --bs-btn-border-color: var(--brand-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--brand-secondary);
  --bs-btn-hover-border-color: var(--brand-secondary);
  --bs-btn-focus-shadow-rgb: 255,165,218;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--brand-secondary);
  --bs-btn-active-border-color: var(--brand-secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--brand-secondary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--brand-secondary);
  --bs-gradient: none;
}

.bg-brand-primary {
  background-color: var(--brand-primary);
  color: white;
}

.bg-brand-secondary {
  background-color: var(--brand-secondary);
  color: white;
}

.bg-brand-tertiary {
  background-color: var(--brand-tertiary);
}

.bg-brand-accent {
  background-color: var(--brand-accent);
  color: white;
}

.bg-brand-bold {
  background-color: var(--brand-bold);
  color: white;
}

.bg-brand-dark {
  background-color: var(--gray-700);
  color: white;
}

.bg-brand-dusk {
  background-color: var(--gray-50);
  color: var(--gray-700);
}

.bg-brand-dusk-variant {
  background-color: var(--gray-200);
  color: var(--gray-700);
}

.bg-brand-primary-light {
  background-color: var(--cyan-50);
  color: var(--brand-primary);
}

.bg-brand-secondary-light {
  background-color: var(--magenta-50);
  color: var(--brand-secondary);
}

.bg-brand-secondary-light-variant {
  background-color: var(--magenta-20);
}

.text-brand-primary {
  color: var(--brand-primary);
}

.text-brand-secondary {
  color: var(--brand-secondary);
}

.text-brand-tertiary {
  color: var(--brand-tertiary);
}

.text-brand-accent {
  color: var(--brand-accent);
}

.text-brand-bold {
  color: var(--brand-bold);
}

.text-brand-dark {
  color: var(--gray-700);
}

.text-active {
  color: var(--cyan-50);
  text-decoration: underline;
}

/* Shadows */
:root {
  --xs: 0px 0px 0px 1px #0000000d;
  --sm: 0px 1px 2px 0px #0000000d;
  --base: 0px 1px 3px 0px #0000001a, 0px 1px 2px 0px #0000000f;
  --md: 0px 4px 6px -1px #0000001a, 0px 2px 4px -1px #0000000f;
  --lg: 0px 10px 15px -3px #0000001a, 0px 4px 6px -2px #0000000d;
  --xl: 0px 20px 25px -5px #0000001a, 0px 10px 10px -5px #0000000a;
  --2-xl: 0px 25px 50px -12px #00000040;
  --outline: 0px 0px 0px 3px #3f99e199;
  --inner: inset 0px 2px 4px 0px #0000000f;
  --kbd-inner: inset 0px -2px 0px 0px #e2e8f0;
  --dark-lg: 0px 0px 0px 1px #0000001a, 0px 5px 10px 0px #00000033,
    0px 15px 40px 0px #00000066;
}

/* fonts */
:root {
  --primary-font: niveau-grotesk, sans-serif;
  --secondary-font: niveau-grotesk, sans-serif;
  --niveau-grotesk-900: niveau-grotesk, sans-serif;
  --niveau-grotesk-regular: niveau-grotesk, sans-serif;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --black: 900;
  --italic: italic;
}

/* fonts */
:root {
  --primary-font: niveau-grotesk, sans-serif;
  --secondary-font: niveau-grotesk, sans-serif;
  --niveau-grotesk-900: niveau-grotesk, sans-serif;
  --niveau-grotesk-regular: niveau-grotesk, sans-serif;
  --niveau-grotesk-regular-italic: niveau-grotesk, sans-serif;
  --niveau-grotesk-bold-italic: niveau-grotesk, sans-serif;
  --niveau-grotesk-medium-italic: niveau-grotesk, sans-serif;
  --niveau-grotesk-black-small-caps: niveau-grotesk-small-caps, sans-serif;
  --niveau-grotesk-black-italic: niveau-grotesk, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding-bottom: 8px;
  color: var(--gray-700);
}

body,
p,
.body-regular {
  font-family: var(--niveau-grotesk-regular);
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: var(--regular);
}
.body-regular-italic {
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--regular);
}
.body-regular-bold {
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: var(--bold);
}
.body-regular-bold-italic {
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--bold);
}

.body-jumbo {
  font-family: var(--niveau-grotesk-regular);
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0em;
  font-weight: var(--regular);
}
.body-jumbo-italic {
  font-family: var(--primary-font);
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--regular);
}
.body-jumbo-bold {
  font-family: var(--secondary-font);
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0em;
  font-weight: var(--bold);
}
.body-jumbo-bold-italic {
  font-family: var(--primary-font);
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--bold);
}
.body-large {
  font-family: var(--niveau-grotesk-regular);
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: var(--regular);
}
.body-large-italic {
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--regular);
}
.body-large-bold {
  font-family: var(--secondary-font);
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: var(--bold);
}
.body-large-bold-italic {
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--bold);
}
.lead,
.body-lead {
  font-family: var(--niveau-grotesk-regular);
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: var(--regular);
}
.body-lead-italic {
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--regular);
}
.body-lead-bold {
  font-family: var(--secondary-font);
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: var(--bold);
}
.body-lead-bold-italic {
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--bold);
}
.small,
.body-small {
  font-family: var(--niveau-grotesk-regular);
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: var(--regular);
}
.body-small-italic {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--regular);
}
.body-small-bold {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: var(--bold);
}
.body-small-bold-italic {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--bold);
}
.tiny,
.body-tiny {
  font-family: var(--primary-font);
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: var(--regular);
}
.body-tiny-bold {
  font-family: var(--secondary-font);
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--bold);
}
.body-tiny-bold-italic {
  font-family: var(--primary-font);
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--bold);
}

.h-1-large {
  font-family: var(--niveau-grotesk-900);
  font-size: 72px;
  line-height: 120%;
  letter-spacing: 0em;
  font-weight: var(--semibold);
}
.h-2-large {
  font-family: var(--niveau-grotesk-900);
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0em;
  font-weight: var(--semibold);
}
.h-3-large {
  font-family: var(--niveau-grotesk-900);
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0em;
  font-weight: var(--semibold);
}
.h-4-large {
  font-family: var(--niveau-grotesk-900);
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0em;
  font-weight: var(--semibold);
}
.h-5-large {
  font-family: var(--niveau-grotesk-900);
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0em;
  font-weight: var(--semibold);
}
.h-6-large,
.pre-heading {
  font-family: var(--niveau-grotesk-black-small-caps);
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0em;
  font-weight: var(--semibold);
  text-transform: lowercase;
}
.h-1-large-italic {
  font-family: var(--primary-font);
  font-size: 72px;
  line-height: 120%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--semibold);
}
.h-2-large-italic {
  font-family: var(--primary-font);
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--semibold);
}
.h-3-large-italic {
  font-family: var(--primary-font);
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--semibold);
}
.h-4-large-italic {
  font-family: var(--primary-font);
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--semibold);
}
.h-5-large-italic {
  font-family: var(--primary-font);
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--semibold);
}

h1,
.h-1-small {
  font-family: var(--niveau-grotesk-900);
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0em;
  font-weight: var(--semibold);
}
h2,
.h-2-small {
  font-family: var(--niveau-grotesk-900);
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0em;
  font-weight: var(--semibold);
}
h3,
.h-3-small {
  font-family: var(--niveau-grotesk-900);
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0em;
  font-weight: var(--semibold);
}
h4,
.h-4-small {
  font-family: var(--niveau-grotesk-900);
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0em;
  font-weight: var(--semibold);
}
h5,
.h-5-small {
  font-family: var(--niveau-grotesk-900);
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: var(--medium);
}
h6,
.h-6-small {
  font-family: var(--niveau-grotesk-black-small-caps);
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: var(--medium);
  text-transform: lowercase;
}
.h-1-small-italic {
  font-family: var(--primary-font);
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--semibold);
}
.h-2-small-italic {
  font-family: var(--primary-font);
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--semibold);
}
.h-3-small-italic {
  font-family: var(--primary-font);
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--semibold);
}
.h-4-small-italic {
  font-family: var(--primary-font);
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--medium);
}
.h-5-small-italic {
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: var(--medium);
}

/* ==========================================================================
 Headings: Large
 ========================================================================== */

@media (min-width: 768px) {
  h1 {
    font-family: var(--niveau-grotesk-900);
    font-size: 72px;
    line-height: 120%;
    letter-spacing: 0em;
  }
  h2 {
    font-family: var(--niveau-grotesk-900);
    font-size: 60px;
    line-height: 120%;
    letter-spacing: 0em;
  }
  h3 {
    font-family: var(--niveau-grotesk-900);
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0em;
  }
  h4 {
    font-family: var(--niveau-grotesk-900);
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0em;
  }
  h5 {
    font-family: var(--niveau-grotesk-900);
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0em;
  }
  h6 {
    font-family: var(--niveau-grotesk-black-small-caps);
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0em;

    text-transform: lowercase;
  }
}

.fw-medium {
  font-weight: var(--medium);
}

.pre-heading {
  padding-bottom: 0px;
  line-height: 0px;
}

.rounded-13 {
  border-radius: 13px;
}

em {
  font-style: italic;
}

a {
  color: var(--brand-primary);
}

a:hover,
a:focus {
  color: var(--cyan-700);
}

.nav-link:focus,
.nav-link:hover {
  color: var(--cyan-200);
}

.blockquote {
  border-left: 6px solid var(--gray-500);
  padding-left: 12px;
}

/* SpacePatterns */
:root {
  --none: 0px;
  --xx-small: 2px;
  --x-small: 4px;
  --small: 8px;
  --regular: 16px;
  --large: 32px;
  --x-large: 64px;
  --xx-large: 128px;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: var(--body-text);
}

.nav-link {
  font-weight: 600;
}

/* body {
  background: var(--gray-700);
  color: white;
} */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: var(--gray-700);
  text-shadow: none;
  color: white;
}

::selection {
  background: var(--gray-700);
  text-shadow: none;
  color: white;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--gray-600);
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Brad's custom styles
   ========================================================================== */

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

section {
  padding: 24px 0px 24px 0px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

p,li {
  -webkit-font-smoothing: antialiased;
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5em;
}

.lead,
.body-lead {
  font-family: var(--niveau-grotesk-regular);
  font-size: 1.25em;
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: var(--regular);
}

.pull-quote {
  border-left: solid;
  border-left-width: 4px;
  border-left-color: inherit;
  padding: 0px 0px 2px 12px;
  font-size: 26px;
  line-height: 30px;
  font-style: italic;
  margin: 36px 0px 36px 0px;
}

.quote {
  margin-bottom: 0rem;
  margin: 0px;
  padding: 0px;
  quotes: "\201C""\201D""\2018""\2019";
  line-height: 30px;
}

.quote:before {
  color: var(--brand-primary);
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}

.quote:after {
  color: var(--brand-primary);
  content: no-close-quote;
  font-size: 5em;
  line-height: 0.1em;
  vertical-align: -0.7em;
}

.quote p {
  display: inline;
  font-style: italic;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 1.1em;
  color: var(--brand-primary);
}

cite {
  color: var(--body-text);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}

.loading-overlay {
  position: absolute;
  left: 10%;
  width: 20%;
  top: 40%;
}

.shadow-md {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
}
.shadow-xl {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}

main {
  overflow: hidden;
}

.blur {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

header {
  border-bottom: solid #ffffff2e 0.25px;
}

.waves,
#header {
  background-image: url(https://res.cloudinary.com/dnktdoxab/image/upload/f_auto/q_auto/waves_kazm5m?_a=BAMAAAhK0);
  background-size: 330%;
  background-position: -80px;
}

#header.waves-secondary {
  background-image: url(https://res.cloudinary.com/dnktdoxab/image/upload/f_auto/q_auto/waves-white_nimxuw?_a=BAMAAAhK0) !important;
}

@media (min-width: 458px) and (max-width: 991px) {
  .waves,
  #header {
    background-size: 216%;
    background-position: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .waves,
  #header {
    background-size: 180%;
    background-position: center;
  }
}

@media (min-width: 1200px) {
  .waves,
  #header {
    background-size: cover;
    background-position: center;
  }
}

@-webkit-keyframes slide {
  from {
    background-position-x: 0px;
  }
  to {
    background-position-x: -10000px;
  }
}
@-moz-keyframes slide {
  from {
    background-position-x: 0px;
  }
  to {
    background-position-x: -10000px;
  }
}
@-o-keyframes slide {
  from {
    background-position-x: 0px;
  }
  to {
    background-position-x: -10000px;
  }
}
@keyframes slide {
  from {
    background-position-x: 0px;
  }
  to {
    background-position-x: -10000px;
  }
}

.people-slide {
  background-image: url(https://res.cloudinary.com/dnktdoxab/image/upload/f_auto/q_auto/people-hero-img_wqomtj?_a=BAMAAAhK0);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  background-size: auto 100%;
  animation: animatedBackground 600s linear infinite;
  -webkit-animation: slide 600s linear infinite;
  -moz-animation: slide 600s linear infinite;
  -o-animation: slide 600s linear infinite;
  animation: slide 600s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.people-panel {
  background-color: #fff;
  position: relative;
  padding: 65% 0 0 0;
  height: 0;
}

#hero {
  background-color: #f5f9fb;
  position: relative;
  overflow: hidden;
  height: 430px;
}

.hero-slide {
  width: 100%;
  height: 781px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://res.cloudinary.com/dnktdoxab/image/upload/f_auto/q_auto/dei-hero-img-4_byxnnx?_a=BAMAAAhK0);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  background-size: auto 58%;
  animation: animatedBackground 600s linear infinite;
  -webkit-animation: slide 600s linear infinite;
  -moz-animation: slide 600s linear infinite;
  -o-animation: slide 600s linear infinite;
  animation: slide 600s linear infinite;
}

a:hover img {
  opacity: 0.7;
  transform: scale(103%);
}


img {
  transition: all .3s ease-in-out;
}


/* @media (min-width: 438px) and (max-width: 472px) {
  .hero-slide {
    height: 1100px;

  }
}

@media (min-width: 372px) and (max-width: 437px) {
  .hero-slide {
    height: 770px;

  }
}

@media (min-width: 361px) and (max-width: 371px) {
  .hero-slide {
    height: 770px;

  }
}

@media (min-width: 350px) and (max-width: 360px) {
  .hero-slide {
    height: 770px;

  }
}

@media (max-width: 349px) {
  .hero-slide {
    height: 770px;

  }
} */

/* a {
  color: #5934f6;
text-decoration: none;
position: relative;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -0.2em;
  width: -webkit-calc(100% + 0.6em em);
  width: calc(100% + 0.6em);
  z-index: -1;
  height: 0.7em;
  background: #e4fbf3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
} */
