.home-slideshow {
  overflow: visible;
}

.ss-wrap .aios-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ss-wrap .aios-slider ~ canvas {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 350px;
}

.ss-wrap #aios-slider-home-slideshow .aios-slider-splide .aios-slider-img::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
}

.home-tagline .slider-tagline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: var(--fs-16);
  display: flex;
}

.home-tagline .slider-tagline .slider-col {
  width: 50%;
}

.home-tagline .slider-tagline .slider-col .slider-tagline-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  font-size: 4.375em;
  font-weight: 400;
}

.home-tagline .slider-tagline .slider-col .slider-tagline-title a {
  z-index: 1;
}

.home-tagline .slider-tagline .slider-col .slider-tagline-title a:hover {
  color: #fff;
  text-shadow: 0px 4px 11.04px rgba(0, 0, 0, 1);
}

.home-tagline .slider-tagline .slider-col .slider-tagline-title a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  /*pointer-events: none;*/
  background: rgba(0, 0, 0, 0.6);
  transition: var(--default-transition);
}

.home-tagline .slider-tagline .slider-col.windham-col .slider-tagline-title a::after {
    display: none !important;
}

.home-tagline .slider-tagline .slider-col .slider-tagline-title a:hover::after {
  opacity: 0;
}

.ss-wrap #aios-slider-home-slideshow .aios-slider-splide .aios-slider-tagline {
  background: none;
  top: calc((292/850)*100%);
  bottom: auto;
  padding: 0;
}

.ss-wrap #aios-slider-home-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title,
.home-tagline .slider-tagline-title {
  font-family: var(--font-family-title);
  font-size: 6.25em;
  font-weight: 500;
  line-height: 0.98em;
  text-transform: uppercase;
  text-align: center;
}

.ss-wrap #aios-slider-home-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-description,
.home-tagline .slider-tagline-description {
  font-size: 1.25em;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.7em;
}

/* === Quick Search === */
.home-quicksearch {
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: calc((100/850)*100%);
  margin: 0 auto; */
  padding: min(3.125vw, 50px) 0 min(4vw, 64px);
}

.qs-bg {
  background: #fff;
}

.qs-bg canvas {
  mix-blend-mode: luminosity;
  opacity: 0.17;
}

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

.qs-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.938em 2.625em 0.938em 2.75em;
}

.qs-field {
  width: calc((91/1084)*100%);
  margin-right: calc((5/1084)*100%);
}

.qs-field.lg {
  width: calc((230/1084)*100%);
}

.qs-field input,
.qs-field select,
.qs-field button {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 0;
  background: none;
  padding: 0.385em 1.538em 0.385em 0;
  font-family: var(--font-family-default);
  font-size: 0.813em;
  font-weight: 400;
  line-height: 1.538;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-secondary-color);
  border-bottom: 1px solid var(--text-tertiary-color);
}

.qs-field select {
  appearance: none;
}

.qs-field input::placeholder {
  opacity: 1;
}

.qs-field > select#city {
  height: 2.462em;
}

.qs-field .btn-default:hover,
.qs-field .bootstrap-select > .dropdown-toggle.bs-placeholder,
.qs-field .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.qs-field .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.qs-field .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: var(--text-secondary-color);
}

.qs-field .bootstrap-select > .dropdown-toggle {
  border: none;
  border-bottom: 1px solid var(--text-tertiary-color);
  font-size: 1em;
  background: none;
  box-shadow: none;
  outline: none !important;
  padding: 0.385em 1.538em 0.385em 0;
  height: 2em;
}

.qs-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-overflow: ellipsis;
  font-size: 0.813em;
  font-weight: 400;
  line-height: 1.538;
}

.qs-field .bootstrap-select.btn-group .dropdown-menu.open {
  z-index: 100;
} 

.qs-field .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 250px !important;
}

.qs-field .open > .dropdown-toggle.btn-default:focus,
.qs-field .open > .dropdown-toggle.btn-default:hover {
  background: none;
}

.qs-button {
  width: calc((212/1084)*100%);
  display: flex;
  align-items: center;
  margin-left: calc((20/1084)*100%);
}

.qs-button #search {
  min-width: 11.429em;
  margin-right: 1.429em;
  cursor: pointer;
}

.qs-button #advanced {
  font-size: 2em;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary-color);
}

