body {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

body ::-webkit-scrollbar {
  width: 3px;
}

body ::-webkit-scrollbar-track {
  background: #f4f4f4;
}

body ::-webkit-scrollbar-thumb {
  background: #0c5aca;
}

body ::-webkit-scrollbar-thumb:hover {
  background: #22b2ee;
}

@keyframes move {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}

/*************** general ***************/
.wow-text>*:not(.gform_confirmation_wrapper),
.wow {
  visibility: visible !important;
}

.tr,
.lazyloaded.tr,
.owl-dot span,
.location-card,
.sub-menu,
a,
.btn,
button,
svg path,
svg rect,
input[type="submit"] {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transitoins: all 0.3s ease-in-out;
}

a,
.btn,
button,
input[type="submit"] {
  cursor: pointer;
}

.btn,
button,
input[type="submit"] {
  display: inline-block;
  font: 700 clamp(20px, 1.3vw, 24px)/32px "Raleway", sans-serif;
  padding: 16px 28px;
  background: #0c5aca;
  color: #fff;
  text-align: center;
  border: none;
  text-decoration: none !important;
  text-transform: capitalize;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: #22b2ee;
  text-decoration: none;
}

body {
  font: 400 clamp(18px, 1.39vw, 20px)/1.5 "Open Sans", sans-serif;
  color: #3a3731;
}

body * {
  outline: none !important;
}

a {
  text-decoration: none;
}

a:not(.btn) {
  color: inherit;
}

main[role="main"] a:not(.btn):hover {
  color: #22b2ee;
}

main[role="main"] a:not(.btn):hover path {
  fill: #22b2ee;
}

.flex,
.fc,
.fcc,
.txt,
#header .menu {
  display: flex;
  flex-wrap: wrap;
}

.fc {
  align-items: center;
}

.fcc {
  align-items: center;
  justify-content: center;
}

.gap30 {
  row-gap: 30px;
}

.gap15 {
  row-gap: 15px;
}

.lity-hide,
.hide {
  display: none;
}

.txt {
  margin-left: -15px;
  margin-right: -15px;
}

.txt .txt {
  margin-left: 0;
  margin-right: 0;
}

.txt ol {
  counter-reset: section;
}

.txt ol li {
  counter-increment: section;
}

.txt ol li+li {
  margin-top: 15px;
}

.txt ol li::before {
  content: counter(section) ". ";
  color: #0c5aca;
  font-weight: 700;
}

.txt ul li {
  position: relative;
  padding-left: 20px;
}

.txt ul li+li {
  margin-top: 15px;
}

.txt ul li:before {
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: calc(0.5 * clamp(18px, 1.39vw, 20px));
  margin-top: 3px;
  border-radius: 6px;
  background: #0c5aca;
  content: "";
}

.txt ol ul,
.txt ol ol,
.txt ul ul,
.txt ul ol {
  padding-left: calc(0.43 * clamp(45px, 6.95vw, 100px));
  padding-left: calc(0.25 * clamp(45px, 6.95vw, 100px));
  margin-top: 15px;
  /*font-size: 14px;*/
}

.txt ol ul li,
.txt ol ol li,
.txt ul ul li,
.txt ul ol li {
  padding-left: 13px;
  top: 7px;
}

.txt ol ul li:before,
.txt ol ol li:before,
.txt ul ul li:before,
.txt ul ol li:before {
  /*margin-top: -1px;*/
}

.txt ol ul li:before,
.txt ul ul li:before {
  /*
			background: transparent;
			border: 1px solid $green;
			border: 1.5px solid $green;
			margin-top: -2px;
			*/
}

.txt .col-half {
  width: 50%;
  flex: 0 0 50%;
  padding: 15px;
  margin-left: 0;
  margin-right: 0;
}

.txt .col-half img {
  width: 100%;
}

.txt .col-half>* {
  padding-left: 0;
  padding-right: 0;
}

.txt .col-half br {
  display: none;
}

.txt .col-half+br {
  display: none;
}

.txt .col-half+*:not(.col-half) {
  clear: both;
  margin-top: 15px;
  min-height: 1px;
}

.txt a:not(.btn):not(:hover):not([href^="tel"]) {
  color: #0c5aca;
}

.txt a:not(.btn):hover {
  color: #22b2ee;
  text-decoration: underline;
}

.txt .btn {
  margin: 15px 0 25px;
}

.txt .iframe-wrapper {
  margin: 30px 0 40px;
}

.txt .gform_wrapper {
  max-width: calc(100% - 30px);
  margin-top: 30px;
  margin-left: 15px;
}

.txt blockquote {
  position: relative;
  margin: 35px 0;
  padding-left: calc(0.85 * clamp(45px, 6.95vw, 100px));
  padding-right: calc(0.85 * clamp(45px, 6.95vw, 100px));
  font: italic 500 clamp(20px, 1.67vw, 24px)/1.33 "Raleway", sans-serif;
  color: #5e504f;
  letter-spacing: -0.4px;
}

.txt blockquote:before,
.txt blockquote:after {
  width: calc(0.64 * clamp(45px, 6.95vw, 100px));
  height: calc(0.52 * clamp(45px, 6.95vw, 100px));
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/quotes.svg") center center no-repeat;
  background-size: contain;
}

.txt blockquote:after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.txt>* {
  flex: 0 0 100%;
  padding-left: 15px;
  padding-right: 15px;
}

div:not(.col-12).txt+div:not(.col-12).txt,
.txt .large>*+*,
.txt>*+* {
  margin-top: 25px;
}

.txt>*+h1,
.txt>*+.h1,
.txt>*+h2,
.txt>*+.h2,
.txt>*+h3,
.txt>*+.h3,
.txt>*+h4,
.txt>*+.h4,
.txt>*+h5,
.txt>*+.h5,
.txt>*+h6,
.txt>*+.h6 {
  margin-top: 30px;
  margin-bottom: 5px;
}

.txt>hr,
hr {
  width: 100%;
  height: 3px;
  margin: 35px 15px 30px;
  background: #d9d9d9;
  border: none;
  flex: 0 0 calc(100% - 30px);
}

.txt>hr+* {
  margin-top: 5px !important;
}

.container-wrap {
  width: 100%;
  flex: 0 0 100%;
}

div#container {
  overflow-x: hidden;
}

div.container {
  max-width: 1390px;
  margin: 0 auto;
}

div.container-sm {
  max-width: 1310px;
}

div.container-xs {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #5e504f;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1.33;
}

h2.title {
  font-weight: inherit;
}

h1,
.h1,
.gform_title {
  font-size: clamp(32px, 2.78vw, 40px);
}

h2.larger {
  font-size: clamp(64px, 5.6vw, 80px);
  line-height: 1.1;
  font-weight: inherit;
}

.hero_narrow .large h2,
h2.large {
  font-size: clamp(48px, 4.45vw, 64px);
  line-height: 1.2;
  font-weight: inherit;
}

h2,
.h2 {
  font-size: clamp(24px, 1.7vw, 32px);
}

.large,
h3,
.h3 {
  font-size: 24px;
  font-size: clamp(20px, 1.67vw, 24px);
}

h4,
.h4 {
  font: 500 clamp(18px, 1.05vw, 20px)/1.5 "Raleway", sans-serif;
}

h5,
.h5 h6,
.h6 {
  font: 500 clamp(16px, 1vw, 18px)/1.5 "Raleway", sans-serif;
}

.med *:not(strong),
.med {
  font-weight: 500;
}

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

textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"] {
  font-family: inherit;
  line-height: 32px;
  font-size: 14px;
}

.custom-sections>section {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

img.overlay.place {
  object-position: center;
}

.overlay+*:not(.overlay) {
  position: relative;
  z-index: 1;
}

strong,
b {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

.showt,
.showtab,
.showFooter,
.showmob {
  display: none;
}

.tcenter {
  text-align: center;
}

.tcenter img {
  margin-left: auto;
  margin-right: auto;
}

body sup {
  display: inline-block;
  position: relative;
  font-size: 35%;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/*************** header ***************/
body.stickyMenu {
  padding-top: 80px;
}

#top-menu {
  background: #f4f4f4;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 0;
  color: #5e504f;
}

#top-menu .container {
  max-width: 1430px;
  justify-content: end;
}

#top-menu .container a {
  display: block;
  line-height: 24px;
}

#top-menu .container a svg {
  transform: translate(-3px, 3px);
  -webkit-transform: translate(-3px, 3px);
  -moz-transform: translate(-3px, 3px);
  max-width: 24px;
  max-height: 26px;
}

#top-menu .container a:hover {
  color: #0c5aca;
}

#top-menu .container>*:not(.location-adr)+* {
  border-left: 3px solid #d9d9d9;
  padding-left: 20px;
  margin-left: 20px;
}

#header {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #5e504f;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
}

#header #branding img {
  height: 95px;
  width: auto;
}

#header .container.fc {
  padding: 8px 15px;
  justify-content: space-between;
}

#header #menu .menu-toggle {
  /*margin-left: calc(.65 * $p);*/
  padding-left: calc(0.5 * clamp(45px, 6.95vw, 100px));
  cursor: pointer;
}

#header #menu .menu-toggle:hover path {
  fill: #746d62;
}

#header .menu>li {
  position: relative;
}

#header .menu>li>a {
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
}

#header .menu>li>a.has-toggle {
  padding-right: 30px;
}

#header .menu>li+li {
  margin-left: 30px;
  margin-left: calc(0.3 * clamp(45px, 6.95vw, 100px));
}

#header li.current_page_item>a,
#header a:hover {
  color: #0c5aca;
}

#header.franchise-header .container {
  max-width: 1430px;
  padding-right: 0;
}

#menu-main-menu .all-locations {
  display: none;
}

#menu-location-page-main-menu .toggle-sub-menu,
#menu-main-menu .toggle-sub-menu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0px;
  background-size: 5px;
  transform: translateY(-50%) rotate(90deg);
  background: url("img/caret-right.svg") center center no-repeat;
  background-size: 4px;
  z-index: 2;
}

#menu-location-page-main-menu .sub-menu,
#menu-main-menu .sub-menu {
  position: absolute;
  top: 69px;
  left: -5px;
  padding: 10px 20px;
  background: #fff;
  font: 500 14px/20px "Raleway", sans-serif;
  white-space: nowrap;
  box-shadow: 0px 6px 6px #00000029;
  opacity: 0;
  visibility: hidden;
}

#menu-location-page-main-menu .sub-menu>li>a,
#menu-main-menu .sub-menu>li>a {
  display: block;
  padding: 12px 0;
}

#menu-location-page-main-menu .sub-menu>li+li,
#menu-main-menu .sub-menu>li+li {
  border-top: 3px solid #d9d9d9;
}

#menu-location-page-main-menu .sub-menu:before,
#menu-main-menu .sub-menu:before {
  width: 100%;
  height: 50px;
  position: absolute;
  content: "";
  top: -35px;
  left: 0;
}

#menu-location-page-main-menu>li.hover .toggle-sub-menu,
#menu-main-menu>li.hover .toggle-sub-menu {
  transform: translateY(-50%) rotate(-90deg);
}

#menu-location-page-main-menu>li.hover .sub-menu,
#menu-main-menu>li.hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

#menu-location-page-main-menu .locations-menu ul,
#menu-main-menu .locations-menu ul {
  flex-wrap: wrap;
  display: flex;
  width: 280px;
}

#menu-location-page-main-menu .locations-menu ul .sub-menu,
#menu-main-menu .locations-menu ul .sub-menu {
  padding: 10px 0;
}

#menu-location-page-main-menu .locations-menu ul li,
#menu-main-menu .locations-menu ul li {
  flex: 0 0 50%;
  width: 50%;
  border-top: none;
  padding: 0 10px;
}

#menu-location-page-main-menu .locations-menu ul li:nth-child(even),
#menu-main-menu .locations-menu ul li:nth-child(even) {
  border-right: 3px solid #d9d9d9;
}

#menu-location-page-main-menu .locations-menu ul li:nth-child(odd),
#menu-main-menu .locations-menu ul li:nth-child(odd) {
  padding-left: 25px;
}

#header.sticky {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 12px;
  position: fixed;
}

#header.sticky #branding img {
  height: 64px;
}

#header.sticky #menu-location-page-main-menu,
#header.sticky .sub-menu,
#header.sticky #menu-main-menu .sub-menu {
  top: 53px;
}

#top-menu.location-header {
  color: #fff;
  background: #746d62;
}

#top-menu.location-header .container>*+* {
  border-color: #3a3731;
  border-color: #fff;
}

#top-menu.location-header .container a {
  line-height: unset;
}

#top-menu.location-header .header-social a {
  width: 24px;
  height: 24px;
}

#top-menu.location-header .header-social a:hover path {
  fill: #22b2ee;
}

#top-menu.location-header .header-social a+a {
  margin-left: 8px;
}

#top-menu.location-header .header-social svg {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}

#top-menu.location-header .location-adr {
  margin-left: 15px;
  margin-right: auto;
}

#top-menu.location-header .location-adr a {
  color: #0c5aca;
}

#top-menu.location-header .location-adr a:hover {
  color: #22b2ee;
}

#header.location-header #branding {
  width: auto;
}

#header.location-header #branding strong {
  max-width: 220px;
  margin: 30px 0 0 10px;
}

#header.franchise-header .menu-toggle,
#header.location-header .menu-toggle {
  display: none;
}

.menuShow {
  overflow: hidden;
}

#footer.franchise-footer .footer-social+.showtab+section {
  flex: 0 0 235px;
  width: auto;
  margin-top: -8px;
  /*
		> a:first-of-type,
		> div:first-of-type > a:first-of-type {
			padding-top: 0;
		}
		 > a:last-of-type,
		> div:last-of-type > a:last-of-type {
			padding-bottom: 0;
		}
		*/
}

