@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--wp--preset--color--gray);
  font-family: var(--wp--preset--font-family--noto-sans);
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  position: relative;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--wp--preset--color--blue);
}

a:hover {
  text-decoration-thickness: 0.14em;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--wp--preset--color--black);
}

h1 {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 500px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2.5rem;
}
@media (max-width: 800px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
}
@media (max-width: 800px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.5rem;
}

p {
  line-height: 1.5;
}

.color-blue {
  color: var(--wp--preset--color--blue);
}

.color-gray {
  color: var(--wp--preset--color--gray);
}

.hidden {
  display: none;
}

figure, img {
  border-radius: 10px;
}

.btn {
  padding: 0.875rem 1.75rem;
  border-radius: 10px;
  border: solid 1px transparent;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.btn [class^=fi-] {
  font-size: 1rem;
  margin-top: -0.1875rem;
  vertical-align: middle;
  padding-left: 0.5rem;
}

.btn-primary {
  background-color: var(--wp--preset--color--blue);
  color: #fff;
}
.btn-primary:hover {
  background-color: var(--wp--preset--color--darkbluehover);
  box-shadow: 0 0.25rem 0.25rem 0.125rem rgba(25, 116, 184, 0.1), 0 0.375rem 0.75rem -0.125rem rgba(25, 116, 184, 0.4);
}

.btn-secondary {
  background-color: #fff;
  color: var(--wp--preset--color--blue);
  border: solid 1px var(--wp--preset--color--blue);
}
.btn-secondary:hover {
  background-color: var(--wp--preset--color--blue);
  color: #fff;
}
.btn-secondary:hover [class^=fi-] {
  color: #fff;
}

.btn-gray {
  background-color: var(--wp--preset--color--lightgray);
  color: var(--wp--preset--color--black);
  border: 1px solid #e4dfeb;
}
.btn-gray:hover {
  box-shadow: 0 0.25rem 0.25rem 0.125rem rgba(187, 183, 197, 0.1), 0 0.375rem 0.75rem -0.125rem rgba(187, 183, 197, 0.4);
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--lightgray);
}

.small-width-paragraph {
  max-width: 550px;
}

.light-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 100%);
}

