/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: "GeneralSans-Variable";
  src: url("../fonts/GeneralSans-Variable.woff2") format("woff2"), url("../fonts/GeneralSans-Variable.woff") format("woff");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans-Variable";
  src: url("../fonts/GeneralSans-VariableItalic.woff2") format("woff2"), url("../fonts/GeneralSans-VariableItalic.woff") format("woff");
  font-weight: 200 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Poppins-Variable";
  src: url("../fonts/Poppins-Variable.woff2") format("woff2"), url("../fonts/Poppins-Variable.woff") format("woff");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Variable";
  src: url("../fonts/Poppins-VariableItalic.woff2") format("woff2"), url("../fonts/Poppins-VariableItalic.woff") format("woff");
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}
* {
  box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: "Poppins-Variable", 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: unset;
  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: "GeneralSans-Variable", sans-serif;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h1 {
  font-size: 3.25em;
}
h2 {
  font-size: 2em;
}
h4 {
  font-family: "Poppins-Variable", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
a:not(.button) {
  text-decoration: none;
  color: inherit;
}
a:not(.button):hover {
  color: #006778;
}
#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 {
  font-family: "Poppins-Variable", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  line-height: 1em;
  padding: 0.9375em 1.5em;
  min-width: 8em;
  border: 1px solid #006778;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  background: transparent;
  background: #006778;
  color: #ffffff;
}
.button:not(.acf-button):hover, button:hover, .wp-block-button a:hover, .button-wrapper a:hover, .wp-block-button__link:hover {
  background: #ffffff;
  color: #006778;
}
.button:not(.acf-button).secondary, button.secondary, .wp-block-button a.secondary, .button-wrapper a.secondary, .wp-block-button__link.secondary {
  color: #006778;
  background: #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 {
  background: #006778;
  color: #ffffff;
}
.wp-block-button.secondary a {
  background: #006778;
  color: #ffffff;
}
.wp-block-button.secondary a:hover {
  color: #006778;
  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: #EDF8FA;
  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: 500;
  -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 {
  opacity: 1;
}
.menu_trigger span.text .close {
  opacity: 0;
}
.menu_trigger:hover > span:not(.text) {
  background: #000000;
}
.menu_trigger.open span.text .menu {
  margin-top: -1em;
  opacity: 0;
}
.menu_trigger.open span.text .close {
  opacity: 1;
}
.credits .container {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .credits .container {
    flex-wrap: wrap;
    font-size: 14px;
  }
  .credits .container .separator {
    display: none;
  }
}
.website_credit {
  display: flex;
  align-items: center;
}
.website_credit .happy_wordmark {
  display: flex;
  align-items: center;
  margin-left: 0.5em;
}
.website_credit .happy_wordmark svg {
  height: 14px;
  width: auto;
  position: relative;
  top: 2px;
}
.website_credit .happy_wordmark .text {
  font-size: 0;
  color: transparent;
}
.website_credit .happy_wordmark path {
  fill: #ffffff;
}
.website_credit .happy_wordmark:hover path {
  fill: #98CFD9;
}
#site-header {
  z-index: 2;
  padding: 20px 0;
}
#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: 18px;
  line-height: 1.2em;
}
#site-header ul li.styled a {
  font-family: "GeneralSans-Variable", sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  #site-header {
    display: flex;
    gap: 20px;
    align-items: center;
    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: #98CFD9;
}
.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: #98CFD9;
}
.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: #98CFD9;
}
.results_navigation .previous a:hover, .results_navigation .next a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: #98CFD9;
}
.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: "GeneralSans-Variable", 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%;
}
.happy_modal {
  z-index: 20;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.happy_modal .modal_overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.happy_modal .modal_close_trigger {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 2px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2vh;
  right: 2vh;
  z-index: 30;
}
.happy_modal .modal_close_trigger svg {
  width: 16px;
}
.happy_modal .modal_inner {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  align-items: center;
  justify-content: center;
}
.happy_modal .modal_inner .content_wrapper {
  width: 100vh;
  max-width: 90vw;
}
.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;
}
.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;
}
@media screen and (max-width: 767px) {
  .block-image-content-block .content_square {
    min-height: 100vw;
  }
}
.block-image-content-block .content_square .content_inner {
  padding: 2em;
  max-width: 600px;
}
.block-image-content-block .content_square .podcast_icon {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .block-image-content-block .content_square .podcast_icon {
    margin-bottom: 10px;
  }
  .block-image-content-block .content_square .podcast_icon svg {
    width: 24px;
    height: 40.25px;
  }
}
.block-image-content-block .content_square .body {
  margin: 30px 0 48px;
}
@media screen and (max-width: 767px) {
  .block-image-content-block .content_square .body {
    font-size: 14px;
  }
}
.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;
}
.parallax-container .content {
  position: relative;
  text-align: center;
  padding: 3em 0;
}
.block-client-marquee {
  background: #ffffff;
  text-align: center;
  padding: 60px 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .block-client-marquee .marquee {
    margin: 100px 0;
    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: 200px;
    height: 200px;
    margin: 0 25px;
  }
  .block-client-marquee .marquee .marquee__content > div img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .block-client-marquee .marquee:hover .marquee__content {
    animation-play-state: paused;
  }
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - 1rem));
    }
  }
}
@media screen and (max-width: 767px) {
  .block-client-marquee .marquee__content {
    display: flex;
    margin: 40px auto 50px;
    row-gap: 24px;
    column-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
  }
  .block-client-marquee .marquee__content div {
    width: 100px;
    height: 100px;
  }
  .block-client-marquee .marquee__content div img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .block-client-marquee .marquee__content.double {
    display: none;
  }
}
.block-homepage-feature {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .block-homepage-feature {
    padding-top: 0px;
  }
}
.block-homepage-feature .container {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .block-homepage-feature .container {
    flex-direction: column;
  }
}
.block-homepage-feature .container .image {
  width: 80vh;
}
.block-homepage-feature .container .image img {
  box-shadow: -8px -8px 0px #98CFD9;
  border-radius: 16px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .block-homepage-feature .container .image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .block-homepage-feature .container .image img {
    border-radius: 0px;
    box-shadow: none;
    width: 100vw;
  }
}
.block-homepage-feature .container .right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: auto;
}
.block-homepage-feature .container .right .card {
  position: relative;
  width: 100%;
  border-radius: 16px;
  flex: 1;
  background: #EDF8FA;
  box-shadow: -8px -8px 0px #006778;
  padding: 2em;
  color: #006778;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  gap: 30px;
}
.block-homepage-feature .container .right .card.bottom {
  background: #006778;
  color: #ffffff;
  box-shadow: -8px -8px 0px #98CFD9;
}
@media screen and (max-width: 999px) {
  .block-homepage-feature .container .right .card {
    padding: 1em;
  }
}
.block-homepage-feature .container .right .card_bg {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: auto;
  opacity: 0.3;
}
.block-homepage-feature .container .right h2 {
  position: relative;
  margin: 0;
  font-size: 3.5vh;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .block-homepage-feature .container .right h2 {
    font-size: 2.35vh;
  }
}
@media screen and (max-width: 767px) {
  .block-homepage-feature .container .right h2 {
    font-size: 8vw;
  }
}
.block-homepage-feature .container .right p {
  position: relative;
  margin: 0;
  text-align: right;
}
.block-homepage-feature .container .right p .button {
  background: #ffffff;
  color: #006778;
}
.block-provider-list {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.block-provider-list .container {
  display: flex;
  gap: 40px;
  row-gap: 8em;
  justify-content: center;
  padding-top: 8em;
  flex-wrap: wrap;
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .block-provider-list .container {
    flex-direction: column;
    gap: 8em;
  }
}
.block-provider-list .card {
  position: relative;
  width: 100%;
  border-radius: 16px;
  flex: 1;
  min-width: 40%;
  background: #EDF8FA;
  padding: 2em;
  color: #006778;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="139" height="305" viewBox="0 0 139 305"><path id="Path_243" data-name="Path 243" d="M0,0H139L17.347,305H0Z" fill="%2398cfd9" opacity="0.305"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: -8px -8px 0px #98CFD9;
}
.block-provider-list .card .inner {
  overflow: hidden;
  position: relative;
}
.block-provider-list .card .bio {
  flex: auto;
}
.block-provider-list .card .card_bg {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: auto;
  opacity: 0.3;
}
.block-provider-list .card h2 {
  text-align: center;
  font-size: 2em;
  margin-top: 0;
}
.block-provider-list .card h2 span {
  font-size: 0.75em;
  font-weight: 600;
}
.block-provider-list .card .image {
  width: 75%;
  max-width: 300px;
  border-radius: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -8em;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
  background: #EDF8FA;
}
.block-provider-list .card .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.block-provider-list .card .image:hover .primary {
  opacity: 0;
}
.block-provider-list .card .text {
  flex: auto;
  font-size: 14px;
}
@media only screen and (min-width: 390px) {
  .block-provider-list .card .text {
    font-size: calc(14px + 2 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  .block-provider-list .card .text {
    font-size: 16px;
  }
}
.block-provider-list .card .button_row {
  text-align: right;
}
.block-provider-list .card .button_row .button {
  background: #ffffff;
  color: #006778;
}
.block-provider-list .card .button_row .button:hover {
  color: #ffffff;
  background: #006778;
}
.happy_modal {
  z-index: 10000;
}
.happy_modal .content_wrapper.card {
  position: relative;
  width: 100%;
  border-radius: 16px;
  flex: 1;
  background: #EDF8FA;
  padding: 2em;
  color: #006778;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="139" height="305" viewBox="0 0 139 305"><path id="Path_243" data-name="Path 243" d="M0,0H139L17.347,305H0Z" fill="%2398cfd9" opacity="0.305"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: -8px -8px 0px #98CFD9;
}
.happy_modal .content_wrapper.card .inner {
  overflow: hidden;
  position: relative;
}
.happy_modal .content_wrapper.card .bio {
  flex: auto;
  overflow: auto;
  margin-bottom: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .happy_modal .content_wrapper.card .bio {
    max-height: 45vh;
  }
}
.happy_modal .content_wrapper.card .card_bg {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: auto;
  opacity: 0.3;
}
.happy_modal .content_wrapper.card h2 {
  text-align: center;
  font-size: 2em;
  margin-top: 0;
}
.happy_modal .content_wrapper.card h2 span {
  font-size: 0.75em;
  font-weight: 600;
}
.happy_modal .content_wrapper.card .image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
  background: #EDF8FA;
}
.happy_modal .content_wrapper.card .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.happy_modal .content_wrapper.card .image:hover .primary {
  opacity: 0;
}
.happy_modal .content_wrapper.card .text {
  flex: auto;
  font-size: 14px;
}
@media only screen and (min-width: 390px) {
  .happy_modal .content_wrapper.card .text {
    font-size: calc(14px + 2 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  .happy_modal .content_wrapper.card .text {
    font-size: 16px;
  }
}
.happy_modal .content_wrapper.card .button_row {
  text-align: right;
}
.happy_modal .content_wrapper.card .button_row .button {
  background: #ffffff;
  color: #006778;
}
.happy_modal .content_wrapper.card .button_row .button:hover {
  color: #ffffff;
  background: #006778;
}
@media screen and (min-width: 768px) {
  .happy_modal .content_wrapper.card {
    flex-direction: row;
  }
  .happy_modal .content_wrapper.card .image {
    width: 300px;
    aspect-ratio: 1;
    height: 300px;
    margin-top: 0;
  }
  .happy_modal .content_wrapper.card .text {
    width: calc(100% - 330px);
  }
}
body {
  color: #000000;
  font-size: 16px;
  letter-spacing: -0.02em;
}
@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: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
}
@media only screen and (min-width: 390px) {
  h1 {
    font-size: calc(28px + 20 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins-Variable", sans-serif;
  line-height: 1.2;
}
@media only screen and (min-width: 390px) {
  h2 {
    font-size: calc(20px + 6 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
}
@media only screen and (min-width: 390px) {
  h3 {
    font-size: calc(20px + 6 * (100vw - 390px) / (1280 - 390));
  }
}
@media only screen and (min-width: 1280px) {
  h3 {
    font-size: 26px;
  }
}
#page-content > .container {
  max-width: 40em;
}
.site-footer {
  padding: 0;
  font-family: "GeneralSans-Variable", sans-serif;
  background: #006778;
  color: #ffffff;
}
.site-footer .credits {
  background: #000000;
  padding: 16px;
  font-size: 16px;
  text-align: center;
}
.footer_logo {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.footer_logo img {
  max-width: 100%;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer_logo img {
    width: 200px;
  }
}
#site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#site-header .header_logo {
  width: 50%;
  max-width: 300px;
}
#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: 18px;
  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: #006778;
}
#site-header .current-menu-item > a {
  text-decoration-color: #006778;
}
#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 {
  margin-bottom: 2em;
}
#mobile_menu {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #EDF8FA;
  color: #000000;
  text-align: center;
  height: auto;
  opacity: 0;
  font-size: 18px;
}
@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 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: #006778;
}
#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: #006778;
}
.page-content-spread {
  display: flex;
  height: calc(var(--vh) * 100);
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .page-content-spread {
    display: block;
    height: auto;
    overflow: visible;
  }
}
.page-content-spread .left {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .page-content-spread .left {
    width: 100%;
  }
}
.page-content-spread .left .spread_image {
  width: 100%;
  height: 100%;
}
.page-content-spread .left .spread_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-content-spread .right {
  width: 50%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .page-content-spread .right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-content-spread .right {
    margin-top: -40px;
  }
  .page-content-spread .right .wp-block-button a {
    font-size: 3.5vw;
  }
  .page-content-spread .right.show_header {
    margin-top: 0px;
  }
}
.page-content-spread .right .spread_content {
  max-width: 40em;
  margin: 0 auto;
  padding: 50px;
  flex: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-content-spread .right .spread_content {
    padding: 20px;
    justify-content: flex-start;
  }
}
.page-content-spread .right .spread_content > *:first-child {
  margin-top: 0;
}
.page-content-spread .right .spread_content > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 389px) {
  .page-content-spread .credits {
    font-size: 3.4vw;
  }
}
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-buttons {
  margin: 1em auto;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #e00000;
}
#gform_wrapper_6 .gform_footer {
  justify-content: center;
}
.wm_message {
  background: #98CFD9;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: center;
  border: 1px solid #000000;
}
#top_bar {
  color: #ffffff;
  background: #006778;
  padding: 10px 0;
}
#top_bar p {
  margin: 0;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
