/* # Genesis Framework
Theme Name: Ellie
Theme URI: https://github.com/Ellie-Mental-Health/ellie-site
Description: Ellie Mental Health site theme
Author: Ellie Mental Health
Author URI: https://elliementalhealth.com/
Version: 1.1
Genesis Version: 3.3.3
Template: genesis
Tags: one-column, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Ellie Teal Blue */
/* Ellie Mint */
/* Green */
/* Purple */
/* Red */
/* Light Mint */
/* Blue */
/* Resets
--------------------------------------------- */
/* Baseline Normalize */
/*! 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;
}

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

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

/** Float Clearing  */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
--------------------------------------------- */
/*  Typographical Elements */
html {
  font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
  font-size: 18px;
}

body {
  background: #ffffff;
  color: #364952;
  font-family: "sofia-pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

img {
  height: auto;
}

.lightbox {
  display: none;
}

.featherlight .featherlight-content {
  border-radius: 12px;
}
.featherlight .featherlight-content h2,
.featherlight .featherlight-content h3 {
  color: #245970;
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a {
  color: #327d9b;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #c13eba;
}

.more-link a,
a.more-link {
  font-weight: 700;
  color: #245970;
}
.more-link a::after,
a.more-link::after {
  content: " ";
  display: inline-block;
  height: 16px;
  width: 10px;
  -webkit-mask-image: url(../svg/chevron-right.svg);
  mask-image: url(../svg/chevron-right.svg);
  background-color: #245970;
  mask-repeat: no-repeat;
  mask-position: center;
  transform: rotate(0deg);
  -webkit-transition: transform 0.25s ease-in-out 0s;
  -moz-transition: transform 0.25s ease-in-out 0s;
  -ms-transition: transform 0.25s ease-in-out 0s;
  -o-transition: transform 0.25s ease-in-out 0s;
  transition: transform 0.25s ease-in-out 0s;
  opacity: 1;
  position: relative;
  margin-left: 6px;
  top: 3px;
}
.more-link a:hover,
a.more-link:hover {
  color: #0fe0d9;
}
.more-link a:hover::after,
a.more-link:hover::after {
  background-color: #0fe0d9;
}

p {
  margin: 0 0 24px;
  padding: 0;
}

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

li {
  list-style-type: none;
}

.content-area ol,
.featherlight-content ol {
  margin-left: 24px;
  margin-bottom: 24px;
}
.content-area ol > li,
.featherlight-content ol > li {
  list-style-type: decimal;
  margin-bottom: 12px;
}
.content-area ul:not(.menu),
.featherlight-content ul:not(.menu) {
  margin: 0 24px 0 0;
}
.content-area ul:not(.menu) li,
.featherlight-content ul:not(.menu) li {
  list-style: none;
  margin-bottom: 24px;
  padding-left: 24px;
  position: relative;
}
.content-area ul:not(.menu) li::before,
.featherlight-content ul:not(.menu) li::before {
  content: "";
  background: #cc61c7;
  width: 9px;
  height: 9px;
  border-radius: 6px;
  position: absolute;
  top: 9px;
  left: 0;
}
.content-area ul:not(.menu) li ul,
.featherlight-content ul:not(.menu) li ul {
  flex-basis: 100%;
  margin-left: 36px;
}
.content-area ul:not(.menu) .has-white-color ul li::before,
.featherlight-content ul:not(.menu) .has-white-color ul li::before {
  background: #ffffff;
}

hr.wp-block-separator {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 48px 0;
}

b,
strong {
  font-weight: 700;
}

cite,
em,
i {
  font-style: italic;
}

.clear {
  clear: both;
}

.site-inner .has-large-font-size {
  font-size: 22px;
  line-height: 1.4;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
}
.site-inner .has-small-font-size {
  font-size: 16px;
  line-height: 1.4;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
}
.site-inner .has-regular-font-size {
  font-size: 18px;
  line-height: 1.4;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
}
.site-inner .has-text-color.has-accent-1-color {
  color: #245970;
}
.site-inner .has-text-color.has-accent-2-color {
  color: #0fe0d9;
}
.site-inner .has-text-color.has-accent-3-color {
  color: #ced92b;
}
.site-inner .has-text-color.has-accent-4-color {
  color: #cc61c7;
}
.site-inner .has-text-color.has-accent-5-color {
  color: #ff6352;
}
.site-inner .has-text-color.has-accent-6-color {
  color: #a9fff8;
}
.site-inner .has-text-color.has-accent-7-color {
  color: #a9fff8;
}
.site-inner .has-text-color.has-white-color {
  color: #ffffff;
}
.site-inner .has-text-color.has-black-color {
  color: #364952;
}
.site-inner .has-text-color.has-purple-color {
  color: #ba8dbe;
}
.site-inner .has-text-color.has-blue-color {
  color: #d1f0ff !important;
}
.site-inner .nomargin {
  margin-bottom: 6px;
}
.site-inner .caps {
  text-transform: uppercase;
}
.site-inner .step a {
  display: inline-block;
  padding: 24px;
  border: 2px solid #0fe0d9;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  text-align: center;
  padding-top: 14px;
  color: #ffffff;
}
.site-inner .step a:hover {
  background-color: #0fe0d9;
  border-color: #0fe0d9;
  color: #ffffff;
}

/*  Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 24px;
}

h1,
.has-h-1-font-size {
  font-family: "finalsix", sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 1.3;
}

h2,
.has-h-2-font-size {
  font-family: "finalsix", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
}

h3,
.has-h-3-font-size {
  font-family: "finalsix", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}

h4,
.has-h-4-font-size {
  font-family: "finalsix", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}

/*  Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 48px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
.th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}

/*  Screen Reader Text */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  word-wrap: normal;
  background: #fff;
  color: #000;
}

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

/* Skip Links */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Do not display outline on focus */
:focus {
  color: #364952;
  outline: none;
}

/** Media Queries **/
@media only screen and (max-width: 1219px) {
  .content-area br {
    display: none;
  }
  .preserve-br br {
    display: initial !important;
  }
}
@media only screen and (max-width: 767px) {
  .content-area .has-large-font-size {
    font-size: 22px;
    line-height: 1.4;
  }
  .content-area .has-small-font-size {
    font-size: 16px;
    line-height: 1.4;
  }
  .content-area .has-regular-font-size {
    font-size: 18px;
    line-height: 1.4;
  }
  .content-area h1,
  .content-area .has-h-1-font-size {
    font-size: 42px;
  }
  .content-area h2,
  .content-area .has-h-2-font-size {
    font-size: 32px;
  }
  .content-area h3,
  .content-area .has-h-3-font-size {
    font-size: 24px;
  }
  .content-area h4,
  .content-area .has-h-4-font-size {
    font-size: 22px;
  }
  .content-area .nomobile {
    display: none;
  }
  .content-area .center-mobile {
    text-align: center;
  }
}
/* Animations
--------------------------------------------- */
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-up {
  animation: fade-up 1s ease-in;
}

.active.fade-down {
  animation: fade-down 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-up {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-down {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

iframe {
  display: block;
  border: none;
}

.site-inner .wp-block-image {
  margin: 0;
}
.site-inner .wp-block-image img {
  display: block;
  height: auto;
}
.site-inner .gb-block-accordion {
  margin-bottom: 36px;
  border: 2px solid #245970;
  border-radius: 6px;
  background: #ffffff;
}
.site-inner .gb-block-accordion .gb-accordion-title {
  background: none;
  color: #245970;
  font-size: 22px;
  font-weight: 400;
  padding: 12px 24px;
}
.site-inner .gb-block-accordion .gb-accordion-text {
  padding: 0 24px 0 48px;
}

/* Shortcodes
--------------------------------------------- */
.menu-shortcode .widgettitle {
  margin-bottom: 12px;
  font-family: "sofia-pro", sans-serif;
  font-size: 22px;
  color: #245970;
}
.menu-shortcode .menu {
  margin: 0;
}
.menu-shortcode .menu .menu-item {
  list-style: none;
  display: block;
  float: none;
  margin-bottom: 12px;
}
.menu-shortcode .menu .menu-item a {
  padding: 0;
}
.menu-shortcode .menu .menu-item-has-icon {
  display: inline-block !important;
  float: none;
  margin-right: 6px;
}
.menu-shortcode .menu .menu-item-has-icon a {
  width: 27px;
  height: 27px;
  background: #a9fff8;
  color: #245970;
  border-radius: 24px;
  text-align: center;
}
.menu-shortcode .menu .menu-item-has-icon a:hover {
  background: #0fe0d9;
}
.menu-shortcode .menu .menu-item-has-icon .svg-icon {
  fill: #245970;
  position: relative;
  margin: 0 auto !important;
  width: auto;
  height: 15px;
  top: -3px;
}
.menu-shortcode .menu .menu-item-has-icon .hide-label {
  text-indent: -9999px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .site-inner .gb-block-accordion .gb-accordion-text {
    padding: 0 24px;
  }
}
/* Forms & Buttons
--------------------------------------------- */
input,
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #ddd;
  color: #364952;
  font-weight: 400;
  padding: 6px 12px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #ddd;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-internal-autofill-selected,
input:-internal-autofill-selected:hover,
input:-internal-autofill-selected:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

::-moz-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #364952;
  opacity: 0.6;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 2px solid #ffffff;
  border-radius: 6px;
  padding: 10.8px 48px 13.2px;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: #245970;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
button::after,
input[type=button]::after,
input[type=reset]::after,
input[type=submit]::after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: " ";
  display: inline-block;
  height: 14px;
  width: 0;
  -webkit-mask-image: url(../svg/chevron-right.svg);
  mask-image: url(../svg/chevron-right.svg);
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  opacity: 0;
  top: 2px;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

.content-area .gform_wrapper.gravity-theme h3.gform_title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 24px;
  text-align: center;
}
.content-area .gform_wrapper.gravity-theme span.gform_description {
  font-weight: 400;
  width: auto;
  margin: 0 0 24px;
}
.content-area .gform_wrapper.gravity-theme .gform_footer {
  text-align: center;
  justify-content: center;
}
.content-area .gform_wrapper.gravity-theme.gravity-theme .gform_fields {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.content-area .gform_wrapper.gravity-theme.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full), .content-area .gform_wrapper.gravity-theme.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
  padding-left: 24px;
}
.content-area .gform_wrapper.gravity-theme .ginput_recaptcha div {
  margin: 0 auto;
}

/** Media Queries **/
@media only screen and (max-width: 767px) {
  .content-area .gform_wrapper.gravity-theme.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full), .content-area .gform_wrapper.gravity-theme.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
    padding-left: 0;
    margin-top: 18px;
  }
}
/* Gutenberg 
--------------------------------------------- */
.site-inner {
  /** Background Colors **/
  /** Embed **/
  /** Buttons **/
  /** Columns **/
  /** Spacer **/
  /** Groups **/
  /** Covers **/
}
.site-inner .has-accent-1-background-color {
  background-color: #245970;
}
.site-inner .has-accent-2-background-color {
  background-color: #0fe0d9;
}
.site-inner .has-accent-2-background-color a {
  color: #245970;
}
.site-inner .has-accent-3-background-color {
  background-color: #ced92b;
}
.site-inner .has-accent-4-background-color {
  background-color: #cc61c7;
}
.site-inner .has-accent-5-background-color {
  background-color: #ff6352;
}
.site-inner .has-accent-6-background-color {
  background-color: #a9fff8;
}
.site-inner .has-accent-7-background-color {
  background-color: #327d9b;
}
.site-inner .has-black-background-color {
  background-color: #364952;
}
.site-inner .has-off-white-background-color {
  background-color: #fafcfd;
}
.site-inner .has-grey-background-color {
  background-color: #f5fcfc;
}
.site-inner .wp-block-embed.is-type-video iframe {
  width: 100%;
  height: 440px;
}
.site-inner .wp-block-buttons {
  margin-bottom: 24px;
}
.site-inner .wp-block-buttons:where(.is-layout-flex) {
  gap: 18px;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link {
  border: 2px solid #ffffff;
  border-radius: 6px;
  padding: 10.8px 48px 13.2px;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: #245970;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link::after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: " ";
  display: inline-block;
  height: 14px;
  width: 0;
  -webkit-mask-image: url(../svg/chevron-right.svg);
  mask-image: url(../svg/chevron-right.svg);
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  opacity: 0;
  top: 2px;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-1-background-color {
  background-color: #245970;
  border-color: #245970;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-2-background-color {
  background-color: #0fe0d9;
  border-color: #0fe0d9;
  color: #245970;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-3-background-color {
  background-color: #ced92b;
  border-color: #ced92b;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-4-background-color {
  background-color: #c13eba;
  border-color: #c13eba;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-5-background-color {
  background-color: #245970;
  border-color: #245970;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-white-background-color {
  background-color: #ffffff;
  border-color: #ffffff;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-1-color {
  color: #245970;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-1-color:hover::after {
  background-color: #245970;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-2-color {
  color: #0fe0d9;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-2-color:hover::after {
  background-color: #0fe0d9;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-3-color {
  color: #a8c94b;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-3-color:hover::after {
  background-color: #a8c94b;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-4-color {
  color: #cc61c7;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-4-color:hover::after {
  background-color: #cc61c7;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-5-color {
  color: #ff6352;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-5-color:hover::after {
  background-color: #ff6352;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-6-color {
  color: #a9fff8;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-6-color:hover::after {
  background-color: #a9fff8;
}
.site-inner .wp-block-buttons .wp-block-button .wp-block-button__link:focus::after, .site-inner .wp-block-buttons .wp-block-button .wp-block-button__link:hover::after {
  opacity: 1;
  width: 14px;
  margin-left: 2px;
}
.site-inner .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background: none;
  border: 2px solid #ffffff;
}
.site-inner .wp-block-image {
  margin-bottom: 24px;
}
.site-inner .wp-block-image.aligncenter {
  margin: 0 auto 24px;
}
.site-inner .wp-block-image.circle img {
  border-radius: 100%;
}
.site-inner .wp-block-image.nomargin {
  margin: 0;
}
.site-inner .wp-block-image img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
}
.site-inner .wp-block-image a:hover img {
  top: -6px;
}
.site-inner .wp-block-image.down-arrow {
  margin: 48px 0 0;
}
.site-inner .wp-block-image.down-arrow a:hover img {
  top: 6px;
}
.site-inner .wp-block-quote {
  margin: 24px 0;
}
.site-inner .wp-block-quote.has-off-white-color {
  color: #fafcfd;
}
.site-inner .wp-block-columns,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile) {
  flex-wrap: nowrap;
  flex-basis: 100%;
  margin-bottom: 0;
  gap: 60px;
}
.site-inner .wp-block-columns.close,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).close {
  gap: 18px;
}
.site-inner .wp-block-columns.row-reverse,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).row-reverse {
  flex-direction: row-reverse;
}
.site-inner .wp-block-columns.page-layout,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).page-layout {
  gap: 96px;
}
.site-inner .wp-block-columns.page-layout .menu-shortcode,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).page-layout .menu-shortcode {
  border-left: 2px solid #ddd;
  padding-left: 30px;
  padding-bottom: 1px;
}
.site-inner .wp-block-columns.boxes,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).boxes {
  gap: 24px;
}
.site-inner .wp-block-columns.boxes .wp-block-column,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).boxes .wp-block-column {
  background: #fafcfd;
  border: 2px solid #0fe0d9;
  padding: 24px 24px 12px;
  border-radius: 12px;
  margin-bottom: 24px;
}
.site-inner .wp-block-columns.icon,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).icon {
  gap: 18px;
}
.site-inner .wp-block-columns.icon .wp-block-column:first-child,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).icon .wp-block-column:first-child {
  flex: 0 0 auto;
}
.site-inner .wp-block-columns.logos,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).logos {
  gap: 24px;
}
.site-inner .wp-block-columns.logos .wp-block-column,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).logos .wp-block-column {
  flex-basis: auto;
}
.site-inner .wp-block-columns.valign,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).valign {
  align-items: center !important;
}
.site-inner .wp-block-columns.steps,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).steps {
  margin: 48px auto;
  gap: 72px;
  position: relative;
}
.site-inner .wp-block-columns.steps::before,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).steps::before {
  content: "";
  height: 4px;
  background: #0fe0d9;
  position: absolute;
  width: 80%;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}