#footer.franchise-footer .footer-social+.showtab+section a {
  padding: 8px 0;
}

#footer.franchise-footer .footer-social+.showtab+section a svg {
  margin-right: 10px;
}

#footer.location-footer a[href^="tel"] {
  margin-top: 5px;
}

#footer.location-footer .container {
  max-width: 1440px;
}

#footer.location-footer .footer-social:not(.fr) {
  align-self: flex-start;
}

#footer.location-footer .footer-logo+section {
  flex: 0 0 375px;
  width: 375px;
  padding-right: 20px;
}

#footer.location-footer .footer-logo+section>div {
  width: fit-content;
  padding-top: 0;
  padding-bottom: 0px;
}

#footer.location-footer .footer-social+section {
  flex: 0 0 250px;
  width: auto;
  margin-top: -8px;
  /*
		> a:first-of-type,
		> div:first-of-type > a:first-of-type {
			padding-top: 0;
		}
		 > a:last-of-type,
		> div:last-of-type > a:last-of-type {
			padding-bottom: 0;
		}
		*/
}

#footer.location-footer .footer-social+section a {
  padding: 8px 0;
}

#footer.location-footer .footer-social+section a svg {
  margin-right: 10px;
}

#header .burger-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  z-index: 3;
}

#header .burger-wrapper .location-adr {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: -15px;
  border-top: 3px solid #d9d9d9;
  padding-top: 20px;
}

#header .burger-wrapper .location-adr a {
  color: #0c5aca;
}

#header .burger-wrapper .location-adr a:hover {
  color: #746d62;
}

#header .burger-wrapper .lic-header {
  margin-bottom: -15px;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #d9d9d9;
  font-weight: 700;
}

#header .burger-wrapper .menu {
  display: block;
  position: relative;
  margin-top: 15px;
}

#header .burger-wrapper .menu li {
  position: unset;
  border-bottom: 3px solid #d9d9d9;
}

#header .burger-wrapper .menu li a {
  display: block;
  padding: 15px 0;
  font: 700 clamp(18px, 1.05vw, 20px)/30px "Raleway", sans-serif;
  padding: 12px 0;
  font: 700 18px/27px "Raleway", sans-serif;
}

#header .burger-wrapper .menu li+li {
  margin-left: 0;
}

#header .burger-wrapper .menu li.locations-menu>a,
#header .burger-wrapper .menu li.menu-item-has-children>a {
  position: relative;
}

#header .burger-wrapper .menu li.locations-menu>a:hover,
#header .burger-wrapper .menu li.menu-item-has-children>a:hover {
  color: inherit;
}

#header .burger-wrapper .menu li.locations-menu>a span:not(.toggle-sub-menu-b):hover,
#header .burger-wrapper .menu li.menu-item-has-children>a span:not(.toggle-sub-menu-b):hover {
  color: #0c5aca;
}

#header .burger-wrapper .menu li.locations-menu>a span:not(.toggle-sub-menu-b),
#header .burger-wrapper .menu li.menu-item-has-children>a span:not(.toggle-sub-menu-b) {
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transitoins: all 0.3s ease-in-out;
}

#header .burger-wrapper .menu li.locations-menu .toggle-sub-menu-b:hover,
#header .burger-wrapper .menu li.menu-item-has-children .toggle-sub-menu-b:hover {
  opacity: 0.5;
}

#header .burger-wrapper .menu span.toggle-sub-menu-b {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("img/caret-right.svg") right center no-repeat;
  background-size: 6px;
  z-index: 1;
}

#header .burger-wrapper .menu .sub-menu.show {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}

#header .burger-wrapper .menu li.go-back {
  padding-left: 15px;
  background: url("img/caret-left.svg") 0 center no-repeat;
  background-size: 6px;
}

#header .burger-wrapper .overlay {
  background: #3a3731;
  opacity: 0.9;
  cursor: pointer;
}

#header .burger-wrapper .overlay+section {
  width: 720px;
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  padding: calc(0.4 * clamp(45px, 6.95vw, 100px));
  padding: 40px;
  top: 0;
  right: 0;
  background: #fff;
}

#header .burger-wrapper .overlay+section .fc .flex a {
  max-width: 24px;
  max-height: 26px;
}

#header .burger-wrapper .overlay+section .fc .flex a svg {
  max-width: 100%;
  max-height: 100%;
}

#header .burger-wrapper .overlay+section .fc .flex a+a {
  margin-left: 16px;
}

#header .burger-wrapper .overlay+section .fc .flex a:hover path {
  fill: #746d62;
}

#header .burger-wrapper .sub-menu {
  transform: translateX(125%);
  -webkit-transform: translateX(125%);
  -moz-transform: translateX(125%);
  width: calc(100% + 80px);
  padding: 0 40px 40px;
  /*box-shadow: 0px 10px 6px #00000029;*/
  min-height: 100%;
  position: absolute;
  left: -40px;
  top: 0;
  padding-bottom: 40px;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
}

#header .burger-wrapper .sub-menu li:last-of-type {
  border-bottom: none;
}

#header .burger-wrapper .sub-menu .sub-menu {
  width: 100%;
  left: 0;
}

#header .burger-wrapper .burger-close {
  margin-left: auto;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  cursor: pointer;
}

#header .burger-wrapper .burger-close:hover path {
  fill: #746d62;
}

#header .burger-wrapper .form>label {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}

#header .burger-wrapper .form>label a {
  font-family: "Open Sans", sans-serif;
}

#header .burger-wrapper .form .search-form.fc input[type="text"] {
  width: calc(100% - 144px);
  flex: 0 0 calc(100% - 144px);
  font-family: "Open Sans", sans-serif;
}

#header.no-tl .menu li:last-of-type {
  border-bottom: none;
}

#header.no-tl div.after-menu {
  margin-top: 0;
}

#header.no-tl div.after-menu a[href^="tel"] {
  top: -42px;
}

#header.no-tl .location-adr {
  margin-top: 0;
}

#header .burger-wrapper.show {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
}

div.after-menu {
  margin-top: 20px;
  position: relative;
}

div.after-menu a {
  display: inline-block;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

div.after-menu a[href^="tel"] {
  position: absolute;
  right: 5px;
  top: -62px;
}

div.after-menu a:hover {
  font-size: 18px;
  color: inherit !important;
  text-decoration: underline;
}

/*************** footer ***************/
#footer {
  font-size: 18px;
  background: #000;
  position: relative;
  z-index: 1;
}

#footer>.container>.flex,
#footer>.container>.fc {
  padding-top: calc(0.64 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(0.64 * clamp(45px, 6.95vw, 100px));
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
}

#footer a[href^="tel"],
#footer a[href^="tel"]+a {
  display: inline-flex;
  margin-top: 10px;
}

#footer a[href^="tel"] svg,
#footer a[href^="tel"]+a svg {
  margin-right: 8px;
}

#footer a[href^="tel"] {
  width: 100%;
}

#footer a[href^="tel"] svg {
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
}

#footer a:hover {
  color: inherit;
  text-decoration: underline;
}

#footer .menu-copy-menu-container {
  display: inline-block;
}

#footer .menu-copy-menu-container #menu-copy-menu li+li {
  border-left: 1px solid #746d62;
  margin-left: 6px;
  padding-left: 6px;
}

#footer .menu-copy-menu-container #menu-copy-menu li:last-of-type:before {
  content: "Website by ";
}

#footer .footer-logo {
  flex: 0 0 200px;
  width: 200px;
}

#footer .footer-logo img {
  width: auto;
  max-height: 200px;
}

#footer .footer-logo+section {
  flex: 0 0 210px;
  width: 210px;
}

#footer .footer-social {
  flex: 0 0 340px;
  align-content: flex-start;
  flex-direction: column;
  max-height: 190px;
  margin: 0 -15px;
  row-gap: 16px;
}

#footer .footer-social a {
  padding: 0 15px;
  color: #fff;
  font-weight: 700;
}

#footer .footer-social a svg {
  margin-right: 12px;
  max-width: 24px;
  max-height: 26px;
}

#footer .footer-social a:hover {
  text-decoration: underline;
}

#footer .footer-social.sg-col {
  flex: 0 0 170px;
}

#footer .footer-social+section {
  flex: 0 0 350px;
  width: 350px;
}

#footer .footer-social+section h3 label {
  display: inline-block;
  width: 330px;
  text-align: center;
}

#footer input[name="search"] {
  width: 204px;
  flex: 0 0 204px;
  border: none !important;
}

#footer #copyright {
  background: #fff;
  padding: 20px 0;
  font-size: 12px;
  line-height: 1.5;
}

#footer #copyright section+section {
  margin-top: 8px;
}

#footer #copyright .flex {
  justify-content: space-between;
  align-items: flex-end;
  row-gap: 15px;
}

#footer #copyright .flex>div {
  padding-right: 15px;
}

/*************** homepage hero ***************/
.home_hero {
  color: #fff;
  height: 734px !important;
}

.home_hero .large {
  max-width: 520px;
}

.home_hero .container {
  max-width: 1310px;
}

.home_hero h2,
.home_hero h3 {
  color: inherit;
}

.home_hero .large {
  padding-top: 20px;
}

.home_hero .large>*+* {
  margin-top: calc(0.3 * clamp(45px, 6.95vw, 100px));
}

.home_hero .scroll-next {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  bottom: calc(0.2 * clamp(45px, 6.95vw, 100px));
  cursor: pointer;
  left: auto;
  z-index: 1;
  animation: move 2s infinite;
}

.home_hero .scroll-next:hover path {
  fill: #0c5aca;
}

.home_hero .hide {
  display: none;
}

.rel {
  position: relative;
}

div.container.vid {
  width: 1390px;
  max-width: 100%;
  padding: 0;
}

div.container.vid section {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56%;
}

div.container.vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
}

.video-wrap {
  overflow: hidden;
}

.video-wrap picture,
.video-wrap img,
.video-wrap video,
.video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.video-wrap picture:not(.showmob),
.video-wrap img:not(.showmob),
.video-wrap video:not(.showmob),
.video-wrap iframe:not(.showmob) {
  display: block;
}

@media (max-width: 767px) {

  .video-wrap picture.hidemob,
  .video-wrap img.hidemob,
  .video-wrap video.hidemob,
  .video-wrap iframe.hidemob {
    display: none;
  }
}

.video-wrap iframe {
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.location_hero .overlay.showmob,
.home_hero .overlay.showmob,
.hero_video_popup .overlay.showmob {
  opacity: 0.875;
}

span.underline {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
}

span.underline .line {
  width: 0%;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: url("img/underline.svg") center center no-repeat;
  background-size: contain;
}

[style*="visibility:visible"] span.underline .line,
[style*="visibility: visible"] span.underline .line {
  width: 100%;
  transition: all 0.5s 0.75s ease-in-out;
  -webkit-transition: all 0.5s 0.75s ease-in-out;
  -moz-transitoins: all 0.5s 0.75s ease-in-out;
}

.small-search {
  position: relative;
}

.small-search h3 {
  flex: 0 0 100%;
  margin-bottom: 15px;
  color: #fff;
}

.small-search input[name="search"] {
  width: 295px;
  flex: 0 0 295px;
  margin-right: 10px;
  line-height: 32px;
  border: none !important;
  padding: 16px 16px 16px 38px;
}

.small-search input[type="submit"] {
  flex: 0 0 136px;
  width: 136px;
}

.small-search [name="search"]+label {
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 26px;
  left: 16px;
  line-height: 14px;
}

.small-search [name="search"]:hover+label path,
.small-search [name="search"]:focus+label path {
  fill: #746d62;
}

.small-search>img {
  position: absolute;
  left: -45px;
  top: 25px;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
}

/*************** hero ***************/
.hero {
  position: relative;
  padding-top: calc(1.15 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.15 * clamp(45px, 6.95vw, 100px));
}

.hero h2 {
  color: #fff;
}

.hero_video_popup:not(.home_hero) {
  padding-top: calc(1.5 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.5 * clamp(45px, 6.95vw, 100px));
}

.hero_video_popup {
  color: #fff;
}

.hero_video_popup .container {
  max-width: 1310px;
}

.hero_video_popup .container h2 {
  color: inherit;
}

.hero_video_popup .container h2 * {
  max-width: 680px;
}

.hero_video_popup section.large {
  max-width: 680px;
  margin-top: 30px;
}

.hero_video_popup .container-xs section.large {
  max-width: 800px;
  margin: 30px auto 0;
}

.hero_video_popup .txt .fc .btn,
.hero_video_popup .txt .fcc .btn {
  margin: 0;
}

.hero_video_popup .txt .fc h3,
.hero_video_popup .txt .fcc h3 {
  padding: 25px;
}

.hero_video_popup .txt .fc h3 svg,
.hero_video_popup .txt .fcc h3 svg {
  transform: translate(7px, 4px);
  -webkit-transform: translate(7px, 4px);
  -moz-transform: translate(7px, 4px);
}

.hero_video_popup .txt .fc h3 a:not(:hover),
.hero_video_popup .txt .fcc h3 a:not(:hover) {
  color: #fff;
}

.hero_video_popup .txt .fc h3 a:hover,
.hero_video_popup .txt .fcc h3 a:hover {
  text-decoration: none;
}

.hero_video_popup .txt .fc h3 a:hover path,
.hero_video_popup .txt .fcc h3 a:hover path {
  fill: #22b2ee;
}

.location_hero {
  padding-top: calc(1.75 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.75 * clamp(45px, 6.95vw, 100px));
  color: #fff;
}

.location_hero div.container-xs {
  max-width: 940px;
}

.location_hero .above-title {
  font-size: 14px;
  color: #fff;
}

.location_hero h2 {
  margin-top: 10px;
}

.location_hero h2 img {
  margin: 0;
}

.location_hero h2 .arrow-left {
  transform: rotate(55deg) translate(-5px, 30px);
  -webkit-transform: rotate(55deg) translate(-5px, 30px);
  -moz-transform: rotate(55deg) translate(-5px, 30px);
}

.location_hero h2 .arrow-right {
  transform: rotateZ(-50deg) rotateY(180deg) translate(-5px, 30px);
  -webkit-transform: rotateZ(-50deg) rotateY(180deg) translate(-5px, 30px);
  -moz-transform: rotateZ(-50deg) rotateY(180deg) translate(-5px, 30px);
}

.location_hero h2 strong {
  display: inline-block;
}

.location_hero iframe {
  width: 300% !important;
  height: 300%;
  top: 125%;
}

@media (max-width: 767px) {
  .location_hero iframe {
    top: 50%;
  }
}

.location_hero+.container {
  padding: 30px 15px;
  background: #fff;
}

.location_hero+.container .col-12 h3 {
  margin-bottom: 30px;
  padding: 0 30px;
}

.location_hero+.container .col-12+.col-12 {
  border-left: 3px solid #d9d9d9;
}

/*************** helping seniors ***************/
.helping_seniors {
  padding-top: calc(1.15 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.15 * clamp(45px, 6.95vw, 100px));
}

.helping_seniors .card-1 {
  text-align: center;
}

.helping_seniors .card-1 img {
  margin: 0 auto 15px;
}

.helping_seniors .h1 {
  letter-spacing: -0.5px;
  line-height: 1.25;
  font-weight: inherit;
}

.helping_seniors .row {
  row-gap: 20px;
}

.helping_seniors section {
  border: 3px solid #746d62;
}

.helping_seniors section .fcc {
  position: relative;
}

.helping_seniors section a {
  display: block;
  padding: calc(0.4 * clamp(45px, 6.95vw, 100px));
  padding: 40px;
  text-decoration: none !important;
}

.helping_seniors section img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.helping_seniors section img.hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  opacity: 0;
}

