/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./sass/main.scss ***!
  \***************************************************************************************************************************************************/
body {
  --site-header-bg-color: var(--wp--custom--colors--blue);
  --site-footer-bg-color: var(--wp--custom--colors--blue-dark);
  --site-footer-text-color: var(--wp--custom--colors--offwhite);
}

/* Site Header colors */
.vch-site-header-color_offwhite {
  --site-header-bg-color: var(--wp--custom--colors--offwhite);
}

.vch-site-header-color_blue {
  --site-header-bg-color: var(--wp--custom--colors--blue);
}

.vch-site-header-color_lightblue {
  --site-header-bg-color: var(--wp--custom--colors--blue-light);
}

.vch-site-header-color_lightpink {
  --site-header-bg-color: var(--wp--custom--colors--pink-light);
}

.vch-site-header-color_lightpurple {
  --site-header-bg-color: var(--wp--custom--colors--purple-light);
}

.vch-site-header-color_purple {
  --site-header-bg-color: var(--wp--custom--colors--purple);
}

.vch-site-header-color_chartreuse {
  --site-header-bg-color: var(--wp--custom--colors--chartreuse);
}

.vch-site-header-color_lightchartreuse {
  --site-header-bg-color: var(--wp--custom--colors--chartreuse-light);
}

.vch-site-header-color_green {
  --site-header-bg-color: var(--wp--custom--colors--green);
}

.vch-site-header-color_yellow {
  --site-header-bg-color: var(--wp--custom--colors--yellow);
}

.vch-site-header-color_lightyellow {
  --site-header-bg-color: var(--wp--custom--colors--yellow-light);
}

.vch-site-header-color_red {
  --site-header-bg-color: var(--wp--custom--colors--red);
}

.vch-site-header-color_lightred {
  --site-header-bg-color: var(--wp--custom--colors--red-light);
}

/* Page Header colors */
.vch-page-header-color_offwhite {
  --page-header-bg-color: var(--wp--custom--colors--offwhite);
}

.vch-page-header-color_blue {
  --page-header-bg-color: var(--wp--custom--colors--blue);
}

.vch-page-header-color_lightblue {
  --page-header-bg-color: var(--wp--custom--colors--blue-light);
}

.vch-page-header-color_lightpink {
  --page-header-bg-color: var(--wp--custom--colors--pink-light);
}

.vch-page-header-color_lightpurple {
  --page-header-bg-color: var(--wp--custom--colors--purple-light);
}

.vch-page-header-color_purple {
  --page-header-bg-color: var(--wp--custom--colors--purple);
}

.vch-page-header-color_chartreuse {
  --page-header-bg-color: var(--wp--custom--colors--chartreuse);
}

.vch-page-header-color_lightchartreuse {
  --page-header-bg-color: var(--wp--custom--colors--chartreuse-light);
}

.vch-page-header-color_green {
  --page-header-bg-color: var(--wp--custom--colors--green);
}

.vch-page-header-color_yellow {
  --page-header-bg-color: var(--wp--custom--colors--yellow);
}

.vch-page-header-color_lightyellow {
  --page-header-bg-color: var(--wp--custom--colors--yellow-light);
}

.vch-page-header-color_red {
  --page-header-bg-color: var(--wp--custom--colors--red);
}

