@charset "UTF-8";
/*!
Theme Name: Dayton Childrens
Theme URI: http://underscores.me/
Author: Cardinal Digital Marketing
Author URI: http://cardinaldigitalmarketing.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dayton-childrens
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dayton Childrens is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Abstracts
	- Variables
	- Mixins
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
	- Media Queries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* Media Query Style */
.desktop-only {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .desktop-only {
    display: block !important;
  }
}

.desktop-only-flex {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .desktop-only-flex {
    display: flex !important;
  }
}

.mobile-only {
  display: block !important;
}
@media only screen and (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}

.mobile-only-flex {
  display: flex !important;
}
@media only screen and (min-width: 769px) {
  .mobile-only-flex {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
p {
  margin-bottom: 1.5em;
  color: #2E2B26;
}

h3 + p, h4 + p, h5 + p, h6 + p, ul + p, ol + p, p + p, p + ul, p + ol {
  margin-top: 0.6rem !important;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Work Sans", sans-serif;
}

h1 {
  font-size: 3rem;
  line-height: 3rem;
}

h2 {
  font-size: 2.3rem;
  line-height: 2.3rem;
  color: #1C78CA;
}

h3, h4 {
  color: #1C78CA;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #2E2B26;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  line-height: 1.5rem;
}

/* Elements
--------------------------------------------- */
.site-header {
  background: #fff;
  padding: 1rem;
}
.site-header div {
  max-width: 1280px;
  margin: 0 auto;
}

/* =============== Top Nav Styles ===================== */
/* NAV ANIM JUST FOR THE HOMEPAGE OF THE SITE! :) */
/* Applies only on homepage */
body.home .site-header,
body.home .top-nav-bar {
  opacity: 0;
  transform: translateY(0px);
  animation: headerFadeIn 1s ease-out 0.2s forwards;
}

@keyframes headerFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-nav-bar {
  width: 100%;
  height: 40px;
  background-color: #1c78ca;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.top-nav-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0px;
  display: flex;
  justify-content: flex-end;
}

#top-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

#top-menu li {
  display: inline-block;
  margin: 0 0.3rem 0 0.3rem;
}

#top-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

#top-menu a:hover {
  opacity: 0.65;
}

.translationNav {
  background: #ebf6fb !important;
  font-weight: 700;
  border: solid 1px #ebf6fb;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-radius: 50px;
}

.translationNav > a {
  color: #1c78ca !important;
  font-weight: 700;
}

.translationNav:hover {
  opacity: 0.65;
  /* border: solid 1px #fff !important; */
}

.menu-item.separator a {
  pointer-events: none;
  color: #aaa;
  font-weight: normal;
}

/* SEARCH */
.header-brand-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
}

.site-branding {
  display: flex;
  margin-top: 0.5rem !important;
}

.header-brand-search .site-branding {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.custom-search-input {
  width: 350px;
  height: 40px;
  background-color: #f7f9fa;
  border: none !important;
  border-radius: 50px !important;
  padding: 0 20px !important;
  font-size: 15px;
  color: #000;
  outline: non;
}

.custom-search-input::placeholder {
  color: #000;
  text-transform: lowercase;
}

.custom-search-form {
  flex-shrink: 0;
  margin-left: auto;
}

.violetButton > a {
  background-color: #9262ac !important;
  font-weight: 700;
  border: solid 2px #9262ac !important;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-radius: 50px;
  color: #fff !important;
  min-height: 40px;
  align-content: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.violetButton > a:hover {
  background-color: #fff !important;
  font-weight: 700;
  border: solid 2px #9262ac !important;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-radius: 50px;
  color: #9262ac !important;
}

.nav-menu {
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.nav-menu > li > a {
  color: #464f5b;
  text-transform: lowercase;
}

.menu-main-menu-container {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.nav-menu > li > a:hover {
  color: #1c78ca;
  font-weight: 600;
}

/* end Top Nav Styles */
/* === Mega Submenu base styles === */
#masthead {
  position: relative;
  z-index: 100;
}

.menu-main-menu-container ul li .sub-menu {
  display: none !important;
}

.mega-submenu,
.mega-submenu__wrap,
.mega-submenu__inner {
  max-width: 100% !important;
  width: 100% !important;
  background-color: #fff;
}

.mega-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 150px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-12px);
  visibility: hidden;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.8s;
  border-radius: 0 0 50px 50px;
  overflow: visible;
  z-index: 9999;
}

.mega-submenu.visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.mega-submenu__inner {
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  width: calc(100% - 40px);
  min-height: 150px;
  box-sizing: border-box;
}

.mega-submenu__wrap {
  border-radius: 0 0 50px 50px;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
  overflow: hidden;
}

/* === Columns === */
.mega-submenu__left {
  flex: 0 0 50%;
  background: #ffffff;
  padding: 28px;
  box-sizing: border-box;
}

.mega-submenu__right {
  flex: 0 0 50%;
  background: #edf6fd;
  padding: 28px;
  box-sizing: border-box;
  display: block;
}

.mega-submenu__right.hidden {
  display: none;
}

/* === Default submenu links === */
.mega-submenu__left ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-submenu__left ul.sub-menu li {
  margin-bottom: 10px;
}

.mega-submenu__left ul.sub-menu a {
  color: #1c78ca;
  text-decoration: none;
  font-weight: 500;
}

.mega-submenu__left ul.sub-menu a:hover,
.mega-submenu__left ul.sub-menu a:focus {
  color: #005a9e;
  text-decoration: underline;
}

/* === Responsive === */
/* Original: @media (max-width: 900px) — covered with mobile + big-tablet to keep exact behavior */
@media only screen and (max-width: 768px) {
  .mega-submenu__inner {
    flex-direction: column;
    width: calc(100% - 20px);
  }
  .mega-submenu__right {
    display: none !important;
  }
  .mega-submenu__left {
    flex: 1 1 100%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
  .mega-submenu__inner {
    flex-direction: column;
    width: calc(100% - 20px);
  }
  .mega-submenu__right {
    display: none !important;
  }
  .mega-submenu__left {
    flex: 1 1 100%;
  }
}
/* === CONDITIONS DROPDOWN CONTENT === */
.conditions-title {
  color: #464f5b;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: lowercase;
}

/* --- Search area --- */
.conditions-search-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.conditions-search-input {
  width: 350px;
  height: 40px;
  background-color: #f7f9fa;
  border: none !important;
  border-radius: 50px !important;
  padding: 0 20px !important;
  font-size: 15px;
  color: #464f5b;
}

.conditions-search-input::placeholder {
  color: #8d939b;
}

.conditions-search-btn {
  background-color: #bf5108;
  color: #fff;
  border: none;
  border-radius: 50px;
  height: 40px;
  padding: 0 25px;
  font-size: 15px;
  text-transform: lowercase;
  cursor: pointer;
}

/* === Left and Right mega menu columns === */
.mega-submenu__left,
.mega-submenu__right {
  display: flex;
  /* flex-direction: column; */
  justify-content: center !important;
  align-items: flex-start;
  text-align: left;
  padding: 1rem 50px 4rem 0;
  box-sizing: border-box;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mega-submenu__left > *,
.mega-submenu__right > * {
  max-width: 100%;
}

/* === Right "conditions" column === */
.conditions-column-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  gap: 15px;
  background-color: #edf6fd;
}

.conditions-right-text {
  width: 100%;
  color: #464f5b;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
}

.conditions-right-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.conditions-right-buttons button {
  height: 40px;
  border: none;
  border-radius: 50px;
  padding: 0 22px;
  font-size: 15px;
  text-transform: lowercase;
  cursor: pointer;
}

.btn-symptom {
  background-color: #fff;
  color: #1c78ca;
  border: 2px solid #1c78ca;
  font-weight: 700;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-symptom:hover {
  background-color: #1c78ca;
  color: #fff;
  /* border: 2px solid #1c78ca; */
}

.btn-seeall {
  background-color: #bf5108;
  color: #fff;
  border: 2px solid #bf5108;
  font-weight: 700;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-seeall:hover {
  background-color: #fff;
  color: #bf5108;
  border: 2px solid #bf5108;
}

/* === Services submenu: max 5 items per column === */
.servicesMenu > .sub-menu,
.mega-submenu__left.is-services > ul.sub-menu {
  display: grid !important;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  grid-auto-columns: minmax(180px, 1fr);
  gap: 8px 36px;
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  background: transparent;
  margin: 0 auto;
  width: 70%;
}

.servicesMenu > .sub-menu > li,
.mega-submenu__left.is-services > ul.sub-menu > li {
  break-inside: avoid;
  white-space: nowrap;
  margin-bottom: 6px;
}

/* Links */
.servicesMenu > .sub-menu > li > a,
.mega-submenu__left.is-services > ul.sub-menu > li > a {
  display: block;
  padding: 6px 0;
  color: #464f5b;
  text-transform: lowercase;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.15s ease;
}

.servicesMenu > .sub-menu > li > a:hover,
.mega-submenu__left.is-services > ul.sub-menu > li > a:hover {
  color: #bf5108;
}

/* Responsive small screens; */
@media (max-width: 768px) {
  .servicesMenu > .sub-menu,
  .mega-submenu__left.is-services > ul.sub-menu {
    grid-template-rows: repeat(4, auto);
    grid-auto-columns: minmax(140px, 1fr);
    gap: 6px 18px;
  }
}
/* Original: @media (max-width: 520px) – keeping exact breakpoint */
@media (max-width: 520px) {
  .servicesMenu > .sub-menu,
  .mega-submenu__left.is-services > ul.sub-menu {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
}
/* ==== MEGA MENU SERVICES STYLES ==== */
.mega-submenu__right .services-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  width: 100%;
  box-sizing: border-box;
}

.services-content {
  display: flex !important;
}

.services-content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 3rem;
  margin-bottom: 1.5rem;
}

.services-text {
  flex: 1 1 40%;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  text-align: left;
  margin: 0;
}

.services-image {
  width: 8rem;
  /* height: 5rem; */
  object-fit: cover;
  border-radius: 0.5rem;
  display: block;
}

.services-cta {
  width: 100%;
  text-align: left;
}

.services-btn {
  background-color: #fff !important;
  color: #1c78ca;
  border: 2px solid #1c78ca;
  font-weight: 700;
  transition: background-color 0.3s ease, transform 0.2s ease;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-radius: 50px;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: lowercase;
}

.services-btn:hover {
  background-color: #1c78ca !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Responsive */
@media only screen and (max-width: 768px) {
  .services-content-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .services-text {
    width: 100%;
    margin-bottom: 1rem;
  }
  .services-image {
    width: 100%;
    height: auto;
  }
  .services-btn {
    font-size: 0.85rem;
  }
}
.mega-submenu__left.is-services ul.sub-menu li {
  width: 50%;
  padding: 0rem 1rem;
  box-sizing: border-box;
  text-align: left;
}

.mega-submenu__left.is-services ul.sub-menu li a {
  display: block;
  color: #003057;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.mega-submenu__left.is-services ul.sub-menu li a:hover {
  color: #1c78ca;
}

.services-search-btn {
  background: #bf5108;
  color: #fff !important;
  border: none;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 700;
  cursor: pointer;
  font-size: 1rem;
  transition: opacity 0.2s;
  width: fit-content !important;
}

.services-search-btn > a {
  color: #fff !important;
}

.services-search-btn:hover {
  opacity: 0.65;
}

/* ALIGN TEXT AND IMAGE INSIDE RIGHT COL */
.mega-submenu__right.is-services .services-content::before,
.mega-submenu__right.is-services .services-content::after {
  content: "";
  display: table;
  clear: both;
}

.mega-submenu__right.is-services .services-content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  box-sizing: border-box;
}

/* === LOCATIONS MENU STYLES === */
.is-locations .locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 0rem;
  width: 100%;
  padding: 2rem 0rem;
  box-sizing: border-box;
}

.locations-column {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}

.location-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.location-icon {
  width: 42px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.location-text {
  flex: 1;
}

.location-title {
  margin: 0;
  font-weight: 700;
  font-size: 1.1rem;
  color: #464f5b;
  text-transform: lowercase;
  font-weight: 400 !important;
}

.location-desc {
  margin-top: 0.25rem;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.4;
}

.locations-ctas {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: center;
}

.locations-ctas .services-btn {
  width: 220px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
}

.mega-submenu__inner > .is-locations,
.locations-grid {
  /* max-width: 100% !important; */
  width: 100% !important;
}

.locations-grid {
  padding-left: 0;
  padding-right: 0;
  animation: fadeInGrid 1.8s ease-out forwards;
}

@keyframes fadeInGrid {
  to {
    opacity: 1;
  }
}
.location-item-link:hover .location-item {
  transform: translateY(-2px) scale(1.01);
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05); */
  border-radius: 50px;
}

.location-item-link:hover .location-icon {
  transform: scale(1.01);
  filter: brightness(1.3);
}

.is-locations {
  flex: 0 0 100% !important;
  max-width: 1280px !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.waiTimes-btn {
  background-color: #bf5108 !important;
  color: #fff;
  border: 2px solid #bf5108;
  font-weight: 700;
  transition: background-color 0.3s ease, transform 0.2s ease;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-radius: 50px;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: lowercase;
  min-width: 170px;
}

.waiTimes-btn:hover {
  background-color: #fff !important;
  color: #bf5108 !important;
  border: 2px solid #bf5108;
}

.seeAll-btn {
  background-color: #fff !important;
  color: #1c78ca;
  border: 2px solid #1c78ca;
  font-weight: 700;
  transition: background-color 0.3s ease, transform 0.2s ease;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-radius: 50px;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: lowercase;
  min-width: 170px;
}

.seeAll-btn:hover {
  background-color: #1c78ca !important;
  color: #fff;
  border: 2px solid #1c78ca;
}

.location-item-link {
  display: block;
  text-decoration: none !important;
}

.location-item-link:hover {
  text-decoration: none !important;
}

.location-item-link .location-title,
.location-item-link .location-desc {
  text-decoration: none !important;
}

/* ======================================================
   For Your Visit — styles applied ONLY when
   #mega-submenu has class .mega-submenu--foryourvisit
   ====================================================== */
#mega-submenu.mega-submenu--foryourvisit {
  display: block;
}

#mega-submenu.mega-submenu--foryourvisit .mega-submenu__inner {
  display: flex;
  gap: 0;
  align-items: flex-start;
}

/* LEFT: WP submenus (30%) */
#mega-submenu.mega-submenu--foryourvisit .mega-submenu__left {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 20px 24px 20px 0;
  box-sizing: border-box;
  border-right: 0px solid #e6e6e6;
  justify-content: center;
}