.site-inner .wp-block-columns.steps .wp-block-column,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).steps .wp-block-column {
  counter-increment: inst;
}
.site-inner .wp-block-columns.steps .wp-block-column::before,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).steps .wp-block-column::before {
  content: counter(inst);
  color: #0fe0d9;
  background: #245970;
  border-radius: 60px;
  border: 4px solid #0fe0d9;
  font-size: 36px;
  font-weight: 700;
  font-family: "finalsix", sans-serif;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  position: relative;
}
.site-inner .wp-block-columns .wp-block-column.valign,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.valign {
  display: flex;
  align-items: center;
}
.site-inner .wp-block-columns .wp-block-column.has-background,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.has-background {
  padding: 48px 48px 24px;
  margin-bottom: 24px;
}
.site-inner .wp-block-columns .wp-block-column.has-background.match,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.has-background.match {
  background-image: url("../png/puzzle.png");
  background-repeat: no-repeat;
  background-position: 10% 90%;
}
.site-inner .wp-block-columns .wp-block-column.has-background.couch,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.has-background.couch {
  background-image: url("../png/couch.png");
  background-repeat: no-repeat;
  background-position: 10% 90%;
}
.site-inner .wp-block-columns .wp-block-column.has-background.heart,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.has-background.heart {
  background-image: url("../png/heart.png");
  background-repeat: no-repeat;
  background-position: 10% 90%;
}
.site-inner .wp-block-columns .wp-block-column.has-background .wp-block-buttons .wp-block-button .wp-block-button__link,
.site-inner .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.has-background .wp-block-buttons .wp-block-button .wp-block-button__link {
  padding-left: 24px;
  padding-right: 24px;
}
.site-inner .wp-block-spacer {
  clear: both;
}
.site-inner .wp-block-group {
  margin-top: 72px;
  margin-bottom: 72px;
}
.site-inner .wp-block-group.has-background {
  margin: 0;
}
.site-inner .wp-block-group.has-background .wp-block-group__inner-container {
  padding: 72px 48px 48px;
}
.site-inner .wp-block-group.alignwide {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  clear: both;
}
.site-inner .wp-block-group.alignwide .wp-block-group__inner-container {
  padding: 0;
}
.site-inner .wp-block-group.alignwide .wp-block-group__inner-container .wp-block-columns .wp-block-group {
  margin: 0;
  float: left;
  width: 604px;
  max-width: 100%;
}
.site-inner .wp-block-group.alignwide .wp-block-group__inner-container .wp-block-columns .wp-block-group .wp-block-group__inner-container {
  padding: 48px 48px 24px 0;
}
.site-inner .wp-block-group.alignwide .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-child .wp-block-group {
  float: right;
}
.site-inner .wp-block-group.alignwide .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-child .wp-block-group__inner-container {
  padding-left: 48px;
  padding-right: 0;
}
.site-inner .wp-block-group.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  clear: both;
  overflow: hidden;
}
.site-inner .wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 1256px;
  padding: 72px 48px 48px;
  margin: 0 auto;
  position: relative;
}
.site-inner .wp-block-group.alignfull.no-padding-bottom .wp-block-group__inner-container {
  padding-bottom: 0;
}
.site-inner .wp-block-group.alignfull.narrow {
  max-width: none;
}
.site-inner .wp-block-group.alignfull.narrow .wp-block-group__inner-container {
  max-width: 1092px;
}
.site-inner .wp-block-group.alignfull.very-narrow {
  max-width: none;
}
.site-inner .wp-block-group.alignfull.very-narrow .wp-block-group__inner-container {
  max-width: 880px;
}
.site-inner .wp-block-group.alignfull.banner .wp-block-group__inner-container {
  padding-top: 48px;
  padding-bottom: 24px;
}
.site-inner .wp-block-group.alignfull.alert .wp-block-group__inner-container {
  padding-top: 24px;
  padding-bottom: 1px;
}
.site-inner .wp-block-group.alignfull.form {
  background: #f3f3fe;
}
.site-inner .wp-block-group.alignfull.form .wp-block-group__inner-container {
  padding: 0;
}
.site-inner .wp-block-group.alignfull.join-the-team .wp-block-group__inner-container {
  position: relative;
}
.site-inner .wp-block-group.alignfull.join-the-team .wp-block-group__inner-container::before {
  content: "JOIN THE TEAM";
  position: absolute;
  bottom: 24px;
  left: -90px;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
  font-size: 108px;
  font-weight: 700;
}
.site-inner .wp-block-group.alignfull:first-child:not(.home-header):not(.alert):not(#anchor-menu) .wp-block-group__inner-container {
  background: url("../png/bg-page-header.png") no-repeat 100% 50%;
  padding-top: 108px;
  padding-right: 240px;
  padding-bottom: 36px;
}
.site-inner .wp-block-group.alignfull:first-child:not(.home-header):not(.alert):not(#anchor-menu) .wp-block-group__inner-container h1,
.site-inner .wp-block-group.alignfull:first-child:not(.home-header):not(.alert):not(#anchor-menu) .wp-block-group__inner-container p.has-h-1-font-size {
  margin-bottom: 6px;
}
.site-inner .wp-block-group.alignfull:first-child:not(.home-header):not(.alert):not(#anchor-menu) .wp-block-group__inner-container h1.has-large-font-size,
.site-inner .wp-block-group.alignfull:first-child:not(.home-header):not(.alert):not(#anchor-menu) .wp-block-group__inner-container p.has-large-font-size {
  margin: 0;
  font-family: "sofia-pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.site-inner .wp-block-group.alignfull.landing-page-header {
  background-image: url("../png/bg-landing-page-header.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.site-inner .wp-block-group.alignfull.landing-page-header .wp-block-group__inner-container {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 548px;
}
.site-inner .wp-block-group.alignfull.landing-page-header .wp-block-group__inner-container .wp-block-group {
  margin: 0;
  max-width: 56%;
}
.site-inner .wp-block-group.alignfull.landing-page-header .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
  padding: 48px 0 48px;
  position: relative;
  z-index: 9;
}
.site-inner .wp-block-group.alignfull.landing-page-header .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container h1,
.site-inner .wp-block-group.alignfull.landing-page-header .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container .has-h-1-font-size {
  font-size: 55px;
}
.site-inner .wp-block-group.alignfull.landing-page-header .wp-block-group__inner-container .wp-block-image {
  margin: 0;
}
.site-inner .wp-block-group.alignfull.landing-page-header .wp-block-group__inner-container .wp-block-image img {
  position: absolute;
  top: auto;
  bottom: 0;
  right: -60px;
  margin: 0;
  max-width: none;
}
.site-inner .wp-block-group.alignfull.landing-page-header .wp-block-group__inner-container .has-h-1-font-size em {
  font-family: "Cambon";
  font-style: italic;
  font-weight: bold;
  display: block;
}
.site-inner .wp-block-group.home-header {
  background-image: url("../png/bg-home-header.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.site-inner .wp-block-group.home-header .wp-block-group__inner-container {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.site-inner .wp-block-group.home-header .wp-block-group__inner-container .wp-block-group {
  margin: 0;
}
.site-inner .wp-block-group.home-header .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
  padding: 72px 0 108px;
  position: relative;
  z-index: 9;
}
.site-inner .wp-block-group.home-header .wp-block-group__inner-container .wp-block-image {
  margin: 0;
}
.site-inner .wp-block-group.home-header .wp-block-group__inner-container .wp-block-image img {
  position: absolute;
  top: 0;
  right: -96px;
  height: 100%;
  width: auto;
  margin: 0;
  max-width: none;
}
.site-inner .wp-block-group.home-header .wp-block-group__inner-container .has-h-1-font-size em {
  font-family: "Cambon";
  font-style: italic;
  font-weight: bold;
  display: block;
}
.site-inner .wp-block-group.freaking .wp-block-group__inner-container {
  padding-top: 24px;
  padding-left: 0;
  padding-bottom: 0;
  max-width: 1440px;
}
.site-inner .wp-block-group.freaking .wp-block-group__inner-container .wp-block-image {
  margin: 0;
}
.site-inner .wp-block-group.mint-rainbow {
  background-image: url("../png/bg-mint-rainbow.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.site-inner .wp-block-group.mint-rainbow-left {
  background-image: url("../png/bg-mint-rainbow-left.png");
  background-repeat: no-repeat;
  background-position: 0% 100%;
}
.site-inner .wp-block-group.triangle-top-left {
  position: relative;
}
.site-inner .wp-block-group.triangle-top-left::before {
  content: "";
  background-image: url("../png/bg-triangle.png");
  display: block;
  width: 258px;
  height: 258px;
  top: 0;
  left: 0;
  position: absolute;
}
.site-inner .wp-block-group.circle-right {
  position: relative;
}
.site-inner .wp-block-group.circle-right::before {
  content: "";
  background-image: url("../png/bg-circle.png");
  display: block;
  width: 507px;
  height: 253px;
  top: 0;
  right: 0;
  position: absolute;
}
.site-inner .wp-block-group.join-team .wp-block-group__inner-container {
  position: relative;
}
.site-inner .wp-block-group.join-team .wp-block-group__inner-container::before {
  content: "JOIN THE TEAM";
  position: absolute;
  bottom: -6px;
  left: -120px;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
  font-size: 108px;
  font-weight: 700;
}
.site-inner .wp-block-group.shop .wp-block-group__inner-container {
  padding-top: 24px;
  padding-bottom: 0 !important;
}
.site-inner .wp-block-group.shop .wp-block-group__inner-container .wp-block-columns {
  align-items: center !important;
}
.site-inner .wp-block-group.shop .wp-block-group__inner-container .wp-block-image {
  margin: 0;
}
.site-inner .wp-block-group .wp-block-group.has-background {
  border-radius: 12px;
  margin: 24px auto;
}
.site-inner .wp-block-group .wp-block-group.has-background .wp-block-group__inner-container {
  padding: 48px 48px 24px;
}
.site-inner .wp-block-cover.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  clear: both;
  padding: 0;
}
.site-inner .wp-block-cover.alignfull .wp-block-cover__inner-container {
  max-width: 1256px;
  padding: 48px;
  margin: 0 auto;
}
.site-inner .wp-block-cover.alignfull.narrow {
  max-width: none;
}
.site-inner .wp-block-cover.alignfull.narrow .wp-block-cover__inner-container {
  max-width: 1092px;
}
.site-inner .wp-block-cover.alignfull.very-narrow {
  max-width: none;
}
.site-inner .wp-block-cover.alignfull.very-narrow .wp-block-cover__inner-container {
  max-width: 880px;
}

/** Media Queries **/
@media only screen and (max-width: 1219px) {
  .site-inner .wp-block-group.home-header .wp-block-group__inner-container .wp-block-image img {
    right: -15%;
  }
}
@media only screen and (max-width: 1023px) {
  .site-inner .wp-block-spacer {
    display: none;
    height: 0 !important;
  }
  .site-inner .wp-block-columns,
  .site-inner .wp-block-columns:not(.is-not-stacked-on-mobile) {
    gap: 24px;
  }
  .site-inner .wp-block-columns.page-layout,
  .site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).page-layout {
    display: block;
  }
  .site-inner .wp-block-columns.page-layout .menu-shortcode,
  .site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).page-layout .menu-shortcode {
    border-left: none;
    padding-left: 0;
    margin-top: 48px;
  }
  .site-inner .wp-block-columns .wp-block-column.has-background,
  .site-inner .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.has-background {
    padding: 24px 24px 1px;
  }
  .site-inner .wp-block-columns .wp-block-column.has-background.match, .site-inner .wp-block-columns .wp-block-column.has-background.couch, .site-inner .wp-block-columns .wp-block-column.has-background.heart,
  .site-inner .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.has-background.match,
  .site-inner .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.has-background.couch,
  .site-inner .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.has-background.heart {
    background-position: 10% 95%;
    padding-bottom: 48px;
  }
  .site-inner .wp-block-group {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .site-inner .wp-block-group.has-background .wp-block-group__inner-container,
  .site-inner .wp-block-group.has-background .has-background .wp-block-group__inner-container {
    padding: 24px 24px 1px;
  }
  .site-inner .wp-block-group.alignfull .wp-block-group__inner-container {
    padding: 48px 24px 24px;
  }
  .site-inner .wp-block-group.alignfull:first-child .wp-block-group__inner-container {
    background-position: 100% 100%;
  }
  .site-inner .wp-block-group.alignfull.shop .wp-block-group__inner-container .wp-block-columns {
    align-items: flex-end !important;
  }
  .site-inner .wp-block-group.alignfull:first-child:not(.home-header) .wp-block-group__inner-container {
    background-position: bottom right;
  }
  .site-inner .wp-block-group.alignfull.home-header .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
    padding: 0;
  }
  .site-inner .wp-block-group.alignfull.landing-page-header .wp-block-group__inner-container {
    min-height: 0;
  }
  .site-inner .wp-block-group.alignfull.landing-page-header .wp-block-group__inner-container .wp-block-group {
    max-width: 100%;
  }
  .site-inner .wp-block-group.alignfull.landing-page-header .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
    padding: 48px 0 24px;
  }
  .site-inner .wp-block-group.alignfull.landing-page-header .wp-block-group__inner-container .wp-block-image {
    display: none;
  }
  .site-inner .wp-block-group.alignfull.freaking .wp-block-group__inner-container {
    padding-top: 24px;
    padding-left: 0;
    padding-bottom: 0;
  }
  .site-inner .wp-block-group.alignfull.freaking .wp-block-group__inner-container .wp-block-columns {
    align-items: flex-end !important;
  }
  .site-inner .wp-block-group.alignfull.alignwide .wp-block-group__inner-container {
    padding: 0;
  }
  .site-inner .wp-block-group.alignfull.alignwide .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-child .wp-block-group__inner-container {
    padding: 24px 0 24px 24px;
  }
  .site-inner .wp-block-group.triangle-top-left::before {
    background: none;
    width: 0;
    height: 0;
  }
  .site-inner .wp-block-cover.alignfull .wp-block-cover__inner-container {
    padding: 24px;
  }
  .site-inner .wp-block-spacer {
    height: 24px !important;
  }
}
@media only screen and (max-width: 899px) {
  .site-inner .wp-block-group.alignfull.home-header {
    background-image: none;
  }
  .site-inner .wp-block-group.alignfull.home-header .wp-block-group__inner-container {
    padding: 18px;
  }
  .site-inner .wp-block-group.alignfull.home-header .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
    background: rgba(255, 255, 255, 0.5);
    padding: 24px 24px 1px;
  }
}
@media only screen and (max-width: 767px) {
  .site-inner .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding-left: 24px;
    padding-right: 24px;
  }
  .site-inner .wp-block-columns,
  .site-inner .wp-block-columns:not(.is-not-stacked-on-mobile) {
    display: block;
  }
  .site-inner .wp-block-columns.icon,
  .site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).icon {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
  }
  .site-inner .wp-block-columns.icon .wp-block-column,
  .site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).icon .wp-block-column {
    flex-basis: auto !important;
  }
  .site-inner .wp-block-columns.steps,
  .site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).steps {
    margin: 0;
  }
  .site-inner .wp-block-columns.steps::before,
  .site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).steps::before {
    content: "";
    height: 0;
    width: 0;
  }
  .site-inner .wp-block-columns.steps .wp-block-column,
  .site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).steps .wp-block-column {
    margin-top: 30px;
  }
  .site-inner .wp-block-columns.steps .wp-block-column::before,
  .site-inner .wp-block-columns:not(.is-not-stacked-on-mobile).steps .wp-block-column::before {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-bottom: 18px;
  }
  .site-inner .wp-block-group.alignfull.landing-page-header .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container h1,
  .site-inner .wp-block-group.alignfull.landing-page-header .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container .has-h-1-font-size {
    font-size: 42px;
  }
  .site-inner .wp-block-group.alignfull.freaking .wp-block-group__inner-container {
    padding-top: 24px;
    padding-left: 24px;
  }
  .site-inner .wp-block-group.alignfull.freaking .wp-block-group__inner-container .wp-block-image {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 419px) {
  .site-inner .wp-block-group.alignfull:first-child:not(.home-header):not(.alert):not(#anchor-menu) .wp-block-group__inner-container {
    background-position: 220% 50%;
    padding-right: 24px;
  }
  .site-inner .wp-block-group.alignfull.home-header .wp-block-group__inner-container .wp-block-image img {
    right: -90%;
  }
}
/* Custom Blocks 
--------------------------------------------- */
.alerts-carousel {
  margin-bottom: 24px;
}
.alerts-carousel .slick-track {
  display: flex;
  align-items: center;
}
.alerts-carousel > * {
  text-align: center;
  color: #245970;
  font-size: 20px;
}
.alerts-carousel a {
  color: #245970;
}
.alerts-carousel p:last-child {
  margin: 0;
}