.qs-button #advanced:hover,
.qs-button #advanced:focus {
  color: var(--secondary);
}

/* Listings */
.home-listings {
  padding: min(4.875vw, 78px) 0;
}

.fl-wrap {
  max-width: 1600px;
  margin: 0 auto;
}

.fl-wrap.stamford {
  margin-top: min(5.9375vw, 95px);
}

.fl-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: calc((100% / 3) - 1px);
  margin-left: auto;
  padding: 2.813em 4.375% 2.813em 4.3125%;
  z-index: 1;
}

.stamford .fl-content {
  margin-right: auto;
  margin-left: 0;
  overflow: hidden;
}

.fl-title {
  margin-bottom: 0.433em;
  overflow: visible;
}

.fl-cta {
  display: flex;
  flex-direction: column;
}

.fl-cta .site-btn {
  margin-top: 0.5em;
  background: none;
  color: #000;
  border: 1px solid currentColor;
  padding: 1.111em 2.222em;
  font-weight: 500;
}

.fl-cta .site-btn.sold {
  color: var(--primary);
}

.fl-cta .site-btn:hover {
  color: #fff;
  background: var(--secondary);
  border-color: var(--secondary);
}

.fl-button {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 3.375%;
}

.fl-button .site-btn {
  margin-top: 0px;
}

.fl-slider:not(.slick-initialized),
.fl-slider .slick-slide > div {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 1px;
}

.fl-slider:not(.slick-initialized) > .fl-item,
.fl-slider .slick-slide > div > .fl-item {
  width: calc((100% / 3) - 1px) !important;
  /*margin-bottom: 1px;*/
}

.fl-slider:not(.slick-initialized) > .fl-item:nth-child(2),
.fl-slider .slick-slide > div > .fl-item:nth-child(2) {
  margin-right: calc((100% / 3) - 1px);
}

.stamford .fl-slider:not(.slick-initialized) > .fl-item:first-child,
.stamford .fl-slider .slick-slide > div > .fl-item:first-child {
  margin-left: calc((100% / 3) - 1px);
}

.stamford .fl-slider:not(.slick-initialized) > .fl-item:nth-child(2),
.stamford .fl-slider .slick-slide > div > .fl-item:nth-child(2) {
  margin-right: 0;
}

.fl-controls .site-arrow {
  display: none;
}

.fl-item {
  position: relative;
}

.fl-item-img::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  transition: var(--default-transition);
}

.fl-item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10.13% 5.44% 6%;
  overflow: hidden;
  z-index: 1;
  transition: var(--default-transition);
}

.fl-item-info::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.64), transparent);
  transition: var(--default-transition);
}

.fl-item-info .status {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.714em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: 5.286em;
  height: 2.5em;
  display: block;
  padding: 0.429em 0 0.357em;
  background: var(--primary);
  margin-bottom: 1.357em;
  position: absolute;
  left: 0;
  top: 0;
  transition: var(--default-transition);
}

.fl-item-info p {
  color: inherit;
  font-size: 0.875em;
  line-height: 1.714;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform 0.5s;
  padding: 2.214em 0 1.214em;
  width: 100%;
}

.fl-item-info p strong {
  font-weight: 400;
  font-size: 1.286em;
  display: table;
  transition: transform 0.5s;
}

.fl-item-info p em {
  font-style: normal;
  display: table;
  transition: transform 0.5s;
}

.fl-item-info .btn {
  display: block;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: -3.111em;
  padding: 0;
  transition: var(--default-transition);
}

.fl-item:hover .fl-item-img::after {
  opacity: 0.80;
}

.fl-item:hover .fl-item-info {
  padding: 10.13% 13.88% 9.19%;
}

.fl-item:hover .fl-item-info .monogram {
  opacity: 0.5;
}

.fl-item:hover .fl-item-info p {
  transform: translateX(50%);
}

.fl-item:hover .fl-item-info p strong,
.fl-item:hover .fl-item-info p em {
  text-align: center;
  transform: translateX(-50%);
}

.fl-item:hover .fl-item-info .btn {
  margin-bottom: 0;
}

.fl-item:hover .fl-item-info .status {
  background: #000;
}

/* About */
.home-about {
  padding: min(calc((50/1600)*100%), 50px) 0;
}

.about-bg {
  display: flex;
  justify-content: space-between;
  clip-path: inset(0);
}

