/*
Theme Name: total_wellness WP Theme Theme
Theme URI: https://total_wellness.com/
Author: David Bernstein
Author URI: https://total_wellness.com/
Description: total_wellness WP Theme WordPress Theme 2025
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: total_wellness_wp_theme_theme
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.

total_wellness WP Theme Theme 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/
*/
/*For Icons*/
/*For green text, background of top header bar*/
/*Background Colors*/
/*Borders*/
.lt-green-text {
  color: #001E61;
  font-weight: 600;
}

.green-text {
  color: #C20430;
  font-weight: 600;
}

.grey-text {
  color: #333;
}

.grey-bkg {
  background-color: #f3f3f3;
}

.dk-grey-bkg {
  background-color: #28262b;
}

.blue-bkg {
  background-color: #001E61;
  color: #fff;
}

.main-red-bkg {
  background-color: #C20430;
  color: #fff;
}

.yellow-text {
  color: #ff9900;
}
.yellow-text:hover {
  color: #ff9900;
}

/*Font Variables*/
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spacer {
  padding: 100px 0;
}

.spacer-sm {
  padding: 25px 0;
}

.bkg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.heading-divider,
.wp-block-separator {
  background-color: #809b8b;
  display: block;
  max-width: 120px;
  height: 1px;
  border: none;
  opacity: 1;
}

.split-background {
  background: #f3f3f3;
}

@media only screen and (min-width: 768px) {
  .parallax {
    background-attachment: fixed;
  }
}
.accordion-item {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  margin-bottom: 1rem;
}

.accordion-header {
  display: flex;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  gap: 1rem;
}

.accordion-icon {
  width: 30px;
  height: 30px;
  border: 2px solid white;
  background: white;
  color: #809b8b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  border-radius: 3px;
}

.accordion-header[aria-expanded=true] .accordion-icon {
  content: "-";
}

.accordion-header[aria-expanded=true] .accordion-icon::before {
  content: "-";
}

.accordion-header[aria-expanded=false] .accordion-icon::before {
  content: "+";
}

.accordion-body {
  padding: 1rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*Get Font Variables*/
body {
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  color: #00304B;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-lead p,
li.menu-item span,
.dropdown-item span {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
}

p,
span,
time,
li,
a,
dt,
dd {
  font-family: "Nunito", sans-serif;
  font-size: 1.125rem;
}

article h2.green-text {
  font-size: 1.5rem;
  font-weight: 400;
}
article.faq-article h2 {
  font-size: 2rem;
}
article h3,
article h4 {
  font-size: 1.125rem;
  /*font-family: $roboto-font-family;*/
}
article .faq-container > h3 {
  padding-top: 20px;
  font-size: 1.25rem;
  border-top: 1px solid #d3d3d3;
}
article .related-links {
  /*
    - Removed list styling
    - On About Us page
   */
  padding: 0;
}
article .related-links li {
  list-style-type: none;
  margin: 25px 0;
}

.entry h1 {
  font-size: 1.5rem;
}
.entry h2,
.entry h3 {
  font-size: 1.125rem;
}

#nav-posts .nav-links .page-numbers {
  color: #00304B;
}

@media only screen and (min-width: 768px) {
  .entry h1 {
    font-size: 2.125rem;
  }
  .entry h2 {
    font-size: 1.5rem;
  }
  .entry h3 {
    font-size: 1.25rem;
  }
  .entry h4 {
    font-size: 1.125rem;
  }
  .entry h5 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .entry h2 {
    font-size: 1.875rem;
  }
  .entry h3 {
    font-size: 1.5rem;
  }
  .entry h4 {
    font-size: 1.25rem;
  }
  .entry h5 {
    font-size: 1.125rem;
  }
  .entry h6 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  h2 {
    font-size: 2rem;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.scroll-fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.scroll-fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  animation-delay: 0.2s;
  transition-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
  transition-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
  transition-delay: 0.8s;
}

.delay-5 {
  animation-delay: 1s;
  transition-delay: 1s;
}

.site-header {
  width: 100%;
  top: 0;
  z-index: 1;
}
.site-header .custom-logo-link img {
  max-width: 150px;
  height: auto;
}

.header__branding {
  padding: 10px 0;
}
.header__contact-icon svg {
  font-size: 18px;
}
.header__contact-icon a {
  color: #ffffff;
}
.header__contact-bar {
  background-color: #ffffff;
}
.header__contact-bar h4 {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.header {
  background: #28262b;
}
.header__nav {
  width: 100%;
  padding: 0;
  align-items: stretch;
}
.header__nav .container {
  display: block;
  height: 100%;
}
.header #top-nav {
  background: #809b8b;
}
.header__contact-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 0;
}
.header__contact-info a {
  margin: 0 10px;
  font-weight: normal;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
}
.header__contact-info a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 80%;
  margin: auto 10px;
}
.header__contact-info a:last-child:after {
  content: none;
}
.header__navigation {
  width: 100%;
  /*    display: flex;
      flex-direction: column;
      justify-content: space-between;*/
}
.header__menu-wrapper {
  height: 100%;
  width: 100%;
  padding-top: 30px;
}
.header__menu {
  display: flex;
  flex-direction: column;
}
.header__cta {
  width: 100%;
  max-width: 200px;
}