.helping_seniors section h3 {
  position: relative;
  max-width: 150px;
  font-weight: 500;
  text-align: center;
  line-height: 1.333;
  margin: 30px auto 0;
}

.helping_seniors section h3 svg {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  opacity: 0;
}

.helping_seniors section h3 svg path {
  fill: #0c5aca !important;
}

.helping_seniors section:hover {
  background: #746d62;
}

.helping_seniors section:hover img:not(.hover) {
  opacity: 0;
}

.helping_seniors section:hover img.hover {
  opacity: 1;
}

.helping_seniors section:hover h3 {
  color: #fff;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
}

.helping_seniors section:hover h3 svg {
  opacity: 1;
}

.helping_seniors_footer {
  padding-top: 0;
  margin-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
}

.helping_seniors_footer .container {
  position: relative;
  padding-top: calc(0.8 * clamp(45px, 6.95vw, 100px));
}

.helping_seniors_footer .container:before {
  width: calc(100% - 30px);
  height: 3px;
  position: absolute;
  top: 0;
  left: 15px;
  content: "";
  background: #d9d9d9;
}

/*************** two columns section ***************/
.two_columns_section {
  padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.2 * clamp(45px, 6.95vw, 100px));
}

.two_columns_section .btn {
  margin-top: calc(0.35 * clamp(45px, 6.95vw, 100px));
}

.two_columns_section .container-xs {
  position: relative;
  z-index: 2;
}

.two_columns_section .txt {
  margin-left: 0;
  margin-right: 0;
}

.two_columns_section .h1 {
  margin-bottom: 20px;
}

section img.bg-img {
  width: auto;
  height: calc(100% - calc(0.8 * clamp(45px, 6.95vw, 100px)));
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 0;
}

img.bg-img+*,
img.bg-img+noscript+* {
  z-index: 1;
  position: relative;
}

/*************** cta banner ***************/
.cta_banner {
  padding-top: calc(1.5 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.5 * clamp(45px, 6.95vw, 100px));
  color: #fff;
}

.cta_banner h2 {
  color: #fff;
}

.cta_banner div.container-xs {
  max-width: 800px;
}

.cta_banner .video-wrap iframe {
  width: 230%;
  height: 230%;
  top: 100%;
}

.cta_banner .txt {
  margin-left: 0;
  margin-right: 0;
}

/*************** image text rows ***************/
.image_text_rows {
  overflow: hidden;
}

.image_text_rows .h5.more-link {
  display: none;
}

.image_text_rows>.fc {
  align-items: stretch;
}

.image_text_rows>.fc .col-12.video-wrap {
  padding: 0;
}

.image_text_rows>.fc .col-12.txt {
  align-self: center;
  margin: 0;
}

.image_text_rows>.fc .col-12.txt .fc img {
  width: 90px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.image_text_rows>.fc .col-12.txt .fc h2 {
  width: calc(100% - 120px);
  margin-bottom: 10px;
}

.image_text_rows>.fc .txt.fadeInRight {
  padding-left: 40px;
  padding-top: calc(1.25 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.25 * clamp(45px, 6.95vw, 100px));
  padding-right: clamp(40px, 25%, calc((100vw - clamp(40px, 100%, 1440px)) / 2));
}

.image_text_rows>.fc .txt.fadeInLeft {
  padding-right: 40px;
  padding-top: calc(1.25 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.25 * clamp(45px, 6.95vw, 100px));
  padding-left: clamp(40px, 25%, calc((100vw - clamp(40px, 100%, 1440px)) / 2));
}

.image_text_rows>.fc .txt .btn {
  margin-bottom: 15px;
}

.image_text_rows .fadeInRight {
  order: 2;
}

.image_text_rows .overlay {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  object-fit: cover;
  object-position: top;
}

.image_text_rows .fadeInLeft {
  order: 1;
}

.wp-caption-text {
  display: none;
}

/*************** default template ***************/
.header {
  padding: 24px 0;
  background: #f4f4f4;
}

.header h1 {
  padding: 15px;
}

.header .container {
  padding: 0;
}

.header .container>.fc {
  justify-content: space-between;
}

.header .container>.fc .bread {
  font-size: 14px;
  padding: 15px;
}

.header .container>.fc .bread span {
  display: block;
  width: 20px;
  height: 10px;
  background: url("img/bread.svg") center center no-repeat;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  background-size: 3px;
}

.header .container>.fc .bread a {
  color: inherit;
}

.header .container>.fc .bread a:hover {
  color: #0c5aca;
}

.error404,
.page-template-default {
  line-height: 1.6;
}

.error404 .container-xs,
.page-template-default .container-xs {
  padding-top: calc(0.8 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.05 * clamp(45px, 6.95vw, 100px));
}

.error404 .container-xs h1,
.error404 .container-xs h2,
.error404 .container-xs h3,
.error404 .container-xs h4,
.error404 .container-xs h5,
.error404 .container-xs h6,
.page-template-default .container-xs h1,
.page-template-default .container-xs h2,
.page-template-default .container-xs h3,
.page-template-default .container-xs h4,
.page-template-default .container-xs h5,
.page-template-default .container-xs h6 {
  /*padding: 10px 0;*/
  line-height: 1.4;
}

.error404 .helping_seniors_footer,
.page-template-default .helping_seniors_footer {
  margin-top: 0;
}

/*************** contact page ***************/
.contact-tpl .hero+div {
  padding-top: calc(0.9 * clamp(45px, 6.95vw, 100px));
}

.contact-tpl .hero+div .txt {
  align-self: flex-start;
}

.contact-tpl .hero+div a[href^="tel"] .svg {
  width: 32px;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
}

.contact-tpl .hero+div .col-12.flex .flex {
  margin-top: 25px;
}

.contact-tpl .hero+div .col-12.flex .flex .svg {
  width: 28px;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
}

.contact-tpl .hero+div .col-12.flex .map-wrapper {
  width: 100%;
}

.contact-tpl .hero+div .col-12.flex .map-wrapper .acf-map {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.contact-tpl .location_team .section {
  height: calc(150px + calc(1.2 * clamp(45px, 6.95vw, 100px)));
}

.gform_confirmation_wrapper {
  padding: 35px 35px 40px;
  border: 3px solid #746d62;
  background: #fff;
}

.gform_confirmation_wrapper+.iframe-wrapper {
  display: none;
}

.gfrom_custom_title .gform_confirmation_wrapper {
  border: none;
}

.gform_wrapper.gravity-theme {
  background: #fff;
  padding: 35px 35px 40px;
  border: 3px solid #746d62;
  font-size: 14px;
}

.gform_wrapper.gravity-theme .gform_title {
  color: #5e504f;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  padding: 0;
}

.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme form label.gfield_label {
  font-weight: 400;
  font-size: 14px;
}

.gform_wrapper.gravity-theme form label.gfield_label .gfield_required_asterisk {
  color: #0c5aca;
}

.gform_wrapper.gravity-theme form input[type=color],
.gform_wrapper.gravity-theme form input[type=date],
.gform_wrapper.gravity-theme form input[type=datetime-local],
.gform_wrapper.gravity-theme form input[type=datetime],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=month],
.gform_wrapper.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme form input[type=password],
.gform_wrapper.gravity-theme form input[type=search],
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=time],
.gform_wrapper.gravity-theme form input[type=url],
.gform_wrapper.gravity-theme form input[type=week],
.gform_wrapper.gravity-theme form select,
.gform_wrapper.gravity-theme form textarea {
  max-height: 88px;
  padding: 3px 11px;
  border: 3px solid #d9d9d9;
  resize: none;
  font-size: 14px;
}

.gform_wrapper.gravity-theme form .gform_footer {
  margin: 0;
  padding: 0;
}

.gform_wrapper.gravity-theme form .gform_footer input {
  margin: 33px auto 0;
}

div.nice-select,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  width: 100%;
  height: auto;
  max-height: 88px;
  border-radius: 0;
  padding: 13px 11px;
  border: 3px solid #d9d9d9 !important;
  font-size: 14px;
  resize: none;
  line-height: 32px;
}

div.nice-select {
  scrollbar-color: #0c5aca #f4f4f4;
  scrollbar-width: thin;
}

div.nice-select ul.list {
  width: calc(100% + 6px);
  left: -3px;
  border: 3px solid #d9d9d9;
  border-top: none !important;
  margin-top: -10px;
  box-shadow: none;
}

div.nice-select ul.list li {
  font-size: 14px;
  padding: 3px 13px;
  background: #fff !important;
}

div.nice-select ::-webkit-scrollbar {
  width: 3px;
}

div.nice-select ::-webkit-scrollbar-track {
  background: #f4f4f4;
}

div.nice-select ::-webkit-scrollbar-thumb {
  background: #0c5aca;
}

div.nice-select ::-webkit-scrollbar-thumb:hover {
  background: #22b2ee;
}

div.nice-select:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #0c5aca transparent;
  -webkit-transform-origin: unset;
  -ms-transform-origin: unset;
  transform-origin: unset;
  margin: -2px 0 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

div.nice-select.open:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

/*************** resources pages ***************/
.page-template-resources-single .header+.container {
  padding-top: calc(0.8 * clamp(45px, 6.95vw, 100px));
}

.page-template-resources-single .helping_seniors_footer {
  margin-top: calc(0.8 * clamp(45px, 6.95vw, 100px));
}

.page-template-resources-single .txt img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-template-resources-2nd-level .card .txt .txt {
  justify-content: center;
}

.one_on_one.sticky {
  position: fixed;
  top: 85px;
}

.page-template-franchise_subpage #container {
  overflow-x: unset;
}

.page-template-franchise_subpage .clearfix {
  position: relative;
}

.resources-sidebar {
  padding-right: 30px;
  flex: 0 0 31%;
  max-width: 31%;
  width: 100%;
}