.about-bg canvas {
  -webkit-filter: grayscale();
  filter: grayscale();
  opacity: 0.15;
  width: 50%;
  background-attachment: fixed;
  background-repeat: repeat-x;
}

.about-bg .about-bg-l {
  background-position-x: calc((-917/1600)*100vw);
}

.about-bg .about-bg-r {
  background-position-x: right;
}

.about-wrap {
  padding: 0 calc((153/1600)*100%) 0 calc((164/1600)*100%);
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.about-wrap::after {
  position: absolute;
  content: '';
  top: calc((-51/714)*100%);
  left: calc((452/1600)*100%);
  right: calc((153/1600)*100%);
  bottom: calc((-50/714)*100%);
  background-color: #fff;
  z-index: -1;
}

.about-photo {
  width: calc((580/1283)*100%);
  position: relative;
  padding: 0 calc((42/1283)*100%) calc((101/1283)*100%) calc((79/1283)*100%);
  z-index: 1;
}

.about-photo .about-photo-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: var(--primary);
  width: calc((467/580)*100%);
  height: calc((569/714)*100%);
}

.about-photo .about-photo-bg canvas {
  /*background-image: url('/wp-content/uploads/2024/01/site-bg.jpg');*/
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: color-burn;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}

.about-photo .about-photo-bg::after {
  position: absolute;
  content: '';
  left: calc((36/467)*100%);
  bottom: calc((50/569)*100%);
  width: calc((544/467)*100%);
  height: calc((584/569)*100%);
  border: 2px solid var(--secondary);
}

.about-content {
  width: calc((632/1283)*100%);
  padding: calc((109/1283)*100%) 0;
}

.about-content p {
  padding-right: 6.571em;
  padding-right: 4em;
}

.about-title {
  line-height: 1.183em;
  margin-bottom: 0.2em;
}

.about-title span {
  margin-bottom: 0;
}

.about-button {
  margin-top: 2em;
}

/* Meet Our Team */
.home-team {
  padding: min(6.25vw, 100px) 0;
}

.team-bg {
  left: calc((474/1170)*100%);
  height: calc((290/1600)*100vw);
  background: var(--primary);
  width: calc((1170/1600)*100vw);
  max-height: 290px;
}

.team-bg canvas {
  mix-blend-mode: color-burn;
  background-position: left 35%;
}

.team-content {
  display: flex;
  padding: calc((45/1170)*100%) 0 calc((49/1170)*100%);
}

.team-title {
  width: calc((474/1170)*100%);
  padding: calc((13/1170)*100%) 0 0;
}

.team-content p {
  width: calc((696/1170)*100%);
  padding-left: calc((25/1170)*100%);
  text-align: right;
  color: #fff;
}

.team-slider:not(.slick-initialized) {
  display: flex;
  align-items: center;
  margin: 0 calc((-6/1170)*100%);
}

.team-agent {
  display: block;
  padding: 0 calc((6/293)*100%);
}

.team-agent .team-agent-img img {
  z-index: 1;
}

.team-agent .team-agent-img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  backdrop-filter: blur(4px);
  transition: var(--default-transition);
}

.team-agent .team-agent-info {
  font-size: 1.5em;
  line-height: 1.167;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-primary-color);
  margin-top: 1.042em;
  text-align: center;
  position: relative;
}

.team-agent .team-agent-info::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 100%;
  height: 1.75em;
  width: 2px;
  margin: auto auto 0.417em;
  background: var(--secondary);
  z-index: 1;
}

.team-agent .team-agent-info span {
  font-size: 0.75em;
  line-height: 1.556;
  color: var(--primary);
  display: block;
}

.team-agent:hover .team-agent-img::before {
  background: var(--primary);
  backdrop-filter: blur(0);
  opacity: 0.8;
}

.team-agent:hover .team-agent-img canvas {
  -webkit-filter: grayscale();
  filter: grayscale();
}

.team-controls {
  display: flex;
  justify-content: center;
  margin-top: 2.688em;
}

.team-controls .site-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.team-controls .prev {
  right: calc(100% + 1.06em);
}

.team-controls .next {
  left: calc(100% + 1.06em);
}

/* Featured Communities */
.home-featured-communities {
  padding: max(6.25vw, 100px) 0;
}

.fc-bg {
  height: auto;
  bottom: calc((291/1115)*100%);
  background: #000;
}

