/*!
Theme Name: ILRC
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: ilrc
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.

ILRC 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:
----------------------------------------------------------------
# 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

--------------------------------------------------------------*/
.background-white {
  background-color: hsl(180, 100%, 99%);
}
.background-white * {
  color: hsl(181.82, 58.93%, 21.96%);
}
.background-white * a:not(.uk-button, .linked-card, .uk-accordion-title) {
  color: hsl(12, 60%, 42%);
}
.background-white li::marker {
  color: hsl(12, 60%, 42%);
}

.background-darkBlue {
  background-color: hsl(185, 48%, 62%);
}
.background-darkBlue * {
  color: white;
}
.background-darkBlue li::marker {
  color: hsl(37, 53%, 92%);
}

.background-green {
  background-color: hsl(181.82, 58.93%, 21.96%);
}
.background-green * {
  color: hsl(37, 53%, 92%);
}
.background-green li::marker {
  color: hsl(37, 53%, 92%);
}

.background-tan {
  background-color: hsl(35, 50%, 60%);
}
.background-tan * {
  color: white;
}
.background-tan li::marker {
  color: hsl(181.82, 58.93%, 21.96%);
}

.background-beige {
  background-color: hsl(37, 53%, 92%);
}
.background-beige * {
  color: hsl(181.82, 58.93%, 21.96%);
}
.background-beige strong {
  color: hsl(12, 60%, 42%);
}
.background-beige li::marker {
  color: hsl(181.82, 58.93%, 21.96%);
}

.background-lightRed {
  background-color: hsl(13, 90%, 89%);
}
.background-lightRed * {
  color: black;
}
.background-lightRed li::marker {
  color: hsl(180, 42%, 92%);
}

.background-lightBlue {
  background-color: hsl(180, 42%, 92%);
}
.background-lightBlue a:not(.uk-button, .linked-card, .uk-accordion-title) {
  color: hsl(12, 60%, 42%);
}
.background-lightBlue * {
  color: rgb(11, 11, 11);
}
.background-lightBlue li::marker {
  color: hsl(12, 60%, 42%);
}

.background-red {
  background-color: hsl(12, 60%, 42%);
}
.background-red li::marker {
  color: hsl(37, 53%, 92%);
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -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;
  -webkit-text-decoration: underline dotted;
          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;
}

/* Box sizing
--------------------------------------------- */
/* 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
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) {
  h1 {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 960px) {
  h1 {
    font-size: 2.2rem;
  }
}

h2 {
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) {
  h3 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  h3 {
    font-size: 1.3rem;
  }
}

h4, h5, h6 {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  h4, h5, h6 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  h4, h5, h6 {
    font-size: 1.6rem;
  }
}

/* Elements
--------------------------------------------- */
html {
  font-size: 20px;
  height: 100%;
  margin: 0;
  margin-bottom: 0;
  overflow-x: hidden;
  scrollbar-color: hsl(181.82, 58.93%, 21.96%) rgb(255, 255, 255);
  scrollbar-width: thick;
  background-color: hsl(180, 100%, 99%);
}
@media screen and (max-width: 760px) {
  html {
    font-size: 18px;
  }
}

body {
  height: 100%;
  margin: 0;
  background-color: hsl(180, 100%, 99%);
}
body p, body li, body em {
  margin-top: 15px;
  color: hsl(0, 8%, 15%);
  font-size: 1.2rem;
  white-space: normal;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  body p, body li, body em {
    font-size: 0.9rem;
  }
}

main {
  padding: 0;
  margin: 0;
}

::-moz-selection {
  color: white;
  background: hsl(185, 48%, 62%);
}

::selection {
  color: white;
  background: hsl(185, 48%, 62%);
}

-moz::-moz-selection {
  color: white;
  background: hsl(185, 48%, 62%);
}

-moz::selection {
  color: white;
  background: hsl(185, 48%, 62%);
}

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
.primaryButton {
  background-color: hsl(12, 60%, 42%);
  color: white !important;
  font-weight: 700;
  border-radius: 50px;
  font-size: 1.2rem;
  padding: 10px 30px;
}
.primaryButton:hover {
  background-color: hsl(12, 60%, 42%);
  filter: brightness(110%);
  color: white;
}
@media screen and (max-width: 400px) {
  .primaryButton {
    font-size: 0.7rem;
    padding: 5px 30px;
  }
}

.primaryButtonGreen {
  background-color: hsl(181.82, 58.93%, 21.96%);
  color: white;
  font-weight: 700;
  border-radius: 50px;
  font-size: 1.2rem;
  padding: 10px 30px;
}
.primaryButtonGreen:hover {
  background-color: hsl(181.82, 58.93%, 21.96%);
  filter: brightness(110%);
  color: white;
}
@media screen and (max-width: 400px) {
  .primaryButtonGreen {
    font-size: 0.7rem;
    padding: 5px 30px;
  }
}

.secondaryButton {
  background-color: hsl(12, 60%, 42%);
  color: white !important;
  font-weight: 700;
  border-radius: 50px;
  font-size: 1rem;
  padding: 10px 30px;
}
.secondaryButton:hover {
  background-color: hsl(12, 60%, 42%);
  filter: brightness(110%);
  color: white;
}
@media screen and (max-width: 400px) {
  .secondaryButton {
    font-size: 0.7rem;
    padding: 5px 30px;
  }
}

.red-border {
  border: 1px solid hsl(12, 60%, 42%);
}

input::file-selector-button, .gform_next_button, [type=submit] {
  background-color: hsl(181.82, 58.93%, 21.96%);
  color: white;
  font-weight: 700;
  border-radius: 50px;
  font-size: 1rem;
  padding: 10px 30px;
  border: 0;
}
input::file-selector-button:hover, .gform_next_button:hover, [type=submit]:hover {
  background-color: hsl(181.82, 58.93%, 21.96%);
  filter: brightness(110%);
  color: white;
}
@media screen and (max-width: 400px) {
  input::file-selector-button, .gform_next_button, [type=submit] {
    font-size: 0.7rem;
    padding: 5px 30px;
  }
}

