/* Author Dependencies */
/**
 * /assets/scss/partials/base/mixins.scss
 *
 * Let's define our universal mixins for use throughout the theme
 */
/**
 * Base text styles
 */
body,
p,
select,
textarea,
input,
button {
  height: auto;
  min-height: auto;
  color: var(--wp--preset--color--main);
  font-size: var(--wp--custom--font-size--body-default);
  line-height: 1.5;
  font-weight: 400;
}

/**
 * Base button styles
 */
.wp-block-button__link, .wp-block-search__button, body .gform_wrapper.gravity-theme button.gform-button,
body .gform_wrapper.gravity-theme button.gform_button,
body .gform_wrapper.gravity-theme button.gform_next_button,
body .gform_wrapper.gravity-theme button.gform_previous_button,
body .gform_wrapper.gravity-theme button.gpnf-add-entry, .gin-school-dashboard-filter__submit button, .archive-pager .facetwp-facet button, input[type=button],
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=reset],
input[type=reset][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=submit],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus {
  display: inline-block;
  padding: 15px;
  height: auto;
  border: none;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--quinary);
  font-size: var(--wp--custom--font-size--body-default);
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  border-radius: 12px;
  outline: 3px solid transparent;
}
.wp-block-button__link:hover, .wp-block-search__button:hover, body .gform_wrapper.gravity-theme button.gform-button:hover,
body .gform_wrapper.gravity-theme button.gform_button:hover,
body .gform_wrapper.gravity-theme button.gform_next_button:hover,
body .gform_wrapper.gravity-theme button.gform_previous_button:hover,
body .gform_wrapper.gravity-theme button.gpnf-add-entry:hover, .gin-school-dashboard-filter__submit button:hover, .archive-pager .facetwp-facet button:hover, input[type=button]:hover,
input[type=button][disabled]:hover,
input[type=reset]:hover,
input[type=reset][disabled]:hover,
input[type=submit]:hover,
input[type=submit][disabled]:hover, .wp-block-button__link:focus, .wp-block-search__button:focus, body .gform_wrapper.gravity-theme button.gform-button:focus,
body .gform_wrapper.gravity-theme button.gform_button:focus,
body .gform_wrapper.gravity-theme button.gform_next_button:focus,
body .gform_wrapper.gravity-theme button.gform_previous_button:focus,
body .gform_wrapper.gravity-theme button.gpnf-add-entry:focus, .gin-school-dashboard-filter__submit button:focus, .archive-pager .facetwp-facet button:focus, input[type=button]:focus,
input[type=button][disabled]:focus,
input[type=reset]:focus,
input[type=reset][disabled]:focus,
input[type=submit]:focus,
input[type=submit][disabled]:focus {
  outline: 3px solid rgba(255, 227, 125, 0.5);
  background: var(--wp--custom--color--primary-hover);
  color: var(--wp--preset--color--quinary);
  text-decoration: none;
}

/**
 * Button reset
 */
.block-team-tabs__nav-button, .site-header__icon, body .search-overlay__close, .filters-wrapper .facetwp-type-reset button {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

/**
 * Label styles
 */
.wp-block-search__label, body .gform_wrapper.gravity-theme .gfield_label, .rcp_form label {
  width: 100%;
  text-align: left;
  font-weight: 700;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 18px;
  color: var(--wp--preset--color--primary);
}

/**
 * Transitions
 */
.block-faq__toggle, .block-faq__toggle-question-icon::before, .block-faq__toggle-question-icon::after, .block-icon-links__link, .block-icon-links__icon svg, .block-icon-links__icon img, .block-segments-grid__link::before, .block-segments-grid__link span, .block-county-links__link > svg, .block-team-tabs__nav-button, .block-team-tabs__nav-button::after, .is-style-arrow-right .wp-block-button__link::after, .social-media__link svg, .nav-primary > ul.menu > .menu-item.menu-button a span, .mobile-navigation-icon, .mobile-navigation-icon span, .site-header__icon svg path, body .search-overlay__close svg path, button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img, a {
  transition: all 0.2s ease-in-out;
}

/**
 * Placeholder Color
 */
/**
 * Media queries
 */
/* Author Dependencies */
/**
 * /assets/scss/partials/base/buttons.scss
 *
 * Let's define our button styles
 */
/**
 * /assets/scss/partials/base/headings.scss
 *
 * Let's define our heading styles
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--secondary-font);
  line-height: 1.2;
  font-weight: 700;
}
h1:not(.has-text-color) a,
h2:not(.has-text-color) a,
h3:not(.has-text-color) a,
h4:not(.has-text-color) a,
h5:not(.has-text-color) a,
h6:not(.has-text-color) a {
  color: var(--wp--preset--color--primary);
}
h1:not(.has-text-color) a:hover,
h2:not(.has-text-color) a:hover,
h3:not(.has-text-color) a:hover,
h4:not(.has-text-color) a:hover,
h5:not(.has-text-color) a:hover,
h6:not(.has-text-color) a:hover {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1.alignwide, h1.alignfull,
h2.alignwide,
h2.alignfull,
h3.alignwide,
h3.alignfull,
h4.alignwide,
h4.alignfull,
h5.alignwide,
h5.alignfull,
h6.alignwide,
h6.alignfull {
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
h1.has-font-size-11-font-size, h1.has-font-size-11-static-font-size,
h2.has-font-size-11-font-size,
h2.has-font-size-11-static-font-size,
h3.has-font-size-11-font-size,
h3.has-font-size-11-static-font-size,
h4.has-font-size-11-font-size,
h4.has-font-size-11-static-font-size,
h5.has-font-size-11-font-size,
h5.has-font-size-11-static-font-size,
h6.has-font-size-11-font-size,
h6.has-font-size-11-static-font-size {
  letter-spacing: -1.44px;
}
h1.has-font-size-10-font-size, h1.has-font-size-10-static-font-size,
h2.has-font-size-10-font-size,
h2.has-font-size-10-static-font-size,
h3.has-font-size-10-font-size,
h3.has-font-size-10-static-font-size,
h4.has-font-size-10-font-size,
h4.has-font-size-10-static-font-size,
h5.has-font-size-10-font-size,
h5.has-font-size-10-static-font-size,
h6.has-font-size-10-font-size,
h6.has-font-size-10-static-font-size {
  letter-spacing: -1.28px;
}
h1.has-font-size-9-font-size, h1.has-font-size-9-static-font-size,
h2.has-font-size-9-font-size,
h2.has-font-size-9-static-font-size,
h3.has-font-size-9-font-size,
h3.has-font-size-9-static-font-size,
h4.has-font-size-9-font-size,
h4.has-font-size-9-static-font-size,
h5.has-font-size-9-font-size,
h5.has-font-size-9-static-font-size,
h6.has-font-size-9-font-size,
h6.has-font-size-9-static-font-size {
  letter-spacing: -0.96px;
}
h1.has-font-size-8-font-size, h1.has-font-size-8-static-font-size,
h2.has-font-size-8-font-size,
h2.has-font-size-8-static-font-size,
h3.has-font-size-8-font-size,
h3.has-font-size-8-static-font-size,
h4.has-font-size-8-font-size,
h4.has-font-size-8-static-font-size,
h5.has-font-size-8-font-size,
h5.has-font-size-8-static-font-size,
h6.has-font-size-8-font-size,
h6.has-font-size-8-static-font-size {
  letter-spacing: -0.8px;
}
h1.has-font-size-7-font-size, h1.has-font-size-7-static-font-size,
h2.has-font-size-7-font-size,
h2.has-font-size-7-static-font-size,
h3.has-font-size-7-font-size,
h3.has-font-size-7-static-font-size,
h4.has-font-size-7-font-size,
h4.has-font-size-7-static-font-size,
h5.has-font-size-7-font-size,
h5.has-font-size-7-static-font-size,
h6.has-font-size-7-font-size,
h6.has-font-size-7-static-font-size {
  letter-spacing: -0.64px;
}
h1.has-font-size-5-font-size, h1.has-font-size-5-static-font-size,
h2.has-font-size-5-font-size,
h2.has-font-size-5-static-font-size,
h3.has-font-size-5-font-size,
h3.has-font-size-5-static-font-size,
h4.has-font-size-5-font-size,
h4.has-font-size-5-static-font-size,
h5.has-font-size-5-font-size,
h5.has-font-size-5-static-font-size,
h6.has-font-size-5-font-size,
h6.has-font-size-5-static-font-size {
  letter-spacing: -0.48px;
}
h1 mark.has-inline-color,
h2 mark.has-inline-color,
h3 mark.has-inline-color,
h4 mark.has-inline-color,
h5 mark.has-inline-color,
h6 mark.has-inline-color {
  color: inherit !important;
  background-color: initial !important;
  position: relative;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--wp--preset--color--quinary);
          text-decoration-color: var(--wp--preset--color--quinary);
  text-decoration-thickness: 5px;
  text-underline-offset: 5px;
}

h1 {
  font-size: var(--wp--preset--font-size--font-size-9);
  letter-spacing: -0.96px;
}

h2 {
  font-size: var(--wp--preset--font-size--font-size-8);
  letter-spacing: -0.8px;
}

h3 {
  font-size: var(--wp--preset--font-size--font-size-5);
  letter-spacing: -0.48px;
}

h4 {
  font-size: var(--wp--preset--font-size--font-size-4);
}

h5 {
  font-size: var(--wp--preset--font-size--font-size-3);
}

h6 {
  font-size: var(--wp--preset--font-size--font-size-3);
}

/*! normalize.css v8.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 iOS.
 * 3. Add default smooth scroll
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth; /* 3 */
  }
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**
 * Remove default padding and background from 'mark' elements
 */
mark {
  padding: 0;
  background-color: transparent;
}

/* 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] {
  -moz-appearance: button;
       appearance: button;
  -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] {
  -moz-appearance: textfield;
       appearance: textfield;
  -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;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/base/typography.scss
 *
 * Let's define our global typography styles
 */
