.page-template-page-community-finder .is-layout-flex {
  justify-content: space-between;
}

.has-ivyjournal-normal-font-family {
  font-family: "ivyjournal-normal", serif;
}

.has-ivyjournal-normal-italic-font-family {
  font-family: "ivyjournal-normal-italic", sans-serif;
}

.has-houschka-pro-500-font-family {
  font-family: "houschka-pro-500", sans-serif;
}

.has-houschka-pro-600-font-family {
  font-family: "houschka-pro-600", sans-serif;
}

.f-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 120px;
  padding-top: calc(170px + 100 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .f-banner {
    padding-top: 270px;
  }
}
@media (max-width: 1199px) {
  .f-banner {
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .f-banner {
    padding-bottom: 25px;
  }
}
.f-banner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(0deg, #1F2937 0%, rgba(26, 50, 76, 0.4235294118) 100%) 0% 0% no-repeat padding-box;
}
.f-banner .container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding-left: calc(10px + 10 * ((100vw - 320px) / 1600));
  padding-right: calc(10px + 10 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .f-banner .container {
    padding-left: 20px;
  }
}
@media (min-width: 1920px) {
  .f-banner .container {
    padding-right: 20px;
  }
}
.f-banner__inner {
  position: relative;
  z-index: 2;
}
.f-banner__title {
  font-family: "ivyjournal-normal", serif;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 34px;
  font-size: calc(30px + 37 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .f-banner__title {
    font-size: 67px;
  }
}
.f-banner__subtitle {
  position: relative;
  font-family: "houschka-pro-bold", sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.9;
  margin-bottom: 60px;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .f-banner__subtitle {
    font-size: 18px;
  }
}
.f-banner__subtitle:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -80%;
  width: 1px;
  height: 20px;
  background-color: #fff;
}

.f-content {
  display: flex;
  flex-direction: column;
  background-color: #EEE9E5;
}
.f-content .viewAll {
  position: relative;
  font-size: 14px;
  color: #bc813b;
  display: inline-block;
  padding: 20px 0 10px;
  font-family: "houschka-pro-600", sans-serif;
}
.f-content .viewAll::after {
  position: absolute;
  content: "";
  right: -20px;
  top: calc(50% - 3px);
  transform: rotate(315deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #BC813B;
  border-bottom: 1px solid #BC813B;
  transition: 0.5s;
}
.f-content .viewAll.active::after {
  transform: rotate(135deg);
  top: 27px;
}
.f-content .all-list {
  display: none;
  margin-top: 20px;
  font-size: 16px;
  font-family: "houschka-pro-600", sans-serif;
}
.f-content .all-list.active {
  display: block;
}
.f-content .all-list .list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.f-content .all-list .list .item {
  width: 33%;
  padding: 5px 10px 15px 10px;
}
@media (max-width: 767px) {
  .f-content .all-list .list .item {
    width: 50%;
  }
}
.f-content__inner {
  display: flex;
}
.f-content__filter {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  background-color: #46176B;
}
@media (max-width: 1199px) {
  .f-content__filter {
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: rgba(255, 255, 255, 0);
    bottom: 40px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .f-content__filter {
    bottom: 20px;
  }
}
.f-content__filter-sticky {
  position: sticky;
  top: 100px;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1199px) {
  .f-content__filter-sticky {
    margin: 0;
    top: 80px;
  }
}
@media (max-width: 767px) {
  .f-content__filter-sticky {
    top: 60px;
  }
}
.f-content__filter-item {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "houschka-pro-600", sans-serif;
  min-width: 200px;
  padding: 45px 25px;
  flex: 1;
  height: 120px;
  font-size: calc(16px + 3 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .f-content__filter-item {
    font-size: 19px;
  }
}
.f-content__filter-item span {
  margin-right: 20px;
}
.f-content__filter-item--selected {
  cursor: default;
  background-color: #BC813B;
}
.f-content__filter-item--selected svg {
  display: none;
}
.f-content #f-content__filter-type {
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  .f-content #f-content__filter-type {
    flex: 1;
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 200px;
  }
}
.f-content #f-content__filter-type:hover .select__dropdown {
  display: block;
}
.f-content #f-content__filter-type:hover .select__toggle:after {
  top: 16px;
  transform: rotate(315deg) scale(-1);
}
.f-content #f-content__filter-type .select__toggle {
  display: none;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px 10px 10px;
  border: 1px solid #fff;
  font-size: 17px;
  letter-spacing: 1.5px;
  margin: 0 0 0 auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .f-content #f-content__filter-type .select__toggle {
    display: block;
    background-color: #46176B;
    border: none;
  }
}
@media (max-width: 767px) {
  .f-content #f-content__filter-type .select__toggle {
    font-size: 12px;
  }
}
.f-content #f-content__filter-type .select__toggle:after {
  position: absolute;
  content: "";
  right: 14px;
  top: calc(50% - 8px);
  transform: rotate(315deg);
  width: 10px;
  height: 10px;
  border-left: 1px solid #BC813B;
  border-bottom: 1px solid #BC813B;
  transition: 0.5s;
}
.f-content #f-content__filter-type .select__options {
  display: flex;
}
@media (max-width: 1199px) {
  .f-content #f-content__filter-type .select__options {
    flex-direction: column;
  }
}
.f-content #f-content__filter-type .select__option {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "houschka-pro-500", sans-serif;
  width: fit-content;
  min-width: 200px;
  padding: 45px 45px 45px 25px;
  flex: 1;
  height: 120px;
  text-transform: uppercase;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .f-content #f-content__filter-type .select__option {
    font-size: 18px;
  }
}
.f-content #f-content__filter-type .select__option:hover {
  background-color: #BC813B !important;
}
@media (max-width: 1199px) {
  .f-content #f-content__filter-type .select__option:hover {
    background-color: #EEE9E5 !important;
  }
}
.f-content #f-content__filter-type .select__option:hover span:after {
  filter: invert(100%) sepia(0%) saturate(7487%) hue-rotate(209deg) brightness(104%) contrast(103%);
}
@media (max-width: 1199px) {
  .f-content #f-content__filter-type .select__option {
    cursor: pointer;
    padding: 5px 20px;
    color: #212C36;
    width: 100%;
    font-family: "houschka-pro-500", sans-serif;
    text-align: center;
    font-size: 16px;
    min-width: 100%;
  }
  .f-content #f-content__filter-type .select__option:hover {
    color: #46176B;
  }
  .f-content #f-content__filter-type .select__option span:after {
    display: none;
  }
}
.f-content #f-content__filter-type .select__option span {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.f-content #f-content__filter-type .select__option span:after {
  content: url("/wp-content/uploads/Plus.svg");
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.f-content #f-content__filter-type .select__option_selected {
  background-color: #BC813B;
}
.f-content #f-content__filter-type .select__option_selected:hover span:after {
  filter: none;
}
@media (max-width: 1199px) {
  .f-content #f-content__filter-type .select__option_selected {
    padding: 2px 10px;
    background-color: #EEE9E5;
  }
}
.f-content #f-content__filter-type .select__option_selected span:after {
  display: block;
  content: url("/wp-content/themes/ssa/assets/images/Check.svg");
  width: 26px;
  height: 26px;
}
@media (max-width: 1199px) {
  .f-content #f-content__filter-type .select__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    height: 150px;
    overflow-y: scroll;
  }
  .f-content #f-content__filter-type .select__dropdown::-webkit-scrollbar {
    width: 4px;
  }
  .f-content #f-content__filter-type .select__dropdown::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .f-content #f-content__filter-type .select__dropdown::-webkit-scrollbar-thumb {
    background-color: #BC813B;
    outline: 1px solid slategrey;
  }
}
.f-content #f-content__filter-state {
  position: relative;
  margin-right: 40px;
  margin-left: 20px;
  width: 100%;
  max-width: 200px;
}
@media (max-width: 1199px) {
  .f-content #f-content__filter-state {
    flex: 1;
    margin: 0 auto 0 0;
  }
}
.f-content #f-content__filter-state:hover .select__dropdown {
  display: block;
}
.f-content #f-content__filter-state:hover .select__toggle:after {
  top: 16px;
  transform: rotate(315deg) scale(-1);
}
.f-content #f-content__filter-state .select__toggle {
  position: relative;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px 10px 20px;
  border: 1px solid #fff;
  font-size: 17px;
  letter-spacing: 1.5px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .f-content #f-content__filter-state .select__toggle {
    background-color: #46176B;
    border: none;
  }
}
@media (max-width: 767px) {
  .f-content #f-content__filter-state .select__toggle {
    font-size: 12px;
  }
}
.f-content #f-content__filter-state .select__toggle:after {
  position: absolute;
  content: "";
  right: 14px;
  top: calc(50% - 8px);
  transform: rotate(315deg);
  width: 10px;
  height: 10px;
  border-left: 1px solid #BC813B;
  border-bottom: 1px solid #BC813B;
  transition: 0.5s;
}
.f-content #f-content__filter-state .select__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  height: 150px;
  overflow-y: scroll;
}
.f-content #f-content__filter-state .select__dropdown::-webkit-scrollbar {
  width: 4px;
}
.f-content #f-content__filter-state .select__dropdown::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.f-content #f-content__filter-state .select__dropdown::-webkit-scrollbar-thumb {
  background-color: #BC813B;
  outline: 1px solid slategrey;
}
.f-content #f-content__filter-state .select__option {
  cursor: pointer;
  padding: 5px 20px;
}
.f-content #f-content__filter-state .select__option_selected {
  cursor: default;
  background-color: #EEE9E5;
}
.f-content #f-content__filter-state .select__option:hover {
  color: #46176B;
  background-color: #EEE9E5;
}
.f-content__left {
  flex: 1.2;
  margin: 0 0 0 auto;
  padding: 45px 45px 55px 75px;
}
@media (max-width: 1199px) {
  .f-content__left {
    padding: 45px 15px 55px 15px;
  }
}
@media (max-width: 992px) {
  .f-content__left {
    flex: 1;
  }
}
.f-content__left::-webkit-scrollbar {
  width: 4px;
}
.f-content__left::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.f-content__left::-webkit-scrollbar-thumb {
  background-color: #BC813B;
  outline: 1px solid slategrey;
}
.f-content__heading {
  font-size: 26px;
  font-family: "ivyjournal-normal-italic", sans-serif;
  color: #BC813B;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .f-content__heading {
    font-size: 18px;
  }
}
.f-content__list, .f-content #response {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 22px;
}
.f-content__map {
  position: sticky !important;
  top: 0;
  width: 100%;
  height: 100vh;
  flex: 0.8;
  background-color: black;
}
@media (max-width: 992px) {
  .f-content__map {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .f-content__map {
    display: none;
  }
}
.f-content__item {
  width: calc(50% - 11px);
  background-color: #fff;
}
@media (max-width: 992px) {
  .f-content__item {
    width: 100%;
  }
}
.f-content__item-title {
  font-family: "ivyjournal-normal", serif;
  font-size: 26px;
  width: 100%;
  max-width: 280px;
}
@media (max-width: 1199px) {
  .f-content__item-title {
    font-size: 18px;
  }
}
.f-content__img {
  position: relative;
  height: 0;
  padding-top: 50%;
  width: 100%;
}
.f-content__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.f-content__types-list {
  display: flex;
  transform: translateY(-100%);
  background-color: #BC813B;
  padding: 10px 0;
  width: fit-content;
}
.f-content__types-item {
  padding: 0 15px;
  color: #fff;
  font-family: "houschka-pro-600", sans-serif;
  font-size: 12px;
}
@media (max-width: 1199px) {
  .f-content__types-item {
    font-size: 10px;
    padding: 0 15px;
  }
}
.f-content__types-item:not(:last-child) {
  border-right: 1px solid #fff;
}
.f-content__info {
  padding-top: calc(20px + 8 * ((100vw - 320px) / 1600));
  padding-right: calc(20px + 0 * ((100vw - 320px) / 1600));
  padding-bottom: calc(20px + 8 * ((100vw - 320px) / 1600));
  padding-left: calc(20px + 0 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .f-content__info {
    padding-top: 28px;
  }
}
@media (min-width: 1920px) {
  .f-content__info {
    padding-right: 20px;
  }
}
@media (min-width: 1920px) {
  .f-content__info {
    padding-bottom: 28px;
  }
}
@media (min-width: 1920px) {
  .f-content__info {
    padding-left: 20px;
  }
}
.f-content__info-top {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .f-content__info-top {
    margin-bottom: 10px;
  }
}
.f-content__info-bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.f-content__price {
  text-align: right;
  width: 100%;
  max-width: max-content;
}
.f-content__price-heading {
  font-size: 11px;
  color: #BC813B;
  font-family: "houschka-pro-600", sans-serif;
}
.f-content__price-money {
  color: #212C36;
  font-size: 24px;
  font-family: "houschka-pro-500", sans-serif;
}
.f-content__streets {
  font-family: "houschka-pro-500", sans-serif;
  font-size: 14px;
  color: #212C36;
  width: 100%;
}
.f-content__bedrooms {
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
}
.f-content__bedrooms-heading {
  font-size: 11px;
  color: #BC813B;
  font-family: "houschka-pro-600", sans-serif;
}
.f-content__bedrooms-list {
  margin-top: 5px;
  color: #212C36;
  font-size: 15px;
  font-family: "houschka-pro-500", sans-serif;
}
@media (max-width: 1199px) {
  .f-content__bedrooms-list {
    font-size: 14px;
  }
}
.f-content__bedrooms-list span {
  position: relative;
  line-height: 1.35;
  padding: 3px 10px 2px;
  background-color: #EEE9E5;
  display: inline-block;
  border-radius: 60px;
  margin-bottom: 5px;
}
.f-content__bedrooms-list span:not(:first-child) {
  margin-left: 5px;
}

.f-communities {
  background-color: #fff;
  padding-bottom: calc(50px + 80 * ((100vw - 320px) / 1600));
  padding-top: calc(20px + 65 * ((100vw - 320px) / 1600));
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1920px) {
  .f-communities {
    padding-bottom: 130px;
  }
}
@media (min-width: 1920px) {
  .f-communities {
    padding-top: 85px;
  }
}
.f-communities .container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px;
}
.f-communities__all {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 767px) {
  .f-communities__all {
    gap: 30px;
  }
}
.f-communities__state {
  width: 100%;
}
.f-communities__heading {
  font-size: 50px;
  color: #212C36;
  font-family: "ivyjournal-normal", sans-serif;
  padding-bottom: calc(15px + 20 * ((100vw - 320px) / 1600));
  font-size: calc(24px + 16 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .f-communities__heading {
    padding-bottom: 35px;
  }
}
@media (min-width: 1920px) {
  .f-communities__heading {
    font-size: 40px;
  }
}
.f-communities__list {
  border-top: 2px solid #BC813B;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 35px 5%;
}
@media (max-width: 767px) {
  .f-communities__list {
    gap: 15px;
  }
}
.f-communities__item {
  width: 28%;
}
@media (max-width: 992px) {
  .f-communities__item {
    width: 45%;
  }
}
.f-communities__item-types {
  margin-top: 27px;
  width: fit-content;
  display: flex;
  margin-bottom: 20px;
}
.f-communities__item-types div {
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #BC813B;
  padding: 4px 5px 0;
  margin-right: 1px;
  min-width: 36px;
  font-size: 18px;
  font-family: "houschka-pro-500", sans-serif;
}
@media (max-width: 992px) {
  .f-communities__item-types div {
    font-size: 12px;
    min-width: 30px;
  }
}
.f-communities__item-title {
  font-size: 30px;
  color: #212C36;
  font-family: "houschka-pro-500", sans-serif;
  font-size: calc(16px + 8 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .f-communities__item-title {
    font-size: 24px;
  }
}

.mapboxgl-popup-content h3 {
  font-size: 30px;
  font-family: "houschka-pro-500", sans-serif;
}
.mapboxgl-popup-close-button {
  font-size: 30px;
  padding-right: 6px;
  padding-left: 6px;
}

#footer-logo {
  margin-top: 0 !important;
}

.flex {
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
    align-items: center;
  }
}
.flex .wp-block-column.is-vertically-aligned-center {
  width: auto;
}

footer .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
}
footer .menu .menu-item {
  width: 50%;
  text-align: right;
  margin-bottom: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  footer .menu .menu-item {
    width: 100%;
  }
}
footer .menu .menu-item a {
  color: #fff;
  font-size: 25px;
}
footer .menu .menu-item .sub-menu {
  margin-top: 20px;
  border-right: 1px solid #BC813B;
  padding-right: 20px;
  margin-right: 10px;
}
footer .menu .menu-item .sub-menu li {
  width: 100%;
}
footer .menu .menu-item .sub-menu li a {
  font-size: 20px;
}