.has-background .services-carousel {
  color: #ffffff;
}

.services-carousel {
  margin: 48px 0 0;
}
.services-carousel .wp-block-columns {
  gap: 72px;
}
.services-carousel h3 {
  margin-top: 24px;
}

.video-block {
  margin: 48px auto;
}
.video-block a {
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
}
.video-block img {
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}
.video-block .player {
  position: absolute;
  bottom: 18px;
  right: 18px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  opacity: 0.9;
}
.video-block .player .svg-icon {
  display: block;
  margin: 0 auto 6px;
  fill: #ffffff;
}
.video-block a:hover {
  top: -6px;
}
.video-block a:hover .player {
  opacity: 1;
}
.video-block.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  clear: both;
  overflow: hidden;
}
.video-block.alignfull img {
  border-radius: 0;
  width: 100%;
  height: auto;
}

.blog-block .post-container {
  min-height: 650px;
}
.blog-block .post-container .entry {
  width: calc(33.3333% - 24px);
}

.carousel-wrapper {
  position: relative;
}
.carousel-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  background: none;
  padding: 0;
  height: 24px;
  width: 24px;
  opacity: 0.4;
}
.carousel-wrapper .slick-arrow:hover {
  opacity: 1;
}
.carousel-wrapper .slick-arrow.slick-prev {
  left: -48px;
}
.carousel-wrapper .slick-arrow.slick-next {
  right: -48px;
}
.carousel-wrapper .slick-arrow .svg-icon {
  fill: #ffffff;
}
.carousel-wrapper .slick-arrow span {
  display: block;
  text-indent: -9999px;
  height: 0;
  width: 0;
}

.has-accent-6-background-color .carousel-wrapper .slick-arrow .svg-icon,
.has-white-background-color .carousel-wrapper .slick-arrow .svg-icon,
.has-accent-2-background-color .carousel-wrapper .slick-arrow .svg-icon {
  fill: #245970;
}

.slick-dots {
  text-align: center;
  margin: 48px auto 0 !important;
  width: 100%;
}
.slick-dots li {
  display: inline-block !important;
  margin: 0 6px !important;
  padding: 0 !important;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li:before {
  width: 0 !important;
  height: 0 !important;
  background: none;
  display: none;
}
.slick-dots button {
  padding: 0;
  font-size: 0;
  width: 18px;
  height: 18px;
  background: #245970;
  border: none;
  border-radius: 100%;
  display: block;
  opacity: 0.8;
}
.slick-dots button:hover,
.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-title-dots ul.slick-dots {
  display: flex;
  max-width: 767px;
  margin: 0 auto;
  justify-content: center;
}
.slick-title-dots ul.slick-dots li {
  display: block !important;
  margin: 0 24px !important;
}
.slick-title-dots ul.slick-dots li button {
  padding: 0;
  margin: 0 auto;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  font-weight: 400;
  color: #a9fff8;
}
.slick-title-dots ul.slick-dots li button::before {
  display: block;
  font-size: 18px;
}
.slick-title-dots ul.slick-dots li.slick-active button,
.slick-title-dots ul.slick-dots li button:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.video-carousel {
  margin: 48px auto 24px !important;
}
.video-carousel .video-block {
  margin: 0;
  text-align: center;
}
.video-carousel .video-block .player {
  z-index: 9;
}
.video-carousel .video-block .player .svg-icon {
  width: 60px;
  height: auto;
}
.video-carousel .slick-track {
  display: flex;
  gap: 48px;
}
.video-carousel .slick-dots button {
  background: #245970;
  border-color: #245970;
  opacity: 0.8;
}
.video-carousel .slick-dots button:hover,
.video-carousel .slick-dots li.slick-active button {
  opacity: 1;
}

.reviews-carousel {
  margin: 48px 0 0;
  position: relative;
  z-index: 12;
}
.reviews-carousel .slick-list {
  overflow: visible;
}
.reviews-carousel .slick-track {
  display: flex;
  gap: 48px;
}
.reviews-carousel .review {
  background: #ffffff;
  height: auto;
}
.reviews-carousel .therapist {
  background: #0fe0d9;
  color: #245970;
  font-weight: 700;
  padding: 6px 36px;
}
.reviews-carousel blockquote {
  margin: 0;
  padding: 24px 24px 36px;
}
.reviews-carousel blockquote::before {
  content: " ";
  display: block;
  height: 27px;
  width: 36px;
  -webkit-mask-image: url(../svg/quote.svg);
  mask-image: url(../svg/quote.svg);
  background-color: #ff6352;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  margin-bottom: 24px;
}
.reviews-carousel blockquote cite {
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.reviews-carousel .review:nth-child(3n-1) blockquote::before {
  background-color: #87b8ce;
}
.reviews-carousel .review:nth-child(3n) blockquote::before {
  background-color: #bcd576;
}

.link-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.link-boxes .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 6px);
  text-align: center;
  background: #a9fff8;
  border: 2px solid #a9fff8;
  color: #245970;
  border-radius: 6px;
  padding: 24px 18px;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.link-boxes .box:hover {
  border-color: #245970 !important;
}
.link-boxes .box:hover h3::after {
  opacity: 1;
  width: 14px;
}
.link-boxes .box h3 {
  font-size: 18px;
  font-family: "sofia-pro", sans-serif;
  margin: 0;
}
.link-boxes .box h3::after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: " ";
  display: inline-block;
  height: 18px;
  width: 0;
  -webkit-mask-image: url(../svg/chevron-right.svg);
  mask-image: url(../svg/chevron-right.svg);
  background-color: #245970;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  opacity: 0;
  margin-top: 3px;
  margin-left: 6px;
}
.link-boxes .box:last-child:nth-child(2n+1) {
  width: 100%;
}
.link-boxes .box p {
  margin: 18px 0 0;
  font-size: 16px;
}
.link-boxes .box p::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #0fe0d9;
  display: block;
  margin: 0 auto 12px;
}
.link-boxes.anchors .box {
  width: calc(25% - 18px);
  background: #245970;
  color: #ffffff;
  position: relative;
  border-width: 2px;
  padding-left: 18px;
  padding-right: 18px;
}
.link-boxes.anchors .box:first-child, .link-boxes.anchors .box:nth-child(4n+1) {
  border-color: #ced92b;
}
.link-boxes.anchors .box:nth-child(2), .link-boxes.anchors .box:nth-child(4n+2) {
  border-color: #ff6352;
}
.link-boxes.anchors .box:nth-child(3), .link-boxes.anchors .box:nth-child(4n+3) {
  border-color: #bf8ec0;
}
.link-boxes.anchors .box:nth-child(4), .link-boxes.anchors .box:nth-child(4n+4) {
  border-color: #e4ecf8;
}
.link-boxes.col-3 .box,
.link-boxes.col-3 .box:last-child:nth-child(2n+1) {
  width: calc(33.3333% - 8px);
}
.link-boxes.col-4 .box,
.link-boxes.col-4 .box:last-child:nth-child(2n+1) {
  width: calc(25% - 9px);
}