/* Hero Search Form Styles */
.hero-image-search-form form {
  margin-top: auto;
  background: #fff;
  border-radius: 10px;
}
.hero-image-search-form form .form-input-wrapper {
  display: flex;
  justify-content: space-between;
  border: solid 1px #f5f4f8;
  padding: 0.5rem;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
}
@media (max-width: 600px) {
  .hero-image-search-form form .form-input-wrapper {
    flex-wrap: wrap;
  }
}
.hero-image-search-form form input[type=text] {
  width: 50%;
  padding: 1rem;
  outline: none;
  border: none;
  border-right: 1px solid #f5f4f8;
  color: var(--wp--preset--color--mutedfont);
  font-size: 1rem;
  font-family: inherit;
}
.hero-image-search-form form input[type=text]::placeholder {
  color: var(--wp--preset--color--mutedfont);
}
@media (max-width: 600px) {
  .hero-image-search-form form input[type=text] {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .hero-image-search-form form .btn {
    width: 100%;
  }
}
.hero-image-search-form form [class^=fi-] {
  padding: 1.3rem 0 1rem 0.5rem;
  color: var(--wp--preset--color--mutedfont);
}
@media (max-width: 600px) {
  .hero-image-search-form form [class^=fi-] {
    width: 6%;
  }
}

select:focus, select:focus-visible {
  outline: none;
}

/* Guest Card */
.guestCardSubmitButton {
  background-color: var(--wp--preset--color--blue) !important;
  color: #fff !important;
}
.guestCardSubmitButton:hover {
  background-color: var(--wp--preset--color--darkbluehover);
  box-shadow: 0 0.25rem 0.25rem 0.125rem rgba(25, 116, 184, 0.1), 0 0.375rem 0.75rem -0.125rem rgba(25, 116, 184, 0.4);
}

/* 404 template */
.acpm-404-wrapper h1 {
  margin-bottom: 0;
}
.acpm-404-wrapper h2 {
  margin-top: 0;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  z-index: 100000;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  background: #fff;
  color: var(--wp--preset--color--black);
  box-shadow: 0 0 0 3px #ffbf47;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
body:has(#main-content-franchise) .wp-block-template-part:has(.site-header) {
  padding-top: 0;
}

.wp-block-template-part:has(.site-header) {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  transition: 0.3s ease-out;
  padding: 1rem 0;
}

body:has(#wpadminbar) .wp-block-template-part:has(.site-header) {
  top: 32px;
}
@media (max-width: 782px) {
  body:has(#wpadminbar) .wp-block-template-part:has(.site-header) {
    top: 46px;
  }
}

/* Breadcrumbs */
@media (max-width: 1330px) {
  body:has(#main-content-franchise) .wp-block-breadcrumbs {
    padding: 0 2rem;
  }
}

.wp-block-breadcrumbs {
  box-sizing: border-box;
}

.wp-block-breadcrumbs ol {
  flex-wrap: wrap;
  list-style: none;
}

.wp-block-breadcrumbs li, .wp-block-breadcrumbs ol {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}

.wp-block-breadcrumbs li:not(:last-child):after {
  content: var(--separator, "/");
  margin: 0 0.5em;
  opacity: 0.7;
}

.wp-block-breadcrumbs span {
  color: inherit;
}

main .wp-block-breadcrumbs {
  font-size: 0.875rem;
}
main .wp-block-breadcrumbs a {
  color: var(--wp--preset--color--gray);
  text-decoration: none;
}
main .wp-block-breadcrumbs a:hover {
  color: var(--wp--preset--color--darkgray);
}
main .wp-block-breadcrumbs span[aria-current] {
  color: var(--wp--preset--color--blue);
}
main .wp-block-breadcrumbs li:not(:last-child):after {
  content: "\e952";
  margin-top: 0.25rem;
  font-family: "finder-icons";
  font-size: 0.7em;
}

.show-shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  top: 0 !important;
}
@media (max-width: 500px) {
  .show-shadow .logo-wrapper {
    margin-top: 1rem;
  }
}

.site-header {
  padding: 1rem clamp(1rem, 4vw, 2.5rem);
}

.site-header {
  padding: 0 1rem;
}

body:has(#main-content-franchise) .heading-2-col {
  margin-bottom: 3rem;
}
@media (max-width: 1330px) {
  body:has(#main-content-franchise) .site-header__inner, body:has(#main-content-franchise) .heading-2-col {
    padding: 0 2rem;
  }
}

.site-header__inner {
  gap: 1rem;
}

.site-header__title {
  font-weight: 700;
}

.nav-toggle {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  background: transparent;
  color: var(--wp--preset--color--darkgray);
  font: inherit;
  cursor: pointer;
  border: none;
}
.nav-toggle .nav-toggle__label {
  display: inline-flex;
  font-size: 0;
}
.nav-toggle [class^=fi-] {
  font-size: 1rem;
  margin-bottom: 0.1rem;
}

.primary-navigation {
  width: 100%;
}
.primary-navigation nav:not(.mobile-drilldown) .current-menu-item span {
  color: var(--wp--preset--color--blue);
}
.primary-navigation nav:not(.mobile-drilldown) li:hover span {
  color: var(--wp--preset--color--blue);
}
.primary-navigation nav:not(.mobile-drilldown) li span {
  color: var(--wp--preset--color--darkgray);
  font-weight: 700;
  font-size: 0.875rem;
}

.primary-navigation[data-state=closed],
.franchise-navigation[data-state=closed] {
  display: none;
}

.primary-navigation[data-state=open],
.franchise-navigation[data-state=open] {
  display: block;
}

@media (max-width: 47.999rem) {
  .is-mobile-drilldown-enhanced {
    width: 100%;
  }
  .is-mobile-drilldown-enhanced [hidden] {
    display: none !important;
  }
  .is-mobile-drilldown-enhanced .mobile-drilldown {
    width: 100%;
  }
  .mobile-drilldown__back-item {
    margin: 0 0 0.625rem;
  }
  .mobile-drilldown__back {
    border: 0;
    padding: 0.25rem 0;
    background: transparent;
    color: var(--wp--preset--color--blue);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
  }
  .mobile-drilldown__back::before {
    content: "‹";
    margin-right: 0.4rem;
  }
  .mobile-drilldown .mobile-drilldown__items {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.375rem;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-drilldown__item {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #efecf3;
    border-radius: 5px;
    overflow: hidden;
    list-style: none;
  }
  .mobile-drilldown__item--parent {
    display: block;
  }
  .mobile-drilldown__link,
  .mobile-drilldown__parent {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    padding: 0.75rem 1rem;
    border: 0;
    background: transparent;
    color: var(--wp--preset--color--darkgray);
    font: inherit;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    text-decoration: none;
  }
  .mobile-drilldown__parent {
    justify-content: space-between;
    cursor: pointer;
  }
  .mobile-drilldown__link:hover,
  .mobile-drilldown__parent:hover {
    color: var(--wp--preset--color--blue);
  }
  .mobile-drilldown__back:focus-visible,
  .mobile-drilldown__link:focus-visible,
  .mobile-drilldown__parent:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 2px;
  }
}
@media (min-width: 48rem) {
  .nav-toggle {
    display: none;
  }
  .primary-navigation,
  .primary-navigation[data-state=closed],
  .primary-navigation[data-state=open],
  .franchise-navigation,
  .franchise-navigation[data-state=closed],
  .franchise-navigation[data-state=open] {
    display: flex;
    width: auto;
  }
  .mobile-drilldown {
    display: none !important;
  }
}
footer {
  background-color: var(--wp--preset--color--lightgray);
  padding: 2rem 0 1rem 0;
}
footer .footer-wrapper {
  max-width: var(--wp--style--global--content-size);
  overflow: hidden;
}
@media (max-width: 1330px) {
  footer .footer-wrapper {
    padding: 0 2rem;
  }
}
footer .wp-block-columns {
  max-width: var(--wp--style--global--content-size);
}
@media (min-width: 782px) {
  footer .wp-block-column {
    flex-grow: unset !important;
    min-width: 20%;
  }
}
footer .wp-block-column:last-of-type {
  min-width: 40%;
}
footer h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
footer .has-small-font-size {
  font-size: 0.875rem;
}
footer .has-small-font-size:last-of-type {
  margin-top: 0;
}
footer .has-small-font-size a {
  color: var(--wp--preset--color--blue);
}
footer a {
  color: var(--wp--preset--color--darkgray);
  text-decoration-style: solid;
  font-weight: 500;
  text-decoration: none;
}
footer .footer-link {
  margin-top: 0;
}
footer .footer-link:first-of-type {
  margin-top: 1.5rem;
}
footer .footer-link a {
  display: flex;
  text-decoration: none;
  color: var(--wp--preset--color--darkgray);
}
footer .footer-link a:hover {
  color: var(--wp--preset--color--blue);
}
footer .footer-link a:hover span, footer .footer-link a:hover [class^=fi-] {
  color: var(--wp--preset--color--blue);
}
footer .footer-link a p {
  margin-top: 0;
}
footer .footer-link [class^=fi-] {
  font-size: 1rem;
  color: var(--wp--preset--color--darkgray);
  margin-top: 0.3rem;
  margin-right: 0.3rem;
}
footer .wp-block-navigation__container {
  display: block;
}
footer .wp-block-navigation__container li {
  margin-bottom: 0.5rem;
}
footer .wp-block-navigation__container li span {
  color: var(--wp--preset--color--darkgray);
}
footer .wp-block-navigation__container li:hover span {
  color: var(--wp--preset--color--blue);
}
footer .wp-block-separator.has-alpha-channel-opacity.is-style-wide {
  margin: 1rem 0;
  color: #1f1b2d;
  height: 1px;
  opacity: 0.1;
}
footer .footer-social-icons [class^=fi-] {
  background-color: rgba(31, 27, 45, 0.1);
  color: var(--wp--preset--color--black);
  border-radius: 50%;
  font-size: 1.25rem;
  padding: 1rem;
  box-shadow: 0 0.125rem 0.5rem -0.25rem rgba(31, 27, 45, 0.12), 0 0.25rem 1rem rgba(31, 27, 45, 0.12);
  margin-right: 0.3rem;
}
footer .footer-social-icons [class^=fi-]:hover {
  color: #fff;
  background-color: var(--wp--preset--color--black);
}
footer {
  /* Remove hamburger menu on footer */
}
footer .wp-block-navigation__responsive-container-open {
  display: none !important;
}
footer .wp-block-navigation__responsive-container {
  display: block !important;
  position: static !important;
}
footer .wp-block-navigation__responsive-container-close {
  display: none !important;
}

/* Regions desktop mega-menu */
.large-sub-menu {
  position: absolute;
  top: 2rem;
  display: none;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #efecf3;
  border-radius: 40px;
  width: 450px;
  padding: 2rem;
}
.large-sub-menu .btn {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.5rem;
}

.large-sub-menu[hidden] {
  display: none !important;
}

@media (min-width: 48rem) {
  .region-select__source--desktop-enhanced {
    display: none !important;
  }
  .region-select.has-desktop-region-menu:hover > .large-sub-menu,
  .region-select.has-desktop-region-menu:focus-within > .large-sub-menu {
    display: flex;
  }
}
.sub-menu-wrapper {
  columns: 2;
  display: block;
  column-count: 2;
  padding: 0.5rem;
  column-gap: 70px;
}
.sub-menu-wrapper .state-wrapper {
  break-inside: avoid;
  margin: 1rem 0;
}
.sub-menu-wrapper .state-wrapper:first-of-type {
  margin-top: 0;
}
.sub-menu-wrapper .menu-state {
  display: block;
  font-weight: bold;
  color: var(--wp--preset--color--black);
  margin: 0;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.sub-menu-wrapper .menu-region {
  display: block;
  font-size: 0.875rem;
}

/* Regular Sub Menu */
.wp-block-navigation-submenu ul {
  position: absolute;
  z-index: 5;
  flex-direction: column;
  background-color: #fff;
  background-color: #fff;
  border: 1px solid #efecf3;
  border-radius: 20px;
  padding: 1rem 1rem 1rem 0;
  min-width: 150px !important;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
}
.wp-block-navigation-submenu ul li:hover span {
  color: var(--wp--preset--color--blue) !important;
}
.wp-block-navigation-submenu ul li:hover li span {
  color: var(--wp--preset--color--darkgray) !important;
}
.wp-block-navigation-submenu ul li:hover li:hover span {
  color: var(--wp--preset--color--blue) !important;
}
.wp-block-navigation-submenu ul li span {
  color: var(--wp--preset--color--darkgray) !important;
}

/* Franchise Header */
.site-header:has(#franchise-navigation) {
  padding: 0;
}
@media (max-width: 47.999rem) {
  .site-header:has(#franchise-navigation) .site-header__inner {
    column-gap: 0;
  }
  .site-header:has(#franchise-navigation) .logo-wrapper {
    flex: 1 1 0;
    min-width: 0;
  }
  .site-header:has(#franchise-navigation) .logo-wrapper img {
    flex: 0 0 auto;
  }
  .site-header:has(#franchise-navigation) .logo-wrapper span {
    min-width: 0;
  }
  .site-header:has(#franchise-navigation) .nav-toggle {
    flex: 0 0 auto;
  }
  .site-header:has(#franchise-navigation) .franchise-navigation {
    flex: 0 0 100%;
  }
}

.franchise-top-navigation {
  max-width: unset;
  margin: 0;
  padding: 1rem 0;
  background-color: var(--wp--preset--color--blue);
}
@media (max-width: 500px) {
  .franchise-top-navigation {
    display: none;
  }
}
@media (max-width: 1330px) {
  .franchise-top-navigation {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.franchise-top-navigation nav, .franchise-top-navigation ul {
  width: 100%;
}
.franchise-top-navigation ul {
  max-width: var(--wp--style--global--content-size);
  display: flex;
  justify-content: flex-end;
}
.franchise-top-navigation ul .nav-item {
  font-size: 0.875rem;
  margin-left: 1rem;
  font-weight: bold;
}
.franchise-top-navigation ul .nav-item a {
  color: #fff;
  padding: 0.5rem;
}
.franchise-top-navigation ul .nav-item a:focus, .franchise-top-navigation ul .nav-item a:focus-visible {
  border: solid 1px #fff;
  border-radius: 10px;
}

.logo-wrapper a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo-wrapper img {
  max-width: 150px;
  height: 50px;
}
.logo-wrapper span {
  text-decoration: none;
  color: #0f436a;
  margin-left: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 47.999rem) {
  .franchise-navigation {
    width: 100%;
  }
}
.franchise-navigation nav:not(.mobile-drilldown) > ul {
  display: flex;
  flex-wrap: wrap;
  padding-inline-start: 0;
}
@media (max-width: 47.999rem) {
  .franchise-navigation nav:not(.mobile-drilldown) > ul {
    flex-direction: column;
    gap: 5px;
    padding: 0;
  }
}
.franchise-navigation nav:not(.mobile-drilldown) li {
  list-style-type: none;
}
@media (max-width: 47.999rem) {
  .franchise-navigation nav:not(.mobile-drilldown) li {
    border: solid 1px #efecf3;
    width: 100%;
    padding: 0.5rem;
    border-radius: 5px;
  }
}
.franchise-navigation nav:not(.mobile-drilldown) li:hover:has(ul) span::after {
  content: "\e953";
}
.franchise-navigation nav:not(.mobile-drilldown) li:hover .sub-menu {
  display: flex;
}
@media (max-width: 47.999rem) {
  .franchise-navigation nav:not(.mobile-drilldown) li:hover .sub-menu li {
    border: none;
  }
}
.franchise-navigation nav:not(.mobile-drilldown) li:focus-within .sub-menu {
  display: flex;
}
.franchise-navigation nav:not(.mobile-drilldown) li:has(ul) span::after {
  font-family: "finder-icons";
  content: "\e950";
  margin-left: 0.5rem;
  font-size: 0.6rem;
}
.franchise-navigation nav:not(.mobile-drilldown) a {
  color: var(--wp--preset--color--darkgray);
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 1rem;
}
.franchise-navigation nav:not(.mobile-drilldown) a:hover {
  color: var(--wp--preset--color--blue);
}

@media (min-width: 768px) {
  body header .sub-menu {
    display: none;
    position: absolute;
    z-index: 5;
    flex-direction: column;
    background-color: #fff;
    background-color: #fff;
    border: 1px solid #efecf3;
    border-radius: 20px;
    padding: 1rem 1rem 1rem 0;
    min-width: 150px;
    box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  }
  body header .sub-menu li {
    padding: 0.2rem;
  }
  body header .sub-menu li a {
    font-weight: 400;
    padding: 1rem;
  }
  body header .sub-menu li a:hover {
    color: var(--wp--preset--color--blue);
  }
}

/* Franchise Footer */
.footer-link:has(.icon-label-wrapper) a {
  flex-direction: column;
}

.icon-label-wrapper {
  display: flex;
}
.icon-label-wrapper span {
  font-weight: bold;
}

.footer-affiliations {
  display: flex;
}
.footer-affiliations img {
  height: 80px;
  width: auto;
  border-radius: 0;
}
.footer-affiliations img:not(:last-of-type) {
  margin-right: 1rem;
}

.site-main {
  padding: 0 2rem;
  margin-bottom: 4rem;
}

.wp-site-blocks {
  min-height: 100vh;
}

.wp-block-post-title a {
  color: inherit;
}

body .wp-block-site-logo.is-default-size img {
  height: auto;
  width: 150px;
}

.wp-block-separator {
  color: #efecf3;
  margin: 3rem 0;
}

/* Text Video 2 Col */
.text-video-2-col {
  padding: 2rem 0;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .text-video-2-col {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 900px) {
  .text-video-2-col .wp-block-column {
    flex-basis: 100% !important;
  }
}
.text-video-2-col .wp-block-column:first-of-type {
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .text-video-2-col .wp-block-column:first-of-type {
    align-items: center;
    text-align: center;
    order: 2;
  }
}
.text-video-2-col h1 {
  font-size: 2.5rem;
}
.text-video-2-col h3 {
  font-size: 1.25rem;
  margin-top: 0;
}
.text-video-2-col .wp-block-paragraph {
  font-size: 1.125rem;
  max-width: 450px;
  margin: 1.5rem 0;
}
.text-video-2-col .btn-wrapper {
  margin-top: auto;
  margin-bottom: 0.875rem;
}

/* Heading 2 Column */
.heading-2-col .wp-block-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 650px) {
  .heading-2-col .wp-block-group {
    flex-wrap: wrap;
  }
}
.heading-2-col .wp-block-group h1 {
  margin: 0 !important;
  width: fit-content;
  padding: 0;
  height: 64px;
}
@media (max-width: 500px) {
  .heading-2-col .wp-block-group h1 {
    width: 100%;
    margin-bottom: 1rem !important;
  }
}
.heading-2-col .wp-block-group a {
  font-weight: bold;
  text-decoration: none;
  height: 64px;
  margin: 0 !important;
  width: fit-content;
  padding: 0;
}
@media (max-width: 650px) {
  .heading-2-col .wp-block-group a {
    margin: 1rem 0 2rem 0 !important;
  }
}
.heading-2-col .wp-block-group a [class^=fi-] {
  font-size: 1rem;
}
.heading-2-col .wp-block-group img {
  margin-left: auto;
  height: 100px;
  width: auto;
}
@media (max-width: 650px) {
  .heading-2-col .wp-block-group img {
    margin-left: 0;
  }
}
@media (max-width: 800px) {
  .heading-2-col .wp-block-group img {
    height: 75px;
  }
}
.heading-2-col .guidelines-link img {
  height: 75px;
  border-radius: 0;
}
@media (min-width: 800px) {
  .heading-2-col .guidelines-link img {
    margin-top: 2rem;
  }
}
.heading-2-col .wp-block-column.secondary {
  padding: 1rem;
  text-align: right;
}
.heading-2-col h1 {
  font-size: 2.5rem;
  margin: 0;
}
.heading-2-col .wp-block-paragraph {
  max-width: 550px;
  font-size: 1.125rem;
  color: var(--wp--preset--color--gray) !important;
}

/* Cards Image 3 col */
.cards-image-3-col {
  padding: 2rem 0;
}
.cards-image-3-col h3 {
  font-size: 1.25rem;
  margin-top: 0;
}
.cards-image-3-col h4 {
  font-size: 1.125rem;
}
.cards-image-3-col .wp-block-column {
  border: solid 1px var(--wp--preset--color--lightgray);
  border-radius: 10px;
  padding-bottom: 1rem;
}
.cards-image-3-col .wp-block-column .wp-block-group {
  margin-top: 0;
}
.cards-image-3-col .wp-block-column .wp-block-group .wp-block-paragraph {
  margin: 0;
  padding-bottom: 0.5rem;
}
.cards-image-3-col .wp-block-column .wp-block-group .wp-block-list {
  margin-top: 0;
}
.cards-image-3-col .wp-block-column figure, .cards-image-3-col .wp-block-column img {
  border-radius: 10px 10px 0 0;
}
.cards-image-3-col .wp-block-column img {
  width: 100%;
}
.cards-image-3-col .wp-block-column h4 {
  border-bottom: solid 1px var(--wp--preset--color--lightgray);
  padding: 1rem;
  text-align: center;
  margin-top: 0;
}
.cards-image-3-col .wp-block-column p {
  padding: 1rem;
  margin-top: 0;
}

/* Icon 3 col list */
.icon-3-col {
  text-align: center;
  padding: 2rem 0;
}
.icon-3-col h2 {
  line-height: 1.2;
  font-style: italic;
}
.icon-3-col .wp-block-group .wp-block-paragraph {
  margin-bottom: 2rem;
}
.icon-3-col h3 {
  font-size: 1.25rem;
  color: var(--wp--preset--color--gray);
}
.icon-3-col .wp-block-columns.is-layout-flex {
  flex-wrap: wrap !important;
}
.icon-3-col .wp-block-column {
  margin: 2rem 0;
  flex-basis: 30% !important;
}
@media (max-width: 1150px) {
  .icon-3-col .wp-block-column {
    flex-basis: 48% !important;
  }
}
.icon-3-col .wp-block-column:has(.btn) .wp-block-heading {
  margin-bottom: 3rem;
}
.icon-3-col .wp-block-column .btn [class^=fi-] {
  font-size: 1rem;
}
.icon-3-col .wp-block-column .btn [class^=fi-]:hover {
  color: #fff;
}
@media (max-width: 500px) {
  .icon-3-col .btn {
    font-size: 0.875rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.wp-block-column [class^=fi-] {
  color: var(--wp--preset--color--blue);
  font-size: 2.5rem;
}

/* Cards CTA 3-Col */
.cards-cta-3-col {
  text-align: center;
  padding: 2rem 0;
}
.cards-cta-3-col .wp-block-column {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 1rem;
  box-shadow: none;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.cards-cta-3-col .wp-block-column:has(.column-link:hover) {
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
}
.cards-cta-3-col .wp-block-column:has(.column-link:hover) .btn {
  transition: 0.4s;
  color: #fff;
  background-color: var(--wp--preset--color--blue);
}
.cards-cta-3-col .wp-block-column .column-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cards-cta-3-col .wp-block-column h3 {
  font-size: 1.5rem;
}
.cards-cta-3-col .wp-block-column img {
  width: 250px;
  height: auto;
  margin: auto;
}
.cards-cta-3-col .wp-block-column .wp-block-paragraph {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
.cards-cta-3-col .wp-block-column .btn {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

/* Background Text and image 2 col */
.background-text-image-2-col {
  background-color: var(--wp--preset--color--lightgray);
  border-radius: 10px;
  margin-top: 4rem;
}
.background-text-image-2-col .wp-block-column:first-of-type {
  padding: 3rem 6rem;
}
@media (max-width: 500px) {
  .background-text-image-2-col .wp-block-column:first-of-type {
    padding: 1rem;
  }
}
@media (min-width: 500px) and (max-width: 900px) {
  .background-text-image-2-col .wp-block-column:first-of-type {
    padding: 2rem;
  }
}
@media (max-width: 900px) {
  .background-text-image-2-col .wp-block-column:last-of-type {
    display: none;
  }
}
.background-text-image-2-col .wp-block-column h2 {
  line-height: 1;
}
.background-text-image-2-col .wp-block-column .btn-wrapper {
  margin-top: 3rem;
}
@media (max-width: 500px) {
  .background-text-image-2-col .wp-block-column .btn-wrapper {
    margin-bottom: 1rem;
    text-align: center;
  }
  .background-text-image-2-col .wp-block-column .btn-wrapper .btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.background-text-image-2-col .wp-block-column .btn-wrapper [class^=fi-] {
  color: #fff;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.background-text-image-2-col .wp-block-column figure {
  width: 350px;
  margin-left: auto;
  margin-top: -2rem;
  padding-right: 2rem;
}

/* Reviews Section */
.reviews-section {
  padding: 2rem 0;
}
.reviews-section .heading-wrapper .wp-block-paragraph {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0;
}
.reviews-section .reviews-wrapper {
  background-color: var(--wp--preset--color--lightgray);
  padding: 1rem;
  border-radius: 10px;
}
.reviews-section .reviews-wrapper .wp-block-column {
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 10px;
}
.reviews-section .reviews-wrapper .wp-block-column .color-blue {
  margin-top: 0;
}

/* Blog Posts */
h1.wp-block-post-title, main:has(.post-quick-details) .wp-block-post-content h1 {
  font-size: 3rem;
  line-height: 1.2;
}
@media (max-width: 500px) {
  h1.wp-block-post-title, main:has(.post-quick-details) .wp-block-post-content h1 {
    font-size: 2.5rem;
  }
}

.post-quick-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.post-quick-details .post-date-wrapper, .post-quick-details .post-length-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: fit-content;
}
.post-quick-details .post-date-wrapper p, .post-quick-details .post-length-wrapper p {
  margin: 0;
}
.post-quick-details .post-length-wrapper {
  border-left: solid 1px #efecf3;
  padding-left: 1rem;
}

.wp-block-post-featured-image {
  max-width: var(--wp--style--global--content-size) !important;
  max-height: 500px;
}
.wp-block-post-featured-image a, .wp-block-post-featured-image img {
  height: 500px;
}

.acpm-custom-blog ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.acpm-custom-blog ul .wp-block-post {
  width: 49%;
  margin-block-start: 0;
  margin-bottom: 2rem;
}
@media (max-width: 800px) {
  .acpm-custom-blog ul .wp-block-post {
    width: 100%;
  }
}
.acpm-custom-blog ul .wp-block-post .wp-block-post-featured-image {
  height: 400px;
}
.acpm-custom-blog ul .wp-block-post .wp-block-post-featured-image a, .acpm-custom-blog ul .wp-block-post .wp-block-post-featured-image img {
  height: 400px;
}
.acpm-custom-blog ul .wp-block-post h2 {
  line-height: 1;
}
@media (max-width: 1200px) {
  .acpm-custom-blog ul .wp-block-post h2 {
    font-size: 2rem;
  }
}
.acpm-custom-blog ul .wp-block-post .wp-block-media-text {
  display: flex;
  gap: 1rem;
}
.acpm-custom-blog ul .wp-block-post .wp-block-media-text__content {
  padding: 0;
  font-weight: bold;
}
.acpm-custom-blog ul .wp-block-post .wp-block-media-text__content p {
  margin: 0;
}
.acpm-custom-blog ul .wp-block-media-text figure {
  width: fit-content;
}
.acpm-custom-blog ul .wp-block-media-text img {
  width: 50px;
  height: 50px;
}
.acpm-custom-blog .wp-block-query-pagination {
  justify-content: flex-start;
}
.acpm-custom-blog .wp-block-query-pagination:not(:has(.page-numbers)) p {
  display: none;
}
.acpm-custom-blog .wp-block-query-pagination .page-numbers {
  color: var(--wp--preset--color--gray);
  text-decoration: none;
  margin-right: 1rem;
}
.acpm-custom-blog .wp-block-query-pagination .page-numbers:hover {
  color: var(--wp--preset--color--blue);
}
.acpm-custom-blog .wp-block-query-pagination .page-numbers.current {
  background-color: var(--wp--preset--color--blue);
  color: #fff;
  padding: 0rem 0.4rem;
  border-radius: 50%;
  font-weight: bold;
}
.acpm-custom-blog .wp-block-query-pagination .page-numbers.current:hover {
  color: #fff;
}

/* Single Region */
.region-content {
  padding: 0 2rem;
}
.region-content h2 {
  font-size: 1.75rem;
  font-weight: bold;
}
.region-content h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

.region-two-col, .franchise-2-col {
  display: flex;
  align-items: center;
  gap: 2%;
}
@media (max-width: 900px) {
  .region-two-col, .franchise-2-col {
    flex-wrap: wrap;
  }
}
.region-two-col .col-image, .region-two-col .col-content, .franchise-2-col .col-image, .franchise-2-col .col-content {
  flex-basis: 50%;
}
@media (max-width: 900px) {
  .region-two-col .col-image, .region-two-col .col-content, .franchise-2-col .col-image, .franchise-2-col .col-content {
    flex-basis: 100%;
  }
}

.bg-image {
  position: relative;
  padding: 0;
  margin: 0;
  max-width: unset;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 650px;
}
.bg-image .hero-image-search-wrapper {
  padding: 1rem 2rem;
  position: relative;
  max-width: var(--wp--style--global--content-size);
  margin: auto;
  z-index: 2;
}
@media (min-width: 1330px) {
  .bg-image .hero-image-search-wrapper {
    padding: 1rem 0;
  }
}
.bg-image .hero-content {
  max-width: 550px;
}
.bg-image .hero-content p {
  font-size: 1.25rem;
  margin: 1.5rem 0;
}
.bg-image h1 {
  max-width: 500px;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.bg-image .hero-image-search-form form {
  max-width: 550px;
}
.bg-image .hero-image-search-form form input[type=text] {
  width: 70%;
}
.bg-image .btn-wrapper .btn {
  display: block;
  padding: 0.9rem 2.5rem 0.7rem 2.5rem;
  color: #fff;
  height: 100%;
}
.bg-image .btn-wrapper .btn [class^=fi-] {
  padding: 0;
  color: #fff;
}

.region-about h2 {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.region-about h4 {
  font-weight: bold;
  color: var(--wp--preset--color--black);
}

.region-services h2 {
  margin-bottom: 3rem;
}
.region-services .region-local-expertise {
  background-color: var(--wp--preset--color--blue);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 1.5rem;
  margin: 1rem 0;
}
.region-services .region-local-expertise h3 {
  color: #fff;
  margin-bottom: 2rem;
}
.region-services .region-local-expertise i {
  font-size: 2.625rem;
}
.region-services .region-service-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.region-services .service-card {
  flex-basis: 32%;
  border: 1px solid #efecf3;
  border-radius: 20px;
  margin: 1.5rem 0;
}
@media (max-width: 600px) {
  .region-services .service-card {
    flex-basis: 100%;
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .region-services .service-card {
    flex-basis: 48%;
  }
}
.region-services .service-card h3 {
  background-color: var(--wp--preset--color--blue);
  color: #fff;
  margin-top: 0;
  padding: 1rem;
  border-radius: 20px 20px 0 0;
}
.region-services .service-card i {
  text-align: center;
  display: block;
  font-size: 2.625rem;
  margin: 2rem 0;
}
.region-services .service-card p {
  padding: 1rem;
}

.region-faqs h3, .region-reviews h3 {
  font-size: 1.125rem;
  margin-top: 0;
}

.faq-wrapper {
  border: solid 1px #efecf3;
  border-radius: 20px;
  padding: 1rem 0rem;
  margin-top: 1rem;
}
.faq-wrapper .faq {
  border-bottom: 1px solid #efecf3;
  padding: 1rem;
}
.faq-wrapper .faq:last-of-type {
  border: none;
}
.faq-wrapper .faq .faq-question {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}
.faq-wrapper .faq .faq-question:has(.fi-chevron-up) {
  color: var(--wp--preset--color--blue);
}
.faq-wrapper .faq .faq-question span {
  width: 100%;
}

.region-franchise-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 2rem;
}
.region-franchise-card-wrapper .region-franchise-card {
  flex-basis: 23%;
  border-radius: 1rem;
  position: relative;
  -webkit-box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.region-franchise-card-wrapper .region-franchise-card:hover {
  box-shadow: 0 0.125rem 0.5rem -0.25rem rgba(31, 27, 45, 0.12), 0 0.25rem 1rem rgba(31, 27, 45, 0.12);
}
@media (max-width: 600px) {
  .region-franchise-card-wrapper .region-franchise-card {
    flex-basis: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .region-franchise-card-wrapper .region-franchise-card {
    flex-basis: 47%;
    margin-bottom: 1rem;
  }
}
.region-franchise-card-wrapper .region-franchise-card .region-franchise-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.region-franchise-card-wrapper .region-franchise-card h3 {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 1rem;
}
.region-franchise-card-wrapper .region-franchise-card .region-franchise-content {
  padding: 1.5rem 0.5rem 0.5rem 0.5rem;
}
.region-franchise-card-wrapper .region-franchise-card .image-wrapper img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.region-partner .region-two-col {
  align-items: flex-start;
}
@media (max-width: 900px) {
  .region-partner h2 {
    margin-top: 2rem;
  }
}
.region-partner ul {
  list-style: none;
  padding-left: 0;
}
.region-partner ul li {
  position: relative;
  padding-left: 3rem;
  padding-top: 1rem;
  margin-bottom: 8px;
  line-height: 1.5;
}
.region-partner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.5rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: var(--wp--preset--color--blue);
  border-radius: 50%;
}
.region-partner ul li h3 {
  margin-top: 0.5rem;
}

/* Franchise template */
.bg-image.franchise-bg-image {
  min-height: 500px;
}
.bg-image.franchise-bg-image .light-overlay {
  background: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 100%);
}
.bg-image.franchise-bg-image .hero-image-search-form form input[type=text] {
  width: 50%;
}
@media (max-width: 600px) {
  .bg-image.franchise-bg-image .hero-image-search-form form input[type=text] {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .bg-image.franchise-bg-image .btn-wrapper {
    width: 100%;
    text-align: center;
  }
}

.section-header h2 {
  font-size: 1.75rem;
}
.section-header hr {
  margin: 2rem 0;
}

.franchise-content {
  max-width: calc(var(--wp--style--global--content-size) + 4rem);
  padding: 0 2rem;
}
.franchise-content h2 {
  font-size: 2rem;
  font-weight: bold;
}
.franchise-content h3 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.franchise-content h4 {
  font-weight: bold;
}

.franchise-reviews {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .franchise-reviews {
    align-items: flex-start;
    flex-direction: column;
  }
}

.franchise-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}
.franchise-footer .wp-block-columns {
  overflow: hidden;
}

.franchise-services {
  margin-top: 2rem;
}
.franchise-services .wp-block-separator {
  margin: 1rem 0;
}
.franchise-services .franchise-2-col {
  margin-top: 1rem;
  align-items: flex-start;
}

.franchise-2-col {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0 5rem 0;
}
@media (max-width: 1000px) {
  .franchise-2-col {
    flex-wrap: wrap;
  }
}
.franchise-2-col .col {
  flex-basis: 45%;
  margin-bottom: 1rem;
  flex-grow: unset;
  flex-shrink: unset;
}
@media (max-width: 800px) {
  .franchise-2-col .col {
    flex-basis: 100%;
  }
  .franchise-2-col .col ul {
    padding-inline-start: 0;
  }
}
.franchise-2-col .col h4 {
  font-size: 1.25rem;
  margin-block-start: 1.33rem;
  margin-block-end: 1.33rem;
  line-height: 1.6;
}
.franchise-2-col .col li {
  list-style-type: none;
  margin-bottom: 0.5rem;
  color: var(--wp--preset--color--black);
  font-size: 1.125rem;
}
.franchise-2-col .col li:hover {
  color: var(--wp--preset--color--blue);
}
.franchise-2-col .col li [class^=fi-] {
  background-color: var(--wp--preset--color--blue);
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.franchise-2-col .col li [class^=fi-]:hover {
  background-color: var(--wp--preset--color--darkbluehover);
}
.franchise-2-col .col p {
  margin-bottom: 3rem;
}

@media (max-width: 1000px) {
  .franchise-partner .franchise-2-col .col {
    flex-basis: 100%;
    order: 2;
  }
  .franchise-partner .franchise-2-col .col:has(.image-wrapper) {
    order: 1;
  }
  .franchise-partner .franchise-2-col .col:has(.image-wrapper) img {
    width: 100%;
  }
}
.franchise-partner .franchise-2-col h4 {
  font-size: 1.5rem;
}

.franchise-story {
  margin: 4rem 0;
}
.franchise-story .story-wrapper {
  background-color: var(--wp--preset--color--lightgray);
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 2rem;
}
@media (max-width: 900px) {
  .franchise-story .story-wrapper .col-content {
    order: 2;
  }
  .franchise-story .story-wrapper .col-image {
    order: 1;
    margin-bottom: 1rem;
  }
}
.franchise-story .story-wrapper .btn-wrapper {
  margin-top: 2rem;
}

.franchise-color-cards {
  margin: 2rem 0;
}
.franchise-color-cards .card-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .franchise-color-cards .card-wrapper {
    flex-wrap: wrap;
  }
}

.acpm-card {
  width: 32%;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.acpm-card:hover {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
@media (max-width: 800px) {
  .acpm-card {
    width: 100%;
    margin: 0.5rem;
  }
}
.acpm-card h3 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.acpm-card p {
  margin-top: 0;
}
.acpm-card a {
  text-decoration: none;
  margin-top: auto;
  font-weight: bold;
}

.green-card {
  background-color: rgba(7, 201, 139, 0.1);
}
.green-card a {
  color: #07c98b;
}

.blue-card {
  background-color: rgba(21, 99, 156, 0.1);
}
.blue-card a {
  color: #15639c;
}

.yellow-card {
  background-color: rgba(253, 188, 49, 0.15);
}
.yellow-card a {
  color: #fdbc31;
}

/* Meet The Team */
.meet-the-team-cards-wrapper {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 16rem), 1fr));
}
.meet-the-team-cards-wrapper .team-member {
  border: 1px solid #efecf3;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  text-align: center;
}
.meet-the-team-cards-wrapper .team-member .image-wrapper {
  border-bottom: 1px solid #efecf3;
  display: grid;
  justify-items: center;
  padding: 2rem;
}
.meet-the-team-cards-wrapper .team-member img {
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 200px;
}
.meet-the-team-cards-wrapper .team-member .team-member-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
.meet-the-team-cards-wrapper .team-member .team-member-name {
  color: var(--wp--preset--color--black);
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}
.meet-the-team-cards-wrapper .team-member .team-member-description {
  margin: 0.5rem 0 0;
}

/* Contact Cards Across Pages */
.franchise-contact-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  margin-block-end: 3rem !important;
}
.franchise-contact-cards-wrapper .contact-card {
  margin-right: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #efecf3;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.franchise-contact-cards-wrapper .contact-card:hover {
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
}
.franchise-contact-cards-wrapper .contact-card .card-header, .franchise-contact-cards-wrapper .contact-card .contact-card-body {
  border-bottom: 1px solid #efecf3;
  width: 100%;
  padding: 1rem;
}
.franchise-contact-cards-wrapper .contact-card h3 {
  font-size: 1.25rem;
  margin: 0;
}
.franchise-contact-cards-wrapper .contact-card .card-header {
  font-weight: bold;
  color: var(--wp--preset--color--black);
  text-transform: capitalize;
}
.franchise-contact-cards-wrapper .contact-card .contact-card-body {
  flex: 1;
}
.franchise-contact-cards-wrapper .contact-card .card-footer {
  padding: 1rem 1.25rem;
  width: 100%;
  margin-top: 1rem;
}
.franchise-contact-cards-wrapper .contact-card .card-footer .btn {
  display: block;
  text-align: center;
  padding: 0.5rem 2rem;
  width: 100%;
}

/* Franchise Contact Page */
.franchise-contact-cards-wrapper {
  display: flex;
}
@media (max-width: 1000px) {
  .franchise-contact-cards-wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .contact-card {
    flex-basis: 100%;
  }
}
@media (min-width: 700px) and (max-width: 1000px) {
  .contact-card {
    flex-basis: 47%;
  }
}
.contact-card.blue-outline {
  border-color: var(--wp--preset--color--blue);
}
.contact-card.blue-outline .card-header {
  margin-bottom: 0;
}
.contact-card.blue-outline .contact-card-body p {
  margin: 1rem auto 3rem 0;
}
.contact-card .card-header, .contact-card [class^=fi-] {
  color: var(--wp--preset--color--blue);
  text-align: center;
}
.contact-card [class^=fi-] {
  font-size: 3.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #efecf3;
  width: 100%;
}

.contact-info-section {
  display: flex;
  margin: 3rem 0;
}
@media (max-width: 800px) {
  .contact-info-section {
    flex-wrap: wrap;
  }
}
.contact-info-section .contact-info-card {
  width: 40%;
  border-radius: 1rem;
  border: 1px solid #efecf3;
  padding: 1rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
@media (max-width: 800px) {
  .contact-info-section .contact-info-card {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  .contact-info-section .contact-info-card {
    width: 50%;
  }
}
.contact-info-section .contact-info-card:hover {
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
}
.contact-info-section .contact-info-card:hover [class^=fi-] {
  box-shadow: none;
  background-color: var(--wp--preset--color--blue);
  color: #fff;
}
.contact-info-section .contact-info-card:first-of-type {
  margin-right: 1rem;
}
.contact-info-section .contact-info-card a {
  text-decoration: none;
}
.contact-info-section .contact-info-card a p {
  margin: 0.5rem 0 0 0;
  color: var(--wp--preset--color--gray);
}
.contact-info-section .contact-info-card a [class^=fi-] {
  font-size: 2rem;
  padding: 0.6rem;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.contact-info-section .contact-info-card a h3 {
  margin: 0;
  font-size: 1.5rem;
}

/* Quote Page */
.quote-section {
  margin-top: 5rem;
  margin-block-end: 5rem !important;
}

.guest-card-wrapper {
  background-color: #faf4f8;
  border-radius: 1rem;
  padding: 1rem;
}
.guest-card-wrapper h3 {
  font-size: 1.5rem;
  text-align: center;
}

/* Videos */
.franchise-video-section {
  margin-top: 3rem;
}
.franchise-video-section h2 {
  font-size: 1.75rem;
}
.franchise-video-section hr {
  margin: 2rem 0;
}
.franchise-video-section .video-card {
  width: 50%;
  padding: 1rem;
}
@media (max-width: 900px) {
  .franchise-video-section .video-card {
    width: 100%;
  }
}
.franchise-video-section .video-card .video-wrapper {
  border: 1px solid #efecf3;
  border-top: none;
  border-bottom: none;
}
.franchise-video-section .video-card .video-wrapper iframe {
  width: 100%;
}
.franchise-video-section .video-card .card-body {
  border: 1px solid #efecf3;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
  padding: 1rem 1rem 0 1rem;
}
.franchise-video-section .video-card .card-body h3 {
  font-size: 1.25rem;
  margin: 0;
}
.franchise-video-section .video-card .card-body p {
  margin-top: 0.5rem;
  color: var(--wp--preset--color--gray);
}

/* Modal Styles */
body .modal.show {
  max-width: 100vw !important;
}
body .modal h2, body .modal h3, body .modal h4, body .modal h5 {
  font-weight: bold;
}
body .modal .btn-close {
  font-size: 1.25rem;
}

#portal-modal .modal-content {
  padding: 0.5rem 0.5rem 0rem 0.5rem;
}
#portal-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
#portal-modal .modal-header .modal-title {
  font-weight: bold;
  color: var(--wp--preset--color--black);
}
#portal-modal .modal-footer {
  padding: 0;
}
#portal-modal span {
  color: #ff0000;
  font-weight: bold;
}

#maintenance-guidelines .modal-dialog {
  max-width: 1100px;
}
#maintenance-guidelines h2 {
  font-size: 2rem;
}

#guidelines h5 {
  width: 100%;
  text-align: center;
}

/* Locations Page*/
/* Search Form */
.search-form-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .search-form-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .search-form-wrapper .flex-break {
    flex-basis: 100%;
  }
}
.search-form-wrapper > * {
  white-space: nowrap;
  width: max-content;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.search-form-wrapper gmp-place-autocomplete, .search-form-wrapper select {
  background-color: #fff;
  border-radius: 0.2rem;
  border: 1px solid #cccccc;
}
.search-form-wrapper gmp-place-autocomplete:focus, .search-form-wrapper select:focus {
  outline: none;
  box-shadow: 0 0 5px var(--wp--preset--color--blue);
  border: 1px solid var(--wp--preset--color--blue);
}
@media (max-width: 800px) {
  .search-form-wrapper gmp-place-autocomplete, .search-form-wrapper select {
    width: 300px;
  }
}
.search-form-wrapper gmp-place-autocomplete {
  height: 2.5rem;
  color: var(--wp--preset--color--black);
}
@media (min-width: 800px) and (max-width: 1100px) {
  .search-form-wrapper gmp-place-autocomplete {
    width: fit-content;
  }
}
@media (min-width: 1100px) {
  .search-form-wrapper gmp-place-autocomplete {
    width: 100%;
  }
}
.search-form-wrapper select {
  min-width: 150px;
  padding: 0.6rem 0.3rem;
}
.search-form-wrapper .btn {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
}
@media (max-width: 800px) {
  .search-form-wrapper .flex-break-mobile {
    flex-basis: 100%;
  }
}

.search-label {
  color: var(--wp--preset--color--blue);
  text-transform: uppercase;
}

.map-mobile-tabs {
  width: 100%;
  text-align: center;
  margin: 1rem;
}
@media (min-width: 901px) {
  .map-mobile-tabs {
    display: none;
  }
}

.mobile-tab {
  color: var(--wp--preset--color--blue);
  text-decoration: none;
  font-size: 1rem;
  color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--blue);
  color: var(--wp--preset--color--blue);
}
.mobile-tab.active {
  color: #e4dfeb;
  border: 1px solid #e4dfeb;
}

@media (max-width: 900px) {
  body:has(.list-tab.active) .map-wrapper, body:has(.map-tab.active) .listing-wrapper {
    display: none;
  }
}

/* Map & Listings */
#map-canvas {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.map-listing-wrapper {
  display: flex;
  justify-content: space-between;
  height: 700px;
  position: relative;
}
@media (max-width: 900px) {
  .map-listing-wrapper {
    flex-wrap: wrap;
  }
}
.map-listing-wrapper .map-wrapper, .map-listing-wrapper .listing-wrapper {
  height: 700px;
}
.map-listing-wrapper .map-wrapper {
  border: 1px solid #cccccc;
  flex-basis: 100%;
  border-radius: 0.5rem;
}
.map-listing-wrapper .map-wrapper .map-franchise-listing {
  text-align: center;
  margin-bottom: 1rem;
}
.map-listing-wrapper .map-wrapper .map-franchise-listing h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.115rem;
  font-weight: 400;
  color: var(--wp--preset--color--blue);
}
.map-listing-wrapper .map-wrapper .map-franchise-listing h5 {
  font-weight: 400;
  color: var(--wp--preset--color--blue);
  font-size: 1rem;
  margin: 0;
}
.map-listing-wrapper .map-wrapper .map-franchise-listing p {
  font-size: 1rem;
  margin: 0.5rem;
  font-size: 0.875rem;
}
.map-listing-wrapper .map-wrapper .map-franchise-listing .icon-link-wrapper {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.map-listing-wrapper .map-wrapper .map-franchise-listing .icon-link-wrapper:hover {
  text-decoration: underline;
}
.map-listing-wrapper .map-wrapper .map-franchise-listing .icon-link-wrapper:focus, .map-listing-wrapper .map-wrapper .map-franchise-listing .icon-link-wrapper:focus-visible {
  outline: none;
}
.map-listing-wrapper .listing-wrapper {
  flex-basis: 50%;
  overflow-y: scroll;
  min-width: 450px;
}
@media (max-width: 900px) {
  .map-listing-wrapper .listing-wrapper {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;
    min-width: unset;
  }
}
.map-listing-wrapper .listing-wrapper .franchise-card {
  margin: 0 1rem 1rem 1rem;
  border: 1px solid #cccccc;
  padding: 1.5rem;
  border-radius: 0.5rem;
  max-height: fit-content;
}
@media (max-width: 600px) {
  .map-listing-wrapper .listing-wrapper .franchise-card {
    flex-basis: 100%;
    margin: 0;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .map-listing-wrapper .listing-wrapper .franchise-card {
    flex-basis: 45%;
    margin: 0;
  }
}
.map-listing-wrapper .listing-wrapper .franchise-card a {
  text-decoration: none;
}
.map-listing-wrapper .listing-wrapper .franchise-card h4 {
  color: var(--wp--preset--color--blue);
  font-size: 1.115rem;
  font-weight: 400;
  margin: 0;
}
.map-listing-wrapper .listing-wrapper .franchise-card p {
  margin: 0.5rem 0;
  color: var(--wp--preset--color--black);
  font-size: 0.875rem;
}
.map-listing-wrapper .listing-wrapper .franchise-card .distance {
  color: var(--wp--preset--color--blue);
  font-weight: bold;
  display: none;
}
.map-listing-wrapper .listing-wrapper .franchise-card .icon-link-wrapper {
  font-size: 0.875rem;
  display: block;
  margin: 0.5rem 0;
}
.map-listing-wrapper .listing-wrapper .franchise-card .icon-link-wrapper i {
  margin-right: 0.3rem;
}
.map-listing-wrapper .listing-wrapper .franchise-card .btn-wrapper {
  display: flex;
  gap: 2%;
}
@media (max-width: 900px) {
  .map-listing-wrapper .listing-wrapper .franchise-card .btn-wrapper {
    flex-wrap: wrap;
  }
}
.map-listing-wrapper .listing-wrapper .franchise-card .btn {
  width: 50%;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  text-align: center;
}
@media (max-width: 900px) {
  .map-listing-wrapper .listing-wrapper .franchise-card .btn {
    margin: 0.5rem 0;
    width: 160px;
  }
}
.map-listing-wrapper .listing-wrapper .franchise-card .show-on-map {
  display: block;
  border: 1px solid #cccccc;
  text-align: center;
}

.no-units {
  display: none;
  text-align: center;
}

/* Rental Listings */
.rental-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.rental-card {
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  width: 300px;
  margin: 1rem 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.rental-card:hover {
  box-shadow: 0 0.125rem 0.5rem -0.25rem rgba(31, 27, 45, 0.12), 0 0.25rem 1rem rgba(31, 27, 45, 0.12);
  cursor: pointer;
}
.rental-card:hover .image-wrapper {
  background-color: var(--wp--preset--color--black);
  border-radius: 10px;
}
.rental-card:hover img {
  opacity: 0.7;
}
.rental-card:hover h4 {
  color: var(--wp--preset--color--blue);
}
.rental-card .rental-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}
.rental-card img {
  width: 100%;
  height: 200px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  object-fit: cover;
  object-position: center;
}
.rental-card .rental-content {
  padding: 1rem;
}
.rental-card .rental-content .sub-heading {
  text-transform: uppercase;
  color: var(--wp--preset--color--blue);
}
.rental-card .rental-content h4 {
  margin: 0.5rem 0;
  font-size: 1rem;
}
.rental-card .rental-content p {
  margin: 0.5rem 0;
  font-size: 0.875rem;
  color: var(--wp--preset--color--gray);
}
.rental-card .rental-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rental-card .rental-icons p {
  width: fit-content;
  margin: 1rem;
  color: var(--wp--preset--color--gray);
}
.rental-card .rental-icons p [class^=fi-] {
  color: var(--wp--preset--color--blue);
}
.rental-card .rental-icons .rent {
  width: 100%;
  text-align: center;
  margin: 0;
}
.rental-card .rental-icons .rent span {
  font-weight: bold;
}

/* Single Franchise Page */
@media (max-width: 700px) {
  .franchise-rentals:not(:has(.slick-slider)) .rental-card {
    width: 100%;
  }
}

/* Rental Details */
.rental-detail-wrapper {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1000px) {
  .rental-detail-wrapper {
    flex-wrap: wrap;
  }
}
.rental-detail-wrapper h1 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
.rental-detail-wrapper h2 {
  font-size: 2rem;
  margin-top: 0;
}
.rental-detail-wrapper h3 {
  font-size: 1.5rem;
  margin: 0.5rem 0;
}
.rental-detail-wrapper .btn [class^=fi-] {
  margin-right: 0.2rem;
}
.rental-detail-wrapper .rental-left-content {
  flex-basis: 65%;
  width: 65%;
}
@media (max-width: 1000px) {
  .rental-detail-wrapper .rental-left-content {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
  }
}
.rental-detail-wrapper .rental-left-content .rental-main-image {
  order: 2;
}
.rental-detail-wrapper .rental-left-content .rental-main-image img {
  width: 100%;
  height: 600px;
}
@media (max-width: 500px) {
  .rental-detail-wrapper .rental-left-content .rental-main-image img {
    height: 350px;
  }
}
@media (min-width: 500px) and (max-width: 800px) {
  .rental-detail-wrapper .rental-left-content .rental-main-image img {
    height: 450px;
  }
}
.rental-detail-wrapper .rental-left-content .rental-thumbnail-images {
  display: flex;
  gap: 1rem;
  order: 3;
}
.rental-detail-wrapper .rental-left-content .rental-thumbnail-images:not(:has(.slick-slide)) {
  flex-wrap: wrap;
  justify-content: space-between;
}
.rental-detail-wrapper .rental-left-content .rental-thumbnail-images:not(:has(.slick-slide)) a {
  width: 23%;
  margin: 1rem 0;
}
@media (max-width: 800px) {
  .rental-detail-wrapper .rental-left-content .rental-thumbnail-images:not(:has(.slick-slide)) a {
    width: 47%;
  }
}
.rental-detail-wrapper .rental-left-content .rental-thumbnail-images a {
  margin: 1rem 1rem 1rem 0;
}
.rental-detail-wrapper .rental-left-content .rental-thumbnail-images img {
  height: 150px;
  width: 100%;
}
.rental-detail-wrapper .rental-left-content .rental-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  order: 1;
}
@media (max-width: 800px) {
  .rental-detail-wrapper .rental-left-content .rental-header-wrapper {
    flex-wrap: wrap;
  }
}
.rental-detail-wrapper .rental-left-content .rental-header-wrapper p {
  font-size: 1.115rem;
  color: var(--wp--preset--color--gray);
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.rental-detail-wrapper .rental-left-content .rental-badge-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 0.5rem;
}
@media (max-width: 800px) {
  .rental-detail-wrapper .rental-left-content .rental-badge-wrapper {
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
}
.rental-detail-wrapper .rental-left-content .rental-badge-wrapper .rental-badge {
  font-size: 0.875rem;
  border: solid 1px #efecf3;
  height: fit-content;
  border-radius: 10px;
  padding: 0.3rem;
  background-color: var(--wp--preset--color--lightgray);
  font-weight: bold;
}
.rental-detail-wrapper .rental-left-content .rental-badge-wrapper .rental-badge.blue-badge {
  color: var(--wp--preset--color--blue);
  border-color: var(--wp--preset--color--blue);
  background-color: #fff;
}
.rental-detail-wrapper .rental-left-content .rental-quick-facts {
  display: flex;
}
@media (max-width: 1000px) {
  .rental-detail-wrapper .rental-left-content .rental-quick-facts {
    margin-bottom: 1rem;
  }
}
.rental-detail-wrapper .rental-left-content .rental-quick-facts .rental-quick-fact {
  font-weight: bold;
  padding-right: 1rem;
}
.rental-detail-wrapper .rental-left-content .rental-quick-facts .rental-quick-fact:not(:last-of-type) {
  border-right: solid 1px #efecf3;
}
.rental-detail-wrapper .rental-left-content .rental-quick-facts .rental-quick-fact:not(:first-of-type) {
  padding-left: 1rem;
}
.rental-detail-wrapper .rental-left-content .rental-quick-facts .rental-quick-fact [class^=fi-] {
  padding-bottom: 0.2rem;
}
.rental-detail-wrapper .rental-left-content .rental-description-wrapper {
  order: 4;
}
.rental-detail-wrapper .rental-right-content {
  flex-basis: 35%;
}
@media (max-width: 1000px) {
  .rental-detail-wrapper .rental-right-content {
    flex-basis: 100%;
  }
}
.rental-detail-wrapper .rental-right-content .rental-rent-cta {
  margin-bottom: 2rem;
}
.rental-detail-wrapper .rental-right-content .rental-rent-cta-top {
  display: flex;
  justify-content: space-between;
}
.rental-detail-wrapper .rental-right-content .rental-rent-cta-top h3 {
  margin: 0;
  color: var(--wp--preset--color--gray);
}
.rental-detail-wrapper .rental-right-content .rental-rent-cta-top h2 {
  color: var(--wp--preset--color--blue);
}
.rental-detail-wrapper .rental-right-content .rental-rent-cta-top img {
  height: 60px;
  width: auto;
  border-radius: 0;
}
.rental-detail-wrapper .rental-right-content .rental-fees, .rental-detail-wrapper .rental-right-content .rental-property-details {
  background-color: var(--wp--preset--color--lightgray);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
}
.rental-detail-wrapper .rental-right-content .rental-fees h3, .rental-detail-wrapper .rental-right-content .rental-property-details h3 {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 0.5rem;
}
.rental-detail-wrapper .rental-right-content .rental-btn-wrapper .btn {
  width: 100%;
  display: block;
  text-align: center;
}
.rental-detail-wrapper .slick-list {
  margin: 0;
}
.rental-detail-wrapper .slick-slider i {
  background-color: #fff;
  transform: translateY(-50%);
}
.rental-detail-wrapper .slick-slider i.fi-chevron-right {
  right: 1rem;
}

/* Slick JS */
.slick-list {
  margin: 0 3rem;
}

.slick-slider .slick-list .slick-slide {
  margin-right: 1rem;
}

.slick-slider i.fi-chevron-right, .slick-slider i.fi-chevron-left {
  position: absolute;
  top: 50%;
  width: fit-content;
  z-index: 2;
  font-size: 0.75rem;
  padding: 0.7rem;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
}
.slick-slider i.fi-chevron-right:hover, .slick-slider i.fi-chevron-left:hover {
  box-shadow: 0 0.125rem 0.5rem -0.25rem rgba(31, 27, 45, 0.12), 0 0.25rem 1rem rgba(31, 27, 45, 0.12);
  color: var(--wp--preset--color--blue);
  cursor: pointer;
}

.slick-slider i.fi-chevron-right {
  right: 0;
}

.slick-slider i.fi-chevron-left {
  left: 0;
}

.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 20px auto 0 auto;
  gap: 8px;
  width: 265px;
  overflow: hidden;
}
.slick-slider .slick-dots li.slick-active button {
  width: 40px;
  background: #5d5b6a;
}
.slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 24px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #cbcbcf;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button:before {
  display: none;
}

/* Available Rentals Page */
.sort-filter-results-wrapper {
  display: flex;
  align-items: center;
}
.sort-filter-results-wrapper hr {
  width: 100%;
  background-color: #efecf3;
  height: 2px;
  border: none;
}
.sort-filter-results-wrapper [class^=fi-] {
  margin-right: 0.5rem;
}
.sort-filter-results-wrapper .results-wrapper {
  display: flex;
  align-items: center;
  color: var(--wp--preset--color--gray);
}

.avail-select {
  padding: 0.5rem;
  border-radius: 3px;
  width: 200px;
  border: solid 1px #efecf3;
}

.search-filter-rentals-wrapper {
  display: flex;
  justify-content: space-between;
}
.search-filter-rentals-wrapper .search-filter-wrapper {
  width: 15%;
}
@media (max-width: 1100px) {
  .search-filter-rentals-wrapper .search-filter-wrapper {
    display: none;
  }
}
.search-filter-rentals-wrapper .search-filter-wrapper h5 {
  font-size: 1.25rem;
  margin: 1rem 0;
}
.search-filter-rentals-wrapper .search-filter-wrapper h6 {
  font-size: 1.125rem;
  margin: 1rem 0;
}
.search-filter-rentals-wrapper .search-filter-wrapper select {
  width: 200px;
}
.search-filter-rentals-wrapper .search-filter-wrapper select:focus, .search-filter-rentals-wrapper .search-filter-wrapper select:focus-visible {
  background-color: none;
  outline: none;
}
.search-filter-rentals-wrapper .rentals-wrapper {
  width: 80%;
}
@media (max-width: 1100px) {
  .search-filter-rentals-wrapper .rentals-wrapper {
    width: 100%;
  }
}
.search-filter-rentals-wrapper .rental-card {
  width: 32%;
}
@media (max-width: 600px) {
  .search-filter-rentals-wrapper .rental-card {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .search-filter-rentals-wrapper .rental-card {
    width: 48%;
  }
}

.custom-select-btn {
  text-align: left;
  background-color: #fff;
  border: 1px solid #efecf3;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  padding: 0.5rem;
  font-weight: 400;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-right: 2.25rem;
}
.custom-select-btn:hover, .custom-select-btn:focus {
  background-color: #fff;
  border-color: var(--wp--preset--color--blue);
}

.custom-select-btn.dropdown-toggle::after {
  display: none;
}

.custom-select-menu {
  width: 200px;
  padding: 0;
  margin-top: 2px;
  border-radius: 0.375rem;
  overflow: hidden;
}
.custom-select-menu .dropdown-item {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-select-menu .dropdown-item.active {
  background-color: var(--wp--preset--color--blue);
  color: #fff;
}
.custom-select-menu .dropdown-item.active .check-icon {
  display: inline-block;
}
.custom-select-menu .dropdown-item .check-icon {
  display: none;
  width: 6px;
  height: 12px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-right: 4px;
  margin-bottom: 3px;
}

/* Rental Filters */
.rental-card[data-show=No] {
  display: none !important;
}

#city {
  padding: 0.5rem;
  width: 200px;
}

/* ---- General Slider Styling ---- */
#rent-slider {
  margin: 10px 0;
  height: 8px;
  border-radius: 5px;
  background: #e0e0e0;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  width: 180px;
}

/* ---- Styling for the Filled Range (Selected Rent Range) ---- */
#rent-slider .noUi-connect {
  background: linear-gradient(90deg, var(--wp--preset--color--blue), var(--wp--preset--color--darkbluehover));
  height: 100%;
  border-radius: 5px;
}

/* ---- Slider Handles ---- */
#rent-slider .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  border: 2px solid var(--wp--preset--color--blue);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}

/* Hover effect for handles */
#rent-slider .noUi-handle:hover {
  background: var(--wp--preset--color--blue);
  border: 2px solid white;
  transform: scale(1.2);
}