.resources-sidebar>div:not(.a2a_kit) {
  max-width: 340px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.resources-sidebar h3+div {
  font: 700 14px/20px "Raleway", sans-serif;
  padding: 5px 20px;
  background: #f4f4f4;
}

.resources-sidebar h3+div a {
  display: block;
  padding: 15px 15px 15px 0;
  color: #5e504f;
}

.resources-sidebar h3+div a+a {
  border-top: 3px solid #d9d9d9;
}

.resources-sidebar h3+div a.current {
  color: #0c5aca;
  background: url("img/bread.svg") right center no-repeat;
  background-size: 4px;
}

.resources-sidebar h3+div a:hover {
  text-decoration: none;
  color: #0c5aca !important;
}

.resources-sidebar .one_on_one {
  padding: 35px;
  text-align: center;
  border: 3px solid #0c5aca;
}

.resources-sidebar .one_on_one img {
  max-width: 120px;
  margin: 0 auto 20px;
}

.resources-sidebar .one_on_one .btn {
  flex: 0 0 auto;
  width: fit-content;
  margin-top: 20px;
}

div.a2a_kit span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

div.a2a_kit a {
  margin-left: 10px;
}

div.a2a_kit a:hover path {
  fill: #22b2ee;
}

.resources-content {
  flex: 0 0 66%;
  max-width: 66%;
  width: 100%;
}

.clearfix .resources-sidebar {
  float: left;
  width: 370px;
  max-width: 100%;
}

.clearfix .resources-content {
  float: left;
  max-width: 100%;
  width: calc(100% - 370px);
}

.gform_wrapper+.iframe-wrapper {
  padding: 0;
  margin: 0;
}

.iframe-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.resource-header {
  padding-top: calc(0.8 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(0.8 * clamp(45px, 6.95vw, 100px));
}

.resource-header img {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.resource-header+.container hr {
  margin: 0;
  margin-bottom: calc(0.8 * clamp(45px, 6.95vw, 100px));
}

.resource-header+.container .row {
  align-items: stretch;
}

.resource-header+.container .row .col-12 section {
  height: 100%;
  border: 3px solid #5e504f;
}

.resource-header+.container .row .col-12 section .tcenter {
  font-size: 14px;
  padding: 20px 15px 35px;
}

.resource-header+.container .row .col-12 section .tcenter a.more-link {
  display: block;
  width: fit-content;
  font-size: clamp(16px, 1vw, 18px);
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  background: url("img/bread.svg") right center no-repeat;
  background-size: 4px;
}

.resource-header+.container .row .col-12 section .tcenter a.more-link:hover {
  text-decoration: none;
  color: #746d62;
}

section.card {
  border: 3px solid #5e504f;
}

section.card>a.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 57%;
}

section.card>a.thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

section.card>a.thumb+div.txt>h2>a:not(:hover) {
  color: #5e504f;
}

section.card>a.thumb+div.txt>h2>a:hover {
  text-decoration: none;
  color: #22b2ee;
}

section.card>a.thumb:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

section.card h2 {
  margin-top: 15px !important;
  margin-bottom: 0px !important;
}

.accordion {
  max-width: calc(100% - 30px);
  margin-left: 15px;
  padding: 0;
  position: relative;
  border: 3px solid #746d62;
  font-size: 16px;
}

.accordion h3 {
  padding: 22px 55px;
  background: url("img/link.svg") 20px center no-repeat;
  background-size: 24px;
  cursor: pointer;
  position: relative;
}

.accordion h3 span {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 22px;
  height: 3px;
  background: #0c5aca;
  margin-top: -1.5px;
  border-radius: 2px;
}

.accordion h3 span+span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.accordion h3:hover {
  color: #0c5aca;
}

.accordion h3:hover span {
  background: #746d62;
}

.accordion h3.swap span+span {
  opacity: 0;
}

.accordion>div {
  display: none;
}

.accordion .row {
  position: relative;
  padding: 25px 30px;
}

.accordion .row img {
  margin: 0 auto;
}

.accordion .row .col-12+.col-12 {
  padding: 0 35px;
}

.accordion .row+.row:before {
  width: calc(100% - 60px);
  height: 3px;
  position: absolute;
  top: -1px;
  left: 30px;
  content: "";
  background: #d9d9d9;
}

.accordion a:hover {
  text-decoration: none;
}

.accordion+.accordion {
  margin-top: 30px;
}

.faq-cat {
  margin: 30px 0;
}

.accordion-faq h3 {
  background-image: url("img/cq.svg");
}

.accordion-faq .row {
  padding-top: 0;
}

/*************** blog ***************/
.post-type-archive-franchise_post .txt a:not(.btn):not(:hover):not([href^="tel"]),
.page-template-blog .txt a:not(.btn):not(:hover):not([href^="tel"]) {
  color: #5e504f;
}

.post-type-archive-franchise_post .txt a:hover,
.page-template-blog .txt a:hover {
  color: #0c5aca !important;
  text-decoration: none;
}

.single-franchise_post .header,
.single-post .header {
  padding: 30px 0 25px;
  margin-bottom: 40px;
}

.single-franchise_post .header .fc,
.single-post .header .fc {
  justify-content: space-between;
}

.single-franchise_post .header .fc h1,
.single-post .header .fc h1 {
  padding: 15px 0 35px;
  letter-spacing: -0.4px;
}

.single-franchise_post .post-tags,
.single-post .post-tags {
  margin-top: 30px;
  justify-content: space-between;
}

.single-franchise_post .post-info,
.single-post .post-info {
  font-size: 14px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.single-franchise_post .post-info a,
.single-post .post-info a {
  color: #0c5aca;
}

.single-franchise_post .post-info a:hover,
.single-post .post-info a:hover {
  color: #22b2ee;
}

.single-franchise_post .a2a_kit,
.single-post .a2a_kit {
  font-size: 14px;
  margin-bottom: 15px;
}

.single-franchise_post .helping_seniors_footer,
.single-post .helping_seniors_footer {
  margin-top: 0;
}

.single-franchise_post .helping_seniors_footer .container:before,
.single-post .helping_seniors_footer .container:before {
  display: none;
}

.single-franchise_post .txt.contact,
.single-post .txt.contact {
  text-align: center;
}

.single-franchise_post .txt.contact hr,
.single-post .txt.contact hr {
  background: #746d62;
}

.single-franchise_post .txt.contact .btn,
.single-post .txt.contact .btn {
  flex: 0 0 auto;
  margin: 45px auto 0;
}

.feat-img {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}

.feat-img img {
  width: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  object-fit: cover;
}

.find-location>hr {
  margin: 50px 0;
}

section.post-card {
  font-size: 14px;
  /*height:452px;*/
  height: 100%;
}

section.post-card .txt {
  margin: 0;
  padding: 15px 5px;
  background: #fff;
}

section.post-card h2 {
  font-size: clamp(18px, 1.05vw, 20px);
}

section.post-card .txt a:not(.btn):not(:hover):not([href^="tel"]) {
  color: #5e504f;
}

section.post-card .txt a:hover {
  text-decoration: none;
}

.realted-posts {
  background: #f4f4f4;
  margin-top: calc(0.95 * clamp(45px, 6.95vw, 100px));
  padding-top: calc(1.15 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.15 * clamp(45px, 6.95vw, 100px));
}

.realted-posts .h1 {
  margin-bottom: calc(0.8 * clamp(45px, 6.95vw, 100px));
}

.post-type-archive-franchise_post .helping_seniors_footer,
.page-template-blog .helping_seniors_footer {
  margin-top: calc(0.8 * clamp(45px, 6.95vw, 100px));
}

#blog_form,
#franchise_form {
  padding-top: calc(0.8 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(0.45 * clamp(45px, 6.95vw, 100px));
}

#blog_form button,
#franchise_form button {
  position: absolute;
  top: 0;
  right: 0;
  background: none !important;
}

#blog_form button:hover path,
#franchise_form button:hover path {
  fill: #22b2ee;
}

#blog_form .current,
#franchise_form .current {
  font-weight: 400;
}

#blog_form .nice-select ul.list li,
#franchise_form .nice-select ul.list li {
  font-weight: 700;
}

#blog_form .nice-select ul.list li.selected,
#blog_form .nice-select ul.list li:hover,
#franchise_form .nice-select ul.list li.selected,
#franchise_form .nice-select ul.list li:hover {
  color: #0c5aca;
}

#blog_form+hr,
#franchise_form+hr {
  margin-bottom: calc(0.8 * clamp(45px, 6.95vw, 100px));
}

.custom-pagination {
  margin-top: calc(0.8 * clamp(45px, 6.95vw, 100px));
  gap: 10px;
  font-weight: 700;
  color: #0c5aca;
}

.custom-pagination a,
.custom-pagination span {
  width: 25px;
  text-align: center;
}

.custom-pagination span,
.custom-pagination a:hover {
  color: #3a3731;
}

.custom-pagination a:hover path {
  fill: #3a3731;
}

/*************** latest blog post ***************/
.latest_blog_posts {
  padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.2 * clamp(45px, 6.95vw, 100px));
}

.latest_blog_posts .h1 {
  margin-bottom: calc(0.8 * clamp(45px, 6.95vw, 100px));
}

.posts-carousel {
  padding: 0 40px;
}

.posts-carousel .owl-stage {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.posts-carousel .owl-stage .item {
  height: 100%;
}

.posts-carousel .owl-stage .post-card {
  height: 100%;
  align-items: stretch;
}

.posts-carousel .owl-stage .post-card a:hover {
  color: #0c5aca !important;
}

.posts-carousel .owl-stage .post-card .thumb {
  flex: 0 0 150px;
  width: 150px;
  padding-bottom: 0;
}

.posts-carousel .owl-stage .post-card .txt {
  flex: 0 0 calc(100% - 150px);
  width: calc(100% - 150px);
}

.owl-theme .owl-nav {
  margin: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -16px;
}

.owl-theme .owl-nav button:hover path {
  fill: #746d62;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: none !important;
  margin: 0;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.25;
}

.owl-theme div.owl-dots {
  margin-top: 35px !important;
  margin-bottom: -10px;
}

.owl-theme div.owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: #d9d9d9;
}

.owl-theme div.owl-dots .owl-dot:hover span,
.owl-theme div.owl-dots .owl-dot.active span {
  background: #746d62;
}

button.owl-prev,
button.owl-next {
  width: 30px;
  position: absolute;
  right: 0;
  text-align: right;
}

button.owl-prev {
  right: auto;
  left: 0;
  text-align: left;
}

/*************** franchise opportunities ***************/
.page-template-franchise_subpage .form_cta {
  margin-top: calc(1.1 * clamp(45px, 6.95vw, 100px));
}

.page-template-franchise_subpage .header+.container {
  padding-top: calc(0.8 * clamp(45px, 6.95vw, 100px));
}

.text_form {
  padding-top: calc(1 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1 * clamp(45px, 6.95vw, 100px));
}

.form_cta {
  padding-bottom: 0;
}

.form_cta .txt {
  max-width: 680px;
}

.form_cta .gform_wrapper.gravity-theme {
  border: none;
  box-shadow: 0px 0px 12px #00000033;
}

.form_cta .gfrom_custom_title {
  max-width: calc(100% - 30px);
  margin-top: 30px;
  margin-left: 15px;
}

.form_cta .gfrom_custom_title .gform_wrapper.gravity-theme {
  max-width: 100%;
  margin: 0;
  box-shadow: none;
}

.form_cta .gfrom_custom_title .custom_title.gform_title {
  background: #fff;
  color: #5e504f;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  padding: 0;
  padding-top: 35px;
}

.form_cta .gfrom_custom_title .custom_title.gform_title span {
  display: block;
}

.contact-tpl .gfrom_custom_title {
  margin-top: 0;
  border: 3px solid #746d62;
}

/*************** counters module ***************/
.counters_module {
  padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(0.95 * clamp(45px, 6.95vw, 100px));
}

.counters_module h1,
.counters_module h2,
.counters_module h3 {
  font-weight: inherit;
}

.counters_module .flex {
  margin-top: calc(0.5 * clamp(45px, 6.95vw, 100px));
  margin-bottom: calc(0.4 * clamp(45px, 6.95vw, 100px));
  justify-content: space-evenly;
}

.counters_module .flex section {
  flex: 0 0 250px;
}

.counters_module .flex section h2 {
  color: #0c5aca;
  font-weight: 700;
  margin-bottom: 15px;
}

/*************** location modules ***************/
.location_reviews {
  background: #f4f4f4;
  padding-top: calc(1.15 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.15 * clamp(45px, 6.95vw, 100px));
}

.location_reviews h2 {
  margin-bottom: calc(0.75 * clamp(45px, 6.95vw, 100px));
}

.location_reviews .card {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
  position: relative;
  background: #fff;
}

.location_reviews .card em {
  font: italic 500 18px/24px "Raleway", sans-serif;
  display: block;
  letter-spacing: -0.3px;
  max-height: 2000px;
  height: fit-content;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 30px;
}

.location_reviews .card em.more {
  max-height: 150px;
  overflow: hidden;
}

.location_reviews .card em span.extend {
  position: absolute;
  bottom: -5px;
  left: 0;
  font-style: normal;
  font-weight: 600;
  display: block;
  cursor: pointer;
  width: 100%;
  z-index: 1;
  background: #fff;
  padding-top: 5px;
  line-height: 24px;
  font-size: 14px;
  padding-bottom: 5px;
}

.location_reviews .card strong {
  width: 100%;
  display: block;
  align-self: flex-end;
  margin-top: 15px;
  font-size: 14px;
}

.location_reviews .card:after {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 32px;
  height: 25px;
  content: "";
  background: url("img/quotes.svg") center center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.location_reviews div.owl-stage {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  margin-left: auto;
  margin-right: auto;
}

.location_reviews div.owl-stage .item {
  height: 100%;
  padding: 0 20px;
}

.location_reviews.has-1 .owl-stage-outer,
.location_reviews.has-1 .owl-stage,
.location_reviews.has-1 .owl-item {
  width: 960px !important;
  max-width: 100%;
  margin: 0 auto;
}

.read_more+.location_reviews {
  padding-top: 0;
}

.location_awards {
  padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.2 * clamp(45px, 6.95vw, 100px));
}

.location_awards h2 {
  margin-bottom: calc(0.75 * clamp(45px, 6.95vw, 100px));
}

.location_awards .awards-carousel {
  padding: 0 30px;
}

.location_awards .awards-carousel .owl-stage {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.location_awards .awards-carousel .item {
  padding: 0 30px;
  margin-left: auto;
  height: 100%;
  margin-right: auto;
}

.location_awards .awards-carousel .item img {
  width: 100%;
  height: auto;
  max-height: 160px;
  opacity: 1;
}

div.lity {
  background: rgba(0, 0, 0, 0.85);
}

.lity-wrap .lity-container {
  max-width: calc(100% - 60px);
}

.lity-wrap .lity-container .select-wrapper h3 {
  margin-bottom: 20px;
  margin-top: 15px;
}

.lity.lity-vimeo .lity-wrap .lity-container,
.lity.lity-youtube .lity-wrap .lity-container {
  max-width: 1100px;
}

.single-location div.lity-container {
  max-width: 960px;
  box-shadow: none;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  scrollbar-color: #0c5aca #f4f4f4;
  scrollbar-width: thin;
}

.single-location div.lity-container .lity-content {
  max-width: calc(100vw - 60px);
  max-height: calc(100vh - calc(2 * clamp(45px, 6.95vw, 100px)));
  overflow: auto;
  padding: 40px 70px;
  padding-top: calc(0.4 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(0.4 * clamp(45px, 6.95vw, 100px));
  padding-left: calc(0.7 * clamp(45px, 6.95vw, 100px));
  padding-right: calc(0.7 * clamp(45px, 6.95vw, 100px));
  background: #fff;
  box-shadow: 0px 0px 12px #00000033;
}

.single-location div.lity-container .lity-content img {
  margin: 0 auto 10px;
}

.single-location div.lity-container .lity-content:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-location div.lity-container ::-webkit-scrollbar {
  width: 3px;
}

.single-location div.lity-container ::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.single-location div.lity-container ::-webkit-scrollbar-thumb {
  background: #0c5aca;
}

.single-location div.lity-container ::-webkit-scrollbar-thumb:hover {
  background: #22b2ee;
}

.lity-container .lity-close {
  position: absolute;
  right: calc(-0.5 * clamp(45px, 6.95vw, 100px));
  top: -50px;
  right: -30px;
  top: -30px;
  color: #0c5aca;
}

.lity-container #map-wrapper {
  position: relative;
  overflow: hidden;
}

.hierology_embed {
  padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.2 * clamp(45px, 6.95vw, 100px));
  padding-bottom: 0;
}