.fc-bg canvas {
  opacity: 0.5;
}

.fc-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.313em;
}

.fc-title {
  overflow: visible;
}

.fc-list {
  position: relative;
}

.fc-slider:not(.slick-initialized),
.fc-slider .slick-slide > div {
  margin: 0 calc((-5/1170)*100%);
  display: flex;
  flex-flow: row wrap;
}

.fc-slider:not(.slick-initialized) .fc-item,
.fc-slider .slick-slide > div > .fc-item {
  margin-bottom: 10px;
}

.fc-controls .site-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.fc-controls .site-arrow:hover,
.fc-controls .site-arrow:focus {
  color: var(--secondary);
}

.fc-controls .prev {
  right: calc(100% + 1.74em);
}

.fc-controls .next {
  left: calc(100% + 1.74em);
}

.fc-item {
  display: block;
  padding: 0 calc((5/585)*100%);
  position: relative;
  width: calc(100% / 2) !important;
}

.fc-item-img img {
  opacity: 0.9;
}

.fc-item-img::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  transition: var(--default-transition);
}

.fc-item-info {
  position: absolute;
  top: 0;
  left: 0.313em;
  right: 0.313em;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 3.313em 0.313em 2.813em;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}

.fc-item-info::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 0.625em);
  margin: 0 auto;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.64), transparent);
  transition: var(--default-transition);
  /* opacity: 0; */
}

.fc-item-info .monogram {
  margin-top: -14.875em;
  /* transform: scale(0.6); */
}

.fc-item-info strong {
  font-size: 1.875em;
  font-weight: 400;
  line-height: 0.933em;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0.1em 0.167em #000;
  display: block;
  margin: auto 0;
}

.fc-item-info .btn {
  display: block;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: -3.833em;
  padding: 0;
  transition: var(--default-transition);
  /* transform: translateY(-150%); */
  /* opacity: 0; */
}

.fc-item:hover .fc-item-img::after {
  opacity: 0.80;
}

.fc-item:hover .fc-item-img img {
  -webkit-filter: grayscale();
  filter: grayscale();
}

.fc-item:hover .fc-item-info::after {
  opacity: 1;
}

.fc-item:hover .fc-item-info .monogram {
  opacity: 0.5;
  margin-top: 0;
  /* transform: scale(1); */
  transition:
    margin-top 0.25s ease 0s,
    /* opacity 0.5s ease 0.25s, */
    transform 0.5s ease 0.25s;
}

.fc-item:hover .fc-item-info strong {
  padding-bottom: 0.567em;
  text-shadow: none;
  transition:
    padding-bottom 0.5s ease 0.25s,
    text-shadow 0.25s ease 0.25s;
}

.fc-item:hover .fc-item-info .btn {
  margin-bottom: 0;
  /* opacity: 1; */
  /* transform: translateY(0%); */
  transition:
    margin-bottom 0.25s ease 0s,
    opacity 0.5s ease 0.25s,
    transform 0.5s ease 0.25s;
}

/* Testimonials */
.home-testimonials {
  padding: min(6.125%, 98px) 0;
}

.review-bg {
  top: calc((-98/608)*100%);
  left: auto;
  right: calc((1077/1600)*100%);
  width: calc((523/1600)*100vw);
  height: calc((577/608)*100%);
  background: var(--primary);
}

.review-bg canvas {
  mix-blend-mode: color-burn;
  width: 100%;
  height: 100%;
}

.review-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
}

.review-photo {
  padding: 0 0 0 calc((100/1600)*100%);
  width: calc((620/1600)*100%);
}

.review-img {
  overflow: visible;
}

.review-img::before {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  left: 0;
  height: 1.75em;
  background-image: url('/wp-content/uploads/2024/01/hp-testimonials-img-shadow.png');
}