/* Active handle effect (when dragging) */
#rent-slider .noUi-handle:active {
  background: var(--wp--preset--color--darkbluehover);
}

/* ---- Manual Input Fields ---- */
.rent-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  margin-bottom: 1rem;
}
.rent-inputs input:focus {
  border-color: var(--wp--preset--color--darkbluehover);
  box-shadow: 0 0 5px rgba(0, 91, 187, 0.5);
}
.rent-inputs input {
  width: 60px;
  text-align: center;
  font-size: 14px;
  border: 2px solid var(--wp--preset--color--blue);
  border-radius: 5px;
  padding: 5px;
  transition: all 0.2s ease-in-out;
}

/* Floating Labels on Handles */
.noUi-handle .slider-label {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--wp--preset--color--blue);
  color: white !important;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: bold;
  transition: opacity 0.2s;
  opacity: 0;
}

/* Show labels when moving */
.noUi-handle:hover .slider-label,
.noUi-handle:active .slider-label {
  opacity: 1;
}

.noUi-handle:before, .noUi-handle:after {
  content: none !important;
}

/* ---- Responsive Adjustments ---- */
@media (max-width: 768px) {
  .rent-inputs input {
    width: 60px;
    font-size: 12px;
  }
}
/* Hide the increment/decrement arrows in number input fields */
.rent-inputs input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.rent-inputs input[type=number]::-webkit-outer-spin-button,
.rent-inputs input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; /* Chrome, Safari, Edge */
  margin: 0;
}

