/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: "Tex Gyre Termes";
  src: url("../fonts/texgyretermes-regular-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tex Gyre Termes";
  src: url("../fonts/texgyretermes-italic-webfont.woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Tex Gyre Termes";
  src: url("../fonts/texgyretermes-bold-webfont.woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Tex Gyre Termes";
  src: url("../fonts/texgyretermes-bolditalic-webfont.woff");
  font-weight: bold;
  font-style: italic;
}
* {
  box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: "Cabin", sans-serif;
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}
@media only screen and (min-width: 390px) {
  body {
    font-size: calc(16px + 4 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  body {
    font-size: 20px;
  }
}
#main-page {
  flex: auto;
  min-height: 100vh;
  overflow: hidden;
}
#page-content {
  flex: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
body.admin-bar #main-page {
  min-height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar #main-page {
    min-height: calc(100vh - 46px);
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Tex Gyre Termes", serif;
  font-weight: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  letter-spacing: -0.05em;
  line-height: 0.75em;
}
h1 {
  font-size: 3.25em;
}
h2 {
  font-size: 2em;
}
h4 {
  font-family: "Cabin", sans-serif, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  letter-spacing: 0;
  font-size: 20px;
}
@media only screen and (min-width: 390px) {
  h4 {
    font-size: calc(20px + 15 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  h4 {
    font-size: 35px;
  }
}
a:not(.button) {
  text-decoration: none;
  color: inherit;
}
a:not(.button):hover {
  color: #1B224D;
}
#page-content {
  min-height: 50vh;
}
#page-content a:not(.button) {
  text-decoration: underline;
}
#page-content .wp-block-button a {
  text-decoration: none;
}
.button:not(.acf-button), button, .wp-block-button a, .button-wrapper a, .wp-block-button__link, .wp-block-file__button {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  text-decoration: none !important;
  font-weight: 600;
  border-radius: 8px;
  line-height: 1em;
  padding: 0.9375em 1.5em;
  min-width: 12em;
  border: 2px solid #1B224D;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  background: transparent;
  color: #1B224D;
  border-radius: 12px;
}
.button:not(.acf-button):hover, button:hover, .wp-block-button a:hover, .button-wrapper a:hover, .wp-block-button__link:hover, .wp-block-file__button:hover {
  background: #1B224D;
  color: #FFFFFF;
}
.button:not(.acf-button).secondary, button.secondary, .wp-block-button a.secondary, .button-wrapper a.secondary, .wp-block-button__link.secondary, .wp-block-file__button.secondary {
  background: #1B224D;
  color: #FFFFFF;
}
.button:not(.acf-button).secondary:hover, button.secondary:hover, .wp-block-button a.secondary:hover, .button-wrapper a.secondary:hover, .wp-block-button__link.secondary:hover, .wp-block-file__button.secondary:hover {
  color: #1B224D;
  background: transparent;
}
.button:not(.acf-button).white, button.white, .wp-block-button a.white, .button-wrapper a.white, .wp-block-button__link.white, .wp-block-file__button.white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.button:not(.acf-button).white:hover, button.white:hover, .wp-block-button a.white:hover, .button-wrapper a.white:hover, .wp-block-button__link.white:hover, .wp-block-file__button.white:hover {
  background: #FFFFFF;
  color: #1B224D;
}
.wp-block-file__button {
  margin: 0 !important;
}
.wp-block-file__button:hover {
  background: #1B224D !important;
  color: #FFFFFF !important;
}
.wp-block-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.wp-block-file a:not(.wp-block-file__button) {
  font-family: "Tex Gyre Termes", serif;
  letter-spacing: -0.05em;
  text-decoration: none !important;
  font-size: 20px;
  display: block;
}
@media only screen and (min-width: 390px) {
  .wp-block-file a:not(.wp-block-file__button) {
    font-size: calc(20px + 6 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block-file a:not(.wp-block-file__button) {
    font-size: 26px;
  }
}
.wp-block-button.secondary a {
  background: #1B224D;
  color: #FFFFFF;
}
.wp-block-button.secondary a:hover {
  color: #1B224D;
  background: transparent;
}
.text-align-center {
  text-align: center;
}
/*
#mobile_menu {
  position: fixed;
  width: 300px;
  left: -300px;
  height: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 6px 0px 10px -8px rgba(0, 0, 0, 40%);
  -webkit-transition:300ms ease-in-out all;
  transition:300ms ease-in-out all;
  display: flex;
  flex-direction: column;
  background:$highlight_color;

  ul {
    list-style: none;
    padding: 0 1em;
    margin:0;

    li a {
      display: block;
      padding:.25em 0;
      color:$black;

      &:hover {
        color:$white;
      }
    }

    .current-menu-item:not(.button-wrapper) a {
      color:$white;
    }

    .button-wrapper {
      margin-top:1em;

      a {
        padding:1em;
      }
    }
  }

  .menu_wrapper {
    flex: auto;
  }
}

body.admin-bar {
  #mobile_menu {
    padding-top:32px;

    @media screen and (max-width:782px) {
      padding-top:46px;
    }mobile_menu
  }
}
*/
body.unload #loading {
  display: none;
}
.loading_text {
  font-weight: 900;
  text-transform: uppercase;
}
.loading_text span {
  animation: loading_ani 1.4s infinite alternate;
}
.loading_text span:nth-child(1) {
  animation-delay: 0s;
}
.loading_text span:nth-child(2) {
  animation-delay: 0.1s;
}
.loading_text span:nth-child(3) {
  animation-delay: 0.2s;
}
.loading_text span:nth-child(4) {
  animation-delay: 0.3s;
}
.loading_text span:nth-child(5) {
  animation-delay: 0.4s;
}
.loading_text span:nth-child(6) {
  animation-delay: 0.5s;
}
.loading_text span:nth-child(7) {
  animation-delay: 0.6s;
}
@keyframes loading_ani {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading_reverse {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#loading {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#panel, #menu, #mobile_trigger {
  opacity: 0;
  -webkit-transition: 250ms ease opacity;
  transition: 250ms ease opacity;
}
#panel #content, #menu #content, #mobile_trigger #content {
  position: relative;
  transition: 450ms ease top;
}
a {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
#main-page {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#page {
  flex: auto;
}
body.open #mobile_menu {
  left: 0;
}
body.open #main-page {
  opacity: 0.3;
}
body.open .mobile_menu_trigger {
  position: fixed;
}
body.open .mobile_menu_trigger div {
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
  top: 15px;
}
body.open .mobile_menu_trigger div:nth-of-type(2) {
  left: 16px;
  width: 0;
}
body.open .mobile_menu_trigger div:nth-of-type(3) {
  transform: rotate(-405deg);
  top: 15px;
}
.mobile_site_logo {
  display: flex;
  justify-content: center;
  padding: 2em 0;
}
.mobile_site_logo img {
  width: 200px;
  display: block;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.menu-item-has-children {
  position: relative;
}
#site-header .sub-menu {
  opacity: 0;
  border-radius: 8px;
  border: 1px solid #000000;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  color: #000000;
  padding: 0;
  min-width: 100%;
  display: block;
  z-index: 1;
  overflow: hidden;
}
#site-header .sub-menu a {
  padding: 0.5em 1em;
  color: #000000;
  display: block;
  min-width: 12em;
  font-size: 20px;
}
#site-header .sub-menu a:hover {
  background: #FFFFFF;
  color: #000000;
}
.no-js #site_header div > ul .menu-item-has-children {
  position: relative;
}
.no-js #site_header div > ul .menu-item-has-children:hover .sub-menu {
  display: block;
}
.no-js #site_header div > ul .sub-menu {
  display: none;
  opacity: 1;
}
.space-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
/**
Mobile Menu
 */