a {
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
  color: var(--wp--preset--color--primary);
}
a[href^=tel], a[href^=tel]:hover {
  color: var(--wp--preset--color--main);
  text-decoration: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

code {
  padding: 0.125em 0.25em;
  background-color: #424242;
}

pre {
  margin: 0 0 1.75em;
  padding: 1.75em;
  max-width: 100%;
  border: 1px solid #424242;
  line-height: 1.3125;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/base/universal.scss
 *
 * Let's define our universal styles
 *
 * - Universal
 * - Box Sizing
 * - Common Classes
 * - Accessibility
 */
/* ----- Universal ---------------------- */
:root {
  --wp--style--block-gap: var(--wp--custom--spacing--block-gap);
  --gallery-block--gutter-size: var(--wp--custom--spacing--column-gap);
}
@media (max-width: 781px) {
  :root {
    --gallery-block--gutter-size: calc(var(--wp--custom--spacing--column-gap) * 0.75);
  }
}
@media (max-width: 600px) {
  :root {
    --gallery-block--gutter-size: calc(var(--wp--custom--spacing--column-gap) * 0.5);
  }
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

picture,
iframe {
  max-width: 100%;
}

/* ----- Box Sizing -------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* ----- Common Classes -------------------- */
.align-left {
  text-align: left;
}

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

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

@media (max-width: 781px) {
  .is-style-center-on-tablet {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .is-style-center-on-mobile {
    text-align: center;
  }
}

.eyebrow {
  width: 100%;
  font-size: var(--wp--preset--font-size--font-size-2);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2.4px;
}

.filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: var(--wp--preset--color--background-2);
  padding: var(--wp--preset--spacing--large);
  row-gap: 16px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.filters-wrapper .facetwp-type-reset {
  width: 100%;
  margin: 0;
}
.filters-wrapper .facetwp-type-reset button {
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.filters-item {
  flex: 1;
}
@media (max-width: 781px) {
  .filters-item {
    flex: none;
    width: 100%;
  }
}
.filters-item .facetwp-facet {
  margin: 0;
}
.filters-item .facetwp-input-wrap,
.filters-item input {
  width: 100%;
}

.filters-label {
  width: 100%;
  margin-bottom: 8px;
  display: block;
  color: var(--wp--preset--color--primary);
}

/* ----- Accessibility -------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  display: block;
  clip: auto !important;
  height: auto;
  width: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

/* Layouts */
/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/archives.scss
 *
 * Let's define our archive styles
 *
 * - Archive
 * - The Loop
 */
/* ----- Archive -------------------- */
.archive-header {
  padding: var(--wp--preset--spacing--medium) 0;
}
.archive-header > * {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--thin);
}
.archive-header > *:last-child {
  margin-bottom: 0;
}
.archive-header__description {
  margin-top: 12px;
}
.archive-header__description > *:last-child {
  margin-bottom: 0;
}
.archive-header.archive-header--category, .archive-header.archive-header--year, .archive-header.archive-header--newsletter {
  padding-top: var(--wp--preset--spacing--xxx-large);
  padding-bottom: 0;
}

.archive-years {
  display: block;
  width: 100%;
  max-width: var(--wp--custom--layout--default);
  margin: var(--wp--preset--spacing--xx-large) auto 0;
}

/* ----- The Loop -------------------- */
.loop-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--wp--preset--spacing--large);
       column-gap: var(--wp--preset--spacing--large);
  row-gap: var(--wp--preset--spacing--large);
  max-width: var(--wp--custom--layout--default);
  width: 100%;
  margin: 0 auto;
}

.blog .site-main > .loop-wrapper,
.category .site-main > .loop-wrapper,
.archive .site-main > .loop-wrapper {
  margin-top: var(--wp--preset--spacing--xx-large);
}

.loop-item {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--wp--preset--spacing--small);
  width: calc((100% - var(--wp--preset--spacing--large) * 3) / 4);
  background-color: var(--wp--preset--color--background-2);
  align-content: flex-start;
  padding: var(--wp--preset--spacing--medium);
}
.wp-block-group.has-background-2-background-color .loop-item {
  background-color: #fff;
}
@media (max-width: 1000px) {
  .loop-item {
    width: calc((100% - var(--wp--preset--spacing--large) * 2) / 3);
  }
}
@media (max-width: 781px) {
  .loop-item {
    width: calc((100% - var(--wp--preset--spacing--large)) / 2);
  }
}
@media (max-width: 600px) {
  .loop-item {
    width: 100%;
  }
}
.loop-item__date {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
  font-size: 16px;
}
.loop-item__title {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  font-size: var(--wp--preset--font-size--font-size-5);
}
.loop-item__excerpt {
  width: 100%;
}
.loop-item__excerpt p {
  margin: 0;
  font-size: 14px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.loop-item__categories {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}
.loop-item__category {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
}
.loop-item__category img {
  width: 14px;
  display: block;
}
.loop-item__location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
}
.loop-item__location svg {
  width: 11px;
}
.loop-item__location > span {
  flex: 1;
  line-height: 1.25;
}
.loop-item.loop-item--alternate {
  background-color: transparent !important;
  padding: 0;
  row-gap: 12px;
}
.loop-item.loop-item--alternate .loop-item__date {
  color: var(--wp--preset--color--primary);
}
.loop-item.loop-item--alternate .loop-item__title {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**
 * /assets/scss/partials/layouts/error404.scss
 *
 * Let's define our error404 styles
 */
.error404 .site-inner .content-area,
.search-no-results .site-inner .content-area {
  padding: 0 0 var(--wp--preset--spacing--xx-large) 0;
  text-align: center;
}
.error404 .site-inner .content-area .entry-content,
.search-no-results .site-inner .content-area .entry-content {
  max-width: 750px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/footer.scss
 *
 * Let's define our footer styles
 */
/* ----- Main Footer -------------------- */
.site-footer {
  width: 100%;
  padding: var(--wp--preset--spacing--xxx-large) var(--wp--custom--spacing--viewport-padding);
  background-color: var(--wp--preset--color--primary);
}
.site-footer * {
  color: #fff;
}
.site-footer > .wrap {
  max-width: var(--wp--custom--layout--default);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--xxx-large);
}
.site-footer__top {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--large);
  justify-content: space-between;
}
@media (max-width: 781px) {
  .site-footer__top {
    row-gap: var(--wp--preset--spacing--xx-large);
  }
}
.site-footer__top-left {
  width: 100%;
  max-width: 800px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--wp--preset--spacing--x-large);
}
@media (max-width: 781px) {
  .site-footer__top-left {
    max-width: none;
  }
}
.site-footer__logo {
  width: 100%;
}
@media (max-width: 600px) {
  .site-footer__logo {
    display: flex;
    justify-content: center;
  }
}
.site-footer__logo img {
  display: block;
  width: 148px;
}
.site-footer__description {
  width: 100%;
  margin: 0;
}
.site-footer__contact-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
@media (max-width: 600px) {
  .site-footer__contact-button {
    width: 100%;
  }
  .site-footer__contact-button .wp-block-button {
    width: 100%;
  }
}
.site-footer .social-media__link {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .social-media__link:hover {
  background-color: var(--wp--preset--color--tertiary);
}
.site-footer .social-media__link:hover svg {
  fill: var(--wp--preset--color--primary);
}
.site-footer .social-media__link svg {
  fill: #fff;
}
.site-footer__top-right {
  width: 262px;
}
@media (max-width: 781px) {
  .site-footer__top-right {
    width: 100%;
  }
}
.site-footer__offices {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--large);
}
.site-footer__office {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 24px;
  border-radius: 16px;
}
.site-footer__office-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--font-size-5);
  line-height: 1.2;
  letter-spacing: -0.48px;
}
.site-footer__office-address {
  width: 100%;
  font-size: var(--wp--preset--font-size--font-size-2-static);
}
.site-footer__office-phone {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--font-size-2-static);
}
.site-footer__office-phone:hover {
  text-decoration: none;
}
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--small);
}
@media (max-width: 781px) {
  .site-footer__bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 781px) {
  .site-footer__copyright {
    width: 100%;
  }
  .site-footer__copyright p {
    text-align: center;
  }
}
.site-footer__copyright p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 781px) {
  .footer-menu-wrap {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
.menu--footer {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.menu--footer li {
  display: flex;
}
.menu--footer li:not(:first-child) {
  margin-left: 24px;
  padding-left: 24px;
  border-left: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 1px;
}
.menu--footer li a {
  font-size: 14px;
  text-decoration: none;
}
.menu--footer li a:hover {
  text-decoration: underline;
}

.footer-transition {
  display: block;
  width: 100%;
}
.footer-transition img {
  display: block;
  width: 100%;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/header.scss
 *
 * Let's define our header styles
 */
.site-header {
  width: 100%;
  position: relative;
  padding: 0 var(--wp--custom--spacing--viewport-padding);
  background-color: var(--wp--preset--color--primary);
}
@media (max-width: 1068px) {
  .site-header {
    padding: 8px;
  }
}
.site-header > .wrap {
  width: 100%;
  max-width: var(--wp--custom--layout--default);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.site-header__logo {
  display: flex;
}
.site-header__logo img {
  display: block;
}
@media (max-width: 1068px) {
  .site-header__logo img {
    width: auto;
    height: 48px;
  }
}
.site-header__right {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--large);
}
@media (max-width: 1068px) {
  .site-header__right {
    gap: 10px;
  }
}
.site-header__icons {
  display: flex;
  gap: 20px;
  align-items: center;
}
.site-header__icon {
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.site-header__icon:hover, .site-header__icon:focus {
  cursor: pointer;
}
.site-header__icon:hover svg path, .site-header__icon:focus svg path {
  opacity: 0.75;
}

body .search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/backgrounds/search-overlay-bg.jpg");
  background-size: cover;
  padding: var(--wp--preset--spacing--medium);
  z-index: 10001;
  display: none;
}
body .search-overlay__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body .search-overlay__inner {
  width: 100%;
  max-width: 876px;
  position: relative;
}
body .search-overlay__close {
  position: absolute;
  top: -32px;
  right: 0;
}
body .search-overlay__close:hover, body .search-overlay__close:focus {
  cursor: pointer;
}
body .search-overlay__close:hover svg path, body .search-overlay__close:focus svg path {
  opacity: 1;
}
body .search-overlay input[type=search] {
  background-color: rgba(0, 51, 112, 0.75);
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 20px 20px 72px;
  background-image: url("../images/icons/search-modal-icon.svg");
  background-size: 32px 32px;
  background-position: 20px 20px;
  background-repeat: no-repeat;
}
body .search-overlay input[type=search]:focus {
  background-color: rgba(0, 51, 112, 0.75);
  color: #fff;
}
body .search-overlay input::-moz-placeholder {
  color: white;
  opacity: 1;
}
body .search-overlay input::placeholder {
  color: white;
  opacity: 1;
}
body .search-overlay input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
body .search-overlay input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
body .search-overlay input::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: white;
}
body .search-overlay input::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
body .search-overlay input:-moz-placeholder { /* Firefox 4-18 */
  color: white;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/interiors.scss
 *
 * Let's define our interior wrapper styles
 */
/* ----- Universal -------------------- */
@media (max-width: 1068px) {
  body.mobile-nav-open {
    overflow: hidden;
  }
}

.site-inner {
  width: 100%;
  overflow: hidden;
  padding: 0 var(--wp--custom--spacing--viewport-padding);
}

@media (max-width: 600px) {
  html #wpadminbar {
    position: fixed;
  }
}
.entry-content > *:last-child {
  margin-bottom: 0;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/navigation.scss
 *
 * Let's define our navigation styles
 *
 * - Primary Navigation
 * - Mobile Navigation Icon
 */
/* ----- Primary Navigation -------------------- */
@media (min-width: 1069px) {
  .nav-primary {
    display: block !important;
  }
}
@media (max-width: 1068px) {
  .nav-primary {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background-color: var(--wp--preset--color--secondary);
    padding-bottom: 104px;
    z-index: 101;
  }
  .mobile-nav-open .nav-primary {
    overflow: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 64px);
  }
}
.nav-primary > ul.menu {
  display: flex;
  flex-wrap: wrap;
}
.nav-primary > ul.menu > .menu-item {
  list-style: none;
  position: relative;
}
@media (min-width: 1069px) {
  .nav-primary > ul.menu > .menu-item:hover > .sub-menu, .nav-primary > ul.menu > .menu-item:focus-within > .sub-menu {
    left: 50%;
    opacity: 1;
  }
}
@media (max-width: 1068px) {
  .nav-primary > ul.menu > .menu-item {
    width: 100%;
  }
  .nav-primary > ul.menu > .menu-item.open > .sub-menu {
    display: block;
  }
  .nav-primary > ul.menu > .menu-item.open > button {
    transform: rotate(180deg);
  }
  .nav-primary > ul.menu > .menu-item.open > button svg path {
    fill: var(--wp--preset--color--primary);
  }
  .nav-primary > ul.menu > .menu-item:not(.menu-button) {
    border-top: 1px solid var(--wp--preset--color--primary);
  }
}
.nav-primary > ul.menu > .menu-item a {
  border: none;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  padding: 47px 16px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1068px) {
  .nav-primary > ul.menu > .menu-item a {
    padding: 16px 20px;
  }
}
.nav-primary > ul.menu > .menu-item a:hover {
  color: #fff;
  text-decoration: none;
}
.nav-primary > ul.menu > .menu-item button {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  right: 7px;
  top: 1px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-primary > ul.menu > .menu-item button:focus {
  outline: 2px solid rgba(0, 0, 255, 0.5);
  border-radius: 4px;
}
.nav-primary > ul.menu > .menu-item button svg {
  width: 20px;
  height: 20px;
}
.nav-primary > ul.menu > .menu-item button svg path {
  fill: #fff;
}
@media (min-width: 1069px) {
  .nav-primary > ul.menu > .menu-item button {
    display: none;
  }
}
.nav-primary > ul.menu > .menu-item.menu-button a span {
  background-color: var(--wp--preset--color--quinary);
  color: var(--wp--preset--color--primary);
  border-radius: 12px;
  font-size: 18px;
  line-height: 1;
  padding: 9.25px 13px;
}
.nav-primary > ul.menu > .menu-item.menu-button a span:hover, .nav-primary > ul.menu > .menu-item.menu-button a span:focus {
  background: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
@media (max-width: 1068px) {
  .nav-primary > ul.menu > .menu-item.menu-button a span {
    width: 100%;
    display: block;
    text-align: center;
    padding: 16px;
  }
}
.nav-primary > ul.menu > .menu-item > .sub-menu {
  background: var(--wp--preset--color--white);
  left: -9999px;
  opacity: 0;
  padding: var(--wp--preset--spacing--large);
  position: absolute;
  width: 280px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--small);
}
@media (min-width: 1069px) {
  .nav-primary > ul.menu > .menu-item > .sub-menu {
    transform: translateX(-50%);
    border-right: 2px solid rgba(0, 117, 196, 0.25);
    border-bottom: 2px solid rgba(0, 117, 196, 0.25);
    border-left: 2px solid rgba(0, 117, 196, 0.25);
  }
  .nav-primary > ul.menu > .menu-item > .sub-menu::after {
    content: "";
    width: 64px;
    height: 8px;
    background-color: var(--wp--preset--color--quinary);
    position: absolute;
    top: -4px;
    left: calc(50% - 32px);
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 1068px) {
  .nav-primary > ul.menu > .menu-item > .sub-menu {
    left: 0;
    opacity: 1;
    position: relative;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 12px 0;
    background-color: #fff;
    border-top: 1px solid var(--wp--preset--color--primary);
    display: none;
  }
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item {
  width: 100%;
  display: block;
  clear: both;
  border-top: none !important;
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item a {
  width: 100%;
  background: transparent;
  color: var(--wp--preset--color--secondary);
  padding: 6px 0;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item a {
    padding: 12px 20px;
    text-align: left;
  }
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item:hover > a, .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a {
  color: var(--wp--preset--color--primary);
}

/* ----- Mobile Nav Icon -------------------- */
.mobile-navigation-icon {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
}
.mobile-navigation-icon:focus {
  outline: 2px solid rgba(0, 0, 255, 0.5);
  border-radius: 4px;
}
.mobile-navigation-icon span {
  width: 28px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 12px;
  left: 10px;
}
.mobile-navigation-icon span:nth-child(2) {
  top: 22px;
}
.mobile-navigation-icon span:nth-child(3) {
  top: 32px;
}
.mobile-navigation-icon.open span {
  background-color: var(--wp--preset--color--quinary);
}
.mobile-navigation-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 22px;
}
.mobile-navigation-icon.open span:nth-child(2) {
  opacity: 0;
}
.mobile-navigation-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 22px;
}
@media (max-width: 1068px) {
  .mobile-navigation-icon {
    display: block;
  }
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/pagination.scss
 *
 * Let's define our pagination styles
 *
 * - Default
 * - FacetWP Pager
 */
/* ----- Default -------------------- */
.pagination {
  width: 100%;
  margin-top: var(--wp--preset--spacing--large);
}
.pagination .alignleft {
  float: left;
}
.pagination .alignright {
  float: right;
}
.pagination a {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
}
.pagination a:hover {
  text-decoration: none;
  color: var(--wp--preset--color--main);
}
.pagination ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .pagination ul {
    flex-wrap: wrap;
  }
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination ul li a {
  padding: 2px 11px;
  border-radius: 3px;
  color: var(--wp--preset--color--main);
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}
.pagination ul li.active a, .pagination ul li:hover a {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
@media (max-width: 600px) {
  .pagination ul li.pagination-previous, .pagination ul li.pagination-next {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .pagination ul li.pagination-next {
    margin-bottom: 0;
    margin-top: 15px;
  }
}

/* ----- FacetWP Pager -------------------- */
.archive-pager {
  width: 100%;
  max-width: var(--wp--custom--layout--default);
  overflow: hidden;
  margin: var(--wp--preset--spacing--xx-large) auto 0;
  display: flex;
  justify-content: center;
}
.archive-pager .facetwp-facet {
  margin: 0;
}
.archive-pager .facetwp-facet button {
  position: relative;
}
.archive-pager .facetwp-facet button.facetwp-hidden {
  display: none;
}
.archive-pager .facetwp-facet button::before, .archive-pager .facetwp-facet button::after {
  content: "";
  width: 100vw;
  position: absolute;
  top: 50%;
  right: calc(100% + 16px);
  height: 2px !important;
  background-color: var(--wp--preset--color--quinary);
  border: none !important;
}
.archive-pager .facetwp-facet button::after {
  right: auto;
  left: calc(100% + 16px);
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/rcp.scss
 *
 * Let's define our Restrict Content Pro styles
 *
 * - Archive
 * - The Loop
 */
.rcp_form {
  background-color: var(--wp--preset--color--background-2);
  padding: var(--wp--preset--spacing--large);
}
.rcp_form label {
  display: flex;
  width: 100%;
  gap: 8px;
}
.rcp_form legend {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
}
.rcp_form fieldset:not(:first-of-type) {
  margin-top: 24px;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/search.scss
 *
 * Let's define our search styles
 */
.search .archive-header__subtitle {
  width: 100%;
  margin: 0 auto var(--wp--custom--spacing--block-gap);
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/sidebars.scss
 *
 * Let's define our sidebars styles
 */
@media (max-width: 900px) {
  .sidebar--primary {
    display: none;
  }
}
@media (min-width: 901px) {
  .content-sidebar-layout .content-area {
    display: grid;
    grid-template-columns: calc(100% - var(--wp--custom--layout--sidebar) - var(--wp--preset--spacing--medium)) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--preset--spacing--medium);
    width: 100%;
    max-width: var(--wp--custom--layout--default);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar-layout .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--thin);
  }
  .content-sidebar-layout .sidebar--primary {
    float: none;
    width: 100%;
    padding: var(--wp--preset--spacing--xxx-large) 0 var(--wp--preset--spacing--large);
  }
}
.sidebar-content {
  width: 100%;
  display: block;
  padding: var(--wp--preset--spacing--large);
  border: 4px solid var(--wp--preset--color--quinary);
}
.sidebar-content > * {
  -webkit-margin-before: var(--wp--preset--spacing--small);
          margin-block-start: var(--wp--preset--spacing--small);
  -webkit-margin-after: var(--wp--preset--spacing--small);
          margin-block-end: var(--wp--preset--spacing--small);
}
.sidebar-content > :first-child {
  margin-top: 0;
}
.sidebar-content > :last-child {
  margin-bottom: 0;
}
.sidebar-content ul,
.sidebar-content ol {
  padding: 0 0 0 16px;
  -webkit-margin-before: var(--wp--custom--spacing--block-gap);
          margin-block-start: var(--wp--custom--spacing--block-gap);
}
.sidebar-content ul li,
.sidebar-content ol li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 8px;
}
.sidebar-content ul li:last-child,
.sidebar-content ol li:last-child {
  margin-bottom: 0;
}
.sidebar-content ul li::marker,
.sidebar-content ol li::marker {
  color: var(--wp--preset--color--main);
  margin-right: 5px;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/singular.scss
 *
 * Let's define our singular page/post styles
 *
 * - Entry Header/Footer
 * - Author Box
 * - Comments
 * - Newsletter
 * - Attendees
 */
/* ----- Entry Header/Footer -------------------- */
.entry-header {
  padding: var(--wp--preset--spacing--xxx-large) 0 var(--wp--preset--spacing--large);
}
.entry-header > * {
  max-width: var(--wp--custom--layout--thin);
  margin-left: auto;
  margin-right: auto;
}
.entry-header > *:last-child {
  margin-bottom: 0;
}
.entry-header .entry-author {
  display: block;
  width: 100%;
  margin-top: 12px;
}
.entry-header .entry-date {
  display: block;
  width: 100%;
  margin-top: 12px;
}
.single-post .entry-header {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--wp--preset--spacing--large);
}

.entry-title {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.single-post .entry-title {
  position: relative;
  padding-bottom: var(--wp--preset--spacing--large);
}
.single-post .entry-title::after {
  content: "";
  width: 80px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: var(--wp--preset--color--quinary);
}

.single-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px;
  width: 100%;
}
.single-meta .loop-item__categories {
  width: auto;
}
.single-meta .loop-item__category {
  font-size: 16px;
}
.single-meta .loop-item__date {
  width: auto;
}
.single-meta .loop-item__date:nth-child(2) {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 2px solid var(--wp--preset--color--quinary);
}

.single-description {
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--font-size-4);
  margin-top: 24px;
  width: 100%;
}

.single-post-audio {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 16px;
}
.single-post-audio__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
}
.single-post-audio__item audio {
  width: 100%;
}
.single-post-audio__item .mejs-container,
.single-post-audio__item .mejs-container .mejs-controls,
.single-post-audio__item .mejs-embed,
.single-post-audio__item .mejs-embed body {
  background-color: var(--wp--preset--color--background-2);
}
.single-post-audio__item .mejs-time {
  color: var(--wp--preset--color--primary);
}
.single-post-audio__item .mejs-button.mejs-play > button {
  background: transparent url("../images/icons/audio-icon-play.svg");
  background-size: 15px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
}
.single-post-audio__item .mejs-button.mejs-pause > button {
  background: transparent url("../images/icons/audio-icon-pause.svg");
  background-size: 15px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
}
.single-post-audio__item .mejs-button.mejs-volume-button > button {
  background: transparent url("../images/icons/audio-icon-volume.svg");
  background-size: 23px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 23px;
}
.single-post-audio__item .mejs-button.mejs-volume-button.mejs-unmute > button {
  background: transparent url("../images/icons/audio-icon-mute.svg");
}
.single-post-audio__item .mejs-controls .mejs-time-rail .mejs-time-total {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.single-post-audio__item .mejs-controls .mejs-time-rail .mejs-time-current {
  background: var(--wp--preset--color--quinary);
}
.single-post-audio__item .mejs-controls .mejs-time-rail .mejs-time-handle {
  background: var(--wp--preset--color--primary);
  width: 4px;
  height: 100%;
  border: none;
}
.single-post-audio__item .mejs-controls .mejs-time-rail .mejs-time-handle-content {
  display: none !important;
}
.single-post-audio__item .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #fff;
}
.single-post-audio__item .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: var(--wp--preset--color--primary);
}
.single-post-audio__header {
  width: 100%;
  color: var(--wp--preset--color--primary);
  font-weight: 700;
  font-size: 14px;
}

.single-post-event-eyebrow {
  width: 100%;
}

.single-post-event-meta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.single-post-event-meta__date, .single-post-event-meta__location {
  width: 100%;
  display: flex;
  color: var(--wp--preset--color--secondary);
  gap: 12px;
  align-items: center;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--font-size-4);
}
.single-post-event-meta__date > span, .single-post-event-meta__location > span {
  flex: 1;
}

.single-post-event-map {
  width: 100%;
  background-color: var(--wp--preset--color--background-2);
  padding: 12px;
}
.single-post-event-map iframe {
  width: 100%;
}

.entry-footer {
  padding: 24px 0;
}
.entry-footer > * {
  max-width: var(--wp--custom--layout--thin);
  margin-left: auto;
  margin-right: auto;
}
.entry-footer > *:last-child {
  margin-bottom: 0;
}

.after-entry {
  max-width: var(--wp--custom--layout--thin);
  margin: var(--wp--preset--spacing--large) auto 0;
}
.default-layout .after-entry {
  max-width: var(--wp--custom--layout--default);
}

.single-post-categories,
.single-post-tags {
  display: block;
  width: 100%;
  margin-top: var(--wp--preset--spacing--medium);
}

.single-related-posts {
  padding: var(--wp--preset--spacing--xxx-large) var(--wp--custom--spacing--viewport-padding);
  background-color: var(--wp--preset--color--background-2);
  width: calc(100% + var(--wp--custom--spacing--viewport-padding) * 2);
  max-width: 100vw;
  margin-left: calc(-1 * var(--wp--custom--spacing--viewport-padding));
  margin-right: calc(-1 * var(--wp--custom--spacing--viewport-padding));
  margin-top: var(--wp--preset--spacing--xxx-large);
}
.single-related-posts .loop-wrapper {
  max-width: none;
  margin: 0 auto;
}
.single-related-posts > h3,
.single-related-posts > h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.single-related-posts .block-recent-posts {
  max-width: var(--wp--custom--layout--default);
  margin: 0 auto;
}
.single-related-posts .loop-item {
  background-color: #fff;
}

/* ----- Author Box -------------------- */
.author-box {
  display: block;
  position: relative;
  width: 100%;
  background-color: var(--wp--preset--color--background-2);
  padding: 24px 24px 24px 148px;
  min-height: 148px;
}
@media (max-width: 600px) {
  .author-box {
    display: flex;
    padding: 16px;
    flex-direction: column;
  }
}
.author-box img {
  position: absolute;
  top: 24px;
  left: 24px;
  border-radius: 100px;
  width: 100px;
}
@media (max-width: 600px) {
  .author-box img {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 24px;
  }
}
.author-box__title {
  margin-top: 0;
  margin-bottom: calc(var(--wp--custom--spacing--block-gap) * 0.5);
}
.author-box__content p {
  margin-bottom: calc(var(--wp--custom--spacing--block-gap) * 0.5);
}
.author-box__content p:last-child {
  margin-bottom: 0;
}

/* ----- Comments -------------------- */
.entry-comments {
  display: block;
  width: 100%;
  max-width: var(--wp--custom--layout--thin);
  margin: 48px auto 0;
}
.default-layout .entry-comments {
  max-width: var(--wp--custom--layout--default);
}
.entry-comments h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.comment-list {
  margin-bottom: 32px;
}
.comment-list li {
  list-style-type: none;
  border: 1px solid #ccc;
  padding: 16px;
}
.comment-list li .comment-body {
  position: relative;
}
.comment-list li .comment-body p {
  margin-bottom: 8px;
  font-size: 0.9rem;
}
.comment-list li .comment-body p:last-of-type {
  margin-bottom: 0;
}
.comment-list li.staff {
  border: 5px solid var(--wp--preset--color--primary);
}
.comment-list > li {
  overflow: hidden;
  margin-bottom: 16px;
}
.comment-list .comment-author {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.comment-list .comment-author cite {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
}
.comment-list .comment-author .says {
  display: none;
}
.comment-list .comment-meta {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  color: #424242;
  font-size: 0.9rem;
}
.comment-list .comment-meta a {
  color: #424242;
  font-weight: 400;
  text-decoration: none;
}
.comment-list .reply {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.comment-list .children {
  margin: 24px 0 0;
}
.comment-list .children li {
  margin-bottom: 12px;
}
.comment-list .children li:last-child {
  margin-bottom: 0;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.comment-form p {
  margin-bottom: 12px;
}
.comment-form .comment-notes,
.comment-form .logged-in-as {
  font-size: var(--wp--preset--font-size--font-size-2);
  font-style: italic;
}
.comment-form .comment-form-comment {
  width: 100%;
}
.comment-form .comment-form-author {
  width: calc(50% - var(--wp--custom--spacing--block-gap) * 0.5);
  margin-right: var(--wp--custom--spacing--block-gap);
}
.comment-form .comment-form-email {
  width: calc(50% - var(--wp--custom--spacing--block-gap) * 0.5);
}
@media (max-width: 600px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: 100%;
    margin-right: 0;
  }
}
.comment-form p.form-submit {
  margin: 24px 0 0;
}

/* ----- Newsletter -------------------- */
.newsletter-toc {
  display: block;
  width: 100%;
  padding: vaR(--wp--preset--spacing--medium);
  border: 4px solid var(--wp--preset--color--primary);
  margin-bottom: 24px;
}
.newsletter-toc--main {
  display: none;
}
@media (max-width: 781px) {
  .newsletter-toc--sidebar {
    display: none;
  }
  .newsletter-toc--main {
    display: block;
  }
}
.newsletter-toc__header {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.newsletter-toc ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  padding-left: 0 !important;
  gap: 12px;
}
.newsletter-toc ul li {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.newsletter-toc ul li a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.25;
}

.newsletter-sponsor-top {
  display: block;
  width: 100%;
}
.newsletter-sponsor-top img {
  display: block;
  width: 100%;
  max-width: 250px;
}

/* ----- Attendees -------------------- */
.attendee-info {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.attendee-info__header {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
  width: 100%;
}
.attendee-info ul.attendee-info__list {
  width: 100%;
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}
.attendee-info ul.attendee-info__list li {
  margin: 0 !important;
  padding: 0 !important;
}

.school-info-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.school-info-wrapper__header {
  width: 100%;
  font-size: 20px;
  font-family: var(--wp--preset--font-family--secondary-font);
  color: var(--wp--preset--color--primary);
  font-weight: 700;
  line-height: 1.2;
}

.school-info-excel-export {
  width: 100%;
  display: block;
  margin-top: 8px;
}
.school-info-excel-export a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 600;
}
.school-info-excel-export a svg path {
  fill: #008000;
}

.gin-school-dashboard-filter {
  display: block;
  width: 100%;
  margin-top: 24px;
}
.gin-school-dashboard-filter form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
}
.gin-school-dashboard-filter__select {
  width: 200px;
}
.gin-school-dashboard-filter__select label {
  font-size: 14px;
  font-weight: 600;
}
.gin-school-dashboard-filter__select select {
  border: 1px solid #dddddd !important;
  border-radius: 8px !important;
  margin-toP: 6px !important;
}
.school-info {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  min-width: 1000px;
  margin-top: 16px;
}
.school-info__header {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
}
.school-info__row {
  display: flex;
  width: 100%;
  padding: 4px 0;
  border-bottom: 1px solid #dedede;
  font-size: 12px;
}
.school-info__row-header {
  font-weight: 700;
}
.school-info__row-item {
  padding: 0 8px 0 0;
  flex-grow: 1;
  text-align: left;
  width: 100px;
}
.school-info__row-item--pass, .school-info__row-item--active, .school-info__row-item--letter, .school-info__row-item--red-cross .school-info__row-item--certified, .school-info__row-item--year {
  width: 76px;
}
.school-info__row-item--phone, .school-info__row-item--fax, .school-info__row-item--cell {
  width: 120px;
}
.school-info__row-item--email {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
}
.school-info__row-item--email a {
  white-space: nowrap;
}

.gin-school-counts {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
.gin-school-counts__header {
  width: 100%;
  font-size: 24px;
  margin: 0;
}
.gin-school-counts__item {
  width: calc((100% - 96px) / 3);
  display: flex;
  flex-wrap: wrap;
}
.gin-school-counts__item-header {
  width: 100%;
  font-weight: 700;
}
.gin-school-counts__count-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 2px 0;
  border-bottom: 1px solid #ededed;
}
.gin-school-counts__count-row--totals {
  font-weight: 700;
  border-bottom: none;
}
.gin-school-counts__count-row-level-name, .gin-school-counts__count-row-level-count {
  font-size: 14px;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/social-media.scss
 *
 * Let's define our social media styles
 */
.social-media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.social-media__links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.social-media__link {
  display: flex;
  align-items: center;
}
.social-media__link svg {
  fill: var(--wp--preset--color--primary);
}
.social-media__link:hover, .social-media__link:focus, .social-media__link:active {
  text-decoration: none;
}
.social-media__link:hover svg, .social-media__link:focus svg, .social-media__link:active svg {
  fill: var(--wp--preset--color--main);
}

/* Forms */
/**
 * /assets/scss/partials/forms/forms-base.scss
 *
 * Let's define our base form styles
 */
input {
  line-height: normal;
}

body input[type=date],
body input[type=time],
body input[type=datetime-local],
body input[type=week],
body input[type=month],
body input[type=text],
body input[type=email],
body input[type=url],
body input[type=password],
body input[type=search],
body input[type=tel],
body input[type=number],
body textarea,
body select,
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme select,
body .rcp_form input[type=date],
body .rcp_form input[type=time],
body .rcp_form input[type=datetime-local],
body .rcp_form input[type=week],
body .rcp_form input[type=month],
body .rcp_form input[type=text],
body .rcp_form input[type=email],
body .rcp_form input[type=url],
body .rcp_form input[type=password],
body .rcp_form input[type=search],
body .rcp_form input[type=tel],
body .rcp_form input[type=number],
body .rcp_form textarea,
body .rcp_form select {
  background: var(--wp--preset--color--white);
  border: none;
  border-bottom: var(--wp--custom--forms--border-width) solid var(--wp--custom--forms--border-color);
  color: var(--wp--custom--forms--text-color);
  padding: var(--wp--custom--forms--input-padding-vertical) var(--wp--custom--forms--input-padding-horizontal);
  width: 100%;
  border-radius: var(--wp--custom--forms--border-radius);
  line-height: 1.5;
  font-size: var(--wp--custom--forms--font-size);
}
body input[type=date]:focus,
body input[type=time]:focus,
body input[type=datetime-local]:focus,
body input[type=week]:focus,
body input[type=month]:focus,
body input[type=text]:focus,
body input[type=email]:focus,
body input[type=url]:focus,
body input[type=password]:focus,
body input[type=search]:focus,
body input[type=tel]:focus,
body input[type=number]:focus,
body textarea:focus,
body select:focus,
body .gform_wrapper.gravity-theme input[type=date]:focus,
body .gform_wrapper.gravity-theme input[type=time]:focus,
body .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
body .gform_wrapper.gravity-theme input[type=week]:focus,
body .gform_wrapper.gravity-theme input[type=month]:focus,
body .gform_wrapper.gravity-theme input[type=text]:focus,
body .gform_wrapper.gravity-theme input[type=email]:focus,
body .gform_wrapper.gravity-theme input[type=url]:focus,
body .gform_wrapper.gravity-theme input[type=password]:focus,
body .gform_wrapper.gravity-theme input[type=search]:focus,
body .gform_wrapper.gravity-theme input[type=tel]:focus,
body .gform_wrapper.gravity-theme input[type=number]:focus,
body .gform_wrapper.gravity-theme textarea:focus,
body .gform_wrapper.gravity-theme select:focus,
body .rcp_form input[type=date]:focus,
body .rcp_form input[type=time]:focus,
body .rcp_form input[type=datetime-local]:focus,
body .rcp_form input[type=week]:focus,
body .rcp_form input[type=month]:focus,
body .rcp_form input[type=text]:focus,
body .rcp_form input[type=email]:focus,
body .rcp_form input[type=url]:focus,
body .rcp_form input[type=password]:focus,
body .rcp_form input[type=search]:focus,
body .rcp_form input[type=tel]:focus,
body .rcp_form input[type=number]:focus,
body .rcp_form textarea:focus,
body .rcp_form select:focus {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--custom--forms--border-color-focus);
  color: var(--wp--custom--forms--text-color);
  outline: 0;
}

body .gform_wrapper.gravity-theme select,
body .gin-school-dashboard-filter select,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("../images/forms/arrow-down.svg");
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  max-width: 100%;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/forms/forms-gravity.scss
 *
 * Let's define base styles for Gravity Forms
 *
 */
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: var(--wp--custom--forms--spacing-row);
  grid-column-gap: var(--wp--custom--forms--spacing-column);
}
body .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_label {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}
body .gform_wrapper.gravity-theme .gfield_label .gfield_required {
  font-style: normal;
  color: vaR(--wp--preset--color--primary);
  opacity: 0.4;
  font-size: 14px;
  padding: 0;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-width: var(--wp--custom--forms--border-width);
}
body .gform_wrapper.gravity-theme .validation_message {
  border-radius: var(--wp--custom--forms--border-radius);
  padding: 8px;
  font-size: 14px;
}
body .gform_wrapper.gravity-theme #field_submit {
  align-items: flex-end;
}
body .gform_wrapper.gravity-theme .gform-page-footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  border-top: 1px solid var(--wp--preset--color--secondary);
  margin-top: 40px;
  padding-top: 40px;
}
body .gform_wrapper.gravity-theme .gform-page-footer button {
  min-width: 180px;
}
body .gform_wrapper.gravity-theme .gf_progressbar_wrapper {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--wp--preset--color--secondary);
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice {
  padding: 5px 0;
  position: relative;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > label,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > label {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 1.2;
  font-size: var(--wp--custom--forms--font-size);
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio],
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio] {
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio] + *::before,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio] + *::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ebe7e7;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio] + *::after,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio] + *::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--wp--preset--color--white);
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 10px;
  opacity: 0;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio]:checked + *::before,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio]:checked + *::before {
  background-color: var(--wp--preset--color--primary);
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio]:checked + *::after,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio]:checked + *::after {
  opacity: 1;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox],
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox] + *::before,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox] + *::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #ebe7e7;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox] + *::after,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox] + *::after {
  content: "";
  background-image: url("../images/forms/check-solid-white.svg");
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 3px;
  opacity: 0;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox]:checked + *::before,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox]:checked + *::before {
  background-color: var(--wp--preset--color--primary);
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox]:checked + *::after,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox]:checked + *::after {
  opacity: 1;
}
@media (max-width: 641px) {
  body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.15;
    min-height: none;
  }
}
body .gform_wrapper.gravity-theme.align-submit-button-center_wrapper .gform_footer {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: var(--wp--custom--forms--spacing-row) 0 0;
  padding: 0;
}
body .gform_wrapper.gravity-theme.align-submit-button-right_wrapper .gform_footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: var(--wp--custom--forms--spacing-row) 0 0;
  padding: 0;
}
body .gform_wrapper.gravity-theme .gfield--type-html.top-sep {
  position: relative;
  padding-top: 48px;
  margin-top: 24px;
}
body .gform_wrapper.gravity-theme .gfield--type-html.top-sep::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--wp--preset--color--secondary);
  opacity: 0.25;
}
body .gform_wrapper.gravity-theme .gfield--type-html h2 {
  margin: 0;
}
body .gform_wrapper.gravity-theme .gfield--type-html h3 {
  margin: 0;
  font-size: var(--wp--preset--font-size--font-size-7);
}
body .gform_wrapper.gravity-theme .gpnf-nested-entries {
  background-color: #fff;
}