#pagination {
  text-align: center;
}
#pagination .btn {
  padding: 0.5rem 0.8rem;
  border-radius: 5px;
  margin-right: 0.2rem;
}
#pagination .btn.active {
  background-color: var(--wp--preset--color--blue);
  color: #fff;
}

.available-rental-steps .h1,
.available-rental-steps .h5,
.available-rental-steps a {
  color: #fff;
}

#available-rental-step-1 {
  background-color: rgb(148, 187, 210);
}

#available-rental-step-2 {
  background-color: #528fb5;
}

#available-rental-step-3 {
  background-color: rgb(112, 171, 212);
}

#available-rental-step-4 {
  background-color: #1974b8;
}

#rental-guidelines-container {
  background-color: var(--wp--preset--color--lightgray);
}

.mobile-filter-button {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  text-align: center;
  background-color: var(--wp--preset--color--blue);
}
.mobile-filter-button a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 1rem;
}

#mobile-filter .modal-header, #mobile-filter .modal-content {
  background-color: #fff;
  border: none;
}
#mobile-filter .modal-content {
  padding: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.about-page.franchise-2-col {
  margin: 0;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .about-page.franchise-2-col .col-content {
    order: 2;
  }
  .about-page.franchise-2-col .col-image {
    order: 1;
    margin-bottom: 1rem;
  }
}
.about-page.franchise-2-col h2:first-of-type {
  margin-top: 0;
}