.review-content {
  padding: calc((55/1600)*100%) calc((36/1600)*100%) 0;
  width: calc((949/1600)*100%);
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.quote {
  width: 18.063em;
  height: 12.125em;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0.875em;
  z-index: -1;
}

.review-title {
  overflow: visible;
  margin-bottom: 0.5em;
}

.review-list {
  position: relative;
  width: 100%;
}

.review-slider {
  margin: 0 1.625em;
  padding: 0 4.375em;
}

.review-slider:not(.slick-initialized) .review-item:not(:first-child) {
  display: none;
}

.review-controls .site-arrow {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
}

.review-controls .prev {
  left: 0;
}

.review-controls .next {
  right: 0;
}

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

.review-item .name {
  font-size: 1.5em;
  line-height: 1.333em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: var(--text-primary-color);
  margin-top: 1.5em;
}

.review-item .name span {
  display: block;
  font-size: 0.75em;
  line-height: 1.556em;
  letter-spacing: 0.05em;
  color: var(--text-tertiary-color);
}

.review-controls {
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CTA */
.home-cta {
  padding: min(4.0625vw, 65px) 0;
}

.cta-bg {
  max-width: 1600px;
  margin: 0 auto;
  right: 0;
}

.cta-bg .left {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc((492/1600)*100%);
  background: var(--primary);
  width: calc((1108/1600)*100vw);
}

.cta-bg .right {
  /* width: calc((492/1600)*100vw); */
  width: calc((700/1600)*100vw);
  margin-left: auto;
  position: relative;
  height: 100%;
  right: -8.8vw;
  z-index: -1;
}

.cta-bg .left canvas {
  mix-blend-mode: color-burn;
  background-position-x: left;
}

.cta-bg .right canvas {
  background-attachment: fixed;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position-x: -36%;
}

/* .cta-bg .right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1108px;
    width: calc((492/1600)*100vw);
    width: 100vw;
    clip-path: inset(0);
}

.cta-bg .right canvas {
    position: fixed;
    top: auto;
    background-size: cover;
    background-position-x: calc((-56/1600)*100vw);
    height: 740px;
    bottom: 0;
    width: calc((1207/1600)*100%);
} */

.cta-wrap {
  display: flex;
  align-items: center;
}

.cta-content {
  width: calc((615/1170)*100%);
}

.cta-title {
  margin-bottom: 0.333em;
}

.cta-content p {
  color: #fff;
  padding-right: 8em;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc((555/1170)*100%);
}

.cta-buttons .site-btn {
  margin: 0.367em 0;
  font-size: 1.875em;
  line-height: 0.933;
  padding: 1.2em;
}

.cta-buttons .site-btn::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0.333em;
  border: 1px solid var(--secondary);
  transition: var(--default-transition);
}

.cta-buttons .site-btn:hover::after {
  border-color: var(--primary);
}

/* Social */
.home-social {
  padding: min(6.125vw, 98px) 0 min(5.5vw, 88px);
}

.social-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.813em;
}

.social-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 6.438em;
}

.social-col {
  display: flex;
  justify-content: center;
  padding-bottom: 1.25em;
  padding-right: 0.938em;
}

.social-card {
  width: 13.688em;
  height: 13.688em;
  display: block;
  margin: 0.313em;
}

.social-card.main-card {
  background: var(--primary);
}

.social-card.main-card img {
  mix-blend-mode: color-burn;
  transform: rotate(-90deg);
}

.ig .social-card.main-card img,
.yt .social-card.main-card img {
  transform: rotate(-90deg) scale(3);
}

.social-card:not(.main-card):not(.follow-card)::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  opacity: 0;
  z-index: 1;
  transition: var(--default-transition);
}

.social-card:not(.main-card):not(.follow-card)::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.67), transparent);
}

.social-card:not(.main-card):not(.follow-card):hover::before {
  opacity: 0.6;
}

.social-card.follow-card {
  border: 1px solid var(--secondary);
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.643em;
  height: 15.643em;
}

.social-card.follow-card p {
  font-size: 1em;
  line-height: 1.875em;
  letter-spacing: 0.1em;
  color: var(--text-primary-color);
  transition: var(--default-transition);
}

.social-card.follow-card:hover {
  background: var(--secondary);
}

.social-card.follow-card::before {
  background-size: cover;
  background-position-x: left;
}

.social-card.follow-card:hover p {
  font-size: 0.875em;
  color: #fff;
}

.social-card i {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 1;
  padding: 0.75em;
  font-size: 1.25em;
}

.social-card:hover i {
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.125em;
  transition: var(--default-transition);
}