.gform_previous_button {
  background-color: hsl(12, 60%, 42%);
  color: white;
  font-weight: 700;
  border-radius: 50px;
  font-size: 1rem;
  padding: 10px 30px;
  border: 0;
}
.gform_previous_button:hover {
  background-color: hsl(12, 60%, 42%);
  filter: brightness(110%);
  color: white;
}
@media screen and (max-width: 400px) {
  .gform_previous_button {
    font-size: 0.7rem;
    padding: 5px 30px;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/**
 HEADER 
*/
.top-bar {
  background-color: hsl(12, 60%, 42%);
  height: 35px;
  position: relative;
  z-index: 999;
  transition: 0.3s ease-in-out;
}
.top-bar div.socials-search {
  gap: 8px;
}
.top-bar div.socials-search a:before {
  display: none;
}
.top-bar div.socials-search a i {
  transition: 0.3s ease-in-out;
}
.top-bar div.socials-search a:hover i {
  transform: scale(1.16);
}
.top-bar .uk-container-xlarge {
  max-width: 1800px;
}
.top-bar a {
  color: white;
  font-size: 0.65rem;
  position: relative;
  transition: 0.2s ease-in-out;
  text-decoration: none !important;
}
.top-bar a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: white;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}
.top-bar a:hover:before, .top-bar a:focus:before {
  transform: scaleX(1);
}
.top-bar a:hover {
  color: white;
}
.top-bar .top-bar-options {
  gap: 2rem;
}

header {
  min-height: 100px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  transition: 0.3s ease-in-out;
  /** HEADER/MENU Media Queries */
}
@media screen and (max-width: 760px) {
  header {
    min-height: 0px;
  }
}
header .uk-container-xlarge {
  max-width: 1900px;
}
header img {
  transition: 0.2s ease;
}
header .NavMenu li {
  position: relative;
}
header .NavMenu li a {
  font-size: 0.65rem;
  font-weight: 700;
  position: relative;
  opacity: 0.9;
}
header .NavMenu li a:hover {
  color: hsl(181.82, 58.93%, 21.96%);
  opacity: 1;
}
header .NavMenu li a[aria-expanded=true] {
  color: hsl(181.82, 58.93%, 21.96%);
}
header .NavMenu {
  gap: 20px;
}
header .NavMenu li {
  margin: 8px 0px;
}
header .NavMenu li a {
  color: hsl(181.82, 58.93%, 21.96%);
}
header .NavMenu li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
header .NavMenu li.menu-item-has-children:after {
  content: "\f078";
  position: relative;
  color: hsl(185, 48%, 62%);
  font-family: "Font Awesome 6 FREE";
  font-weight: 900;
  font-size: 0.6rem;
}
header .NavMenu .uk-dropdown {
  background: hsl(181.82, 58.93%, 21.96%);
  border-radius: 5px;
  padding: 15px;
}
header .NavMenu .uk-dropdown a {
  position: relative;
}
header .NavMenu .uk-dropdown a:hover {
  color: white;
}
header .NavMenu .uk-dropdown a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: hsl(12, 60%, 42%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}
header .NavMenu .uk-dropdown a:hover:before, header .NavMenu .uk-dropdown a:focus:before {
  transform: scaleX(1);
}
header .NavMenu .uk-dropdown a[aria-expanded=true] {
  color: white;
}
header .NavMenu .uk-dropdown .menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
header .NavMenu .uk-dropdown .menu-item-has-children:after {
  content: "\f054";
  position: absolute;
  right: 0;
  color: hsl(185, 48%, 62%);
  font-family: "Font Awesome 6 FREE";
  font-weight: 900;
  font-size: 0.5rem;
}
header .NavMenu .uk-dropdown .uk-navbar-dropdown {
  background: hsl(37, 53%, 92%);
  right: 0;
  left: 110% !important;
  position: absolute;
  top: -20px !important;
}
header .NavMenu .uk-dropdown .uk-navbar-dropdown a {
  color: hsl(181.82, 58.93%, 21.96%);
}
header .NavMenu .uk-dropdown a {
  font-size: 0.7rem;
  color: white;
}
@media screen and (max-width: 1070px) {
  header img {
    max-width: 130px;
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1020px) {
  header img {
    max-width: 120px;
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  header div.menu-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1150px) {
  header .desktop-nav ul li a {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 1300px) {
  header .desktop-nav ul li a {
    font-size: 0.55rem;
  }
}
@media screen and (max-width: 1120px) {
  header .desktop-nav ul li a {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 960px) {
  header .desktop-nav {
    display: none;
  }
}
header .mobile-navigation {
  display: none;
}
@media screen and (max-width: 960px) {
  header .mobile-navigation {
    display: flex;
    gap: 0.7rem;
  }
}
header .mobile-navigation svg {
  height: 30px;
  width: 30px;
}
header .mobile-navigation svg rect {
  color: hsl(181.82, 58.93%, 21.96%);
  height: 2px;
  width: 50px !important;
}
header .mobile-navigation .searchIcon {
  color: hsl(181.82, 58.93%, 21.96%);
}
@media screen and (max-width: 960px) {
  header {
    background: white;
  }
}

.scrolled {
  background: white;
  box-shadow: 0 2px 2px -2px hsl(181.82, 58.93%, 21.96%);
}
.scrolled .top-bar.nav-up {
  height: 12px;
}
.scrolled .top-bar.nav-up .top-bar-options {
  display: none;
}
.scrolled .alert-bar.nav-up {
  padding: 0px;
}
.scrolled .alert-bar.nav-up p, .scrolled .alert-bar.nav-up a, .scrolled .alert-bar.nav-up button {
  display: none;
}
.scrolled img {
  width: 135px;
}

header.header-secondary {
  min-height: 100px;
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  transition: 0.3s ease-in-out;
  /** HEADER/MENU Media Queries */
}
@media screen and (max-width: 760px) {
  header.header-secondary {
    min-height: 0px;
  }
}
header.header-secondary .uk-container-xlarge {
  max-width: 1800px;
}
header.header-secondary .NavMenu li {
  position: relative;
  color: hsl(180, 100%, 99%);
}
header.header-secondary .NavMenu li a {
  font-weight: 700;
  position: relative;
  opacity: 0.9;
  color: hsl(181.82, 58.93%, 21.96%);
}
header.header-secondary .NavMenu li a:hover {
  color: hsl(181.82, 58.93%, 21.96%);
  opacity: 1;
}
header.header-secondary .NavMenu li a[aria-expanded=true] {
  color: hsl(181.82, 58.93%, 21.96%);
}
header.header-secondary .NavMenu {
  gap: 20px;
}
header.header-secondary .NavMenu li {
  margin: 8px 0px;
}
header.header-secondary .NavMenu li a {
  color: hsl(181.82, 58.93%, 21.96%);
}
header.header-secondary .NavMenu li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
header.header-secondary .NavMenu li.menu-item-has-children:after {
  content: "\f078";
  position: relative;
  color: hsl(185, 48%, 62%);
  font-family: "Font Awesome 6 FREE";
  font-weight: 900;
  font-size: 0.6rem;
}
header.header-secondary .NavMenu .uk-dropdown {
  background: hsl(181.82, 58.93%, 21.96%);
  border-radius: 5px;
  padding: 15px;
}
header.header-secondary .NavMenu .uk-dropdown a {
  position: relative;
}
header.header-secondary .NavMenu .uk-dropdown a:hover {
  color: white;
}
header.header-secondary .NavMenu .uk-dropdown a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: hsl(12, 60%, 42%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}
header.header-secondary .NavMenu .uk-dropdown a:hover:before, header.header-secondary .NavMenu .uk-dropdown a:focus:before {
  transform: scaleX(1);
}
header.header-secondary .NavMenu .uk-dropdown a[aria-expanded=true] {
  color: white;
}
header.header-secondary .NavMenu .uk-dropdown .menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
header.header-secondary .NavMenu .uk-dropdown .menu-item-has-children:after {
  content: "\f054";
  position: absolute;
  right: 0;
  color: hsl(185, 48%, 62%);
  font-family: "Font Awesome 6 FREE";
  font-weight: 900;
  font-size: 0.5rem;
}
header.header-secondary .NavMenu .uk-dropdown .uk-navbar-dropdown {
  background: hsl(37, 53%, 92%);
  right: 0;
  left: 110% !important;
  position: absolute;
  top: -20px !important;
}
header.header-secondary .NavMenu .uk-dropdown .uk-navbar-dropdown a {
  color: hsl(181.82, 58.93%, 21.96%);
}
header.header-secondary .NavMenu .uk-dropdown a {
  font-size: 0.7rem;
  color: white;
}
@media screen and (max-width: 1020px) {
  header.header-secondary img {
    max-width: 150px;
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1300px) {
  header.header-secondary .desktop-nav ul li a {
    font-size: 0.55rem;
  }
}
@media screen and (max-width: 1120px) {
  header.header-secondary .desktop-nav ul li a {
    font-size: 0.45rem;
  }
}
@media screen and (max-width: 960px) {
  header.header-secondary .desktop-nav {
    display: none;
  }
}
header.header-secondary .mobile-navigation {
  display: none;
}
@media screen and (max-width: 960px) {
  header.header-secondary .mobile-navigation {
    display: flex;
    gap: 0.7rem;
  }
}
header.header-secondary .mobile-navigation li {
  color: hsl(180, 100%, 99%);
}
header.header-secondary .mobile-navigation li a {
  color: hsl(180, 100%, 99%);
}
header.header-secondary .mobile-navigation svg {
  height: 30px;
  width: 30px;
}
header.header-secondary .mobile-navigation svg rect {
  color: hsl(181.82, 58.93%, 21.96%);
  height: 2px;
  width: 50px !important;
}
header.header-secondary .mobile-navigation .searchIcon {
  color: hsl(181.82, 58.93%, 21.96%);
}
@media screen and (max-width: 960px) {
  header.header-secondary {
    background: white;
  }
}

.header-secondary.scrolled {
  background: white;
}
.header-secondary.scrolled li {
  color: hsl(181.82, 58.93%, 21.96%);
}
.header-secondary.scrolled li a {
  color: hsl(181.82, 58.93%, 21.96%) !important;
}
.header-secondary.scrolled li .uk-drop a {
  color: hsl(180, 100%, 99%) !important;
}
.header-secondary.scrolled li .uk-drop .uk-drop a {
  color: hsl(181.82, 58.93%, 21.96%) !important;
}
.header-secondary.scrolled .mobile-navigation-container li {
  color: hsl(180, 100%, 99%) !important;
}
.header-secondary.scrolled .mobile-navigation-container li a {
  color: hsl(180, 100%, 99%) !important;
}

.scrolled {
  background: white;
  box-shadow: 0 2px 2px -2px hsl(181.82, 58.93%, 21.96%);
}
.scrolled .top-bar.nav-up {
  height: 12px;
}
.scrolled .top-bar.nav-up .top-bar-options {
  display: none;
}
.scrolled li a {
  color: hsl(181.82, 58.93%, 21.96%);
}

/** FOOTER */
footer {
  position: relative;
}
footer .footer-info {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: hsl(181.82, 58.93%, 21.96%);
  position: relative;
  z-index: 50;
}
footer .footer-info * {
  color: white !important;
}
footer .footer-info .gform_submission_error.hide_summary {
  color: hsl(12, 60%, 42%) !important;
}
footer .footer-info .validation_message {
  color: hsl(12, 60%, 42%) !important;
}
footer .footer-info .info-grid {
  position: relative;
}
footer .footer-info img {
  position: relative;
}
@media screen and (max-width: 640px) {
  footer .footer-info img {
    max-width: 150px;
    padding-left: 0;
    margin-left: 0;
  }
}
footer .footer-info nav ul {
  padding-left: 0;
  list-style: none;
}
footer .footer-info nav ul li {
  margin: 10px 0px;
}
footer .footer-info nav ul li a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
footer .footer-info .mission-statement, footer .footer-info .address-phone {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-weight: 300;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.917);
}
footer .footer-info .mission-statement h3, footer .footer-info .address-phone h3 {
  font-weight: 700;
  color: white;
  font-size: 1.2rem;
  margin-bottom: 5px;
  opacity: 1;
}
footer .footer-info .mission-statement a:not(.primaryButton), footer .footer-info .address-phone a:not(.primaryButton) {
  color: white;
  opacity: 0.8;
}
footer .info-bottom {
  position: relative;
  padding-top: 50px;
  font-size: 0.7rem;
  color: white;
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  footer .info-bottom {
    padding-top: 20px;
  }
}
footer .info-bottom a {
  color: white;
}
footer svg {
  transform: translateY(10px);
  border: none;
  stroke: none;
}
@media screen and (max-width: 640px) {
  footer svg {
    transform: translateY(2px);
  }
}

@media screen and (max-width: 840px) {
  .top-bar a {
    font-size: 0.55rem;
  }
  .top-bar .top-bar-options {
    gap: 20px;
  }
}
@media screen and (max-width: 450px) {
  .top-bar a {
    font-size: 0.49rem;
  }
  .top-bar .top-bar-options {
    gap: 10px;
  }
}

/** MOBILE MENU **/
.mobile-navigation-container {
  position: fixed;
  z-index: -1;
  visibility: hidden;
  height: 1000px;
  width: 100%;
  background-color: hsl(181.82, 58.93%, 21.96%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mobile-navigation-container .mobile-menu-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-navigation-container .mobile-menu-contact a {
  color: white;
  font-size: 0.78rem;
}
.mobile-navigation-container .mobile-socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-navigation-container .mobile-socials span {
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
}
.mobile-navigation-container nav {
  position: relative;
  top: 25px;
}
.mobile-navigation-container nav li {
  color: white;
  font-size: 23px;
}
.mobile-navigation-container nav li a {
  color: white;
}
.mobile-navigation-container nav li .sub-menu li {
  font-size: 20px;
  margin: 10px 10px;
  position: relative;
}
.mobile-navigation-container nav li .sub-menu li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: hsl(37, 53%, 92%);
  opacity: 0.5;
}
.mobile-navigation-container nav li .sub-menu .sub-menu li:last-child:before {
  display: none;
}

@keyframes fade-in {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}
@keyframes fade-out {
  from {
    opacity: 100%;
  }
  to {
    opacity: 0;
  }
}
.open {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}

body.hidden {
  overflow-y: hidden;
}

#searchModal .uk-modal-dialog {
  background: hsl(181.82, 58.93%, 21.96%);
  opacity: 0.9 !important;
}
#searchModal form {
  position: relative;
}
#searchModal form:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: hsl(37, 53%, 92%);
}
#searchModal form input.uk-search-input {
  border: 0 !important;
  position: relative;
  color: hsl(37, 53%, 92%);
}
#searchModal form input.uk-search-input::-moz-placeholder {
  color: hsl(37, 53%, 92%);
  opacity: 0.7;
}
#searchModal form input.uk-search-input::placeholder {
  color: hsl(37, 53%, 92%);
  opacity: 0.7;
}
#searchModal form span svg path {
  stroke: hsl(37, 53%, 92%) !important;
}
#searchModal form span svg circle {
  stroke: hsl(37, 53%, 92%) !important;
}
#searchModal .uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 10px;
  background: none;
}
#searchModal .uk-modal-close-full svg line {
  stroke: hsl(37, 53%, 92%);
}