.hierology_embed h2 {
  margin-bottom: calc(0.75 * clamp(45px, 6.95vw, 100px));
}

.show-more-txt {
  font: 700 18px/24px "Raleway", sans-serif;
  letter-spacing: 0;
  margin-top: 15px;
}

.show-more-txt svg {
  margin-left: 8px;
}

.show-more-txt:hover path {
  fill: #22b2ee;
}

.more-txt {
  display: none;
}

.read_more {
  padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(0.95 * clamp(45px, 6.95vw, 100px));
  position: relative;
}

.services-menu .sub-menu li:not(.keep):not(:last-of-type) {
  display: none;
}

.location_team {
  padding-bottom: calc(1.2 * clamp(45px, 6.95vw, 100px));
}

.location_team .section {
  height: 150px;
}

.location_team .location-owner {
  margin-top: -150px;
}

.location_team .location-owner .team-img {
  margin-top: -80px;
}

.location_team .location-owner h3 {
  position: relative;
  font-style: italic;
  text-align: left;
  padding-left: calc(0.85 * clamp(45px, 6.95vw, 100px));
  padding-right: calc(0.85 * clamp(45px, 6.95vw, 100px));
  letter-spacing: -0.3px;
  margin-top: 40px;
  text-align: center;
}

.location_team .location-owner h3+strong {
  display: block;
  margin: 30px auto 10px;
}

.location_team .location-owner h3+strong+p {
  font-size: 14px;
  margin-bottom: 30px;
}

.location_team .location-owner h3:before,
.location_team .location-owner h3:after {
  width: calc(0.64 * clamp(45px, 6.95vw, 100px));
  height: calc(0.52 * clamp(45px, 6.95vw, 100px));
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/quotes.svg") center center no-repeat;
  background-size: contain;
}

.location_team .location-owner h3:after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.team-img {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  margin: 0 auto 0;
  position: relative;
  overflow: hidden;
}

.team-img img {
  border-radius: 100px;
  object-fit: cover;
}

.team-img-mob img {
  width: 175px;
  height: 175px;
  object-fit: cover;
  border-radius: 200px;
}

.team-img-mob.showmob {
  margin-top: 0;
}

.team-img-mob.showmob+p:empty {
  display: none;
}

#team {
  margin-left: calc(-0.4 * clamp(45px, 6.95vw, 100px));
  margin-right: calc(-0.4 * clamp(45px, 6.95vw, 100px));
}

#team .h1 {
  margin-bottom: calc(0.6 * clamp(45px, 6.95vw, 100px));
}

#team .h1+section {
  max-height: calc(100vh - calc(4.75 * clamp(45px, 6.95vw, 100px)));
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 17px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  scrollbar-color: #0c5aca #f4f4f4;
  scrollbar-width: thin;
}

#team .h1+section ::-webkit-scrollbar {
  width: 3px;
}

#team .h1+section ::-webkit-scrollbar-track {
  background: #f4f4f4;
}

#team .h1+section ::-webkit-scrollbar-thumb {
  background: #0c5aca;
}

#team .h1+section ::-webkit-scrollbar-thumb:hover {
  background: #22b2ee;
}

#team .flex {
  position: relative;
}

#team .flex section {
  flex: 0 0 200px;
  width: 200px;
}

#team .flex .txt:not(.no-img) {
  flex: 0 0 calc(100% - 200px);
  width: calc(100% - 200px);
  padding: 0 20px;
}

#team .flex .txt:not(.no-img) a {
  font-size: 18px;
}

#team .flex .txt:not(.no-img) a svg {
  margin-right: 10px;
}

#team .flex+.flex {
  margin-top: 35px;
  padding-top: 50px;
}

#team .flex+.flex:before {
  width: calc(100% - 60px);
  height: 3px;
  position: absolute;
  top: 0;
  left: 30px;
  content: "";
  background: #f4f4f4;
}

.location_services {
  padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.2 * clamp(45px, 6.95vw, 100px));
  background: #f4f4f4;
}

.location_services .container {
  width: 1360px;
  max-width: calc(100% - 60px);
}

.location_services .tabs-section {
  margin-top: calc(0.7 * clamp(45px, 6.95vw, 100px));
  max-width: 100%;
  padding: 40px;
  background: #fff;
  box-shadow: 0px 0px 12px #00000033;
}

.location_services .tabs-section .nav-tabs {
  flex: 0 0 300px;
  width: 300px;
}

.location_services .tabs-section .nav-tabs>p {
  padding: 9px 10px;
  color: #746d62;
  border: 3px solid #746d62;
  font: 700 14px/20px "Raleway", sans-serif;
  cursor: pointer;
}

.location_services .tabs-section .nav-tabs>p svg {
  margin-left: auto;
}

.location_services .tabs-section .nav-tabs p+p {
  margin-top: 9px;
}

.location_services .tabs-section .nav-tabs p.active {
  color: #fff;
  background: #746d62;
}

.location_services .tabs-section .nav-tabs>p:hover {
  color: #fff;
  background: #0c5aca;
  border-color: #0c5aca;
}

.location_services .tabs-section .nav-tabs p.active path,
.location_services .tabs-section .nav-tabs p:hover path {
  fill: #fff;
}

.location_services .tabs-section .tabs {
  flex: 0 0 calc(100% - 300px);
  width: calc(100% - 300px);
}

.location_services .tabs-section .tabs section.txt {
  display: none;
  width: 100%;
  flex: 0 0 100%;
  padding: 0 15px;
}

.location_services .tabs-section .tabs section.txt>* {
  padding-left: 0;
  padding-right: 0;
}

.location_services .tabs-section .tabs .tab {
  display: none;
  padding-left: 25px;
  margin-top: -3px;
}

.location_services .tabs-section .tabs .tab>div.txt {
  flex: 0 0 calc(100% - 340px);
  width: calc(100% - 340px);
  font-size: 18px;
}

.location_services .tabs-section .tabs .tab img {
  flex: 0 0 340px;
  width: 340px;
  object-fit: cover;
  align-self: flex-start;
}

.location_services .tabs-section .tabs .tab0 {
  display: flex;
}

/*************** benefits ***************/
.benefits_section {
  padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.2 * clamp(45px, 6.95vw, 100px));
}

.benefits_section .txt h1,
.benefits_section .txt h2,
.benefits_section .txt h3 {
  font-weight: 400;
}

.benefits_section .benefits {
  margin: 45px auto 0;
  max-width: 1200px;
  justify-content: center;
}

.benefits_section .benefits section {
  flex: 0 0 auto;
  width: auto;
  min-width: 250px;
  padding: 15px;
}

.benefits_section .benefits section .fcc {
  height: 90px;
}

.benefits_section .benefits section .fcc img {
  max-width: 90px;
  max-height: 90px;
  align-self: flex-end;
}

.benefits_section .benefits section h4 {
  margin-top: 30px;
  font-weight: 700;
}

/*************** careers map ***************/
.careers_map {
  padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.2 * clamp(45px, 6.95vw, 100px));
  background: #f4f4f4;
}

.careers_map .txt h1,
.careers_map .txt h2 {
  font-weight: 400;
}

.careers_map>.container {
  max-width: 1150px;
  margin-top: 30px;
}

.careers_map>.container>section {
  padding: calc(0.8 * clamp(45px, 6.95vw, 100px));
  background: #fff;
  box-shadow: 0px 0px 12px #00000033;
}

.careers_map>.container .h3 {
  padding: 0 15px;
}

.search-form.fc {
  position: relative;
}

.search-form.fc input[type="text"] {
  width: 256px;
  flex: 0 0 256px;
  margin-right: 8px;
  padding-left: 35px;
}

.search-form.fc input[type="text"]:hover+label path,
.search-form.fc input[type="text"]:focus+label path {
  fill: #746d62;
}

.search-form.fc input[type="submit"] {
  width: 136px;
  flex: 0 0 136px;
}

.search-form.fc label {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 26px;
  left: 16px;
  line-height: 14px;
}

#map_careers {
  height: calc(4.8 * clamp(45px, 6.95vw, 100px));
  margin-top: calc(0.5 * clamp(45px, 6.95vw, 100px));
  min-height: 400px;
  margin-bottom: 30px;
  background: #f4f4f4;
}

.select-wrapper {
  justify-content: center;
  align-items: center;
}

.select-wrapper h3 {
  max-height: 64px;
  padding: 0 15px;
  cursor: pointer;
  align-self: center;
}

#map-wrapper .select-wrapper {
  justify-content: center;
}

#map-wrapper .select-wrapper h3 {
  width: 100%;
  text-align: left;
}

.location-select {
  max-width: 100%;
  width: 400px;
  border: 3px solid #d9d9d9;
  flex: 0 0 400px;
  padding: 0 12px;
  position: relative;
  /*
	section {
		display: none;
		margin: -5px 0 15px;
		overflow: auto;
		max-height: 370px;
	}
	*/
}

.location-select svg {
  position: absolute;
  right: 13px;
  top: 27px;
}

.location-select p {
  padding: 22px 0;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}

.location-select strong {
  display: block;
  font-size: 14px;
  padding-bottom: 2px;
}

.location-select a {
  display: block;
  font-size: 12px;
  padding: 2px 0 3px 23px;
}

.location-select a+strong {
  margin-top: 10px;
}

.location-select a:hover {
  color: #0c5aca;
}

.location-select section {
  display: none;
  position: absolute;
  margin: -5px 0 0;
  width: calc(100% + 6px);
  background: #fff;
  border: 3px solid #d9d9d9;
  border-top: none;
  z-index: 5;
  padding: 0 12px 15px;
  margin-bottom: 0;
  left: -3px;
  scrollbar-color: #0c5aca #f4f4f4;
  scrollbar-width: thin;
}

.location-select section ::-webkit-scrollbar {
  width: 3px;
}

.location-select section ::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.location-select section ::-webkit-scrollbar-thumb {
  background: #0c5aca;
}

.location-select section ::-webkit-scrollbar-thumb:hover {
  background: #22b2ee;
}

.location-select section div {
  overflow: auto;
  max-height: 370px;
}

.location-select section div a {
  width: fit-content;
}

.lity-content .locations-map-wrapper {
  height: calc(100vh - 120px);
  max-width: calc(100vw - 30px);
}

.lity-content .locations-map-wrapper .cards>div {
  height: calc(calc(7.75 * clamp(45px, 6.95vw, 100px)) - 290px);
  height: calc(100vh - 400px);
}

.location-select.open>svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.locations-map-wrapper {
  width: 1312px;
  height: calc(7.75 * clamp(45px, 6.95vw, 100px));
  max-width: calc(100vw - 60px);
  max-height: calc(100vh - 60px);
  background: #fff;
}

.locations-map-wrapper>section {
  padding: 40px;
  width: 480px;
  flex: 0 0 480px;
}

.locations-map-wrapper>section label.h3 {
  display: block;
  margin-bottom: 15px;
  /*line-height: 27px;*/
  /*font-size: 18px;*/
}

.locations-map-wrapper label.clear-form {
  width: 32px;
  height: 64px;
  bottom: auto;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.locations-map-wrapper label.clear-form svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px;
}

.locations-map-wrapper .select-wrapper {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 3px solid #d9d9d9;
}

.locations-map-wrapper .select-wrapper h3 {
  padding-left: 0;
}

.locations-map-wrapper>#locations_map {
  width: calc(100% - 480px);
  flex: 0 0 calc(100% - 480px);
  background: #f4f4f4;
}

.locations-map-wrapper .step2 {
  display: none !important;
}

.locations-map-wrapper .cards>strong {
  display: block;
  margin: 35px 0 20px;
  font-size: 14px;
}

.locations-map-wrapper .cards>div {
  width: calc(100% + 20px);
  height: calc(5 * clamp(45px, 6.95vw, 100px));
  height: calc(calc(7.75 * clamp(45px, 6.95vw, 100px)) - 250px);
  overflow: auto;
  padding-right: 20px;
}

section.location-card,
.lity-container section.location-card,
#container section.location-card {
  display: flex;
  flex-wrap: wrap;
  padding: 17px;
  border: 3px solid #746d62;
  justify-content: space-between;
  align-items: flex-end;
}

section.location-card+section,
.lity-container section.location-card+section,
#container section.location-card+section {
  margin-top: 20px;
}

section.location-card a,
.lity-container section.location-card a,
#container section.location-card a {
  font: 700 14px/14px "Raleway", sans-serif;
  color: #0c5aca;
}

section.location-card>div,
.lity-container section.location-card>div,
#container section.location-card>div {
  max-width: calc(100% - 115px);
  position: relative;
}