/* Area */
.area-section hr {
  margin-bottom: 0;
}
.area-section .franchise-2-col {
  margin-top: 0;
  align-items: flex-start;
}
.area-section .franchise-2-col .col-image {
  flex-basis: 35%;
  margin-top: 2.5rem;
}
@media (max-width: 1000px) {
  .area-section .franchise-2-col .col-image {
    flex-basis: 100%;
  }
}
.area-section .franchise-2-col .col-content {
  flex-basis: 65%;
}
@media (max-width: 1000px) {
  .area-section .franchise-2-col .col-content {
    flex-basis: 100%;
  }
}
.area-section .franchise-2-col .acpm-card {
  margin-top: 2rem;
  width: 100%;
}
@media (max-width: 800px) {
  .area-section .franchise-2-col .acpm-card {
    margin: 2rem 0 0 0;
  }
}

/* Disclosures */
.franchise-disclosure {
  margin: 4rem 0;
}
.franchise-disclosure h2 {
  margin-bottom: 2rem;
}
.franchise-disclosure .franchise-disclosure-content {
  background-color: var(--wp--preset--color--lightgray);
  padding: 2rem;
  border-radius: 1rem;
}
.franchise-disclosure .franchise-disclosure-content p:first-of-type {
  margin-bottom: 3rem;
}