.newsletter-signup {
  margin-top: 35px;
  position: relative;
}
.newsletter-signup .gform_validation_errors {
  display: none;
}
.newsletter-signup .field_validation_below {
  position: relative;
}
.newsletter-signup .field_validation_below .validation_message {
  position: absolute;
  bottom: -95px;
}
.newsletter-signup h4 {
  font-weight: 800;
}
@media screen and (max-width: 1200px) {
  .newsletter-signup h4 {
    font-size: 1.2rem;
  }
}
.newsletter-signup form input {
  background: transparent;
  color: hsl(180, 100%, 99%);
  width: 320px;
  border-radius: 5px;
}
.newsletter-signup form input ::-moz-placeholder {
  color: white !important;
}
.newsletter-signup form input ::placeholder {
  color: white !important;
}
.newsletter-signup form ::-moz-placeholder {
  color: white !important;
}
.newsletter-signup form ::placeholder {
  color: white !important;
}
.newsletter-signup form .gform-button {
  border: 1px solid white;
  background-color: white;
  padding: 0.6rem 0.4rem;
  max-width: 150px !important;
  color: hsl(181.82, 58.93%, 21.96%) !important;
  position: relative;
  left: -20px;
  top: 1px;
}
@media screen and (max-width: 1200px) {
  .newsletter-signup form .gform-button {
    left: -10px;
  }
}
@media screen and (max-width: 640px) {
  .newsletter-signup form .gform-button {
    left: 0;
  }
}
.newsletter-signup form .gform_fields {
  display: flex;
  align-items: end;
}
.newsletter-signup form .gform_fields .gform-button {
  display: inline-block;
  vertical-align: bottom;
}