.gform_page_fields .gfield--type-html > table,
.gform_confirmation_message > table {
  background-color: #fff;
}
.gform_page_fields .gfield--type-html > table tr[bgcolor="#EAF2FA"],
.gform_page_fields .gfield--type-html > table tr[style="background-color:#EAF2FA"],
.gform_confirmation_message > table tr[bgcolor="#EAF2FA"],
.gform_confirmation_message > table tr[style="background-color:#EAF2FA"] {
  background-color: var(--wp--preset--color--background-2) !important;
}
.gform_page_fields .gfield--type-html > table tr[bgcolor="#EAF2FA"] strong,
.gform_page_fields .gfield--type-html > table tr[style="background-color:#EAF2FA"] strong,
.gform_confirmation_message > table tr[bgcolor="#EAF2FA"] strong,
.gform_confirmation_message > table tr[style="background-color:#EAF2FA"] strong {
  font-family: var(--wp--preset--font-family--font-family-primary) !important;
  font-size: 16px !important;
}
.gform_page_fields .gfield--type-html > table font,
.gform_confirmation_message > table font {
  font-family: var(--wp--preset--font-family--font-family-primary) !important;
  font-size: 16px !important;
}
.gform_page_fields .gfield--type-html > table ul,
.gform_confirmation_message > table ul {
  margin-top: 0 !important;
}

