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

@font-face {
  font-family: "FilsonPro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/6147242/d5a3ddc7-1fa1-4ccf-9ee6-5b7a310afa4c.woff2") format("woff2"), url("../fonts/6147242/12f8ce67-442b-462e-a6b6-1516c631a838.woff") format("woff");
}
@font-face {
  font-family: "FilsonPro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/6147262/a992a792-4d38-4378-8832-b3bdb98abdb1.woff2") format("woff2"), url("../fonts/6147262/bbb0ea08-8e28-4bbc-9726-ee5ca0922351.woff") format("woff");
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoe-ui/SegoeUI-Italic.woff2") format("woff2"), url("../fonts/segoe-ui/SegoeUI-Italic.woff") format("woff"), url("../fonts/segoe-ui/SegoeUI-Italic.ttf") format("truetype"), url("../fonts/segoe-ui/SegoeUI-Italic.svg#SegoeUI-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoe-ui/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/segoe-ui/SegoeUI-Bold.woff") format("woff"), url("../fonts/segoe-ui/SegoeUI-Bold.ttf") format("truetype"), url("../fonts/segoe-ui/SegoeUI-Bold.svg#SegoeUI-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoe-ui/SegoeUI-BoldItalic.woff2") format("woff2"), url("../fonts/segoe-ui/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/segoe-ui/SegoeUI-BoldItalic.ttf") format("truetype"), url("../fonts/segoe-ui/SegoeUI-BoldItalic.svg#SegoeUI-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoe-ui/SegoeUI.woff2") format("woff2"), url("../fonts/segoe-ui/SegoeUI.woff") format("woff"), url("../fonts/segoe-ui/SegoeUI.ttf") format("truetype"), url("../fonts/segoe-ui/SegoeUI.svg#SegoeUI") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --standard: #ffffff;
  --transparent: rgba(0, 0, 0, 0.0);
  --alternative: #C9C3C3;
  --alternative-light: #C9C3C366;
  --alternative-light-solid: #e4e1e1;
  --primary: #307BE6;
  --secondary: #24B964;
  --tertiary: #FF9031;
  --quaternary: #232B34;
  --text: #3A4147;
  --link: #24B964;
  --link-hover: #307BE6;
  --border: #C9C3C3;
  --border-light: #e9e7e7;
  --border-dark: #C9C3C366;
  --overlay: rgba(58, 65, 71, 0.6);
  --overlay-medium: rgba(58, 65, 71, 0.5);
  --overlay-light: rgba(0, 0, 0, 0.3);
  --error: #FF0000;
  --error-light: #ff8a8a;
  --shadow: rgba(0,0,0,0.16);
  --background-light: #f2f2f2;
  --background-trees: #cbbba0;
  --hover-primary: #6a9eec;
  --hover-secondary: #64cb8e;
  --hover-tertiary: #ffae6b;
  --font-stack: "Segoe UI", sans-serif;
  --font-heading: "FilsonPro", sans-serif;
}

h1 {
  font-family: "FilsonPro", sans-serif;
  font-size: 4rem;
}

a {
  color: var(--link);
  -webkit-transition: color var(--duration) ease, background-color var(--duration) ease;
  -moz-transition: color var(--duration) ease, background-color var(--duration) ease;
  -ms-transition: color var(--duration) ease, background-color var(--duration) ease;
  -o-transition: color var(--duration) ease, background-color var(--duration) ease;
  transition: color var(--duration) ease, background-color var(--duration) ease;
}
a:hover, a:focus {
  color: var(--link-hover);
}

.button,
button.button {
  background: transparent;
  border: 0;
  color: var(--link);
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.5rem 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .button,
  button.button {
    width: auto;
  }
}
.button.primary,
button.button.primary {
  background: var(--primary);
  border-color: var(--primary);
  color: #FFF;
}
.button.secondary,
button.button.secondary {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #FFF;
}
.button.tertiary,
button.button.tertiary {
  background: var(--tertiary);
  border-color: var(--tertiary);
  color: #FFF;
}

p,
main ul,
main ol,
footer ul,
footer ol {
  font-size: 1.6rem;
  line-height: 1.4;
}

.has-inline-color.has-primary-color {
  color: var(--primary);
}
.has-inline-color.has-secondary-color {
  color: var(--secondary);
}
.has-inline-color.has-tertiary-color {
  color: var(--tertiary);
}