.header__menu a {
  color: white;
  text-decoration: none;
}
.header__menu .menu-item {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.header__menu .menu-item.menu-item-has-children {
  position: relative;
}
.header__menu .menu-item.menu-item-has-children.active a:after {
  transform: rotate(-180deg);
}
.header__menu .menu-item.menu-item-has-children > a {
  display: flex;
}
.header__menu .menu-item.menu-item-has-children > a:after {
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f078";
  margin-left: 5px;
  border: none;
  width: initial;
  height: initial;
  transition: transform 0.3s;
}
.header__menu .menu-item a {
  display: flex;
  align-items: center;
  height: 100%;
  color: white;
  font-weight: normal;
  text-decoration: none;
  font-size: 1rem;
}
.header__menu .menu-item a:hover {
  color: #809b8b;
}
.header__menu .menu-item.btn-primary {
  padding: 0.75rem 1.5rem;
}
@media (max-width: 991px) {
  .header__menu .menu-item.btn-primary {
    margin: 0.5rem 0;
  }
}
.header__menu .menu-item.btn-primary a, .header__menu .menu-item.btn-primary a:hover {
  color: #fff;
}
.header__menu .menu-item.dropdown:hover .dropdown-menu {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}
.header__menu .menu-item .dropdown-menu {
  display: block;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  background: #f5f5f5;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 0;
}
.header__menu .menu-item .dropdown-menu a {
  color: #28262b;
}
.header__menu .menu-item .sub-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  background-color: #f5f5f5;
  padding-left: 0;
  width: 100%;
  min-width: 250px;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: translateY(10px);
}
.header__menu .menu-item .sub-menu.active {
  visibility: visible;
  display: block;
  opacity: 1;
  overflow: auto;
}
.header__menu .menu-item .sub-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}
.header__menu .menu-item .sub-menu li:last-of-type {
  border: none;
}
.header__menu .menu-item .sub-menu li a {
  color: #333;
  padding: 20px;
  display: flex;
  align-items: center;
  min-height: 40px;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 991px) {
  .header__navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #28262b;
    padding: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
  .header__navigation.is-active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0s;
    height: 100vh;
  }
  .header__menu > .menu-item {
    border-bottom: 1px solid #d3d3d3;
  }
  .header__menu > .menu-item a {
    padding: 20px;
  }
  .header__menu > .menu-item:last-of-type {
    border-bottom: none;
  }
  .header__menu > .menu-item.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .header__nav > .container {
    max-width: 300px;
  }
  .header__menu-wrapper {
    padding-top: 0;
  }
  .header__menu {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    height: 100%;
  }
  .header__menu .menu-item {
    margin: 0 15px;
    height: 100%;
  }
  .header__menu .menu-item-has-children .sub-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
  }
  .header__menu .menu-item-has-children:hover a:after {
    transform: rotate(-180deg);
  }
  .header__menu .menu-item-has-children:hover .sub-menu {
    display: block;
    visibility: visible;
    height: initial;
    overflow: initial;
    opacity: 1;
    transform: translateY(0);
  }
  .header__menu .menu-item-has-children .sub-menu {
    position: absolute;
  }
}
@media only screen and (min-width: 1200px) {
  .header__menu .menu-item a {
    font-size: 1rem;
  }
}
.custom-container-lg {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .custom-container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .custom-container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .custom-container-lg {
    max-width: 1320px;
  }
}
.footer {
  background-color: #28262b;
  color: white;
}
.footer__logo img {
  max-width: 250px;
  height: auto;
}
.footer__heading {
  font-size: 1.5rem;
  color: white;
}
.footer__subheading {
  font-size: 1rem;
  color: white;
}
.footer p {
  color: white;
}
.footer a {
  color: white;
  text-decoration: none;
  color: white;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer__menu {
  margin: 50px 0;
  padding-top: 50px;
  border-top: 3px solid #809b8b;
}
.footer__social-media {
  display: flex;
  margin: 30px 0;
}
.footer__social-media a {
  margin: 5px;
  font-size: 1.125rem;
  color: white;
}
.footer__copyright {
  font-size: 0.75rem;
  color: white;
  margin: 0;
}
.footer__copyright a {
  font-size: 0.75rem;
}

@media only screen and (min-width: 992px) {
  .footer__menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .footer .menu-item {
    width: fit-content;
    margin: 0 30px;
    font-size: 1.125rem;
  }
}
/*Styling for the basic page content with sidebar*/
body .is-layout-flex {
  align-items: center !important;
}

.wp-block-heading {
  color: #00304B;
  margin: 50px 0 20px;
}

.team-section hr {
  margin-bottom: 30px;
}

.team-card {
  margin-bottom: 30px;
}
.team-card__inner {
  height: 100%;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.team-card__content {
  padding: 5% 5% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-card__name {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.team-card__name, .team-card__position, .team-card__yos {
  font-weight: bold;
  color: #00304B;
}
.team-card__position, .team-card__yos {
  margin-bottom: 5px;
}
.team-card__description {
  margin-top: 15px;
}
.team-card__link {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 10px 20px;
  line-height: 1;
  transition: 0.3s ease-in-out;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  background-color: #333;
}
.team-card .btn-wrap {
  margin-top: 15px;
}

.entry-title a,
.entry-summary a {
  color: #00304B;
  text-decoration: none;
}

.search-result-item {
  border-bottom: 1px solid #d3d3d3;
}
.search-result-item:last-of-type {
  border-bottom: none;
}

.department-row {
  border-bottom: 1px solid #d3d3d3;
}
.department-row:last-child {
  border-bottom: none;
}

.job-posting__inner {
  height: 100%;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.job-posting__content {
  padding: 5% 5% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.job-posting__content a {
  color: #00304B;
  text-decoration: none;
}
.job-posting__title {
  font-size: 1.125rem;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.job-posting__date {
  color: #666;
  font-size: 0.75rem;
  text-align: right;
}
.job-posting__btn {
  color: #00304B;
  text-decoration: none;
}

.blog-sidebar__inner {
  background-color: #333;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: #666 0px 0px 5px 0 !important;
  -moz-box-shadow: #666 0px 0px 5px 0 !important;
  -webkit-box-shadow: #666 0px 0px 5px 0 !important;
}
.blog-sidebar__content {
  color: #fff;
}
.blog-sidebar__content h3 {
  font-size: 1.5rem;
}
.blog-sidebar__link {
  color: #fff;
  text-decoration: none;
}
.blog-sidebar__link:hover {
  text-decoration: underline;
}

.blog-posts-header h1 {
  margin: 0 0 10px;
}
.blog-posts-header h3 {
  font-size: 1.125rem;
}

.category-section:not(:last-child) {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .blog-posts-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .blog-sidebar {
    margin-bottom: 30px;
  }
}
.entry__header h1 {
  margin-top: 0;
}
.entry__header h1,
.entry__header p {
  color: #fff;
}
.entry__data p {
  margin: 0 0 5px;
}

/***** Homepage Hero Section *****/
.homepage-hero {
  position: relative;
  /*Image Container*/
  /*End Image Container*/
}
.homepage-hero__hero-img-container {
  position: relative;
}
.homepage-hero__hero-img-container img {
  height: 350px;
  object-fit: cover;
}
.homepage-hero__hero-img-container .img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4));
}
.homepage-hero__hero-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.homepage-hero__hero-text h1,
.homepage-hero__hero-text p {
  color: #fff;
  font-weight: bold;
}
.homepage-hero__hero-text a.btn {
  line-height: 1;
}

/***** End Homepage Hero Section *****/
/***** Services Section *****/
.pt-card {
  margin: 10px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px 0 !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px 0 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px 0 !important;
  transition: 0.3s linear;
}
.pt-card:hover {
  transform: translate(0, -5px);
  box-shadow: rgba(0, 0, 0, 0.75) 0 2px 4px 0 !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 2px 4px 0 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 2px 4px 0 !important;
}
.pt-card__inner {
  position: relative;
}
.pt-card__heading-container {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 70%;
  height: 100%;
  z-index: 1;
  padding: 3% 5%;
}
.pt-card__heading {
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
}
.pt-card__heading a {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.pt-card__heading a,
.pt-card__heading a:after,
.pt-card__heading a:hover {
  color: #fff;
  text-decoration: none;
}
.pt-card__img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
}

.homepage-services {
  background: #809b8b;
  color: white;
}
.homepage-services h2 {
  text-align: center;
  letter-spacing: 6px;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.homepage-services h2 span {
  display: block;
  font-weight: bold;
  letter-spacing: normal;
  font-size: 2.75rem;
  font-family: "Nunito Sans", sans-serif;
  text-transform: none;
}
.homepage-services h3 {
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 0;
}
.homepage-services .divider {
  max-width: 300px;
  height: 3px;
  border: none;
  background-color: white;
  margin: 2rem auto;
  opacity: 1;
}

/***** End Services Section *****/
/***** Intro Section *****/
.homepage-intro__tagline {
  font-size: 1.125rem;
  color: #001E61;
  display: block;
}
.homepage-intro__heading {
  margin-bottom: 15px;
  font-size: 2.25rem;
}
.homepage-intro__text {
  margin-bottom: 30px;
}

/***** End Intro Section *****/
/***** About Section *****/
.homepage-about {
  background: #f3f3f3;
}
.homepage-about__tagline {
  font-size: 1.125rem;
  color: #001E61;
  display: block;
}
.homepage-about__heading {
  margin-bottom: 15px;
  font-size: 2.25rem;
}
.homepage-about__text {
  margin-bottom: 30px;
}

/***** End About Section *****/
/***** Parallax Section *****/
.homepage-parallax {
  padding: 50px 0;
}
.homepage-parallax__title, .homepage-parallax__description {
  color: #fff;
}

/***** End Parallax Section *****/
/***** Team Section *****/
.homepage-team .row {
  flex-direction: column-reverse;
}
.homepage-team__text {
  padding-top: 30px;
}

/***** End Team Section *****/
/***** Linecard Section *****/
.homepage-linecard__tagline {
  font-size: 1.125rem;
  color: #001E61;
  display: block;
}
.homepage-linecard__title {
  padding-top: 20px;
}
.homepage-linecard__heading {
  margin-bottom: 15px;
  font-size: 2.25rem;
}
.homepage-linecard a:has(img) {
  height: 100%;
}
.homepage-linecard__images {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.homepage-linecard__images img {
  width: auto;
  margin: 5px;
  height: 20px;
}

/***** End Linecard Section *****/
@media only screen and (min-width: 768px) {
  .homepage-hero__hero-img-container img {
    height: calc(100vh - 120px);
    max-height: 800px;
  }
  .homepage-team .row {
    flex-direction: row;
  }
  .homepage-intro__text {
    margin-bottom: 0;
  }
} /*End Media Query 768px*/
/***** Media Queries *****/
@media only screen and (min-width: 992px) {
  .homepage-parallax {
    padding: 100px 0;
  }
  .homepage-linecard .row {
    background-color: #f3f3f3;
  }
} /*End Media Query 992px*/
@media only screen and (min-width: 1068px) {
  .homepage-hero h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-hero__hero-text h1 {
    font-size: 4rem;
  }
  .homepage-hero__hero-text p {
    font-size: 1.5rem;
  }
  .pt-card__heading-container {
    top: 0;
    width: 100%;
  }
  .pt-card__heading {
    text-align: center;
    font-size: 2rem;
  }
  .pt-card__heading a {
    justify-content: center;
    align-items: center;
  }
  .homepage-intro__heading {
    font-size: 2.75rem;
  }
} /*End Media Query 1200px*/
/* Positioning the transition piece */
.section-divider {
  position: relative;
  width: 100%;
  line-height: 0;
  direction: ltr;
  display: flex;
  justify-content: center;
}

.section-divider svg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 290px; /* Adjust height as needed */
  display: block;
  z-index: 1;
}

.section-divider-content {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  z-index: 2;
}
.section-divider-content img {
  max-width: 370px;
  height: 175px;
  object-fit: cover;
  opacity: 1;
}
.section-divider-content img:nth-child(2) {
  margin-top: 3rem;
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-divider-content img:nth-child(2) {
    display: block;
  }
}

/* Optional: Color the SVG path to match your background */
.section-divider .elementor-shape-fill {
  fill: #ffffff;
}

.contact-item {
  margin: 20px 0;
}

/***** Therapeutic Massage Intro Section *****/
.therapeutic-massage-intro {
  background: white;
  color: #28262b;
  text-align: center;
}
.therapeutic-massage-intro h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.therapeutic-massage-intro p {
  font-size: 1.125rem;
  max-width: 800px;
  margin: 0 auto;
}

/***** End Therapeutic Massage Intro Section *****/
/***** Therapeutic Massage Pricing Section *****/
.therapeutic-massage-pricing {
  background: #809b8b;
  color: white;
}
.therapeutic-massage-pricing h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}

.pricing-card {
  background: white;
  color: #333;
  padding: 3rem 1.5rem 2rem;
  border-radius: 8px;
  text-align: center;
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0px 30px 65px 0px rgba(59, 59, 85, 0.24);
}

.pricing-ribbon {
  position: absolute;
  top: 20px;
  left: -42px;
  background: #413e46;
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  font-weight: bold;
  transform: rotate(-45deg);
  width: 160px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}

.pricing-amount {
  font-size: 3rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bolder;
  color: #809b8b;
  margin-bottom: 0.5rem;
}

.pricing-suffix {
  font-size: 1.125rem;
  color: #666;
}

/***** End Therapeutic Massage Pricing Section *****/
/***** Therapeutic Massage Packages Section *****/
.therapeutic-massage-packages {
  padding-top: 4rem;
  padding-bottom: 0;
}
.therapeutic-massage-packages h2 {
  text-align: center;
  font-size: 2.75rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.package-row {
  background: #f5f5f5;
  display: flex;
  align-items: center;
}
.package-row-even .package-image-col {
  order: 1;
  padding-left: 0;
  padding-right: 0;
}
.package-row-even .package-content-col {
  order: 2;
}
@media (min-width: 768px) {
  .package-row-even .package-content {
    margin-right: auto;
  }
}
.package-row-odd .package-image-col {
  order: 1;
  padding-right: 0;
  padding-left: 0;
}
.package-row-odd .package-content-col {
  order: 2;
}
@media (min-width: 768px) {
  .package-row-odd .package-image-col {
    order: 2;
  }
  .package-row-odd .package-content-col {
    order: 1;
  }
}
@media (min-width: 768px) {
  .package-row-odd .package-content {
    margin-left: auto;
  }
}

.package-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 200px;
}

.package-content {
  padding: 2rem;
  max-width: 600px;
}
.package-content h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #809b8b;
}
.package-content p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.package-notes {
  font-style: italic;
  color: #809b8b;
}

/***** End Therapeutic Massage Packages Section *****/
/***** Therapeutic Massage Other Section *****/
.therapeutic-massage-other {
  background: #809b8b;
  color: white;
}
.therapeutic-massage-other .section-pretitle {
  display: block;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}
.therapeutic-massage-other h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.therapeutic-massage-other .divider {
  max-width: 300px;
  height: 3px;
  border: none;
  background-color: white;
  margin: 2rem auto;
  opacity: 1;
}
.therapeutic-massage-other h3 {
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 0;
}

/***** End Therapeutic Massage Other Section *****/
.btn-wrap-centered {
  margin: 0 auto;
  width: fit-content;
}

a.btn,
button.btn,
.wp-element-button {
  margin: 5px;
  padding: 10px 20px;
  line-height: 1;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  text-transform: uppercase;
}

.btn.btn-sm {
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
}

.btn.btn-primary,
.wp-element-button {
  background-color: #809b8b;
  color: white;
  border: none;
}
.btn.btn-primary:hover,
.wp-element-button:hover {
  background-color: #668271;
  color: white;
  border: none;
}

div.btn-secondary .wp-element-button,
.btn.btn-secondary {
  background-color: #001E61;
  color: #fff;
}
div.btn-secondary .wp-element-button:hover,
.btn.btn-secondary:hover {
  background-color: #001E61;
}

/*lighter coloured green buttons for buttons on top of background images*/
.btn.btn-light {
  color: #fff;
  background-color: #001E61;
}
.btn.btn-light:hover {
  background-color: #C20430;
  color: #fff;
}

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

.btn.btn-white {
  color: #001E61;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  a.btn,
  button.btn,
  .wp-element-button {
    padding: 15px 20px;
    font-size: 1.125rem;
  }
}
#menu-toggle-btn,
#menu-toggle-btn:focus {
  border: none;
  box-shadow: none;
}

.hamburger-icon {
  display: inline-block;
  cursor: pointer;
}
.hamburger-icon .hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-icon .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-icon .hamburger-inner, .hamburger-icon .hamburger-inner::before, .hamburger-icon .hamburger-inner::after {
  width: 30px;
  height: 5px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-icon .hamburger-inner::before, .hamburger-icon .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-icon .hamburger-inner::before {
  top: -10px;
}
.hamburger-icon .hamburger-inner::after {
  bottom: -10px;
}
.hamburger-icon.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger-icon.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger-icon.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  !* background-image: linear-gradient(transparent, rgba(0,0,0,0.5));*!
  background-color: rgba(0,0,0,0.3);
}*/
.accordion-container {
  /*Optional*/
  background-color: #f7f7f7;
  /* Style the buttons that are used to open and close the accordion panel */
  /* Style the accordion panel. Note: hidden by default */
}
.accordion-container h3,
.accordion-container h4,
.accordion-container h5 {
  margin: 0;
  border-top: 1px solid #d3d3d3;
}
.accordion-container .accordion {
  background-color: initial;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Create the "+" shape by positioning the spans absolutely */
  /* Morph the shape when the button is hovered over */
  /*&:after {
    content: '\2b'; !* Font-Awesome Unicode character for "plus" sign (+) *!
    font-size: 32px;
    font-weight: 400;
    float: right;
    margin-left: 5px;
    color: #fff;
    background-color: $main-red;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
  }
  &.active:after {
    content: '\f146'; !* Font-Awesome Unicode character for "minus" sign (-) *!
  }*/
}
.accordion-container .accordion.active, .accordion-container .accordion:hover {
  background-color: #eee;
}
.accordion-container .accordion .accordion-icon {
  color: #fff;
  background: #C20430;
  display: block;
  width: 35px;
  height: 35px;
  border: 0;
  font-size: 1.5em;
  position: relative;
}
.accordion-container .accordion .accordion-icon span {
  position: absolute;
  transition: 300ms;
  background: white;
  border-radius: 2px;
}
.accordion-container .accordion .accordion-icon span:first-child {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}
.accordion-container .accordion .accordion-icon span:last-child {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}
.accordion-container .accordion.active .accordion-icon span {
  transform: rotate(90deg);
}
.accordion-container .accordion.active .accordion-icon span:last-child {
  left: 50%;
  right: 50%;
}
.accordion-container .panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-container .panel p {
  padding-top: 15px;
}

.content-media-fw__text {
  padding: 3%;
}
.content-media-fw__img {
  border-radius: 0.375rem;
}

@media only screen and (min-width: 992px) {
  .content-media-fw {
    max-width: 100%;
    padding: 0;
  }
  .content-media-fw div.col-12:first-of-type {
    padding-left: 0;
  }
  .content-media-fw__img {
    border-radius: 0;
  }
}
/*Styling for General Content Pages Hero Section*/
/*Get the variables*/
.page-hero-section .page-hero-img img,
.page-hero-section .post-hero-img img,
.post-hero-section .page-hero-img img,
.post-hero-section .post-hero-img img {
  object-fit: cover;
}
.page-hero-section .page-hero-img .img-overlay,
.page-hero-section .post-hero-img .img-overlay,
.post-hero-section .page-hero-img .img-overlay,
.post-hero-section .post-hero-img .img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  /* background-image: linear-gradient(transparent, rgba(0,0,0,0.5));*/
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .page-hero-section .page-hero-img .img-overlay,
  .page-hero-section .post-hero-img .img-overlay,
  .post-hero-section .page-hero-img .img-overlay,
  .post-hero-section .post-hero-img .img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    /* background-image: linear-gradient(transparent, rgba(0,0,0,0.5));*/
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.page-hero-section .page-hero-img img,
.post-hero-section .page-hero-img img {
  height: 350px;
}
.page-hero-section .post-hero-img img,
.post-hero-section .post-hero-img img {
  height: 300px;
}
.page-hero-section .page-hero-text,
.page-hero-section .post-hero-text,
.post-hero-section .page-hero-text,
.post-hero-section .post-hero-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-hero-section .page-hero-text .row,
  .page-hero-section .post-hero-text .row,
  .post-hero-section .page-hero-text .row,
  .post-hero-section .post-hero-text .row {
    padding: 50px 200px;
    background: rgba(0, 0, 0, 0.4588235294);
  }
}
.page-hero-section .page-hero-text h1, .page-hero-section .page-hero-text p,
.page-hero-section .post-hero-text h1,
.page-hero-section .post-hero-text p,
.post-hero-section .page-hero-text h1,
.post-hero-section .page-hero-text p,
.post-hero-section .post-hero-text h1,
.post-hero-section .post-hero-text p {
  color: #fff;
  font-size: 2.75rem;
}
.page-hero-section .page-hero-text h1 span, .page-hero-section .page-hero-text p span,
.page-hero-section .post-hero-text h1 span,
.page-hero-section .post-hero-text p span,
.post-hero-section .page-hero-text h1 span,
.post-hero-section .page-hero-text p span,
.post-hero-section .post-hero-text h1 span,
.post-hero-section .post-hero-text p span {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: normal;
  letter-spacing: 6px;
  font-size: 1.125rem;
  color: #809b8b;
}
.page-hero-section .page-hero-no-img,
.post-hero-section .page-hero-no-img {
  height: 300px;
}

@media only screen and (min-width: 768px) {
  .page-hero-section .page-hero-img img {
    height: 50vh;
    max-height: 700px;
  }
}
.related-links {
  max-width: 1920px;
  margin: 0 auto;
}
.related-links__card-wrapper {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.related-links__text {
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .related-links__card-wrapper {
    height: 400px;
  }
}
@media only screen and (min-width: 1600px) {
  .related-links__card-wrapper {
    height: 500px;
  }
}
.footer-map {
  position: relative;
  background-color: #f3f3f3;
}
.footer-map__sidebar-wrapper {
  padding: 10% 5%;
}
.footer-map__sidebar-contact a {
  color: #00304B;
  text-decoration: none;
}
.footer-map__sidebar-hours {
  margin-top: 30px;
}

#footer-map,
#distribution-map {
  height: 350px;
  width: 100%;
}

#distribution-map {
  border-radius: 5px;
}