.people-block {
  margin: 48px auto;
}
.people-block .post-container {
  gap: 72px;
  justify-content: center;
}
.people-block .post-container .people.entry {
  width: calc(25% - 54px);
}
.people-block .post-container a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
}
.people-block .post-container a:hover {
  top: -6px;
}

.single-person {
  margin: 48px auto;
  border: 4px solid #0fe0d9;
  border-radius: 12px;
  max-width: 880px;
}
.single-person .entry {
  text-align: left;
}
.single-person .wp-block-group__inner-container {
  padding: 30px !important;
}
.single-person .entry-header {
  display: flex;
  gap: 48px;
}
.single-person .post-link {
  flex: 0 0 auto;
}
.single-person img {
  border-radius: 12px;
  display: block;
  margin: 0;
  width: 300px;
}
.single-person h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}
.single-person p {
  margin: 0;
}

.has-accent-1-background-color .news-block .post-container .entry a,
.has-accent-1-background-color .news-block .post-container .entry a h2.entry-title,
.has-accent-4-background-color .news-block .post-container .entry a,
.has-accent-4-background-color .news-block .post-container .entry a h2.entry-title,
.has-accent-6-background-color .news-block .post-container .entry a,
.has-accent-6-background-color .news-block .post-container .entry a h2.entry-title,
.has-black-background-color .news-block .post-container .entry a,
.has-black-background-color .news-block .post-container .entry a h2.entry-title {
  color: #ffffff;
}

.coming-soon-map {
  height: 720px;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  clear: both;
}