pre {
  background: #202124;
  color: #FFF;
  font-size: 1.4rem;
  padding: 1.5rem;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html, body {
  font-family: var(--font-stack);
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
}

img {
  max-inline-size: 100%;
  block-size: auto;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
.visually-hidden.skip-link:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  left: 0.5rem;
  top: 0.5rem;
  background-color: var(--tertiary);
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 1rem;
}

/*
 * Display
 */
.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
header#top,
footer#bottom,
.content-grid {
  --padding-inline: 3rem;
  --content-max-width: 144rem;
  --breakout-max-size: 168rem;
  --breakout-size: calc((var(--breakout-max-size) - var(--content-max-width)) / 2);
  display: grid;
  grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [breakout-start] minmax(0, var(--breakout-size)) [content-start] min(100% - var(--padding-inline) * 2, var(--content-max-width)) [content-end] minmax(0, var(--breakout-size)) [breakout-end] minmax(var(--padding-inline), 1fr) [full-width-end];
}
@media screen and (max-width: 767px) {
  header#top,
  footer#bottom,
  .content-grid {
    --padding-inline: 1.5rem;
  }
}
header#top.two-third,
footer#bottom.two-third,
.content-grid.two-third {
  --content-max-width: 108rem;
  --breakout-max-size: 128rem;
}
header#top.half,
footer#bottom.half,
.content-grid.half {
  --content-max-width: 72rem;
  --breakout-max-size: 84rem;
}
header#top > :not(.breakout, .full-width),
footer#bottom > :not(.breakout, .full-width),
.content-grid > :not(.breakout, .full-width) {
  grid-column: content;
}
header#top > .breakout,
footer#bottom > .breakout,
.content-grid > .breakout {
  grid-column: breakout;
}
header#top > .full-width,
footer#bottom > .full-width,
.content-grid > .full-width {
  grid-column: full-width;
}
header#top img.wrapper-background,
footer#bottom img.wrapper-background,
.content-grid img.wrapper-background {
  grid-column: auto;
}
header#top .logo,
footer#bottom .logo,
.content-grid .logo {
  position: absolute;
  top: 0;
}
header#top .logo img,
footer#bottom .logo img,
.content-grid .logo img {
  height: 115px;
  width: auto;
}
@media screen and (min-width: 768px) {
  header#top .logo img,
  footer#bottom .logo img,
  .content-grid .logo img {
    height: auto;
    width: auto;
  }
}

/**
 * Header
 */
header#top {
  background-color: white;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
}

body.g2p-development-notice-active header#top {
  top: 3.4rem;
}

/**
 * Main
 */
main {
  display: flex;
  flex: auto;
  height: auto;
  min-height: fit-content;
  overflow: auto;
}
main table th {
  text-align: left;
}
main .alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
main .alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
main .aligncenter {
  display: block;
  margin: 0 auto;
}
main .text-left {
  text-align: left;
}
main .text-center {
  text-align: center;
}
main .text-right {
  text-align: right;
}
main .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 2.5rem;
  height: 0;
}
main .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
main .content-container {
  padding: 3rem 0;
}
main .content {
  color: white;
  text-align: center;
  position: relative;
  max-width: 800px;
  margin: auto;
  z-index: 3;
  padding: 150px 15px 30px 15px;
}
@media screen and (max-height: 799px) and (min-width: 768px) {
  main .content {
    padding: 250px 15px 150px 15px;
  }
}
@media screen and (min-width: 1080px) {
  main .content {
    padding: 150px 15px;
  }
}
@media screen and (min-height: 800px) and (min-width: 768px) {
  main .content {
    padding: 150px 15px;
  }
}
main .content h1 {
  text-transform: uppercase;
  margin: 0 0 2rem;
}
main .content p {
  font-size: 2.16rem;
  margin: 0;
}
main .button {
  border-radius: 2.5rem;
  cursor: pointer;
  font-size: 2.2rem;
  font-family: var(--font-heading);
  font-weight: 500;
  padding: 1.3rem 2rem;
  margin: 5rem 0 0;
  transition: background 0.3s ease-in-out;
}
main .button:hover, main .button:focus {
  background: var(--hover-primary);
}

/**
 * Footer
 */
footer#bottom {
  background-color: var(--quaternary);
  flex-shrink: 0;
  width: 100%;
  height: auto;
  padding-block: 15px;
  z-index: 4;
  position: relative;
}
footer#bottom .copyright {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  color: white;
  font-family: var(--font-stack);
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
footer#bottom .copyright > span {
  text-align: center;
}
footer#bottom .copyright > span a {
  margin-right: 5px;
}
footer#bottom .copyright .logos {
  display: flex;
  gap: 10px;
}
footer#bottom .copyright .logos a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=style.css.map */