#mega-submenu.mega-submenu--foryourvisit .mega-submenu__left > ul.sub-menu {
  display: block !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* RIGHT: ACF content (70%) */
#mega-submenu.mega-submenu--foryourvisit .mega-submenu__right {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 20px 30px;
  box-sizing: border-box;
  display: block;
}

#mega-submenu.mega-submenu--foryourvisit .mega-submenu__left > ul.sub-menu > li {
  margin-bottom: 12px;
}

#mega-submenu.mega-submenu--foryourvisit .mega-submenu__left a {
  color: #003057;
  font-weight: 600;
  text-decoration: none;
}

#mega-submenu.mega-submenu--foryourvisit .mega-submenu__left a:hover {
  color: #0072ce;
  text-decoration: underline;
}

.foryourvisit-right-inner {
  display: flex;
}

.foryourvisit-right-right,
.foryourvisit-right-right > iframe {
  /* max-width: 375px !important; */
  /* max-height: 189px !important; */
  /* pointer-events: auto; */
  position: relative;
  z-index: 10;
  /* height: 200px; */
}

.foryourvisit-right-right iframe {
  min-height: 189px;
  height: 200px;
  width: 380px;
  pointer-events: auto !important;
  z-index: 5 !important;
  transform: translateZ(0);
  will-change: transform;
}

.foryourvisit-right-right > iframe {
  border-radius: 20px;
}

.fyv-btn {
  text-align: center;
  min-width: 151px;
  display: inline-block;
  text-align: center;
  line-height: 39px;
  background-color: #bf5108;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  border: 1px solid #bf5108;
  margin-right: 1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.fyv-btn:hover {
  background-color: #fff;
  color: #bf5108;
  text-decoration: none;
  border: 1px solid #bf5108;
}

.fyv-text-two {
  margin-top: 1.5rem;
  margin-bottom: 1rem !important;
}

.fyv-text-one {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.mega-submenu__left > .sub-menu > li > a {
  color: #464f5b;
  font-weight: 500 !important;
}

.mega-submenu__left > .sub-menu > li > .sub-menu > li > a {
  padding-left: 1rem;
  font-weight: 400 !important;
  display: inline-block;
}

/* Original: @media (max-width: 1024px) — keeping exact breakpoint */
@media (max-width: 1024px) {
  #mega-submenu.mega-submenu--foryourvisit .mega-submenu__inner {
    flex-direction: column;
  }
  #mega-submenu.mega-submenu--foryourvisit .mega-submenu__left,
  #mega-submenu.mega-submenu--foryourvisit .mega-submenu__right {
    flex-basis: 100%;
    max-width: 100%;
    border-right: none;
    padding: 14px;
  }
}
.foryourvisit-right-right {
  position: relative;
  min-height: 300px;
}

.map-loader {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #1c78ca;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
  box-sizing: border-box;
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
/* RESOURCES */
#mega-submenu.mega-submenu--resources .mega-submenu__left {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 20px 24px 20px 0;
  box-sizing: border-box;
  border-right: 0px solid #e6e6e6;
  justify-content: center;
}

/* RIGHT: ACF content (70%) */
#mega-submenu.mega-submenu--resources .mega-submenu__right {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 20px 30px;
  box-sizing: border-box;
  display: block;
}

.resources-content {
  padding-left: 2rem;
  padding-right: 4rem;
}

.resources-btn {
  background-color: #fff !important;
  color: #1c78ca;
  border: 2px solid #1c78ca;
  font-weight: 700;
  transition: background-color 0.3s ease, transform 0.2s ease;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-radius: 50px;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: lowercase;
  min-width: 170px;
}

.resources-btn:hover {
  background-color: #1c78ca !important;
  color: #fff;
  border: 2px solid #1c78ca;
}

/* ==== MEGA MENU - RESOURCES ==== */
.mega-submenu__left.is-resources > ul.sub-menu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 75%;
  box-sizing: border-box;
}

.mega-submenu__left.is-resources > ul.sub-menu > li {
  flex: 1 1 33%;
  max-width: 33%;
  box-sizing: border-box;
  text-align: left;
}

.mega-submenu__left.is-resources > ul.sub-menu > li > a {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  color: #464f5b;
  text-decoration: none;
  margin-bottom: 0.75rem;
  transition: color 0.2s ease;
}

.mega-submenu__left.is-resources > ul.sub-menu > li > a:hover {
  color: #1c78ca;
}

.mega-submenu__left.is-resources > ul.sub-menu > li > ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.mega-submenu__left.is-resources > ul.sub-menu > li > ul.sub-menu > li {
  margin-bottom: 0.4rem;
}

.mega-submenu__left.is-resources > ul.sub-menu > li > ul.sub-menu > li a {
  color: #003057;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mega-submenu__left.is-resources > ul.sub-menu > li > ul.sub-menu > li a:hover {
  color: #1c78ca;
}

@media only screen and (max-width: 768px) {
  .mega-submenu__left.is-resources > ul.sub-menu {
    flex-direction: column;
    gap: 1rem;
  }
  .mega-submenu__left.is-resources > ul.sub-menu > li {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
/* === ABOUT US DROPDOWN === */
#mega-submenu.mega-submenu--aboutus .mega-submenu__left {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 20px 24px 20px 0;
  box-sizing: border-box;
  border-right: 0px solid #e6e6e6;
  justify-content: center;
}

#mega-submenu.mega-submenu--aboutus .mega-submenu__right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 20px 24px 20px 0;
  box-sizing: border-box;
  border-right: 0px solid #e6e6e6;
  justify-content: center;
}

.mega-submenu__left.is-aboutus ul.sub-menu {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  gap: 0.5rem 6rem;
  list-style: none;
  margin: 0;
  padding: 0 2rem;
  justify-content: center;
}

.mega-submenu__left.is-aboutus ul.sub-menu li {
  margin: 0;
  padding: 0;
}

.mega-submenu__left.is-aboutus ul.sub-menu a {
  display: block;
  text-decoration: none;
  color: #464f5b;
  padding: 4px 0;
  font-weight: 400;
}

.mega-submenu--aboutus .mega-submenu__inner {
  display: flex;
}

.is-aboutus {
  display: block;
}

.aboutus-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.aboutus-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  padding-left: 2rem;
  padding-right: 6rem;
}

.aboutus-text {
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 1.6;
}

.aboutus-description {
  margin-bottom: 0.5rem;
}

.aboutus-image-wrap {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
}

.aboutus-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.aboutus-cta {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-left: 2rem;
}

.aboutus-btn {
  background-color: #f58220;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.aboutus-btn:hover {
  background-color: #d86f16;
}

/* =============== MOBILE NAV MENU STYLES =================*/
@media screen and (min-width: 1023px) {
  .menu-toggle {
    display: none !important;
  }
}
/* Hide text inside the button */
.menu-toggle {
  position: relative;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

.menu-toggle::before,
.menu-toggle::after,
.menu-toggle span {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #9262ac;
  transition: all 0.3s ease;
  z-index: 10;
}

/* Middle line */
.menu-toggle span {
  top: 50%;
  transform: translateY(-50%);
}

/* Top line */
.menu-toggle::before {
  top: 4px;
}

/* Bottom line */
.menu-toggle::after {
  bottom: 4px;
}

/* Animation when menu is open */
.menu-toggle[aria-expanded=true]::before {
  transform: rotate(45deg);
  top: 50%;
}

.menu-toggle[aria-expanded=true]::after {
  transform: rotate(-45deg);
  bottom: auto;
  top: 50%;
}

.menu-toggle[aria-expanded=true] span {
  opacity: 0;
}

.search-toggle {
  display: none;
}

.desk {
  display: block;
}

.mob {
  display: none;
}

/* Original: @media screen and (max-width: 1024px) — keeping exact breakpoint */
@media screen and (max-width: 1024px) {
  #masthead {
    padding-bottom: 1rem;
  }
  .menu-toggle {
    display: block !important;
  }
  .main-navigation ul {
    display: none;
  }
  .top-nav-bar {
    background-color: #fff;
  }
  .top-nav-inner {
    display: none;
  }
  .site-branding {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
  }
  .custom-logo {
    width: 100% !important;
    display: block !important;
    min-width: 15rem;
  }
  .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
  }
  .site-branding {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
  }
  .custom-logo-link {
    flex: 1 1 65%;
  }
  .custom-search-form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    margin-left: auto;
  }
  .search-toggle {
    display: block;
    width: 38px;
    height: 38px;
    background: #f7f9fa;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    position: relative;
    margin-right: 1rem;
    padding-top: 2rem;
  }
  .search-toggle::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #1c78ca;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .search-toggle::after {
    content: "";
    display: block;
    width: 9px;
    height: 3px;
    background: #1c78ca;
    position: absolute;
    bottom: 4px;
    right: 9px;
    transform: rotate(50deg);
    top: 24px;
  }
  .custom-search-input {
    position: absolute;
    top: 100%;
    right: 0;
    width: 220px;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 6px;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .custom-search-form:focus-within .custom-search-input {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .custom-search-input:focus {
    outline: 2px solid #9262ac;
    border-color: #9262ac;
  }
  .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
  }
  .site-branding {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
  }
  .custom-logo-link {
    flex: 1 1 70%;
  }
  .custom-search-form {
    order: 2;
  }
  .menu-toggle {
    order: 3;
  }
  .site-header > .site-branding,
  .site-header > .main-navigation {
    display: flex;
    align-items: center;
  }
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
  .menu-toggle {
    position: relative !important;
    z-index: 30 !important;
    pointer-events: auto !important;
  }
  .custom-search-form.mob {
    position: relative !important;
    z-index: 10 !important;
  }
  .search-toggle {
    padding: 0;
    margin-right: 0.8rem;
  }
  .custom-search-form {
    position: relative;
    z-index: 1;
  }
  .menu-toggle {
    position: relative;
    z-index: 2;
  }
  #primary-menu li.menu-item-has-children .sub-menu {
    display: none;
  }
  #primary-menu li.menu-item-has-children.submenu-open > .sub-menu {
    display: block;
  }
  #primary-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 9999;
  }
  #primary-menu.active {
    max-height: 80vh;
    overflow-y: auto;
  }
  #primary-menu li {
    display: block;
    border-bottom: 1px solid #eee;
  }
  #primary-menu a {
    display: block;
    padding: 14px 20px;
    color: #333;
    text-decoration: none;
  }
  #primary-menu a:hover {
    background: #f8f8f8;
  }
  /* Inner submenus */
  #primary-menu .sub-menu {
    display: none;
    padding-left: 20px;
    background: #fafafa;
  }
  #primary-menu .menu-item.open > .sub-menu {
    display: block;
  }
  /* Cloned mega submenu for mobile */
  .mobile-mega {
    display: none;
    background: #fff;
    padding: 20px;
    border-top: 1px solid #ddd;
  }
  .mobile-mega.mobile-visible {
    display: block;
  }
  #primary-menu.active > li {
    position: relative;
  }
  .menu-main-menu-container .active .mobile-only {
    display: block !important;
  }
}
body {
  background: #F7F9FA;
}

:root :where(.is-layout-flex) {
  gap: 3rem;
}

.all-content {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 1281px) {
  .all-content {
    padding: 0rem 1rem;
  }
}

.wp-block-cover {
  border-radius: 4rem;
  margin: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .wp-block-cover {
    margin: 3rem 0;
  }
}

.wp-block-columns {
  border-radius: 65px;
  margin: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .wp-block-columns {
    margin: 3rem 0;
  }
}

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

.no-margin-top {
  margin-top: 0;
}

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