.coming-soon-locations .locations {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
.coming-soon-locations button.stateToggle {
  font-size: 22px;
  font-weight: 400;
  padding: 12px 24px 12px 36px;
  color: #245970;
  margin: 24px 0 0;
  width: 100%;
  background: none;
  text-align: left;
  border: 2px solid #245970;
  position: relative;
}
.coming-soon-locations button.stateToggle:first-child {
  margin-top: 0;
}
.coming-soon-locations button.stateToggle::before {
  content: " ";
  display: inline-block;
  height: 15px;
  width: 15px;
  -webkit-mask-image: url(../svg/triangle.svg);
  mask-image: url(../svg/triangle.svg);
  background-color: #245970;
  background-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  transform: rotate(90deg);
  -webkit-transition: transform 0.25s ease-in-out 0s;
  -moz-transition: transform 0.25s ease-in-out 0s;
  -ms-transition: transform 0.25s ease-in-out 0s;
  -o-transition: transform 0.25s ease-in-out 0s;
  transition: transform 0.25s ease-in-out 0s;
  opacity: 1;
  position: absolute;
  top: 16px;
  left: 12px;
  margin-right: 6px;
}
.coming-soon-locations button.stateToggle.activated::before {
  transform: rotate(180deg);
}
.coming-soon-locations .coming-location {
  width: calc(33.3333% - 16px);
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 24px;
  border-radius: 6px;
}
.coming-soon-locations .coming-location .marker {
  margin-bottom: 12px;
  font-size: 14px;
  color: #7c7c7c;
  margin-bottom: 6px;
}
.coming-soon-locations .coming-location .marker .svg-icon {
  fill: #245970;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.coming-soon-locations .coming-location h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #245970;
}
.coming-soon-locations .coming-location p {
  margin: 0;
}
.coming-soon-locations .coming-location p:last-child {
  margin: 18px 0 0;
}

.minnesota-map {
  height: 540px;
}

.lightbox-block ul {
  column-count: 2;
  gap: 24px;
  margin: 24px !important;
}

.home-collage {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
.home-collage .column-1 {
  width: calc(25% - 12px);
  background: #245970;
}
.home-collage .column-2 {
  width: calc(75% - 12px);
}
.home-collage .row-1,
.home-collage .row-2 {
  display: flex;
  gap: 12px;
}
.home-collage .row-1 {
  margin-bottom: 12px;
}
.home-collage .row-2 .block-4 {
  width: calc(45% - 6px);
}
.home-collage .row-2 .block-5 {
  width: calc(55% - 6px);
}
.home-collage .block-1 {
  background: #0fe0d9;
}
.home-collage .block-2 {
  display: flex;
  background: #ced92b;
  height: 252px;
  overflow: hidden;
}
.home-collage .block-3 {
  display: flex;
  background: #ff6352;
  flex-direction: row-reverse;
  height: 252px;
  overflow: hidden;
}
.home-collage .block-4 {
  display: flex;
  background: #cc61c7;
  flex-direction: row-reverse;
  height: 304px;
  overflow: hidden;
}
.home-collage .block-5 {
  display: flex;
  background: #245970;
  height: 304px;
  align-items: center;
  justify-content: center;
}
.home-collage .block-5 .text {
  font-size: 46px;
  color: #0fe0d9;
  display: block;
  padding: 24px;
}
.home-collage .block-5 .text em {
  font-family: "Cambon";
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
}
.home-collage .text {
  background: #245970;
  color: #ffffff;
  font-family: "finalsix", sans-serif;
  font-size: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 24px;
  flex: 1;
}
.home-collage .image {
  display: flex;
  align-items: flex-end;
  flex: 0 0 auto;
}
.home-collage .image img {
  display: block;
}

/** Media Queries **/
@media only screen and (max-width: 1023px) {
  .people-block {
    margin: 24px auto;
  }
  .people-block .post-container {
    gap: 24px;
  }
  .people-block .post-container .people.entry {
    width: calc(25% - 18px);
  }
  .blog-block .post-container .entry {
    width: calc(33.3333% - 18px);
  }
  .reviews-carousel .slick-track {
    gap: 24px;
  }
  .single-person {
    margin: 24px auto;
  }
  .single-person .wp-block-group__inner-container {
    padding: 24px !important;
  }
  .single-person .wp-block-group__inner-container .entry-header {
    align-items: normal;
  }
  .single-person .wp-block-group__inner-container .entry-header img {
    margin: 0 auto;
  }
  .video-block .player span {
    display: none;
  }
  .carousel-wrapper .slick-arrow.slick-prev {
    left: -24px;
  }
  .carousel-wrapper .slick-arrow.slick-next {
    right: -24px;
  }
  .home-collage {
    display: block;
  }
  .home-collage .column-1 {
    margin-bottom: 12px;
    width: 100%;
  }
  .home-collage .column-2 {
    width: 100%;
  }
  .home-collage .block-1 {
    display: flex;
    justify-content: flex-end;
  }
  .home-collage .block-2 {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .people-block {
    margin: 24px auto;
  }
  .people-block .post-container {
    display: flex;
  }
  .people-block .post-container .people.entry {
    width: calc(50% - 12px);
  }
  .blog-block .post-container {
    min-height: 650px;
    display: block;
  }
  .blog-block .post-container .entry {
    width: 100%;
  }
  .link-boxes {
    display: block;
    margin: 24px auto;
  }
  .link-boxes .box {
    width: 100%;
    margin-bottom: 24px;
  }
  .link-boxes.anchors .box {
    width: 100%;
    margin-bottom: 24px;
  }
  .link-boxes.col-3 .box,
  .link-boxes.col-3 .box:last-child:nth-child(2n+1), .link-boxes.col-4 .box,
  .link-boxes.col-4 .box:last-child:nth-child(2n+1) {
    width: 100%;
  }
  .coming-soon-map {
    height: 200px;
  }
  .coming-soon-locations .locations {
    display: block;
  }
  .coming-soon-locations .coming-location {
    width: 100%;
    margin-bottom: 24px;
  }
  .single-person .wp-block-group__inner-container .entry-header {
    display: block;
    text-align: center;
  }
  .single-person .wp-block-group__inner-container .entry-header img {
    margin-bottom: 24px;
  }
  .single-person .wp-block-group__inner-container .entry-header .inner .excerpt {
    display: none;
  }
  .lightbox-block ul {
    column-count: 1;
    margin: 0 !important;
  }
  .video-carousel {
    margin: 24px auto 24px !important;
  }
  .video-carousel .slick-track {
    display: block;
  }
  .slick-title-dots {
    display: none;
  }
  .home-collage {
    display: block;
    margin-top: -24px;
    margin-bottom: 0;
  }
  .home-collage .block-1,
  .home-collage .block-2,
  .home-collage .block-3,
  .home-collage .block-4,
  .home-collage .block-5 {
    display: flex;
    margin-bottom: 12px;
    height: auto;
    width: 100% !important;
    align-content: flex-end;
  }
  .home-collage .block-1 .text,
  .home-collage .block-2 .text,
  .home-collage .block-3 .text,
  .home-collage .block-4 .text,
  .home-collage .block-5 .text {
    padding: 18px;
    font-size: 24px;
  }
  .home-collage .block-1 .image {
    flex: 1;
  }
  .home-collage .block-2,
  .home-collage .block-4 {
    flex-direction: row;
  }
  .home-collage .block-5 .text {
    font-size: 32px;
    padding-bottom: 6px;
  }
  .home-collage .column-2 .row-1,
  .home-collage .column-2 .row-2 {
    display: block;
  }
}
/* Header
--------------------------------------------- */
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  z-index: 99;
  background: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header .site-header .wrap {
  position: relative;
}
.header .search-box {
  background: #245970;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}
.header .search-box .wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.header .search-box .search-toggle {
  cursor: pointer;
  color: #ffffff;
  background: none;
  line-height: 1.4;
  border-radius: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 48px;
  border: none;
}
.header .search-box .search-toggle span {
  text-indent: -9999px;
  display: inline-block;
  width: 0;
}
.header .search-box .search-toggle::after {
  content: " ";
  display: inline-block;
  height: 24px;
  width: 24px;
  -webkit-mask-image: url(../svg/times.svg);
  mask-image: url(../svg/times.svg);
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  opacity: 1;
}
.header .search-box .search-toggle:hover::after {
  background-color: #0fe0d9;
}
.header .search-box .search-form {
  position: relative;
  margin: 0 48px;
  width: 100%;
}
.header .search-box .search-form .search-form-input {
  border-radius: 6px;
}
.header .search-box .search-form .search-form-submit {
  background: none;
  border: none;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  z-index: 999;
  cursor: pointer;
  padding: 0 24px;
  height: 100%;
}
.header .search-box .search-form::after {
  content: " ";
  height: 18px;
  width: 18px;
  -webkit-mask-image: url(../svg/search.svg);
  mask-image: url(../svg/search.svg);
  background-color: #0fe0d9;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  opacity: 1;
  right: 12px;
  top: 9px;
}

.before-header {
  background: #245970;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}
.before-header .wrap {
  padding-top: 12px;
  padding-bottom: 12px;
}
.before-header nav ul.genesis-nav-menu {
  float: right;
  margin: 0;
}
.before-header nav ul.genesis-nav-menu a {
  color: #ffffff;
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  top: 4px;
}
.before-header nav ul.genesis-nav-menu a span {
  position: relative;
  top: -1px;
}
.before-header nav ul.genesis-nav-menu li:last-child a {
  padding-right: 0;
  border: none;
}
.before-header nav ul.genesis-nav-menu a:hover,
.before-header nav ul.genesis-nav-menu a:focus {
  color: #0fe0d9;
}
.before-header nav ul.genesis-nav-menu a:hover .svg-icon,
.before-header nav ul.genesis-nav-menu a:focus .svg-icon {
  fill: #0fe0d9;
}
.before-header nav ul.genesis-nav-menu .menu-item-has-icon a {
  color: #245970;
}
.before-header nav ul.genesis-nav-menu .menu-item-has-icon a .svg-icon {
  fill: #ffffff;
}
.before-header nav ul.genesis-nav-menu .menu-item-has-icon a:hover .svg-icon {
  fill: #0fe0d9;
}
.before-header .nav-social-menu ul.genesis-nav-menu {
  float: left;
}
.before-header .nav-social-menu ul.genesis-nav-menu .menu-item-has-icon span {
  top: 0;
  width: 0;
  height: 0;
}
.before-header .nav-social-menu ul.genesis-nav-menu .menu-item-has-icon .svg-icon {
  fill: #245970;
  position: relative;
  width: auto;
  height: 15px;
}
.before-header .nav-social-menu ul.genesis-nav-menu .menu-item-has-icon a {
  padding: 6px 0;
  border: none;
  border-radius: 18px;
  width: 27px;
  height: 27px;
  background: #a9fff8;
  margin: 0 9px 0 0;
  text-align: center;
  top: 0;
}
.before-header .nav-social-menu ul.genesis-nav-menu .menu-item-has-icon a:hover {
  background: #0fe0d9;
}
.before-header .nav-social-menu ul.genesis-nav-menu .menu-item-has-icon a:hover .svg-icon {
  fill: #245970;
}

/* Title Area */
.title-area {
  float: left;
  margin: 18px 0;
}
.title-area .custom-logo {
  width: 150px;
  height: auto;
  display: block;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
}
.title-area a:hover .custom-logo {
  top: -3px;
}
.title-area .site-description,
.title-area .site-title {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0;
  position: absolute;
  height: 0;
}

/** Media Queries **/
@media only screen and (max-width: 1023px), print {
  .header {
    position: relative;
  }
  .header .search-box .search-toggle {
    right: 24px;
  }
  .header .search-box .search-form {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .wrap {
    padding: 0;
  }
  .title-area {
    float: none;
    margin: 12px;
  }
  .title-area .custom-logo {
    margin: 0 auto;
  }
  .search-box .search-toggle {
    right: 12px;
  }
  .search-box .search-toggle::after {
    width: 18px;
    height: 18px;
  }
  .before-header {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  button.menu-toggle::after {
    left: 42% !important;
  }
}
/* Site Navigation
--------------------------------------------- */
.site-header .main-menu {
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.site-header .main-menu .nav-utilities-menu,
.site-header .main-menu .nav-utilities-medmanagement-menu {
  display: none;
}

ul.menu {
  margin: 0;
  /* Site Navigation - Parent Items */
  /* Accessible Menu */
  /* Site Navigation - Child Items */
}
ul.menu .menu-item {
  float: left;
}
ul.menu .menu-item:focus {
  position: static;
}
ul.menu .menu-item:hover {
  position: static;
}
ul.menu a {
  text-decoration: none;
  display: block;
  color: #245970;
  padding: 12px 18px;
  border: 1px solid transparent;
}
ul.menu a:hover,
ul.menu .sfHover > a,
ul.menu .current-menu-item > a,
ul.menu .current-menu-ancestor > a,
ul.menu .current_page_ancestor > a {
  color: #c13eba;
}
ul.menu .menu-item-has-icon a {
  padding: 0 6px;
}
ul.menu .menu-item-has-icon .hide-label {
  text-indent: -9999px;
  display: inline-block;
}
ul.menu .menu-item-has-icon .svg-icon {
  fill: #0fe0d9;
}
ul.menu .menu-item-has-icon a:hover .svg-icon {
  fill: #245970;
}
ul.menu .menu-item-has-button {
  margin-left: 24px;
}
ul.menu .menu-item-has-button a {
  border-radius: 6px;
  background: #c13eba;
  color: #ffffff;
  padding: 10.8px 24px 13.2px;
  margin: 0 18px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
ul.menu .menu-item-has-button a::after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: " ";
  display: inline-block;
  height: 14px;
  width: 0;
  -webkit-mask-image: url(../svg/chevron-right.svg);
  mask-image: url(../svg/chevron-right.svg);
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  opacity: 0;
  margin-top: 2px;
  margin-left: 3px;
}
ul.menu .menu-item-has-button:last-child a {
  margin-right: 0;
}
ul.menu .menu-item-has-button a:hover {
  padding-left: 30px;
  padding-right: 42px;
}
ul.menu .menu-item-has-button a:hover::after {
  opacity: 1;
  width: 14px;
}
ul.menu .menu-item:hover > .sub-menu,
ul.menu .menu-item > a:focus + ul.sub-menu,
ul.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}
ul.menu .sub-menu {
  left: -9999px;
  z-index: 99;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 99;
  padding-top: 22px;
}
ul.menu .sub-menu .menu-item {
  float: none;
  display: block;
  margin: 0;
}
ul.menu .sub-menu .menu-item a {
  background: #ffffff;
}
ul.menu .sub-menu .menu-item:last-child a {
  padding-bottom: 18px;
  border-radius: 0 0 3px 3px;
}

/* Site Navigation - Mobile */
button.menu-toggle,
button.sub-menu-toggle,
.nav-mobile {
  display: none;
  visibility: hidden;
}

/** Media Queries **/
@media only screen and (max-width: 1219px) {
  ul.menu .menu-item-has-button a {
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .site-header .main-menu {
    right: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .main-menu {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .main-menu {
    display: none;
    clear: both;
    position: inherit;
    right: auto;
    top: auto;
    transform: none;
    padding: 0 12px;
  }
  .site-header .main-menu nav {
    display: block !important;
  }
  .site-header .main-menu nav .menu-item,
  .site-header .main-menu nav .menu-item:hover {
    position: relative;
    margin: 0;
  }
  .site-header .main-menu nav .menu-item,
  .site-header .main-menu nav .menu-item a,
  .site-header .main-menu nav .menu-item a:focus,
  .site-header .main-menu nav .menu-item .text-only {
    width: auto;
    float: none;
    overflow: hidden;
  }
  .site-header .main-menu nav .menu-item a,
  .site-header .main-menu nav .menu-item a:focus {
    text-align: left;
    margin: 0;
    border: none;
    padding: 18px 12px;
    width: 100%;
    text-align: left;
    display: block;
  }
  .site-header .main-menu nav .menu-item-has-icon.search .hide-label {
    text-indent: 0;
    padding-left: 30px;
  }
  .site-header .main-menu nav .menu-item-has-icon.search .svg-icon {
    position: absolute;
    fill: #245970;
  }
  .site-header .main-menu nav .menu-item-has-button a {
    margin: 0;
    background: none;
    color: #245970;
  }
  .site-header .main-menu nav .menu-item-has-button.current-menu-item,
  .site-header .main-menu nav .menu-item-has-button a:hover {
    color: #c13eba;
  }
  .site-header .main-menu nav .sub-menu {
    width: 100%;
    clear: both;
    display: none;
    position: relative;
    left: auto;
    opacity: 1;
    width: auto;
    padding: 0;
    margin: 0;
    text-align: left;
    background: none;
  }
  .site-header .main-menu nav .sub-menu .menu-item {
    display: block;
  }
  .site-header .main-menu nav .sub-menu li.menu-item a,
  .site-header .main-menu nav .sub-menu li.menu-item a:focus,
  .site-header .main-menu nav .sub-menu li.menu-item:first-child a {
    padding: 18px 12px 18px 24px;
    margin: 0;
  }
  /** Mobile Buttons **/
  button.menu-toggle,
  button.sub-menu-toggle,
  .nav-mobile {
    display: block;
    visibility: visible;
    text-align: center;
  }
  button.menu-toggle span,
  button.sub-menu-toggle span {
    text-indent: -9999px;
    display: inline-block;
    width: 0;
  }
  button.menu-toggle {
    cursor: pointer;
    color: #ffffff;
    background: none;
    line-height: 1.4;
    border-radius: 0;
    background: #245970;
    width: 100%;
    border: none;
    padding: 6px;
  }
  button.menu-toggle::after {
    content: " ";
    display: inline-block;
    height: 30px;
    width: 30px;
    -webkit-mask-image: url(../svg/bars.svg);
    mask-image: url(../svg/bars.svg);
    background-color: #ffffff;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    position: relative;
    opacity: 1;
  }
  button.menu-toggle.activated::after {
    -webkit-mask-image: url(../svg/times-circle.svg);
    mask-image: url(../svg/times-circle.svg);
  }
  button.sub-menu-toggle {
    position: absolute;
    right: -6px;
    top: 0;
    background: none;
    color: #245970;
    padding: 12px;
  }
  button.sub-menu-toggle::before {
    content: " ";
    display: inline-block;
    height: 22px;
    width: 18px;
    -webkit-mask-image: url(../svg/chevron-down.svg);
    mask-image: url(../svg/chevron-down.svg);
    background-color: #245970;
    mask-repeat: no-repeat;
    mask-position: center;
    transform: rotate(0deg);
    -webkit-transition: transform 0.25s ease-in-out 0s;
    -moz-transition: transform 0.25s ease-in-out 0s;
    -ms-transition: transform 0.25s ease-in-out 0s;
    -o-transition: transform 0.25s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s;
    opacity: 1;
  }
  button.sub-menu-toggle.activated:before {
    transform: rotate(180deg);
  }
}
/* Structure and Layout
--------------------------------------------- */
.site-container {
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}

.wrap,
.site-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1256px;
  padding-left: 48px;
  padding-right: 48px;
}

.site-inner {
  clear: both;
  margin: 143px auto 48px;
}

.page .site-inner,
.single-locations .site-inner {
  margin-bottom: 0;
}

.narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 1092px;
}

.very-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}

.sidebar-content .content-area,
.content-sidebar .content-area {
  display: flex;
  gap: 72px;
  flex-basis: 100%;
}

.sidebar-content .site-main,
.content-sidebar .site-main {
  flex-basis: 0;
  flex-grow: 1;
}

.sidebar-content .sidebar,
.content-sidebar .sidebar {
  flex-basis: 25%;
  flex-grow: 0;
}

/** Media Queries **/
@media only screen and (max-width: 1219px) {
  .wrap,
  .site-inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px), print {
  .wrap,
  .site-inner {
    max-width: 100%;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
  .sidebar-content .content-area,
  .content-sidebar .content-area {
    display: block;
  }
  .sidebar-content .site-main,
  .content-sidebar .site-main {
    width: 100%;
  }
  .sidebar-content .sidebar,
  .content-sidebar .sidebar {
    width: 100%;
    padding: 0;
  }
  .sidebar-content .sidebar,
  .content-sidebar .sidebar {
    display: none;
  }
}
/* Sidebar
--------------------------------------------- */
.sidebar .widgettitle {
  margin-bottom: 12px;
  color: #245970;
}
.sidebar .widget {
  border-left: 2px solid #ddd;
  padding-left: 30px;
  padding-bottom: 1px;
}
.sidebar .widget_search {
  position: relative;
}
.sidebar .widget_search .search-form-submit {
  padding: 0;
  background: none;
  border: none;
  text-indent: -9999px;
  position: absolute;
  width: 0;
  height: 0;
}
.sidebar .widget_search .search-form::after {
  content: " ";
  height: 24px;
  width: 24px;
  -webkit-mask-image: url(../svg/search.svg);
  mask-image: url(../svg/search.svg);
  background-color: #364952;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top right;
  mask-position: top right;
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  opacity: 0.4;
}
.sidebar .widget_search .search-form-input {
  padding: 12px 18px;
  position: relative;
}
.sidebar .widget_categories ul {
  margin: 0;
}
.sidebar .widget_categories ul li {
  list-style: none;
  margin-bottom: 12px;
  padding: 0;
}
.sidebar .widget_categories ul li::before {
  background: none;
  width: 0;
  height: 0;
  display: none;
}
.sidebar .widget_categories ul li a {
  text-decoration: none;
}

/** Media Queries **/
@media only screen and (max-width: 1023px) {
  .sidebar .widget {
    margin-bottom: 24px;
    border-left: none;
    padding-left: 0;
  }
}
/* Footer
--------------------------------------------- */
/* Footer Widgets */
.footer {
  background: url("../png/bg-footer.png") no-repeat center top #245970;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
}
.footer .wrap {
  padding-top: 96px;
  padding-bottom: 24px;
  overflow: hidden;
}

.footer-widgets .footer-widget-area {
  display: flex;
  width: 940px;
  max-width: 100%;
  gap: 48px;
}
.footer-widgets .footer-widget-area .widget {
  width: calc(20% - 32px);
}
.footer-widgets .footer-widget-area .widget:first-child {
  width: calc(35% - 32px);
}
.footer-widgets .footer-widget-area .widget:first-child .menu {
  text-align: center;
}
.footer-widgets .footer-widget-area .widget:nth-child(2) {
  width: calc(45% - 32px);
}
.footer-widgets .footer-widget-area .widget:nth-child(2) .menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 96px;
}
.footer-widgets .footer-widget-area .menu {
  margin: 0;
  font-weight: 700;
}
.footer-widgets .footer-widget-area .menu li {
  display: block;
  float: none;
  margin-bottom: 18px;
}
.footer-widgets .footer-widget-area .menu li a {
  padding: 0;
}
.footer-widgets .footer-widget-area .menu li.current-menu-item a, .footer-widgets .footer-widget-area .menu li.current-menu-ancestor a {
  color: #0fe0d9;
}
.footer-widgets .footer-widget-area a {
  text-decoration: none;
  color: #ffffff;
}
.footer-widgets .footer-widget-area a:hover,
.footer-widgets .footer-widget-area a:focus {
  color: #0fe0d9;
}
.footer-widgets .footer-widget-area .widget_custom_html img {
  margin: 0 auto;
  display: block;
}

/* Site Footer */
.site-footer {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-top: 48px;
}
.site-footer .footer-content {
  flex: 1;
  margin-top: 9px;
}
.site-footer a {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid transparent;
}
.site-footer a:hover {
  color: #0fe0d9;
}
.site-footer a:focus {
  border-color: rgba(255, 255, 255, 0.4);
}
.site-footer p {
  margin: 0;
}
.site-footer .gototop {
  position: fixed;
  z-index: 99;
  right: 6px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.site-footer .gototop span {
  display: block;
  position: absolute;
  text-indent: -9999px;
  height: 0;
  width: 0;
}
.site-footer .gototop a {
  display: block;
  background: #245970;
  width: 52px;
  height: 50px;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
.site-footer .gototop a:hover,
.site-footer .gototop a:focus {
  background: #0fe0d9;
}
.site-footer .gototop a:before {
  content: " ";
  display: block;
  height: 24px;
  width: 20px;
  -webkit-mask-image: url(../svg/chevron-up.svg);
  mask-image: url(../svg/chevron-up.svg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll .gototop {
  opacity: 1;
}

.after-footer {
  background: #245970;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
}
.after-footer a {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid transparent;
}
.after-footer a:hover {
  color: #0fe0d9;
}
.after-footer a:focus {
  border-color: rgba(255, 255, 255, 0.4);
}
.after-footer .widget {
  padding: 24px 0 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

/** Media Queries **/
@media only screen and (max-width: 1023px), print {
  .footer {
    background-image: none;
  }
  .footer .wrap {
    padding-top: 48px;
    padding-bottom: 24px;
  }
  .footer .footer-widget-area {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer-widget-area .widget:first-child {
    width: 100%;
    text-align: center;
  }
  .footer .footer-widget-area .widget:nth-child(2) {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widgets .footer-widget-area {
    display: block;
  }
  .footer-widgets .footer-widget-area .widget {
    width: 100% !important;
    margin: 0 auto 24px;
    text-align: center;
  }
  .footer-widgets .footer-widget-area .widget:nth-child(2) {
    width: 100%;
  }
  .footer-widgets .footer-widget-area .widget:nth-child(2) .menu {
    column-gap: 24px;
  }
}
/* Archive Pages
--------------------------------------------- */
/* Archives & Blog Page */
.search .entry {
  margin: 0 auto 48px;
  padding: 0 0 24px;
  border-bottom: 1px solid #ddd;
}
.search .entry:last-child {
  padding: 0;
  border: none;
}
.search .entry .entry-title {
  margin-bottom: 6px;
}
.search .entry .entry-title a {
  text-decoration: none;
}
.search .entry .wp-post-image {
  float: left;
  margin: 0 24px 0 0;
  width: 200px;
}

.post-container {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.post-container .entry {
  width: calc(50% - 18px);
}
.post-container .entry a {
  text-decoration: none;
  color: #364952;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
}
.post-container .entry a:hover {
  top: -6px;
}
.post-container .entry img {
  border-radius: 12px;
  display: block;
  margin-bottom: 24px;
}
.post-container .entry h2.entry-title {
  text-decoration: none;
  color: #245970;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 6px;
  font-family: "sofia-pro", sans-serif;
}
.post-container .entry .entry-meta {
  font-size: 16px;
}
.post-container .entry .author {
  margin-bottom: 6px;
}
.post-container .entry .entry-footer .entry-meta {
  display: none;
}

.news-block .post-container {
  justify-content: center;
}

.post-type-archive-news .post-container .entry {
  width: calc(33.3333% - 24px);
}

.tax-locations-page .post-container {
  gap: 48px;
  margin: 48px auto 96px;
}
.tax-locations-page .post-container .entry {
  width: calc(50% - 24px);
}
.tax-locations-page .post-container .entry .entry-header {
  display: flex;
  gap: 24px;
}
.tax-locations-page .post-container .entry .entry-header .location-image {
  flex: 0 0 auto;
}
.tax-locations-page .post-container .entry .entry-header img {
  width: 190px;
  display: block;
  margin: 0;
  border-radius: 12px;
}
.tax-locations-page .post-container .entry .entry-header .marker {
  margin-bottom: 12px;
  font-size: 14px;
  color: #7c7c7c;
  margin-bottom: 6px;
}
.tax-locations-page .post-container .entry .entry-header .marker .svg-icon {
  fill: #0fe0d9;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.tax-locations-page .post-container .entry .entry-header h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
.tax-locations-page .post-container .entry .entry-header p {
  margin-bottom: 6px;
}
.tax-locations-page .post-container .entry .entry-header .more-link {
  margin-top: 48px;
}
.tax-locations-page .post-container .entry .entry-header .more-link a {
  color: #245970;
}
.tax-locations-page .post-container .entry .entry-header .more-link a:hover {
  color: #0fe0d9;
}

.post-container .people.entry {
  text-align: center;
}
.post-container .people.entry img {
  margin-bottom: 18px;
  width: 100%;
  contain-intrinsic-size: initial;
}
.post-container .people.entry .entry-title {
  font-weight: 400;
  margin-bottom: 0;
}
.post-container .people.entry a .entry-title {
  color: #245970;
  font-family: "sofia-pro", sans-serif;
}
.post-container .people.entry .credentials {
  margin-bottom: 6px;
}
.post-container .people.entry .title {
  margin-bottom: 0;
  color: #327d9b;
}

.single-post .wp-block-group:first-child,
.error404 .wp-block-group:first-child,
.search .wp-block-group:first-child,
.category .wp-block-group:first-child,
.blog .wp-block-group:first-child,
.post-type-archive-news .wp-block-group:first-child,
.tax-locations-page .wp-block-group:first-child {
  margin-bottom: 48px;
}
.single-post .wp-post-image,
.error404 .wp-post-image,
.search .wp-post-image,
.category .wp-post-image,
.blog .wp-post-image,
.post-type-archive-news .wp-post-image,
.tax-locations-page .wp-post-image {
  border-radius: 12px;
  margin-bottom: 36px;
}
.single-post h1.entry-title,
.error404 h1.entry-title,
.search h1.entry-title,
.category h1.entry-title,
.blog h1.entry-title,
.post-type-archive-news h1.entry-title,
.tax-locations-page h1.entry-title {
  font-size: 36px;
  color: #245970;
  font-weight: 400;
}
.single-post h2,
.single-post h3,
.single-post h4,
.error404 h2,
.error404 h3,
.error404 h4,
.search h2,
.search h3,
.search h4,
.category h2,
.category h3,
.category h4,
.blog h2,
.blog h3,
.blog h4,
.post-type-archive-news h2,
.post-type-archive-news h3,
.post-type-archive-news h4,
.tax-locations-page h2,
.tax-locations-page h3,
.tax-locations-page h4 {
  font-weight: 400;
}
.single-post .entry-meta,
.error404 .entry-meta,
.search .entry-meta,
.category .entry-meta,
.blog .entry-meta,
.post-type-archive-news .entry-meta,
.tax-locations-page .entry-meta {
  margin: 48px 0 24px;
}
.single-post .entry-header .entry-meta,
.error404 .entry-header .entry-meta,
.search .entry-header .entry-meta,
.category .entry-header .entry-meta,
.blog .entry-header .entry-meta,
.post-type-archive-news .entry-header .entry-meta,
.tax-locations-page .entry-header .entry-meta {
  margin-top: 0;
}
.single-post .author,
.error404 .author,
.search .author,
.category .author,
.blog .author,
.post-type-archive-news .author,
.tax-locations-page .author {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}

.single-people,
.featherlight-content .people {
  text-align: left;
}
.single-people .site-inner,
.featherlight-content .people .site-inner {
  padding-top: 48px;
}
.single-people .entry-content,
.featherlight-content .people .entry-content {
  margin-top: 24px;
}
.single-people h1,
.featherlight-content .people h1 {
  color: #245970;
  margin-bottom: 6px;
  font-size: 36px;
}
.single-people h2,
.featherlight-content .people h2 {
  font-size: 22px;
  color: #cc61c7;
}

/* Pagination */
.content-area .pagination {
  clear: both;
  margin: 24px auto;
  text-align: center;
  width: 100%;
}
.content-area .pagination ul {
  margin: 0;
  padding: 0;
}
.content-area .pagination ul li {
  display: inline-block;
  list-style: none;
  margin: 0 12px 12px 0;
  padding: 0;
}
.content-area .pagination ul li::before {
  width: 0;
  height: 0;
  background: none;
}
.content-area .pagination li a,
.content-area .pagination div a {
  cursor: pointer;
  display: block;
  background-color: #ffffff;
  color: #245970;
  padding: 6px 15px;
  text-decoration: none;
  font-weight: 400;
}
.content-area .pagination li a:hover,
.content-area .pagination li a:focus,
.content-area .pagination li.active a,
.content-area .pagination div a {
  background-color: #245970;
  color: #ffffff;
}
.content-area .pagination div a:hover,
.content-area .pagination div a:focus {
  background-color: #0fe0d9;
}

.department-nav {
  margin: 0 0 72px;
}
.department-nav .menu {
  text-align: center;
}
.department-nav .menu li {
  display: inline-block;
}
.department-nav .menu li a {
  display: block;
  border-radius: 6px;
  padding: 10.8px 72px 13.2px;
  background: #cc61c7;
  color: #ffffff;
  margin: 12px;
}

.post-password-form {
  background: #d1edf7;
  padding: 24px;
  margin: 48px auto;
  text-align: center;
  font-size: 22px;
  border-radius: 6px;
}
.post-password-form p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.post-password-form input[type=password] {
  width: auto;
  border-radius: 6px;
  padding: 9px 12px;
}

/** Media Queries **/
@media only screen and (max-width: 1023px) {
  .single-post .wp-block-group:first-child,
  .error404 .wp-block-group:first-child,
  .search .wp-block-group:first-child,
  .category .wp-block-group:first-child,
  .blog .wp-block-group:first-child,
  .post-type-archive-news .wp-block-group:first-child,
  .tax-locations-page .wp-block-group:first-child {
    margin-bottom: 24px;
  }
  .single-post .entry {
    margin-bottom: 24px;
  }
  .department-nav {
    margin-bottom: 24px;
  }
  .post-container {
    gap: 24px;
  }
  .tax-locations-page .post-container {
    gap: 24px;
    margin: 48px auto;
  }
  .tax-locations-page .post-container .entry {
    width: calc(50% - 12px);
    margin-bottom: 24px;
    font-size: 16px;
  }
  .tax-locations-page .post-container .entry br {
    display: none;
  }
  .tax-locations-page .post-container .entry .entry-header {
    gap: 12px;
  }
  .tax-locations-page .post-container .entry .entry-header img {
    width: 150px;
  }
  .tax-locations-page .post-container .entry .entry-header .more-link {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .post-type-archive-news .post-container,
  .post-container {
    display: block;
    margin: 24px auto 0;
  }
  .post-type-archive-news .post-container .entry,
  .post-container .entry {
    width: 100%;
    margin-bottom: 24px;
  }
  .post-type-archive-news .post-container .entry img,
  .post-container .entry img {
    margin-bottom: 24px;
  }
  .department-nav .menu li {
    display: block;
  }
  .department-nav .menu li a {
    margin: 0 0 24px;
  }
  .tax-locations-page .post-container .entry {
    width: 100%;
    margin-bottom: 24px;
  }
  .tax-locations-page .post-container .entry .entry-header {
    gap: 12px;
  }
  .tax-locations-page .post-container .entry .entry-header img {
    width: 120px;
  }
  .post-password-form p {
    display: block;
  }
  .post-password-form input[type=password] {
    margin: 24px auto;
  }
}
/* Location Pages
--------------------------------------------- */
.single-locations .content-area .more-link {
  color: #245970;
  font-weight: 700;
}
.single-locations .content-area .more-link::after {
  content: " ";
  display: inline-block;
  height: 16px;
  width: 10px;
  -webkit-mask-image: url(../svg/chevron-right.svg);
  mask-image: url(../svg/chevron-right.svg);
  background-color: #245970;
  mask-repeat: no-repeat;
  mask-position: center;
  transform: rotate(0deg);
  -webkit-transition: transform 0.25s ease-in-out 0s;
  -moz-transition: transform 0.25s ease-in-out 0s;
  -ms-transition: transform 0.25s ease-in-out 0s;
  -o-transition: transform 0.25s ease-in-out 0s;
  transition: transform 0.25s ease-in-out 0s;
  opacity: 1;
  position: relative;
  margin-left: 6px;
  top: 3px;
}
.single-locations .content-area .more-link:hover {
  color: #0fe0d9;
}
.single-locations .content-area .more-link:hover::after {
  background-color: #0fe0d9;
}
.single-locations .content-area .wp-block-group.alignfull {
  /** Anchor Menu **/
  /** Header Block **/
}
.single-locations .content-area .wp-block-group.alignfull:first-child {
  margin-bottom: 0;
}
.single-locations .content-area .wp-block-group.alignfull:first-child .wp-block-group__inner-container {
  background-image: none;
  padding-top: 18px;
  padding-bottom: 18px;
}
.single-locations .content-area .wp-block-group.alignfull.banner .wp-block-group__inner-container {
  padding-top: 36px;
  padding-bottom: 12px;
}
.single-locations .content-area .wp-block-group.alignfull#anchor-menu {
  position: fixed;
  z-index: 9;
  left: 0;
  font-size: 16px;
}
.single-locations .content-area .wp-block-group.alignfull#anchor-menu .wp-block-group__inner-container {
  color: #245970;
  display: flex;
  justify-content: center;
  line-height: 1;
}
.single-locations .content-area .wp-block-group.alignfull#anchor-menu .menu {
  margin: 0 0 0 24px;
  text-align: center;
  color: #ffffff;
}
.single-locations .content-area .wp-block-group.alignfull#anchor-menu .menu li.menu-item {
  list-style: none;
  float: none;
  display: inline-block;
  margin: 0;
}
.single-locations .content-area .wp-block-group.alignfull#anchor-menu .menu li.menu-item a {
  padding: 0 24px;
  border-left: 1px solid #245970;
  color: #245970;
}
.single-locations .content-area .wp-block-group.alignfull#anchor-menu .menu li.menu-item a:hover {
  text-decoration: none;
  color: #cc61c7;
}
.single-locations .content-area .wp-block-group.alignfull#anchor-menu .menu li.menu-item:first-child a {
  border: none;
}
.single-locations .content-area .wp-block-group.alignfull#header {
  background-image: url("../png/bg-mint-rainbow-right.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container {
  padding-top: 80px;
  padding-bottom: 24px;
  overflow: hidden;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text {
  background: #ffffff;
  border-radius: 6px;
  padding: 48px 48px 24px;
  width: 61%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  z-index: 8;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text .marker {
  margin-bottom: 12px;
  font-size: 16px;
  color: #7c7c7c;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text .marker .svg-icon {
  fill: #245970;
  margin-right: 6px;
  position: relative;
  top: 3px;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text .marker.telehealth {
  text-transform: uppercase;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text .marker.telehealth .svg-icon {
  fill: #ff6352;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text h1 {
  color: #245970;
  font-size: 36px;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text h1 span {
  display: block;
  font-family: "sofia-pro", sans-serif;
  font-size: 22px;
  margin-top: 6px;
  font-weight: 400;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text h2 {
  font-family: "sofia-pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #364952;
  max-width: 400px;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text .wp-block-buttons {
  display: flex;
  gap: 12px;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text .wp-block-buttons .wp-block-button {
  display: block;
  flex: 1;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text .wp-block-buttons .wp-block-button .wp-block-button__link {
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  width: 100%;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  padding-left: 6px;
  padding-right: 18px;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-image {
  float: right;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-image.video-block {
  margin: 0;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-image img {
  border-radius: 12px;
  width: 500px;
  margin: 0;
}
.single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .badge {
  position: absolute;
  right: 24px;
  top: 24px;
}
.single-locations .content-area .wp-block-group.alignfull.talk-cta {
  color: #ffffff;
}
.single-locations .content-area .wp-block-group.alignfull.talk-cta .wp-block-group__inner-container {
  position: relative;
}
.single-locations .content-area .wp-block-group.alignfull.talk-cta .wp-block-group__inner-container::before {
  content: "WE ARE HERE";
  position: absolute;
  bottom: -8px;
  left: -120px;
  color: rgba(255, 255, 255, 0.25);
  line-height: 1;
  font-size: 108px;
  font-weight: 700;
}
.single-locations .content-area .wp-block-group.alignfull.talk-cta .wp-block-group__inner-container .wp-block-columns {
  position: relative;
}
.single-locations .content-area .wp-block-group.alignfull.talk-cta h3 {
  font-size: 36px;
}
.single-locations .content-area .wp-block-group.alignfull#groups .groups {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 48px auto;
  justify-content: center;
}
.single-locations .content-area .wp-block-group.alignfull#groups .groups .group {
  background: #ffffff;
  border: 4px solid #0fe0d9;
  padding: 24px 24px 12px;
  border-radius: 12px;
  width: calc(50% - 12px);
}
.single-locations .content-area .wp-block-group.alignfull#conditions {
  color: #ffffff;
}
.single-locations .content-area .wp-block-group.alignfull#conditions ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  margin-left: 0;
  column-gap: 72px;
  margin: 48px 0 48px 48px;
}
.single-locations .content-area .wp-block-group.alignfull#conditions ul li {
  margin-bottom: 12px;
}
.single-locations .content-area .wp-block-group.alignfull#conditions ul li::before {
  background: #ffffff;
}
.single-locations .content-area .wp-block-group.alignfull#conditions .wp-block-group {
  border-radius: 6px;
  margin-bottom: 24px;
}
.single-locations .content-area .wp-block-group.alignfull#conditions .wp-block-group .wp-block-group__inner-container {
  padding-top: 48px;
  padding-bottom: 24px;
}
.single-locations .content-area .wp-block-group.alignfull#conditions .wp-block-group h3 {
  font-size: 36px;
  font-weight: 400;
}
.single-locations .content-area .wp-block-group.alignfull#payment .wp-block-columns {
  gap: 120px;
}
.single-locations .content-area .wp-block-group.alignfull#payment .has-h-3-font-size {
  font-weight: 400;
}
.single-locations .content-area .wp-block-group.alignfull#payment ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 24px;
}
.single-locations .content-area .wp-block-group.alignfull#payment ul li {
  margin-bottom: 12px;
}
.single-locations .content-area .wp-block-group.alignfull#location {
  text-align: center;
}
.single-locations .content-area .wp-block-group.alignfull#location .acf-map {
  width: 1092px;
  max-width: 100%;
  height: 312px;
  border-radius: 12px;
  margin: 0 auto;
}
.single-locations .content-area .wp-block-group.alignfull#location .wp-block-columns {
  width: 1092px;
  max-width: 100%;
  margin: 48px auto 0;
}
.single-locations .content-area .wp-block-group.alignfull#location .svg-icon {
  margin: 0 auto 12px;
  fill: #245970;
  display: block;
}
.single-locations .content-area .wp-block-group.alignfull#location h3 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 12px;
}
.single-locations .content-area .wp-block-group.alignfull#location p {
  margin-bottom: 12px;
}
.single-locations .content-area .wp-block-group.alignfull#location a {
  color: #245970;
  text-decoration: none;
}
.single-locations .content-area .wp-block-group.alignfull#location a:hover {
  color: #cc61c7;
}
.single-locations .content-area .wp-block-group.alignfull#location .menu-shortcode .menu .menu-item-has-icon a {
  background: #245970;
}
.single-locations .content-area .wp-block-group.alignfull#location .menu-shortcode .menu .menu-item-has-icon a .svg-icon {
  fill: #ffffff;
  margin: 0;
  top: 5px;
}
.single-locations .content-area .wp-block-group.alignfull#location .menu-shortcode .menu .menu-item-has-icon a:hover {
  background: #cc61c7;
}
.single-locations .content-area .wp-block-group.alignfull .gallery {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 48px 0 24px;
}
.single-locations .content-area .wp-block-group.alignfull .gallery .gallery-item {
  width: calc(33.333% - 16px);
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.single-locations .content-area .wp-block-group.alignfull .gallery .gallery-item:hover {
  top: -6px;
}
.single-locations .content-area .wp-block-group.alignfull .gallery .gallery-item img {
  border-radius: 12px;
}
.single-locations .content-area .wp-block-group.alignfull#match {
  color: #ffffff;
}
.single-locations .content-area .wp-block-group.alignfull#match .wp-block-group__inner-container {
  position: relative;
  padding-left: 0;
}
.single-locations .content-area .wp-block-group.alignfull#match .wp-block-group__inner-container::before {
  content: "";
  width: 645px;
  height: 320px;
  display: block;
  background: url("../png/bg-yellow-circle.png");
  position: absolute;
  top: 0;
  left: 0;
}
.single-locations .content-area .wp-block-group.alignfull#match .wp-block-group__inner-container .wp-block-columns {
  position: relative;
}
.single-locations .content-area .wp-block-group.alignfull#match .ellie {
  font-family: "Cambon", cursive;
  font-weight: 700;
  font-style: italic;
}
.single-locations .content-area .wp-block-group.alignfull#match h2 {
  color: #ffffff;
  font-size: 65px;
}
.single-locations .content-area .wp-block-group.alignfull#match h3 {
  color: #a9fff8;
  font-size: 22px;
  font-family: "sofia-pro", sans-serif;
  font-weight: normal;
}
.single-locations .content-area .wp-block-group.alignfull.therapist-cta h2 {
  font-weight: 400;
}
.single-locations .content-area .wp-block-group.alignfull#team .post-container {
  max-width: 880px;
  margin: 0 auto;
  gap: 48px;
}
.single-locations .content-area .wp-block-group.alignfull#team .post-container .people.entry {
  width: calc(33.33333% - 32px);
}
.single-locations .content-area .wp-block-group.alignfull#match .wp-block-group__inner-container {
  padding-top: 24px;
  padding-bottom: 0;
  max-width: 1440px;
}
.single-locations .content-area .wp-block-group.alignfull#match .wp-block-group__inner-container .wp-block-image {
  margin: 0;
}
.single-locations .content-area .wp-block-group.alignfull#careers .wp-block-column:first-child {
  display: flex;
  align-items: flex-end;
}