section.location-card>div section.codes,
.lity-container section.location-card>div section.codes,
#container section.location-card>div section.codes {
  width: 122px;
  position: absolute;
  right: 0;
  transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  -moz-transform: translate(100%, 0%);
  text-align: right;
}

section.location-card>div+a,
.lity-container section.location-card>div+a,
#container section.location-card>div+a {
  padding: 0;
  color: #0c5aca;
}

section.location-card>div+a svg,
.lity-container section.location-card>div+a svg,
#container section.location-card>div+a svg {
  margin-left: 6px;
}

section.location-card>div+a:hover,
.lity-container section.location-card>div+a:hover,
#container section.location-card>div+a:hover {
  color: #5e504f;
}

section.location-card>div+a:hover svg path,
.lity-container section.location-card>div+a:hover svg path,
#container section.location-card>div+a:hover svg path {
  fill: #0c5aca;
}

section.location-card h3,
.lity-container section.location-card h3,
#container section.location-card h3 {
  flex: 0 0 100%;
  font-size: 18px;
  align-self: flex-start;
}

section.location-card h3 a,
.lity-container section.location-card h3 a,
#container section.location-card h3 a {
  font-size: 18px;
  color: inherit;
}

section.location-card h3+div,
.lity-container section.location-card h3+div,
#container section.location-card h3+div {
  min-height: 60px;
  font-size: 13px;
  background: url("img/location.svg") 2px 4px no-repeat;
  background-size: 10px;
  margin-top: 13px;
  padding-left: 17px;
  line-height: 21px;
}

section.location-card h3+div br+br,
section.location-card h3+div br+br+br,
section.location-card h3+div br+br+br+br,
section.location-card h3+div br+br+br+br+br,
.lity-container section.location-card h3+div br+br,
.lity-container section.location-card h3+div br+br+br,
.lity-container section.location-card h3+div br+br+br+br,
.lity-container section.location-card h3+div br+br+br+br+br,
#container section.location-card h3+div br+br,
#container section.location-card h3+div br+br+br,
#container section.location-card h3+div br+br+br+br,
#container section.location-card h3+div br+br+br+br+br {
  display: none;
}

section.location-card a:hover,
.lity-container section.location-card a:hover,
#container section.location-card a:hover {
  color: #0c5aca;
}

section.location-card a[href^="tel"],
.lity-container section.location-card a[href^="tel"],
#container section.location-card a[href^="tel"] {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  background: url("img/tel.svg") left bottom no-repeat;
  background-size: 14px;
  padding-left: 17px;
  margin-left: -20px;
  margin-top: 10px;
}

section.location-card a[href^="tel"]:not(:hover),
.lity-container section.location-card a[href^="tel"]:not(:hover),
#container section.location-card a[href^="tel"]:not(:hover) {
  color: #5e504f;
}

/*
.lity-container section.location-card {
	.codes {
		display: none;
	}
	> div {
		max-width: 100%;
	}
	h3 + div {
		min-height: auto;
		margin-bottom: 13px;
		+ a {
			margin-left: auto;
		}
	}
}
*/
/*
.archive #container section.location-card {
*/
section.location-card>div {
  width: calc(100% - 122px);
}

section.location-card>div+a,
section.location-card>div+a+a {
  font: 700 18px/18px "Raleway", sans-serif;
}

section.location-card>div+a svg,
section.location-card>div+a+a svg {
  margin-left: 6px;
}

#locations-list section.location-card br {
  display: none;
}

.location-card.active,
.location-card:hover {
  border-color: #0c5aca !important;
}

.locations-map-wrapper.swap .step1 {
  display: none !important;
}

.locations-map-wrapper.swap .step2 {
  display: block !important;
}

.show-cards,
.hide-cards {
  display: none;
  position: absolute;
  top: 20px;
  z-index: 2;
  width: 40px;
  right: 0px;
  height: 40px;
}

.show-cards svg,
.hide-cards svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.show-cards {
  right: -40px;
  background: #fff;
}

body.archive .for-careers,
body.archive .locations-map-wrapper.swap .for-careers,
body.page-template-custom .lity-container .for-locaitons {
  display: none !important;
}

section.map-section {
  position: relative;
}

section.map-section .locations-map-wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}

section.map-section+section {
  position: relative;
  background: #f4f4f4;
}

section.map-section+section .h1 {
  padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(0.75 * clamp(45px, 6.95vw, 100px));
  margin-bottom: -100px;
}

section.map-section+section .row {
  margin-left: -20px;
  margin-right: -20px;
  row-gap: 40px;
}

section.map-section+section .row>div {
  padding: 0 20px;
}

.state-card {
  padding: 40px;
  background: #fff;
  box-shadow: 0px 0px 12px #00000033;
  margin-top: 40px;
}

.state-card>h3 {
  margin-bottom: 40px;
  position: relative;
}

.state-card>h3 span {
  display: inline-block;
  background: #fff;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.state-card>h3:after {
  width: calc(100% - 40px);
  height: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  margin-top: -1.5px;
  background: #d9d9d9;
}

.state-card .location-card {
  height: 100%;
}

.state-card-wrap {
  padding-top: 100px;
}

.state-card-wrap+.state-card-wrap {
  margin-top: -100px;
}

.msg {
  position: absolute;
  font-size: 14px;
  bottom: -25px;
}

p.browse-by {
  margin-top: 32px;
  font: 700 14px/1 "Raleway", sans-serif;
}

p.browse-by a {
  text-decoration: underline;
  color: #0c5aca;
  transition: none;
  -webkit-transition: none;
  -moz-transitoins: none;
}

#locations-list+section {
  padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.2 * clamp(45px, 6.95vw, 100px));
  background: #f4f4f4;
}

#locations-list+section h3 {
  margin-bottom: 30px;
}

#locations-list+section h3 strong {
  font-size: clamp(22px, 1.69vw, 28px);
}

/*************** video testimonials ***************/
.video_testimonials {
  overflow: hidden;
  padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.2 * clamp(45px, 6.95vw, 100px));
}

.video_testimonials .h1 {
  margin-top: 15px;
  margin-bottom: calc(0.75 * clamp(45px, 6.95vw, 100px));
}

.video_testimonials div.container {
  overflow: visible;
}

.video_testimonials .testimonials-carousel .owl-stage-outer {
  overflow: visible;
}

.video_testimonials .testimonials-carousel .owl-stage {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.video_testimonials .testimonials-carousel .owl-item {
  padding: 0 20px;
  display: flex;
}

.video_testimonials .testimonials-carousel .item {
  display: flex;
  /*@include p(width, 6.2);*/
}

.video_testimonials .testimonials-carousel section.tst {
  height: 100%;
  border: 3px solid #746d62;
  display: flex;
  flex-wrap: wrap;
}

.video_testimonials .testimonials-carousel section.tst .video {
  width: 100%;
  flex: 0 0 100%;
}

.video_testimonials .testimonials-carousel section.tst div.video+div {
  padding: 35px;
  display: flex;
  flex-wrap: wrap;
}

.video_testimonials .testimonials-carousel section.tst .fc {
  margin-top: 25px;
}

.video_testimonials .testimonials-carousel section.tst .fc img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  object-position: center;
  border-radius: 100px;
  margin-right: 25px;
}

.video_testimonials .testimonials-carousel section.tst .fc p {
  font-size: 14px;
}

.video_testimonials .testimonials-carousel section.tst .fc div {
  width: calc(100% - 121px);
}

.video_testimonials h3.med {
  margin-bottom: 30px;
  margin-top: calc(0.6 * clamp(45px, 6.95vw, 100px));
}

/*************** scroll area module ***************/
.scroll_area_module {
  padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.2 * clamp(45px, 6.95vw, 100px));
  background: #f4f4f4;
}

.scroll_area_module section::-webkit-scrollbar {
  width: 0 !important;
}

.scroll_area_module section {
  overflow: -moz-scrollbars-none;
}

.scroll_area_module section {
  -ms-overflow-style: none;
}

.scroll_area_module section {
  background: #fff;
  height: 430px;
  overflow: auto;
  box-shadow: 0px 0px 12px #00000033;
  position: relative;
  padding-top: calc(0.9 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(0.9 * clamp(45px, 6.95vw, 100px));
  padding-left: calc(0.8 * clamp(45px, 6.95vw, 100px));
  padding-right: calc(0.8 * clamp(45px, 6.95vw, 100px));
  margin-top: calc(0.6 * clamp(45px, 6.95vw, 100px));
}

.scroll_area_module section .circle {
  flex: 0 0 160px;
  width: 160px;
  height: 160px;
  background: #fff;
  border: 3px solid #746d62;
  border-radius: 100%;
}

.scroll_area_module section .circle img {
  max-width: 92px;
  max-height: 92px;
  width: auto;
}

.scroll_area_module section .txt {
  flex: 0 0 calc(100% - 160px);
  width: calc(100% - 160px);
  padding-left: 40px;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

.scroll_area_module section .flex {
  position: relative;
  z-index: 1;
}

.scroll_area_module section .flex+.flex {
  padding-top: calc(0.8 * clamp(45px, 6.95vw, 100px));
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  opacity: 0;
}

.scroll_area_module section .flex.fadein {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  opacity: 1;
}

.scroll_area_module section+div {
  width: 100%;
  margin-bottom: calc(0.6 * clamp(45px, 6.95vw, 100px));
  height: calc(0.9 * clamp(45px, 6.95vw, 100px));
  margin-top: calc(-0.9 * clamp(45px, 6.95vw, 100px));
  background: transparent linear-gradient(0deg, var(--unnamed-color-ffffff) 0%, var(--unnamed-color-ffffff) 44%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 44%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  content: "";
  position: relative;
  z-index: 1;
}

.scroll_area_module section>div {
  position: relative;
}

.scroll_area_module section .bar {
  background: #746d62;
  width: 3px;
  height: 100%;
  position: absolute;
  top: -90px;
  left: 0;
  margin-left: 80px;
}

.scroll_area_module .container-md+.container-xs h3 {
  font-weight: 500;
}

.search-result a:not(:hover) {
  color: #0c5aca;
}

.search-result h2 {
  margin-bottom: 25px;
}

.search-result+.search-result {
  border-top: 3px solid #d9d9d9;
  padding-top: calc(0.65 * clamp(45px, 6.95vw, 100px));
  margin-top: calc(0.65 * clamp(45px, 6.95vw, 100px));
}

body.search .container-xs {
  padding-top: calc(0.8 * clamp(45px, 6.95vw, 100px));
  padding-bottom: calc(1.05 * clamp(45px, 6.95vw, 100px));
}

body.search .helping_seniors {
  display: none;
}

body.search #post-0 {
  text-align: center;
}

body.search #post-0 form {
  margin: 30px auto 0;
  width: fit-content;
}

@media (max-width: 1500px) {
  div.container.vid {
    width: 1000px;
  }
}

@media (max-width: 1300px) {

  /*

	#footer {
		> .container > .fc {			
		}
		.footer-logo { 
			flex: 0 0 100%;
			width: 100%;
			@include p(margin-bottom, .64);
			img {
				width: 200px;
			}
		}
	}
*/
  /*
	#footer {
		> .container > .fc {
			justify-content: normal;
		}
		section.showFooter {
			display: flex;
			margin-left: 20px;
			flex-direction: initial;
			width: auto;
			flex: 0 0 calc(100% - 315px);
	    	a {
			    width: 160px;
			}
		}
		div.showFooter {
			display: block;
		    width: 100%;
		    flex: 0 0 100%;
		    height: 30px;		    
		}
		.hideFooter {
			display: none;
		}
	}
	#footer .footer-social + section {
		margin-left: auto;
	}
	*/
  div.container.vid {
    width: 800px;
  }

  .location-footer .footer-logo {
    padding-right: 20px;
  }

  .location-footer .footer-logo {
    display: none;
  }

  #footer.location-footer {
    /*
		.footer-logo + section {
		    flex: 0 0 calc(100% - 300px);
		    width: calc(100% - 300px);
		    display: flex;
		    flex-wrap: wrap;
		    padding-bottom: 25px;
		    margin-left: -15px;
		    margin-right: -15px;

		    > div {
		    	padding: 5px 15px;
		    }		    
		}
		.footer-social {
			flex: 0 0 100%;
			max-width: 100%!important;
			flex-direction: initial;
			margin-top: 5px;
    		margin-bottom: 5px;
		}
		.footer-social + section {
				display: flex;
		    	flex-wrap: wrap;
			    flex: 0 0 100%;
			    width: 100%;
			    margin: 20px -15px 0;
			a {
				display: block;
				padding: 8px 15px;
			}
		}*/
  }

  #footer:not(.location-footer) .footer-logo {
    display: none;
  }

  .showt {
    display: block;
    width: 100%;
  }

  .small-search>img {
    transform: rotate(25deg) scaleX(-1);
    -webkit-transform: rotate(25deg) scaleX(-1);
    -moz-transform: rotate(25deg) scaleX(-1);
    left: auto;
    right: -25px;
  }
}