/* Blocks */
/* Author Dependencies */
/**
 * /assets/scss/partials/blocks/blocks-base.scss
 *
 * Let's define our basic block styles
 *
 * - Imports Core
 * - Imports ACF Blocks
 * - Base Colors
 * - Layouts
 * - Disable ACF Links
 * - Editor Variation Icon Styles
 * - Editor Title Styles
 */
/* ----- Import Core Partials -------------------- */
/* Author Dependencies */
/**
 * /assets/scss/partials/blocks/blocks-core.scss
 *
 * Let's define our core block styles
 *
 * - Buttons
 * - Columns
 * - Cover
 * - Gallery
 * - Group
 * - Images
 * - Lists
 * - Paragraphs
 * - Quotes
 * - Search
 * - Separators
 * - Tables
 *
 */
/* ----- Buttons -------------------- */
.wp-block-button__link {
  text-decoration: none;
}
.wp-block-button__link.has-quinary-background-color {
  color: var(--wp--preset--color--primary);
  outline: 3px solid transparent;
}
.wp-block-button__link.has-quinary-background-color:hover {
  background-color: #ffed87 !important;
  outline: 3px solid rgba(255, 227, 125, 0.5);
}
.is-style-arrow-right .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  background-color: transparent !important;
  outline: none !important;
  color: var(--wp--preset--color--secondary);
}
.is-style-arrow-right .wp-block-button__link::after {
  content: "";
  background-image: url("../images/icons/ncc-button-arrow.svg");
  width: 18px;
  height: 13px;
  background-size: 18px 13px;
  background-repeat: no-repeat;
}
.is-style-arrow-right .wp-block-button__link:hover::after, .is-style-arrow-right .wp-block-button__link:focus::after {
  transform: translateX(4px);
}
.is-style-arrow-right .wp-block-button__link.has-text-color.has-background-color::after {
  background-image: url("../images/icons/ncc-button-arrow-alt.svg");
}

