/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
:root {
  --site-max-width: 1200px;
  --site-max-width-medium: 1000px;
  --site-max-width-narrow: 800px;
  --site-gutter-desktop: 3rem;
  --site-gutter-tablet: 2rem;
  --site-gutter-mobile: 1.5rem;
  --surface-default: #FFFFFF;
  --surface-inverse: #222222;
  --surface-alt-1: #EEEEEE;
  --surface-alt-2: #DDDDDD;
  --color-default: #222222;
  --color-inverse: #FFFFFF;
  --color-primary: #D6E03D;
}

/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

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

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

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.flex-center {
  display: flex;
  justify-content: center; /* horizontal (main axis) */
  align-items: center; /* vertical (cross axis) */
}

.flex-between {
  display: flex;
  justify-content: space-between; /* horizontal spacing */
  align-items: center; /* vertical alignment */
}

.flex-middle {
  display: flex;
  align-items: center; /* vertical alignment */
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

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

.items-start {
  align-items: flex-start;
}

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

.items-end {
  align-items: flex-end;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.stack * {
  margin-bottom: 0;
}
.stack--2 {
  gap: 2rem;
}
.stack--3 {
  gap: 3rem;
}
.stack--small {
  gap: 0.5rem;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-md-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--default);
  font-weight: 300;
}

h1 {
  font-size: 3rem;
  letter-spacing: -0.035em;
  line-height: 1.2;
}
h1 span {
  background: #D6E03D;
  padding-inline: 0.75rem;
}

h2 {
  letter-spacing: -0.025em;
}

h3 {
  letter-spacing: -0.015em;
}

p {
  margin-bottom: 1rem;
}

.eyebrow {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 700;
  font-size: 0.825rem;
  background: #D6E03D;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  place-self: start;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 24px;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  display: block !important;
  padding: 10px !important;
  width: 100% !important;
  border: none;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-textarea label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  margin-top: 15px !important;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  background: var(--surface-default);
  color: var(--color-inverse);
  font-weight: 700;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  -webkit-appearance: none !important;
}
.gform_wrapper .button:hover {
  background: var(--surface-default);
  color: var(--color-inverse);
  cursor: pointer;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message * {
  font: 400 45px/43px "helvetica-neue-lt-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-default) !important;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
.site-container {
  width: 100%;
  max-width: var(--site-max-width);
  margin-inline: auto;
  padding-inline: var(--site-gutter-desktop);
}
@media (max-width: 1024px) {
  .site-container {
    padding-inline: var(--site-gutter-tablet);
  }
}
@media (max-width: 560px) {
  .site-container {
    padding-inline: var(--site-gutter-mobile);
  }
}
.site-container--medium {
  max-width: var(--site-max-width-medium);
}
.site-container--narrow {
  max-width: var(--site-max-width-narrow);
}
.site-container--full {
  max-width: none;
  padding-inline: 0;
}
.site-container--wide {
  max-width: 1400px;
}

.site-section {
  padding: 3rem 0;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 1.5rem;
}
.site-section.light-bottom-padding {
  padding-bottom: 1.5rem;
}
.site-section.extra-top-padding {
  padding-top: 4rem;
}
.site-section.extra-bottom-padding {
  padding-bottom: 4rem;
}

@media (min-width: 1025px) {
  .site-section {
    padding: 5rem 0;
  }
  .site-section.light-top-padding {
    padding-top: 2.5rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 2.5rem;
  }
  .site-section.extra-top-padding {
    padding-top: 6rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 6rem;
  }
}
@media (max-width: 1024px) {
  :root {
    --header-height: 100px;
  }
}
@media (min-width: 1025px) {
  :root {
    --header-height: 150px;
  }
}

.header {
  background: var(--surface-default);
  width: 100%;
  border-bottom: 5px solid #D6E03D;
  padding: 1.5rem 0;
}
.header .eyebrow {
  padding: 0;
  background: transparent;
  align-self: center;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
}
.header__nav .menu {
  display: flex;
  column-gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.header__nav .menu li a {
  display: block;
}
.header__nav .menu li .caret-wrapper {
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
}
.header__nav .menu > li > a {
  color: var(--surface-default);
  padding: 0.5rem 0 0.5rem 1rem;
}
.header__nav .sub-menu {
  background-color: var(--surface-default);
}
.header__nav .sub-menu a {
  color: var(--color-default);
}
.header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  border: none !important;
  background: none;
  padding: 0.25rem;
}
.header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--surface-default);
  border-radius: 15px;
  margin: 5px 0;
}
.header ul {
  list-style: none;
}
.header a:hover {
  text-decoration: none;
}
.header a, .header .sub-menu, .header .caret-wrapper, .header svg, .header path, .header .header__toggle span {
  transition: all 0.25s ease;
}

@media (min-width: 1025px) {
  .header__nav .menu {
    justify-content: flex-end;
    width: auto;
  }
  .header__nav .menu li {
    position: relative;
    column-gap: 0.5rem;
    align-items: center;
  }
  .header__nav .menu > li:hover .sub-menu {
    display: block;
  }
  .header__nav .menu-item-has-children:hover .caret-wrapper svg path {
    fill: var(--surface-default);
  }
  .header .custom-logo {
    height: 4rem;
    width: auto;
  }
  .header .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 14rem;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 1024px) {
  .header {
    overflow: hidden;
    padding: 1rem 0;
  }
  .header .custom-logo {
    max-height: 3rem;
    width: auto;
  }
  .header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: var(--color-default);
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100vh;
    transition: all 0.2s ease-out;
  }
  .header__nav .menu {
    padding: 100px 0;
    display: block;
  }
  .header__nav .menu li {
    padding-bottom: 1.25rem;
    display: block;
  }
  .header__nav .menu li a {
    min-width: 8rem;
    padding-left: 1.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .header__nav .menu li svg {
    cursor: pointer;
  }
  .header__nav .menu li .sub-menu {
    position: relative;
    max-height: 0;
    overflow: hidden;
    top: 0;
    padding: 0 0 0 1.5rem;
  }
  .header__nav .menu li .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
  .header__nav .menu li .sub-menu li a {
    padding-left: 0;
    font-size: 17px;
    margin: 0;
  }
  .header__nav .menu li:hover svg {
    transform: none;
  }
  .header__nav .menu-item-has-children:hover > a {
    pointer-events: none;
  }
  .header__toggle {
    display: block;
    position: relative;
  }
  .header__toggle.nav-open span {
    transition: all 0.25s ease;
    position: relative;
    right: 0;
  }
  .header__toggle.nav-open span:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }
  .header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .header__toggle.nav-open span:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }
  .header.nav-open .header__nav {
    transform: translateX(0);
    transition: all 0.3s ease-out;
  }
}
footer {
  background: #111;
  padding: 2.5rem 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  text-align: center;
}