.alert-bar {
  background-color: hsl(181.82, 58.93%, 21.96%);
  padding: 20px 20px;
  width: 100%;
  transition: 0.2s ease;
  position: relative;
  text-align: center;
}
.alert-bar p, .alert-bar a, .alert-bar button {
  font-size: 20px;
  font-weight: bold;
  color: white;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.alert-bar button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 640px) {
  .alert-bar p, .alert-bar a, .alert-bar button {
    font-size: 10px;
  }
}
.alert-bar a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: 0.2s ease;
  cursor: pointer;
}
.alert-bar a:hover {
  color: rgb(255, 30, 30);
  cursor: pointer;
}

/* Posts and pages
--------------------------------------------- */
.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;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
#cookie-notice {
  position: fixed;
  bottom: 0;
  padding: 1rem 0rem;
  width: 100%;
  left: 0;
  right: 0;
  background: hsl(37, 53%, 92%);
  z-index: 99;
}
#cookie-notice p {
  font-size: 0.8rem;
}

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

/* Captions
--------------------------------------------- */
/* 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
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* 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;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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: white;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: black;
  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;
}

/* Alignments
--------------------------------------------- */
.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;
  margin-bottom: 1.5em;
}

/* Layouts */
.hero-homepage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -110px;
  height: 550px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .hero-homepage {
    height: 450px;
  }
}
@media screen and (max-width: 1300px) {
  .hero-homepage {
    background-position: center 20px;
    height: 450px;
  }
}
@media screen and (max-width: 960px) {
  .hero-homepage {
    height: 500px;
    background-position: center 100px;
  }
}
@media screen and (max-width: 760px) {
  .hero-homepage {
    height: 500px;
    background-position: center 100px;
  }
}
@media screen and (max-width: 450px) {
  .hero-homepage {
    height: 400px;
    background-position: -100px 100px;
  }
}
.hero-homepage:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.894);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.902) 0%, rgba(255, 255, 255, 0.904) 7%, rgba(0, 212, 255, 0) 100%);
}

.hero-content {
  position: relative;
  padding-top: 1.5rem;
  width: 100%;
  background-color: hsl(37, 53%, 92%);
}
.hero-content h1 {
  margin: 0;
  color: hsl(181.82, 58.93%, 21.96%);
  font-weight: 800;
  font-size: 3rem;
}
@media screen and (max-width: 1300px) {
  .hero-content h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 760px) {
  .hero-content h1 {
    font-size: 1.5rem;
  }
}
.hero-content svg {
  transform: scaleX(-1);
  width: 100%;
}

#services {
  padding: 0px !important;
  transform: translateY(-2px);
}
#services p {
  color: white;
}
#services .card-grid {
  margin-left: 0px;
  width: 100%;
  gap: 10px;
  align-items: center;
  place-content: center;
  flex-wrap: nowrap;
}
#services .card-grid a {
  text-decoration: none;
  filter: none;
}
#services .card-grid > * {
  padding-left: 0px;
}
@media screen and (max-width: 1120px) {
  #services .card-grid {
    flex-wrap: wrap;
  }
}
#services .card-grid .uk-card {
  overflow: hidden;
  cursor: pointer;
  overflow-y: hidden;
  padding-left: 40px;
  padding-right: 40px;
  background-color: hsl(180, 42%, 92%);
  transition: 0.2s ease-in-out;
}
#services .card-grid .uk-card h3 {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: hsl(12, 60%, 42%);
  text-align: center;
  transition: 0.2s ease-in-out;
}
#services .card-grid .uk-card .cardInfo {
  display: none;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  #services .card-grid .uk-card .cardInfo p {
    font-size: 0.85rem;
  }
}
#services .card-grid .uk-card i {
  display: none;
  color: white;
  animation: float-up 1.2s linear infinite ease-in-out;
}
@media screen and (max-width: 1300px) {
  #services .card-grid .uk-card h3 {
    font-size: 1rem;
  }
}
#services .card-grid .uk-card:hover, #services .card-grid .uk-card:focus {
  background-color: hsl(12, 60%, 42%);
  transform: scale(1.1);
  position: relative;
  z-index: 10;
}
#services .card-grid .uk-card:hover h3, #services .card-grid .uk-card:hover p, #services .card-grid .uk-card:hover div, #services .card-grid .uk-card:focus h3, #services .card-grid .uk-card:focus p, #services .card-grid .uk-card:focus div {
  color: white;
}
#services .card-grid .uk-card:hover img, #services .card-grid .uk-card:focus img {
  display: none;
}
#services .card-grid .uk-card:hover .cardInfo, #services .card-grid .uk-card:focus .cardInfo {
  display: block;
}
#services .card-grid .uk-card:hover i, #services .card-grid .uk-card:focus i {
  display: block;
}
@media screen and (max-width: 1300px) {
  #services .card-grid .uk-card:hover, #services .card-grid .uk-card:focus {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1120px) {
  #services .card-grid .uk-card:hover, #services .card-grid .uk-card:focus {
    transform: scale(1);
  }
}
@media screen and (max-width: 1480px) {
  #services .card-grid .uk-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1600px) {
  #services .card-grid .uk-card {
    height: 350px;
  }
  #services .card-grid .uk-card p {
    font-size: 0.78rem;
  }
  #services .card-grid .uk-card h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  #services .card-grid .uk-card {
    height: 300px;
  }
}
@media screen and (max-width: 1150px) {
  #services .card-grid .uk-card p {
    font-size: 0.73rem;
  }
  #services .card-grid .uk-card h3 {
    font-size: 0.9rem;
    margin-top: 5px;
  }
}
#services .services-content {
  transform: translateY(-50px);
}
@media screen and (max-width: 960px) {
  #services .services-content {
    transform: translateY(0px);
  }
}