.menu_trigger {
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none !important;
  gap: 0.35em;
  display: none;
}
@media screen and (max-width: 1023px) {
  .menu_trigger {
    display: flex;
  }
}
.menu_trigger > span:not(.text) {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #000000;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.menu_trigger span.text {
  color: #000000;
  text-align: center;
  padding: 0 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  overflow: hidden;
  height: 1em;
  line-height: 1em;
}
.menu_trigger span.text span {
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.menu_trigger span.text .menu_text {
  opacity: 1;
}
.menu_trigger span.text .close {
  opacity: 0;
}
.menu_trigger:hover > span:not(.text) {
  background: #000000;
}
.menu_trigger.open span.text .menu_text {
  margin-top: -1em;
  opacity: 0;
}
.menu_trigger.open span.text .close {
  opacity: 1;
}
.credits .container {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.website_credit {
  display: flex;
  align-items: center;
}
.website_credit .happy_wordmark {
  display: flex;
  align-items: center;
  margin-left: 0.35em;
}
.website_credit .happy_wordmark svg {
  height: 14px;
  width: auto;
  position: relative;
  top: 3px;
}
.website_credit .happy_wordmark .text {
  font-size: 0;
  color: transparent;
}
.website_credit .happy_wordmark path {
  fill: #FFFFFF;
}
.website_credit .happy_wordmark:hover path {
  fill: #BC1E24;
}
#site-header {
  z-index: 2;
}
#site-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
#site-header ul a {
  font-size: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 1.2em;
}
@media only screen and (min-width: 1024px) {
  #site-header ul a {
    font-size: calc(16px + 4 * (100vw - 1024px) / (1440 - 1024));
  }
}
@media only screen and (min-width: 1440px) {
  #site-header ul a {
    font-size: 20px;
  }
}
#site-header ul li.styled a {
  font-family: "Tex Gyre Termes", serif;
  font-size: 1.5em;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  #site-header {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  #site-header .menu nav {
    display: none;
  }
}
.gform_wrapper.gravity-theme .gchoice {
  padding-left: 2em !important;
  position: relative;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gchoice input[type=radio], .gform_wrapper.gravity-theme .gchoice input[type=checkbox] {
  font-size: 16px;
  visibility: visible;
  -webkit-appearance: none;
  margin: 0;
  position: absolute;
  height: 14px !important;
  width: 14px !important;
  left: 4px;
  border-radius: 50%;
  top: 10px;
  background-color: transparent;
  outline: none;
  margin-left: 0 !important;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gchoice input[type=radio]:focus, .gform_wrapper.gravity-theme .gchoice input[type=radio]:hover, .gform_wrapper.gravity-theme .gchoice input[type=radio]:active, .gform_wrapper.gravity-theme .gchoice input[type=checkbox]:focus, .gform_wrapper.gravity-theme .gchoice input[type=checkbox]:hover, .gform_wrapper.gravity-theme .gchoice input[type=checkbox]:active {
  outline: none;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
  line-height: 2em;
  font-size: 16px;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice:before {
  font-size: 16px;
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: 6px;
  border: 1px solid #000000;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=checkbox]:checked {
  background-color: #000000;
  border-radius: 0px;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice {
  line-height: 2em;
  font-size: 16px;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice:before {
  font-size: 16px;
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: 6px;
  border: 1px solid #000000;
  border-radius: 50%;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice input[type=radio]:checked {
  background-color: #000000;
}
body img.gform_ajax_spinner {
  display: none !important;
}
@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme input[type=submit] {
    line-height: 1 !important;
  }
}
.results_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin-left: -8px;
  row-gap: 38px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .results_wrapper {
    padding-bottom: 70px;
  }
}
.results_wrapper article {
  width: calc(100% / 3);
  padding: 8px;
}
@media screen and (max-width: 1023px) {
  .results_wrapper article {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .results_wrapper article {
    width: 100%;
  }
}
.results_wrapper article a {
  text-decoration: none;
  color: #000000;
}
.results_wrapper article a:hover .h7 {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: #2E3D92;
}
.results_wrapper article a:hover img {
  scale: 1.02;
}
.results_wrapper article .image {
  width: 100%;
  height: 0;
  padding-bottom: 65.72%;
  background: #000000;
  position: relative;
  overflow: hidden;
}
.results_wrapper article .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 300ms ease-in-out all;
}
.results_wrapper article .h9 {
  margin: 24px 0 8px;
}
.results_wrapper article .date {
  font-size: 14px;
  color: #BFBFBF;
  margin-top: 1em;
}
.results_navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 70px;
  align-items: center;
}
.results_navigation .paged {
  width: 10em;
  font-size: 14px;
}
@media only screen and (min-width: 390px) {
  .results_navigation .paged {
    font-size: calc(14px + 2 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  .results_navigation .paged {
    font-size: 16px;
  }
}
.results_navigation .paged .number_nav {
  display: flex;
  justify-content: center;
  gap: 0.8em;
  color: #000000;
}
.results_navigation .paged .number_nav a, .results_navigation .paged .number_nav span {
  color: #000000;
  text-decoration: none;
}
.results_navigation .paged .number_nav a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: #2E3D92;
}
.results_navigation .paged .number_nav .current {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.66em;
  width: 1.66em;
  border-radius: 50%;
  background: #000000;
}
.results_navigation .previous, .results_navigation .next {
  width: calc(50% - 5em);
}
.results_navigation .previous a, .results_navigation .next a {
  text-decoration: none;
  color: #000000;
  text-decoration-color: #2E3D92;
}
.results_navigation .previous a:hover, .results_navigation .next a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: #2E3D92;
}
.results_navigation .next {
  text-align: right;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  font-size: 16px;
  line-height: 1em;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid black;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-family: "Cabin", sans-serif;
  font-size: 14px;
}
.single_post_content img {
  max-width: 100%;
}
.wp-block-image {
  overflow: hidden;
}
.wp-block-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  padding-top: 42.85%;
}
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper {
  padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  padding-top: 75%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper {
  padding-top: 100%;
}
.wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper {
  padding-top: 66.66%;
}
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  padding-top: 200%;
}
.event_header {
  background: #1B224D;
  background: linear-gradient(#1B224D 0%, #2E3D92 100%);
  padding: 6vw 0;
}
.event_header .container {
  display: flex;
  gap: clamp(20px, 6vw, 100px);
  row-gap: 20px;
  color: #FFFFFF;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .event_header .container {
    flex-direction: column;
  }
}
.event_header .container .content {
  flex: 1;
}
.event_header .container .image {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .event_header .container .image {
    order: -1;
  }
}
.event_header .container .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 40px;
}
.event_header .container .share_meta {
  width: 100%;
}
.eyebrow {
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.6;
  font-size: 0.8em;
}
.event_meta {
  margin: 2em 0 0;
  font-size: 1.5em;
}
.event_meta p {
  display: flex;
}
.event_meta p i, .event_meta p svg {
  margin-right: 15px;
  color: #FFFFFF;
  font-size: 1.2em;
  min-width: 1em;
  opacity: 0.5;
}
.event_meta .facebook a {
  color: inherit;
  text-decoration: none !important;
}
.event_meta .facebook a:hover {
  text-decoration: underline !important;
}
.event_meta .facebook a svg, .event_meta .facebook a i {
  color: #FFFFFF;
  font-size: 16px;
}
.single-event .description {
  padding: 6vw 0;
  margin-bottom: 0 !important;
}
.share_meta {
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
  margin: 2em auto;
}
.share_meta a {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
}
.share_meta a > span {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.share_meta a > span i, .share_meta a > span svg {
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .share_meta a {
    flex: unset;
    width: 100%;
    margin: 0 0 8px;
  }
}
.share_meta.white {
  gap: 16px;
}
.share_meta.white a {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.return a {
  color: #FFFFFF;
  text-decoration: none !important;
}
.return a:hover {
  color: #2E3D92;
}
#event_loop {
  padding: 3vw 0;
}
#event_loop h2 {
  text-align: center;
  margin-bottom: 1em;
}
#past_event_loop {
  padding: 3vw 0;
}
#past_event_loop h2 {
  text-align: center;
  margin-bottom: 1em;
}
.event_archive .grid, #event_loop .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}
@media screen and (max-width: 1023px) {
  .event_archive .grid, #event_loop .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .event_archive .grid, #event_loop .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.event_archive article .image, #event_loop article .image {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
  border-radius: 12px;
  background: #bcbcbc;
  transform: translate3d(0, 0, 0);
}
.event_archive article .image img, #event_loop article .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.event_archive article .content, #event_loop article .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.event_archive article .content h3, #event_loop article .content h3 {
  margin: 0.5em auto;
  font-size: 30px;
}
.noevents {
  padding: 6vw 0;
}
.noevents p {
  text-align: center;
  margin: 0 !important;
}
.noevents.upcoming {
  border-bottom: 1px solid #1B224D;
  opacity: 0.5;
}
.image {
  position: relative;
}
.image .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #000000;
  opacity: 0.8;
  color: #000000;
  font-size: 14px;
  font-style: italic;
  padding: 0.25em;
}
.gallery_section.desktop {
  padding: 100px 0;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .gallery_section.desktop {
    display: none;
  }
}
.gallery_section.desktop .row {
  display: flex;
  gap: 16px;
}
.gallery_section.desktop .image img {
  width: 100%;
  display: block;
}
.gallery_section.mobile {
  padding: 50px 0;
  display: flex;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .gallery_section.mobile {
    display: none;
  }
}
.gallery_section.mobile .column {
  flex: 1;
}
.gallery_section.mobile .image + .image {
  margin-top: 6px;
}
.gallery_section.mobile .image img {
  width: 100%;
  display: block;
}
.block-image-content-block {
  display: flex;
}
.block-image-content-block.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.block-image-content-block.image_right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .block-image-content-block {
    flex-direction: column;
  }
  .block-image-content-block.mobile_image_bottom {
    flex-direction: column-reverse;
  }
  .block-image-content-block.image_right {
    flex-direction: column;
  }
}
.block-image-content-block .image_wrapper {
  flex: 1;
  overflow: hidden;
  position: relative;
  border-radius: clamp(20px, 4vw, 40px);
}
.block-image-content-block .image_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-image-content-block .content_square {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-image-content-block .content_square .content_inner {
  padding: 2em;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .block-image-content-block .content_square .content_inner {
    padding: 1em 0 2em;
  }
}
.block-image-content-block .content_square .body {
  margin: 30px 0 28px;
}
.block-image-content-block .content_square .button_row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
.block-responsive-image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.block-responsive-image .image {
  overflow: hidden;
}
.block-responsive-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parallax-container {
  position: relative;
  overflow: hidden;
  min-height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: #FFFFFF;
}
.parallax-container h1, .parallax-container h2, .parallax-container h3, .parallax-container h4, .parallax-container h5, .parallax-container h6 {
  color: #FFFFFF;
}
.parallax-container .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  /* Increase the height to accommodate displacement */
  top: -15%;
}
.parallax-container .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .parallax-container .image.has_mobile {
    height: 54% !important;
  }
}
@media screen and (max-width: 767px) {
  .parallax-container .image.has_mobile .desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .parallax-container .image.has_mobile .mobile {
    display: none;
  }
}
.parallax-container .content {
  position: relative;
  text-align: center;
  padding: 3em 0;
}
.block-client-marquee {
  background: #FFFFFF;
  text-align: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  /*
  @media screen and (max-width:767px) {
    .marquee__content {
      display: flex;
      margin:40px auto 50px;
      row-gap: 24px;
      column-gap: 16px;
      flex-wrap:wrap;
      justify-content: center;
      padding:0 20px;

      a {
        width:100px;
        height:100px;

        img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
      }

      &.double {
        display: none;
      }
    }
  }
   */
}
.block-client-marquee h2 {
  margin-bottom: 40px;
}
.block-client-marquee .marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
}
.block-client-marquee .marquee .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  animation: scroll 30s linear infinite;
  animation-play-state: running;
}
.block-client-marquee .marquee .marquee__content > div {
  width: 150px;
  height: 150px;
  margin: 0 10px;
  display: block;
}
.block-client-marquee .marquee .marquee__content > div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}
.block-hero_banner .gradient_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1440px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 60%);
}
.block-hero_banner .content {
  width: 100%;
  max-width: 38em;
  margin: 0 auto 0 0;
}
.block-hero_banner .wp-block-buttons {
  column-gap: 2em;
  row-gap: 1em;
}
.block-hero_banner .wp-block-buttons .is-style-outline a {
  padding: 1em 2em;
  font-weight: 400;
}
.block-hero_banner .wp-block-buttons .is-style-outline a:hover {
  background: #2E3D92;
  border-color: #2E3D92;
}
.block-hero_banner .wp-block-buttons .wp-block-button:not(.is-style-outline) a {
  font-weight: 400;
  padding: 1em 1em 1em 0;
  color: white;
  font-family: "Tex Gyre Termes", serif;
  border: none;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6.541" height="12.121" viewBox="0 0 6.541 12.121"><g id="ic-chevron-down" transform="translate(5.683 1.061) rotate(90)"><path id="Path_52" data-name="Path 52" d="M0,4.623,4.317.305A1.05,1.05,0,0,1,5.8.305l4.2,4.2" transform="translate(0 0)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="bevel" stroke-width="1.5"/></g></svg>');
  background-size: 8px;
  background-position: calc(100% - 4px) 50%;
  background-repeat: no-repeat;
}
.block-hero_banner .wp-block-buttons .wp-block-button:not(.is-style-outline) a:hover {
  color: white;
  background-color: transparent;
  background-position: 100% 50%;
}
@media screen and (max-width: 767px) {
  .block-hero_banner .wrapper {
    background: #1B224D;
  }
  .block-hero_banner .wrapper .image {
    opacity: 1 !important;
    height: 70%;
  }
  .block-hero_banner .wrapper .gradient_overlay {
    display: none;
  }
  .block-hero_banner .content {
    padding-top: 60vw;
    max-width: unset;
    padding-bottom: 0;
  }
  .block-hero_banner .content .container {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #1B224D;
  }
  .block-hero_banner .content .container .inner {
    width: 90%;
    margin: 0 auto;
    padding: 2em 0;
  }
  .block-hero_banner .content .container .inner .wp-block-spacer {
    display: none;
  }
}
.block-hero_banner .mobile_image {
  display: none;
}
@media screen and (max-width: 767px) {
  .block-hero_banner .desktop_image {
    display: none;
  }
  .block-hero_banner .mobile_image {
    display: block;
    position: relative;
    height: auto;
  }
}
.block-hero_banner .parallax-container {
  position: relative;
  overflow: hidden;
  min-height: 30vh;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: #FFFFFF;
}
.block-hero_banner .parallax-container h1, .block-hero_banner .parallax-container h2, .block-hero_banner .parallax-container h3, .block-hero_banner .parallax-container h4, .block-hero_banner .parallax-container h5, .block-hero_banner .parallax-container h6 {
  color: #FFFFFF;
}
.block-hero_banner .parallax-container .image {
  width: 100%;
}
.block-hero_banner .parallax-container .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .block-hero_banner .parallax-container .image.has_mobile .desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .block-hero_banner .parallax-container .image.has_mobile .mobile {
    display: none;
  }
}
.block-hero_banner .parallax-container .content {
  position: relative;
  text-align: center;
  padding: 3em 0;
}
@media screen and (max-width: 767px) {
  .block-hero_banner .wrapper {
    background: #1B224D;
    flex-direction: column;
  }
  .block-hero_banner .wrapper .content {
    padding: 0;
  }
  .block-hero_banner .wrapper .image {
    opacity: 1 !important;
  }
  .block-hero_banner .wrapper .gradient_overlay {
    display: none;
  }
}
.block-hero_banner.content_align_center .content {
  margin: 0 auto 0;
}
.block-hero_banner.content_align_center .gradient_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1440px;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 60%);
}
.block-hero_banner.content_align_right .content {
  margin: 0 0 0 auto;
}
.block-hero_banner.content_align_right .gradient_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1440px;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.5), transparent 60%);
}
.block-locations-list {
  padding: clamp(40px, 6.25vw, 90px) 0;
}
.block-locations-list .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  display: grid;
}
@media screen and (max-width: 1023px) {
  .block-locations-list .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .block-locations-list .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block-locations-list .grid article {
  background: #1B224D;
  color: #FFFFFF;
  overflow: hidden;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
}
.block-locations-list .grid article .text {
  padding: 0 2em 2em;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.block-locations-list .grid article .contact_info {
  flex: auto;
}
.block-locations-list .grid article h2 {
  text-align: center;
  font-size: 34px;
}
@media only screen and (min-width: 320px) {
  .block-locations-list .grid article h2 {
    font-size: calc(34px + 10 * (100vw - 320px) / (768 - 320));
  }
}
@media only screen and (min-width: 768px) {
  .block-locations-list .grid article h2 {
    font-size: 44px;
  }
}
.block-locations-list .grid article h2 em {
  display: block;
}
.block-locations-list .grid article .image {
  padding-top: 69%;
  height: 0;
  position: relative;
}
.block-locations-list .grid article .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.block-locations-list .grid article a {
  text-decoration: none !important;
}
.block-locations-list .grid article a:hover {
  text-decoration: underline !important;
  color: #FFFFFF;
}
.block-locations-list .grid article .row {
  display: flex;
  gap: 10px;
  margin: 16px 0;
}
.block-locations-list .grid article .row .label {
  width: 24px;
  text-align: center;
}
.block-locations-list .grid article .row .label svg {
  width: 24px;
  height: 24px;
}
.block-locations-list .grid article .row .value {
  flex: auto;
}
.block-locations-list .grid article .row .value div {
  gap: 10px;
  display: flex;
}
.block-locations-list .grid article .row .value div .label {
  width: auto;
  min-width: 8em;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.85em;
  opacity: 0.6;
}
.block-locations-list .grid article .row .label {
  display: block;
}
.block-locations-list .grid article .contact_buttons {
  margin-top: 2em;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.block-locations-list .grid article .contact_buttons a {
  width: 100%;
}
body {
  background: #FFFFFF;
  color: #000000;
  font-size: 16px;
}
@media only screen and (min-width: 390px) {
  body {
    font-size: calc(16px + 2 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  body {
    font-size: 18px;
  }
}
h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
  line-height: 0.8;
}
@media only screen and (min-width: 390px) {
  h1 {
    font-size: calc(40px + 40 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 80px;
  }
}
h2 {
  font-size: 33px;
  line-height: 1.2;
  line-height: 0.9;
}
@media only screen and (min-width: 390px) {
  h2 {
    font-size: calc(33px + 32 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  h2 {
    font-size: 65px;
  }
}
h3 {
  font-size: 18px;
  font-family: "Cabin", sans-serif;
}
@media only screen and (min-width: 390px) {
  h3 {
    font-size: calc(18px + 2 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  h3 {
    font-size: 20px;
  }
}
.site-footer {
  padding: 0;
  font-family: "Cabin", sans-serif;
  background: #1B224D;
  color: #FFFFFF;
}
.site-footer a {
  color: #FFFFFF;
}
.site-footer a:hover {
  color: #BC1E24;
}
.site-footer .credits {
  padding: 1em 0;
}
.site-footer .credits .container {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .site-footer .credits .container {
    flex-direction: column;
    align-items: center;
  }
}
.footer_logo {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.footer_logo svg {
  max-width: 100%;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer_logo svg {
    width: 140px;
  }
}
#site-header {
  border-bottom: 1px solid #1B224D;
}
#site-header ul {
  gap: clamp(10px, 2vw, 30px);
}
#site-header ul li {
  text-align: center;
  line-height: 1;
}
#site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#site-header .header_logo {
  width: 50%;
  max-width: 150px;
}
#site-header .header_logo img {
  width: 100%;
  height: auto;
  display: block;
}
#site-header .menu a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: transparent;
}
#site-header .menu a:hover {
  text-decoration-color: #000000;
  color: inherit;
}
#site-header .menu .button-wrapper a {
  font-size: 20px;
  text-decoration: none;
  min-width: unset;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 1;
  text-transform: none;
  font-weight: 400;
}
#site-header .menu .button-wrapper a:hover {
  color: #FFFFFF;
}
#site-header .current-menu-item > a {
  text-decoration-color: #1B224D;
}
#site-header .current-menu-item > a:hover {
  text-decoration-color: #000000;
}
.entry-title {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#page-content > .container > *:last-child:not(.alignfull) {
  margin-bottom: 2em;
}
#page-content.inverted {
  background: #1B224D;
  color: #FFFFFF;
}
#page-content.inverted a {
  color: #FFFFFF;
}
#page-content.inverted .button {
  border-color: #FFFFFF;
  background: transparent;
  color: #FFFFFF;
}
#mobile_menu {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #FFFFFF;
  color: #000000;
  text-align: center;
  height: auto;
  opacity: 0;
  font-size: 18px;
  padding: 0 !important;
}
@media only screen and (min-width: 390px) {
  #mobile_menu {
    font-size: calc(18px + 6 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  #mobile_menu {
    font-size: 24px;
  }
}
#mobile_menu .main {
  background: #2E3D92;
  padding: 2em 5vw;
}
#mobile_menu footer {
  display: none;
}
#mobile_menu .secondary {
  background: #1B224D;
  padding: 2em 5vw;
}
#mobile_menu ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
#mobile_menu ul li {
  padding: 0.5em 0;
}
#mobile_menu a {
  display: block;
  font-weight: 400;
  text-transform: none;
  text-decoration: none !important;
  text-underline-offset: 4px;
  text-decoration-color: transparent;
}
#mobile_menu a:hover {
  color: #000000;
}
#mobile_menu .current-menu-item > a {
  text-decoration: underline !important;
  text-decoration-color: #1B224D;
}
#mobile_menu .current-menu-item > a:hover {
  text-decoration-color: #000000;
}
#mobile_menu .button-wrapper a {
  max-width: 200px;
  margin: 0 auto;
  font-size: 18px;
  text-decoration: none !important;
}
#mobile_menu .button-wrapper a:hover {
  color: #FFFFFF;
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background, p.has-background, *.has-background {
  padding: 0.75em;
}
.wp-block-group.has-background {
  border-radius: 20px;
}
.wp-block-group.has-background .wp-block-group__inner-container > *:last-of-type {
  margin-bottom: 0;
}
.wp-block-buttons {
  margin: 1em auto;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #e00000;
}
#gform_wrapper_6 .gform_footer {
  justify-content: center;
}
.wm_message {
  background: #2E3D92;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: center;
  border: 1px solid #000000;
}
#site-header .container {
  max-width: 100vw;
  width: 100%;
  padding-left: 5vw;
  align-items: unset;
  gap: 40px;
}
#site-header .header_logo {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#site-header .mobile_button {
  display: none;
}
#site-header .menu {
  display: flex;
}
#site-header .menu nav {
  display: flex;
}
#site-header .menu nav.main {
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
#site-header .menu nav.secondary {
  background: #1B224D;
  color: #FFFFFF;
  padding-right: 5vw;
  display: flex;
  align-items: center;
  padding-left: 50px;
  position: relative;
  gap: 20px;
}
#site-header .menu nav.secondary a {
  color: #FFFFFF;
}
#site-header .menu nav.secondary a:hover {
  text-decoration-color: #FFFFFF;
}
#site-header .menu nav.secondary .current-menu-item > a {
  text-decoration-color: #FFFFFF;
}
#site-header .menu nav.secondary .action_buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
}
#site-header .menu nav.secondary .action_buttons .button {
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  text-decoration: none !important;
  font-size: 14px;
  padding: 0.35em;
}
#site-header .menu nav.secondary .action_buttons .button:hover {
  text-decoration: none !important;
}
#site-header .menu nav.secondary .action_buttons .button.patient_portal {
  background: #FFFFFF;
  color: #1B224D;
  padding: 0.35em;
}
#site-header .menu nav.secondary .action_buttons .button.patient_portal svg * {
  fill: #1B224D;
}
#site-header .menu nav.secondary .action_buttons .button.patient_portal:hover {
  background: #1B224D;
  color: #FFFFFF;
}
#site-header .menu nav.secondary .action_buttons .button.patient_portal:hover svg * {
  fill: #FFFFFF;
}
#site-header .menu nav.secondary .action_buttons .button.call {
  background: #1B224D;
  color: #FFFFFF;
}
#site-header .menu nav.secondary .action_buttons .button.call svg path {
  stroke: #FFFFFF;
}
#site-header .menu nav.secondary .action_buttons .button.call:hover {
  background: #FFFFFF;
  color: #1B224D;
}
#site-header .menu nav.secondary .action_buttons .button.call:hover svg * {
  stroke: #1B224D;
}
#site-header .menu nav.secondary .action_buttons .button.rx {
  background: #1B224D;
  color: #FFFFFF;
}
#site-header .menu nav.secondary .action_buttons .button.rx svg * {
  stroke: #FFFFFF;
}
#site-header .menu nav.secondary .action_buttons .button.rx:hover {
  background: #FFFFFF;
  color: #1B224D;
}
#site-header .menu nav.secondary .action_buttons .button.rx:hover svg * {
  stroke: #1B224D;
}
#site-header .menu nav.secondary > svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1023px) {
  #site-header .menu .main {
    display: none;
  }
  #site-header .menu .menu-secondary-menu-container {
    display: none;
  }
  #site-header .menu .secondary {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  #site-header .container {
    align-items: center;
    width: 90%;
    padding: 0;
    margin: 0 auto;
    gap: 10px;
    flex-wrap: wrap;
  }
  #site-header .menu {
    flex: auto;
    width: 100%;
  }
  #site-header .header_logo {
    margin: 0 auto;
    padding: 0;
  }
  #site-header .mobile_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    font-size: 14px;
    padding: 0.5em 1.5em;
  }
  #site-header .mobile_button svg * {
    stroke: #1B224D;
  }
  #site-header .mobile_button:hover svg * {
    stroke: #FFFFFF;
  }
}
#mobile_menu {
  padding: 0px 5vw;
  background: #1B224D;
  color: white;
}
#mobile_menu > *:first-child {
  padding-top: 30px;
}
#mobile_menu > *:last-child {
  padding-bottom: 30px;
}
#mobile_menu ul {
  padding: 0;
}
#mobile_menu a:hover {
  color: #FFFFFF;
}
#mobile_menu .action_buttons {
  max-width: 12em;
  margin: 1em auto 0;
  gap: 1em;
  display: flex;
  flex-direction: column;
}
#mobile_menu .button {
  padding: 0.75em;
  display: flex;
  border: 2px solid #FFFFFF;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  color: #FFFFFF;
}
.footer_links {
  padding: clamp(40px, 5vw, 60px) 0;
  background: #2E3D92;
}
.footer_links .container {
  display: flex;
  gap: clamp(20px, 7vw, 100px);
}
@media screen and (max-width: 767px) {
  .footer_links .container {
    flex-wrap: wrap;
  }
}
.footer_links .container h4 {
  margin: 0 0 0.25em;
}
.footer_links .container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_links .container ul a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 390px) {
  .footer_links .container ul a {
    font-size: calc(16px + 2 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  .footer_links .container ul a {
    font-size: 18px;
  }
}
.footer_links .container > nav {
  flex: auto;
}
@media screen and (max-width: 767px) {
  .footer_links .container > nav {
    width: 100%;
  }
}
.footer_links .container > nav ul {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid white;
}
.footer_links .container > nav ul a {
  border-top: 1px solid white;
  padding: 1em 1em 1em 4px;
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.959" height="16.361" viewBox="0 0 8.959 16.361"><g id="ic-chevron-down" transform="translate(8.959) rotate(90)"><path id="Path_52" data-name="Path 52" d="M1.3,8.959a1.3,1.3,0,0,1-.92-2.221L6.321.8A2.753,2.753,0,0,1,10.2.8L15.98,6.58a1.3,1.3,0,0,1-1.84,1.84L8.359,2.638a.144.144,0,0,0-.2,0L2.221,8.578A1.3,1.3,0,0,1,1.3,8.959Z" transform="translate(0 0)" fill="%23fff"/></g></svg>');
  background-size: 8px;
  background-position: calc(100% - 4px) 50%;
  background-repeat: no-repeat;
}
.footer_links .container > nav ul a:hover {
  background-position: 100% 50%;
}
@media screen and (max-width: 767px) {
  .footer_links .container .footer_col1 {
    flex: auto;
  }
}
.footer_links .container .right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer_links .container .right {
    flex: auto;
  }
}
.footer_links .container .right .menus {
  display: flex;
  gap: clamp(20px, 7vw, 100px);
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .footer_links .container .right .menus > div {
    flex: auto;
  }
}
.footer_links .container .right .contact {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  padding-top: 0.5em;
  border-top: 1px solid white;
  align-items: center;
}
@media only screen and (min-width: 390px) {
  .footer_links .container .right .contact {
    font-size: calc(18px + 12 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  .footer_links .container .right .contact {
    font-size: 30px;
  }
}
.footer_links .container .right .contact .socials {
  font-size: 0.8em;
  display: flex;
  gap: 1em;
}
.get_involved {
  padding: clamp(40px, 5vw, 60px) 0;
}
.get_involved .container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .get_involved .container {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.get_involved .footer_image {
  max-width: 180px;
}
.get_involved .footer_image img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .get_involved .footer_image {
    max-width: 100%;
    width: 100%;
  }
  .get_involved .footer_image img {
    max-width: 120px;
    margin: 0 auto;
  }
}
.get_involved .text {
  flex: auto;
  max-width: 24em;
}
@media screen and (max-width: 767px) {
  .get_involved .text {
    text-align: center;
  }
}
.get_involved .links {
  flex: auto;
  max-width: 20em;
  min-width: 8em;
}
@media screen and (max-width: 767px) {
  .get_involved .links {
    width: 100%;
    max-width: 24em;
  }
}
.get_involved ul {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #2E3D92;
}
.get_involved ul a {
  border-top: 1px solid #2E3D92;
  padding: 1em 1em 1em 4px;
  display: flex;
  align-items: center;
  gap: 0.5em;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.214" height="15" viewBox="0 0 8.214 15"><g id="ic-chevron-down" transform="translate(6.717 1.5) rotate(90)"><path id="Path_52" data-name="Path 52" d="M-.307,6.717a1.189,1.189,0,0,1-.843-.349,1.193,1.193,0,0,1,0-1.687L4.3-.765a2.524,2.524,0,0,1,3.552,0l5.3,5.3a1.193,1.193,0,1,1-1.687,1.687l-5.3-5.3a.132.132,0,0,0-.184,0L.536,6.368A1.189,1.189,0,0,1-.307,6.717Z" transform="translate(0 0)" fill="%23bc1e24"/></g></svg>');
  background-size: 8px;
  background-position: calc(100% - 4px) 50%;
  background-repeat: no-repeat;
}
.get_involved ul a:hover {
  background-position: 100% 50%;
}
#service_info {
  display: flex;
  gap: clamp(20px, 5vw, 60px);
  padding: 2em 0;
}
@media screen and (max-width: 767px) {
  #service_info {
    align-items: flex-start;
  }
}
@media screen and (max-width: 599px) {
  #service_info {
    flex-direction: column-reverse;
  }
}
#service_info .current_service {
  min-width: 18em;
  flex: unset;
  width: 40%;
}
#service_info .current_service .eyebrow {
  color: #2E3D92;
  margin: 0 0 0.5em;
}
#service_info .current_service h1 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #service_info .current_service {
    min-width: unset;
    flex: auto;
  }
}
@media screen and (max-width: 599px) {
  #service_info .current_service {
    width: 100%;
  }
}
#service_info .service_menu {
  flex: auto;
  flex: 2;
}
@media screen and (max-width: 767px) {
  #service_info .service_menu {
    min-width: 12em;
    flex: unset;
    padding: 1em;
    background: #1B224D;
    border-radius: 1em;
    height: auto;
    color: white;
  }
  #service_info .service_menu label {
    display: block;
    font-family: "Tex Gyre Termes", serif;
    margin-bottom: 0.5em;
    display: block;
    width: 100%;
  }
  #service_info .service_menu select {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #service_info .service_menu {
    width: 100%;
  }
}
#service_info .service_menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  flex-wrap: wrap;
  column-gap: 20px;
  max-height: 34em;
}
#service_info .service_menu ul li a {
  border-top: 1px solid #CBCBCB;
  padding: 0.75em 1em 0.75em 4px;
  display: flex;
  align-items: center;
  gap: 0.5em;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.214" height="15" viewBox="0 0 8.214 15"><g id="ic-chevron-down" transform="translate(6.717 1.5) rotate(90)"><path id="Path_52" data-name="Path 52" d="M-.307,6.717a1.189,1.189,0,0,1-.843-.349,1.193,1.193,0,0,1,0-1.687L4.3-.765a2.524,2.524,0,0,1,3.552,0l5.3,5.3a1.193,1.193,0,1,1-1.687,1.687l-5.3-5.3a.132.132,0,0,0-.184,0L.536,6.368A1.189,1.189,0,0,1-.307,6.717Z" transform="translate(0 0)" fill="%232e3d92"/></g></svg>');
  background-position: calc(100% - 4px) 50%;
  background-repeat: no-repeat;
  color: #2E3D92;
  text-decoration: none;
}
#service_info .service_menu ul li a svg {
  height: 20px;
  width: 20px;
}
#service_info .service_menu ul li a:hover {
  background-position: 100% 50%;
  color: #BC1E24;
}
#service_info .service_menu ul li a.current-service {
  color: #BC1E24;
}
@media screen and (max-width: 767px) {
  #service_info .service_menu .desktop_list {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #service_info .service_menu .mobile_list {
    display: none;
  }
}
#provider_list h2 {
  margin: 1em 0;
}
#provider_list .provider_grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}
@media screen and (max-width: 1023px) {
  #provider_list .provider_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 424px) {
  #provider_list .provider_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#provider_list article {
  border-radius: 22px;
  overflow: hidden;
  background: #1B224D;
  border: 1px solid #1B224D;
  display: flex;
  flex-direction: column;
}
#provider_list article .image {
  background: radial-gradient(circle, #2e3d92 0%, #1b224d 100%);
  width: 100%;
  height: 0;
  padding-top: 120%;
  position: relative;
}
#provider_list article .image img {
  position: absolute;
  top: 3%;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  height: 97%;
  display: block;
}
#provider_list article .name {
  background: #2E3D92;
  padding: 1em 1.5em;
  color: #FFFFFF;
}
#provider_list article .text {
  color: #FFFFFF;
  padding: 1em 1.5em;
  flex: auto;
}
#provider_list article h3 {
  text-align: center;
  margin: 0;
  font-size: 26px;
  font-family: "Tex Gyre Termes", serif;
}
@media only screen and (min-width: 390px) {
  #provider_list article h3 {
    font-size: calc(26px + 8 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  #provider_list article h3 {
    font-size: 34px;
  }
}
#provider_list article h3 .title {
  font-family: "Cabin", sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 0;
}
#provider_list article a {
  text-decoration: none !important;
}
#provider_list article a:hover {
  text-decoration: underline !important;
  color: #FFFFFF;
}
#provider_list article .row {
  display: flex;
  gap: 10px;
}
#provider_list article .row .label {
  width: 24px;
  text-align: center;
}
#provider_list article .row .label svg {
  width: 24px;
  height: 24px;
}
#provider_list article .row .icon {
  width: 2em;
  text-align: center;
}
#provider_list article .row .value {
  flex: auto;
}
#provider_list article .row .value div {
  gap: 10px;
  display: flex;
}
#provider_list article .row .value div .label {
  width: auto;
  min-width: 8em;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.85em;
  opacity: 0.6;
}
#provider_list article .row .label {
  display: block;
}
#provider_list article .row + .row {
  margin-top: 10px;
}
.block-estimator {
  padding: 10vw 0;
  max-width: 40em;
  margin: 0 auto;
}
.block-estimator section {
  margin: 40px auto;
}
.block-estimator h1 {
  text-align: center;
  margin-bottom: 30px;
}
.block-estimator .button_row {
  column-gap: 2em;
  row-gap: 1em;
  display: flex;
  justify-content: center;
  margin-top: 2em;
  flex-wrap: wrap;
}
.block-estimator .button_row a.outline {
  padding: 1em 2em;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-estimator .button_row a.outline:hover {
  background: #2E3D92;
  border-color: #2E3D92;
}
.block-estimator .button_row a:not(.outline) {
  font-weight: 400;
  padding: 1em 2em 1em 0;
  color: white;
  font-style: italic;
  font-family: "Tex Gyre Termes", serif;
  border: none;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6.541" height="12.121" viewBox="0 0 6.541 12.121"><g id="ic-chevron-down" transform="translate(5.683 1.061) rotate(90)"><path id="Path_52" data-name="Path 52" d="M0,4.623,4.317.305A1.05,1.05,0,0,1,5.8.305l4.2,4.2" transform="translate(0 0)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="bevel" stroke-width="1.5"/></g></svg>');
  background-size: 8px;
  text-decoration: none !important;
  background-position: calc(100% - 4px) 50%;
  background-repeat: no-repeat;
}
.block-estimator .button_row a:not(.outline):hover {
  color: white;
  background-color: transparent;
  background-position: 100% 50%;
}
.block-estimator .input_row {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.block-estimator .input_row .household_input {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.block-estimator .input_row .household_input .decrease, .block-estimator .input_row .household_input .increase {
  width: 1.5em;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.25);
}
.block-estimator .input_row .household_input .decrease:hover, .block-estimator .input_row .household_input .increase:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.35);
}
.block-estimator .input_row .household_input label {
  width: 1em;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  height: 1.5em;
  line-height: 1.5em;
}
.block-estimator .input_row .household_input input {
  font-size: 1.5em;
  padding: 0.5em 0.25em;
  border-radius: 8px;
  border: none;
  outline: none;
  text-align: center;
  width: 5em;
}
.block-estimator .input_row .household_input input[name="household_income"] {
  width: 6em;
  text-align: left;
}
.block-estimator #section_2, .block-estimator #section_3 {
  display: none;
}
.block-estimator-results {
  background: #2E3D92;
  padding: 2em;
  border-radius: 40px;
  max-width: 40em;
  margin: 2em auto;
}
@media screen and (max-width: 767px) {
  .block-estimator-results {
    padding: 1em;
  }
}
.block-estimator-results .row {
  display: flex;
  align-items: center;
  margin: clamp(16px, 3vw, 32px) 10px;
  font-size: 18px;
  gap: 20px;
}
@media only screen and (min-width: 390px) {
  .block-estimator-results .row {
    font-size: calc(18px + 12 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  .block-estimator-results .row {
    font-size: 30px;
  }
}
.block-estimator-results .row .label {
  font-family: "Tex Gyre Termes", serif;
  letter-spacing: -0.05em;
}
.block-estimator-results .row .spacer {
  height: 1px;
  background: white;
  flex: auto;
  opacity: 0.5;
  min-width: 1em;
}
.block-estimator-results .row.buttons {
  margin-top: 1em;
  justify-content: space-between;
}
.block-estimator-results .label {
  line-height: 1;
}
.block-estimator-results .value {
  text-align: right;
  line-height: 1;
}
.block-estimator-results .button_row {
  column-gap: 2em;
  row-gap: 1em;
  display: flex;
  justify-content: center;
  margin-top: 2em;
  flex-wrap: wrap;
  font-size: 1rem;
}
.block-estimator-results .button_row a.outline {
  padding: 1em 2em;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-estimator-results .button_row a.outline:hover {
  background: #2E3D92;
  border-color: #2E3D92;
}
.block-estimator-results .button_row a:not(.outline):not(.solid) {
  font-weight: 400;
  padding: 1em 2em 1em 0;
  color: white;
  font-style: italic;
  font-family: "Tex Gyre Termes", serif;
  border: none;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6.541" height="12.121" viewBox="0 0 6.541 12.121"><g id="ic-chevron-down" transform="translate(5.683 1.061) rotate(90)"><path id="Path_52" data-name="Path 52" d="M0,4.623,4.317.305A1.05,1.05,0,0,1,5.8.305l4.2,4.2" transform="translate(0 0)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="bevel" stroke-width="1.5"/></g></svg>');
  background-size: 8px;
  text-decoration: none !important;
  background-position: calc(100% - 4px) 50%;
  background-repeat: no-repeat;
}
.block-estimator-results .button_row a:not(.outline):not(.solid):hover {
  color: white;
  background-color: transparent;
  background-position: 100% 50%;
}
.block-estimator-results .center {
  justify-content: center;
}
.block-estimator-results .center a.solid {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #1B224D !important;
  padding: 1em 2em;
  gap: 10px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-estimator-results .center a.solid svg path {
  stroke: #1B224D;
}
#hero_banner-block_20ae6148945dc766f581a672ffd3c392 .parallax-container .image {
  top: -28%;
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background, p.has-background, *.has-background P {
  border-radius: 2rem;
  padding: 1rem 1em;
}
.gform_wrapper.gravity-theme .ginput_total {
  font-size: 2em !important;
  color: #2E3D92;
  font-weight: bold;
}
.gform_legacy_markup_wrapper .square-single-form, .gravity-theme .square-single-form {
  min-width: unset !important;
}
/*# sourceMappingURL=theme.css.map */