#map-content {
  font-family: inherit;
}
#map-content h5 {
  font-size: 0.875rem;
  font-weight: normal;
}

@media only screen and (min-width: 1280px) {
  #footer-map,
  #distribution-map {
    height: 200px;
  }
  .footer-map {
    background-color: initial;
  }
  .footer-map__sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto;
    width: 100%;
    height: 80%;
    max-width: 400px;
  }
  .footer-map__sidebar .container,
  .footer-map__sidebar .row {
    height: 100%;
  }
  .footer-map__sidebar-wrapper {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    max-width: 400px;
    height: 100%;
    border-radius: 5px;
    padding: 10%;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-map__sidebar {
    left: 10%;
  }
}
@media only screen and (min-width: 1920px) {
  .footer-map__sidebar {
    left: 15%;
  }
}
.search-container {
  height: 100%;
  width: 100%;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.search-container form.search-form {
  width: 100%;
  display: flex;
  height: 100%;
  min-height: 30px;
  margin: 0;
  box-shadow: #d3d3d3 0px 0px 5px 0 !important;
  -moz-box-shadow: #d3d3d3 0px 0px 5px 0 !important;
  -webkit-box-shadow: #d3d3d3 0px 0px 5px 0 !important;
  border-radius: 5px;
}
.search-container form.search-form .search-form-container {
  display: flex;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}
.search-container form.search-form .search-form-container input, .search-container form.search-form .search-form-container button {
  border-radius: 0;
  border: none;
}
.search-container form.search-form .search-form-container #search-bar {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  padding: 10px;
}
@media (max-width: 500px) {
  .search-container form.search-form .search-form-container #search-bar {
    font-size: 14px;
  }
}
.search-container form.search-form .search-form-container .btn-primary.search-icon {
  margin: 0;
  border-right: 1px solid #dee2e6;
}
.search-container form.search-form .search-form-container .btn-primary.search-icon svg {
  color: #333;
}
.search-container form.search-form .search-form-container .btn-primary.search-icon:focus-visible {
  border: none;
}
.search-container form.search-form .search-form-container .btn-primary.search-icon:focus, .search-container form.search-form .search-form-container .btn-primary.search-icon:active {
  background-color: #fff;
  box-shadow: none;
}
.search-container form.search-form .search-form-container .btn-primary.search-icon:hover {
  background-color: #e1e1e1;
}
.search-container form.search-form .search-form-container .clear-search-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border: none;
  display: none;
}
.search-container form.search-form .search-form-container .clear-search-container svg {
  color: #333;
}
.search-container form.search-form .search-form-container .clear-search-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  margin: 0;
}
.search-container form.search-form .search-form-container .clear-search-container button:focus-visible {
  border: none;
}
.search-container form.search-form .search-form-container .clear-search-container button:focus {
  box-shadow: none;
}
.search-container form.search-form .search-form-container .clear-search-container button:hover {
  background-color: #E1E1E1;
  border-radius: 50px;
}
.search-container.active form.search-form .search-form-container .clear-search-container {
  display: block;
}
@media (min-width: 1108px) {
  .search-container.active {
    max-width: 100%;
    z-index: 1;
  }
}