/* ----- Columns -------------------- */
@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc((100% - var(--wp--custom--spacing--column-gap)) / 2) !important;
  }
}
@media (max-width: 781px) {
  .wp-block-columns .wp-block-column.is-style-top-tablet {
    order: -1;
  }
}
@media (max-width: 600px) {
  .wp-block-columns .wp-block-column.is-style-top-mobile {
    order: -1;
  }
}
@media (max-width: 900px) {
  .wp-block-columns.is-style-wide-break {
    flex-wrap: wrap;
  }
  .wp-block-columns.is-style-wide-break .wp-block-column {
    flex-basis: 100% !important;
  }
}
.wp-block-columns.is-style-border-between {
  border: none !important;
  gap: var(--wp--preset--spacing--xx-large);
}
.wp-block-columns.is-style-border-between .wp-block-column:not(:first-child) {
  position: relative;
}
.wp-block-columns.is-style-border-between .wp-block-column:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--wp--preset--spacing--xx-large) / 2 * -1);
  width: 1px;
  height: 100%;
  background-color: var(--wp--preset--color--main);
  opacity: 0.25;
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-border-between .wp-block-column:not(:first-child)::before {
    top: calc(var(--wp--preset--spacing--xx-large) / 2 * -1);
    left: 0;
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 1000px) and (min-width: 769px) {
  .wp-block-columns.is-style-border-between:has(> *:nth-child(4n)) .wp-block-column {
    flex-basis: calc((100% - var(--wp--preset--spacing--xx-large)) / 2);
  }
  .wp-block-columns.is-style-border-between:has(> *:nth-child(4n)) .wp-block-column:nth-child(n+3)::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(var(--wp--preset--spacing--xx-large) / 2 * -1);
    height: 1px;
    width: 100%;
    background-color: var(--wp--preset--color--main);
    opacity: 0.25;
  }
}
.wp-block-columns.is-style-border-between.has-border-color.has-primary-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-primary-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-columns.is-style-border-between.has-border-color.has-secondary-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-secondary-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-columns.is-style-border-between.has-border-color.has-tertiary-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-tertiary-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--tertiary);
}
.wp-block-columns.is-style-border-between.has-border-color.has-quaternary-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-quaternary-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--quaternary);
}
.wp-block-columns.is-style-border-between.has-border-color.has-quinary-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-quinary-border-color .wp-block-column::after {
  opacity: 1;
  background-color: var(--wp--preset--color--quinary);
}
.wp-block-columns.is-style-border-between.has-border-color.has-senary-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-senary-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--senary);
}
.wp-block-columns.is-style-border-between.has-border-color.has-septenary-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-septenary-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--septenary);
}
.wp-block-columns.is-style-border-between.has-border-color.has-background-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-background-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--background);
}
.wp-block-columns.is-style-border-between.has-border-color.has-background-2-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-background-2-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--background-2);
}
.wp-block-columns.is-style-border-between .wp-block-column.is-vertically-aligned-center {
  align-self: initial;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1000px) {
  .wp-block-columns:has(> *:nth-child(4n)) {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:has(> *:nth-child(4n)) .wp-block-column {
    flex-basis: calc((100% - var(--wp--custom--spacing--column-gap)) / 2);
  }
}
.wp-block-columns.transparent-images img {
  mix-blend-mode: multiply;
}

/* ----- Cover -------------------- */
.wp-block-cover {
  padding: 0 var(--wp--custom--spacing--viewport-padding);
}
.wp-block-cover__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--thin);
  padding-left: 0;
  padding-right: 0;
}
body.default-layout .wp-block-cover__inner-container,
.wp-block-cover__inner-container > .wp-block-group {
  max-width: var(--wp--custom--layout--default);
}
body.default-layout .wp-block-cover__inner-container.alignwide {
  max-width: var(--wp--custom--layout--wide);
}