.margin-top-small {
  margin-top: 2rem;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding-inline-start: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.search-results main {
  margin-bottom: 4rem;
}
.search-results main .page-header {
  margin-bottom: 2rem;
}
.search-results main article {
  max-width: 90%;
}
@media only screen and (max-width: 768px) {
  .search-results main article {
    max-width: 100%;
  }
}
.search-results main article .post-thumbnail, .search-results main article .entry-meta, .search-results main article .entry-footer {
  display: none;
}
.search-results main article .entry-title {
  margin-bottom: 0;
}
.search-results main article .entry-title a {
  font-size: 1.1rem;
  color: #1C78CA;
  text-decoration: none;
}
.search-results main article .entry-title a:hover {
  color: #76B3E2;
}
.search-results main article .entry-summary {
  margin-top: 0;
}
.search-results main article .entry-summary p {
  margin-top: 0;
}
.search-results main .navigation.posts-navigation {
  margin-top: 4rem;
  background: white;
  padding: 1rem 2rem;
  border-radius: 2rem;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.search-results main .navigation.posts-navigation .page-numbers {
  color: #9262AC;
  text-decoration: none;
}
.search-results main .navigation.posts-navigation .page-numbers.current {
  font-weight: 700;
}

.no-results .page-title {
  color: #1C78CA;
}
.no-results input[type=search] {
  background-color: #fff;
  border: none !important;
  border-radius: 50px !important;
  padding: 0 20px !important;
  font-size: 1rem;
  height: 3rem;
  width: 16rem;
}
.no-results input[type=submit] {
  border-radius: 2rem;
  color: white;
  padding: 0.8rem 2rem;
  border: none;
  text-transform: lowercase;
  font-weight: 700;
  cursor: pointer;
}
.no-results input[type=submit]:hover {
  opacity: 0.9;
}

.site-footer .footer-card {
  max-width: 1280px;
  margin: 0 auto;
  background: #1C78CA;
  color: #fff;
  border-radius: 4rem;
  padding: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-card {
    max-width: 90%;
  }
}
.site-footer .footer-card .footer-top {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  background: #4E99D3;
  border-radius: 5rem;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-card .footer-top {
    padding: 1rem;
  }
}
.site-footer .footer-card .footer-top .footer-brand img {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-card .footer-top .footer-brand img {
    width: auto;
  }
}
@media only screen and (min-width: 769px) {
  .site-footer .footer-card .badges-desktop {
    display: flex;
  }
  .site-footer .footer-card .badges-mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-card .badges-desktop {
    display: none;
  }
  .site-footer .footer-card .badges-mobile {
    display: flex;
  }
}
.site-footer .footer-card .footer-badges {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-card .footer-badges {
    gap: 0.5rem;
    margin-top: 2rem;
  }
}
.site-footer .footer-card .footer-badges li img {
  width: 6rem;
  object-fit: contain;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-card .footer-badges li img {
    height: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .site-footer .footer-card .footer-badges li img {
    height: 4rem;
  }
}
.site-footer .footer-card .footer-links {
  gap: 2rem;
  justify-content: space-between;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .site-footer .footer-card .footer-links {
    margin: 2rem !important;
  }
}
.site-footer .footer-card .footer-links .footer-col {
  flex: 1 1 calc(20% - 1.6rem);
}
.site-footer .footer-card .footer-links .footer-col .footer-menu {
  list-style: none;
}
.site-footer .footer-card .footer-links .footer-col .footer-menu li {
  margin: 0.5rem 0;
  list-style-type: none;
}
.site-footer .footer-card .footer-links .footer-col .footer-menu li a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  font-weight: 600;
}
.site-footer .footer-card .footer-links .footer-col .footer-menu li a:hover {
  opacity: 0.8;
}
.site-footer .footer-card .footer-links .footer-col .footer-menu .no-link {
  cursor: default;
}
.site-footer .footer-card .footer-links .footer-col .footer-menu .no-link > a:hover {
  opacity: 1;
}
.site-footer .footer-card .footer-links .footer-col .footer-menu .no-link ul a:hover {
  opacity: 0.8;
}
.site-footer .footer-card .footer-links .footer-col .footer-menu .sub-menu {
  padding-inline-start: 0;
}
.site-footer .footer-card .footer-links .footer-col .footer-menu .sub-menu li a {
  font-weight: 300;
}
.site-footer .footer-card .footer-cta-social {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  background: #4E99D3;
  border-radius: 5rem;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-card .footer-cta-social {
    border-radius: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .site-footer .footer-card .footer-cta-social {
    flex-direction: row !important;
  }
}
.site-footer .footer-card .footer-cta-social .footer-ctas {
  display: flex;
  gap: 2rem;
  padding: 0;
  list-style: none;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-card .footer-cta-social .footer-ctas {
    gap: 1.5rem;
    margin: 0.5rem auto 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 769px) {
  .site-footer .footer-card .footer-cta-social .footer-ctas {
    margin: auto auto 3rem auto;
  }
}
@media only screen and (min-width: 1280px) {
  .site-footer .footer-card .footer-cta-social .footer-ctas {
    margin: auto 0 auto 3rem !important;
  }
}
.site-footer .footer-card .footer-cta-social .footer-ctas li a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.site-footer .footer-card .footer-cta-social .footer-ctas li a:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 1024px) {
  .site-footer .footer-card .footer-cta-social .footer-ctas .width-link {
    width: 10rem;
  }
}
.site-footer .footer-card .footer-cta-social .footer-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-card .footer-cta-social .footer-right {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 769px) {
  .site-footer .footer-card .footer-cta-social .footer-right {
    margin: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .site-footer .footer-card .footer-cta-social .footer-right {
    margin: 0 !important;
  }
}
.site-footer .footer-card .footer-cta-social .footer-right .footer-social {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-card .footer-cta-social .footer-right .footer-social a {
  display: flex;
  width: 2rem;
  height: 2rem;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-card .footer-cta-social .footer-right .footer-social a {
    width: auto;
    height: auto;
  }
}
.site-footer .footer-card .footer-cta-social .footer-right .footer-social a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-card .footer-cta-social .footer-right .wp-block-buttons {
    margin-top: 2rem;
    width: 100%;
  }
  .site-footer .footer-card .footer-cta-social .footer-right .wp-block-buttons .wp-block-button {
    width: 100%;
  }
  .site-footer .footer-card .footer-cta-social .footer-right .wp-block-buttons .wp-block-button a {
    padding: 0.5rem;
  }
}
.site-footer .footer-bottom {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.site-footer .footer-bottom .footer-legal {
  display: flex;
  gap: 2rem;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-bottom .footer-legal {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
.site-footer .footer-bottom .footer-legal a {
  color: #464F5B;
  text-decoration: none;
  opacity: 1;
}
.site-footer .footer-bottom .footer-legal a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.site-footer .footer-bottom .footer-legal span {
  color: #464F5B;
}

.error-404 {
  position: relative;
  margin: 15rem 0;
}
@media only screen and (max-width: 768px) {
  .error-404 {
    margin: 10rem 0;
  }
}
.error-404::after {
  content: "";
  position: absolute;
  top: -50%;
  width: 8%;
  height: 50%;
  background: url("images/404-left.png") no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .error-404::after {
    top: -5rem;
    width: 5rem;
    height: 5rem;
    left: 0.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .error-404::after {
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .error-404::after {
    left: 15% !important;
  }
}
.error-404::before {
  content: "";
  position: absolute;
  width: 8%;
  height: 50%;
  background: url("images/404-right.png") no-repeat center center;
  background-size: contain;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .error-404::before {
    bottom: 60%;
    width: 6rem;
    height: 6rem;
  }
}
@media only screen and (min-width: 769px) {
  .error-404::before {
    width: 10%;
  }
}
@media only screen and (min-width: 1024px) {
  .error-404::before {
    right: 10% !important;
  }
}
.error-404 p {
  margin: 2rem auto;
}
.error-404 h1 {
  color: #1C78CA;
  font-size: 10rem;
}
@media only screen and (max-width: 768px) {
  .error-404 h1 {
    font-size: 6rem;
    line-height: 0.8;
  }
}
.error-404 h2 {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .error-404 h2 {
    font-size: 1.5rem;
  }
}

/* Links
--------------------------------------------- */
a {
  color: #1C78CA;
}
a:hover, a:focus, a:active {
  opacity: 0.9;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #BF5108;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.wp-block-button a {
  font-weight: 700;
}
@media only screen and (max-width: 550px) {
  .wp-block-button a {
    width: 100%;
  }
}

.is-style-orange a {
  background: #BF5108;
}

.is-style-blue a {
  background: #1C78CA;
}

.is-style-purple a {
  background: #9262AC;
}

.is-style-white a {
  background: #EBF6FB;
  color: #1C78CA !important;
}

.is-style-custom-buttons {
  border-radius: 30px;
  background: white;
  padding: 0.5rem;
  gap: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.wp-block-columns:has(.is-style-custom-buttons) .wp-block-column:first-child {
  flex-basis: 33.33% !important;
}
.wp-block-columns:has(.is-style-custom-buttons) .wp-block-column:last-child {
  flex-basis: 66.66% !important;
  max-width: 66.66%;
}

@media (max-width: 1149px) {
  .wp-block-columns:has(.is-style-custom-buttons) {
    width: 100%;
  }
  .wp-block-columns:has(.is-style-custom-buttons) .wp-block-column:first-child {
    flex-basis: 20% !important;
  }
  .wp-block-columns:has(.is-style-custom-buttons) .wp-block-column:last-child {
    flex-basis: 80% !important;
    max-width: 100%;
  }
}
@media (max-width: 1025px) {
  .wp-block-columns:has(.is-style-custom-buttons) .wp-block-column:first-child {
    flex-basis: 5% !important;
  }
  .wp-block-columns:has(.is-style-custom-buttons) .wp-block-column:last-child {
    flex-basis: 95% !important;
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .wp-block-columns:has(.is-style-custom-buttons) .wp-block-column:first-child {
    flex-basis: 0% !important;
  }
  .wp-block-columns:has(.is-style-custom-buttons) .wp-block-column:last-child {
    flex-basis: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .wp-block-button, .wp-element-button, .load-more-btn {
    width: 100%;
  }
  .is-style-custom-buttons .wp-block-button,
  .is-style-custom-buttons .wp-element-button,
  .is-style-custom-buttons .load-more-btn {
    width: auto;
  }
  .is-style-custom-buttons .wp-block-button:last-child .wp-block-button__link {
    text-indent: -9999px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url("images/phone-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
  }
  .is-style-custom-buttons a {
    font-size: 0.9rem;
  }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 900px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    gap: 1rem;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.yoast-breadcrumbs, .yoast-breadcrumbs a {
  color: rgb(70, 79, 91);
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
}

.yoast-breadcrumbs .breadcrumb_last {
  font-weight: 500;
}

.yoast-breadcrumbs a:hover {
  text-decoration: underline;
}

.is-style-orange a {
  background: #BF5108;
}

.is-style-blue a {
  background: #1C78CA;
}

.is-style-purple a {
  background: #9262AC;
}

.navigation-pagination {
  display: flex;
  margin: auto auto 5rem auto;
  background: #FFFFFF;
  width: fit-content;
  padding: 0.5rem;
  border-radius: 2rem;
  color: #1C78CA;
}
.navigation-pagination .page-numbers {
  line-height: 2.5rem;
  padding: 0 1rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid transparent;
}
.navigation-pagination .page-numbers.current {
  font-weight: 900;
}

/* Posts and pages
--------------------------------------------- */
.faq {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  border-radius: 50px;
  margin-top: 2rem;
  /* Acordian styles */
  /* :checked */
  /* Icon */
}
.faq .tabs {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .faq {
    padding: 3rem 3rem;
  }
}
@media only screen and (max-width: 550px) {
  .faq {
    padding: 2rem 0;
  }
}
.faq a {
  color: #fff;
}
.faq .tab {
  position: relative;
  margin-bottom: 0.01em;
  width: 100%;
  overflow: hidden;
  margin-top: 0;
}
.faq input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.faq label {
  position: relative;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
@media only screen and (max-width: 550px) {
  .faq label {
    padding-right: 3rem;
    padding-left: 0;
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }
}
.faq .tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s;
}
.faq .tab-content a {
  color: #1C78CA;
  text-decoration: none;
}
.faq .tab-content a:hover {
  text-decoration: underline;
}
.faq .tab-content a.button {
  background: #BF5108;
  opacity: 1;
  color: white;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 30px;
  font-weight: 700;
  display: inline-flex;
  margin-top: 1rem;
}
.faq .tab-content a.button:hover {
  opacity: 0.9;
}
.faq .tab-content p {
  margin: 1em 0;
}
.faq input:checked ~ .tab-content {
  max-height: fit-content;
}
.faq label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.faq input[type=checkbox] + label::before {
  display: none;
  content: "";
  color: #1C78CA;
  font-size: 2rem;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.faq input[type=radio] + label::before {
  content: "";
  color: #1C78CA;
  font-size: 2rem;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: #fff;
}
.faq input[type=radio]:checked + label::before {
  color: #1C78CA;
  background: #fff;
}
.faq label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1.5rem;
  color: #4E99D3;
  height: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media only screen and (max-width: 550px) {
  .faq label::after {
    top: -6px;
  }
}
.faq input[type=checkbox] + label::after {
  content: "+";
  color: rgb(146, 98, 172);
  font-size: 2rem;
}
.faq input[type=radio] + label::after {
  content: "-";
  color: #1C78CA;
  font-size: 2rem;
}
.faq input[type=checkbox]:checked + label::after {
  transform: rotate(360deg);
  content: "-";
  color: rgb(146, 98, 172);
  font-size: 2rem;
}
.faq input[type=radio]:checked + label::after {
  content: "-";
  color: #1C78CA;
  font-size: 2rem;
}
.faq.white-bg-border-purple .tab {
  background: #fff;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
}
.faq.white-bg-border-purple .tab:has(input:checked) {
  border: 2px solid #9262AC;
}
@media only screen and (max-width: 550px) {
  .faq.white-bg-border-purple .tab label {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .cc-tab .faq {
    padding-left: 0;
    padding-right: 0;
  }
}
.cc-tab .faq .tab {
  min-height: 3rem;
}
.cc-tab .faq .tab label {
  font-size: 1.1rem;
  margin-right: 27px;
  color: #2E2B26;
  line-height: 2rem;
}
@media only screen and (max-width: 768px) {
  .cc-tab .faq .tab label {
    padding: 0;
  }
}
.cc-tab .faq .tab input[type=checkbox] + label::after {
  right: -27px;
  color: #9262AC;
  width: inherit;
  font-weight: 400;
  top: -10px;
}
.cc-tab .faq.white-bg-border-purple .tab {
  background: #fff;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
}
.cc-tab .faq.white-bg-border-purple .tab:has(input:checked) {
  border: 2px solid #9262AC;
}
@media only screen and (max-width: 550px) {
  .cc-tab .faq.white-bg-border-purple .tab label {
    margin-bottom: 0;
  }
}

.cc-tabs__content #faqs .wp-block-columns {
  gap: 1.5rem;
  padding-right: 1.7rem !important;
}

@media (max-width: 1080px) {
  .cc-tabs__content #faqs .wp-block-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.card {
  background: #fff;
  border-radius: 30px;
  max-width: 500px;
  margin: 0 auto;
}
.card h2, .card h3, .card h4 {
  color: #464F5B;
  font-size: 1rem;
  line-height: 1.5rem;
}
.card .content {
  z-index: 5;
  position: relative;
  margin-top: -5rem;
  border-radius: 0;
  border-top: 5rem solid white;
}
.card .content.orange {
  border-image: url(images/orange-wave.svg) 30;
}
.card .content.green {
  border-image: url(images/green-wave.svg) 30;
}
.card .content.purple {
  border-image: url(images/purple-wave.svg) 30;
}
.card .content.red {
  border-image: url(images/red-wave.svg) 30;
}
.card .content.blue {
  border-image: url(images/blue-wave.svg) 30;
}
.card .content-inner {
  padding: 1rem;
}
.card .content-inner a.orange {
  background-color: #BF5108 !important;
  color: white;
  font-weight: 700;
}
.card .content-inner a.orange:hover {
  opacity: 0.9;
}
.card .content-inner a.arrow {
  color: #9262AC;
  background-color: transparent;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0;
}
.card .content-inner a.arrow:after {
  content: "→";
  transition: transform 0.3s ease;
}
.card .content-inner a.arrow:hover:after {
  transform: translateX(3px);
}
.card img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px 30px 0px 0px;
  height: 300px;
  object-position: top;
}
@media only screen and (max-width: 550px) {
  .card img {
    height: 250px;
  }
}
.card .wave {
  position: relative;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  z-index: 5;
  position: relative;
}
.card .wave img {
  width: 100%;
}
.card hr.wave svg path {
  fill: green !important;
}
.card hr.wave {
  content: "";
  border-bottom: 5px solid #333;
  background-color: transparent;
  display: block;
  fill: #222 !important;
  width: 100px; /* Initial size */
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 3rem;
  position: relative;
  z-index: 5;
  border-bottom: 10px solid #fff;
}

.is-style-four-cards-columns img {
  object-fit: cover;
  height: 250px;
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .is-style-four-cards-columns {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 2.5rem 1.5rem;
  }
  .is-style-four-cards-columns > .wp-block-column {
    margin: 0 !important;
    width: auto !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .is-style-four-cards-columns {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2.5rem 1.5rem;
  }
  .is-style-four-cards-columns img {
    height: 250px;
    object-position: top;
  }
}
@media screen and (max-width: 768px) {
  .is-style-four-cards-columns {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
  }
  .is-style-four-cards-columns .cards-slider-wrapper {
    position: relative;
    width: 100%;
    min-height: 300px;
  }
  .is-style-four-cards-columns .wp-block-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 0 1rem;
  }
  .is-style-four-cards-columns .wp-block-column.active {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  .is-style-four-cards-columns .wp-block-column .card img {
    height: 350px;
    object-position: top;
    border-radius: 40px 40px 0 0;
  }
  .is-style-four-cards-columns .wp-block-column .card .content-inner {
    padding: 1rem;
  }
  .is-style-four-cards-columns .slider-nav {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .is-style-four-cards-columns .slider-nav .slider-dot {
    width: 15px;
    height: 8px;
    border-radius: 16px;
    background-color: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .is-style-four-cards-columns .slider-nav .slider-dot.active {
    background-color: #9262AC;
    width: 25px;
  }
  .is-style-four-cards-columns .slider-arrows {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .is-style-four-cards-columns .wp-block-column .card img {
    height: 250px;
  }
}

.is-style-three-cards-columns {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  padding-top: 3rem;
  border-radius: 0 !important;
}
@media screen and (min-width: 769px) {
  .is-style-three-cards-columns .wp-block-columns {
    align-items: stretch;
  }
  .is-style-three-cards-columns .card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .is-style-three-cards-columns {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2.5rem 1.5rem;
  }
  .is-style-three-cards-columns img {
    height: 250px;
    object-position: top;
  }
}
.is-style-three-cards-columns .wp-block-column .card .image {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.is-style-three-cards-columns .wp-block-column .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.is-style-three-cards-columns .wp-block-column .card .content-inner {
  padding: 1rem;
}
.is-style-three-cards-columns .wp-block-column .card .content-inner p {
  margin: 0;
}
.is-style-three-cards-columns .cards-slider-wrapper {
  position: relative;
  width: 100%;
  min-height: 300px;
}
.is-style-three-cards-columns .cards-slider-wrapper .wp-block-column {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 0 1rem;
}
.is-style-three-cards-columns .cards-slider-wrapper .wp-block-column.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.is-style-three-cards-columns .cards-slider-wrapper .wp-block-column .card {
  margin: 0 auto;
}
.is-style-three-cards-columns .cards-slider-wrapper .wp-block-column .card img {
  height: 350px;
  object-position: top;
  border-radius: 40px 40px 0 0;
}
.is-style-three-cards-columns .cards-slider-wrapper .wp-block-column .card .content-inner {
  padding: 1rem;
}
.is-style-three-cards-columns .cards-slider-wrapper .wp-block-column .card .content-inner p, .is-style-three-cards-columns .cards-slider-wrapper .wp-block-column .card .content-inner h2 {
  margin: 0;
}
.is-style-three-cards-columns .slider-nav {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.is-style-three-cards-columns .slider-nav .slider-dot {
  width: 15px;
  height: 8px;
  border-radius: 16px;
  background-color: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}
.is-style-three-cards-columns .slider-nav .slider-dot.active {
  background-color: #9262AC;
  width: 25px;
}

.is-style-ribbon-cards .wp-block-column {
  background-color: white;
  padding: 2rem 2rem 14rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) and (min-width: 782px) {
  .is-style-ribbon-cards .wp-block-column {
    padding: 1rem 1rem 11rem 1rem;
  }
}
@media screen and (max-width: 781px) {
  .is-style-ribbon-cards .wp-block-column {
    padding: 2rem 2rem 16rem 2rem;
  }
}
@media only screen and (max-width: 550px) {
  .is-style-ribbon-cards .wp-block-column {
    padding: 2rem 1rem 12rem 1rem;
  }
}
.is-style-ribbon-cards .wp-block-column:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("images/ribbon-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}
@media screen and (max-width: 1024px) and (min-width: 782px) {
  .is-style-ribbon-cards .wp-block-column:nth-child(1)::before {
    bottom: 0;
  }
}
@media screen and (max-width: 781px) {
  .is-style-ribbon-cards .wp-block-column:nth-child(1)::before {
    background-image: url("images/mobile-ribbon.svg");
    background-size: cover;
    bottom: -9rem;
  }
}
@media only screen and (max-width: 550px) {
  .is-style-ribbon-cards .wp-block-column:nth-child(1)::before {
    bottom: -10rem;
  }
}
.is-style-ribbon-cards .wp-block-column:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("images/ribbon-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}
@media screen and (max-width: 1024px) and (min-width: 782px) {
  .is-style-ribbon-cards .wp-block-column:nth-child(2)::before {
    bottom: 0;
  }
}
@media screen and (max-width: 781px) {
  .is-style-ribbon-cards .wp-block-column:nth-child(2)::before {
    background-image: url("images/mobile-ribbon.svg");
    background-size: cover;
    bottom: -9rem;
  }
}
@media only screen and (max-width: 550px) {
  .is-style-ribbon-cards .wp-block-column:nth-child(2)::before {
    bottom: -10rem;
  }
}
.is-style-ribbon-cards .wp-block-column:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("images/ribbon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}
@media screen and (max-width: 1024px) and (min-width: 782px) {
  .is-style-ribbon-cards .wp-block-column:nth-child(3)::before {
    bottom: 0;
  }
}
@media screen and (max-width: 781px) {
  .is-style-ribbon-cards .wp-block-column:nth-child(3)::before {
    background-image: url("images/mobile-ribbon.svg");
    background-size: cover;
    bottom: -9rem;
  }
}
@media only screen and (max-width: 550px) {
  .is-style-ribbon-cards .wp-block-column:nth-child(3)::before {
    bottom: -10rem;
  }
}
.is-style-ribbon-cards .wp-block-column > * {
  position: relative;
  z-index: 2;
}
.is-style-ribbon-cards .wp-block-column h2, .is-style-ribbon-cards .wp-block-column h3, .is-style-ribbon-cards .wp-block-column h4 {
  color: #1C78CA;
}
.is-style-ribbon-cards .wp-block-column p {
  color: #2E2B26;
}

.equal-height-cards .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.tabs-on-top {
  padding: 3rem 0;
  text-align: center;
}
.tabs-on-top__blurb {
  color: #464F5B;
}
.tabs-on-top__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 4rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 550px) {
  .tabs-on-top__nav {
    margin-bottom: 2rem;
    flex-direction: column;
  }
}
.tabs-on-top__pill {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 2rem;
  padding: 0.75rem 2rem;
  font-weight: 600;
  text-transform: lowercase;
  color: #BF5108;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tabs-on-top__pill.is-active {
  background: #BF5108;
  color: #fff;
  border-color: #BF5108;
}
.tabs-on-top__pill:hover:not(.is-active) {
  border-color: #BF5108;
}
.tabs-on-top__panels {
  position: relative;
}
.tabs-on-top__panel {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.tabs-on-top__panel.is-active {
  opacity: 1;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.is-style-cta-block-arrow {
  display: flex;
  border-radius: 4rem !important;
  overflow: hidden;
  min-height: 400px;
  padding: 0;
  margin: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .is-style-cta-block-arrow {
    margin: 3rem 0;
  }
}
.is-style-cta-block-arrow .wp-block-column:first-child {
  padding: 3rem;
  flex: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.is-style-cta-block-arrow .wp-block-column:first-child h2 {
  font-size: 3rem;
  line-height: 2.5rem;
}
.is-style-cta-block-arrow .wp-block-column:first-child .wp-block-buttons {
  gap: 1rem;
}
.is-style-cta-block-arrow .wp-block-column:last-child {
  position: relative;
  flex: 1;
}
.is-style-cta-block-arrow .wp-block-column:last-child .wp-block-cover {
  min-height: 490px;
  height: 100%;
  border-radius: 0;
  mask-image: url(images/small-cta.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: left;
}
.is-style-cta-block-arrow .wp-block-column:last-child .wp-block-cover img {
  border-radius: 20px;
}
@media (max-width: 870px) {
  .is-style-cta-block-arrow {
    flex-direction: column;
    gap: 1rem;
  }
  .is-style-cta-block-arrow .wp-block-column:first-child {
    padding: 3rem 2rem;
  }
  .is-style-cta-block-arrow .wp-block-column:first-child .wp-block-buttons {
    gap: 1rem;
    flex-direction: column;
    align-items: baseline;
  }
  .is-style-cta-block-arrow .wp-block-column:last-child .wp-block-cover {
    min-height: 650px;
    mask-position: left;
    mask-size: cover;
    border-radius: 40px 40px 0 0;
  }
  .is-style-cta-block-arrow .wp-block-column:last-child .wp-block-cover img {
    border-radius: 40px 40px 0 0;
  }
}
@media (max-width: 600px) {
  .is-style-cta-block-arrow .wp-block-column:last-child .wp-block-cover {
    min-height: 450px;
  }
}

.is-style-cta-small-block-arrow {
  background-color: #1C78CA;
  display: flex;
  border-radius: 65px;
  overflow: hidden;
  min-height: 300px;
  padding: 0;
  margin: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .is-style-cta-small-block-arrow {
    margin: 2rem 0;
  }
}
.is-style-cta-small-block-arrow .wp-block-column:first-child {
  padding: 3rem;
  color: white;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.is-style-cta-small-block-arrow .wp-block-column:first-child h2 {
  font-size: 3rem;
  line-height: 2.5rem;
}
.is-style-cta-small-block-arrow .wp-block-column:last-child {
  position: relative;
  flex: 1;
}
.is-style-cta-small-block-arrow .wp-block-column:last-child .wp-block-cover {
  min-height: 430px;
  height: 100%;
  border-radius: 0;
  mask-image: url(images/cta-small-block-mask.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: left;
}
.is-style-cta-small-block-arrow .wp-block-column:last-child .wp-block-cover img {
  border-radius: 20px;
}
@media (max-width: 870px) {
  .is-style-cta-small-block-arrow {
    flex-direction: column;
    gap: 1rem;
  }
  .is-style-cta-small-block-arrow .wp-block-column:first-child {
    padding: 3rem 2rem;
  }
  .is-style-cta-small-block-arrow .wp-block-column:first-child .wp-block-buttons {
    gap: 1rem;
    flex-direction: column;
    align-items: baseline;
  }
  .is-style-cta-small-block-arrow .wp-block-column:last-child .wp-block-cover {
    min-height: 650px;
    mask-position: left;
    mask-size: cover;
    border-radius: 40px 40px 0 0;
  }
  .is-style-cta-small-block-arrow .wp-block-column:last-child .wp-block-cover img {
    border-radius: 40px 40px 0 0;
  }
}
@media (max-width: 600px) {
  .is-style-cta-small-block-arrow .wp-block-column:last-child .wp-block-cover {
    min-height: 450px;
  }
}

.is-style-cta-small-left-arrow {
  background-color: white;
  display: flex;
  border-radius: 65px;
  overflow: hidden;
  min-height: 300px;
  padding: 0;
  margin: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .is-style-cta-small-left-arrow {
    margin: 2rem 0;
  }
}
.is-style-cta-small-left-arrow .wp-block-column:last-child {
  padding: 3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.is-style-cta-small-left-arrow .wp-block-column:last-child h2 {
  font-size: 3rem;
  line-height: 2.5rem;
}
.is-style-cta-small-left-arrow .wp-block-column:first-child {
  position: relative;
  flex: 1;
}
.is-style-cta-small-left-arrow .wp-block-column:first-child .wp-block-cover {
  min-height: 430px;
  height: 100%;
  border-radius: 0;
  mask-image: url(images/cta-small-block-mask.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: left;
  transform: scaleX(-1);
}
.is-style-cta-small-left-arrow .wp-block-column:first-child .wp-block-cover img {
  border-radius: 20px;
}
@media (max-width: 870px) {
  .is-style-cta-small-left-arrow {
    flex-direction: column;
    gap: 1rem;
  }
  .is-style-cta-small-left-arrow .wp-block-column:last-child {
    padding: 3rem 2rem;
  }
  .is-style-cta-small-left-arrow .wp-block-column:last-child .wp-block-buttons {
    gap: 1rem;
    flex-direction: column;
    align-items: baseline;
  }
  .is-style-cta-small-left-arrow .wp-block-column:first-child .wp-block-cover {
    min-height: 650px;
    mask-position: left;
    mask-size: cover;
    border-radius: 40px 40px 0 0;
  }
  .is-style-cta-small-left-arrow .wp-block-column:first-child .wp-block-cover img {
    border-radius: 40px 40px 0 0;
  }
}
@media (max-width: 600px) {
  .is-style-cta-small-left-arrow .wp-block-column:first-child .wp-block-cover {
    min-height: 450px;
  }
}

.is-style-hero {
  padding: 4rem 4rem 8rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .is-style-hero {
    padding: 6rem 1rem 1rem;
  }
}
@media only screen and (max-width: 550px) {
  .is-style-hero {
    padding: 16rem 0 0;
    background-size: cover;
    background-position: center top;
  }
  .is-style-hero.is-homepage {
    background-image: url(images/home-hero-mobile.webp);
  }
  .is-style-hero.is-about-us {
    background-image: url(images/about-us-hero-mobile.webp);
  }
  .is-style-hero.is-healthcare-professionals {
    background-image: url(images/healthcare-hero-mobile.webp);
  }
}
@media only screen and (max-width: 768px) {
  .is-style-hero img {
    object-position: 90% 35%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 550px) {
  .is-style-hero img {
    display: none;
  }
}
.is-style-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 0 2rem;
}
@media only screen and (max-width: 550px) {
  .is-style-hero .wp-block-cover__inner-container {
    padding: 0 1rem;
  }
}
.is-style-hero .wp-block-cover__inner-container h1 {
  line-height: 1.2;
}
@media only screen and (max-width: 550px) {
  .is-style-hero .wp-block-cover__inner-container h1 {
    font-size: 2.5rem;
  }
}
.is-style-hero .wp-block-cover__inner-container p {
  margin-block-start: 0;
}
@media only screen and (max-width: 550px) {
  .is-style-hero .wp-block-cover__inner-container .wp-block-buttons > .wp-block-button {
    width: 100%;
  }
}
.is-style-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(24, 34, 38, 0.6) 27.92%, rgba(24, 34, 38, 0) 99.75%);
}
@media only screen and (max-width: 550px) {
  .is-style-hero::after {
    background: none;
  }
}

.is-style-hero-cta-cards {
  margin-top: -9rem;
  z-index: 10;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 781px) {
  .is-style-hero-cta-cards {
    margin-top: 2rem;
  }
}
.is-style-hero-cta-cards .wp-block-column {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 43%;
}
@media screen and (max-width: 781px) {
  .is-style-hero-cta-cards .wp-block-column {
    max-width: 100%;
    width: 100%;
  }
}
.is-style-hero-cta-cards .wp-block-column h2, .is-style-hero-cta-cards .wp-block-column h3 {
  color: #1C78CA;
  margin-bottom: 1rem;
}
.is-style-hero-cta-cards .wp-block-column p {
  color: #464F5B;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .is-style-hero-cta-cards {
    margin-top: 2rem;
  }
  .is-style-hero-cta-cards .wp-block-column {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}

.is-style-curved-hero-purple, .is-style-curved-hero-orange, .is-style-curved-hero-green, .is-style-curved-hero-blue {
  display: flex;
  background: #9262AC;
  border-radius: 65px;
  overflow: hidden;
  min-height: 400px;
  margin: 2rem 0;
  gap: 0;
}
.is-style-curved-hero-purple .wp-block-column:first-child, .is-style-curved-hero-orange .wp-block-column:first-child, .is-style-curved-hero-green .wp-block-column:first-child, .is-style-curved-hero-blue .wp-block-column:first-child {
  padding: 3rem;
  color: white;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.is-style-curved-hero-purple .wp-block-column:last-child, .is-style-curved-hero-orange .wp-block-column:last-child, .is-style-curved-hero-green .wp-block-column:last-child, .is-style-curved-hero-blue .wp-block-column:last-child {
  position: relative;
  flex: 1;
}
.is-style-curved-hero-purple .wp-block-column:last-child .wp-block-cover, .is-style-curved-hero-orange .wp-block-column:last-child .wp-block-cover, .is-style-curved-hero-green .wp-block-column:last-child .wp-block-cover, .is-style-curved-hero-blue .wp-block-column:last-child .wp-block-cover {
  height: 100%;
  min-height: 400px;
  border-radius: 0;
  mask-image: url(images/short-hero.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: left;
}
.is-style-curved-hero-purple .wp-block-column:last-child .wp-block-cover img, .is-style-curved-hero-orange .wp-block-column:last-child .wp-block-cover img, .is-style-curved-hero-green .wp-block-column:last-child .wp-block-cover img, .is-style-curved-hero-blue .wp-block-column:last-child .wp-block-cover img {
  border-radius: 20px;
}
@media (max-width: 800px) {
  .is-style-curved-hero-purple, .is-style-curved-hero-orange, .is-style-curved-hero-green, .is-style-curved-hero-blue {
    flex-direction: column;
    gap: 1rem;
  }
  .is-style-curved-hero-purple .wp-block-column:first-child, .is-style-curved-hero-orange .wp-block-column:first-child, .is-style-curved-hero-green .wp-block-column:first-child, .is-style-curved-hero-blue .wp-block-column:first-child {
    padding: 3rem 2rem;
    order: 2;
  }
  .is-style-curved-hero-purple .wp-block-column:last-child, .is-style-curved-hero-orange .wp-block-column:last-child, .is-style-curved-hero-green .wp-block-column:last-child, .is-style-curved-hero-blue .wp-block-column:last-child {
    order: 1;
  }
  .is-style-curved-hero-purple .wp-block-column:last-child .wp-block-cover, .is-style-curved-hero-orange .wp-block-column:last-child .wp-block-cover, .is-style-curved-hero-green .wp-block-column:last-child .wp-block-cover, .is-style-curved-hero-blue .wp-block-column:last-child .wp-block-cover {
    min-height: 300px;
    mask-image: url(images/short-hero-mobile.svg);
    mask-position: bottom;
    mask-size: cover;
    border-radius: 40px 40px 0 0;
  }
  .is-style-curved-hero-purple .wp-block-column:last-child .wp-block-cover img, .is-style-curved-hero-orange .wp-block-column:last-child .wp-block-cover img, .is-style-curved-hero-green .wp-block-column:last-child .wp-block-cover img, .is-style-curved-hero-blue .wp-block-column:last-child .wp-block-cover img {
    border-radius: 40px 40px 0 0;
  }
}

.is-style-curved-hero-blue {
  background: #1C78CA;
}

.is-style-curved-hero-green {
  background: #8A9528;
}

.is-style-curved-hero-orange {
  background: rgb(229, 117, 46);
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.is-style-border-bottom-tricolor, .is-style-border-bottom-tricolor-3, .is-style-border-bottom-tricolor-2 {
  background-color: white;
  padding: 5rem 3rem !important;
  position: relative;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .is-style-border-bottom-tricolor, .is-style-border-bottom-tricolor-3, .is-style-border-bottom-tricolor-2 {
    padding: 2rem 1.5rem !important;
  }
}
.is-style-border-bottom-tricolor::after, .is-style-border-bottom-tricolor-3::after, .is-style-border-bottom-tricolor-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 15px;
  background: linear-gradient(to right, #AD81BA 0%, #AD81BA 33.33%, #F7AF1A 33.33%, #F7AF1A 66.66%, #AEBA39 66.66%, #AEBA39 100%);
  border-radius: 0 0 35px 35px;
}
.is-style-border-bottom-tricolor ul, .is-style-border-bottom-tricolor-3 ul, .is-style-border-bottom-tricolor-2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
  list-style: none;
  margin: 3rem;
}
.is-style-border-bottom-tricolor ul.one-col-list, .is-style-border-bottom-tricolor-3 ul.one-col-list, .is-style-border-bottom-tricolor-2 ul.one-col-list {
  grid-template-columns: 1fr;
}
.is-style-border-bottom-tricolor ul li, .is-style-border-bottom-tricolor-3 ul li, .is-style-border-bottom-tricolor-2 ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.is-style-border-bottom-tricolor ul li::before, .is-style-border-bottom-tricolor-3 ul li::before, .is-style-border-bottom-tricolor-2 ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2E2B26;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .is-style-border-bottom-tricolor ul, .is-style-border-bottom-tricolor-3 ul, .is-style-border-bottom-tricolor-2 ul {
    padding-top: 3rem;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .is-style-border-bottom-tricolor ul, .is-style-border-bottom-tricolor-3 ul, .is-style-border-bottom-tricolor-2 ul {
    grid-template-columns: 1fr;
  }
}

.is-style-border-bottom-tricolor-2::after {
  background: linear-gradient(to right, #76B3E2 0%, #76B3E2 33.33%, #AD81BA 33.33%, #AD81BA 66.66%, #BF5108 66.66%, #BF5108 100%);
}

.is-style-border-bottom-tricolor-3::after {
  background: linear-gradient(to right, #76B3E2 0%, #76B3E2 33.33%, #F7AF1A 33.33%, #F7AF1A 66.66%, #AEBA39 66.66%, #AEBA39 100%);
}

.related-links-block {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .related-links-block {
    margin: 3rem 0;
  }
}
.related-links-block .related-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .related-links-block .related-links-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.related-links-block .related-links-grid .related-link-item {
  background: white;
  border-radius: 67px;
  display: flex;
  padding: 1.2rem;
  gap: 2rem;
  align-items: center;
}
.related-links-block .related-links-grid .related-link-item .related-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-links-block .related-links-grid .related-link-item .related-link-icon img {
  max-width: 4.5rem;
}
.related-links-block .related-links-grid .related-link-item .related-link-title {
  font-size: 1.1rem;
  margin-top: 0;
}
.related-links-block .related-links-grid .related-link-item .related-link-button {
  color: #9262AC;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.related-links-block .related-links-grid .related-link-item .related-link-button:after {
  content: "→";
  transition: transform 0.3s ease;
}
.related-links-block .related-links-grid .related-link-item .related-link-button:hover:after {
  transform: translateX(3px);
}

.recent-posts-block {
  margin: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .recent-posts-block {
    margin: 3rem 0;
  }
}
.recent-posts-block .heading-block {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .recent-posts-block .heading-block {
    grid-template-columns: 100%;
    gap: 0;
  }
  .recent-posts-block .heading-block .recent-posts-title {
    margin-bottom: 0;
  }
}
.recent-posts-block .recent-posts-title {
  font-weight: 700;
  color: #1C78CA;
  margin-bottom: 2rem;
  text-align: left;
}
.recent-posts-block .recent-posts-info {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-items: baseline;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .recent-posts-block .recent-posts-info {
    grid-template-columns: 100%;
  }
}
.recent-posts-block .recent-posts-info .desktop-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .recent-posts-block .recent-posts-info .desktop-button {
    display: none;
  }
}
.recent-posts-block .recent-posts-grid.posts-per-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .recent-posts-block .recent-posts-grid.posts-per-row-3 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .recent-posts-block .recent-posts-grid.posts-per-row-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recent-posts-block .recent-posts-grid.posts-per-row-4, .recent-posts-block .recent-posts-grid.posts-per-row-12 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .recent-posts-block .recent-posts-grid.posts-per-row-4, .recent-posts-block .recent-posts-grid.posts-per-row-12 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .recent-posts-block .recent-posts-grid.posts-per-row-4, .recent-posts-block .recent-posts-grid.posts-per-row-12 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .recent-posts-block .recent-posts-grid.posts-per-row-4, .recent-posts-block .recent-posts-grid.posts-per-row-12 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.recent-posts-block .recent-posts-grid .recent-post-item {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-content {
  padding: 1.5rem;
  border-top: 5rem solid transparent;
  margin-top: -5rem;
  position: relative;
  z-index: 3;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-content.green {
  border-image: url(images/green-wave.svg) 30;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-content.orange {
  border-image: url(images/orange-wave.svg) 30;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-content.purple {
  border-image: url(images/purple-wave.svg) 30;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-content .recent-post-meta {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-content .recent-post-meta .recent-post-date {
  color: #464F5B;
  font-weight: 400;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-content .recent-post-meta .recent-post-category {
  color: #464F5B;
  font-weight: 400;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-content .recent-post-title {
  margin-bottom: 1rem;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-content .recent-post-title a {
  color: #464F5B;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-content .recent-post-title a:hover {
  color: #1C78CA;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-content .recent-post-link {
  color: #9262AC;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-content .recent-post-link:after {
  content: "→";
  transition: transform 0.3s ease;
}
.recent-posts-block .recent-posts-grid .recent-post-item .recent-post-content .recent-post-link:hover:after {
  transform: translateX(3px);
}
.recent-posts-block .load-more-button {
  margin-top: 2rem;
}
.recent-posts-block .load-more-button .load-more-btn {
  background-color: #BF5108;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.recent-posts-block .load-more-button .load-more-btn:hover {
  opacity: 0.9;
}
.recent-posts-block .load-more-button .load-more-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.recent-posts-block .load-more-button .loading-spinner {
  display: none;
}

.cell-button {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cell-button {
    display: flex;
    margin: 2rem 0;
  }
}

@media screen and (max-width: 768px) {
  .posts-slider-mobile {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
  .posts-slider-mobile .recent-posts-grid {
    position: relative;
    display: block !important;
  }
  .posts-slider-mobile .posts-slider-wrapper {
    position: relative;
    width: 100%;
    min-height: 300px;
  }
  .posts-slider-mobile .recent-post-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 0;
    box-sizing: border-box;
  }
  .posts-slider-mobile .recent-post-item.active {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  .posts-slider-mobile .recent-post-item .recent-post-image img {
    border-radius: 20px 20px 0 0;
    height: 200px;
    object-fit: cover;
    width: 100%;
  }
  .posts-slider-mobile .slider-nav {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .posts-slider-mobile .slider-nav .slider-dot {
    width: 15px;
    height: 8px;
    border-radius: 16px;
    background-color: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .posts-slider-mobile .slider-nav .slider-dot.active {
    background-color: #9262AC;
    width: 25px;
  }
}

.the-hub-header {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .the-hub-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.the-hub-header .the-hub-filters {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.the-hub-header .the-hub-filters select {
  border: none;
  border-radius: 2rem;
  padding: 0.5rem;
  color: #464F5B;
}

.patient-stories-block {
  padding: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .patient-stories-block {
    display: none;
  }
}
.patient-stories-block .load-more-button {
  margin-top: 2rem;
}
.patient-stories-block .load-more-button .load-more-btn {
  background-color: #BF5108;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.patient-stories-block .load-more-button .load-more-btn:hover {
  opacity: 0.9;
}
.patient-stories-block .load-more-button .load-more-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.patient-stories-block .patient-stories-title {
  margin-bottom: 1rem;
}
.patient-stories-block .patient-stories-text {
  margin-bottom: 2rem;
}
.patient-stories-block .patient-stories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .patient-stories-block .patient-stories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.patient-stories-block .patient-stories-grid .patient-story-item {
  background-color: white;
  border-radius: 25px;
  overflow: hidden;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.patient-stories-block .patient-stories-grid .patient-story-item .patient-story-content {
  padding: 1rem;
  flex-grow: 1;
  border-image: url(images/flipped-purple-wave.svg) 30;
  border-bottom: 5rem solid transparent;
  margin-bottom: -4rem;
  z-index: 3;
}
.patient-stories-block .patient-stories-grid .patient-story-item .patient-story-content .patient-story-specialty {
  display: none;
  color: #464F5B;
  margin-bottom: 0.5rem;
}
.patient-stories-block .patient-stories-grid .patient-story-item .patient-story-content .patient-story-title {
  margin-bottom: 0.5rem;
}
.patient-stories-block .patient-stories-grid .patient-story-item .patient-story-content .patient-story-title a {
  color: #464F5B;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.patient-stories-block .patient-stories-grid .patient-story-item .patient-story-content .patient-story-title a:hover {
  color: #1C78CA;
}
.patient-stories-block .patient-stories-grid .patient-story-item .patient-story-image {
  position: relative;
  margin-top: auto;
}
.patient-stories-block .patient-stories-grid .patient-story-item .patient-story-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}
.patient-stories-block .patient-stories-grid .patient-story-item .patient-story-image a {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  background: white;
  border-radius: 20px;
  color: #1C78CA;
  padding: 0.5rem 1rem;
  font-weight: 700;
  text-decoration: none;
}
.patient-stories-block .patient-stories-grid .patient-story-item .patient-story-image a:hover {
  background: #1C78CA;
  color: white;
}
.patient-stories-block .patient-stories-cta {
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .patient-stories-mobile.posts-slider-mobile {
    display: none;
  }
}
.patient-stories-mobile.posts-slider-mobile .recent-posts-grid .recent-post-item .patient-story-item {
  background-color: white;
  border-radius: 25px;
  overflow: hidden;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}
.patient-stories-mobile.posts-slider-mobile .recent-posts-grid .recent-post-item .patient-story-item .patient-story-content {
  padding: 1rem;
  flex-grow: 1;
  border-image: url(images/flipped-purple-wave.svg) 30;
  border-bottom: 5rem solid transparent;
  margin-bottom: -4rem;
  z-index: 3;
}
.patient-stories-mobile.posts-slider-mobile .recent-posts-grid .recent-post-item .patient-story-item .patient-story-content .patient-story-specialty {
  display: none;
  color: #464F5B;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.patient-stories-mobile.posts-slider-mobile .recent-posts-grid .recent-post-item .patient-story-item .patient-story-content .patient-story-title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.patient-stories-mobile.posts-slider-mobile .recent-posts-grid .recent-post-item .patient-story-item .patient-story-content .patient-story-title a {
  color: #464F5B;
  text-decoration: none;
}
.patient-stories-mobile.posts-slider-mobile .recent-posts-grid .recent-post-item .patient-story-item .patient-story-content .patient-story-title a:hover {
  color: #1C78CA;
}
.patient-stories-mobile.posts-slider-mobile .recent-posts-grid .recent-post-item .patient-story-item .patient-story-image {
  position: relative;
  margin-top: auto;
}
.patient-stories-mobile.posts-slider-mobile .recent-posts-grid .recent-post-item .patient-story-item .patient-story-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  object-position: top;
}
.patient-stories-mobile.posts-slider-mobile .recent-posts-grid .recent-post-item .patient-story-item .patient-story-image a {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: white;
  border-radius: 20px;
  color: #1C78CA;
  padding: 0.5rem 1rem;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.875rem;
}
.patient-stories-mobile.posts-slider-mobile .recent-posts-grid .recent-post-item .patient-story-item .patient-story-image a:hover {
  background: #1C78CA;
  color: white;
}

@media only screen and (max-width: 768px) {
  .patient-stories-grid-block {
    display: block;
  }
  .patient-stories-grid-block .patient-stories-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.icon-title-grid-block {
  padding: 2rem 0;
}
.icon-title-grid-block .icon-title-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .icon-title-grid-block .icon-title-grid {
    grid-template-columns: 100%;
  }
}
.icon-title-grid-block .icon-title-grid .icon-title-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.icon-title-grid-block .icon-title-grid .icon-title-item .icon-title-icon {
  flex-shrink: 0;
}
.icon-title-grid-block .icon-title-grid .icon-title-item .icon-title-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.icon-title-grid-block .icon-title-grid .icon-title-item .icon-title-text {
  margin: 0;
  font-size: 1.1rem;
  color: #464F5B;
  font-weight: 700;
}

.emergency-block {
  padding: 2rem;
  border-radius: 30px;
  align-items: flex-start;
  margin: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .emergency-block {
    gap: 1rem;
    padding: 2rem 1rem;
  }
}
.emergency-block img {
  object-fit: contain;
  width: 90px;
}
@media only screen and (max-width: 768px) {
  .emergency-block img {
    width: 180px;
  }
}
.emergency-block .wp-block-group {
  gap: 1.2rem;
}

.info-box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 0;
}
.info-box .wp-block-column:first-child {
  flex: 0 0 auto;
}
.info-box figure {
  margin: 0;
  display: inline-block;
}
.info-box img {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.info-box p {
  margin-top: 0.5rem;
  color: #464F5B;
}

@media screen and (max-width: 600px) {
  .column-mobile-info-box {
    flex-direction: column;
    align-items: baseline;
    gap: 0;
  }
}
.info-box-2 {
  padding: 2rem;
  border-radius: 20px;
}

.two-col-links .wp-block-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 2rem;
}
.two-col-links .wp-block-buttons a {
  color: #9262AC;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  font-weight: 400;
  padding: 0;
  text-align: left;
}
.two-col-links .wp-block-buttons a::before {
  content: "→";
  transition: transform 0.3s ease;
}

@media screen and (max-width: 781px) {
  .two-col-links .wp-block-buttons {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .two-col-links .wp-block-buttons {
    grid-template-columns: 1fr;
  }
}
.buttons-column {
  gap: 0.5rem;
}
.buttons-column a {
  min-width: 200px;
}

.icon-text-grid {
  text-align: center;
}
.icon-text-grid img {
  object-fit: contain;
  max-width: 6rem;
}
.icon-text-grid .wp-block-buttons {
  justify-content: center;
}
.icon-text-grid .wp-block-buttons a {
  color: rgb(146, 98, 172);
  font-weight: 600;
  background: transparent;
  padding: 0;
}
.icon-text-grid p {
  color: rgb(146, 98, 172);
  font-weight: 600;
}
.icon-text-grid .wp-block-column {
  padding: 1rem;
}
.icon-text-grid .wp-block-column:hover {
  background: white;
  border-radius: 20px;
}

@media screen and (max-width: 781px) {
  .icon-text-grid {
    gap: 1rem;
  }
  .icon-text-grid .wp-block-column {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .icon-text-grid p {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .icon-text-grid img {
    max-width: 4rem;
  }
}
.hero-no-image {
  background: rgb(28, 120, 202);
  color: white;
  min-height: 22rem;
}
.hero-no-image .wp-block-column:first-child {
  padding: 2rem;
}
.hero-no-image .wp-block-column:last-child img {
  max-width: 20rem;
}

@media screen and (max-width: 781px) {
  .hero-no-image {
    min-height: auto;
  }
  .hero-no-image .wp-block-column:last-child img {
    transform: rotate(90deg);
    max-width: 10rem;
  }
}
.two-white-boxes .wp-block-column {
  background: white;
  border-radius: 2rem;
  padding: 2.5rem;
}
.two-white-boxes .wp-block-heading {
  font-size: 1.5rem;
  color: rgb(28, 120, 202);
}
@media (min-width: 782px) {
  .two-white-boxes .first-white-column {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
.two-white-boxes .second-white-column .wp-block-columns {
  gap: 2rem;
}
.two-white-boxes .second-white-column .wp-block-column:first-child {
  max-width: fit-content;
  padding: 0;
}
.two-white-boxes .second-white-column .wp-block-column:first-child figure {
  margin: 0;
}
.two-white-boxes .second-white-column .wp-block-column:last-child {
  padding: 0;
}

.thank-you {
  position: relative;
  margin-top: 11rem;
  margin-bottom: 12rem;
}
.thank-you::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: 0;
  width: 10rem;
  height: 10rem;
  background: url("images/thank-you-left.png") no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .thank-you::after {
    top: -7rem;
    width: 6rem;
    height: 6rem;
  }
}
.thank-you::before {
  content: "";
  position: absolute;
  bottom: -10rem;
  right: 0;
  width: 10rem;
  height: 10rem;
  background: url("images/thank-you-right.png") no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .thank-you::before {
    bottom: -7rem;
    width: 6rem;
    height: 6rem;
  }
}
.thank-you p {
  max-width: 80%;
  margin: 2rem auto;
}
.thank-you h1 {
  color: #1C78CA;
}

.services-list-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 0;
}
.services-list-block .services-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1C78CA;
  margin-bottom: 2rem;
}
.services-list-block .services-search-form {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.services-list-block .services-search-form .services-search-input {
  width: 350px;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  border: 1px solid #eee;
  font-size: 1rem;
  background: #fff;
}
.services-list-block .services-search-form .services-search-btn {
  background: #BF5108;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 700;
  cursor: pointer;
  font-size: 1rem;
  transition: opacity 0.2s;
}
.services-list-block .services-search-form .services-search-btn:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 768px) {
  .services-list-block .services-search-form .services-search-btn {
    width: 100%;
    text-align: center;
  }
}
.services-list-block .services-filter-label {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #464F5B;
  font-size: 1rem;
}
.services-list-block .services-category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 550px) {
  .services-list-block .services-category-filters {
    gap: 0.5rem;
  }
}
.services-list-block .services-category-filters .services-category-btn {
  background: #fff;
  border: 2px solid #1C78CA;
  color: #1C78CA;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s;
}
.services-list-block .services-category-filters .services-category-btn:hover, .services-list-block .services-category-filters .services-category-btn.active {
  background: #1C78CA;
  color: #fff;
}
@media only screen and (max-width: 550px) {
  .services-list-block .services-category-filters .services-category-btn {
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
  }
}
.services-list-block .services-category-title {
  font-size: 1.5rem;
}
.services-list-block .services-category-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-list-block .services-category-items li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #464F5B;
}
.services-list-block .services-category-items li p {
  margin: 0;
}
.services-list-block .services-category-items li a {
  color: #1C78CA;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.services-list-block .services-category-items li a:hover {
  text-decoration: underline;
}
.services-list-block .services-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-top: 2rem;
}
.services-list-block .services-list .services-group .services-letter {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #464F5B;
}
.services-list-block .services-list .services-group .services-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-list-block .services-list .services-group .services-items li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #464F5B;
}
.services-list-block .services-list .services-group .services-items li p {
  margin: 0;
}
.services-list-block .services-list .services-group .services-items li a {
  color: #1C78CA;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.services-list-block .services-list .services-group .services-items li a:hover {
  text-decoration: underline;
}
.services-list-block .services-category-results .services-category-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 550px) {
  .services-list-block .services-category-results .services-category-header {
    margin-bottom: 1rem;
    gap: 0.5rem;
  }
}
.services-list-block .services-category-results .services-category-header button {
  background-color: transparent;
  border: none;
  color: #1C78CA;
  font-size: 1rem;
  padding: 0;
  cursor: pointer;
}
.services-list-block .services-category-results .services-category-header button:hover {
  font-weight: 600;
}

@media (max-width: 1100px) {
  .services-list-block .services-list, .services-list-block .services-category-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 900px) {
  .services-list-block .services-list, .services-list-block .services-category-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 781px) {
  .services-list-block {
    padding: 1rem 0;
  }
  .services-list-block .services-title {
    font-size: 2rem;
  }
  .services-list-block .services-search-form {
    flex-direction: column;
    align-items: center;
  }
  .services-list-block .services-search-form .services-search-input {
    width: 100%;
  }
  .services-list-block .services-list, .services-list-block .services-category-items {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.conditions-list-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 0;
}
.conditions-list-block .conditions-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1C78CA;
  margin-bottom: 2rem;
}
.conditions-list-block .conditions-search-form {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.conditions-list-block .conditions-search-form .conditions-search-input {
  width: 350px;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  border: 1px solid #eee;
  font-size: 1rem;
  background: #fff;
}
.conditions-list-block .conditions-search-form .conditions-search-btn {
  background: #BF5108;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 700;
  cursor: pointer;
  font-size: 1rem;
  transition: opacity 0.2s;
}
.conditions-list-block .conditions-search-form .conditions-search-btn:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 768px) {
  .conditions-list-block .conditions-search-form .conditions-search-btn {
    width: 100%;
    text-align: center;
  }
}
.conditions-list-block .conditions-alphabet-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.conditions-list-block .conditions-alphabet-filter .conditions-letter-btn {
  background: #fff;
  border: 2px solid #1C78CA;
  color: #1C78CA;
  border-radius: 50px;
  padding: 0.4rem 1rem;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s;
}
.conditions-list-block .conditions-alphabet-filter .conditions-letter-btn:hover, .conditions-list-block .conditions-alphabet-filter .conditions-letter-btn.active {
  background: #1C78CA;
  color: #fff;
}
@media only screen and (max-width: 550px) {
  .conditions-list-block .conditions-alphabet-filter .conditions-letter-btn {
    font-size: 0.9rem;
    padding: 0.3rem 0.7rem;
  }
}
.conditions-list-block .conditions-search-title {
  font-size: 1.5rem;
}
.conditions-list-block .conditions-search-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.conditions-list-block .conditions-search-items li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #464F5B;
}
.conditions-list-block .conditions-search-items li p {
  margin: 0;
}
.conditions-list-block .conditions-search-items li a {
  color: #1C78CA;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.conditions-list-block .conditions-search-items li a:hover {
  text-decoration: underline;
}
.conditions-list-block .conditions-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-top: 2rem;
}
.conditions-list-block .conditions-list .conditions-group .conditions-letter {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #464F5B;
  text-transform: lowercase;
}
.conditions-list-block .conditions-list .conditions-group .conditions-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.conditions-list-block .conditions-list .conditions-group .conditions-items li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #464F5B;
}
.conditions-list-block .conditions-list .conditions-group .conditions-items li p {
  margin: 0;
}
.conditions-list-block .conditions-list .conditions-group .conditions-items li a {
  color: #1C78CA;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.conditions-list-block .conditions-list .conditions-group .conditions-items li a:hover {
  text-decoration: underline;
}
.conditions-list-block .conditions-search-results .conditions-search-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 550px) {
  .conditions-list-block .conditions-search-results .conditions-search-header {
    margin-bottom: 1rem;
    gap: 0.5rem;
  }
}
.conditions-list-block .conditions-search-results .conditions-search-header button {
  background-color: transparent;
  border: none;
  color: #1C78CA;
  font-size: 1rem;
  padding: 0;
  cursor: pointer;
}
.conditions-list-block .conditions-search-results .conditions-search-header button:hover {
  font-weight: 600;
}

@media (max-width: 1100px) {
  .conditions-list-block .conditions-list, .conditions-list-block .conditions-search-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 900px) {
  .conditions-list-block .conditions-list, .conditions-list-block .conditions-search-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 781px) {
  .conditions-list-block {
    padding: 1rem 0;
  }
  .conditions-list-block .conditions-title {
    font-size: 2rem;
  }
  .conditions-list-block .conditions-search-form {
    flex-direction: column;
    align-items: center;
  }
  .conditions-list-block .conditions-search-form .conditions-search-input {
    width: 100%;
  }
  .conditions-list-block .conditions-list, .conditions-list-block .conditions-search-items {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.benefits {
  margin: 5rem 0;
  padding: 1rem 0;
}
.benefits .heading-block {
  text-align: center;
}
.benefits .is-style-four-cards-columns.benefits-list-block {
  padding-top: 2rem;
}
@media screen and (min-width: 769px) {
  .benefits .is-style-four-cards-columns.benefits-list-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
  }
}
.benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column {
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 768px) {
  .benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column {
    padding: 0 !important;
  }
}
.benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column .benefit-card {
  position: relative;
  padding: 4rem 2rem;
  height: 100%;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column .benefit-card {
    min-height: 300px;
  }
}
@media only screen and (max-width: 550px) {
  .benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column .benefit-card {
    padding: 2rem 1rem;
    gap: 1rem;
  }
}
.benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column .benefit-card::after {
  content: "";
  display: block;
  height: 12px;
  width: 100%;
  border-radius: 0 0 30px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--benefit-color, #1C78CA);
}
.benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column .benefit-card .benefit-icon {
  margin-bottom: 1rem;
}
.benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column .benefit-card .benefit-icon img {
  object-fit: contain;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 550px) {
  .benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column .benefit-card .benefit-icon img {
    width: 55px;
    height: 55px;
  }
}
.benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column .benefit-card .benefit-content .benefit-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column .benefit-card .benefit-content .benefit-list {
  margin: 0;
  padding-left: 1.2rem;
}
@media only screen and (max-width: 550px) {
  .benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column .benefit-card .benefit-content .benefit-list {
    padding-inline-start: 0;
  }
}
.benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column .benefit-card .benefit-content .benefit-list li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column:nth-child(1) .benefit-card::after {
  background: #E67C30;
}
.benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column:nth-child(2) .benefit-card::after {
  background: #4A90E2;
}
.benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column:nth-child(3) .benefit-card::after {
  background: #8BC34A;
}
.benefits .is-style-four-cards-columns.benefits-list-block .wp-block-column:nth-child(4) .benefit-card::after {
  background: #F5C543;
}

.single-centered-content {
  margin: 3rem auto;
}
.single-centered-content .single-meta {
  color: rgb(70, 79, 91);
  margin-bottom: 1rem;
  font-size: 1rem;
  text-decoration: none;
  text-transform: lowercase;
}
.single-centered-content .single-meta.single-hide-date {
  display: none;
}
.single-centered-content .single-title {
  color: #1C78CA;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
  text-decoration: none;
}
.single-centered-content .single-title.single-hide-title {
  display: none;
}
.single-centered-content .single-main {
  display: inline-block;
}
.single-centered-content blockquote {
  margin: 3rem;
}
@media only screen and (max-width: 550px) {
  .single-centered-content blockquote {
    margin: 2rem 1rem;
  }
}
.single-centered-content blockquote::first-letter {
  font-size: 4rem;
}
.single-centered-content blockquote p {
  color: rgb(28, 120, 202);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 550px) {
  .single-centered-content blockquote p {
    font-size: 1.5rem;
  }
}

.single .floating-image {
  object-fit: contain;
  max-width: 40rem;
}
@media only screen and (max-width: 550px) {
  .single .floating-image {
    float: none !important;
  }
}

.cc-tabs .floating-image {
  max-width: 25rem;
  margin-right: 3rem;
}

.single {
  background-color: #f8f9fa;
}
.single .wp-block-columns {
  width: 100%;
}

.page .single-main {
  margin-top: 3rem;
  display: inline-block;
}
.page .single-main .single-meta {
  color: rgb(70, 79, 91);
  margin-bottom: 1rem;
  font-size: 1rem;
  text-decoration: none;
}
.page .single-main .single-title {
  color: #1C78CA;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
  text-decoration: none;
}

.mhrf-container {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: 16rem auto;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .mhrf-container {
    grid-template-columns: 100%;
  }
}
@media (max-width: 1024px) {
  .mhrf-container .mhrf-filters .filters {
    display: none;
  }
}
.mhrf-container .mhrf-filters .white-box {
  background: white;
  border-radius: 2rem;
  padding: 1.5rem;
  margin: 1rem 0;
}
.mhrf-container .mhrf-filters .white-box h2 {
  font-size: 1.8rem;
  line-height: 2rem;
}
.mhrf-container .mhrf-filters .white-box.filters select {
  width: 100%;
  border: none;
  border-radius: 2rem;
  padding: 1rem 1.5rem;
  color: #464F5B;
  background-color: rgb(247, 249, 250);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,                    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'>                    <polyline points='1,2 7,8 13,2' stroke='%23754AA1' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/>                    </svg>");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 12px 10px;
  padding-right: 2.5rem;
}
.mhrf-container .mhrf-filters .white-box.filters select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(117, 74, 161, 0.3);
}
.mhrf-container .mhrf-filters .white-box.filters p {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: rgb(70, 79, 91);
}
.mhrf-container .mhrf-filters .white-box.filters .submit-btn {
  margin: 1.5rem 0;
}
.mhrf-container .mhrf-filters .white-box.filters .submit-btn button {
  width: 100%;
  text-align: center;
  background: #BF5108;
  font-weight: 700;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
  border-radius: 2rem;
}
.mhrf-container .mhrf-filters .white-box.filters .submit-btn button:hover {
  opacity: 0.9;
}
.mhrf-container .mhrf-filters .white-box.filters .clear-filters a {
  color: #9262AC;
}
.mhrf-container .mhrf-list .mhrf-card {
  padding-bottom: 2rem;
  border-bottom: 2px solid rgb(198, 202, 206);
  margin-bottom: 2rem;
}
.mhrf-container .mhrf-list .mhrf-card .mhrf-card__cols {
  display: grid;
  grid-template-columns: auto 13.5rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  .mhrf-container .mhrf-list .mhrf-card .mhrf-card__cols {
    grid-template-columns: auto;
  }
}
.mhrf-container .mhrf-list .mhrf-card .mhrf-card__cols .mhrf-card__col .mhrf-card__head {
  margin-bottom: 2.5rem;
}
.mhrf-container .mhrf-list .mhrf-card .mhrf-card__cols .mhrf-card__col.actions-col {
  text-align: center;
  background: white;
  border-radius: 2rem;
  padding: 2rem 1rem;
  height: fit-content;
}
.mhrf-container .mhrf-list .mhrf-card .mhrf-card__cols .mhrf-card__col.actions-col a {
  margin: 0.5rem 0;
}
.mhrf-container .mhrf-list .mhrf-card .mhrf-card__cols .mhrf-card__col.actions-col .print {
  margin: 1rem 0 0;
}
.mhrf-container .mhrf-list .mhrf-card .mhrf-card__cols .mhrf-card__col.actions-col .print .mhrf-btn {
  color: #9262AC;
}
.mhrf-container .mhrf-list .mhrf-card .mhrf-card__cols .mhrf-card__col.actions-col .mhrf-crisis {
  margin-top: 1rem;
  margin-bottom: 0;
  color: rgb(70, 79, 91);
}
.mhrf-container .mhrf-list .mhrf-card .mhrf-card__cols .mhrf-card__col .mhrf-row {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 1rem 0;
  column-gap: 1rem;
}
@media (max-width: 600px) {
  .mhrf-container .mhrf-list .mhrf-card .mhrf-card__cols .mhrf-card__col .mhrf-row {
    grid-template-columns: 100%;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .mhrf-container .mhrf-list .mhrf-card .mhrf-card__cols .mhrf-card__col .mhrf-row .taxonomy {
    margin-top: 1rem;
  }
}
.mhrf-container .mhrf-list .mhrf-card .mhrf-card__cols .mhrf-card__col .mhrf-row .taxonomy strong {
  color: rgb(70, 79, 91);
}
.mhrf-container .mhrf-list .mhrf-card .mhrf-card__cols .mhrf-card__col .mhrf-row .taxonomy .meta {
  margin: 0.5rem 0 0;
  color: rgb(46, 43, 38);
}
.mhrf-container .mhrf-list .mhrf-card .mhrf-card__cols .mhrf-card__col .mhrf-row .taxonomy .meta a {
  color: rgb(46, 43, 38);
  text-decoration: underline;
  font-weight: 400;
}
.mhrf-container .mhrf-pagination {
  background: white;
  padding: 1rem 2rem;
  border-radius: 2rem;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.mhrf-container .mhrf-pagination .page-numbers {
  color: #9262AC;
  text-decoration: none;
}
.mhrf-container .mhrf-pagination .page-numbers.current {
  font-weight: 700;
}
.mhrf-container #mhrf-results.is-loading {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

/* MOBILE FILTER DROPDOWN
   ---------------------- */
.mhrf-mobile-filter-bar {
  display: none;
}

/* Up to 1024px */
@media (max-width: 1024px) {
  .mhrf-mobile-filter-bar {
    display: block;
    background: #1C78CA;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 50;
    margin: 1rem auto;
    width: 85%;
    border-radius: 2rem;
  }
  .mhrf-mobile-filter-toggle {
    width: 100%;
    padding: 1rem 1.5rem;
    background: transparent;
    border: none;
    color: inherit;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .mhrf-mobile-filter-toggle__label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  .mhrf-mobile-filter-toggle__icon {
    transition: transform 0.2s ease;
    font-size: 1.1rem;
  }
  .mhrf-mobile-filter-panel {
    display: none;
    padding: 1.25rem 1.5rem 1.5rem;
    background: #fff;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  }
  .mhrf-mobile-filter-panel .filters select {
    width: 100%;
    border: none;
    border-radius: 2rem;
    padding: 1rem 1.5rem;
    color: #464F5B;
    background-color: rgb(247, 249, 250);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,            <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'>            <polyline points='1,2 7,8 13,2' stroke='%23754AA1' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/>            </svg>");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 12px 10px;
    padding-right: 2.5rem;
  }
  .mhrf-mobile-filter-panel .filters select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(117, 74, 161, 0.3);
  }
  .mhrf-mobile-filter-panel .filters p {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: rgb(70, 79, 91);
  }
  .mhrf-mobile-filter-panel .filters .submit-btn {
    margin: 1.5rem 0;
  }
  .mhrf-mobile-filter-panel .filters .submit-btn button {
    width: 100%;
    text-align: center;
    background: #BF5108;
    font-weight: 700;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
    border-radius: 2rem;
  }
  .mhrf-mobile-filter-panel .filters .submit-btn button:hover {
    opacity: 0.9;
  }
  .mhrf-mobile-filter-panel .filters .clear-filters a {
    color: #9262AC;
  }
  .mhrf-mobile-filter-bar.is-open .mhrf-mobile-filter-panel {
    display: block;
  }
  .mhrf-mobile-filter-bar.is-open .mhrf-mobile-filter-toggle__icon {
    transform: rotate(180deg);
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

img {
  border-radius: 20px;
}

.wp-block-column:has(.is-style-arrow-circle, .is-style-orange-arrows) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.is-style-orange-arrows, .is-style-arrow-circle {
  border-radius: 20px;
  width: 85%;
  position: relative;
}
.is-style-orange-arrows img, .is-style-arrow-circle img {
  border-radius: 20px;
}
.is-style-orange-arrows:before, .is-style-arrow-circle:before {
  content: "";
  background-image: url("images/arrow-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: -50px;
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 510px) {
  .is-style-orange-arrows:before, .is-style-arrow-circle:before {
    width: 90px;
    height: 90px;
    left: -30px;
  }
}
.is-style-orange-arrows:after, .is-style-arrow-circle:after {
  content: "";
  background-image: url("images/circle-kite-pattern-purple.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 45px;
  right: -50px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 782px) and (min-width: 722px) {
  .is-style-orange-arrows:after, .is-style-arrow-circle:after {
    right: -30px;
  }
}
@media screen and (max-width: 510px) {
  .is-style-orange-arrows:after, .is-style-arrow-circle:after {
    width: 60px;
    height: 60px;
    right: -35px;
  }
}

.is-style-orange-arrows:before {
  background-image: url("images/circle-kite-pattern-yellow.png");
}
.is-style-orange-arrows:after {
  background-image: url("images/arrow-circle.png");
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.is-style-colors-circle, .is-style-purple-circle, .is-style-yellow-circle, .is-style-orange-circle {
  position: relative;
}
.is-style-colors-circle img, .is-style-purple-circle img, .is-style-yellow-circle img, .is-style-orange-circle img {
  border-radius: 20px;
}
@media only screen and (max-width: 550px) {
  .is-style-colors-circle img, .is-style-purple-circle img, .is-style-yellow-circle img, .is-style-orange-circle img {
    max-width: 300px;
  }
}

.is-style-colors-circle:before {
  content: "";
  background-image: url("images/arrow-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 45px;
  left: -50px;
  width: 100px;
  height: 100px;
}

.is-style-purple-circle:before {
  content: "";
  background-image: url("images/circle-kite-pattern-purple.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 45px;
  left: -50px;
  width: 100px;
  height: 100px;
}

.is-style-yellow-circle:before {
  content: "";
  background-image: url("images/circle-kite-pattern-yellow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 45px;
  left: -50px;
  width: 100px;
  height: 100px;
}

.is-style-orange-circle:before {
  content: "";
  background-image: url("images/circle-kite-pattern-orange.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 45px;
  left: -50px;
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 410px) {
  .is-style-yellow-circle:before, .is-style-colors-circle::before, .is-style-purple-circle:before, .is-style-orange-circle:before {
    width: 90px;
    height: 90px;
    left: -45px;
  }
}
@media screen and (max-width: 390px) {
  .is-style-yellow-circle:before, .is-style-colors-circle::before, .is-style-purple-circle:before, .is-style-orange-circle:before {
    width: 70px;
    height: 70px;
    left: -35px;
  }
}
.wp-block-columns.is-style-icons-column {
  text-align: center;
}
.wp-block-columns.is-style-icons-column img {
  object-fit: contain;
  width: 8rem !important;
  height: 8rem !important;
  border-radius: 0 !important;
}
.wp-block-columns.is-style-icons-column p, .wp-block-columns.is-style-icons-column h3 {
  color: #9262AC;
  font-weight: 700;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .wp-block-columns.is-style-icons-column {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2.5rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-columns.is-style-icons-column {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.wp-block-columns.is-style-icons-column .wp-block-column {
  width: auto !important;
  margin: 0 !important;
}

.image-gallery-grid.four-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .image-gallery-grid.four-images {
    gap: 1rem;
  }
}
.image-gallery-grid.four-images .gallery-image-item {
  position: relative;
}
.image-gallery-grid.four-images .gallery-image-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .image-gallery-grid.four-images .gallery-image-item img {
    height: 130px;
  }
}
.image-gallery-grid.four-images .gallery-image-item::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 15px;
  border-radius: 0 0 20px 20px;
}
.image-gallery-grid.four-images .gallery-image-item.item-1 {
  grid-column: 1;
  grid-row: 1;
}
.image-gallery-grid.four-images .gallery-image-item.item-1::after {
  background-color: #76B3E2;
}
.image-gallery-grid.four-images .gallery-image-item.item-2 {
  grid-column: 2/4;
  grid-row: 1;
}
.image-gallery-grid.four-images .gallery-image-item.item-2::after {
  background-color: #AD81BA;
}
.image-gallery-grid.four-images .gallery-image-item.item-3 {
  grid-column: 1/3;
  grid-row: 2;
}
.image-gallery-grid.four-images .gallery-image-item.item-3::after {
  background-color: #AEBA39;
}
.image-gallery-grid.four-images .gallery-image-item.item-4 {
  grid-column: 3;
  grid-row: 2;
}
.image-gallery-grid.four-images .gallery-image-item.item-4::after {
  background-color: #F7AF1A;
}
.image-gallery-grid.three-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .image-gallery-grid.three-images {
    gap: 1rem;
  }
}
.image-gallery-grid.three-images .gallery-image-item {
  position: relative;
}
.image-gallery-grid.three-images .gallery-image-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.image-gallery-grid.three-images .gallery-image-item::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 15px;
  border-radius: 0 0 20px 20px;
}
.image-gallery-grid.three-images .gallery-image-item.item-1 {
  grid-column: 1/4;
  grid-row: 1;
}
.image-gallery-grid.three-images .gallery-image-item.item-1 img {
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .image-gallery-grid.three-images .gallery-image-item.item-1 img {
    height: 180px;
  }
}
.image-gallery-grid.three-images .gallery-image-item.item-1::after {
  background-color: #AEBA39;
}
.image-gallery-grid.three-images .gallery-image-item.item-2 {
  grid-column: 1;
  grid-row: 2;
}
.image-gallery-grid.three-images .gallery-image-item.item-2 img {
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .image-gallery-grid.three-images .gallery-image-item.item-2 img {
    height: 130px;
  }
}
.image-gallery-grid.three-images .gallery-image-item.item-2::after {
  background-color: #F7AF1A;
}
.image-gallery-grid.three-images .gallery-image-item.item-3 {
  grid-column: 2/4;
  grid-row: 2;
}
.image-gallery-grid.three-images .gallery-image-item.item-3 img {
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .image-gallery-grid.three-images .gallery-image-item.item-3 img {
    height: 130px;
  }
}
.image-gallery-grid.three-images .gallery-image-item.item-3::after {
  background-color: #AD81BA;
}

.is-style-border-purple, .is-style-border-blue, .is-style-border-green, .is-style-border-yellow, .is-style-border-orange {
  position: relative;
}
@media only screen and (max-width: 550px) {
  .is-style-border-purple, .is-style-border-blue, .is-style-border-green, .is-style-border-yellow, .is-style-border-orange {
    max-width: 100%;
  }
}
.is-style-border-purple img, .is-style-border-blue img, .is-style-border-green img, .is-style-border-yellow img, .is-style-border-orange img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.is-style-border-purple::after, .is-style-border-blue::after, .is-style-border-green::after, .is-style-border-yellow::after, .is-style-border-orange::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 15px;
  border-radius: 0 0 20px 20px;
}

.is-style-border-purple::after {
  background-color: #AD81BA;
}

.is-style-border-yellow::after {
  background-color: #F7AF1A;
}

.is-style-border-orange::after {
  background-color: #BF5108;
}

.is-style-border-blue::after {
  background-color: #76B3E2;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #1C78CA;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #2E2B26;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #2E2B26;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #1C78CA;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #1C78CA;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #2E2B26;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #1C78CA;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #46b450;
}
.woocommerce-password-strength.short {
  color: #dc3232;
}
.woocommerce-password-strength.bad {
  color: #dc3232;
}
.woocommerce-password-strength.good {
  color: #00a0d2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #46b450;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #dc3232;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #46b450;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #00a0d2;
}

.woocommerce-error {
  background-color: #dc3232;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #00a0d2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #46b450;
}
.stock.out-of-stock {
  color: #dc3232;
}

table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #1C78CA;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #1C78CA;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: visible;
  /* Using hidden resolves issue with <pre> elements forcing full width. */
}

.widget-area {
  grid-area: sidebar;
}

.site-footer {
  grid-area: footer;
}

.kh-sidebar {
  padding: 2rem;
  border-radius: 2rem;
  background: #FFFFFF;
  width: 100%;
  /* Toggle button */
}
@media only screen and (max-width: 768px) {
  .kh-sidebar {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .kh-sidebar {
    width: 50%;
    height: 50%;
  }
}
.kh-sidebar h3 {
  color: #464F5B;
}
.kh-sidebar #kh-s,
.kh-sidebar #kh-letter {
  width: 100%;
  background: #F7F9FA;
  padding: 0.6rem;
  border-radius: 2rem;
}
.kh-sidebar button {
  cursor: pointer;
}
.kh-sidebar button:hover {
  opacity: 0.8;
}
.kh-sidebar #searchBtn,
.kh-sidebar #searchLetterBtn {
  background: #BF5108;
  color: #FFFFFF;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 2rem;
  width: 100%;
  margin-top: 1rem;
}
.kh-sidebar .kh-clear-search {
  margin-top: 2rem;
}
.kh-sidebar .kh-clear-search a {
  font-size: 1.15em;
}
.kh-sidebar .kh-clear-search a:hover {
  cursor: pointer;
}
.kh-sidebar .kh-search-toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  .kh-sidebar .kh-search-toggle {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: 2rem;
    background: #1C78CA;
    color: #FFFFFF;
    border: 0;
    font-weight: 600;
  }
}
.kh-sidebar .kh-search-toggle .chevron {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .kh-sidebar .kh-search-panel {
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.25s ease, opacity 0.2s ease;
  }
}
@media only screen and (max-width: 768px) {
  .kh-sidebar.is-open .kh-search-panel {
    max-height: 1000px;
    opacity: 1;
    pointer-events: auto;
    background: #FFFFFF;
    padding: 2rem;
    border-radius: 0 0 2rem 2rem;
    margin-top: -1rem;
  }
  .kh-sidebar.is-open .kh-search-toggle .chevron {
    transform: rotate(-135deg);
  }
}

.section--kidshealth {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .section--kidshealth .hero-kidshealth .wp-block-column .wp-block-heading {
    font-size: 2.5rem;
  }
}
.section--kidshealth .hero-kidshealth .wp-block-column p {
  color: #FFFFFF;
}
@media only screen and (min-width: 1024px) {
  .section--kidshealth .kh-content {
    padding: 6rem 0;
    display: flex;
    gap: 2rem;
  }
}
.section--kidshealth .kh-content h1 {
  display: block;
  margin-bottom: 5rem;
  color: #1C78CA;
}
.section--kidshealth .kh-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--kidshealth .kh-content ul li {
  margin: 0 0 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #C6CACE;
}
.section--kidshealth .kh-content ul li h2 {
  font-size: 2.2rem;
  color: #1C78CA;
}
.section--kidshealth .kh-content ul li h2 a {
  color: #1C78CA;
  text-decoration: none;
}
.section--kidshealth .kh-content ul li h2 a:hover {
  color: inherit;
  text-decoration: underline;
}
.section--kidshealth .kh-content ul li p {
  color: #2E2B26;
}
.section--kidshealth .kh-content .kh-sidebar-wrapper {
  flex-basis: 30%;
}
.section--kidshealth .kh-content .kh-sidebar-wrapper .kh-sidebar {
  width: 100%;
  height: auto;
}
.section--kidshealth .kh-content .kh-categories,
.section--kidshealth .kh-content .kh-search-articles {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
@media only screen and (min-width: 1440px) {
  .section--kidshealth .kh-main {
    padding: 6rem 0;
  }
}
.section--kidshealth .kh-main h1 {
  margin-bottom: 5rem;
}
.section--kidshealth .kh-main a {
  text-decoration: none;
}
.section--kidshealth .kh-main a:hover {
  text-decoration: underline;
}
.section--kidshealth .kh-main h1, .section--kidshealth .kh-main h2, .section--kidshealth .kh-main h3, .section--kidshealth .kh-main h4, .section--kidshealth .kh-main h5, .section--kidshealth .kh-main h6, .section--kidshealth .kh-main a {
  color: #1C78CA;
}
.section--kidshealth .kh-main .kh-main-content {
  /*.is-style-hero {
    &::after {
      background: none;
    }
    br, 
    p:empty { 
      display: none; 
    }
    .responsivedesktop {
      object-position: 25%;
      transform: scaleX(-1);
    }
    @include tablet {
      .responsivedesktop {
        display: flex;
      }
      .responsivemobile {
        display: none;
      }
    }
    @include mobile {
      .responsivedesktop {
        display: none;
      }
      .responsivemobile {
        display: flex;
      }
    }
    @include mobile {
      .wp-block-cover__inner-container {
        padding: 0;
      }
      .wp-block-column {
        overflow-wrap: normal;
        word-break: normal;
      }
    }
    .wp-block-heading {
      margin-bottom: 0;
      line-height: 1.2;
      color: #FFFFFF;
    }
  }*/
}
@media only screen and (min-width: 769px) {
  .section--kidshealth .kh-main .kh-main-content {
    width: 860px;
  }
}
.section--kidshealth .kh-main .kh-main-content .kh-main-content-video {
  width: 100%;
  max-width: 100%;
  margin: 4rem 0;
}
.section--kidshealth .kh-main .kh-main-content .kh-main-content-video iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
@media only screen and (min-width: 769px) {
  .section--kidshealth .kh-main .kh-main-content .responsivedesktop {
    display: flex;
  }
  .section--kidshealth .kh-main .kh-main-content .responsivemobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .section--kidshealth .kh-main .kh-main-content .responsivedesktop {
    display: none;
  }
  .section--kidshealth .kh-main .kh-main-content .responsivemobile {
    display: flex;
  }
}
.section--kidshealth .kh-main .kh-main-content ul > li:has(img) {
  list-style: none;
}
.section--kidshealth .kh-main .kh-main-content ul > li:has(img)::marker {
  content: "";
}
.section--kidshealth .kh-main .kh-main-content ul > li:has(:is(img, figure, .tileImage img)) {
  list-style: none;
}
.section--kidshealth .kh-main .kh-main-content ul > li:has(:is(img, figure, .tileImage img))::marker {
  content: "";
}
.section--kidshealth .kh-main .kh-main-content ul:has(> li:has(img)):not(:has(> li:not(:has(img)))) {
  padding-left: 0;
  margin-left: 0;
}
.section--kidshealth .kh-main .kh-main-content button {
  display: none;
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel .carousel {
  position: relative;
  width: 40rem;
  height: 30rem;
  border-radius: 2rem;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section--kidshealth .kh-main .kh-main-content .wrapper-carousel .carousel {
    width: 100%;
    aspect-ratio: 4/3;
    height: auto;
    max-height: 70vh;
  }
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel .carousel .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: left 200ms ease-in-out;
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel .carousel .slide img {
  width: auto !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 12px;
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel .carousel .btn-carousel {
  all: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  fill: white;
  padding: 1rem;
  cursor: pointer;
  display: block !important;
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel .carousel .btn-prev {
  left: 0;
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel .carousel .btn-prev:hover {
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.2), transparent);
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel .carousel .btn-next {
  right: 0;
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel .carousel .btn-next:hover {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent);
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel-slideshow {
  margin: 4rem auto;
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel-slideshow .carousel {
  min-height: 45rem;
  height: 0;
}
@media only screen and (max-width: 550px) {
  .section--kidshealth .kh-main .kh-main-content .wrapper-carousel-slideshow .carousel {
    min-height: 30rem;
  }
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel-slideshow .carousel .slide .slide-media {
  max-height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*@include regulardesktop {
    margin-bottom: 1rem;
  }*/
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel-slideshow .carousel .slide .slide-media img {
  width: 100% !important;
  border-radius: 0;
  /*padding: 2rem 0;*/
}
@media only screen and (max-width: 550px) {
  .section--kidshealth .kh-main .kh-main-content .wrapper-carousel-slideshow .carousel .slide .slide-media img {
    padding: 0;
  }
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel-slideshow .carousel .slide .slide-info {
  background: #1c78ca;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel-slideshow .carousel .slide .slide-info h3, .section--kidshealth .kh-main .kh-main-content .wrapper-carousel-slideshow .carousel .slide .slide-info p {
  color: #FFFFFF;
  margin: 0;
}
@media only screen and (min-width: 1440px) {
  .section--kidshealth .kh-main .kh-main-content .wrapper-carousel-slideshow .carousel .slide .slide-info h3, .section--kidshealth .kh-main .kh-main-content .wrapper-carousel-slideshow .carousel .slide .slide-info p {
    margin: 1rem 0;
  }
}
.section--kidshealth .kh-main .kh-main-content .wrapper-carousel-slideshow .carousel .slide .slide-info h3 {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .section--kidshealth .kh-main .kh-main-content .wrapper-carousel-slideshow .carousel .slide .slide-info h3 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .section--kidshealth .kh-main .kh-main-content .wrapper-carousel-slideshow .carousel .slide .slide-info p {
    font-size: 0.8rem;
  }
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: visible;
  /* Using hidden resolves issue with <pre> elements forcing full width. */
}

.widget-area {
  grid-area: sidebar;
}

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