.services-info {
  background-color: hsl(181.82, 58.93%, 21.96%);
  padding-top: 15px;
}
.services-info svg {
  width: 100%;
  transform: translateY(15px);
  border: 0px;
  vertical-align: top;
}
.services-info h2 {
  color: white;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .services-info h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 760px) {
  .services-info h2 {
    font-size: 1.5rem;
  }
}

#howWeHelp {
  background: rgb(226, 243, 243);
  background: linear-gradient(0deg, rgba(226, 243, 243, 0) 0%, rgba(226, 243, 243, 0) 30%, rgb(226, 243, 243) 30%);
  min-height: 650px;
  position: relative;
  z-index: 10;
  padding: 20px;
  margin-bottom: 9.5rem;
}
#howWeHelp a {
  text-decoration: none;
}
#howWeHelp h2 {
  font-weight: 700;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  #howWeHelp h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 760px) {
  #howWeHelp h2 {
    font-size: 1.5rem;
  }
}
#howWeHelp h3 {
  color: hsl(12, 60%, 42%);
  font-weight: 700;
}
#howWeHelp .service-picture {
  height: 300px;
  width: 300px;
}
@media screen and (max-width: 1300px) {
  #howWeHelp .service-picture {
    height: 250px;
    width: 250px;
  }
}
@media screen and (max-width: 1120px) {
  #howWeHelp .service-picture {
    height: 240px;
    width: 240px;
  }
}
#howWeHelp .service-slider svg polyline {
  stroke: hsl(12, 60%, 42%) !important;
  stroke-width: 4px;
}
@media screen and (max-width: 960px) {
  #howWeHelp {
    margin-bottom: 3rem;
  }
}

#classes h2 {
  color: hsl(181.82, 58.93%, 21.96%);
  font-weight: 700;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  #classes h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 760px) {
  #classes h2 {
    font-size: 1.5rem;
  }
}
#classes .section-image {
  min-height: 500px;
}
#classes .section-image img {
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
}
#classes .section-image svg {
  transform: translateY(-60px) !important;
  display: none;
}
@media screen and (max-width: 400px) {
  #classes .section-image {
    min-height: 300px;
  }
}
@media screen and (max-width: 640px) {
  #classes .section-image {
    min-height: 400px;
  }
}
#classes .calendar-section {
  background-color: hsl(37, 53%, 92%);
  min-height: 900px;
}
#classes .calendar-section div#query-calendar {
  min-height: 700px;
  width: 100%;
  background-color: hsl(35, 50%, 60%);
  position: relative;
}
#classes .calendar-section div#query-calendar .event-grid .uk-card h3 {
  color: hsl(181.82, 58.93%, 21.96%);
  font-weight: 600;
  font-size: 25px;
}
#classes .calendar-section div#query-calendar #overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
#classes .calendar-section div#query-calendar .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#classes .calendar-section div#query-calendar .spinner {
  width: 40px;
  height: 40px;
  border: 4px hsl(181.82, 58.93%, 21.96%) solid;
  border-top: 4px hsl(37, 53%, 92%) solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
#classes .calendar-section div#query-calendar .calendar-linked-card {
  text-decoration: none !important;
}
#classes .calendar-section div#query-calendar .calendar-linked-card .uk-card {
  transition: 0.2s ease-in-out;
}
#classes .calendar-section div#query-calendar .calendar-linked-card:hover .uk-card {
  background-color: hsl(181.82, 58.93%, 21.96%);
}
#classes .calendar-section div#query-calendar .calendar-linked-card:hover h3, #classes .calendar-section div#query-calendar .calendar-linked-card:hover small, #classes .calendar-section div#query-calendar .calendar-linked-card:hover p, #classes .calendar-section div#query-calendar .calendar-linked-card:hover time {
  color: hsl(180, 100%, 99%);
}
@media screen and (max-width: 400px) {
  #classes .calendar-section div#query-calendar .calendar-linked-card h3 {
    font-size: 1rem !important;
  }
}
#classes .calendar-section svg {
  transform: translateY(10px);
}

.inner-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 10px;
  height: 500px;
  background-color: hsl(181.82, 58.93%, 21.96%);
  background-image: url(https://ilrc.leemediagroup.com/wp-content/uploads/2024/07/arches.png) !important;
  background-size: 150px;
  background-repeat: repeat;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .inner-hero {
    height: 480px;
  }
}
@media screen and (max-width: 1120px) {
  .inner-hero {
    height: 430px;
    background-position: center 50px;
  }
}
@media screen and (max-width: 760px) {
  .inner-hero {
    height: 350px;
  }
}
.inner-hero img {
  position: relative;
  z-index: 10;
}
.inner-hero hgroup {
  position: relative;
  z-index: 99;
  top: 80px;
}
.inner-hero hgroup h1 {
  color: hsl(180, 100%, 99%);
}
.inner-hero hgroup span {
  font-weight: 700;
  padding-bottom: 1rem;
}
.inner-hero.single-hero span {
  color: hsl(37, 53%, 92%);
  font-size: 1.5rem;
}

.inner-hero-ga {
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 450px) {
  .inner-hero-ga {
    height: 500px;
  }
}
@media screen and (min-width: 960px) {
  .inner-hero-ga {
    height: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .inner-hero-ga {
    height: 650px;
  }
}
.inner-hero-ga .uk-container {
  height: 100%;
}
.inner-hero-ga:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  background: white;
  opacity: 0.45;
}
.inner-hero-ga:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.794);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.802) 0%, rgba(255, 255, 255, 0.804) 27%, rgba(0, 212, 255, 0) 100%);
}
.inner-hero-ga img {
  position: relative;
  z-index: 10;
  top: 50px;
}
.inner-hero-ga hgroup {
  position: relative;
  z-index: 99;
  top: 40px;
}
.inner-hero-ga hgroup h1 {
  color: white;
  font-size: 2.3rem;
}
.inner-hero-ga hgroup span {
  font-weight: 300;
  font-size: 1.1rem;
  color: white;
}
.inner-hero-ga .hero-image {
  box-sizing: border-box;
  height: 600px;
}
.inner-hero-ga .hero-image img {
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  vertical-align: top;
  border-left: 3px solid hsl(37, 53%, 92%);
  border-bottom: 3px solid hsl(37, 53%, 92%);
  box-sizing: border-box;
  padding: 5px;
}

.page-id-87 .inner-hero-ga {
  background-position: center center;
}
@media screen and (min-width: 640px) {
  .page-id-87 .inner-hero-ga {
    background-position: center -100px;
  }
}

.page-id-69 .inner-hero-ga {
  background-position: center 50px;
}
@media screen and (min-width: 960px) {
  .page-id-69 .inner-hero-ga {
    background-position: top center;
  }
}

.page-id-81 section.testimonials, .page-id-81 .testimonials-ga {
  display: none;
}

.section-image {
  min-height: 600px;
  background-color: inherit;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  border-radius: 15px;
}
@media screen and (max-width: 640px) {
  .section-image {
    min-height: 350px;
  }
}