.vch-page-header-color_lightred {
  --page-header-bg-color: var(--wp--custom--colors--red-light);
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-slide-right {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-slide-left {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.loadin {
  opacity: 0;
}
@media print {
  .loadin {
    opacity: 1;
  }
}
.loadin.in-view {
  opacity: 1;
  animation: fade-up 0.3s 0.1s ease both;
}
.vch-hero-pattern .wp-block-column:first-of-type .loadin.in-view {
  opacity: 1;
  animation: fade-slide-right 0.3s 0.1s ease both;
}
.vch-hero-pattern .wp-block-column:last-of-type .loadin.in-view {
  opacity: 1;
  animation: fade-slide-left 0.3s 0.1s ease both;
}

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

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

/**
 * Text meant only for screen readers
 */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

html {
  scroll-behavior: smooth;
}

.site-main {
  margin-right: auto;
  margin-left: auto;
}

.has-l-font-size {
  line-height: 1.2;
}

.has-xl-font-size {
  line-height: 1.2;
}

.has-xxl-font-size {
  line-height: 1.1;
}

.has-xxxl-font-size {
  line-height: 1.1;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.entry-content p a,
.entry-content ul:not(.wp-block-vch-blocks-next-pages) li > a,
.entry-content ol li > a,
.l-page__content_404 a,
.wp-block-file a {
  text-decoration: none;
  color: var(--wp--custom--colors--black);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 50%, var(--wp--custom--colors--purple-dark) 50%);
  background-size: auto 180%;
  transition: background-position-y 0.3s ease-in-out, color 0.3s ease-in-out;
  /* Force long urls to break */
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.entry-content p a:hover, .entry-content p a:focus,
.entry-content ul:not(.wp-block-vch-blocks-next-pages) li > a:hover,
.entry-content ul:not(.wp-block-vch-blocks-next-pages) li > a:focus,
.entry-content ol li > a:hover,
.entry-content ol li > a:focus,
.l-page__content_404 a:hover,
.l-page__content_404 a:focus,
.wp-block-file a:hover,
.wp-block-file a:focus {
  background-position-y: 100%;
  color: var(--wp--custom--colors--offwhite);
}

.wp-block-file a {
  font-size: var(--wp--preset--font-size--m);
  line-height: 1.15;
}

/* Hide class */
.hide-block {
  display: none !important;
}

/* Spacer */
@media screen and (max-width: 499px) {
  .wp-block-spacer {
    height: var(--wp--custom--spacing--gutter-global) !important;
  }
}

.l-header {
  background-color: var(--site-header-bg-color);
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-left: var(--wp--custom--spacing--gutter-global);
  padding-right: var(--wp--custom--spacing--gutter-global);
  padding-top: 40px;
  gap: 50px;
}
@media screen and (max-width: 839px) {
  .l-header {
    gap: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header {
    gap: 80px;
  }
}

.l-header_blue {
  --site-header-bg-color: var(--wp--custom--colors--blue-light);
}

.l-header_green {
  --site-header-bg-color: var(--wp--custom--colors--green-light);
}

.l-header_red {
  --site-header-bg-color: var(--wp--custom--colors--red-light);
}

.l-header_yellow {
  --site-header-bg-color: var(--wp--custom--colors--yellow-light);
}

.l-header_orange {
  --site-header-bg-color: var(--wp--custom--colors--orange-light);
}

.l-header_purple {
  --site-header-bg-color: var(--wp--custom--colors--purple-light);
}

.l-navigation__wrapper {
  background: #0059A3;
  box-sizing: border-box;
  display: block;
  opacity: 0;
  transform: translateY(-100px);
  pointer-events: none;
  left: 0;
  position: absolute;
  padding-bottom: 20px;
  padding-left: var(--wp--custom--spacing--gutter-global);
  padding-right: 20px;
  padding-top: 40px;
  top: 0;
  width: 100vw;
  z-index: 100;
  height: 100vh;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media screen and (min-width: 840px) {
  .l-navigation__wrapper {
    background: transparent;
    display: block;
    padding: 0;
    position: initial;
    height: auto;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    width: 100%;
  }
}

.l-navigation__header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (min-width: 840px) {
  .l-navigation__header {
    display: none;
  }
}

.l-navigation__menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px 20px;
  list-style-type: none;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
}
@media screen and (min-width: 840px) {
  .l-navigation__menu {
    align-self: flex-end;
    flex-direction: row;
    padding-top: 0;
  }
}
.l-navigation__menu .menu-item a {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 8px;
  border-radius: 50px;
  color: var(--wp--custom--colors--offwhite);
  font-family: var(--wp--preset--font-family--roc-grotesk);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: border-color 0.3s ease-in-out;
}
@media screen and (min-width: 600px) {
  .l-navigation__menu .menu-item a {
    font-size: 1.5rem;
    margin-bottom: 0.35rem;
  }
}
@media screen and (min-width: 840px) {
  .l-navigation__menu .menu-item a {
    color: var(--wp--custom--colors--black);
    font-size: 1rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-navigation__menu .menu-item a {
    font-size: 1.125rem;
  }
}
.l-navigation__menu .menu-item a:hover, .l-navigation__menu .menu-item a:focus {
  border: 1px solid var(--wp--custom--colors--offwhite);
}
@media screen and (min-width: 840px) {
  .l-navigation__menu .menu-item a:hover, .l-navigation__menu .menu-item a:focus {
    border: 1px solid var(--wp--custom--colors--black);
  }
}
.l-navigation__menu .menu-item.current_page_item a,
.l-navigation__menu .menu-item.current_page_parent a,
.l-navigation__menu .menu-item.current-page-ancestor a {
  border: 1px solid var(--wp--custom--colors--offwhite);
}
@media screen and (min-width: 840px) {
  .l-navigation__menu .menu-item.current_page_item a,
  .l-navigation__menu .menu-item.current_page_parent a,
  .l-navigation__menu .menu-item.current-page-ancestor a {
    border: 1px solid var(--wp--custom--colors--black);
  }
}
.single-job_openings .l-navigation__menu .menu-item.current_page_item a,
.single-job_openings .l-navigation__menu .menu-item.current_page_parent a,
.single-job_openings .l-navigation__menu .menu-item.current-page-ancestor a {
  border: none;
}

.l-navigation__wrapper_open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  overflow-y: scroll;
  padding-bottom: 6rem;
}

body.menu-open {
  overflow-y: hidden;
  position: fixed;
}

.l-page {
  background-color: var(--wp--custom--colors--offwhite);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: var(--wp--custom--spacing--gutter-global);
  padding-right: var(--wp--custom--spacing--gutter-global);
}
@media screen and (min-width: 960px) {
  .l-page {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

.l-page__content_404 {
  font-size: var(--wp--preset--font-size--xl);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
  text-align: center;
}

.l-single {
  --single-header-bg-color: var(--wp--custom--colors--blue-light);
}

.l-single__header {
  background-color: var(--single-header-bg-color);
  padding-bottom: 10px;
  padding-left: var(--wp--custom--spacing--gutter-global);
  padding-right: var(--wp--custom--spacing--gutter-global);
  padding-top: 20px;
}

.l-single__title {
  margin-bottom: 0;
  margin-top: 20px;
}

.l-single__date {
  padding-bottom: 20px;
}

.l-single__content {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: var(--wp--custom--spacing--gutter-global);
  padding-right: var(--wp--custom--spacing--gutter-global);
}
@media screen and (min-width: 500px) {
  .l-single__content {
    padding-left: calc(var(--wp--custom--spacing--gutter-global) * 2);
    padding-right: calc(var(--wp--custom--spacing--gutter-global) * 2);
  }
}
@media screen and (min-width: 960px) {
  .l-single__content {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.l-single__content a {
  text-decoration: none;
  color: var(--wp--custom--colors--black);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 50%, var(--wp--custom--colors--purple-dark) 50%);
  background-size: auto 180%;
  transition: background-position-y 0.3s ease-in-out, color 0.3s ease-in-out;
}
.l-single__content a:hover, .l-single__content a:focus {
  background-position-y: 100%;
  color: var(--wp--custom--colors--offwhite);
}

.l-single__footer {
  display: flex;
  flex-wrap: wrap;
}

.l-single__pagination {
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-single__pagination a {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  color: var(--wp--custom--colors--black);
  font-family: var(--wp--preset--font-family--roc-grotesk);
  font-size: 2.625rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.l-single__pagination a span {
  margin-top: 5px;
}

.l-single__pagination_next {
  background-color: var(--wp--custom--colors--green-light);
  padding-left: 80px;
  padding-right: 40px;
  text-align: right;
  transition: background-color 0.3s ease-in-out;
}
.l-single__pagination_next svg {
  transition: transform 0.3s ease-in-out;
}
.l-single__pagination_next:hover, .l-single__pagination_next:focus {
  background-color: #99ccc9;
}
.l-single__pagination_next:hover svg, .l-single__pagination_next:focus svg {
  transform: translateX(5px);
}

.l-single__pagination_previous {
  background-color: var(--wp--custom--colors--green);
  padding-left: 40px;
  padding-right: 80px;
  text-align: left;
  transition: background-color 0.3s ease-in-out;
}
.l-single__pagination_previous svg {
  transition: transform 0.3s ease-in-out;
}
.l-single__pagination_previous:hover, .l-single__pagination_previous:focus {
  background-color: #56aaa5;
}
.l-single__pagination_previous:hover svg, .l-single__pagination_previous:focus svg {
  transform: translateX(-5px);
}

.l-single__job-taxonomy {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--wp--preset--font-size--ml);
  text-transform: uppercase;
  gap: 10px;
}

.l-single__content_two-col {
  margin: 0;
  max-width: 100%;
  padding-top: 80px;
}
@media screen and (min-width: 960px) {
  .l-single__content_two-col {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 80px;
  }
}

.l-single__inner-col-one_two-col {
  display: flex;
  align-items: start;
  gap: 30px;
  padding-bottom: 40px;
}

.l-single__inner-col-two_two-col {
  max-width: var(--wp--style--global--content-size);
}
.l-single__inner-col-two_two-col p:first-of-type {
  margin-top: 0;
}

.l-single__subtitle {
  font-size: var(--wp--preset--font-size--l);
  margin: 0;
}

.job_openings .l-single__content_two-col {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .job_openings .l-single__content_two-col {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.l-single__content_application-procedure {
  background-color: var(--wp--custom--colors--purple);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: var(--wp--custom--spacing--gutter-global);
  padding-right: var(--wp--custom--spacing--gutter-global);
}
@media screen and (min-width: 500px) {
  .l-single__content_application-procedure {
    padding-left: calc(var(--wp--custom--spacing--gutter-global) * 2);
    padding-right: calc(var(--wp--custom--spacing--gutter-global) * 2);
  }
}
@media screen and (min-width: 960px) {
  .l-single__content_application-procedure {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.l-footer {
  background-color: var(--site-footer-bg-color);
  color: var(--site-footer-text-color);
  padding-left: clamp(20px, 3.6vw, 40px);
  padding-right: clamp(20px, 3.6vw, 40px);
  padding-top: clamp(20px, 3.6vw, 40px);
  padding-bottom: 20px;
}

.l-footer__wrapper_top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(126px, 15% - 40px), 1fr));
  gap: 40px;
}

.l-footer__wrapper_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-footer__item_2col {
  grid-column: 1/3;
}

.l-footer__item_has-logo img {
  max-width: 50%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__item_has-logo img {
    max-width: 100%;
  }
}

.l-footer__social {
  display: flex;
  justify-content: space-between;
  max-width: 140px;
  padding-top: 20px;
}

.l-footer__menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.l-footer__menuitem {
  margin-bottom: 16px;
  line-height: 1.4;
}

.l-footer__menulink {
  color: var(--site-footer-text-color);
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
.l-footer__menulink:hover, .l-footer__menulink:focus {
  opacity: 0.7;
}

.l-footer__menu-title {
  color: var(--site-footer-text-color);
  display: inline-block;
  font-family: var(--wp--preset--font-family--roc-grotesk);
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 20px;
}

.l-footer__text {
  margin-top: 0;
  margin-bottom: 8px;
}
.l-footer__text a {
  text-decoration: none;
  color: var(--wp--custom--colors--offwhite);
}

.l-footer__wrapper_bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  font-size: 0.85rem;
}

.current-menu-item a {
  border-bottom: 2px solid var(--wp--custom--colors--offwhite);
}

.c-footer-small-links a {
  text-decoration: none;
  color: var(--wp--custom--colors--offwhite);
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
}
.c-footer-small-links a:hover, .c-footer-small-links a:focus {
  border-color: var(--wp--custom--colors--offwhite);
}

.cc-wrapper {
  background-color: var(--wp--custom--colors--blue);
}

.ctct-inline-form {
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
}

/* Remove Constact Contact CAPTCHA */
.ctct-inline-form .g-recaptcha {
  display: none !important;
}

.ctct-inline-form #gdpr_text {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ctct-form-header {
  font-family: var(--wp--preset--font-family--roc-grotesk) !important;
  text-transform: uppercase !important;
  color: var(--wp--custom--colors--black) !important;
  text-align: center;
}

.ctct-form-label {
  font-family: var(--wp--preset--font-family--acumin-pro) !important;
  color: var(--wp--custom--colors--black) !important;
}

.ctct-form-element {
  border: none !important;
  box-shadow: none !important;
}

.ctct-form-button {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  background-color: var(--wp--custom--colors--purple-dark);
  border-radius: 20px !important;
  color: var(--wp--custom--colors--offwhite);
  font-family: var(--wp--preset--font-family--roc-grotesk);
  font-size: var(--wp--preset--font-size--m) !important;
  font-weight: 600;
  padding-top: 20px !important;
  padding-right: 30px !important;
  padding-bottom: 16px !important;
  padding-left: 30px !important;
  text-transform: uppercase !important;
  transition: background-color 0.3s ease-in-out, border-radius 0.3s ease-in-out !important;
  width: auto !important;
  margin-left: auto;
  margin-right: auto !important;
}
.ctct-form-button:hover {
  background-color: var(--wp--custom--colors--purple-darker);
  border-radius: 5px !important;
}

/* Cookie Banner */
.cn-close-icon::before, .cn-close-icon::after {
  background-color: #fff !important;
}

.l-grid {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  list-style: none;
  padding: 0;
  margin: 0;
}

.l-grid_blog {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 700px) {
  .l-grid_blog {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .l-grid_blog {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wp-block[data-type="core/widget-area"],
.blocks-widgets-container .editor-styles-wrapper {
  max-width: 1200px;
}

.blocks-widgets-container .editor-styles-wrapper[data-widget-area-id=footer-sidebar] {
  background-color: var(--site-footer-bg-color);
  color: var(--site-footer-text-color);
}

.c-site-logo {
  max-height: 90px;
  max-width: 200px;
}

body {
  --page-header-bg-color: var(--wp--custom--colors--blue-light);
}

.c-page-header {
  background-color: var(--page-header-bg-color);
  padding-left: var(--wp--custom--spacing--gutter-global);
  padding-right: var(--wp--custom--spacing--gutter-global);
  padding-top: 20px;
}

.c-page-header__title {
  margin: 0;
  max-width: var(--wp--style--global--wide-size);
  padding-bottom: 20px;
}

.post-password-form {
  padding-left: var(--wp--custom--spacing--gutter-global);
  padding-bottom: var(--wp--custom--spacing--gutter-global);
}
.post-password-form input[type=password] {
  border: none;
  border-bottom: 4px solid var(--wp--custom--colors--purple-dark);
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  padding: 0.75em;
}
.post-password-form input[type=submit] {
  background-color: var(--wp--custom--colors--purple-dark);
  border-radius: 20px;
  color: var(--wp--custom--colors--offwhite);
  font-family: var(--wp--preset--font-family--roc-grotesk);
  font-size: var(--wp--preset--font-size--m);
  font-weight: 600;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 16px;
  padding-left: 30px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus {
  background-color: var(--wp--custom--colors--purple-darker);
  border-radius: 5px;
}

.wp-block-post-template.is-flex-container {
  gap: 40px;
}

@media screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 20px);
  }
}
.wp-block-post-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.vch-hero-pattern {
  padding-top: 0;
  padding-left: var(--wp--custom--spacing--gutter-global);
  padding-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  justify-content: flex-end;
}
@media screen and (min-width: 960px) {
  .vch-hero-pattern {
    justify-content: space-between;
  }
}
.vch-hero-pattern .wp-block-column {
  padding-top: 0;
}
.vch-hero-pattern .wp-block-column:first-of-type {
  padding-left: 0;
  padding-bottom: 0;
}
.vch-hero-pattern .wp-block-column:first-of-type p:last-of-type {
  padding-bottom: 0 !important;
}
.vch-hero-pattern .wp-block-column:last-of-type {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 782px) {
  .vch-hero-pattern .wp-block-column:last-of-type {
    flex-basis: 80% !important;
  }
}
@media screen and (min-width: 960px) {
  .vch-hero-pattern .wp-block-column:last-of-type {
    flex-basis: 50% !important;
    margin-top: -1.5em;
  }
}
@media screen and (min-width: 1100px) {
  .vch-hero-pattern .wp-block-column:last-of-type {
    flex-basis: 55% !important;
  }
}
.vch-hero-pattern .wp-block-buttons {
  padding-top: var(--wp--custom--spacing--gutter-global);
}
@media screen and (min-width: 782px) {
  .vch-hero-pattern {
    flex-wrap: wrap !important;
  }
  .vch-hero-pattern.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 960px) {
  .vch-hero-pattern.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0px;
  }
}

.c-menubutton {
  background: none;
  border: none;
  display: block;
  padding: 0;
}
.c-menubutton:hover, .c-menubutton:focus {
  cursor: pointer;
}
@media screen and (min-width: 840px) {
  .c-menubutton {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
}
.c-breadcrumbs {
  color: var(--wp--custom--colors--black);
  font-family: var(--wp--preset--font-family--roc-grotesk);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.c-breadcrumbs a {
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
  color: var(--wp--custom--colors--black);
}
.c-breadcrumbs a:hover, .c-breadcrumbs a:focus {
  opacity: 1;
}

.page-parent .c-breadcrumbs {
  padding-top: 0;
}

.c-blog-card {
  display: flex;
  flex-direction: column;
}

.c-blog-card__image {
  height: 350px;
  margin-bottom: 20px;
  overflow: hidden;
}
.c-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.c-blog-card__image a:hover img, .c-blog-card__image:focus img {
  transform: scale(1.05);
}

.c-blog-card__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-blog-card__text :last-child {
  margin-top: auto;
}

.c-blog-card__title-link {
  text-decoration: none;
  color: var(--wp--custom--colors--black);
  transition: color 0.3s ease-in-out;
}
.c-blog-card__title-link:hover, .c-blog-card__title-link:focus {
  color: var(--wp--custom--colors--purple-dark);
}

.c-blog-card__title {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: var(--wp--preset--font-size--xl);
  font-weight: 600;
}

.c-blog-card__date {
  margin-bottom: 20px;
  margin-top: 10px;
}

.c-blog-card__excerpt a {
  text-decoration: none;
  color: var(--wp--custom--colors--black);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 50%, var(--wp--custom--colors--purple-dark) 50%);
  background-size: auto 180%;
  transition: background-position-y 0.3s ease-in-out, color 0.3s ease-in-out;
}
.c-blog-card__excerpt a:hover, .c-blog-card__excerpt a:focus {
  background-position-y: 100%;
  color: var(--wp--custom--colors--offwhite);
}

.c-blog-card__link a {
  text-decoration: none;
  color: var(--wp--custom--colors--black);
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
.c-blog-card__link a span {
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
.c-blog-card__link a:hover, .c-blog-card__link a:focus {
  color: var(--wp--custom--colors--purple-dark);
}
.c-blog-card__link a:hover span, .c-blog-card__link a:focus span {
  transform: translateX(5px);
}

.wp-block-post-featured-image a {
  overflow: hidden;
}
.wp-block-post-featured-image a img {
  transition: transform 0.5s ease-in-out;
}
.wp-block-post-featured-image a:hover img, .wp-block-post-featured-image a:focus img {
  transform: scale(1.05);
}

.wp-block-post-title a {
  text-decoration: none;
  color: var(--wp--custom--colors--black);
  transition: color 0.3s ease-in-out;
}
.wp-block-post-title a:hover, .wp-block-post-title a:focus {
  color: var(--wp--custom--colors--purple-dark);
}

.c-footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
}
.c-footer-menu .menu-item {
  list-style-type: none;
}
.c-footer-menu .menu-item a {
  color: var(--site-footer-text-color);
  text-decoration: none;
}
.c-footer-menu .menu-item-has-children {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.c-footer-menu .menu-item-has-children .sub-menu {
  padding-top: 20px;
  padding-left: 0;
}
.c-footer-menu .menu-item-has-children .sub-menu .menu-item {
  border-radius: 0;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
}

.wp-block-button__link {
  transition: background-color 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
  background-color: var(--wp--custom--colors--purple-darker);
  border-radius: 5px;
}

#html .arve, .arve, .wp-block-nextgenthemes-arve-block {
  margin-bottom: 0;
}

.vch-three-card-pattern {
  padding-top: var(--wp--preset--spacing--40);
  padding-right: var(--wp--preset--spacing--20);
  padding-bottom: var(--wp--preset--spacing--40);
  padding-left: var(--wp--preset--spacing--20);
}
@media screen and (min-width: 782px) and (max-width: 960px) {
  .vch-three-card-pattern {
    padding-right: 0;
    padding-left: 0;
  }
  .vch-three-card-pattern .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .vch-three-card-pattern .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-basis: 47% !important;
  }
}
.vch-three-card-pattern .wp-block-image a {
  display: block;
  overflow: hidden;
}
.vch-three-card-pattern .wp-block-image a img {
  transition: transform 0.5s ease-in-out;
}
.vch-three-card-pattern .wp-block-image a:hover img, .vch-three-card-pattern .wp-block-image a:focus img {
  transform: scale(1.05);
}
.vch-three-card-pattern h2 a {
  text-decoration: none;
  color: var(--wp--custom--colors--black);
  transition: color 0.3s ease-in-out;
}
.vch-three-card-pattern h2 a:hover, .vch-three-card-pattern h2 a:focus {
  color: var(--wp--custom--colors--purple-dark);
}
@media screen and (max-width: 499px) {
  .vch-three-card-pattern .wp-block-columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .vch-three-card-pattern h1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 960px) {
  .vch-three-card-pattern h1 {
    padding-left: var(--wp--preset--spacing--80);
    padding-right: var(--wp--preset--spacing--80);
  }
}

.two-column-blog .wp-block-post-excerpt__more-link {
  background-image: none;
  text-decoration: none;
}
.two-column-blog .wp-block-post-excerpt__more-link span {
  display: inline-block;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.two-column-blog .wp-block-post-excerpt__more-link:hover,
.two-column-blog .wp-block-post-excerpt__more-link:focus {
  color: var(--wp--custom--colors--purple-dark);
}
.two-column-blog .wp-block-post-excerpt__more-link:hover span,
.two-column-blog .wp-block-post-excerpt__more-link:focus span {
  transform: translateX(5px);
}

@media screen and (max-width: 499px) {
  .vch-blog-listing .wp-block-column:first-of-type .wp-block-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 781px) {
  .vch-blog-listing .wp-block-column:last-of-type .wp-block-query {
    padding-top: var(--wp--custom--spacing--gutter-global) !important;
    padding-left: var(--wp--custom--spacing--gutter-global) !important;
    padding-right: var(--wp--custom--spacing--gutter-global) !important;
  }
}

.vch-impact h1 + p {
  margin-top: 0;
}
.vch-impact .wp-block-columns {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: calc(var(--wp--custom--spacing--gutter-global) / 2);
  padding-right: calc(var(--wp--custom--spacing--gutter-global) / 2);
}
@media screen and (min-width: 1100px) {
  .vch-impact .wp-block-columns {
    padding-left: var(--wp--custom--spacing--gutter-global);
    padding-right: var(--wp--custom--spacing--gutter-global);
  }
}
.vch-impact .wp-block-columns h2 {
  line-height: 1;
  font-size: 4.125rem !important;
}
@media screen and (min-width: 960px) {
  .vch-impact .wp-block-columns h2 {
    font-size: 5.125rem !important;
  }
}
@media screen and (min-width: 1100px) {
  .vch-impact .wp-block-columns h2 {
    font-size: 5.75rem !important;
  }
}
.vch-impact .wp-block-columns h2 + p {
  margin-top: 0;
}
@media screen and (max-width: 499px) {
  .vch-impact .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 499px) {
  .vch-sponsors .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 499px) {
  .vch-donate-tickets {
    padding-left: var(--wp--preset--spacing--20) !important;
    padding-right: var(--wp--preset--spacing--20) !important;
  }
}

@media screen and (max-width: 499px) {
  .vch-33-66-two-column .wp-block-column .wp-block-group {
    padding: 0 !important;
  }
  .vch-33-66-two-column .wp-block-column:last-of-type .wp-block-group {
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 782px) {
  .vch-33-66-two-column {
    flex-wrap: wrap !important;
  }
  .vch-33-66-two-column.wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media screen and (min-width: 960px) {
  .vch-33-66-two-column {
    flex-wrap: nowrap !important;
  }
  .vch-33-66-two-column.wp-block-columns > .wp-block-column:first-of-type {
    flex-basis: 33.33% !important;
  }
  .vch-33-66-two-column.wp-block-columns > .wp-block-column:last-of-type {
    flex-basis: 66.66% !important;
  }
}

@media screen and (max-width: 499px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 var(--wp--custom--spacing--gutter-global) !important;
  }
  .wp-block-media-text .wp-block-media-text__content .wp-block-group {
    padding-right: 0 !important;
  }
}

.vch-video-text .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.vch-video-text .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 499px) {
  .vch-video-text__text .wp-block-group {
    padding-left: var(--wp--custom--spacing--gutter-global) !important;
    padding-right: var(--wp--custom--spacing--gutter-global) !important;
  }
}

@media screen and (max-width: 499px) {
  .vch-50-50-two-column .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#donate-form .qgiv-embed-form {
  height: 1000px;
}
@media screen and (max-width: 500px) {
  #donate-form .qgiv-embed-form {
    height: 1200px;
  }
}

.page-id-295 .vch-donate-tickets .qgiv-embed-form {
  height: 5250px;
}
@media screen and (min-width: 400px) {
  .page-id-295 .vch-donate-tickets .qgiv-embed-form {
    height: 4150px;
  }
}
@media screen and (min-width: 500px) {
  .page-id-295 .vch-donate-tickets .qgiv-embed-form {
    height: 3650px;
  }
}
@media screen and (min-width: 600px) {
  .page-id-295 .vch-donate-tickets .qgiv-embed-form {
    height: 3050px;
  }
}
@media screen and (min-width: 700px) {
  .page-id-295 .vch-donate-tickets .qgiv-embed-form {
    height: 2850px;
  }
}

.page-id-297 .vch-donate-tickets .qgiv-embed-form {
  height: 4750px;
}
@media screen and (min-width: 400px) {
  .page-id-297 .vch-donate-tickets .qgiv-embed-form {
    height: 3000px;
  }
}
@media screen and (min-width: 500px) {
  .page-id-297 .vch-donate-tickets .qgiv-embed-form {
    height: 2800px;
  }
}
@media screen and (min-width: 600px) {
  .page-id-297 .vch-donate-tickets .qgiv-embed-form {
    height: 2310px;
  }
}