@media (max-width: 1200px) {

  .hero_video_popup .txt .fc,
  .hero_video_popup .txt .fcc h3 {
    font-size: 17px;
  }

  .hero_video_popup .txt .fc svg,
  .hero_video_popup .txt .fcc h3 svg {
    max-width: 20px;
  }

  .home_hero .large {
    max-width: 500px;
  }

  div.container,
  div.container-sm,
  div.container-xs {
    padding-left: 30px;
    padding-right: 30px;
  }

  body {
    padding-top: 80px;
  }

  #top-menu {
    display: none;
    height: 0;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 12px;
  }

  #header #branding img {
    height: 64px;
  }

  #header.location-header #branding strong {
    margin-top: 10px;
  }

  #menu .menu {
    display: none;
  }

  #header.franchise-header .menu-toggle,
  #header.location-header .menu-toggle {
    display: block;
  }

  #header.franchise-header .container {
    padding-right: 15px;
  }

  .location_services .tabs-section .nav-tabs {
    flex: 0 0 260px;
    width: 260px;
  }

  .location_services .tabs-section {
    padding: 30px;
  }

  .location_services .tabs-section .tabs {
    flex: 0 0 calc(100% - 260px);
    width: calc(100% - 260px);
  }

  .location_services .tabs-section .tabs .tab .txt {
    flex: 0 0 100%;
    width: 100%;
  }

  .location_services .tabs-section .tabs .tab img {
    flex: 0 0 280px;
    width: 280px;
    display: none;
  }

  .location_services .tabs-section .tabs .tab0 {
    display: flex;
  }

  .tabs-section.showmob .nav-tabs {
    width: 100%;
    flex: 0 0 100%;
  }

  .tabs-section.showmob .nav-tabs>div+p {
    margin-top: 15px;
  }

  .tabs-section.showmob .nav-tabs .txt {
    padding-top: 15px;
    border: 3px solid #0c5aca;
    border-top: none;
  }

  .tabs-section.showmob .tab {
    display: none;
  }

  .btn,
  button,
  input[type="submit"] {
    font-size: 17px;
  }

  .two_columns_section .h1 {
    font-size: clamp(28px, 2.78vw, 40px);
    margin-left: auto;
    margin-right: auto;
  }

  .image_text_rows>.fc .txt.fadeInRight,
  .image_text_rows>.fc .txt.fadeInLeft {
    padding-top: calc(0.85 * clamp(45px, 6.95vw, 100px));
    padding-bottom: calc(0.85 * clamp(45px, 6.95vw, 100px));
    padding: 30px;
    font-size: 17px;
  }

  .image_text_rows>.fc .col-12.txt .fc img {
    width: 60px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .image_text_rows>.fc .col-12.txt .fc h2 {
    width: calc(100% - 80px);
    font-size: 26px;
    margin-bottom: 0;
  }

  .image_text_rows p:empty {
    display: none;
  }
}

@media (max-width: 1100px) {
  body.archive .locations-map-wrapper.swap #search2_form+.step1.for-locaitons {
    display: block !important;
    /*visibility: hidden!important;*/
  }

  body.archive .locations-map-wrapper.swap #search2_form+.step2.for-locaitons {
    display: block !important;
    visibility: visible !important;
  }

  #map-wrapper #locations_map {
    height: calc(100% - 300px);
  }

  #map-wrapper .select-wrapper.for-careers.step2,
  #map-wrapper .select-wrapper.for-careers.step1 {
    display: flex !important;
    flex-wrap: wrap;
  }

  #map-wrapper .select-wrapper.for-careers.step2 h3,
  #map-wrapper .select-wrapper.for-careers.step1 h3 {
    width: auto;
    font-size: 18px;
    margin-bottom: 0;
  }

  #map-wrapper .location-select {
    /*width: 100%*/
  }

  #map-wrapper .locations-map-wrapper.flex {
    max-width: 100%;
  }

  #map-wrapper label.h3.step2.for-careers {
    width: 220px;
  }

  .lity-wrap .lity-container .select-wrapper h3 {
    margin-top: 0;
  }

  .locations-map-wrapper>section,
  .locations-map-wrapper>#locations_map,
  section.map-section .locations-map-wrapper {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 auto;
    height: 100%;
  }

  .wrp {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
  }

  .wrp label.h3 {
    margin-bottom: 0 !important;
    font-size: 18px;
  }

  .wrp p.browse-by {
    margin-top: 0;
  }

  body:not(.archive) .wrp {
    /*justify-content: space-between;*/
  }

  .locations-map-wrapper>section {
    height: auto;
    padding: 30px;
  }

  .map-section {
    height: auto !important;
  }

  .locations-map-wrapper .cards.step1>div#cards_results {
    display: none;
  }

  .locations-map-wrapper .cards>div#cards_results {
    width: 100%;
    height: auto !important;
    white-space: nowrap;
    display: flex;
    column-gap: 30px;
    padding-bottom: 30px;
  }

  .locations-map-wrapper .cards>div#cards_results section.location-card {
    display: flex;
    flex-wrap: wrap;
    padding: 17px;
    border: 3px solid #746d62;
    justify-content: space-between;
    align-items: unset;
    flex: 0 0 360px;
    width: 360px;
    white-space: normal;
    margin-top: 0 !important;
    position: relative;
  }

  .locations-map-wrapper .cards>div#cards_results section.location-card>div+a,
  .locations-map-wrapper .cards>div#cards_results section.location-card>div+a+a {
    position: absolute;
    bottom: 17px;
    right: 17px;
  }

  .lity-container .locations-map-wrapper .cards>div#cards_results section.location-card {
    padding-bottom: 30px;
  }

  .lity-container .locations-map-wrapper .cards>div#cards_results section.location-card>div {
    /*width: calc(100% - 90px);*/
  }
}

@media (max-width: 1000px) {

  #map-wrapper .select-wrapper.for-careers.step2 h3,
  #map-wrapper .select-wrapper.for-careers.step1 h3 {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }
}

@media (max-width: 992px) {

  /*	
	.archive #container .locations-map-wrapper {
		position: relative;
		> section {
			position: absolute;
			height: 100%;
			left: 0;
			top: auto;
			background: #fff;
			z-index: 1;
			width: 400px;
		}		
		#locations_map {
			width: 100%;
			flex: 0 0 100%;
		}
		.cards > div {
			width: 100%;
		}
	}
	*/
  /*
	.search-form.fc#search2_form {
		input[type="text"],
		input[type="submit"] {
			width: 100%;
			flex: 0 0 100%;
		}
	}
	.locations-map-wrapper > #locations_map {
		width: 100%;
		flex: 0 0 100%;
	}
	.show-cards,
	.hide-cards {
		display: block;
	}
	*/
  #header .burger-wrapper .overlay+section {
    width: 100%;
  }

  .txt .col-half {
    width: 100%;
    flex: 0 0 100%;
  }

  #footer .footer-social+section {
    flex: 0 0 100%;
    margin-top: calc(0.64 * clamp(45px, 6.95vw, 100px));
  }

  #footer #copyright section+section {
    margin-top: 15px;
  }

  #footer .showtab {
    display: block;
    width: 100%;
  }

  #footer.location-footer .footer-logo+section {
    flex: 0 0 calc(100% - 300px);
    width: calc(100% - 300px);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
  }

  #footer.location-footer .footer-logo+section>div {
    padding: 5px 15px;
  }

  #footer.location-footer .footer-social {
    flex: 0 0 100%;
    max-width: 100% !important;
    flex-direction: initial;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #footer.location-footer .footer-social+section {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    width: 100%;
    margin: 20px -15px 0;
  }

  #footer.location-footer .footer-social+section a {
    display: block;
    padding: 8px 15px;
  }

  .contact-tpl .hero+div .txt {
    margin-bottom: 30px;
  }

  .two_columns_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lity-container .lity-close {
    top: -30px;
    right: -7px;
  }

  .resources-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 30px;
    padding-right: 0;
    order: 2;
    border-top: 3px solid #d9d9d9;
  }

  .resources-sidebar>div:not(.a2a_kit) {
    max-width: 100%;
  }

  .resources-content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }

  .clearfix {
    display: flex;
    flex-wrap: wrap;
  }

  .clearfix .resources-sidebar,
  .clearfix .resources-content {
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .clearfix .resources-content {
    order: -1;
  }

  .video-wrap iframe {
    width: 250%;
    height: 250%;
  }

  .video_testimonials .testimonials-carousel .owl-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .video_testimonials .testimonials-carousel section.tst div.video+div {
    padding: 20px;
  }

  .video_testimonials .testimonials-carousel section.tst .fc img {
    width: 85px;
    height: 85px;
    margin-right: 15px;
  }

  .video_testimonials .testimonials-carousel section.tst .fc div {
    width: calc(100% - 100px);
  }

  .image_text_rows>.fc .txt.fadeInLeft,
  .image_text_rows>.fc .txt.fadeInRight {
    padding: 30px;
    font-size: 16px;
  }

  #footer .footer-social {
    flex: 0 0 100%;
    max-width: 480px !important;
    flex-direction: initial;
  }

  #footer:not(.location-footer)>.container>.fc {
    justify-content: center;
  }

  #footer:not(.location-footer) .footer-social {
    margin-top: 25px;
    justify-content: center;
  }

  #footer:not(.location-footer) .footer-social a {
    width: 160px;
  }

  #footer:not(.location-footer) .footer-logo {
    flex: 0 0 200px;
    width: 200px;
    margin-bottom: 0;
    margin-right: 40px;
    margin-left: 40px;
  }

  #footer:not(.location-footer) #copyright {
    text-align: center;
  }

  #footer>.container>.fc {
    padding-bottom: 30px;
  }

  #footer .small-search [name="search"] {
    flex: 0 0 calc(100% - 146px);
    width: calc(100% - 146px);
  }

  #footer.location-footer .footer-logo+section {
    flex: 0 0 100% !important;
    width: 100% !important;
  }

  #footer .footer-social+section h3 label {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  #footer.franchise-footer .footer-social+.showtab+section {
    margin-top: 25px;
  }

  .form_cta .txt {
    margin: 0 auto;
  }

  .txt blockquote {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 18px;
  }

  .txt blockquote:before,
  .txt blockquote:after {
    width: 29px;
    height: 23px;
  }

  .txt blockquote:before {
    left: 10px;
  }

  .txt blockquote:after {
    right: 10px;
  }

  .showFooter {
    display: none !important;
  }

  #footer .hideFooter {
    display: inline-flex;
  }

  .location-footer .footer-logo {
    padding-right: 20px;
  }

  .select-wrapper h3 {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .locations-map-wrapper {
    /*
		> section {
			padding: 30px 15px;
			width: 360px;
			height: 100%;
			flex: 0 0 360px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			background: #fff;
			@include t(translateX(-100%));
			.show-cards {
				display: block;
			}
			.hide-cards {
				display: none;
			}
		}
		> section.show {
			@include t(translateX(0));
			.show-cards {
				display: none;
			}
			.hide-cards {
				display: block;
			}
		}
		*/
  }

  .locations-map-wrapper>section,
  .locations-map-wrapper>#locations_map {
    width: calc(100%);
    flex: 0 0 calc(100%);
  }

  .locations-map-wrapper .cards>div {
    width: 100%;
    height: calc(calc(7.75 * clamp(45px, 6.95vw, 100px)) - 290px);
  }

  .accordion h3 {
    font-size: 18px;
  }

  .image_text_rows>.fc .col-12.txt .fc img {
    width: 50px;
    margin-right: 15px;
  }

  .image_text_rows>.fc .col-12.txt .fc h2 {
    width: calc(100% - 65px);
    font-size: 22px;
  }

  .image_text_rows p:empty {
    display: none;
  }

  h1,
  .h1 {
    font-size: 28px;
  }

  #footer .small-search {
    max-width: 450px;
    margin: 0 auto;
  }

  .helping_seniors section img {
    width: 80px;
    height: 80px;
  }

  .helping_seniors section a {
    padding: 30px;
  }

  .helping_seniors section h3 {
    margin-top: 15px;
  }

  h2.larger {
    font-size: 38px;
  }

  .hero_narrow .large h2,
  h2.large {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  .gform_title {
    font-size: 22px;
  }

  #header .burger-wrapper>li,
  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 18px;
  }

  .location_hero+.container .col-12 h3 {
    font-size: 18px;
    padding: 0;
  }

  .tabs-section.flex.hidemob {
    display: none;
  }

  .tabs-section.flex.showmob {
    display: flex;
  }

  .bread {
    display: none !important;
  }

  .read_more .h1 {
    font-size: 24px;
  }

  .image_text_rows:not(.communities_map) {
    /*
		.overlay {
			position: relative;
			top: auto;
			left: auto;
			@include t(translate(0,0));
		}
		*/
  }

  .image_text_rows:not(.communities_map)>.fc div.col-12.video-wrap {
    padding-bottom: 50%;
  }

  .image_text_rows:not(.communities_map) .fadeInLeft,
  .image_text_rows:not(.communities_map) .fadeInRight {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  body.archive .wrp label.h3 {
    width: 150px;
  }
}

@media (max-width: 800px) {
  .careers_map>.container .h3 {
    margin-bottom: 20px;
    flex: 0 0 100%;
    text-align: center;
  }

  body.archive .wrp label.h3 {
    width: 120px;
    font-size: 14px;
  }

  .home_hero {
    height: auto !important;
    padding: 45px 0;
    /*
		.overlay.showmob {
			display: block;
		}
		*/
  }

  .home_hero .scroll-next {
    display: none;
  }

  .home_hero .overlay.hidemob {
    background: #3a3731 !important;
    background: -moz-linear-gradient(90deg, rgba(58, 55, 49, 0.6) 0%, rgba(58, 55, 49, 0.4) 66%, rgba(58, 55, 49, 0) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(58, 55, 49, 0.6) 0%, rgba(58, 55, 49, 0.4) 66%, rgba(58, 55, 49, 0) 100%) !important;
    background: linear-gradient(90deg, rgba(58, 55, 49, 0.65) 0%, rgba(58, 55, 49, 0.45) 66%, rgba(58, 55, 49, 0) 100%) !important;
    /*display: none;*/
  }

  #team {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #team .flex .txt.no-img,
  #team .flex .txt:not(.no-img) {
    width: calc(100% + 30px);
    flex: 0 0 calc(100% + 30px);
    text-align: center;
  }

  #team .hidemob {
    display: none;
  }

  #team .showmob {
    display: block;
  }

  #team .team-img-mob.showmob img {
    margin-top: 20px;
  }

  .hero_video_popup .container {
    max-width: 540px;
    margin-left: 0;
  }
}