.page-template-page-no-separators #wp--skip-link--target .wp-container-1 {
  display: none;
}
.page-template-page-no-separators #wp--skip-link--target .wp-block-post-content {
  margin-top: 0;
}
.page-template-page-no-separators main#wp--skip-link--target {
  margin-top: 0;
}

.display-none {
  display: none !important;
}

@media (max-height: 767px) {
  .banner-title {
    margin-top: calc(150px + 50 * ((100vw - 320px) / 1600));
    margin-block-start: 200px !important;
  }
}
@media (max-height: 767px) and (min-width: 1920px) {
  .banner-title {
    margin-top: 200px;
  }
}
@media (max-width: 992px) {
  .banner-title {
    margin-top: 0 !important;
  }
}

@media (max-height: 767px) {
  .banner-lodge__title {
    margin-top: calc(150px + 50 * ((100vw - 320px) / 1600));
    margin-block-start: 200px !important;
  }
}
@media (max-height: 767px) and (min-width: 1920px) {
  .banner-lodge__title {
    margin-top: 200px;
  }
}

.footer-phone-number {
  font-family: "ivyjournal-normal", sans-serif !important;
  margin-bottom: 0 !important;
}

.single-post .ssa-footer {
  width: 100% !important;
  margin: 0 auto !important;
}

ul li {
  list-style-type: none !important;
}

body footer .footer__sponsor {
  opacity: 0.75;
  display: none !important;
}
body footer .footer__sponsor a {
  color: #fff;
}

.page-id-1114 .footer__community {
  display: none !important;
}

.footer__community {
  display: none;
}

.blog {
  display: flex;
}

.check-mark-container li {
  list-style: none;
  background: url("https://seniorservicesofamerica.com/wp-content/uploads/li-check.svg") no-repeat 0px 5px transparent;
  background-size: 22px;
  padding: 2px 0 14px 30px;
}
.check-mark-container hr {
  width: 68vw !important;
  height: 1px !important;
  background-color: #707070 !important;
}

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