section a:not(.uk-button, .linked-card, .uk-accordion-title) {
  text-decoration: underline;
  text-decoration-color: inherit;
  color: hsl(12, 60%, 42%);
  transition: 0.3s ease;
}
section a:not(.uk-button, .linked-card, .uk-accordion-title) .uk-cover-container {
  position: relative;
}
section a:not(.uk-button, .linked-card, .uk-accordion-title) .uk-cover-container img {
  transition: 0.3s ease;
}
section a:not(.uk-button, .linked-card, .uk-accordion-title):hover {
  color: hsl(12, 60%, 42%);
}
section a:not(.uk-button, .linked-card, .uk-accordion-title):hover .uk-cover-container img {
  transform: scale(1.05);
}
section a:not(.uk-button, .linked-card, .uk-accordion-title):hover .uk-cover-container:before {
  height: 100%;
  width: 100%;
}
section h1 {
  font-size: 3rem;
  margin: 0 0 0.3rem 0;
}
@media screen and (max-width: 1600px) {
  section h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1300px) {
  section h1 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 1120px) {
  section h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 760px) {
  section h1 {
    font-size: 1.5rem;
  }
}
section h1, section h2 {
  font-weight: 800;
}
section h3 {
  font-weight: 600;
}

.text-and-card .card {
  background: hsl(181.82, 58.93%, 21.96%);
  border-radius: 25px;
}
.text-and-card .card * {
  color: white;
}
.text-and-card .card ul {
  list-style: none;
}
.text-and-card .card li:before {
  content: "\f00c";
  font-size: 0.8rem;
  font-weight: 900;
  font-family: "Font Awesome 6 FREE";
  margin: 0 5px 0 -25px;
}

.padding-section {
  box-sizing: border-box;
  padding-top: 45px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1120px) {
  .padding-section {
    padding-top: 20px;
  }
}
.padding-section:first-child {
  padding-top: 55px;
}
@media screen and (max-width: 640px) {
  .padding-section:first-child {
    padding-top: 30px;
  }
}

.tanCurveBottom {
  position: relative;
}
.tanCurveBottom:after {
  position: relative;
  display: block;
  bottom: 0;
  height: auto;
  content: url("../assets/images/tan-curve.svg");
  width: 100% !important;
  transform: translate(0px, 10px);
}

.entry-footer-ga {
  min-height: 500px;
}
.entry-footer-ga .uk-grid {
  row-gap: 1.5ch;
}
.entry-footer-ga .card {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 10;
  border-radius: 15px;
  min-height: 250px;
  background-size: cover;
  background-position: center center;
}
.entry-footer-ga .card * {
  color: white;
  position: relative;
  z-index: 2;
}
.entry-footer-ga .card ul {
  list-style: none;
}
.entry-footer-ga .card li:before {
  content: "\f00c";
  font-size: 0.8rem;
  font-weight: 900;
  font-family: "Font Awesome 6 FREE";
  margin: 0 5px 0 -25px;
}
.entry-footer-ga .card:before {
  position: absolute;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  border-radius: 15px;
  content: "";
  height: 100%;
  width: 100%;
  background-color: hsl(181.82, 58.93%, 21.96%);
  z-index: 1;
}
.entry-footer-ga .card:hover:before {
  background-color: hsl(12, 60%, 42%);
  opacity: 70%;
}
.entry-footer-ga .card:hover {
  transform: scale(1.03);
}
.entry-footer-ga .card h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
.entry-footer-ga a {
  text-decoration: none;
}

.section-image img {
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.text-and-image-fw .uk-cover-container {
  min-height: 550px;
}
@media screen and (max-width: 640px) {
  .text-and-image-fw .uk-cover-container {
    min-height: 350px;
  }
}
.left-aligned {
  order: 1;
}

.dropdowns {
  padding-top: 25px;
}
.dropdowns li {
  background: hsl(181.82, 58.93%, 21.96%);
  padding: 25px 25px;
  color: hsl(37, 53%, 92%);
}
.dropdowns li::marker {
  color: hsl(37, 53%, 92%);
}
.dropdowns li h3 {
  color: white;
  clear: none;
  margin: 0px;
}
.dropdowns li a {
  color: white;
  text-decoration: none;
  font-weight: 800;
}
.dropdowns li a:hover {
  color: hsl(37, 53%, 92%);
}
.dropdowns li .uk-accordion-content * {
  color: white;
}
.dropdowns li li {
  padding: 0px;
}
.dropdowns li .uk-accordion-title::before {
  background-image: none;
  content: "+";
  font-family: "Font Awesome 6 FREE";
  font-weight: 900;
  color: white;
  transform-origin: center center;
  transition: 0.3s ease-in-out;
}
.dropdowns .uk-open > .uk-accordion-title::before {
  background-image: none;
  content: "\f00d";
  transform-origin: center center;
  display: block;
  font-family: "Font Awesome 6 FREE";
  font-weight: 900;
  color: white;
}

main.search-page {
  background-image: url(https://ilrc.leemediagroup.com/wp-content/uploads/2024/07/ag-square.png);
  background-repeat: repeat;
}
main.search-page h1, main.search-page h2 {
  margin: 0.5rem 0;
}
main.search-page h1 {
  color: hsl(181.82, 58.93%, 21.96%);
  font-weight: 800;
}
main.search-page span {
  color: hsl(181.82, 58.93%, 21.96%);
  font-weight: 300;
}
main.search-page h2 {
  font-weight: 800;
  color: hsl(181.82, 58.93%, 21.96%);
  font-size: 1.5rem;
}
main.search-page a {
  color: hsl(181.82, 58.93%, 21.96%);
  text-decoration: none;
  text-underline-offset: 6px;
  font-size: 1.2rem;
}
main.search-page a:hover {
  color: hsl(12, 60%, 42%);
}
main.search-page .search-result {
  position: relative;
}
main.search-page .search-result:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 0.3px;
  width: 100%;
  background-color: hsl(181.82, 58.93%, 21.96%);
}
main.search-page .search-results-area {
  padding: 55px 25px;
  background-color: hsl(180, 100%, 99%);
  position: relative;
  box-shadow: 0 9px 9px -9px rgb(255, 255, 255);
}
@media screen and (max-width: 640px) {
  main.search-page .search-results-area {
    padding: 25px 10px;
  }
}
main.search-page .search-results-area p {
  text-transform: lowercase;
}
main.search-page .search-results-area p:first-letter {
  text-transform: capitalize;
}
main.search-page .search-results-area .uk-pagination a {
  text-decoration: none;
}
main.search-page .search-results-area h2 {
  font-weight: 600;
}
main.search-page form input.uk-search-input {
  padding: 1.4rem 0.7rem;
  border: 0.3px solid;
  border-color: rgb(208, 208, 208);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  color: hsl(181.82, 58.93%, 21.96%);
}
main.search-page form input.uk-search-input::-moz-placeholder {
  color: hsl(181.82, 58.93%, 21.96%);
  opacity: 0.7;
}
main.search-page form input.uk-search-input::placeholder {
  color: hsl(181.82, 58.93%, 21.96%);
  opacity: 0.7;
}
main.search-page form iframe {
  box-shadow: none !important;
}
main.search-page form span svg path, main.search-page form span svg circle {
  stroke: hsl(181.82, 58.93%, 21.96%) !important;
}
main.search-page .search-container {
  position: relative;
}
main.search-page .search-container:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  height: 100%;
  width: 50px;
  background: hsl(180, 100%, 99%);
  filter: blur(9px);
  z-index: 10;
}
main.search-page .search-container:after {
  content: "";
  position: absolute;
  right: -10px;
  height: 100%;
  top: 10px;
  width: 50px;
  background: hsl(180, 100%, 99%);
  filter: blur(9px);
  z-index: 10;
}
@media screen and (max-width: 640px) {
  main.search-page .search-container:before, main.search-page .search-container:after {
    display: none;
  }
}