/* ----- Group -------------------- */
.wp-block-group.is-horizontal {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.wp-block-group.alignfull {
  margin-top: 0;
}
.wp-block-group.alignfull.has-background {
  padding-top: var(--wp--preset--spacing--xxx-large);
  padding-bottom: var(--wp--preset--spacing--xxx-large);
}

/* ----- Images -------------------- */
.wp-block-image img,
figure.wp-block-image:not(.wp-block) img {
  display: block;
}
.wp-block-image.aligncenter,
figure.wp-block-image:not(.wp-block).aligncenter {
  text-align: center;
}
.wp-block-image.aligncenter img,
.wp-block-image.aligncenter > .components-resizable-box__container,
figure.wp-block-image:not(.wp-block).aligncenter img,
figure.wp-block-image:not(.wp-block).aligncenter > .components-resizable-box__container {
  display: inline-block;
}
.wp-block-image.alignfull figcaption,
figure.wp-block-image:not(.wp-block).alignfull figcaption {
  padding: 0 var(--wp--custom--spacing--viewport-padding);
}
@media (min-width: 601px) {
  .wp-block-image.alignleft, .wp-block-image.alignright,
  figure.wp-block-image:not(.wp-block).alignleft,
  figure.wp-block-image:not(.wp-block).alignright {
    margin-bottom: var(--wp--custom--spacing--block-gap);
  }
  .wp-block-image.alignleft,
  figure.wp-block-image:not(.wp-block).alignleft {
    float: left;
    margin-right: var(--wp--custom--spacing--block-gap);
  }
  .wp-block-image.alignright,
  figure.wp-block-image:not(.wp-block).alignright {
    float: right;
    margin-left: var(--wp--custom--spacing--block-gap);
  }
}
@media (max-width: 600px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  figure.wp-block-image:not(.wp-block) .alignleft,
  figure.wp-block-image:not(.wp-block) .alignright {
    float: none;
  }
}
.wp-block-image figcaption,
figure.wp-block-image:not(.wp-block) figcaption {
  display: flex;
  margin: 5px 0 0;
  font-style: italic;
  font-size: 0.9rem;
}

img.emoji {
  max-width: 16px;
  display: inline-block;
}

/* ----- Lists -------------------- */
.entry-content ul,
.entry-content ol,
.block-area ul,
.block-area ol,
ul.wp-block,
ol.wp-block {
  padding: 0 0 0 16px;
  -webkit-margin-before: var(--wp--custom--spacing--block-gap);
          margin-block-start: var(--wp--custom--spacing--block-gap);
  background-color: transparent !important;
}
.entry-content ul li,
.entry-content ol li,
.block-area ul li,
.block-area ol li,
ul.wp-block li,
ol.wp-block li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 8px;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child,
.block-area ul li:last-child,
.block-area ol li:last-child,
ul.wp-block li:last-child,
ol.wp-block li:last-child {
  margin-bottom: 0;
}
.entry-content ul li::marker,
.entry-content ol li::marker,
.block-area ul li::marker,
.block-area ol li::marker,
ul.wp-block li::marker,
ol.wp-block li::marker {
  color: var(--wp--preset--color--main);
  margin-right: 5px;
}
.entry-content ul.has-primary-background-color li::marker,
.entry-content ol.has-primary-background-color li::marker,
.block-area ul.has-primary-background-color li::marker,
.block-area ol.has-primary-background-color li::marker,
ul.wp-block.has-primary-background-color li::marker,
ol.wp-block.has-primary-background-color li::marker {
  color: var(--wp--preset--color--primary);
}
.entry-content ul.has-secondary-background-color li::marker,
.entry-content ol.has-secondary-background-color li::marker,
.block-area ul.has-secondary-background-color li::marker,
.block-area ol.has-secondary-background-color li::marker,
ul.wp-block.has-secondary-background-color li::marker,
ol.wp-block.has-secondary-background-color li::marker {
  color: var(--wp--preset--color--secondary);
}
.entry-content ul.has-background-background-color li::marker,
.entry-content ol.has-background-background-color li::marker,
.block-area ul.has-background-background-color li::marker,
.block-area ol.has-background-background-color li::marker,
ul.wp-block.has-background-background-color li::marker,
ol.wp-block.has-background-background-color li::marker {
  color: var(--wp--preset--color--background);
}
.entry-content ul.is-style-styled-list,
.entry-content ol.is-style-styled-list,
.block-area ul.is-style-styled-list,
.block-area ol.is-style-styled-list,
ul.wp-block.is-style-styled-list,
ol.wp-block.is-style-styled-list {
  list-style-type: none;
  padding-left: 0;
}
.entry-content ul.is-style-styled-list li,
.entry-content ol.is-style-styled-list li,
.block-area ul.is-style-styled-list li,
.block-area ol.is-style-styled-list li,
ul.wp-block.is-style-styled-list li,
ol.wp-block.is-style-styled-list li {
  position: relative;
  padding-left: 32px;
}
.entry-content ul.is-style-styled-list li::before,
.entry-content ol.is-style-styled-list li::before,
.block-area ul.is-style-styled-list li::before,
.block-area ol.is-style-styled-list li::before,
ul.wp-block.is-style-styled-list li::before,
ol.wp-block.is-style-styled-list li::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/icons/circle-check-regular.svg");
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
}

.entry-content ol li::marker,
.block-area ol li::marker,
ol.wp-block li::marker {
  font-weight: 600;
  font-family: var(--wp--preset--font-family--secondary-font);
}

/* ----- Paragraphs -------------------- */
p {
  padding: 0;
}

