/* register the font */
@font-face {
  font-family: "Gotham Pro";
  src:
    url("../../Gotham/Gotham-Book.woff2") format("woff2"),
    url("../../Gotham/Gotham-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src:
    url("../../Gotham/Gotham-Bold.woff2") format("woff2"),
    url("../../Gotham/Gotham-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --gotham: "Gotham Pro", "arial";
  --base-width: calc(100% - 60px);
  --base-padding: 30px;
  --inner-padding: 30px;
  --inner-padding-small: 20px;
  --black: #2a2d33;
  --border-color: white;
  --text-white: white;
  --text-dark33: #333333;
  --yellow: #eaa800;
  --marginHr: 90px 0 60px;
  --text14px: 14px;
  --text40px: 40px;
  --text30px: 30px;
  --text18px: 18px;
  --text16px: 16px;
  --line50px: 50px;
  --text16link: 16px;
  --line30px: 30px;
  --line40px: 40px;
  --text-black: #000000b2;
  --navy: #0c2a3b;
  --margintp: 65px;
  --marginbt: 85px;
  --margin30px: 30px;
}

/* register the font */
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
body {
  font-family: "Gotham Pro", arial !important;
  color: var(--text-white);
}

p {
  font-size: var(--text16px);
  font-weight: 400;
  line-height: var(--line30px);
}

.align-center {
  text-align: center;
}

h1,
.big-title {
  font-size: var(--text40px);
  font-weight: 700;
  line-height: var(--line50px);
  text-transform: uppercase;
}

h2,
.medium-title {
  font-size: var(--text30px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}

.yellow-subtitle {
  font-size: var(--text18px);
  color: var(--yellow);
  line-height: normal;
}

.outer_container {
  max-width: 1345px;
  width: var(--base-width);
  margin: 0 auto;
  overflow: hidden;
}

.inner_container {
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
}

._full-bordered {
  border: 1px solid var(--border-color);
}

._left-right-border {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: var(--black);
}

section hr {
  margin: var(--marginHr);
  border-top: 2px solid #eee;
}

.container {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
  position: relative;
  width: 100%;
}

.flex {
  display: flex;
  width: 100%;
}

.top_header {
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 30px;
}

.socials_header {
  width: max-content;
  gap: 8px;
}

.socials_header a {
  height: 24px;
  width: 24px;
  display: flex;
}

.main_menu {
  justify-content: center;
  width: 100%;
  gap: 25px;
  margin: 20px 0 !important;
  text-align: center;
}

.main_menu a {
  color: var(--text-white);
  font-size: var(--text14px);
  line-height: normal;
  text-transform: uppercase;
}

.main_menu a:hover {
  text-decoration: none !important;
  color: var(--yellow);
}

.current-menu-item a {
  color: var(--yellow);
}

ul.remove-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.remove-list li {
  width: max-content;
}

header .buttons_container {
  align-items: center;
  width: max-content;
  gap: 10px;
}

.brand {
  background-image: url("../../inc/imgs/menu-logo-2.svg");
  height: 40px;
  width: 160px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

a.blog {
  background-image: url("../../inc/imgs/blog-icon.webp");
  height: 40px;
  width: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.search-block .select2-selection,
.search-block select {
  font-size: var(--text14px);
  text-align: left;
  padding-left: 2px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url("../../inc/imgs/12arrowdown.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 100%;
  width: 25px;
  left: -2px;
  top: 0;
  margin-top: 0;
}

.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-results__option--selectable {
  font-size: var(--text14px);
  background: #003a5c52;
}

.select2-container--default .select2-results__group,
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 20px !important;
}

/* property style */
.property-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px 42px;
}

.featured-properties .hover-block {
  min-height: 420px;
}
/* end property style */

.white_bg,
.testimonial-hero {
  background-color: white;
}

.testimonial-text h4 {
  color: var(--yellow) !important;
}
.testimonial-text p {
  color: var(--text-black) !important;
}

/* testimonial */
.testimonial-section {
  position: relative;
  width: calc(100% - 20px);
  margin: 40px auto 0;
}

.testimonial-container {
  width: 100%;
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-columns: 42% 55%;
  justify-content: space-between;
  position: relative;
}

.testimonial-picture {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 500px;
}

.testimonial-icon {
  width: 44px;
  height: 37px;
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 7px;
}

.testimonial-text {
  text-align: center;
  padding: 30px 55px;
}

.testimonial-text h4,
.testimonial-text p {
  font-size: 18px !important;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 400 !important;
}

.testimonial-text p {
  margin: 0 auto 14px;
  max-width: 418px;
}

.owl-next,
.owl-prev {
  width: max-content;
  font-size: 50px;
  color: black;
  position: absolute;
  top: calc(50% - 31px);
  padding: 0 5px;
}

.owl-next {
  right: 0;
}

.owl-prev {
  left: 0;
}

/* page promos */
.grid-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.page-promos img {
  min-height: 100%;
  height: 481px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.page-promo-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px 40px 40px 0;
}

.page-promo-content .title-wrapper h2 {
  margin-bottom: 0 !important;
}

.page-promo-content .title-wrapper p {
  color: var(--yellow);
  margin: 14px 0 30px;
}

.page-promo-content p {
  font-size: var(--text16px);
}

a.default-botton {
  width: max-content;
  text-align: center;
  font-size: var(--text16link);
  font-weight: 400;
  line-height: normal;
  padding: 16px !important;
}

.page-promo-content:nth-child(3) {
  order: 4;
  padding-left: 60px;
}

/* CTA */
.page-cta-hero {
  margin: 90px auto;
}

.page-cta-hero .page-cta-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 23px 70px 40px;
  flex-wrap: wrap;
  gap: 20px;
  height: max-content !important;
}

.page-cta-hero .page-cta-content-wrapper p {
  font-size: var(--text30px);
  text-transform: uppercase;
  max-width: 687px;
  line-height: var(--text40px);
}

.page-cta-hero .page-cta-content-wrapper a {
  padding: 16px !important;
}

/* footer */
footer.outer_container {
  padding-bottom: 86px;
}

.footer-wrapper {
  background-color: var(--black);
}

.footer-socials {
  border-top: 1px solid white;
  justify-content: center;
}

.footer-socials-list {
  width: max-content;
  gap: 7px;
  background-color: var(--black);
  margin-top: -14px;
  padding: 0 14px;
}

.footer-socials-list svg {
  width: 25px;
  height: 25px;
}

.footer-title {
  font-size: 20px;
  line-height: 40px;
}

.footer-text p {
  font-size: 14px;
  line-height: 24px;
}

.arla_member p {
  min-height: 40px;
}

.footer-content {
  margin-top: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}

.footer-content-side.footer-items {
  gap: 30px 120px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-icons {
  flex-direction: row;
  gap: 30px;
  width: max-content;
  order: -1;
  flex-wrap: wrap;
}

.footer-wrapper._left-right-border {
  padding-bottom: 0 !important;
}

.paw-container {
  width: 100%;
  border-bottom: 1px solid white;
  margin: 70px 0 30px;
  justify-content: center;
}

.paw-container .paw-inner {
  background-color: var(--black);
  margin-bottom: -12px;
}

.footer-bottom-menu p,
.menu-footer-menu-container li a {
  font-size: var(--text14px);
  text-transform: inherit;
  text-align: center;
}

.menu-footer-menu-container li a:hover {
  font-weight: 500;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.footer-menu {
  justify-content: center;
  gap: 21px;
  flex-wrap: wrap;
  margin-bottom: 25px !important;
}

/* about us page */
.serving-container {
  text-align: center;
}

.serving-container p {
  font-size: var(--text16px);
  margin-bottom: 0;
}

.about-content-wrapper {
  margin: 80px 0 60px;
}

.properties-container img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(50%);
  margin-top: 42px;
}

.properties-content {
  position: relative;
  background-color: var(--navy);
  width: calc(100% - 120px);
  margin: -127px auto 0;
  padding: 60px 30px 70px;
}

.properties-container .background-text {
  font-size: 118px;
  position: absolute;
  top: 110px;
  text-transform: uppercase;
  left: 62px;
  width: 100%;
  color: #ffffff1c;
}

/* team style */
.staff-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 346px;
  height: 342px;
  min-height: max-content;
  display: flex;
  flex-direction: column;
}

.block-information {
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
  padding: 20px 10px 10px;
  background: linear-gradient(to bottom, #00000000 0%, #000000 100%);
  color: white;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.block-information .name {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.86px;
  text-transform: uppercase;
  font-weight: 700;
}

.hover-state {
  background: rgb(0 0 0 / 20%);
  width: 100%;
  height: 100%;
  padding: 10px;
  min-height: max-content;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: none;
}

.hover-block:hover .hover-state {
  display: flex;
  opacity: 1;
}

.hover-content {
  border: 1px solid white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  color: white;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.hover-content h4 {
  font-size: 28px;
  margin-bottom: 0;
  color: white;
  letter-spacing: 0.78px;
}

.popup-job,
.hover-content h5 {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  color: white;
  margin-bottom: 10px;
}

.hover-content p {
  margin-bottom: 0;
}

.popup-title,
.popup-job {
  color: black;
}

.popup-job {
  font-weight: bold;
  text-transform: uppercase;
}

.show-more-btn {
  background: transparent;
  border: none;
  text-decoration: underline;
  font-weight: normal;
  font-size: 15px;
  color: white !important;
  cursor: pointer;
}

.show-more-btn:hover,
.show-more-btn:focus {
  font-weight: bold;
}

.description-text {
  position: relative;
}

.staff-container:focus .block-information,
.staff-container:hover .block-information {
  display: none;
}

.staff-container:focus .hover-state,
.staff-container:hover .hover-state {
  display: block;
  opacity: 1;
}

.staff-container p.description-wrap {
  font-size: var(--text14px);
  line-height: 18px;
}

.popup-review-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  min-height: 100vh;
  padding: 0 20px;
  background: rgba(0, 58, 92, 0.57);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.popup-content {
  position: relative;
}

.popup-review-container.active {
  opacity: 1;
  pointer-events: auto;
}

button.popup-close {
  background-color: transparent;
  border: none;
  font-size: 30px;
  position: absolute;
  right: 0;
}

button.popup-close.mobile {
  display: none;
}

h4.popup-title {
  font-size: 40px;
  line-height: normal;
  margin-bottom: 0;
}

.popup-review-content {
  display: flex;
  width: 100%;
  max-width: 1000px;
  gap: 40px;
  background-color: white;
  padding: 30px;
  border: 5px solid #003a5cab;
  height: max-content;
}

.popup-image {
  min-width: 300px;
  background-color: gray;
  height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

button.popup-close,
.popup-description {
  color: var(--text-black);
}
.three-column-content-wrapper {
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.three-column-item {
  height: max-content;
  padding: 20px;
  width: 100%;
}

.three-column-item:first-child {
  background-color: var(--yellow);
}

.three-column-item:nth-child(2) {
  background-color: var(--navy);
}

.three-column-item:nth-child(3) {
  background-color: white;
}

.three-column-item:nth-child(3) p {
  color: var(--text-black);
}
.team-carousel-block-wrapper {
  padding-bottom: 80px;
}

.page-cta-hero-home {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.two-column-content-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}

.two-column-item {
  width: 39%;
}

.first-two-items.two-column-item {
  width: 56%;
}

.margin-tb {
  margin-top: var(--margintp);
  margin-bottom: var(--marginbt);
}

.custom-list ul {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  margin-bottom: 8px;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 9px;
}

.custom-list li::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background-image: url("../../inc/imgs/12CheckCircle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.career-tagline span {
  font-size: var(--text30px);
  line-height: var(--line40px);
  text-align: center;
  width: 100%;
  max-width: 945px;
  margin: 53px auto;
  display: flex;
}

.career-banner {
  flex-wrap: wrap;
  gap: 20px 31px;
  align-items: center;
  background-color: var(--text-white);
  padding: var(--inner-padding) var(--inner-padding-small);
  justify-content: space-between;
}

.career-banner .text-wrapper {
  width: 100%;
  max-width: 850px;
}

.career-banner .text-wrapper h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.career-banner .text-wrapper h4,
.career-banner .text-wrapper p {
  margin-bottom: 0;
  color: var(--text-dark33);
}

.career-banner a {
  max-width: max-content !important;
  height: max-content;
  padding: 9px 16px !important;
  font-size: var(--text16link);
}

.career-testimonial hr {
  display: none;
}

.career-testimonial .testimonial-container {
  grid-template-columns: 1fr;
}

.career-testimonial .testimonial-section {
  position: absolute;
  width: 100%;
  max-width: max-content;
  background: white;
  margin: 0;
  right: 40px;
  top: auto;
}

.faq-wrapper .content .qa-sections h4,
.faq-wrapper .content .qa-sections p {
  color: var(--text-dark33);
}

.faq-wrapper .content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.faq-wrapper .qa-answer {
  margin-top: 0 !important;
}

.faq-wrapper .content .qa-contact h4 {
  color: var(--text-white);
  text-align: center;
}

.address-item.flex {
  padding-left: 0 !important;
  gap: 14px;
  color: var(--text-white) !important;
  margin-bottom: 22px !important;
  align-items: start;
  display: flex !important;
  font-weight: 700;
}

.contact-info {
  gap: 0 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-wrapper .contact-info .sm-links .instagram span {
  padding-left: 0 !important;
  font-weight: 700;
}

.address-item.flex svg {
  width: 32px;
  height: 32px;
}

.contact-wrapper .contact-items {
  width: 55%;
  max-width: 710px;
}
.contact-wrapper .contact-items:last-child {
  width: 35%;
  max-width: 441px;
}

.contact-wrapper form textarea,
.contact-wrapper form input {
  font-size: var(--text14px);
  padding: 17px 9px !important;
  color: var(--text-dark33) !important;
  margin-bottom: 10px !important;
}

.contact-wrapper form input.button {
  color: white !important;
}

.contact-wrapper form input.button:hover {
  color: var(--yellow) !important;
}

.blog-cards {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 50px) / 3));
  gap: 67px 25px;
}

.blog-card {
  width: 100%;
}

.blog-picture {
  min-height: 245px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 23px;
}

.blog-card a {
  text-decoration: none;
  color: var(--text-white);
  gap: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

div .post-date {
  color: var(--yellow);
  font-size: var(--text14px);
  line-height: normal;
}

.blog-card p {
  color: #cbcbcb;
  font-size: 12px !important;
  font-style: normal;
  line-height: 18px;
  margin: 0;
}

p .post-author {
  font-size: 12px;
}

.blog-card p.blog-title {
  color: white;
  font-size: 16px !important;
  line-height: normal;
}

.blog-card .gold-button {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 18px;
  font-size: 12px;
}

.detail-blog-container {
  max-width: 1135px;
  margin: 150px auto 0;
}

.detail-blog-container .detail-blog-title {
  text-align: center;
}
.detail-blog-container h1 {
  margin: 37px 0;
  font-size: var(--text40px);
  line-height: var(--line50px);
}

.detail-blog-content {
  margin-top: 55px;
  display: grid;
  grid-template-columns: auto 40px;
  align-items: start;
}

.blog-share {
  flex-direction: column;
  gap: 18px;
  width: 40px;
  position: sticky;
  top: 180px;
  align-self: start;
}

.blog-content-container {
  width: 100%;
  padding: 0 30px;
}

.blog-share svg {
  width: 40px;
}

.news.outer_container,
.news .container {
  overflow: inherit !important;
}

.related-news hr {
  border-top-width: 2px;
  margin: 88px 0 55px;
}

.map-wrapper-container {
  height: calc(100vh - 176px);
  min-height: 600px;
  margin-top: 90px;
}

.primary-filters {
  flex-direction: column;
}

.primary-filters h1 {
  font-size: 20px;
  line-height: normal;
  width: 100%;
  margin-bottom: 28px;
  padding-top: 35px;
}

.map-wrapper-container .map-wrapper {
  width: 54%;
}

.map-wrapper-container .search-wrapper {
  width: 46%;
  display: flex;
  max-height: 100%;
  flex-direction: column;
  padding: 0 var(--base-padding);
}

.map-wrapper-container .listings-map {
  height: 100%;
}

.select-wrapper-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.select-wrapper-container .select-1 {
  grid-column: span 2;
}

.map-wrapper-container .filter-wrapper {
  font-size: 14px;
}

.map-wrapper-container .filter-wrapper #filters-toggle:after {
  content: " ";
}

.map-wrapper-container .filter-wrapper #filters-toggle.open:after {
  content: "Hide Filters";
}

.primary-filters #filters-toggle-new,
.primary-filters #filters-toggle-new {
  margin-top: 18px;
  width: 100%;
  padding: 16px;
  text-align: center;
}

.map-wrapper-container .listings-wrapper .no-results {
  display: none;
  padding: 12px;
  text-align: center;
  background-color: #003a5c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.map-wrapper-container .listings-wrapper .no-results h6,
.map-wrapper-container .listings-wrapper .no-results .faq-wrapper .content h4,
.faq-wrapper .content .map-wrapper-container .listings-wrapper .no-results h4 {
  font-weight: 400;
  margin-bottom: 0;
  color: white;
}
.map-wrapper-container .listings-wrapper .fail .no-results {
  display: block;
}

.map-wrapper-container .listing-wrapper .listing-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  margin-bottom: var(--margin30px);
  padding-right: 10px;
}

.map-wrapper-container .listing-wrapper:last-child .listing-content {
  margin-bottom: 0;
}

.property-picture-container {
  position: relative;
}

.limited-offer {
  position: absolute;
  width: calc(100% - 40px);
  z-index: 2;
  max-width: max-content;
}

.limited-offer {
  background: var(--yellow);
  color: #fff;
  padding: 9px 15px;
  margin: 0;
}

.limited-offer::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  bottom: 0;
  right: -20px;
  background-color: var(--yellow);
  clip-path: polygon(100% 0%, 50% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.property-detail-container {
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 23px;
  gap: 10px;
}

.map-wrapper-container #listings-section {
  overflow-y: auto;
  height: 100%;
  margin-top: var(--margin30px);
}

.map-wrapper-container #listings-section::-webkit-scrollbar {
  width: 8px; /* scrollbar width */
}

.map-wrapper-container #listings-section::-webkit-scrollbar-track {
  background: #f0f0f00f; /* track color */
  border-radius: 4px;
}

.map-wrapper-container #listings-section::-webkit-scrollbar-thumb {
  background: #ba8600; /* thumb color */
  border-radius: 4px;
}

.map-wrapper-container #listings-section::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0; /* hover color */
}