#services .wp-block-columns {
  gap: 120px;
}
#services h3 {
  font-weight: 400;
}
#services .services {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin: 48px auto;
}
#services .services .service-box {
  width: calc(33.3333% - 32px);
}

/** Media Queries **/
@media only screen and (max-width: 1219px) {
  .single-locations .content-area .wp-block-group.alignfull#match .wp-block-columns, .single-locations .content-area .wp-block-group.alignfull#careers .wp-block-columns {
    align-items: flex-end !important;
  }
  .single-locations .content-area .wp-block-group.alignfull#match .wp-block-group__inner-container::before {
    left: -20%;
  }
  .single-locations .content-area .wp-block-group.alignfull#match .wp-block-column:last-child {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .single-locations .content-area .wp-block-group.alignfull {
    /** Anchor Menu **/
    /** Header Block **/
  }
  .single-locations .content-area .wp-block-group.alignfull br {
    display: none;
  }
  .single-locations .content-area .wp-block-group.alignfull#anchor-menu {
    position: relative;
  }
  .single-locations .content-area .wp-block-group.alignfull#anchor-menu .menu li.menu-item a {
    padding: 0 18px;
  }
  .single-locations .content-area .wp-block-group.alignfull#anchor-menu .menu-toggle {
    display: none;
  }
  .single-locations .content-area .wp-block-group.alignfull#anchor-menu .label {
    display: none;
  }
  .single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container {
    padding-top: 24px;
  }
  .single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .badge {
    right: -24px;
    top: -24px;
    width: 100px;
  }
  .single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text {
    padding: 24px 24px 1px;
  }
  .single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .wp-block-buttons {
    display: flex;
  }
  .single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .wp-block-buttons .wp-block-button {
    flex: 1;
    width: 100%;
    display: block;
  }
  .single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 100%;
    display: block;
    padding: 12px;
  }
  .single-locations .content-area .wp-block-group.alignfull#payment .wp-block-columns {
    gap: 24px;
  }
  .single-locations .content-area .wp-block-group.alignfull.talk-cta .wp-block-group__inner-container::before {
    left: 0;
  }
  .single-locations .content-area .wp-block-group.alignfull.talk-cta h3 {
    text-align: center;
  }
  .single-locations .content-area .wp-block-group.alignfull#conditions .wp-block-group .wp-block-group__inner-container {
    padding: 24px 24px 1px;
  }
  .single-locations .content-area .wp-block-group.alignfull#conditions ul {
    column-gap: 24px;
    margin: 24px 0 24px 24px;
  }
  .single-locations .content-area .wp-block-group.alignfull#location .wp-block-group__inner-container {
    padding-bottom: 48px;
  }
  .single-locations .content-area .wp-block-group.alignfull#location br {
    display: block;
  }
  .single-locations .content-area .wp-block-group.alignfull#location .wp-block-columns, .single-locations .content-area .wp-block-group.alignfull#match .wp-block-columns, .single-locations .content-area .wp-block-group.alignfull#careers .wp-block-columns {
    display: flex;
  }
  .single-locations .content-area .wp-block-group.alignfull#team .post-container {
    gap: 24px;
  }
  .single-locations .content-area .wp-block-group.alignfull#team .post-container .people.entry {
    width: calc(33.333333% - 16px);
  }
}
#services .wp-block-columns {
  gap: 24px;
}
#services .services .service {
  width: calc(50% - 24px);
}