.tribe-events-calendar-list header, .tribe-events-calendar-day header {
  position: relative;
}

.gform_wrapper ul li, .standard-form ul li {
  margin: 30px 0px;
}
.gform_wrapper input:where([type=text], [type=email], [type=tel], [type=number]), .gform_wrapper select, .gform_wrapper textarea, .standard-form input:where([type=text], [type=email], [type=tel], [type=number]), .standard-form select, .standard-form textarea {
  padding: 0.7rem 0.4rem !important;
  border: 0.5px solid;
  border-color: rgb(124, 124, 124);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  color: hsl(181.82, 58.93%, 21.96%);
}
.gform_wrapper input:where([type=text], [type=email], [type=tel], [type=number])::-moz-placeholder, .gform_wrapper select::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .standard-form input:where([type=text], [type=email], [type=tel], [type=number])::-moz-placeholder, .standard-form select::-moz-placeholder, .standard-form textarea::-moz-placeholder {
  color: hsl(181.82, 58.93%, 21.96%);
  opacity: 0.7;
  font-size: 0.9rem;
}
.gform_wrapper input:where([type=text], [type=email], [type=tel], [type=number])::placeholder, .gform_wrapper select::placeholder, .gform_wrapper textarea::placeholder, .standard-form input:where([type=text], [type=email], [type=tel], [type=number])::placeholder, .standard-form select::placeholder, .standard-form textarea::placeholder {
  color: hsl(181.82, 58.93%, 21.96%);
  opacity: 0.7;
  font-size: 0.9rem;
}
.gform_wrapper input:where([type=text], [type=email], [type=tel], [type=number]):focus, .gform_wrapper select:focus, .gform_wrapper textarea:focus, .standard-form input:where([type=text], [type=email], [type=tel], [type=number]):focus, .standard-form select:focus, .standard-form textarea:focus {
  outline: 2px solid hsl(181.82, 58.93%, 21.96%);
}
.gform_wrapper .ginput_container_fileupload, .standard-form .ginput_container_fileupload {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.gform_wrapper .ginput_container_fileupload span, .standard-form .ginput_container_fileupload span {
  padding-top: 0px !important;
}
.gform_wrapper label.gfield_label, .gform_wrapper th, .standard-form label.gfield_label, .standard-form th {
  font-weight: 500 !important;
  font-size: 1rem !important;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_blue, .standard-form .gf_progressbar_percentage.percentbar_blue {
  background-color: hsl(181.82, 58.93%, 21.96%) !important;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_blue span, .standard-form .gf_progressbar_percentage.percentbar_blue span {
  color: white !important;
}
.gform_wrapper .gchoice, .standard-form .gchoice {
  vertical-align: middle;
}
.gform_wrapper .gchoice label, .standard-form .gchoice label {
  margin-top: 5px !important;
}

.services-cards .card-grid {
  margin-left: 0px;
  width: 100%;
  gap: 10px;
  align-items: center;
  place-content: center;
  flex-wrap: nowrap;
}
.services-cards .card-grid > * {
  padding-left: 0px;
}
@media screen and (max-width: 1120px) {
  .services-cards .card-grid {
    flex-wrap: wrap;
  }
}
.services-cards .card-grid .uk-card {
  overflow: hidden;
  cursor: pointer;
  overflow-y: hidden;
  padding-left: 40px;
  padding-right: 40px;
  background-color: hsl(180, 42%, 92%);
  transition: 0.2s ease-in-out;
}
.services-cards .card-grid .uk-card h3 {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: hsl(12, 60%, 42%);
  text-align: center;
  transition: 0.2s ease-in-out;
}
.services-cards .card-grid .uk-card .cardInfo {
  display: none;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .services-cards .card-grid .uk-card .cardInfo p {
    font-size: 0.85rem;
  }
}
.services-cards .card-grid .uk-card i {
  display: none;
  color: white;
  animation: float-up 1.2s linear infinite ease-in-out;
}
@media screen and (max-width: 1300px) {
  .services-cards .card-grid .uk-card h3 {
    font-size: 1rem;
  }
}
.services-cards .card-grid .uk-card:hover, .services-cards .card-grid .uk-card:focus {
  background-color: hsl(12, 60%, 42%);
  transform: scale(1.1);
  position: relative;
  z-index: 10;
}
.services-cards .card-grid .uk-card:hover h3, .services-cards .card-grid .uk-card:hover p, .services-cards .card-grid .uk-card:hover div, .services-cards .card-grid .uk-card:focus h3, .services-cards .card-grid .uk-card:focus p, .services-cards .card-grid .uk-card:focus div {
  color: white;
}
.services-cards .card-grid .uk-card:hover img, .services-cards .card-grid .uk-card:focus img {
  display: none;
}
.services-cards .card-grid .uk-card:hover .cardInfo, .services-cards .card-grid .uk-card:focus .cardInfo {
  display: block;
}
.services-cards .card-grid .uk-card:hover i, .services-cards .card-grid .uk-card:focus i {
  display: block;
}
@media screen and (max-width: 1300px) {
  .services-cards .card-grid .uk-card:hover, .services-cards .card-grid .uk-card:focus {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1120px) {
  .services-cards .card-grid .uk-card:hover, .services-cards .card-grid .uk-card:focus {
    transform: scale(1);
  }
}
@media screen and (max-width: 1480px) {
  .services-cards .card-grid .uk-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .services-cards .card-grid .uk-card {
    height: 350px;
  }
  .services-cards .card-grid .uk-card p {
    font-size: 0.78rem;
  }
  .services-cards .card-grid .uk-card h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .services-cards .card-grid .uk-card {
    height: 300px;
  }
}
@media screen and (max-width: 1150px) {
  .services-cards .card-grid .uk-card p {
    font-size: 0.73rem;
  }
  .services-cards .card-grid .uk-card h3 {
    font-size: 0.9rem;
    margin-top: 5px;
  }
}

iframe:not(.component-frame) {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 15px;
}

.contact-card {
  background: inherit;
  position: relative;
  padding-top: 1rem;
  z-index: 20;
}

.info h2 {
  filter: brightness(110%);
}

.physical-address h2 {
  filter: brightness(120%);
  font-size: 1.3rem;
}
.physical-address b {
  color: rgb(48, 48, 48);
}

.linked-card {
  text-decoration: none !important;
}

.gallery-link div {
  border-radius: 15px;
}

.uk-card-media-top {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.related-success-stories .uk-card {
  border-radius: 10px;
}
.related-success-stories .uk-card h3 {
  color: hsl(181.82, 58.93%, 21.96%);
}
.related-success-stories .uk-card p {
  font-size: 0.8rem;
}
.related-success-stories .uk-card-media-top {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.success-story-image {
  max-height: 650px;
  min-height: 350px;
}
@media screen and (max-width: 640px) {
  .success-story-image {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .success-story .thumbnail {
    height: 300px;
  }
}

.success-story-single blockquote {
  padding-left: 1.5rem !important;
}
.success-story-single blockquote p {
  font-size: 0.9rem;
  color: hsl(181.82, 58.93%, 21.96%) !important;
  font-weight: bold;
}

.uk-container {
  box-sizing: border-box;
}

.uk-container-large {
  max-width: 1400px;
}

strong {
  font-weight: 900;
}

.tribe-events-header .tribe-common-c-btn, .tribe-events-header .tribe-events-c-search__button, .tribe-events-header .tribe-common-c-btn-border-small {
  background-color: hsl(181.82, 58.93%, 21.96%) !important;
  color: hsl(180, 100%, 99%) !important;
  border: 0 !important;
}

#tribe-events-pg-template {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
#tribe-events-pg-template img {
  border-radius: 15px;
}

.tribe-events-before-html {
  display: none !important;
}

.event-info h3 {
  font-size: 0.9rem;
}
.event-info time, .event-info address, .event-info p {
  color: hsl(181.82, 58.93%, 21.96%);
  font-size: 1.1rem;
  font-weight: 400;
}

.event-hero time {
  color: hsl(180, 100%, 99%);
}

main.holiday-cards button {
  background-color: hsl(181.82, 58.93%, 21.96%);
  color: white;
  font-weight: 700;
  border-radius: 50px;
  font-size: 1rem;
  padding: 10px 30px;
  border: 0;
  margin: 10px 10px;
}

.list-and-icons .icon {
  margin-top: 5px;
}
.list-and-icons .icon i {
  font-size: larger;
  display: inline-block;
}
.list-and-icons .icon-list {
  padding-left: 1.5rem;
}

.page-template-greater-expectations .entry-footer-ga a {
  text-decoration: none;
}

body:not(.page-id-99) .tribe-events-view .tribe-common-l-container {
  padding: 0px 0px;
}
body:not(.page-id-99) .tribe-events-view .tribe-common-l-container img {
  display: none !important;
}
body:not(.page-id-99) .tribe-events-view .tribe-column-g-col {
  padding: 10px 10px;
}
body:not(.page-id-99) .tribe-events-view .tribe-common-c-btn-border {
  border: 1px solid hsl(181.82, 58.93%, 21.96%);
  outline: hsl(181.82, 58.93%, 21.96%);
}
body:not(.page-id-99) .tribe-events-view .tribe-common-c-btn-border button {
  color: hsl(181.82, 58.93%, 21.96%);
}
body:not(.page-id-99) .tribe-events-view .tribe-common-c-btn-border svg {
  color: hsl(181.82, 58.93%, 21.96%);
  stroke: hsl(181.82, 58.93%, 21.96%);
}
section#provider-map {
  position: relative;
  margin-bottom: 4rem;
}
section#provider-map .providers-list {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  section#provider-map .providers-list {
    max-height: 10rem;
    overflow-y: scroll;
    border: 0.5px solid hsl(181.82, 58.93%, 21.96%);
    padding: 1rem;
  }
}
section#provider-map h2 {
  font-size: 1rem;
}
section#provider-map svg {
  display: inline-block;
}
section#provider-map .provider:hover polygon, section#provider-map .provider:focus polygon {
  transition: 0.3s ease-in-out;
  filter: brightness(110%);
}
section#provider-map polygon {
  transition: 0.3s ease-in-out;
}
section#provider-map .provider {
  position: relative;
}
section#provider-map .provider:hover {
  cursor: pointer;
}
section#provider-map .provider:focus {
  outline: 1px solid red;
  z-index: 100;
}
section#provider-map a {
  text-decoration: none;
}
section#provider-map .colorCode {
  height: 35px;
  width: 35px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