.property-picture-container .property-image {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 183px;
  background-size: cover;
  background-position: center;
}

.property-detail-container h2 {
  color: #fff;
  font-size: var(--text18px);
  font-weight: 400;
  line-height: normal;
  margin: 0 !important;
}

.property-detail-container .address {
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0;
}

.property-detail-container .address span {
  color: var(--yellow) !important;
}

.property-detail-container .property-info {
  flex-wrap: wrap;
}

.property-detail-container .property-info p:not(:last-child)::after {
  content: "|";
  margin: 0 4px;
}

.property-detail-container .property-info p {
  margin-bottom: 0 !important;
  color: #cbcbcb;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  max-width: max-content !important;
}

.property-detail-container a {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding: 11px;
}

.border-gold-button {
  border: 1px solid var(--yellow);
  text-decoration: none !important;
  margin-top: 15px;
}

.border-gold-button:hover {
  background-color: var(--yellow);
  color: white !important;
}

.fail .listing-wrapper {
  display: none !important;
}

.mobile-menu {
  position: relative;
}

.mobile-menu .nav-container {
  position: absolute;
}

#menu-header-menu-1 {
  flex-direction: column;
}

.offcanvas {
  display: none;
}

.canvas-sliding {
  -webkit-transition:
    top 0.35s,
    left 0.35s,
    bottom 0.35s,
    right 0.35s;
  transition:
    top 0.35s,
    left 0.35s,
    bottom 0.35s,
    right 0.35s;
}