.service-box {
  position: relative;
  padding-left: 48px;
}
.service-box::before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #ced92b;
  position: absolute;
  top: 0;
  left: 0;
}
.service-box:nth-child(1)::before, .service-box:nth-child(4n+1)::before {
  background: #0fe0d9;
}
.service-box:nth-child(2)::before, .service-box:nth-child(4n+2)::before {
  background: #cc61c7;
}
.service-box:nth-child(3)::before, .service-box:nth-child(4n+3)::before {
  background: #ced92b;
}
.service-box:nth-child(4)::before, .service-box:nth-child(4n+4)::before {
  background: #ff6352;
}
.service-box h4 {
  margin-bottom: 6px;
  color: #245970;
}
.service-box p {
  margin: 12px 0 0;
}

@media only screen and (max-width: 767px) {
  .single-locations .content-area .wp-block-group.alignfull {
    /** Anchor Menu **/
    /** Header Block **/
  }
  .single-locations .content-area .wp-block-group.alignfull .wp-block-buttons {
    text-align: center;
  }
  .single-locations .content-area .wp-block-group.alignfull#anchor-menu .wp-block-group__inner-container {
    display: block;
    padding: 6px;
  }
  .single-locations .content-area .wp-block-group.alignfull#anchor-menu .label {
    display: none;
  }
  .single-locations .content-area .wp-block-group.alignfull#anchor-menu .menu-toggle {
    display: block;
    position: static;
    width: 100%;
    border: none;
    padding: 0;
    background: none;
  }
  .single-locations .content-area .wp-block-group.alignfull#anchor-menu .menu-toggle::after {
    background-color: #245970;
    width: 30px;
    height: 30px;
  }
  .single-locations .content-area .wp-block-group.alignfull#anchor-menu .menu {
    display: none;
    margin: 0;
  }
  .single-locations .content-area .wp-block-group.alignfull#anchor-menu .menu li.menu-item {
    display: block;
  }
  .single-locations .content-area .wp-block-group.alignfull#anchor-menu .menu li.menu-item a {
    padding: 12px;
    border: none;
  }
  .single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container {
    padding: 0;
  }
  .single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow {
    display: block;
  }
  .single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .badge {
    right: 6px;
    top: 6px;
    width: 100px;
  }
  .single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-image {
    float: none;
  }
  .single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-image img {
    border-radius: 0;
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }
  .single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text {
    background: #0fe0d9;
    position: relative;
    width: 100%;
    top: auto;
    transform: none;
    border-radius: 0;
  }
  .single-locations .content-area .wp-block-group.alignfull#header .wp-block-group__inner-container .narrow .heading-text h1 {
    font-size: 34px;
  }
  .single-locations .content-area .wp-block-group.alignfull.talk-cta .wp-block-group__inner-container::before {
    content: "";
  }
  .single-locations .content-area .wp-block-group.alignfull#groups::before {
    background: none;
    width: 0;
    height: 0;
  }
  .single-locations .content-area .wp-block-group.alignfull#groups .groups {
    display: block;
  }
  .single-locations .content-area .wp-block-group.alignfull#groups .groups .group {
    width: 100%;
    margin: 0 0 24px;
  }
  .single-locations .content-area .wp-block-group.alignfull.talk-cta h3, .single-locations .content-area .wp-block-group.alignfull#conditions .wp-block-group h3 {
    font-size: 32px;
  }
  .single-locations .content-area .wp-block-group.alignfull#conditions ul, .single-locations .content-area .wp-block-group.alignfull#payment ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    margin: 0 0 24px;
  }
  .single-locations .content-area .wp-block-group.alignfull#payment h2,
  .single-locations .content-area .wp-block-group.alignfull#payment h3,
  .single-locations .content-area .wp-block-group.alignfull#payment p,
  .single-locations .content-area .wp-block-group.alignfull#payment .wp-block-buttons {
    text-align: center;
  }
  .single-locations .content-area .wp-block-group.alignfull#location .wp-block-group__inner-container, .single-locations .content-area .wp-block-group.alignfull#match .wp-block-group__inner-container, .single-locations .content-area .wp-block-group.alignfull#careers .wp-block-group__inner-container {
    padding: 24px;
  }
  .single-locations .content-area .wp-block-group.alignfull#location .wp-block-columns, .single-locations .content-area .wp-block-group.alignfull#match .wp-block-columns, .single-locations .content-area .wp-block-group.alignfull#careers .wp-block-columns {
    display: block;
  }
  .single-locations .content-area .wp-block-group.alignfull#careers .wp-block-group__inner-container {
    padding-bottom: 0;
  }
  .single-locations .content-area .wp-block-group.alignfull#location .acf-map,
  .single-locations .content-area .wp-block-group.alignfull#location .wp-block-columns .wp-block-column {
    margin: 24px auto;
  }
  .single-locations .content-area .wp-block-group.alignfull .gallery {
    margin: 24px 0;
  }
  .single-locations .content-area .wp-block-group.alignfull .gallery .gallery-item {
    width: calc(50% - 12px);
  }
  .single-locations .content-area .wp-block-group.alignfull#team .post-container .people.entry {
    width: calc(50% - 12px);
  }
  #services .services {
    display: block;
  }
  #services .services .service-box {
    width: 100%;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-location .menu-toggle::before {
    content: "Clinic Quick Links";
    color: #245970;
  }
  .nav-location button::after {
    display: none;
  }
}
/* Location Map
--------------------------------------------- */
.post-type-archive-locations .site-inner {
  margin-bottom: 0;
}