.texas-disclosure {
  background-color: var(--wp--preset--color--blue);
  color: #fff;
  text-align: center;
  padding: 0.5rem;
}
.texas-disclosure p, .texas-disclosure a {
  color: #fff;
  margin: 0;
}

.state-list-wrapper {
  columns: 4;
  display: block;
  padding: 0.5rem;
  column-gap: 70px;
}
@media (max-width: 400px) {
  .state-list-wrapper {
    columns: 1;
  }
}
@media (min-width: 400px) and (max-width: 800px) {
  .state-list-wrapper {
    columns: 2;
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  .state-list-wrapper {
    columns: 3;
  }
}
.state-list-wrapper .state {
  break-inside: avoid;
  margin: 1rem 0;
}
.state-list-wrapper .state:first-of-type {
  margin-top: 0;
}
.state-list-wrapper .state:first-of-type h3 {
  margin-top: 0;
}
.state-list-wrapper .state h3 {
  font-size: 1.5rem;
}
.state-list-wrapper .state ul {
  padding-inline-start: 0;
}
.state-list-wrapper .state li {
  list-style-type: none;
  margin-bottom: 0.5rem;
}
.state-list-wrapper .state a {
  text-decoration: none;
}

/* Franchise List On State Page */
.state-franchise-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.state-franchise-cards-wrapper .state-franchise-card {
  flex-basis: 32%;
  margin: 1rem 0;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  border-radius: 1rem;
  position: relative;
}
@media (max-width: 600px) {
  .state-franchise-cards-wrapper .state-franchise-card {
    flex-basis: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .state-franchise-cards-wrapper .state-franchise-card {
    flex-basis: 48%;
  }
}
.state-franchise-cards-wrapper .state-franchise-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.state-franchise-cards-wrapper .state-franchise-image-wrapper {
  height: 300px;
}
.state-franchise-cards-wrapper .state-franchise-image-wrapper img {
  height: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
}
.state-franchise-cards-wrapper .state-franchise-content {
  padding: 0 1rem;
  border-bottom: solid 1px #efecf3;
}
.state-franchise-cards-wrapper .state-franchise-content h3 {
  font-size: 1.115rem;
}
.state-franchise-cards-wrapper .state-franchise-content p {
  font-size: 0.875rem;
}
.state-franchise-cards-wrapper .state-franchise-button-wrapper {
  padding: 1rem;
  position: relative;
  z-index: 2;
}
.state-franchise-cards-wrapper .state-franchise-button-wrapper .state-franchise-button {
  display: block;
  background-color: rgba(60, 118, 242, 0.1019607843);
  color: var(--wp--preset--color--blue);
  padding: 0.5rem 1.5rem;
  text-align: center;
}
.state-franchise-cards-wrapper .state-franchise-button-wrapper .state-franchise-button:hover {
  color: #fff;
  background-color: var(--wp--preset--color--blue);
}

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