html {
  scroll-behavior: smooth;
}

hr {
    border: 1px solid #d3b471;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Open Type', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h5 {
  margin-bottom: 5px;
  position: relative;
  color: #d3b371;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .2em;
}

h6 a {
  padding: 10px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 2px solid #333;
  background-color: #333;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Type', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

h6 a:hover {
  background-color: #fff;
  color: #333;
}

a {
  text-decoration: underline;
}

.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hide {
	display: none;
}

.site-header {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  height: 155px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 230px 1fr;
  grid-template-columns: 1fr 230px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 3px solid #979797;
  background-color: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.65);
  font-family: 'Open Type', sans-serif;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 500px) {
  .header-logo {
    height: 100%;
    display: inherit;
  }
}

.header-logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.site-header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Type', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.site-header-nav.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Open Type', sans-serif;
  line-height: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

.site-header-nav.right {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Open Type', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}

.header-nav-item {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #333;
  text-align: center;
  width:170px;
}

/*.header-nav-item:hover {
  background-color: #333;
  color: #fff;
}*/

.header-nav-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.first-fold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide {
  background-image: url('/assets/images/Charlotte_Hero_Image_Homepage.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('/assets/images/New_York_Hero_Image_Homepage.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grey-section {
  padding: 50px 20px;
  background-color: #e7e7e7;
  font-size: 13px;
}

.grey-section.grid {
  padding-top: 80px;
  padding-bottom: 100px;
}

.grey-section.gold-border {
  border-top: 4px solid #d3b371;
}

.flexbox-container {

}

.about-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.about-image-box {
  padding: 100px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('/assets/images/Welcome-to-TIR.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.welcome-image {
  margin-bottom: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.body-text {
  position: static;
  display: block;
  width: auto;
  max-width: none;
  margin-bottom: 35px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Type', sans-serif;
  color: #5d5e63;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 1px;
}

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

.body-text.centered.max {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.body-text.white {
  color: #fff;
}

.body-text.max.two-col-list {
  text-align: left;
}

.button-filled {
  padding: 10px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 2px solid #333;
  background-color: #333;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Type', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button-filled:hover {
  background-color: #fff;
  color: #333;
}

.agent-info-box .button-filled {margin-top:10px;}

.button-filled.listings-page {
  font-size: 12px;
  line-height: 14px;
}

.button-filled.margin {
  display: inline-block;
  margin-bottom: 30px;
}

.white-section {
  padding: 50px 20px;
  background-color: #fff;
}

.row {
  display: block;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.row.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.flex-vertical.offices {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.section-header {
  margin-bottom: 35px;
  padding-bottom: 50px;
  border-bottom: 2px solid #d3b371;
  font-family: 'Adobe Garamond Pro', sans-serif;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.featured-property-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.featured-property-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 740px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.featured-property-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.property-title {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #d3b371;
  font-family: 'Adobe Garamond Pro', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing:4px;
}

a.property-title {
  text-decoration: none;
  color: inherit;
  border-bottom: none;
}

.tabs-menu.w-tab-menu {
    margin-top: -13px;
}


.property-title.listings-page {
  display: inline-block;
  width: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 30px;
  line-height: 43px;
}

.property-title.listings-page a {
    text-decoration: none;
    color: inherit;
}

.property-title.listings-page.redacted {
  border-bottom-color: #c4c4c4;
  background-color: #c4c4c4;
  color: #c4c4c4;
}

.property-title.listing-modal {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-bottom-style: none;
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 2px;
}

.property-title.listing-modal.redacted {
  border-bottom-color: #c4c4c4;
  background-color: #c4c4c4;
  color: #c4c4c4;
}

.property-address {
  margin-top: 20px;
  margin-bottom: 50px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Open Type', sans-serif;
  color: #5d5e63;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.property-address.listings-page {
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 17px;
}

.property-address.listings-page.redacted {
  background-color: #c4c4c4;
  color: #c4c4c4;
}

.property-details {
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Open Type', sans-serif;
  color: #5d5e63;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.property-details.listings-page {
  font-size: 21px;
  line-height: 22px;
}

.property-details.listings-page.redacted {
  background-color: #c4c4c4;
  color: #c4c4c4;
}

.agent-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.agent-box.listing-modal {
  margin-top: 0px;
  margin-bottom: 20px;
}

.agent-image {
  width: 180px;
  min-width: 180px;
  height: 180px;
  padding-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}

.agent-image.listing-modal {
  width: 230px;
  height: 230px;
  margin-right: 20px;
}

.agent-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.agent-name {
  display: inline-block;
  margin-bottom: 4px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #d3b371;
  font-family: 'Open Type', sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

.agent-title {
  margin-bottom: 10px;
  font-family: 'Open Type', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}

.agent-email, .agent-email a {
  font-family: 'Open Type', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Open Type', sans-serif;
  text-decoration: none;
}

.agent-phone, .agent-phone a, .agent-mobile, .agent-mobile a {
  font-family: 'Open Type', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.page-header.agent-hero {
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px !important;
}

.guide-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.guide-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: center;
}

.guide-image {
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 305px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d3b371;
}

.guide-title {
  padding-bottom: 5px;
  border-bottom: 2px solid #d3b371;
  font-size: 29px;
  line-height: 34px;
  font-weight: 300;
  text-transform: uppercase;
}

.guide-location {
  margin-top: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.guide-flexbox a {
  text-decoration: none;
  color: #000;
}

.site-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  color: #fff;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  color: #d3b371;
  transition: all .3s ease;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.social-link {
  margin-right: 10px;
  margin-left: 10px;
  font-family: FontAwesome, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 33px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease;
}

.social-link:hover {
  color: #d3b371;
  transition: all .3s ease;
}

.footer-details {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-nav {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-nav-link {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav-link.last {
  border-right-style: none;
}

#toTop {
  display: none !important;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #d3b371;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  font-family: FontAwesome, sans-serif;
  font-weight: 600;
}

#toTop:hover {
  background-color: #bb974e;
  transition: all .3s ease;
}

.header-logo-image {
  width: 100%;
  height: 100%;
  max-height: 65px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 20px auto;
}

.header-logo-image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.header-nav-dropdown {
  position: absolute;
  top: 100%;
  z-index: -1;
  overflow: hidden;
  height: 0px;
  min-width: 225px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.34);
}

.header-nav-dropdown-link {
  overflow: hidden;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.header-nav-dropdown-link:hover {
  background-color: #333;
  color: #fff;
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/assets/uploads/general/informational-header-image-tir.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/uploads/general/informational-header-image-tir.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  overflow:hidden;
  height:350px !important;
}

.page-header.listings-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('/assets/images/New-York-City-Listings.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('/assets/images/New-York-City-Listings.jpg');
  background-size: cover;
  background-position: center center;
}

.page-header.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/assets/images/Screen-Shot-2020-05-07-at-10.42.58-AM.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/images/Screen-Shot-2020-05-07-at-10.42.58-AM.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.page-header.portfolio-page {
  border-bottom: 3px solid #000;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.22)), to(rgba(51, 51, 51, 0.22))), url('/assets/images/New-York-City-Listings.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.22), rgba(51, 51, 51, 0.22)), url('/assets/images/New-York-City-Listings.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header.offices {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.41)), to(rgba(51, 51, 51, 0.41))), url('/assets/images/offices-background.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.41), rgba(51, 51, 51, 0.41)), url('/assets/images/offices-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.page-header-h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Adobe Garamond Pro', sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-shadow: black 1px 1px 6px;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('/assets/images/Screen-Shot-2020-05-07-at-10.42.58-AM.png');
  background-size: 640px;
  background-repeat: no-repeat;
}

.listings-filter-container {
  padding: 40px 30px;
  background-color: #fff;
}

.filter-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.filter-tabs.grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-tab {
  margin-right: 10px;
  padding: 10px 20px;
  border: 2px solid #333;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration:none;
}

.filter-tab:hover {
  background-color: #fff;
  color: #333;
}

.filter-tab.inactive {
  background-color: #fff;
  color: #333;
}

.filter-tab.inactive:hover {
  background-color: #333;
  color: #fff;
}

.filter-tab.active {
  background-color: #333;
  color: #fff;
}

/*.filter-tab.active:hover {
  background-color: #fff;
  color: #333;
}*/

.sorting-filter-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position:relative;
  margin-left:10px;
}

.sorting-filter-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid #333;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  text-transform: uppercase;
  cursor: pointer;
  min-width:200px;
}

.sorting-filter-toggle:hover {
  background-color: #333;
  color: #fff;
}

.sorting-filter-dropdown {
	position: absolute;
    left: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #5d5e63;
    border-left: 1px solid #5d5e63;
    background-color: #fff;
    z-index:9;
}

.sorting-text {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-bottom: 1px solid #5d5e63;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    cursor: pointer;
	transition: background-color ease .3s;
}

.sorting-text:hover {
    background-color: #dedede;
}

.sorting-toggle-icon {
  margin-left: 10px;
  font-family: FontAwesome, sans-serif;
  font-weight: 900;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: ease;
}

.listings-container {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
  position:relative;
}

.listing-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width:100%;
}

.lb-left {
  position: relative;
  width: 100%;
  height: 252px;
  max-width: 376px;
  margin-right: 40px;
  background-image: url(/assets/images/1870825_7b51a187-04d5-405b-8a9f-59db7b61d989.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.listing-box .lb-left {
  background-color: #eee;
}

.lb-left.redacted {
  background-color: #c4c4c4;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.lb-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.exclusive {
  margin-top: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Open Type', sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.modal-box {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.modal-box.closed {
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.modal-box.open {
  z-index: 10;
  opacity: 1;
}

.modal-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(51, 51, 51, 0.9);
  cursor:pointer;
}

.modal-content-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 500px;
  max-width: 600px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fff;
  height: 90%;
}

.slide-3 {
  background-image: url('/assets/images/Welcome-to-TIR.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-2 {
  height: 640px;
}

.slide-4 {
  background-image: url('/assets/images/Charlotte_Hero_Image_Homepage.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-details-grid {
  margin-top: 10px;
  margin-bottom: 50px;
  -ms-grid-columns: 1.5fr 175px 175px 1fr 125px;
  grid-template-columns: 1.5fr 175px 175px 1fr 125px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.property-detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  flex-grow: 1;
}

.property-detail-number {
  font-family: 'Open Type', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 1px;
}

.property-detail-text {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.43);
  font-family: FontAwesome, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  cursor: pointer;
}

.modal-content-wrapper {
  overflow: scroll;
  padding: 40px;
  width:100%;
}

.column-wrapper.margin {
  margin-top: 30px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column.right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.description-box {
  padding-right: 20px;
}

.listing-description-title {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #d3b371;
  font-family: 'Adobe Garamond Pro', sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.agent-wrapper {
  margin-bottom: 40px;
  padding-left: 20px;
  max-width: 548px;
}



.location-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.big-quote-section {
  padding: 50px 20px;
  max-width: 1226px;
  margin: 0 auto;
}

.big-quote-text {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Adobe Garamond Pro', sans-serif;
  color: #d3b371;
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.services-tabs .big-quote-section p {
  text-align: justify;
}

.services-tabs .big-quote-section .slide-content p {
    text-align: center;
}

.big-text-section {
  margin-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
}

.grey-block {
  height: 350px;
  background-color: #c4c4c4;
}

.list-section {
  margin-bottom: 50px;
}

.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-us.flexbox-container {
  position: static;
  max-width: 1240px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cf-left-block {
  display: block;
  max-width: none;
  margin-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 48px 48px;
  grid-template-rows: 48px 48px;
}

.cf-right-block {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-top: 82px;
  margin-bottom: auto;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  text-align: center;
}

.text-field {
  overflow: visible;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 20px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Open Type', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-field.dropdown {
  font-family: 'Open Type', sans-serif;
}

.text-field.paragraph {
  padding-bottom: 140px;
}

.form {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px solid transparent;
}

.form-block {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-button {
  width: 120px;
  padding: 10px 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button.small {
  width: 133px;
  padding: 5px;
  font-family: 'Open Type', sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.submit-button.small.margin {
  margin-top: 10px;
}

.h2-gold {
  display: block;
  padding: 20px 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Adobe Garamond Pro', sans-serif;
  color: #d3b371;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block {
  display: block;
  padding-bottom: 20px;
  font-family: 'Open Type', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.cf-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.input-field {
  display: block;
  max-width: none;
  margin-right: 5px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.input-field.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-field.paragraph {
  padding-bottom: 140px;
}

.form-entry {
  color: #979797;
  font-size: 16px;
  text-transform: uppercase;
}

.form-entry.dropdwon {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Open Type', sans-serif;
  color: #979797;
}

.form-entry.toggle {
  font-family: FontAwesome, sans-serif;
  color: #d3b371;
}

.text-span {
  font-family: FontAwesome, sans-serif;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  width:100%;
}

.contact-form.seller {
  grid-row-gap: 30px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.cf-container {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.cf-container.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cf-container.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submit-button-2 {
  width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.text-field-1 {
  font-family: 'Open Type', sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.resources-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2" "Area-3 Area-4";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.resources-container {
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-color: #fff;
}

.text-container {
  padding: 50px 20px;
  background-color: #fff;
  text-indent: 0px;
}

.rb-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rb-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.resource-image {
  display: block;
  width: 165px;
  height: 215px;
  max-height: 215px;
  max-width: 165px;
  border-style: solid;
  border-width: 2px;
  border-color: #d3b371;
  border-radius: 0px;
}

.resource-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  text-align: left;
}

.resource-title {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #d3b371;
  font-family: 'Open Type', sans-serif;
  font-size: 21px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.resource-text {
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: 'Open Type', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 0px;
  text-indent: 0px;
}

.resource-text.report {
  padding-bottom: 20px;
}

.resource-text .agent-title {
  text-align: left;
}

.image {
  height: 260px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #d3b371;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  padding-top: 300px;
  padding-bottom: 300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('/assets/images/Patricia_Healy_New_Headshot_Banner_NY_Scenic.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('/assets/images/Patricia_Healy_New_Headshot_Banner_NY_Scenic.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.align-right-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  text-shadow: 1px 1px 4px #000000;
}

.agent-header a.button-cta.w-button {
    width: 100%;
}

.agent-header-h1 {
  font-family: 'Adobe Garamond Pro', sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.agent-header-h2 {
  margin-bottom: 0px;
  font-family: 'Adobe Garamond Pro', sans-serif;
  color: #fff;
  font-size: 26px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.agent-header-h3 {
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: 'Adobe Garamond Pro', sans-serif;
  color: #fff;
  font-size: 22px;
  letter-spacing: 5px;
}

.text-block-2 {
  font-family: 'Adobe Garamond Pro', sans-serif;
  color: #fff;
  font-size: 48px;
  letter-spacing: 5px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 358px;
  max-width: none;
  padding-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-cta {
  width: auto;
  padding: 15px 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  font-family: 'Open Type', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-cta.small {
  width: 130px;
  padding: 5px;
  font-family: 'Open Type', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.button-cta.about-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button-cta.property-portfolio-page {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-cta.current {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #000;
  font-size: 15px;
}

.button-cta.sales {
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid #000;
  font-family: 'Open Type', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.button-cta.office {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
}

.agent-phone-cta {
  font-family: 'Adobe Garamond Pro', sans-serif;
  color: #fff !important;
  font-size: 48px;
  line-height: 44px;
  letter-spacing: 8px;
}

.agent-phone-cta a {
  color: #fff !important;
}

.agent-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  padding-top: 300px;
  padding-bottom: 300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position:relative;
  padding-left: 20px;
  padding-right: 20px;
}

.agent-header:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    filter: blur(11px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

img.agent-headshot-image {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: calc(50% - 218px);
    transform: translateX(-50%);
}

.agent-about-box {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left:20px;
  padding-right:20px;
}

.agent-about-title {
  width: 221px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 2px solid #d3b371;
  font-family: 'Adobe Garamond Pro', sans-serif;
  color: #000;
  letter-spacing: 3px;
  text-indent: 0px;
  text-transform: uppercase;
  -webkit-column-count: 0;
  column-count: 0;
  white-space: normal;
}

.agent-about-block {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Open Type', sans-serif;
  color: #5d5e63;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  text-align: justify;
  text-indent: 0px;
  white-space: normal;
}

.container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-3 {
  font-family: 'Open Type', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.about-text-block {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: 'Open Type', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: justify;
}

.text-image-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.about-grid-section {
  padding-bottom: 100px;
}

.image-2 {
  width: 500px;
}

.left-block {
  width: 500px;
  height: 400px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: 50% 50%;
  background-size: cover;
}

.right-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: 50% 50%;
  background-size: cover;
}

.about-grid-title {
  border-bottom: 2px solid #d3b371;
  font-family: 'Adobe Garamond Pro', sans-serif;
  font-size: 30px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.div-block-3 {
  display: block;
  width: auto;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.text-block-4 {
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: 'Open Type', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 0px;
  text-indent: 0px;
}

.about-grid-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-image-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-image-right-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.portfolio-description-section {
  padding-right: 30px;
  padding-left: 30px;
}

.portfolio-text-block {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: 'Open Type', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 1px;
}

.property-portfolio-text-button-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.portfolio-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: 450px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 300px 16px 300px 16px 300px;
  grid-template-columns: 300px 300px 300px;
  -ms-grid-rows: 450px;
  grid-template-rows: 450px;
}

.estates .portfolio-grid {
  -ms-grid-columns: 50% 16px 50%;
  grid-template-columns: 50% 50%;
}

.estates a.portfolio-image-hover.w-inline-block {
    width: auto;
}

.image-3 {
  height: 550px;
  background-color: rgba(93, 94, 99, 0.78);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  -o-object-fit: fill;
  object-fit: fill;
}

.portfolio-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.portfolio-image._1 {
  background-color: #333;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.portfolio-image-hover {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 450px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  text-decoration: none;
  cursor: pointer;
}

.portfolio-image-hover-title {
  display: block;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 1px solid transparent;
  font-family: 'Adobe Garamond Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.portfolio-image-hover-text {
  display: block;
  font-family: 'Adobe Garamond Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.portfolio-image-hover-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.52));
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.portfolio-image-hover-block:hover {
  opacity: 1;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.portfolio-cta-button {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-2 {
  margin-top: 100px;
}

.portfolio-button-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-cta-white {
  width: auto;
  margin-left: 10px;
  padding: 15px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #000;
  background-color: #fff;
  font-family: 'Open Type', sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-cta-white.small {
  width: 130px;
  padding: 5px;
  font-family: 'Open Type', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.button-cta-white.about-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button-cta-white.property-portfolio-page {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-cta-white.black {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -800px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tab {
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab.w--current {
  background-color: #000;
  color: #fff;
}

.tab.small {
  width: 130px;
  padding: 5px;
  font-family: 'Open Type', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.tab.about-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tab.property-portfolio-page {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab.current {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-button {
  display: none;
  cursor: pointer;
}

.mobile-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.82);
}

.mobile-menu.close {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0px;
  /*width: 100%;*/
  height: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.mobile-menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  position:relative;
  width:100%;
}

.mobile-menu-item {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight:300;
  text-align: center;
  text-decoration: none;
}

.mobile-menu-dropdown a.mobile-menu-item {
    position: relative;
}

.mobile-menu-dropdown a.mobile-menu-item:before {
    position: absolute;
    height: 10px;
    width: 10px;
    content: ">";
    left: 80px;
    font-size: 15px;
}

.mobile-menu-toggle .mobile-menu-item:after {
    content: '\f0d7';
    display: block;
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    right: 18px;
    top: 50%;
    transition: all ease .2s;
    transform: translateY(-50%);
    line-height: initial;
}

.mobile-menu-toggle.open .mobile-menu-item:after {
    transform: rotate(180deg);
}

.mobile-menu-dropdown.open {
    height: auto;
}

.mobile-menu-item-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
}

.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;  
    position: relative;
}

.mobile-menu-dropdown {
    display: flex;
    flex-direction: column;
    background: #000000b8;
    transition: height ease .2s;
    overflow: hidden;
    height:0px;
}

.close-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 20px;
  margin-right: 20px;
  font-family: FontAwesome, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}

.grid-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-rows: 300px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 300px;
  grid-template-rows: 300px;
}

.picture-block {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.picture-block-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.52));
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-span-2 {
  font-size: 60px;
  line-height: 60px;
}

.slider-3 {
  height: 600px;
}

.slider-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: 50% 50%;
}

.slider-content-wrapper.alt {
  padding-top: 75px;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 685px;
  height: 60%;
  margin-top: 75px;
  padding: 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 10px;
  border-color: hsla(0, 0%, 100%, 0.86);
  background-color: rgba(0, 0, 0, 0.43);
}

.slide-content-title {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: 'Adobe Garamond Pro', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.arrow.alt {
  top: 75px;
}

.form-header-text {
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 2px solid #d3b371;
  font-family: 'Adobe Garamond Pro', sans-serif;
  color: #d3b371;
  font-size: 32px;
  line-height: 33px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slide-nav {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.moving-cycle-slider {
  height: 600px;
}

.list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.list-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.page-link {
  position: absolute;
  top: 50px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.43);
  font-family: FontAwesome, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.agent-closings-block {
  padding-top: 40px;
}

.recent-closings-table {
  display: -ms-grid;
  display: grid;
  width: 50%;
  padding-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-areas: ". . ." "Line-1 Line-1 Line-1" ". . ." "Line-2 Line-2 Line-2";
  -ms-grid-columns: 2fr 60px 1.25fr 60px 1fr;
  grid-template-columns: 2fr 1.25fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto;
  margin-left: 10px;
  margin-top: 20px;
}

.recent-closings-table {
    display: -ms-grid;
    display: table;
}

.recent-closings-table tr {
    border-bottom: 1px solid #d3b371;
}

.recent-closings-table th {text-align:left;}

.recent-closings-header {
  margin-right: 0px;
  padding-right: 0px;
  border-bottom: 1px none #d3b371;
  font-family: 'Open Type', sans-serif;
  color: #d3b371;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-4 {
  border-bottom: 1px solid rgba(211, 179, 113, 0.4);
}

.horizontal-line {
  border-bottom: 1px solid rgba(211, 179, 113, 0.4);
}

.horizontal-line.dark {
  border-bottom-color: #d3b371;
}

.recent-closing-listing {
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: 'Open Type', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.offices-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.offices-box._2 {
  padding-top: 0px;
}

.office-image {
  padding-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.office-image img {
    height: 100%;
    object-fit: cover;
}

.office-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  width: 100%;
  height: 500px;
  max-width: 500px;
}

.office-title {
  font-family: 'Adobe Garamond Pro', sans-serif;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.office-description {
  border-top: 2px solid #d3b371;
  font-family: 'Open Type', sans-serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 1px;
  text-indent: 0px;
  padding-top: 10px;
}

.office-name {
  padding-top: 20px;
  font-family: 'Open Type', sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.office-address {
  padding-top: 10px;
  font-family: 'Open Type', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.map-link {
  padding-top: 10px;
  padding-bottom: 35px;
  font-family: 'Open Type', sans-serif;
  color: #d3b371;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-5 {
  font-family: 'Open Type', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 1px;
  text-indent: 0px;
}

.leadership-images {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-5 {
  max-width: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.leader-image {
  height: 400px;
  max-width: 400px;
  padding-bottom: 20px;
}

.leadership-block {
  display: block;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leadership-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.leadership-grid.last {
  padding-bottom: 60px;
}

.leadership-name {
  font-family: 'Open Type', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.leadership-title {
  font-family: 'Open Type', sans-serif;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  max-width: 350px;
}

.testimonial-author {
  font-family: 'Open Type', sans-serif;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: right;
  text-transform: uppercase;
  max-width: 100%;
  padding-bottom: 40px;
}

.loading-animation {
  position: absolute;
  top: -14px;
  left:0;
  right:0;
  bottom: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  transition: none !important;
  z-index: 999;
  margin-top: 11px;
}

.changeorder .sorting-filter-toggle {
    width: 35px !important;
    min-width: 36px;
    padding: 10px 0px;
}

.agent-image {height:100%;}

.contact-us .cf-right-block {
    justify-self: stretch;
    align-self: stretch;
    margin-bottom: 64px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.contact-us .cf-right-block .contact-info {
    align-self: center;
    justify-self: center;
}

#w-node-ff84ff3e22de-ff3e22dc {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b1e0b9b9f2c5-ff3e22dc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ff84ff3e22dd-ff3e22dc {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#w-node-ff84ff3e22e8-ff3e22dc {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: start;
  justify-self: start;
}

#Email.w-node-9666a5a7bd57-32aff36a {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-9666a5a7bd5c-32aff36a {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#Interest.w-node-13d98f36df25-d6192b4c {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Location.w-node-aca4debd3c17-d6192b4c {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Message.w-node-2d5f6e2bda5e-d6192b4c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-3e604033fad1-d6192b4c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#Location-2.w-node-f2d3437085b7-c9e899eb {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Experience.w-node-f2d3437085b8-c9e899eb {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Message.w-node-f2d3437085b9-c9e899eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f2d3437085ba-c9e899eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d5ccb1cfdd2c-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-cfc71aa1726a-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-2d245cc08bf0-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-72f3e52cf118-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-acd2d6d0c7ae-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-4618e9fb0e25-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-5657dd1df6d2-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-65316897c499-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-917785be4c65-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-c31e2ba8d214-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c111c4ffdae7-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-93832433ebdb-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-af7b3fb5e523-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-5acff78a7f9f-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a4fa89205590-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-2849d60bf529-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-890e0d3cc854-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-c29f09543a1f-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e95573ce6a97-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ed5a6f6c9795-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-6fba521fccff-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-2b8cacd62f44-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c3d87d9862f1-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a343e66ea043-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e9ae009e9b80-90441976 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#Location.w-node-45d3a98ea3df-8fdda203 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Experience.w-node-45d3a98ea3e0-8fdda203 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Message.w-node-45d3a98ea3e1-8fdda203 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-45d3a98ea3e2-8fdda203 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#Email.w-node-91f68614382d-8971c577 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-91f68614382e-8971c577 {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}
.listing-back {
    margin-bottom: 10px;
    display: inline-block;
}
.button-cta-white.active {
    background-color: #000;
    color: #fff;
}
.expandable-body {
    display: none;
    position: absolute;
    left:0;
    right:auto;
    background-color:#f2f2f2;
    right:0;
    height: 490px;
    padding: 20px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.leadership-grid {
    position: relative;
}

.expandable-body img.leader-image {
    object-fit: cover;
    object-position: center center;
    align-self: stretch;
    justify-self: stretch;
    height: auto;
    width: 300px;
    padding-bottom: 0px;
}

.expand-left {
    align-self: stretch;
    display: flex;
    justify-self: stretch;
    align-items: stretch;
    justify-items: stretch;
    margin-right: 20px;
}

.close-leadership {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.43);
  font-family: FontAwesome, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  cursor: pointer;
}
.leadership-toggle {
  cursor: pointer;
}
.agent-details-block {
    display: flex;
    flex-direction: column;
    justify-items: center;
    margin-top: 90px;
}

.expand-right p {
    line-height: 28px;
    font-size: 18px;
    font-family: 'Open Type', sans-serif;
    font-weight: 200;
    text-align: justify;
}

.expand-right .leadership-name, .expand-right .leadership-title {
    text-align: left;
    max-width: 100%;
}

h6 a {
    margin-top: 16px;
    display: inline-block;
}

.housing-disclosure {
    text-align: center;
    padding: 9px 10px;
    border-top: 1px solid #979797;
    color: #000;
    background: #fff;
    position: relative;
    z-index: 13;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display:none;
}

@media screen and (max-width: 991px) {
  #w-node-b1e0b9b9f2c5-ff3e22dc {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    align-self: center;
  }
  #w-node-ff84ff3e22dd-ff3e22dc {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #w-node-2a32b7396596-ff3e22dc {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .housing-disclosure {display:block;}
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url('/assets/fonts/AGaramondPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Type';
  src: url('/assets/fonts/FuturaPTLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Type';
  src: url('/assets/fonts/FuturaPTMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

.agent-index-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.agent-index-location {
  padding-top: 0px;
  float: left;
  border-bottom: 2px solid #d3b371;
  font-family: 'Adobe Garamond Pro', sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  display:none !important;
}

.agent-index-location.h1 {
  font-size: 30px;
  line-height: 25px;
  letter-spacing: 1px;
}

.agent-index-title {
  padding: 40px 10px;
}

.agent-index-grid {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

#building_features li {
    font-weight: 300 !important;
}

.agent-index-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 60px;
}

.agent-index-image {
    width: 250px;
    height: 224px !important;
    padding-right: 0px;
    margin-right: 10px;
    justify-self: stretch;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    border-style: solid;
    border-width: 2px;
    border-color: #d3b371;
}

.agent-details.title {
  display: inline-block;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-self: flex-start;
  border-bottom: 2px solid #d3b371;
  font-family: 'Open Type', sans-serif;
  color: #5d5e63;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

img.img-right {
    float: right;
    display: inline-block;
    height: 90px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.static-slider-image .w-slider-mask {
    background-image: url(../assets/uploads/general/professional-photography.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.relocation-slider .w-slider-mask {
    background-image: url(../assets/uploads/general/resources-slider.png);
    background-size: cover !important;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.buildings-slider .w-slide {
    background-position: 50% 50%;
    background-size: cover;
}

.text-field {
    margin-bottom: 16px;
}

.contact-form {display:block;}

.relocation-slider .w-slider-dot::after {
    color: #d3b371;
    display: block;
    font-size: 12px;
    position: absolute;
    right: -400%;
    top: 180%;
    margin: 0 auto;
    color: #af936c;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 14px;
    min-width: 120px;
}


.relocation-slider .w-slider-dot {
    position: relative;
}

.relocation-slider .w-slider-nav {
    padding-bottom: 30px;
}

.two-col-list {
column-count: 2;
}

.two-col-list div {
    /*break-inside: avoid-column;   */
}
.two-col-list div:nth-of-type(3){
    break-after:column;
    display:block;
}

.agent-closings-block .button-cta-white.w-button {
    margin-left: 0px !important;
    margin-right: 10px; !important;
}

.agent-index-position {
    padding-bottom: 30px;
}

.slide-4.w-slide {
    -webkit-print-color-adjust: exact;
    /*background-position: center center;*/
    background-size:contain;
    background-position: center bottom;
}

form#contact_form {
    width: 100%;
}
.form-label {
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  margin: 10px 0 4px 0;
  display: inline-block;
  line-height: 1.3em;
  clear: both;

}

.form-input {
    border: 1px solid #d3d3d3;
    padding: 0 10px !important;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
}

.form-text-area {
    border: 1px solid #d3d3d3;
    padding: 3px 10px !important;
    width: 100%;
    background-color: #fff;
}

.form-submit {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .25em;
  padding: 10px 20px;
  font-weight: 700;
  line-height: 11px;
  cursor:pointer;
}

.w-input, .w-select {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #9e9e9e;
  cursor:pointer;
}

.w-select {
    padding-left: 7px;
    height: 45px;
    border: none;
    margin-bottom: 13px;
}

a.property-detail-item.floorplan {
    cursor: pointer;
    grid-column: 6 / 7;
}

a.property-detail-item.video {
  cursor: pointer;
  grid-column: 6 / 7;
}


a.header-link-right {
    position: absolute;
    top: -21px;
    right: 40px;
    color: #333;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 10px;
    white-space: nowrap;
}

a.property-detail-item {
    cursor: pointer;
}

div#building_features {
    font-size: 18px;
    font-weight: 100;
}

.w-lightbox-backdrop {display:none;}

.agent-email:before {
    position: absolute;
    background-image: url(/assets/images/icon-email.svg);
    height: 12px;
    width: 15px;
    content: '';
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.agent-index-email:before {
  position: absolute;
  background-image: url(/assets/images/icon-email.svg);
  height: 12px;
  width: 15px;
  content: '';
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

.agent-phone:before {
    position: absolute;
    background-image: url(/assets/images/icon-phone.svg);
    height: 12px;
    width: 15px;
    content: '';
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
.agent-mobile:before {
  position: absolute;
  background-image: url(/assets/images/icon-cell.svg);
  height: 12px;
  width: 15px;
  content: '';
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.agent-email, .agent-phone, .agent-mobile {
    position: relative;
    padding-left: 14px;
}

/*.new-york h1.agent-header-h1, .new-york h2.agent-header-h2, .new-york .agent-phone-cta {
    color: #000 !important;
}*/

.header-nav-item:hover .header-nav-text {
    color: #333 !important; 
    font-weight: 400 !important;
}

.w-slider-dot p {
    color: #d3b371;
    display: block;
    font-size: 12px;
    position: absolute;
    right: -400%;
    top: 180%;
    margin: 0 auto;
    color: #af936c;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 14px;
    min-width: 120px;
    text-align: center !important;
}

.listingStatus {
  background-color: #333;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  font-style: revert;
  display: inline-block;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  right: 0;
}
a.lb-left {
  text-decoration: none;
}

.body-text.detail-listing-status {
  text-transform: capitalize;
}

.w-layout-grid.property-details-grid.sales {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .featured-property-box {
      height: auto;
      -webkit-justify-content: center;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .featured-property-image {margin-bottom:30px;}
}

@media screen and (max-width: 991px) {
  .site-header {
    height: auto;
    -ms-grid-columns: 60px 1fr 60px;
    grid-template-columns: 60px 1fr 60px;
  }
  .header-logo {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }
  .site-header-nav {
    display: none;
  }
  .header-logo-image {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .resources-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .portfolio-grid, .estates .portfolio-grid {
    -ms-grid-columns: 300px 300px;
    grid-template-columns: 300px 300px;
  }

  .portfolio-image-hover-block{
    opacity: 1;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    text-align: center;
  }
  .mobile-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.92);
  }
  .expandable-body {
    flex-direction: column;
    position: fixed !important;
    top: 0;
    bottom: 0;
    right: 0 !important;
    left: 0 !important;
    margin: 0;
    height: 100% !important;
    z-index:99;
  }
  .mobile-menu.open {
    width: 100%;
  }
  .mobile-menu.close {
    width: 0px;
  }
  .mobile-menu-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-menu-item {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
  }
  .close-menu {
    position: absolute;
    top: -3px;
    right: 23px;
    font-family: FontAwesome, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 37px;
    font-weight: 900;
  }
  .slide-content {
    margin-top: 75px;
  }
  .arrow.alt.right {
    top: 0px;
    margin-left: 38px;
    font-size: 23px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .arrow.alt.left {
    top: 0px;
    margin-right: 40px;
    font-size: 23px;
  }
  .right-arrow {
    top: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .left-arrow {
    margin-top: 75px;
  }
  .listing-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }
  .lb-left {
    margin-bottom:10px;
    margin-right:0px;
    height: 213px;
  }
}

@media screen and (max-width: 900px) {
  .page-header {
    padding: 40px 20px;
  }
  .page-header.portfolio-page {
    height: 39vh;
  }
  .portfolio-grid, .estates .portfolio-grid {
    -ms-grid-columns: 300px;
    grid-template-columns: 300px;
  }
  .tab {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rb-block {
    display: block;
    text-align: center;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .listings-container .resource-info {
    padding-left: 0px;
  }

  .listings-container .rb-block {
    text-align: left;
  }

  .grid-2 .rb-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 0px;
  }
  .rb-block .image {
    height: 260px;
    min-height: 260px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: center;
    border-style: solid;
    border-width: 2px;
    border-color: #d3b371;
    object-fit: cover;
    margin-bottom:10px;
  }
  .rb-block .resource-info {
    align-items: center;
    align-items: start;
    width: 282px;
    align-self: center;
  }
  .list-section .w-layout-grid.grid-2 {
    display: flex;
    flex-direction: column;
  }

  .agent-wrapper {
    padding-left: 0px;
    width: 100%;
  }

  .agent-box.listing-modal {
    display: block;
    /*margin: 0 auto;*/
    width: fit-content;
  }

  img.agent-image.listing-modal {
    margin-right: 0px;
    padding-right: 0px;
  }

  .portfolio-image-hover-block .portfolio-image-hover-title {
    line-height: 25px;
  }

  .picture-block {
    margin: 10px auto;
    height: 250px;
  }

}

@media screen and (max-width: 991px) {
  .list-section .w-layout-grid.grid-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .offices-box {
    display: block;
  }

  .office-image {
    padding-right: 0px;
  }

  .office-image .image-4 {
    max-width: 100%;

  }

  .tabs-menu.w-tab-menu {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1430px) {
  .header-nav-item {
    width: auto;
  }
  a.header-link-right {right:10px;}
}

@media screen and (max-width: 700px) {
  h2.form-header-text {
    font-size: 18px;
  }

  h2.big-quote-text {
    font-size: 20px;
  }

  .slider-2 {
    height: 250px;
  }

  .listings-container .modal-content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .filter-tabs {
    margin-bottom: 10px;
  }

  .two-col-list {
    column-count: 1;
  }

  .slide-content {
    height: auto;
  }
}

@media screen and (max-width: 479px) {

  .site-header {
    max-height: 105px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .slider-arrow {
    display: none;
  }
  .page-header {
    height: 20vh !important;
    padding-top: 20px;
    padding-bottom: 20px;
    /*background-image: url('/assets/images/Screen-Shot-2020-05-07-at-10.42.58-AM.png');*/
    background-position: 50% 50%;
    background-size: cover;
  }
  .page-header.portfolio-page {
    height: 20vh;
  }
  .centered-container {
    text-align: left;
  }
  .page-header-h3 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .contact-us.flexbox-container {
    display: block;
  }
  .text-field {
    margin-bottom: 10px;
  }
  .contact-form {
    display: block;
    padding-bottom: 0px;
  }
  .tabs-menu {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slide-content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    height: 500px;
  }
  .slide-content-title {
    font-size: 26px;
  }
  .arrow {
    top: auto;
    bottom: 52%;
    /* transform: translateY(50%); */
  }
}

@media only screen and (min-width: 850px) {
  .agent-index-grid{
      display: -ms-grid;
      display: grid;
    }
  .div-block a.button-cta.w-button {
    margin-left: 5px;
    margin-right:5px;
  }
}

@media only screen and (max-width: 849px) {
  .agent-index-block {
      width: fit-content;
      margin: 0 auto;
      display: block;
    }
  .agents-header .align-right-container {text-align:center;}
  .agent-details-block {
    margin-top: 10px;
  }
  .agent-index-position {
    padding-bottom: 10px;
  }
  .portfolio-image-hover-title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .w-slider-nav {
    display: none;
  }

  h2.section-header {
    font-size: 16px;
  }
  .about-text-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .agent-header {
    background-size: cover;
    align-items: center;
    justify-content: center;
  }
  h1.agent-header-h1, h2.agent-header-h2, .agent-phone-cta, .div-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-self: center;
  }
  a.button-cta.w-button {
    margin-bottom: 10px;
  }
  .header-logo-image {margin:0;}
  .listing-back {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .big-quote-text {
    max-width: 990px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Adobe Garamond Pro', sans-serif;
    color: #d3b371;
    font-size: 32px;
    line-height: 29px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
  }

  .site-footer a {
    color: #fff;
    text-decoration: none;
    border-right: none;
  }
  .footer-nav {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .contact-us .cf-right-block {
    margin-bottom: 0px;
  }

  .cf-right-block {
    max-width: 350px;
    margin-top: 16px;
    padding: 20px;
  }

}

@media only screen and (max-width: 1024px) {
  .guide-flexbox {
    flex-direction: column;
  }
  .row.flex-horizontal {
    flex-direction: column;
  }
  .relocation-slider .w-slider-dot::after {
    display: none;
  }

  .w-layout-grid.property-details-grid {
    display: flex;
    flex-flow: wrap;
    grid-row-gap: 2px;
    grid-column-gap: 2px;
    justify-content: center;
  }

  .property-detail-item {
    color: #fff;
    background: black;
    margin-bottom: 2px;
    width: fit-content;
    padding: 0px 20px;
    margin-left: 1px;
    margin-right: 1px;
    flex-grow:1;
  }

  .listings-container .agent-wrapper {
    padding-left: 0px;
  }

  .image-block {
    display: none;
  }

  .about-grid-text-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-grid-section .left-block {
    height: auto;
  }
}

@media only screen and (min-width: 1024px) {


  .guide-box {
      margin-bottom: 20px;
      align-items: center;
  }
	.flexbox-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 1240px;
      margin-right: auto;
      margin-left: auto;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

    .column-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

    .about-content-box {
      padding: 100px;
    }

    .location-box {
        min-width: 400px;
        padding-left: 20px;
    }

    .featured-property-info-box {
      margin-left: 20px;
    }

    .property-title {
      font-size: 30px;
      width: 400px;
    }
}

@media print {
  header.site-header {
    display: none;
  }
  a.button-filled {
    display: none;
  }

  footer.site-footer {
    display: none;
  }
  .property-detail-item:nth-child(4) {
    grid-column: 4 / 6;
  }
  a.property-detail-item.w-inline-block {
    display: none;
  }
  section#debug {
    display: none;
  }

  .optanon-alert-box-wrapper {
    display: none;
  }

  div#photos {
    overflow: visible;
    position: static;
    /*display: grid;*/
    height: 100%;
    grid-template-columns: 200px 200px 200px 200px 200px;
    grid-auto-rows: 200px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: white;
  }

  .modal-content-wrapper {
    padding-top: 0;
  }

  .slider-2.w-slider {
      position: static;
      overflow: visible;
      page-break-before: auto;
  }

 /* p.body-text, .body-text {
      font-size: 13px;
      line-height: 15px;
  }*/

  .column-wrapper {
      display: flex;
      flex-direction: column;
      page-break-after: auto;
  }

  .column.left {
      flex-grow: 1;
  }

  img.agent-image.listing-modal {
      width: 150px;
      height: 150px;
  }

  .agent-name {
      font-size: 16px;
  }

  .agent-email {
      font-size: 15px;
  }

  ul.list-2 {
      grid-row-gap: 10px;
      grid-column-gap: 10px;
  }
  .slider-2.w-slider {
    position: static;
    height: 450px;
  }

  .slide-4.w-slide {
    display: none;
  }

  .slide-4.w-slide:first-of-type {
    display: block;
    width: auto;
  }
  .w-slider-arrow-right, .w-slider-arrow-left, .w-slider-nav, #viewAllFeatures {
    display: none !important;
  }

  /* Show all features when printing */
  .hidden-feature {
    display: list-item !important;
  }
  
  .building-features {
    margin-top: 40px;
  }

  .column-wrapper {
    order: 3;
  }

  .property-title.listing-modal {
      order: 0;
      font-size:20px;
  }

  .w-layout-grid.property-details-grid {
      order: 2;
      justify-self:stretch;
      grid-template-columns: 1.5fr 1fr 1fr 1fr 125px;
      grid-column-gap: 0;
  }

  .modal-content-wrapper {
      display: flex;
      flex-direction: column;
      width:auto;
      overflow:hidden;
  }
  .property-detail-number {font-size:18px;}
  .listing-description-title {font-size:18px;}
  .location-box {
    page-break-inside: avoid;
    break-inside: avoid;
    min-height: 400px;
    aspect-ratio: 1 / 1;
  }

  #propertymap {
    height: 100% !important;
    min-height: 350px;
  }
}