@charset "UTF-8";
/**
 * HOVER FOCUS
 * Checking if device input "can hover"
 *
 * @return  {content}  Your CSS rules
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

dd,
dt,
dl {
  margin: 0;
}

@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/josefin-sans-v16-latin/josefin-sans-v16-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/josefin-sans-v16-latin/josefin-sans-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/josefin-sans-v16-latin/josefin-sans-v16-latin-regular.woff2") format("woff2"), url("/assets/fonts/josefin-sans-v16-latin/josefin-sans-v16-latin-regular.woff") format("woff"), url("/assets/fonts/josefin-sans-v16-latin/josefin-sans-v16-latin-regular.ttf") format("truetype"), url("/assets/fonts/josefin-sans-v16-latin/josefin-sans-v16-latin-regular.svg#JosefinSans") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* josefin-slab-600 - latin */
@font-face {
  font-family: "Josefin Slab";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/josefin-slab-v12-latin/josefin-slab-v12-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/josefin-slab-v12-latin/josefin-slab-v12-latin-600.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/josefin-slab-v12-latin/josefin-slab-v12-latin-600.woff2") format("woff2"), url("/assets/fonts/josefin-slab-v12-latin/josefin-slab-v12-latin-600.woff") format("woff"), url("/assets/fonts/josefin-slab-v12-latin/josefin-slab-v12-latin-600.ttf") format("truetype"), url("/assets/fonts/josefin-slab-v12-latin/josefin-slab-v12-latin-600.svg#JosefinSlab") format("svg"); /* Legacy iOS */
  font-display: swap;
}
html {
  font-size: 18px;
  line-height: 1.5;
}

body {
  /* josefin-sans-regular - latin */
  font-family: "Josefin Sans", "arial sans-serif";
  font-style: normal;
  font-weight: 400;
  color: #262626;
  font-size: 1rem;
}

.text--primary {
  color: #EB5959;
}

.text--secondary {
  color: #374B6D;
}

.text--light-secondary {
  color: #6887C2;
}

.text--white {
  color: #FFFFFF;
}

.text--black {
  color: #242424;
}

.text--dark-black {
  color: #000000;
}

.text--grey {
  color: #99A5AB;
}

.text--light-grey {
  color: #D4D9DA;
}

.text--dark-grey {
  color: #4F595F;
}

.text--off-white {
  color: #EFF1F0;
}

.text--interactive {
  color: #6887C2;
}

.text--error {
  color: #D32F2F;
}

.text--tiny {
  font-size: 0.67rem;
  line-height: 1.16;
}

.text--small {
  font-size: 0.835rem;
  line-height: 1.25;
}

.text--large {
  font-size: 1.15rem;
  line-height: 1.625;
}

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

.text--uppercase {
  text-transform: uppercase;
}

em,
.text--italic {
  font-style: italic;
}

.text--right {
  text-align: right;
}

.text--center {
  text-align: center;
}

.text--left {
  text-align: left;
}

p {
  margin: 0 0 1rem;
}

a {
  color: #242424;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: none;
}

.inline-link {
  text-decoration: none;
  transition: box-shadow linear 0.15s;
  box-shadow: inset 0 -2px #6887C2;
}
.inline-link:focus {
  transition: all linear 0.15s;
  text-decoration: none;
  transition: box-shadow linear 0.15s;
  box-shadow: inset 0 -4px #6887C2;
}
@media (hover: hover) {
  .inline-link:hover {
    transition: all linear 0.15s;
    text-decoration: none;
    transition: box-shadow linear 0.15s;
    box-shadow: inset 0 -4px #6887C2;
  }
}
.inline-link.-interactive {
  color: #6887C2;
}