#top_bar .button {
  background: #ffffff;
  color: #000000;
}
@media screen and (max-width: 424px) {
  #top_bar p {
    font-size: 3.75vw;
  }
  #top_bar p .button {
    font-size: 3.75vw !important;
  }
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500;
}
.address_section {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
}
.address_section .flex {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 1.15em;
  align-items: center;
}
.address_section .flex div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.address_section .flex div i, .address_section .flex div svg {
  font-size: 1.75em;
}
.address_section .flex .fake_button {
  opacity: 0.5;
}
.address_section .flex .fake_button:hover {
  color: #ffffff;
  opacity: 1;
}
@media screen and (max-width: 424px) {
  .address_section {
    font-size: 3.75vw;
  }
}
.contact_buttons {
  padding: 20px;
}
.contact_buttons .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.contact_buttons .button:hover {
  background: #ffffff !important;
  color: #006778 !important;
  opacity: 0.8;
}
@media screen and (max-width: 424px) {
  .contact_buttons .button {
    font-size: 3.75vw !important;
  }
}
.wp-block-image {
  box-shadow: -8px -8px 0px #98CFD9;
  border-radius: 16px;
}
.wp-block-image.size-full img {
  width: 100%;
}
#parallax-content-block_b362cb08938609c855a166ed103b4cab {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  #parallax-content-block_b362cb08938609c855a166ed103b4cab .wp-block-spacer {
    display: none;
  }
  #parallax-content-block_b362cb08938609c855a166ed103b4cab .parallax-container {
    min-height: 50vw;
  }
  #parallax-content-block_b362cb08938609c855a166ed103b4cab .parallax-container .content {
    padding: 7em 0 0;
  }
}
/*# sourceMappingURL=theme.css.map */