@media (min-width: 769px) {

  .location_reviews.has-2 .owl-stage-outer,
  .location_reviews.has-2 .owl-stage {
    width: 1200px !important;
    max-width: 100%;
    margin: 0 auto;
  }

  .location_reviews.has-2 .owl-item {
    width: 50% !important;
  }
}

@media (max-width: 767px) {

  div.container,
  div.container-sm,
  div.container-xs {
    padding-left: 15px;
    padding-right: 15px;
  }

  body {
    font-size: 16px;
  }

  .showmob {
    display: block;
  }

  .flex.showmob,
  .fc.showmob,
  .fcc.showmob {
    display: flex;
  }

  .hidemob {
    display: none;
  }

  .search-form.fc input[type="text"],
  .small-search [name="search"] {
    flex: 0 0 calc(100% - 146px);
    width: calc(100% - 146px);
  }

  .home_hero {
    padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
    padding-bottom: calc(1.2 * clamp(45px, 6.95vw, 100px));
    height: auto !important;
    text-align: center;
  }

  .home_hero .scroll-next {
    display: none;
  }

  .home_hero+div {
    background: #f4f4f4;
    padding: 30px 15px;
  }

  .home_hero+div .small-search.showmob {
    text-align: center;
  }

  .home_hero+div .small-search.showmob img {
    display: none;
  }

  .home_hero+div .small-search.showmob h3 {
    color: #5e504f;
  }

  .home_hero+div .small-search.showmob input[name="search"] {
    flex: 0 0 calc(100% - 146px);
    width: calc(100% - 146px);
    border: 3px solid #d9d9d9 !important;
  }

  #footer .showmob {
    flex: 0 0 100%;
  }

  #footer .footer-social {
    flex: 0 0 100%;
    max-width: 340px;
    margin-top: calc(0.64 * clamp(45px, 6.95vw, 100px));
    /*margin-left: auto;
			margin-right: auto;*/
  }

  #footer .small-search {
    text-align: center;
  }

  #footer [name="search"] {
    width: calc(100% - 146px);
    flex: 0 0 calc(100% - 146px);
  }

  #footer.location-footer .footer-social {
    margin-top: 0;
  }

  .helping_seniors {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image_text_rows>.fc .txt.fadeInLeft,
  .image_text_rows>.fc .txt.fadeInRight {
    padding: 30px 15px;
  }

  .image_text_rows>.fc .col-12.txt p:last-of-type {
    /*text-align: center;*/
  }

  .image_text_rows>.fc .col-12.txt .btn {
    margin: 0 auto;
  }

  .image_text_rows>.fc .col-12.txt .fc img {
    flex: 0 0 50px;
    width: 50px;
    margin-right: 15px;
  }

  .image_text_rows>.fc .col-12.txt .fc h2 {
    flex: 0 0 calc(100% - 65px);
    width: calc(100% - 65px);
  }

  .posts-carousel {
    padding: 0 20px;
  }

  .latest_blog_posts .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .latest_blog_posts .container .h1 {
    padding: 0 15px;
  }

  .latest_blog_posts .container .post-card .thumb {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 56%;
  }

  .latest_blog_posts .container .post-card .txt {
    flex: 0 0 100%;
    width: 100%;
  }

  .careers_map>.container .h3 {
    margin-bottom: 15px;
  }

  .careers_map>.container>section {
    padding: 30px 15px;
  }

  #team .flex .txt {
    flex: 0 0 100%;
    width: 100%;
    text-align: left;
  }

  #team .flex .txt h3 {
    text-align: center;
  }

  #team .flex .txt a {
    display: inline-block;
  }

  .video_testimonials .testimonials-carousel .owl-item {
    padding: 5px;
  }

  .scroll_area_module section {
    padding: 30px 15px;
  }

  .scroll_area_module section .bar {
    left: 50%;
    margin-left: -1.5px;
  }

  .scroll_area_module section .circle {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
  }

  .scroll_area_module section .circle img {
    width: 50px;
    height: 50px;
  }

  .scroll_area_module section .txt {
    flex: 0 0 100%;
    width: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    background: #fff;
    text-align: center;
    padding: 15px 0;
    text-align: center;
    margin: 30px auto 0;
  }

  .state-card {
    padding: 30px;
  }

  .state-card>h3 {
    margin-bottom: 30px;
  }

  section.map-section+section .row {
    row-gap: 30px;
  }

  section.location-card,
  .lity-container section.location-card,
  .archive #container section.location-card {
    /* a + a */
  }

  section.location-card>div,
  .lity-container section.location-card>div,
  .archive #container section.location-card>div {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  section.location-card>div section.codes,
  .lity-container section.location-card>div section.codes,
  .archive #container section.location-card>div section.codes {
    width: 100%;
    position: relative;
    right: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    order: 2;
  }

  section.location-card a[href^="tel"],
  .lity-container section.location-card a[href^="tel"],
  .archive #container section.location-card a[href^="tel"] {
    margin-top: 15px;
    width: 100%;
    background-position: 0 2px;
  }

  .state-card.wow section.location-card a[href^="tel"] {
    background-position: left bottom !important;
  }

  .state-card.wow section.location-card>div+a {
    margin-top: 15px;
    width: 100%;
  }

  .locations-map-wrapper>section label.h3 {
    font-size: 16px;
  }

  .archive #container .locations-map-wrapper>section {
    /*width: 320px;*/
    width: 100%;
  }

  .lity-container .locations-map-wrapper>section {
    width: 100%;
  }

  .lity-container .lity-close {
    /*top: -30px;*/
  }

  .hide-cards {
    display: block;
  }

  #header .burger-wrapper .overlay+section .fc .flex a+a {
    margin-left: 13px;
  }

  #header .burger-wrapper .overlay+section {
    padding: 25px;
  }

  #header .burger-wrapper .sub-menu {
    width: calc(100% + 50px);
    padding: 0 25px 40px;
    left: -25px;
  }

  #footer .footer-logo img {
    width: 220px;
    margin: 0 auto 15px;
  }

  .team-img-mob.showmob {
    margin-top: 25px;
  }

  #blog_form,
  #franchise_form {
    padding-top: 15px;
  }

  #blog_form .txt,
  #franchise_form .txt {
    display: none;
  }

  #blog_form button,
  #franchise_form button {
    right: 10px;
  }

  .cta_banner .video-wrap iframe {
    top: 50%;
  }

  .select-wrapper.for-careers.step1 h3 {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .header {
    padding: 10px 0;
  }

  .btn,
  button,
  input[type="submit"] {
    font-size: 16px;
    padding: 10px 20px;
  }

  .large {
    font-size: 18px;
  }

  .hero_narrow .large h2,
  h2.large {
    font-size: 32px;
  }

  h2.larger {
    font-size: 32px;
  }

  h1,
  .h1 {
    font-size: 24px;
  }

  h2,
  .h2 {
    font-size: 22px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }

  .gform_title {
    font-size: 20px;
  }

  .location_team .location-owner h3 {
    padding-left: calc(0.75 * clamp(45px, 6.95vw, 100px));
    padding-right: calc(0.75 * clamp(45px, 6.95vw, 100px));
    font-size: 16px;
  }

  section.post-card h2 {
    font-size: 16px;
  }

  div.nice-select,
  input[type=color],
  input[type=date],
  input[type=datetime-local],
  input[type=datetime],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  select,
  textarea {
    padding: 10px;
    line-height: 26px;
  }

  .small-search input[name="search"] {
    line-height: 26px;
    padding: 10px 16px 10px 38px;
  }

  .small-search [name="search"]+label {
    bottom: 19px;
  }

  .locations-map-wrapper label.clear-form svg {
    top: 9px;
  }

  .search-form.fc label {
    top: 19px;
  }

  .search-form.fc:not(#search2_form) input[type="text"],
  .search-form.fc:not(#search2_form) input[type="submit"] {
    width: 100%;
    flex: 0 0 100%;
  }

  #header.location-header #branding strong {
    display: none;
  }

  .location_hero h2 .arrow-left,
  .location_hero h2 .arrow-right {
    display: none;
  }

  .location_hero+.container .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .location_hero+.container .col-12+.col-12 {
    padding-top: 30px;
    border-left: none;
    border-top: 3px solid #d9d9d9;
  }

  #footer {
    font-size: 16px;
  }

  #footer #copyright section+section {
    font-size: 10px;
  }

  #footer.location-footer .footer-social+section {
    /*flex: 0 0 260px;
		    width: auto;
		    margin-left: auto;
		    margin-right: auto;*/
  }

  #footer.location-footer .footer-social+section a {
    width: 100%;
  }

  #footer.location-footer .footer-logo+section>div {
    flex: 0 0 100%;
  }

  #footer.location-footer .footer-logo+section .tel-wrap {
    margin-top: 10px;
  }

  #header .burger-wrapper {
    /*.form .search-form.fc input[type="text"] {
		    width: 100%;
		    flex: 0 0 100%;
		}*/
  }

  #header .burger-wrapper .search-form.fc input[type="submit"] {
    width: 136px;
    flex: 0 0 136px;
  }

  .testimonials-carousel .item .h3 {
    font-size: 17px;
  }

  #blog_form,
  #franchise_form {
    padding-bottom: 5px;
  }

  #blog_form+hr,
  #franchise_form+hr {
    margin: 35px 0;
  }

  .select-wrapper h3 {
    width: 100%;
    height: auto;
    line-height: 1.33;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
  }

  .hero_video_popup .txt .fc h3,
  .hero_video_popup .txt .fcc h3 {
    padding: 0 15px;
    font-size: 17px;
  }

  .gform_wrapper.gravity-theme {
    padding: 25px 25px 35px;
  }

  div.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 32px;
    min-height: 32px;
  }

  .careers_map>.container .h3 {
    margin-bottom: 20px;
  }

  .hero_video_popup .container-xs section.large {
    padding-top: 0;
  }

  .location_reviews .card em {
    font-size: 16px;
  }

  #footer #copyright .flex {
    line-height: 20px;
  }

  .home_hero,
  .hero_video_popup:not(.home_hero),
  .hero_video_popup {
    padding: 0;
  }

  .home_hero .video-wrap,
  .hero_video_popup:not(.home_hero) .video-wrap,
  .hero_video_popup .video-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
  }

  .home_hero .video-wrap video,
  .home_hero .video-wrap iframe,
  .hero_video_popup:not(.home_hero) .video-wrap video,
  .hero_video_popup:not(.home_hero) .video-wrap iframe,
  .hero_video_popup .video-wrap video,
  .hero_video_popup .video-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    top: 0;
    left: 0;
  }

  .home_hero .overlay.showmob,
  .home_hero .container-wrap,
  .hero_video_popup:not(.home_hero) .overlay.showmob,
  .hero_video_popup:not(.home_hero) .container-wrap,
  .hero_video_popup .overlay.showmob,
  .hero_video_popup .container-wrap {
    display: none;
  }

  .home_hero .container-wrap.hide,
  .hero_video_popup:not(.home_hero) .container-wrap.hide,
  .hero_video_popup .container-wrap.hide {
    display: block;
    padding-top: calc(1.2 * clamp(45px, 6.95vw, 100px));
    padding-bottom: calc(1.2 * clamp(45px, 6.95vw, 100px));
    background: #f4f4f4;
    order: 2;
    color: #5e504f;
  }

  .home_hero .container-wrap.hide {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .hero_video_popup .txt .fc h3 a:not(:hover),
  .hero_video_popup .txt .fcc h3 a:not(:hover) {
    color: #5e504f;
  }

  .hero_video_popup .txt .fc h3 a:not(:hover) path,
  .hero_video_popup .txt .fcc h3 a:not(:hover) path {
    fill: #5e504f;
  }

  #team .h1+section {
    font-size: 15px;
  }

  #team .h1+section p:empty {
    display: none;
  }

  #team .h1+section .flex .txt a {
    font-size: 16px;
  }

  .hero_video_popup section.large {
    font-size: 15px;
  }

  .location_hero h2 strong {
    display: block;
  }

  section.location-card br,
  .lity-container section.location-card br,
  #container section.location-card br {
    display: none;
  }

  .locations-map-wrapper>section {
    padding: 20px;
  }

  .wrp {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .wrp .for-locaitons.step1,
  .wrp label.h3 {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  body:not(.archive) .wrp {
    justify-content: center;
  }

  label.h3.step2.for-careers {
    width: 100%;
    font-size: 14px;
  }

  body.archive .locations-map-wrapper.swap #search2_form+.step1.for-locaitons {
    display: none !important;
    visibility: visible !important;
  }

  body.archive .locations-map-wrapper.swap #search2_form+.step2.for-locaitons {
    display: block !important;
    visibility: visible !important;
  }

  .locations-map-wrapper .cards>strong {
    font-size: 13px;
  }

  body.archive .locations-map-wrapper .cards>div#cards_results section.location-card {
    padding: 10px;
  }

  .lity-container section.location-card h3+div {
    margin-bottom: 0;
  }

  #map_careers {
    min-height: 300px;
  }

  .home_hero .large {
    margin-top: 0;
    margin-bottom: -10px;
  }

  .home_hero.hero_video_popup .fcc.gap30 {
    padding-bottom: 30px;
  }
}

.iframe-pop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100;
}

.iframe-pop iframe * {
  background: red !important;
}

.iframe-pop iframe.pop {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
}

.iframe-pop svg {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  cursor: pointer;
}

.iframe-pop svg:hover path {
  fill: #746d62;
}

.recaptcha-center {
  margin-left: auto;
  margin-right: auto;
}