.base-link {
  text-decoration: none;
  transition: box-shadow linear 0.15s;
  box-shadow: inset 0 -3px #6887C2;
}
.base-link:focus {
  text-decoration: none;
  transition: box-shadow linear 0.15s;
  box-shadow: inset 0 0 #6887C2;
  outline: solid 3px #6887C2;
  outline-offset: 1px;
  transition: none;
}
@media (hover: hover) {
  .base-link:hover {
    text-decoration: none;
    transition: box-shadow linear 0.15s;
    box-shadow: inset 0 -5px #6887C2;
    transition: box-shadow linear 0.15s;
  }
}

ul,
ol {
  margin: 0px 0px 20px 25px;
  padding: 0;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 1.5;
}

dd {
  margin-left: 0;
}

address {
  margin-bottom: 20px;
  font-style: normal;
}
@media (min-width: 48em) {
  address {
    margin-bottom: 40px;
  }
}

img {
  border: 0;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: middle;
}

.vh {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}
.vh.focusable:active, .vh.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.img-center {
  display: block;
  margin: 0 auto;
}

h1 {
  font-family: "Josefin Slab", "Times New Roman", Serif;
  font-style: normal;
  font-weight: 600;
  color: #242424;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

h2 {
  font-family: "Josefin Slab", "Times New Roman", Serif;
  font-style: normal;
  font-weight: 600;
  color: #242424;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

h3 {
  font-family: "Josefin Slab", "Times New Roman", Serif;
  font-style: normal;
  font-weight: 600;
  color: #242424;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

h4 {
  font-family: "Josefin Slab", "Times New Roman", Serif;
  font-style: normal;
  font-weight: 600;
  color: #242424;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

h5 {
  font-family: "Josefin Slab", "Times New Roman", Serif;
  font-style: normal;
  font-weight: 600;
  color: #242424;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

h6 {
  font-family: "Josefin Slab", "Times New Roman", Serif;
  font-style: normal;
  font-weight: 600;
  color: #242424;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

h1 {
  font-size: 64px;
  line-height: 1.25;
}
@media (max-width: 47.99em) {
  h1 {
    font-size: 48px;
    line-height: 1.2;
  }
}

h2 {
  font-size: 38px;
  line-height: 1.4;
}
@media (max-width: 47.99em) {
  h2 {
    font-size: 32px;
    line-height: 1.35;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.45;
}
@media (max-width: 47.99em) {
  h3 {
    font-size: 28px;
    line-height: 1.35;
  }
}

h4 {
  font-size: 23px;
  line-height: 1.36;
}
@media (max-width: 47.99em) {
  h4 {
    font-size: 23px;
    line-height: 1.36;
  }
}

.heading--alpha {
  font-size: 64px;
  line-height: 1.25;
}
@media (max-width: 47.99em) {
  .heading--alpha {
    font-size: 48px;
    line-height: 1.2;
  }
}

.heading--bravo {
  font-size: 38px;
  line-height: 1.4;
}
@media (max-width: 47.99em) {
  .heading--bravo {
    font-size: 32px;
    line-height: 1.35;
  }
}

.heading--charlie {
  font-size: 28px;
  line-height: 1.45;
}
@media (max-width: 47.99em) {
  .heading--charlie {
    font-size: 28px;
    line-height: 1.35;
  }
}

.heading--delta {
  font-size: 23px;
  line-height: 1.36;
}
@media (max-width: 47.99em) {
  .heading--delta {
    font-size: 23px;
    line-height: 1.36;
  }
}

.heading--echo {
  font-size: 20px;
  line-height: 1.33;
}
@media (max-width: 47.99em) {
  .heading--echo {
    font-size: 20px;
    line-height: 1.33;
  }
}

.heading--center {
  text-align: center;
}

.heading--sans {
  /* josefin-sans-regular - latin */
  font-family: "Josefin Sans", "arial sans-serif";
  font-style: normal;
  font-weight: 400;
}

.long-form-copy.-container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 38em;
  padding-left: 20px;
  padding-right: 20px;
}
.long-form-copy p,
.long-form-copy li {
  font-size: 1.15rem;
  line-height: 1.625;
}
.long-form-copy ul,
.long-form-copy ol,
.long-form-copy img {
  margin-bottom: 20px;
}
.long-form-copy img {
  display: block;
}
.long-form-copy .img--center {
  margin: 0 auto;
}
.long-form-copy .img--border {
  border: solid 2px #99A5AB;
}
.long-form-copy p + p {
  margin-bottom: 0;
  margin-top: 40px;
}
.long-form-copy ul,
.long-form-copy ol {
  margin: 0 0 40px;
}
.long-form-copy ul {
  list-style: disc;
}
.long-form-copy ol {
  list-style: decimal;
}
.long-form-copy li {
  margin-bottom: 20px;
  margin-left: 40px;
}
.long-form-copy a {
  text-decoration: none;
  transition: box-shadow linear 0.15s;
  box-shadow: inset 0 -3px #6887C2;
}
.long-form-copy a:focus {
  text-decoration: none;
  transition: box-shadow linear 0.15s;
  box-shadow: inset 0 0 #6887C2;
  outline: solid 3px #6887C2;
  outline-offset: 1px;
  transition: none;
}
@media (hover: hover) {
  .long-form-copy a:hover {
    text-decoration: none;
    transition: box-shadow linear 0.15s;
    box-shadow: inset 0 -5px #6887C2;
    transition: box-shadow linear 0.15s;
  }
}
.long-form-copy code,
.long-form-copy pre {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: Roboto Mono, Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
}
.long-form-copy code {
  font-size: 1rem;
  padding: 5px;
}
.long-form-copy pre {
  margin-bottom: 20px;
  margin-top: -20px;
  overflow-x: auto;
  padding: 20px;
  white-space: pre;
}
@media (min-width: 48em) {
  .long-form-copy pre {
    margin-bottom: 40px;
  }
}
.long-form-copy pre > code {
  background-color: transparent;
  padding: 0;
}
.long-form-copy h2,
.long-form-copy h3 {
  margin-top: calc(40px + 1rem);
}
@media (min-width: 48em) {
  .long-form-copy h2,
  .long-form-copy h3 {
    margin-top: 80px;
  }
}
.long-form-copy blockquote {
  color: #4F595F;
  font-style: italic;
  margin: 40px;
  position: relative;
}
.long-form-copy blockquote::before, .long-form-copy blockquote::after {
  content: "“";
  font-size: 4em;
  position: absolute;
  color: #99A5AB;
}
.long-form-copy blockquote::before {
  top: -1rem;
  left: -40px;
}
.long-form-copy blockquote::after {
  content: "”";
  bottom: -0.9em;
  right: 0;
}
.long-form-copy table {
  border-spacing: 0;
  margin: 40px 0;
  width: 100%;
}
.long-form-copy table th,
.long-form-copy table td {
  border-bottom: solid 2px #99A5AB;
  padding: 10px;
  text-align: left;
}
.long-form-copy table th:not(:last-of-type),
.long-form-copy table td:not(:last-of-type) {
  border-right: solid 2px #99A5AB;
}
.long-form-copy figure {
  margin: 0;
}
.long-form-copy figure + p {
  margin-top: 40px;
}
.long-form-copy .figure-featured-img p {
  color: #4F595F;
  font-size: 0.85rem;
  font-style: italic;
}

*:first-child[class] {
  margin-top: 0;
}

*:last-child[class] {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
.container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 78em;
  padding-left: 20px;
  padding-right: 20px;
}
.container.-content {
  max-width: 73ch;
}
.container.-reduced {
  max-width: 38em;
}

.band {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 48em) {
  .band {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.band.-double {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 48em) {
  .band.-double {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.band.-double-top {
  padding-top: 40px;
}
@media (min-width: 48em) {
  .band.-double-top {
    padding-top: 80px;
  }
}
.band.-double-bottom {
  padding-bottom: 40px;
}
@media (min-width: 48em) {
  .band.-double-bottom {
    padding-bottom: 80px;
  }
}
.band.-no-top {
  padding-top: 0;
}
.band.-no-bottom {
  padding-bottom: 0;
}
.band.-grey {
  background-color: #99A5AB;
}
.band.-off-white {
  background-color: #EFF1F0;
}
.band.-error {
  background-color: #D32F2F;
}
.band.-image {
  background-color: #EFF1F0;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}
.band.-seperator {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 48em) {
  .band.-seperator {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.band.-seperator:after {
  background-color: #D4D9DA;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.band.-utterance {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 48em) {
  .band.-utterance {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.article {
  margin: 0 auto;
  max-width: 38em;
}

.article__link {
  display: block;
}

.article__heading {
  margin-bottom: 10px;
  display: inline;
}

.article__date {
  display: block;
  color: #4F595F;
  display: block;
  margin: 20px 0;
}

.article__content {
  margin-top: 20px;
}

.articles-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@supports (display: flex) {
  .articles-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
  }
}
.articles-list .inline-list__item,
.articles-list > li {
  display: flex;
}
.articles-list .inline-list__item:not(:last-of-type),
.articles-list > li:not(:last-of-type) {
  margin-bottom: 80px;
}
@media (min-width: 48em) {
  .articles-list > li:not(:last-of-type) {
    margin-bottom: 160px;
  }
}

.articles-list__item {
  position: relative;
}
.articles-list__item:not(:last-of-type):after {
  background-color: #D4D9DA;
  bottom: -41px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (min-width: 48em) {
  .articles-list__item:not(:last-of-type):after {
    bottom: -81px;
  }
}

.banner.-featured {
  background-color: #EFF1F0;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  position: relative;
  transition: all linear 0.15s;
  color: #FFFFFF;
  overflow: hidden;
}
.banner.-featured:after {
  background-color: #242424;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.65;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
.banner.-featured:after {
  height: calc(100% + 15px);
  width: calc(100% + 15px);
}
@media (min-width: 48em) {
  .banner.-featured {
    height: 90vh;
  }
}
.banner.-featured.lazyload {
  opacity: 0;
}
.banner.-featured.lazyloaded {
  opacity: 1;
}
.banner.-featured .site-logo .site-logo__icon {
  fill: #FFFFFF;
}
.banner.-featured .site-logo .site-logo__icon .badger-logo__face-bg {
  fill: #EFF1F0;
}
.banner.-featured .site-logo .site-logo__icon .badger-logo__face {
  fill: #242424;
}
.banner.-featured .banner__navigation {
  position: relative;
  z-index: 2000;
}
.banner.-featured .navigation__link {
  color: currentColor;
}
.banner.-featured .banner__content {
  position: relative;
  z-index: 2000;
}
@media (min-width: 48em) {
  .banner.-featured .banner__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
  }
}
.banner.-contact .banner__copy + .navigation {
  margin-top: 20px;
}

.banner__bg-img {
  background-color: #EFF1F0;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  margin: -5px -10px -10px -5px;
  position: absolute;
  right: 0;
  top: 0;
}

.banner__inner {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 78em;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 33.74em) {
  .-article .banner__inner {
    position: relative;
  }
  .-article .banner__inner::after {
    background-color: #242424;
    bottom: 10px5px;
    content: "";
    height: 2px;
    left: 20px;
    position: absolute;
    width: calc(100% - 40px);
  }
}

.banner__navigation {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 33.75em) {
  .banner__navigation {
    align-items: center;
    display: flex;
    margin-bottom: 40px;
  }
}

.site-logo {
  display: block;
}
@media (min-width: 33.75em) {
  .site-logo {
    margin-right: auto;
  }
}
.site-logo:focus {
  outline: solid 2px #EB5959;
}
@media (min-width: 48em) {
  .site-logo {
    transition: transform ease-in-out 0.5s;
  }
  .site-logo:hover {
    transform: scale(1.05);
  }
}
.site-logo .site-logo__icon {
  margin-bottom: 10px;
  height: 70px;
  width: 100%;
}
@media (min-width: 33.75em) {
  .site-logo .site-logo__icon {
    height: auto;
    margin-bottom: 0;
    margin-right: auto;
    width: 120px;
  }
}

.banner__content {
  margin: 0 auto;
  max-width: 73ch;
  padding: 40px 0 20px;
}
@media (max-width: 33.74em) {
  .banner__content {
    border-top: solid 2px #4F595F;
  }
}
@media (min-width: 53.125em) {
  .banner__content {
    padding: 40px 20px 20px;
  }
}

.banner__heading {
  color: #374B6D;
  margin-bottom: 0;
  text-align: center;
}
.banner__heading--left {
  text-align: left;
}
.banner__heading span {
  color: #FFFFFF;
  display: block;
  margin-top: 10px;
}
.banner__heading + .banner__copy, .banner__heading + .banner__date {
  margin-top: 20px;
}
@media (min-width: 33.75em) {
  .banner__heading + .banner__copy, .banner__heading + .banner__date {
    margin-top: 40px;
  }
}

.banner__copy {
  text-shadow: 2px 2px 10px #242424;
  font-size: 1.15rem;
  line-height: 1.625;
  color: #FFFFFF;
  margin: 0 auto;
  max-width: 38em;
  text-align: center;
}
.banner__copy + .banner__secondary-navigation {
  margin-top: 20px;
}
@media (min-width: 33.75em) {
  .banner__copy + .banner__secondary-navigation {
    margin-top: 40px;
  }
}
.banner__copy a {
  color: #FFFFFF;
}

.banner__date {
  display: block;
  margin-top: 20px;
}

.banner__meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-top: 10px;
}
.banner__meta-list .inline-list__item,
.banner__meta-list > li {
  display: flex;
}
.banner__meta-list .inline-list__item:not(:last-of-type),
.banner__meta-list > li:not(:last-of-type) {
  margin-right: 40px;
}
@media (min-width: 33.75em) {
  .banner__meta-list {
    margin-top: 20px;
  }
}
.banner__meta-list li {
  margin-bottom: 10px;
}

.btn {
  transition: all linear 0.15s;
  background-color: #EB5959;
  border: 3px solid #EB5959;
  color: #000000;
  font-size: 100%;
  line-height: 1;
  padding: 0.85rem 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.btn:focus {
  outline: 0;
  background-color: transparent;
}
@media (hover: hover) {
  .btn:hover {
    background-color: transparent;
  }
}

.btn[disabled],
.btn-disabled,
.btn--disabled {
  background-image: none !important;
  cursor: default !important;
  opacity: 0.65;
}
.btn[disabled]:active,
.btn-disabled:active,
.btn--disabled:active {
  box-shadow: none;
}

.btn--center {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.btn--auto-bottom {
  margin-top: auto;
}

.btn--auto-right {
  margin-left: auto;
}

.btn--auto-left {
  margin-right: auto;
}

@media (max-width: 33.74em) {
  .footer__inner {
    position: relative;
  }
}
@media (min-width: 33.75em) {
  .footer__inner {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
  }
}

@media (min-width: 33.75em) {
  .footer__logo {
    margin-right: 20px;
  }
}

.footer__primary-nav {
  margin-bottom: 20px;
}
@media (min-width: 20em) and (max-width: 33.74em) {
  .footer__primary-nav {
    left: 60px;
    position: absolute;
    top: -3px;
  }
}
@media (min-width: 33.75em) {
  .footer__primary-nav {
    margin-bottom: 0;
  }
}

.footer__social-nav {
  margin-bottom: 20px;
}
@media (min-width: 33.75em) {
  .footer__social-nav {
    margin-bottom: 0;
    margin-left: auto;
  }
}

.full-height-section {
  display: table;
  min-height: 100vh;
  width: 100%;
}
.full-height-section .full-height-section__inner {
  display: table-cell;
  vertical-align: middle;
}
@supports (display: flex) {
  .full-height-section {
    width: 100%;
  }
  @supports (display: flex) {
    .full-height-section {
      align-items: center;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      justify-content: center;
    }
  }
  .full-height-section .full-height-section__inner {
    display: block;
    vertical-align: top;
  }
}
.full-height-section.-half .full-height-section__inner {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 39em;
  padding-left: 20px;
  padding-right: 20px;
}
.full-height-section.-reduced .full-height-section__inner {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 52em;
  padding-left: 20px;
  padding-right: 20px;
}
.full-height-section.-left {
  align-items: flex-start;
}
@media (min-width: 60em) {
  .full-height-section.-holding-page {
    width: 50vw;
  }
}
@media (min-width: 105em) {
  .full-height-section.-holding-page:first-of-type {
    width: 40vw;
  }
  .full-height-section.-holding-page:last-of-type {
    width: 60vw;
  }
}

.full-height-section__inner {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 78em;
  padding-left: 20px;
  padding-right: 20px;
}

.-primary .navigation__list {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.-primary .navigation__list .inline-list__item,
.-primary .navigation__list > li {
  display: flex;
}
.-primary .navigation__list .inline-list__item:not(:last-of-type),
.-primary .navigation__list > li:not(:last-of-type) {
  margin-right: 40px;
}
@media (min-width: 33.75em) {
  .-primary .navigation__list {
    justify-content: flex-start;
  }
}
@media (max-width: 33.74em) {
  .-primary .navigation__list .navigation__item:not(:last-of-type) {
    margin-right: 0;
    width: 33.33%;
  }
}
.-primary .navigation__list .navigation__link:focus {
  text-decoration: none;
  transition: box-shadow linear 0.15s;
  box-shadow: inset 0 -4px #6887C2;
  outline: solid 2px #6887C2;
}
@media (hover: hover) {
  .-primary .navigation__list .navigation__link:hover {
    text-decoration: none;
    transition: box-shadow linear 0.15s;
    box-shadow: inset 0 -4px #6887C2;
  }
}
.-secondary .navigation__list {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.-secondary .navigation__list .inline-list__item,
.-secondary .navigation__list > li {
  display: flex;
}
.-secondary .navigation__list .inline-list__item:not(:last-of-type),
.-secondary .navigation__list > li:not(:last-of-type) {
  margin-right: 20px;
}
.-secondary .navigation__list .navigation__link:focus {
  text-decoration: none;
  transition: box-shadow linear 0.15s;
  box-shadow: inset 0 -4px #FFFFFF;
  outline: solid 2px #FFFFFF;
}
@media (hover: hover) {
  .-secondary .navigation__list .navigation__link:hover {
    text-decoration: none;
    transition: box-shadow linear 0.15s;
    box-shadow: inset 0 -4px #FFFFFF;
  }
}
@media (max-width: 25em) {
  .-tertiary .navigation__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  @supports (display: flex) {
    .-tertiary .navigation__list {
      align-items: center;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      justify-content: center;
    }
  }
  .-tertiary .navigation__list .inline-list__item,
  .-tertiary .navigation__list > li {
    display: flex;
  }
  .-tertiary .navigation__list .inline-list__item:not(:last-of-type),
  .-tertiary .navigation__list > li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
@media (min-width: 25em) {
  .-tertiary .navigation__list {
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .-tertiary .navigation__list .inline-list__item,
  .-tertiary .navigation__list > li {
    display: flex;
  }
  .-tertiary .navigation__list .inline-list__item:not(:last-of-type),
  .-tertiary .navigation__list > li:not(:last-of-type) {
    margin-right: 20px;
  }
}
.-tertiary .navigation__list .navigation__link:focus {
  text-decoration: none;
  transition: box-shadow linear 0.15s;
  box-shadow: inset 0 -4px #6887C2;
  outline: solid 2px #6887C2;
}
@media (hover: hover) {
  .-tertiary .navigation__list .navigation__link:hover {
    text-decoration: none;
    transition: box-shadow linear 0.15s;
    box-shadow: inset 0 -4px #6887C2;
  }
}

.navigation__link {
  box-shadow: inset 0 0 transparent;
  padding: 11px 0;
  text-decoration: none;
  transition: box-shadow linear 0.15s;
}
.nuxt-link-exact-active .navigation__link {
  text-decoration: none;
  transition: box-shadow linear 0.15s;
  box-shadow: inset 0 -2px currentColor;
  outline: none;
}
.-shadow .navigation__link {
  text-shadow: 2px 2px 10px #242424;
}

.skip-link {
  background-color: #FFFFFF;
  border: 2px solid #EB5959;
  color: #242424;
  height: 1px;
  left: -1000px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
  z-index: 5000;
}
.skip-link:active, .skip-link:focus, .skip-link:hover {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@supports (display: flex) {
  .inline-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
  }
}
.inline-list .inline-list__item,
.inline-list > li {
  display: flex;
}
.inline-list .inline-list__item:not(:last-of-type),
.inline-list > li:not(:last-of-type) {
  margin-bottom: 0;
}

.inline-list--ib {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}
.inline-list--ib .inline-list__item,
.inline-list--ib > li {
  display: flex;
}
.inline-list--ib .inline-list__item:not(:last-of-type),
.inline-list--ib > li:not(:last-of-type) {
  margin-right: 40px;
}

.inline-list--ib-reverse {
  justify-content: flex-end;
}

.inline-list--seperated {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.inline-list--seperated .inline-list__item,
.inline-list--seperated > li {
  display: flex;
}
.inline-list--seperated .inline-list__item:not(:last-of-type),
.inline-list--seperated > li:not(:last-of-type) {
  margin-right: 40px;
}
.inline-list--seperated .inline-list__item,
.inline-list--seperated > li {
  position: relative;
}
.inline-list--seperated .inline-list__item:not(:last-of-type):after,
.inline-list--seperated > li:not(:last-of-type):after {
  background-color: currentColor;
  content: "";
  height: 100%;
  position: absolute;
  right: -20px;
  width: 2px;
}
@supports (display: grid) {
  .inline-list--seperated .inline-list__item:not(:last-of-type):after,
  .inline-list--seperated > li:not(:last-of-type):after {
    height: 80%;
    top: 50%;
    transform: translateY(calc(-50% - 2px)) skew(-15deg);
  }
}

.landmark {
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .landmark {
    margin-bottom: 40px;
  }
}
.landmark.-quarter {
  margin-bottom: 0.375em;
}
@media (min-width: 48em) {
  .landmark.-quarter {
    margin-bottom: 0.75em;
  }
}
.landmark.-half {
  margin-bottom: 0.75em;
}
@media (min-width: 48em) {
  .landmark.-half {
    margin-bottom: 1.5em;
  }
}
.landmark.-double {
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .landmark.-double {
    margin-bottom: 80px;
  }
}
.landmark.-no-desktop {
  margin-bottom: 40px;
}

.plain-link {
  color: #99A5AB;
  text-decoration: none;
}
.plain-link:hover, .plain-link:focus {
  color: #99A5AB;
  text-decoration: none;
}

.svg-icon {
  height: 20px;
  fill: #242424;
  width: 20px;
}
.svg-icon.-large {
  height: 40px;
  width: 40px;
}

.tag {
  font-size: 0.835rem;
  line-height: 1.25;
  background-color: #D4D9DA;
  padding: 5px 10px;
}

.vendor-11ty-youtube-embed {
  margin-top: 40px;
}
.vendor-11ty-youtube-embed + p {
  margin-top: 40px;
}

.lazyload {
  background-color: #EFF1F0;
}

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 0.15s, -webkit-filter 0.15s;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.no-js .lazyload {
  background-color: #FFFFFF;
  color: #242424;
}

.no-js img.lazyload {
  display: none;
}