.social-card.main-card p {
  font-size: 1em;
  line-height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.social-card.main-card i {
  position: static;
  padding: 0 0 6px;
  font-size: 1.75em;
}

.social-card.main-card:hover {
  background: var(--secondary);
}

@media screen and (max-width: 1199px) {
  .cta-bg .right {
    width: calc((492/1600)*100vw);
    right: 0;
  }

  .cta-bg .right canvas {
    background-size: cover;
    background-position-x: 3%;
  }
}

@media screen and (max-width: 991px) {
  section {
    padding: max(6vw, 45px) 0 !important;
  }

  .custom-container {
    width: 70%;
    min-width: 260px;
  }

  #section-1.home-slideshow {
    padding: 0 !important;
  }

  #section-1 .ss-wrap #aios-slider-home-slideshow .aios-slider-splide .aios-slider-tagline {
    top: 50%;
    transform: translateY(-50%);
  }

  #section-1 .home-tagline .slider-tagline {
    /* top: 30%;
    transform: translateY(-50%); */
  }

  #section-1 .ss-wrap #aios-slider-home-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title,
  #section-1 .home-tagline .slider-tagline-title {
    font-size: 4.75em;
  }

  #section-1 .home-tagline .slider-tagline-title {
    font-size: 2.875em;
  }

  #section-1 .ss-wrap #aios-slider-home-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-description,
  #section-1 .home-tagline .slider-tagline-description {
    font-size: 0.95em;
  }

  section .home-quicksearch {
    position: static;
    padding: max(4vw, 25px) 0;
  }

  section .qs-wrap .qs-title {
    color: var(--text-primary-color);
  }

  section .qs-wrap .qs-form {
    flex-flow: row wrap;
    padding: 1em 0 0;
  }

  section .qs-wrap .qs-field {
    width: calc((100% / 2) - 0.25em);
    margin: 0 0 1em;
  }

  section .qs-wrap .qs-field.lg {
    width: 100%;
    margin-bottom: 1em;
  }

  section .qs-wrap .qs-button {
    margin: 1em auto 0;
    justify-content: center;
  }

  #section-2 .fl-content {
    position: static;
    width: 80%;
    padding: 0 max(6vw, 45px) max(5vw, 35px);
    margin: 0 auto;
  }

  #section-2 .fl-cta .site-btn {
    margin: 0.714em auto 0;
    max-width: 350px;
    width: 100%;
  }

  #section-2 .fl-wrap.stamford {
    margin-top: max(6vw, 45px);
  }

  #section-2 .fl-slider {
    margin: 0 auto;
    max-width: 500px;
    width: calc((500/991)*100%);
    min-width: 380px;
  }

  #section-2 .stamford .fl-content {
    overflow: visible;
  }

  #section-2 .fl-slider .slick-slide > div > .fl-item {
    width: 100% !important;
  }

  #section-2 .stamford .fl-slider .slick-slide > div > .fl-item:first-child {
    margin-left: 0;
  }

  #section-2 .fl-slider .monogram {
    width: calc((334/1199)*100vw);
    min-width: 220px;
  }

  #section-2 .fl-controls .site-arrow {
    display: block;
  }

  #section-2 .fl-button {
    flex-direction: row;
    margin-top: 2em;
  }

  #section-2 .fl-button .site-btn {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  #section-3 .about-bg {
    display: none;
  }

  #section-3 .about-wrap {
    flex-direction: column;
    width: 80%;
    min-width: 280px;
    padding: 0;
  }

  #section-3 .about-wrap::after {
    content: unset;
  }

  #section-3 .about-photo {
    width: 55%;
    margin: 0 auto;
    min-width: 280px;
  }

  #section-3 .about-title {
    line-height: 1;
  }

  #section-3 .about-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    min-width: 280px;
    padding: max(5vw, 35px) 0 0;
  }

  #section-3 .about-content p {
    padding-right: 0;
  }

  #section-4 .team-bg {
    display: none;
  }

  #section-4 .team-content {
    padding: max(2vw, 20px) 0;
    flex-direction: column;
    justify-content: center;
  }

  #section-4 .team-title {
    width: 100%;
    padding: 0;
  }

  #section-4 .team-content p {
    width: 100%;
    padding: 0;
    text-align: center;
    color: var(--text-tertiary-color);
    margin: 1em 0 0;
  }

  #section-4 .team-slider {
    width: 100%;
    margin: 0 auto;
  }

  #section-4 .team-controls {
    align-items: center;
  }

  #section-4 .team-controls .site-btn {
    margin: 0 1.5em;
  }

  #section-4 .team-controls .site-arrow {
    position: static;
    transform: translateY(0%);
  }

  #section-5 .fc-item {
    width: 100% !important;
  }

  #section-5 .fc-item-info::after {
    width: 100%;
  }

  #section-5 .fc-item-info .monogram {
    width: min(calc((334/991)*100vw), 334px);
  }

  #section-6 .review-bg {
    display: none;
  }

  #section-6 .review-wrap {
    flex-direction: column;
  }

  #section-6 .review-photo {
    padding: 0;
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
  }

  #section-6 .review-content {
    padding: max(4vw, 25px) 20px;
    width: 80%;
    margin: 0 auto;
    min-width: 280px;
  }

  #section-6 .review-slider {
    padding: 0;
    margin: 0;
  }

  #section-6 .review-controls .site-arrow {
    transform: none;
    position: static;
  }

  #section-6 .review-controls .site-btn {
    margin: 0 1.5em;
  }

  #section-7 .cta-bg .left {
    width: 100%;
    right: 0;
  }

  #section-7 .cta-bg .right {
    display: none;
  }

  #section-7 .cta-wrap {
    flex-direction: column;
  }

  #section-7 .cta-content {
    width: 100%;
    text-align: center;
  }

  #section-7 .cta-content p {
    padding: 0 0 2em;
  }

  #section-7 .cta-buttons {
    width: 100%;
    max-width: 510px;
  }

  #section-8 .social-list {
    flex-direction: column;
    padding: 0 15px;
  }

  #section-8 .social-col {
    width: calc((700/991)*100vw);
    max-width: 700px;
    margin: 0 auto max(4vw, 35px);
    flex-flow: row wrap;
    padding-right: 0;
  }

  #section-8 .social-card {
    width: calc((100% / 3) - 1em);
  }

  #section-8 .social-card.follow-card {
    height: auto;
    width: calc((100% / 3) - 1em);
  }

  #section-8 .social-card.main-card img {
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  #section-4 .team-slider {
    max-width: 350px;
  }

  #section-8 .social-col {
    width: calc((542/767)*100vw);
    min-width: 522px;
  }
}