.blog-card {
  margin: 0 0 30px;
}
.blog-card__article, .blog-card__inner, .blog-card__post-content, .blog-card__content-inner {
  height: 100%;
}
.blog-card__inner {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 7px 0 !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 7px 0 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 7px 0 !important;
}
.blog-card__post-content {
  display: flex;
  flex-direction: column;
}
.blog-card__content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.blog-card__image {
  height: 200px;
}
.blog-card__link {
  color: #00304B;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
.blog-card__date {
  font-size: 0.875rem;
}
.blog-card__categories a {
  color: #00304B;
  text-decoration: none;
  font-size: 0.875rem;
}
.blog-card__categories a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .blog-card {
    margin: 0 0 30px;
  }
}
form .form-group {
  margin-bottom: 10px;
}
form label {
  margin-bottom: 5px;
}

.distribution-point {
  margin: 10px 0;
}
.distribution-point__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #d3d3d3;
  padding: 20px;
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px 0 !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px 0 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px 0 !important;
  height: 100%;
}
.distribution-point__title {
  font-size: 1.25rem;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
.distribution-point__hours {
  margin: 0;
}

.info-window h6 {
  font-family: "Nunito", sans-serif;
}
.info-window p {
  font-size: 16px;
  margin: 0;
}

/*Content Pages*/
html {
  scroll-behavior: smooth;
}

body {
  /*When logged in, add padding so you can still see the header (if header sticky)*/
  /*Make footer stay at bottom of page content is too short*/
}
body.logged-in header {
  /*margin-top: 32px;*/
}
body #page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main.site-main {
  flex: 1;
}

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