.site-search {
  display: flex;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 2px solid var(--surface-default) 2;
  text-decoration: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h2 {
  font-size: 20px;
}
.site-search__result p {
  font-size: 15px;
}
.site-search__result * {
  text-decoration: none !important;
  margin: 0;
}
.section-hero h1 {
  margin-bottom: 1rem;
}
.section-hero .body-text {
  max-width: 700px;
}

.section-list__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  gap: 2rem;
}
@media (min-width: 769px) {
  .section-list__inner {
    flex-direction: row;
    gap: 2rem;
  }
  .section-list__inner > *:first-child {
    flex: 1;
    min-width: 0;
  }
  .section-list__inner > *:last-child {
    flex: 1;
    min-width: 0;
  }
}
.section-list__inner div:first-of-type {
  border-left: 5px solid #D6E03D;
}
.section-list__inner div:last-of-type {
  border-left: 5px solid #111;
}
.section-list .list-group {
  padding: 2rem;
  background: rgba(214, 224, 61, 0.2);
}

.section-partners {
  background: var(--surface-alt-1);
}

.partners-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto 1fr;
  gap: 1.25rem;
}
@media (min-width: 769px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1366px) {
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.partner-card {
  background: var(--surface-default);
  border: 1px solid var(--surface-alt-2);
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
}
.partner-card__header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #D6E03D;
}
.partner-card__name {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.partner-card__subheading {
  display: block;
  font-size: 0.8125rem;
  color: #666;
  margin-top: 0.3rem;
  line-height: 1.4;
}
.partner-card__body {
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.partner-card__label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}
.partner-card__section {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.partner-card__section a {
  color: var(--color-default);
  text-decoration: underline;
  word-break: break-all;
}
.partner-card__address {
  display: block;
}

.partner__claim-item {
  margin-bottom: 0.625rem;
}
.partner__claim-item:last-child {
  margin-bottom: 0;
}

.partner__claim-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 0.1rem;
}

.section-what-this-means .body-text {
  max-width: 800px;
}

.section-qa .qa-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 769px) {
  .section-qa .qa-list {
    flex-direction: row;
    gap: 2rem;
  }
  .section-qa .qa-list > *:first-child {
    flex: 1;
    min-width: 0;
  }
  .section-qa .qa-list > *:last-child {
    flex: 1;
    min-width: 0;
  }
}
.section-qa .qa-item {
  padding: 2rem;
  border: 1px solid var(--surface-alt-2);
}

.section-support__inner {
  padding: 2rem;
  background: #111;
  border-left: 5px solid #D6E03D;
  color: #fff;
}
.section-support__inner span {
  display: inline-block;
  min-width: 70px;
}
.section-support__inner a {
  color: #D6E03D;
}

ul {
  padding-left: 1rem;
}
ul li {
  padding-left: 0.25rem;
}