/* ----- Quotes -------------------- */
.wp-block-quote {
  margin: var(--wp--custom--spacing--block-gap) auto;
  background: var(--wp--custom--color--grey-light);
  padding: var(--wp--preset--spacing--medium);
  border-left: 10px solid var(--wp--custom--color--grey-medium);
}
.wp-block-quote p {
  font-size: 20px;
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.wp-block-quote cite {
  margin-top: var(--wp--custom--spacing--block-gap);
  display: block;
}

/* ----- Search -------------------- */
.wp-block-search {
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
.wp-block-search__inside-wrapper {
  gap: 12px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: var(--wp--custom--forms--border-width) solid var(--wp--custom--forms--border-color);
  padding: 0;
  border-radius: var(--wp--custom--forms--border-radius);
  line-height: 1.15;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: var(--wp--custom--forms--input-padding-vertical) var(--wp--custom--forms--input-padding-horizontal);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  margin: 5px 5px 5px 0;
}
.wp-block-search__button {
  margin-left: 0;
}

/* ----- Separators -------------------- */
hr,
hr.wp-block-separator {
  border: none !important;
  height: 1px !important;
}
hr.is-style-dotted,
hr.wp-block-separator.is-style-dotted {
  height: 2px !important;
  background: repeating-linear-gradient(to right, currentColor, currentColor 2px, transparent 2px, transparent 6px);
  background-clip: content-box;
  border-radius: 2px;
  background-color: transparent !important;
  border: none !important;
}
hr.is-style-opacity-25,
hr.wp-block-separator.is-style-opacity-25 {
  opacity: 0.25;
}
hr.is-style-opacity-50,
hr.wp-block-separator.is-style-opacity-50 {
  opacity: 0.5;
}

/* ----- Tables -------------------- */
.wp-block-table table,
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-table table thead,
table thead {
  background-color: var(--wp--preset--color--background-2);
  border-bottom: none;
}
.wp-block-table table th,
table th {
  border: 2px solid var(--wp--preset--color--background-2);
  padding: 12px;
  position: relative;
  text-align: left;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
}
.wp-block-table table th p,
table th p {
  margin: 0;
}
.wp-block-table table td,
table td {
  border: 2px solid var(--wp--preset--color--background-2);
  padding: 12px;
  position: relative;
  font-size: 16px;
}
.wp-block-table table td p,
table td p {
  margin: 0;
}
.wp-block-table table.is-style-stripes table th, .wp-block-table table.is-style-stripes table td,
table.is-style-stripes table th,
table.is-style-stripes table td {
  border-color: transparent;
}
.wp-block-table table.is-style-stripes table tbody tr:nth-of-type(odd),
table.is-style-stripes table tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}

/* ----- Import ACF Block Partials -------------------- */
/* Author Dependencies */
/**
 * /assets/scss/partials/blocks/blocks-acf.scss
 *
 * Let's define our custom ACF block styles
 *
 * - FAQ
 * - Hero
 * - Icon Links
 * - Link Download
 * - Recent Posts
 * - Resources
 * - Segments Grid
 * - Split Image
 * - State Benefits Links
 * - Team Tabs
 * - Zip Lookup
 *
 */
/* ----- FAQ -------------------- */
.block-faq {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.block-faq__toggle {
  width: 100%;
  position: relative;
  background-color: var(--wp--preset--color--background-2);
  padding: 16px 20px;
  outline: 3px solid transparent;
}
.block-faq__toggle.open {
  background-color: #fff;
  outline: 3px solid var(--wp--preset--color--quinary);
}
.block-faq__toggle-question {
  width: 100%;
  color: var(--wp--preset--color--primary);
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}
.block-faq__toggle-question-icon {
  position: absolute;
  right: 16px;
  top: 10px;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
}
.block-faq__toggle-question-icon::before, .block-faq__toggle-question-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: calc(50% - 3px);
  right: 10px;
  background-color: var(--wp--preset--color--secondary);
}
.block-faq__toggle-question-icon::after {
  transform: rotate(90deg);
}
.block-faq__toggle-question[aria-pressed=true] {
  font-weight: 700;
}
.block-faq__toggle-question[aria-pressed=true] .block-faq__toggle-question-icon::before {
  opacity: 0;
}
.block-faq__toggle-question[aria-pressed=true] .block-faq__toggle-question-icon::after {
  transform: rotate(0);
}
.block-faq__toggle-answer {
  display: none;
  margin-top: 24px;
}
.block-faq__toggle-answer p {
  font-size: 14px;
  margin: 0 0 16px;
}
.block-faq__toggle-answer p:last-child {
  margin-bottom: 0;
}

/* ----- Hero -------------------- */
.block-hero {
  width: calc(100% + var(--wp--custom--spacing--viewport-padding) * 2);
  max-width: 100vw;
  margin-left: calc(-1 * var(--wp--custom--spacing--viewport-padding));
  margin-right: calc(-1 * var(--wp--custom--spacing--viewport-padding));
  padding: var(--wp--preset--spacing--xxx-large) var(--wp--custom--spacing--viewport-padding);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 781px) {
  .block-hero {
    flex-wrap: wrap;
    background-color: var(--wp--preset--color--primary);
    padding: 0;
  }
}
@media (min-width: 1101px) {
  .block-hero {
    min-height: 600px;
  }
}
@media (min-width: 782px) {
  .block-hero::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, #003370 0%, rgba(0, 119, 199, 0.24) 100%);
  }
}
.block-hero__image, .block-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 781px) {
  .block-hero__image, .block-hero__video {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
  .block-hero__image::after, .block-hero__video::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, #003370 0%, rgba(0, 119, 199, 0.24) 50%);
    transform: rotate(180deg);
  }
}
@media (min-width: 782px) {
  .block-hero__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.block-hero__video {
  padding-top: 40.25%;
}
.block-hero__video video {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.block-hero__inner {
  display: block;
  width: 100%;
  max-width: var(--wp--custom--layout--default);
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 781px) {
  .block-hero__inner {
    padding: 24px;
  }
}
.block-hero__content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 512px;
  row-gap: var(--wp--preset--spacing--large);
}
.block-hero__header {
  width: 100%;
  color: #fff;
  margin: 0;
}
.block-hero__sep {
  width: 80px;
  height: 4px;
  background-color: var(--wp--preset--color--quinary);
}
.block-hero__description {
  width: 100%;
  color: #fff;
  margin: 0;
}

/* ----- Icon Links -------------------- */
.block-icon-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--large);
  width: 100%;
}
.block-icon-links__link {
  flex: 1;
  display: block;
  border: 1px solid rgba(0, 117, 196, 0.25);
  padding: 8px;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .block-icon-links__link {
    flex: none;
    width: calc((100% - var(--wp--preset--spacing--large)) / 2);
  }
}
.block-icon-links__link:hover {
  background-color: rgba(0, 117, 196, 0.25);
  text-decoration: none;
}
.block-icon-links__link:hover .block-icon-links__icon svg {
  opacity: 1;
}
.block-icon-links__link:hover .block-icon-links__icon img {
  opacity: 0;
}
.block-icon-links__inner {
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  padding: 12px;
  gap: 16px;
  height: 100%;
}
.block-icon-links__link-text {
  font-weight: 800;
  line-height: 1;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 600px) {
  .block-icon-links__link-text {
    font-size: 14px;
    flex: 1;
  }
}
.block-icon-links__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 600px) {
  .block-icon-links__icon {
    width: 24px;
  }
}
.block-icon-links__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media (max-width: 600px) {
  .block-icon-links__icon svg {
    width: 24px;
  }
}
.block-icon-links__icon img {
  display: block;
}
@media (max-width: 600px) {
  .block-icon-links__icon img {
    width: 24px;
  }
}

/* ----- Link Download -------------------- */
.block-link-download {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.block-link-download__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: var(--wp--preset--color--background-2);
  padding: var(--wp--preset--spacing--small);
  gap: 12px;
}
.block-link-download__item-title {
  width: 100%;
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}
.block-link-download__item-description {
  width: 100%;
  font-size: 14px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-link-download__item-link {
  width: 100%;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.block-link-download__item-link a {
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
}
.block-link-download__pdf {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  opacity: 0.5;
}
@media (min-width: 782px) {
  .block-link-download.layout-two-column .block-link-download__item {
    width: calc((100% - 24px) / 2);
  }
}

/* ----- Recent Posts -------------------- */
.block-recent-posts {
  display: flex;
  flex-direction: column;
  row-gap: var(--wp--preset--spacing--medium);
}
.block-recent-posts__top {
  display: flex;
  align-items: center;
  -moz-column-gap: var(--wp--preset--spacing--medium);
       column-gap: var(--wp--preset--spacing--medium);
  justify-content: space-between;
}
.block-recent-posts__header {
  margin: 0;
  display: flex;
  margin: 0;
  align-items: center;
  gap: 12px;
}
.block-recent-posts__header img {
  display: block;
}
@media (max-width: 600px) {
  .block-recent-posts__button--top {
    display: none;
  }
}
.block-recent-posts__button--bottom {
  display: none;
  justify-content: center;
}
@media (max-width: 600px) {
  .block-recent-posts__button--bottom {
    display: flex;
  }
}
.block-recent-posts__button .wp-block-button .wp-block-button__link {
  color: var(--wp--preset--color--quinary);
}
@media (max-width: 1000px) and (min-width: 601px) {
  .block-recent-posts .loop-item {
    width: calc((100% - var(--wp--preset--spacing--large)) / 2);
  }
}
.block-recent-posts.block-recent-posts--alternate-layout .loop-wrapper {
  -moz-column-gap: calc(var(--wp--preset--spacing--x-large) * 2);
       column-gap: calc(var(--wp--preset--spacing--x-large) * 2);
}
.block-recent-posts.block-recent-posts--alternate-layout .loop-item {
  width: calc((100% - var(--wp--preset--spacing--x-large) * 2 * 2) / 3);
  position: relative;
}
@media (max-width: 781px) {
  .block-recent-posts.block-recent-posts--alternate-layout .loop-item {
    width: 100%;
  }
  .block-recent-posts.block-recent-posts--alternate-layout .loop-item:not(:first-child) {
    padding-top: var(--wp--preset--spacing--large);
    border-top: 2px solid rgba(0, 117, 196, 0.25);
  }
}
@media (min-width: 782px) {
  .block-recent-posts.block-recent-posts--alternate-layout .loop-item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(var(--wp--preset--spacing--x-large) * -1);
    width: 2px;
    height: 100%;
    background-color: var(--wp--preset--color--secondary);
    opacity: 0.25;
  }
}

.wp-block-wd-acf-recent-posts .loop-item {
  font-size: initial;
}

/* ----- Resources -------------------- */
.block-resources.alignfull {
  margin-top: 0;
}
.block-resources.alignfull.has-background {
  padding-top: var(--wp--preset--spacing--xxx-large);
  padding-bottom: var(--wp--preset--spacing--xxx-large);
}
.block-resources .wp-block-buttons .wp-block-button__link {
  color: var(--wp--preset--color--quinary);
}
.block-resources__header-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--wp--preset--spacing--x-large);
  max-width: var(--wp--custom--layout--default);
  margin-left: auto;
  margin-right: auto;
}
.block-resources__header {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 12px;
}
.block-resources__header img {
  display: block;
}
@media (max-width: 781px) {
  .block-resources__header-button {
    display: none !important;
  }
}
.block-resources__resources {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--wp--preset--spacing--large);
  max-width: var(--wp--custom--layout--default);
  margin-left: auto;
  margin-right: auto;
}
.block-resources__resource {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.block-resources__resource-image {
  width: 100%;
}
.block-resources__resource-image img {
  display: block;
  width: 100%;
}
.block-resources__resource-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: var(--wp--preset--spacing--large);
  gap: var(--wp--preset--spacing--small);
}
.block-resources__resource-category {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
  font-size: 14px;
}
.block-resources__resource-header {
  width: 100%;
  margin: 0;
}
.block-resources__resource-description {
  width: 100%;
  margin: 0;
  font-size: 14px;
}
.block-resources__bottom-button {
  display: none !important;
  width: 100%;
  justify-content: center;
  margin-top: var(--wp--preset--spacing--x-large);
}
@media (max-width: 781px) {
  .block-resources__bottom-button {
    display: flex !important;
  }
}
.block-resources.has-background.has-background-2-background-color .block-resources__resource {
  background-color: #fff;
}
.block-resources.layout-3-column .block-resources__resource {
  width: calc((100% - var(--wp--preset--spacing--large) * 2) / 3);
}
@media (max-width: 781px) {
  .block-resources.layout-3-column .block-resources__resource {
    width: calc((100% - var(--wp--preset--spacing--large)) / 2);
  }
}
@media (max-width: 600px) {
  .block-resources.layout-3-column .block-resources__resource {
    width: 100%;
  }
}
.block-resources.layout-4-column .block-resources__resource {
  width: calc((100% - var(--wp--preset--spacing--large) * 3) / 4);
}
@media (max-width: 1000px) {
  .block-resources.layout-4-column .block-resources__resource {
    width: calc((100% - var(--wp--preset--spacing--large)) / 2);
  }
}
@media (max-width: 600px) {
  .block-resources.layout-4-column .block-resources__resource {
    width: 100%;
  }
}