.offcanvas.in {
  display: block;
}

.career-banner.account * {
  color: var(--text-dark33);
  text-transform: none;
}

.career-banner.account {
  justify-content: center;
}

.career-banner.account .gf_browser_chrome {
  margin: 0;
}

.career-banner.account .gfield--type-select {
  width: 100% !important;
  margin: 0 !important;
}

.career-banner.account .gfield--type-select select {
  color: var(--text-dark33);
  font-weight: 400;
}

.career-banner.account
  .gform_wrapper
  .top_label
  li.gfield.gf_left_half
  select.medium {
  margin-bottom: 16px;
}

.career-banner.account .gfield--input-type-html a {
  color: var(--yellow);
}

.career-banner.account-container {
  margin-top: 80px;
}

.resident-wrapper .sidebar-section {
  margin-bottom: 0 !important;
}

.handbook-row {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.current-resident hr {
  margin: 90px 0 60px;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.pagination-wrapper .nav-links {
  gap: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-wrapper .next.page-numbers {
  background-color: var(--yellow);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--text-black);
}

.pagination-wrapper .page-numbers.current {
  color: var(--yellow);
  font-weight: 700;
}

.be-ix-link-block .be-related-link-container {
  gap: 40px;
}

.be-ix-link-block {
  margin-top: 50px;
}

.title-container {
  text-align: center;
}

.hero-wrapper.hero-property-listings {
  margin-top: 140px;
}

.hero-wrapper {
  min-height: 600px;
  height: max-content;
  max-height: unset !important;
}

.hero-wrapper a {
  position: relative !important;
}

.hero-wrapper .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-wrapper h1 {
  top: unset;
  transform: unset !important;
}

.hero-content-wrapper {
  margin: 100px 0;
}

.description .hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.normal_list ul {
  padding-inline-start: 25px;
}

.normal_list li {
  position: relative;
  margin-bottom: 10px;
}

.normal_list li::before {
  content: "•";
  width: 10px;
  height: 10px;
  display: block;
  color: white;
  position: absolute;
  font-size: 25px;
  left: -20px;
  top: 1px;
}

.description .hero-content-wrapper div {
  max-width: 860px;
}

.bring_front {
  position: relative;
  z-index: 100;
  background-color: var(--black);
}

.property-highlight .content-highlight {
  padding: var(--base-padding);
}