.ui-autocomplete {
  max-width: 100%;
  width: 358px;
  z-index: 99;
  border-radius: 6px;
  padding-top: 12px;
  height: 419px;
  overflow: scroll;
}
.ui-autocomplete .ui-menu-item {
  padding: 12px 24px;
  border: 1px solid #ddd;
  border-top: none;
  background: #ffffff;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item:first-child {
  border-radius: 6px 6px 0 0;
  border-top: 1px solid #ddd;
}
.ui-autocomplete .ui-menu-item:last-child {
  border-radius: 0 0 6px 6px;
}
.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-menu-item a:hover {
  color: #0fe0d9;
}
.ui-autocomplete .ui-menu-item a {
  color: #245970;
}

.find-location {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  height: 800px;
  clear: both;
}
.find-location .search {
  height: 100%;
  overflow: scroll;
  flex-basis: 42.5%;
  position: relative;
}
.find-location .search .inner {
  padding: 48px;
  float: right;
  width: 514px;
  max-width: 100%;
}
.find-location .search .search-box {
  background: #245970;
  color: #ffffff;
  overflow: hidden;
  z-index: 9;
  position: relative;
}
.find-location .search .search-box .search-form {
  display: flex;
}
.find-location .search .search-box .search-form #searchLocations {
  border-radius: 6px 0 0 6px;
}
.find-location .search .search-box .search-form button {
  border: none;
  text-transform: uppercase;
  background: #0fe0d9;
  border-radius: 0 6px 6px 0;
  padding-left: 18px;
  padding-right: 18px;
}
.find-location .search .search-box .search-form button:hover, .find-location .search .search-box .search-form button:focus {
  background: #ced92b;
  color: #ffffff;
}
.find-location .search h1,
.find-location .search h2 {
  font-size: 36px;
}
.find-location .search h1 strong,
.find-location .search h2 strong {
  color: #0fe0d9;
}
.find-location .search h2 {
  margin: 0;
}
.find-location .search .locations .location {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  font-size: 16px;
}
.find-location .search .locations .location .inner {
  padding: 18px 36px 18px 48px;
  display: flex;
  gap: 24px;
}
.find-location .search .locations .location .inner.message {
  display: block;
}
.find-location .search .locations .location .inner.message .searchQuery {
  text-transform: capitalize;
}
.find-location .search .locations .location .inner .location-image {
  flex: 0 0 auto;
}
.find-location .search .locations .location .inner .location-details {
  position: relative;
}
.find-location .search .locations .location .inner img {
  width: 190px;
  display: block;
  margin: 0;
  border-radius: 12px;
}
.find-location .search .locations .location .inner .marker {
  margin-bottom: 12px;
  font-size: 14px;
  color: #7c7c7c;
  margin-bottom: 6px;
}
.find-location .search .locations .location .inner .marker .svg-icon {
  fill: #245970;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.find-location .search .locations .location .inner .marker.telehealth {
  text-transform: uppercase;
}
.find-location .search .locations .location .inner .marker.telehealth .svg-icon {
  fill: #ff6352;
}
.find-location .search .locations .location .inner h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
.find-location .search .locations .location .inner h2 a {
  color: #245970;
}
.find-location .search .locations .location .inner h2 a:hover {
  color: #ff6352;
}
.find-location .search .locations .location .inner p {
  margin-bottom: 6px;
}
.find-location .map {
  position: relative;
  flex-basis: 57.5%;
}
.find-location .map #map_canvas {
  width: 100%;
  height: 100%;
}

.info-window {
  display: flex;
  font-size: 16px;
  max-width: 340px;
}
.info-window .location-image {
  display: block;
  margin: 0 12px 0 0;
}
.info-window .location-image img {
  width: 100px;
  height: auto;
}
.info-window .marker {
  display: none;
}
.info-window h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #245970;
}
.info-window h2 a {
  color: #245970;
}
.info-window p {
  margin-bottom: 6px;
  font-family: "sofia-pro", sans-serif;
}
.info-window p.address {
  margin-bottom: 0;
}
.info-window strong {
  color: #245970;
}
.info-window img {
  border-radius: 6px;
}

#locations {
  height: 518px;
}
#locations .search .locations .location .inner img {
  width: 90px;
}

@media only screen and (max-width: 1023px) {
  .find-location {
    display: block;
    height: auto;
  }
  .find-location .map #map_canvas {
    width: 100%;
    height: 400px;
  }
  .find-location .search .inner {
    float: none;
    width: 100%;
    padding: 24px;
  }
  .find-location .search .locations {
    overflow: scroll;
    max-height: 100%;
    height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
  .find-location .search .locations .location .inner {
    padding: 18px 24px;
  }
  #locations {
    height: 878px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .find-location .search .locations .location .inner img {
    width: 130px;
  }
  .info-window {
    display: block;
  }
  .info-window img {
    display: none;
  }
  .ui-autocomplete {
    width: 266px;
  }
}