.wp-block-wd-acf-resources {
  background-color: transparent !important;
}
.wp-block-wd-acf-resources .block-resources {
  padding: 0 !important;
  margin: 0 !important;
}

/* ----- Segments Grid -------------------- */
.block-segments-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--wp--preset--spacing--small);
}
.block-segments-grid__item {
  width: calc((100% - var(--wp--preset--spacing--small) * 3) / 4);
  position: relative;
}
@media (max-width: 1000px) {
  .block-segments-grid__item {
    width: calc((100% - var(--wp--preset--spacing--small) * 2) / 3);
  }
}
@media (max-width: 781px) {
  .block-segments-grid__item {
    width: calc((100% - var(--wp--preset--spacing--small)) / 2);
  }
}
.block-segments-grid__image {
  display: block;
  width: 100%;
}
.block-segments-grid__image img {
  display: block;
  width: 100%;
}
.block-segments-grid__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 45, 77, 0.2);
  padding: 48px;
  text-decoration: none;
}
.block-segments-grid__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 112, 0.3);
  z-index: 1;
}
.block-segments-grid__link span {
  color: #fff;
  font-size: var(--wp--preset--font-size--font-size-6);
  letter-spacing: -0.64px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .block-segments-grid__link span {
    font-size: 20px;
  }
}
.block-segments-grid__link:hover, .block-segments-grid__link:focus {
  text-decoration: none;
}
.block-segments-grid__link:hover span, .block-segments-grid__link:focus span {
  color: var(--wp--preset--color--quinary);
}
.block-segments-grid__link:hover::before, .block-segments-grid__link:focus::before {
  background: rgba(0, 51, 112, 0.75);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: calc(100% - 64px);
  height: calc(100% - 64px);
  top: 32px;
  left: 32px;
}

/* ----- Split Image -------------------- */
.block-split-image {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1101px) {
  .block-split-image {
    min-height: 720px;
  }
}
.block-split-image__content {
  width: 50%;
  padding: var(--wp--preset--spacing--xxx-large) var(--wp--preset--spacing--xxx-large) var(--wp--preset--spacing--xxx-large) var(--wp--custom--spacing--viewport-padding);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media (max-width: 810px) {
  .block-split-image__content {
    width: 100%;
    padding: var(--wp--preset--spacing--xxx-large);
  }
}
.block-split-image__content > svg {
  width: 181px;
  position: absolute;
  top: 50%;
  left: calc(100% - 54px);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 810px) {
  .block-split-image__content > svg {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% - 32px);
  }
}
.block-split-image__innerBlocks {
  width: 100%;
  max-width: 560px;
}
@media (max-width: 810px) {
  .block-split-image__innerBlocks {
    max-width: 100%;
  }
}
.block-split-image__image {
  width: 50%;
  position: relative;
}
@media (min-width: 811px) {
  .block-split-image__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 810px) {
  .block-split-image__image {
    width: 100%;
    order: -1;
  }
  .block-split-image__image img {
    display: block;
    width: 100%;
  }
}
.block-split-image.image-align-left .block-split-image__content {
  justify-content: flex-start;
  order: 2;
}
@media (min-width: 811px) {
  .block-split-image.image-align-left .block-split-image__content {
    padding: var(--wp--preset--spacing--xxx-large) var(--wp--custom--spacing--viewport-padding) var(--wp--preset--spacing--xxx-large) var(--wp--preset--spacing--xxx-large);
  }
}

/* ----- State Benefits Links -------------------- */
.block-county-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--xxx-large);
}
.block-county-links__left {
  width: calc(43% - var(--wp--preset--spacing--xxx-large) * 0.5);
}
@media (max-width: 1000px) {
  .block-county-links__left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: var(--wp--preset--spacing--large);
    -moz-column-gap: var(--wp--preset--spacing--xx-large);
         column-gap: var(--wp--preset--spacing--xx-large);
  }
}
.block-county-links__innerBlocks {
  width: 100%;
  margin-bottom: var(--wp--preset--spacing--large);
}
@media (max-width: 1000px) {
  .block-county-links__innerBlocks {
    width: calc(50% - var(--wp--preset--spacing--xx-large) * 0.5);
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .block-county-links__innerBlocks {
    width: 100%;
  }
}
.block-county-links__links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.block-county-links__link {
  width: calc((100% - 32px) / 3);
  display: block;
  padding: 16px 34px 16px 12px;
  background-color: #fff;
  border: 2px solid rgba(0, 117, 196, 0.25);
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  position: relative;
  transition: all 0s ease-in-out;
}
@media (max-width: 600px) {
  .block-county-links__link {
    width: calc((100% - 16px) / 2);
  }
}
.block-county-links__link > svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.block-county-links__link:hover, .block-county-links__link:focus, .block-county-links__link.hovered {
  border: 2px solid var(--wp--preset--color--secondary);
  text-decoration: none;
}
.block-county-links__link:hover svg, .block-county-links__link:focus svg, .block-county-links__link.hovered svg {
  opacity: 1;
}
.block-county-links__right {
  width: calc(57% - var(--wp--preset--spacing--xxx-large) * 0.5);
}
@media (max-width: 1000px) {
  .block-county-links__right {
    display: none;
  }
}
.block-county-links__map-wrap {
  display: none;
}
.block-county-links__map-wrap[aria-hidden=false] {
  display: block;
}
.block-county-links__static-map {
  display: none;
  width: calc(50% - var(--wp--preset--spacing--xx-large) * 0.5);
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  .block-county-links__static-map {
    display: flex;
  }
}
@media (max-width: 600px) {
  .block-county-links__static-map {
    width: 100%;
    justify-content: center;
  }
}
.block-county-links__static-map img {
  display: block;
}

/* ----- Team Tabs -------------------- */
.block-team-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.block-team-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 8px;
}
.block-team-tabs__nav-button {
  flex: 1;
  padding: 4px 20px 12px;
  text-align: center;
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
  opacity: 0.4;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.block-team-tabs__nav-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--wp--preset--color--secondary);
}
.block-team-tabs__nav-button:hover, .block-team-tabs__nav-button:focus {
  opacity: 0.75;
}
.block-team-tabs__nav-button[aria-pressed=true] {
  opacity: 1;
}
.block-team-tabs__nav-button[aria-pressed=true]::after {
  height: 4px;
  background-color: var(--wp--preset--color--quinary);
}
.block-team-tabs__content-wrap {
  display: block;
  width: 100%;
}
.block-team-tabs__content-section {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--x-large);
  width: 100%;
}
@media (max-width: 600px) {
  .block-team-tabs__content-section {
    gap: 12px;
  }
}
.block-team-tabs__content-section[aria-hidden=true] {
  display: none;
}
.block-team-tabs__item {
  width: calc((100% - var(--wp--preset--spacing--x-large) * 4) / 5);
  position: relative;
}
@media (max-width: 1000px) {
  .block-team-tabs__item {
    width: calc((100% - var(--wp--preset--spacing--x-large) * 3) / 4);
  }
}
@media (max-width: 781px) {
  .block-team-tabs__item {
    width: calc((100% - var(--wp--preset--spacing--x-large) * 2) / 3);
  }
}
@media (max-width: 600px) {
  .block-team-tabs__item {
    width: calc((100% - 12px) / 2);
  }
}
.block-team-tabs__item-headshot {
  display: block;
  width: 100%;
}
.block-team-tabs__item-headshot img {
  display: block;
  width: 100%;
}
.block-team-tabs__item-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px 16px 12px;
  background: linear-gradient(0deg, var(--wp--preset--color--primary) 0%, rgba(0, 0, 255, 0) 100%);
  display: flex;
  flex-wrap: wrap;
}
.block-team-tabs__item-name {
  width: 100%;
  color: var(--wp--preset--color--quinary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.32px;
}
.block-team-tabs__item-position {
  width: 100%;
  color: #fff;
  font-size: 14px;
}

/* ----- Base Colors -------------------- */
.has-text-color > a {
  color: inherit;
}

/* ----- Layouts -------------------- */
.entry-content > *,
.block-area > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--thin);
}
body.default-layout .entry-content > *,
body.default-layout .block-area > * {
  max-width: var(--wp--custom--layout--default);
}
body.default-layout .entry-content > *.alignwide,
body.default-layout .block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
body.default-layout .entry-content > *.alignfull, .entry-content > *.alignfull,
body.default-layout .block-area > *.alignfull,
.block-area > *.alignfull {
  width: calc(100% + var(--wp--custom--spacing--viewport-padding) * 2);
  max-width: 100vw;
  margin-left: calc(-1 * var(--wp--custom--spacing--viewport-padding));
  margin-right: calc(-1 * var(--wp--custom--spacing--viewport-padding));
}
@media (max-width: 781px) {
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    width: calc(100% + var(--wp--custom--spacing--viewport-padding) * 2);
    max-width: 100vw;
    margin-left: calc(-1 * var(--wp--custom--spacing--viewport-padding));
    margin-right: calc(-1 * var(--wp--custom--spacing--viewport-padding));
  }
}

body.default-layout .entry-header > *,
body.default-layout .entry-footer > *,
body.default-layout .archive-header > * {
  max-width: var(--wp--custom--layout--default);
}

body.content-sidebar-layout .entry-content > *.alignfull {
  margin-left: 0;
  margin-right: 0;
}

/* ----- Disable Links within ACF blocks -------------------- */
.acf-block-preview .acf-block.disable-pointer-events a {
  pointer-events: none;
}

/* ----- Editor Variation Icon Styles -------------------- */
.components-button.block-editor-block-variation-picker__variation.has-icon .dashicon {
  font-size: 30px;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0;
}

/* ----- Editor Title Styles -------------------- */
.edit-post-visual-editor__post-title-wrapper {
  margin-top: var(--wp--style--block-gap) !important;
  margin-bottom: var(--wp--style--block-gap) !important;
  border-bottom: 1px dashed #ccc;
}
.edit-post-visual-editor__post-title-wrapper .editor-post-title__input.wp-block {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: black;
  font-size: 28px;
  text-transform: none;
  letter-spacing: 0;
}

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