@media screen and (max-width: 567px) {
  #section-5 .fc-item-info .monogram {
    margin-top: -10.875em;
  }

  #section-5 .fc-item:hover .fc-item-info .monogram {
    margin-top: 0;
  }

  #section-7 .cta-buttons .site-btn {
    font-size: 1.5em
  }

  #section-8 .social-col {
    width: 68%;
    min-width: 362px;
  }

  #section-8 .social-card {
    width: calc((100% / 2) - 1em);
  }

  #section-8 .social-card.follow-card {
    height: auto;
    width: calc((100% / 2) - 1em);
  }
}

@media screen and (max-width: 480px) {
  .site-title.title2 {
    font-size: 2.5em;
  }

  #section-1 .home-tagline .slider-tagline {
    /* top: 26%; */
  }

  #section-1 .home-tagline .slider-tagline-title {
    font-size: max(22px, 6.67vw);
  }

  section .qs-wrap .qs-form {
    font-size: 1.15em;
  }

  #section-2 .fl-content {
    padding: 0 0 max(5vw, 35px);
    min-width: 260px;
  }

  #section-2 .fl-slider {
    width: 100%;
    font-size: 1.05em;
    min-width: 260px;
  }

  #section-2 .fl-item-img canvas {
    min-height: 350px;
  }

  #section-3 .about-wrap {
    min-width: 280px;
  }

  #section-5 .fc-wrap {
    width: 100%;
  }

  #section-5 .fc-title {
    font-size: 3.5em;
  }

  #section-5 .fc-item {
    padding: 0;
  }

  #section-5 .fc-item-info {
    left: 0;
    right: 0;
  }

  #section-5 .fc-slider .slick-slide > div {
    margin: 0;
  }

  #section-5 .fc-controls {
    display: flex;
    justify-content: space-evenly;
    margin-top: 2em;
  }

  #section-5 .fc-controls .site-arrow {
    position: static;
    color: var(--text-primary-color);
  }

  #section-6 .review-title {
    font-size: 3.25em;
  }

  #section-6 .review-content {
    width: 100%;
  }

  #section-8 .social-col {
    width: 53%;
    font-size: 1.3em;
    min-width: 234px;
  }

  #section-8 .social-card,
  #section-8 .social-card.follow-card {
    width: 100%;
    min-height: 63px;
  }
}