section#provider-map h3 {
  font-size: 0.9rem;
  margin: 0;
}
section#provider-map .uk-flex {
  gap: 0.8rem;
}
section#provider-map .ResourceCenterforIndependentLiving .colorCode {
  background-color: #ab442a;
}
section#provider-map .IndependentConnectionInc .colorCode {
  background-color: #aadce0;
}
section#provider-map .BeyondBarriers .colorCode {
  background-color: #cca366;
}
section#provider-map .IndependentLivingResourceCenter .colorCode {
  background-color: #71c5cc;
}
section#provider-map .LINKInc .colorCode {
  background-color: hsl(181.82, 58.93%, 21.96%);
}
section#provider-map .LINKInc a:hover ~ g#LINK polygon {
  filter: brightness(150%);
}
section#provider-map .SoutheastKansasIndependentLiving .colorCode {
  background-color: #e0c8a3;
}
section#provider-map .IndependenceInc .colorCode {
  background-color: #45797a;
}
section#provider-map .ThreeRiversInc .colorCode {
  background-color: #a27954;
}
section#provider-map .TopekaIndependentLivingCenter .colorCode {
  background-color: #e3f3f5;
}
section#provider-map .TheWholePerson .colorCode {
  background-color: #c98777;
}
section#provider-map .IndependentLivingResourceCenter-region path {
  fill: black;
}

.provider-modal {
  border-radius: 20px;
}
.provider-modal h3 {
  font-weight: 700;
  color: rgb(26, 26, 26);
  font-size: 1rem;
}
.provider-modal .logo-title {
  gap: 1rem;
  margin-bottom: 2rem;
}
.provider-modal .logo-title h3 {
  margin: 0px;
}
.provider-modal .provider-modal {
  border-radius: 20px;
}
.provider-modal h4 {
  font-size: 0.76rem;
  margin: 0px 0px 10px 0px;
  color: hsl(181.82, 58.93%, 21.96%);
}
.provider-modal span {
  color: rgb(25, 25, 25);
  font-size: 1rem;
  margin-bottom: 20px;
}
.provider-modal .whiteButton {
  color: hsl(181.82, 58.93%, 21.96%);
  border-color: hsl(181.82, 58.93%, 21.96%);
}
.provider-modal .whiteButton:hover {
  background: hsl(181.82, 58.93%, 21.96%);
  color: hsl(180, 100%, 99%);
}
.provider-modal .counties-served {
  max-height: 10rem;
  overflow-y: scroll;
  background-color: white;
  box-sizing: border-box;
  box-shadow: rgba(157, 160, 163, 0.2) 0px 8px 24px;
  border-radius: 10px;
  padding: 10px 10px;
}

.provider-btn {
  position: relative;
  z-index: 100;
}

.testimonials-ga p {
  color: hsl(181.82, 58.93%, 21.96%);
}

.ginput_container_custom_card_fields iframe {
  box-shadow: none;
}

.tribe-common-c-btn-border:hover, .tribe-common-c-btn-border:focus {
  background: hsl(181.82, 58.93%, 21.96%) !important;
}
.tribe-common-c-btn-border:hover button, .tribe-common-c-btn-border:focus button {
  color: white !important;
}
.tribe-common-c-btn-border:hover svg path, .tribe-common-c-btn-border:focus svg path {
  color: white !important;
}/*# sourceMappingURL=style.css.map */